@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  hyphens: auto;
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif; }
  @media (max-width: 450px) {
    body {
      min-width: auto; } }

h1, h2, h3, h4, h5, h6, .cap-prop {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

a {
  color: #4e81bc;
  text-decoration: none; }

a, u {
  text-decoration-skip: ink; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 15px;
  -webkit-margin-end: 15px;
  margin: 1em 15px; }

q {
  quotes: "«" "»"; }

.workarea p {
  font-size: 16px;
  color: #444;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.6; }

.clb {
  clear: both;
  height: 0;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

.site_container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto; }
  @media (max-width: 450px) {
    .site_container {
      min-width: auto; } }

.clearfix {
  clear: both; }

.header {
  font-family: 'PT Sans', sans-serif;
  display: table;
  width: 100%; }
  @media (max-width: 575px) {
    .header {
      display: block;
      margin-left: 0px; } }
  .header > div[id^="bx_incl"] {
    display: table-cell;
    vertical-align: middle; }
  .header a.logo {
    display: table-cell;
    height: 90px;
    width: 264px;
    padding: 10px 0;
    background: url("images/logo.png") center no-repeat;
    position: relative;
    left: -15px;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out; }
    .header a.logo:hover {
      background: url("images/logo2.png") center no-repeat; }
    .header a.logo img {
      width: 100%; }
    @media (max-width: 575px) {
      .header a.logo {
        display: block;
        background-size: 100%; }
        .header a.logo:hover {
          background-size: 100%; } }
  .header .banner {
    width: 250px;
    height: 100px; }
    .header .banner img {
      width: 100%;
      height: 100%; }
      .header .banner img:hover {
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        opacity: .7; }
    @media screen and (max-width: 1094px) {
      .header .banner {
        display: none; } }
  .header .adress {
    display: table-cell;
    width: 220px;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px; }
    @media (max-width: 450px) {
      .header .adress {
        display: none; } }
    .header .adress span {
      color: #ffa148;
      font-size: 25px;
      vertical-align: top;
      margin-right: 1px; }
    .header .adress div[id^="bx_incl"] {
      display: inline-block; }
  .header .tel {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
    line-height: 20px; }
    .header .tel_f {
      padding-bottom: 7px;
      border-bottom: 1px solid #ececec; }
    .header .tel_s {
      font-size: 16px;
      margin: 7px 0; }
    .header .tel_t {
      font-size: 16px; }
      .header .tel_t span {
        margin-right: 10px; }
    @media (max-width: 920px) {
      .header .tel {
        margin-bottom: 5px; } }
    @media (max-width: 575px) {
      .header .tel {
        display: block;
        text-align: left; } }
    .header .tel span {
      font-size: 17px; }
    .header .tel a {
      color: #fff;
      background: #00a4d5;
      padding: 3px 9px;
      border-radius: 5px;
      text-transform: uppercase;
      border: 1px solid #fff;
      transition: all .25s ease-out;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      display: inline-block;
      font-size: 12px; }
      .header .tel a:hover {
        background: #fff;
        color: #2eb8e5;
        border: 1px solid #2eb8e5; }
    .header .tel div[id^="bx_incl"] {
      display: inline-block; }

.workarea {
  margin: 30px 0px;
  min-height: 600px; }
  .workarea:after {
    content: '';
    display: block;
    clear: both; }
  .workarea > div[id^="bx_incl"], .workarea > div[id^="bx_incl"] > div[id^="bx_incl"] {
    display: table;
    width: 100%; }
  .workarea .aside {
    width: 18%;
    float: left; }
    @media (max-width: 920px) {
      .workarea .aside {
        display: none; } }
    .workarea .aside h4 {
      font-size: 18px;
      color: #ff8101;
      font-weight: bold;
      margin-bottom: 13px;
      display: block; }
    .workarea .aside img:hover {
      transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      opacity: .7; }
  .workarea .content {
    width: 82%;
    float: left; }
    @media (max-width: 920px) {
      .workarea .content {
        width: 100%;
        float: none; } }
    .workarea .content .in_content {
      margin-left: 30px; }
      @media (max-width: 920px) {
        .workarea .content .in_content {
          margin-left: 0px; } }
      .workarea .content .in_content h1 {
        font-weight: 400;
        font-size: 30px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .workarea .content .in_content h1 {
            font-size: 20px;
            line-height: 22px; } }
      .workarea .content .in_content p {
        color: #000;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6; }
        @media (max-width: 920px) {
          .workarea .content .in_content p {
            /*  font-size: 14px; */
            line-height: 22px; } }
      .workarea .content .in_content ul li {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6; }
  .workarea .default_list li {
    margin: 0 0 0 30px;
    padding: 0;
    color: #000;
    text-decoration: none;
    letter-spacing: .02em;
    font-weight: 400;
    list-style-image: url(images/str.jpg); }
  .workarea .mainpage {
    display: table-cell;
    width: 100%; }
    @media (max-width: 450px) {
      .workarea .mainpage {
        display: block; } }

.footer {
  font-family: "PT Sans", sans-serif;
  background: #00a4d5;
  /* Old browsers */
  padding: 35px 0 25px 0;
  font-size: 14px;
  color: #fff; }
  @media (max-width: 767px) {
    .footer .footer_desktop {
      display: none !important; } }
  .footer .footer_mobile {
    display: none; }
    @media (max-width: 767px) {
      .footer .footer_mobile {
        display: block;
        text-align: center; }
        .footer .footer_mobile .footer_mobile_content {
          margin: 20px 0; } }
  .footer .footer_content {
    display: table;
    width: 100%; }
    .footer .footer_content .footer_left {
      vertical-align: top;
      display: table-cell;
      width: 33.33333333333333%; }
      .footer .footer_content .footer_left .footer_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        display: block; }
      .footer .footer_content .footer_left .ad_info {
        margin-bottom: 20px; }
        .footer .footer_content .footer_left .ad_info span {
          display: inline-block; }
        .footer .footer_content .footer_left .ad_info a {
          color: #fff;
          font-size: 16px; }
    .footer .footer_content .footer_middle {
      vertical-align: top;
      display: table-cell; }
    .footer .footer_content .footer_right {
      vertical-align: top;
      display: table-cell;
      width: 33.33333333333333%; }
    .footer .footer_content span.fa {
      vertical-align: top;
      font-size: 30px;
      width: 30px;
      margin-right: 5px;
      text-align: center; }

.copyrights {
  font-family: "PT Sans", sans-serif;
  background: #00a4d5;
  /* Old browsers */
  color: #fff;
  width: 100%;
  border-top: 1px #b8b8b8 solid;
  padding: 20px 0px; }
  .copyrights .copy_text {
    width: 66.66666%;
    float: left; }
    @media (max-width: 450px) {
      .copyrights .copy_text {
        width: 100%; } }
  .copyrights .copy_enter {
    width: 33.333333%;
    float: left;
    text-align: center; }
    .copyrights .copy_enter a {
      color: #fff; }
    @media (max-width: 450px) {
      .copyrights .copy_enter {
        display: none; } }
  @media (max-width: 450px) {
    .copyrights {
      background: #fff;
      color: #686868;
      text-align: center;
      font-size: 12px; } }

#sberPayBtn {
  width: 200px;
  height: 106px;
  margin: 0 auto;
  background: url(images/knopka_oplata.jpg); }
  #sberPayBtn:active {
    background: url(images/knopka_oplata.jpg) 200px 0; }
  #sberPayBtn:hover {
    background: url(images/knopka_oplata.jpg) 400px 0; }

.go_up {
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer; }
  .go_up span {
    color: #fff;
    background: #00a4d5;
    /* Old browsers */
    padding: 7px 15px;
    border-radius: 18px;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out; }
    .go_up span:hover {
      background: #fff;
      color: #2eb8e5;
      border: 1px solid #2eb8e5; }

.about_director {
  width: 50%;
  margin: 0 auto; }
  .about_director div {
    margin: 0 auto; }
  .about_director .director_text {
    padding-top: 50px; }
  .about_director .director_photo {
    width: 50%;
    padding-right: 35px; }
  @media (max-width: 450px) {
    .about_director {
      width: 100%;
      margin: 0; }
      .about_director div {
        margin: 0; }
      .about_director .director_text {
        padding-top: 10px;
        font-size: 15px;
        float: right; } }
  .about_director:after {
    content: '';
    clear: both;
    display: block; }

/*# sourceMappingURL=template_styles.css.map */
