@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novabold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novaextrabold';
  src: url("../fonts/proximanova-extrabld-webfont.eot");
  src: url("../fonts/proximanova-extrabld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-extrabld-webfont.woff") format("woff"), url("../fonts/proximanova-extrabld-webfont.ttf") format("truetype"), url("../fonts/proximanova-extrabld-webfont.svg#proxima_novaextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0;
  padding: 0;
  font-family: 'proxima_novaregular';
  background: #f2f5f9; }

img {
  max-width: 100%; }

.remodal {
  padding: 0;
  background: transparent; }
  @media all and (min-width: 640px) {
    .remodal {
      max-width: 630px; } }
  .remodal .remodal-close-btn {
    font-size: 0;
    background: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 0;
    z-index: 100; }
    @media all and (max-width: 640px) {
      .remodal .remodal-close-btn {
        right: 20px; } }
    .remodal .remodal-close-btn:hover svg {
      fill: #999; }
    .remodal .remodal-close-btn svg {
      width: 20px;
      height: 20px;
      transition: fill .4s;
      fill: #000; }

.site-wrapper {
  background: url(../images/site_bottom_bg.jpg) 50% 100% no-repeat; }

.header {
  padding-top: 30px;
  background: #f2f5f9; }
  .header .header-in {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
    background: url(../images/top-bg.png) 100% 100% no-repeat;
    min-height: 800px;
    position: relative; }
    @media all and (max-width: 768px) {
      .header .header-in {
        background-size: 330px; } }
    .header .header-in .header-top {
      display: flex;
      align-items: center;
      padding-bottom: 115px;
      position: relative; }
      .header .header-in .header-top .burger {
        width: 30px;
        height: 30px;
        background: url(../images/burger.png) 50% 50% no-repeat;
        cursor: pointer; }
        .header .header-in .header-top .burger.active {
          background: url(../images/close-m.png) 50% 50% no-repeat;
          transform: rotate(90deg); }
      .header .header-in .header-top .top-button a {
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05);
        -moz-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05);
        box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05);
        border: 1px solid #022539;
        font-size: 20px;
        color: #022539;
        padding: 15px 20px;
        text-decoration: none;
        width: 100%;
        max-width: 214px;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        .header .header-in .header-top .top-button a:hover {
          background: #022539;
          color: #fff; }
    .header .header-in .header-bottom {
      width: 100%;
      max-width: 810px; }
      .header .header-in .header-bottom .desc {
        color: #022539;
        font-size: 20px;
        display: flex;
        align-items: center;
        margin-left: -6px; }
        .header .header-in .header-bottom .desc span {
          padding-right: 6px;
          padding-left: 6px;
          position: relative; }
          .header .header-in .header-bottom .desc span:after {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            background: #7a8d99;
            width: 1px; }
          .header .header-in .header-bottom .desc span:last-child:after {
            display: none; }
      .header .header-in .header-bottom .site-name {
        font-size: 50px;
        color: #1c7690;
        font-family: 'proxima_novaextrabold';
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 20px; }
      .header .header-in .header-bottom .logo-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 90px; }
        .header .header-in .header-bottom .logo-wrap .logo {
          font-size: 0;
          margin-right: 15px; }
        .header .header-in .header-bottom .logo-wrap .name {
          color: #022539;
          font-size: 20px; }
      .header .header-in .header-bottom .begin-button a {
        display: block;
        width: 100%;
        max-width: 240px;
        font-size: 20px;
        color: #f2f5f9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        z-index: 1; }
        .header .header-in .header-bottom .begin-button a:before {
          content: '';
          position: absolute;
          top: 4px;
          right: -4px;
          bottom: -4px;
          left: 4px;
          background: #11586c;
          border-radius: 10px;
          z-index: -1;
          box-shadow: 0 0 20px 0 rgba(0, 153, 255, 0.7); }
        .header .header-in .header-bottom .begin-button a:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #1c7690;
          border-radius: 10px;
          z-index: -1; }
        .header .header-in .header-bottom .begin-button a:hover:before {
          background: #1c7690; }
        .header .header-in .header-bottom .begin-button a:hover:after {
          background: #11586c; }
    .header .header-in .accept-button {
      position: absolute;
      bottom: -30px;
      right: 0; }
      .header .header-in .accept-button a {
        font-size: 20px;
        color: #207891;
        text-decoration: none;
        width: 100%;
        max-width: 470px;
        display: block;
        background: #f2f5f9 url(../images/to-r.png) 95% 50% no-repeat;
        padding: 16px 78px 16px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }

.top-menu {
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  list-style: none;
  display: flex; }
  .top-menu li a {
    font-size: 20px;
    color: #022539;
    text-decoration: none;
    padding-right: 40px;
    padding-left: 40px; }

.about-me {
  background: url(../images/about-me-bg.jpg) 0 0 no-repeat;
  min-height: 836px; }
  .about-me .inner {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .about-me .inner .title-bl {
      font-size: 38px;
      color: #f2f5f9;
      font-family: 'proxima_novaextrabold';
      text-align: center;
      text-transform: uppercase; }
    .about-me .inner .desc {
      line-height: 1.4;
      font-size: 20px;
      color: #f2f5f9;
      max-width: 1050px;
      width: 100%;
      margin: 20px auto 35px; }
  .about-me .slider-about {
    padding-right: 100px;
    padding-left: 100px; }
    .about-me .slider-about .title {
      text-align: center;
      color: #f2f5f9;
      font-size: 20px;
      font-family: 'proxima_novaextrabold';
      text-transform: uppercase;
      margin-bottom: 28px; }
    .about-me .slider-about .items-wrap .item {
      background: #f6f8fb;
      padding: 5px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .about-me .slider-about .items-wrap .item img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .about-me .slider-about .owl-nav .owl-prev,
    .about-me .slider-about .owl-nav .owl-next {
      width: 68px;
      height: 68px;
      position: absolute;
      top: 50%;
      margin-top: -34px;
      background: #f2f5f9 url(../images/sl-arr.png) 45% 50% no-repeat;
      -webkit-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
      -moz-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
      box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      border-radius: 250px;
      font-size: 0; }
    .about-me .slider-about .owl-nav .owl-prev {
      left: -100px; }
    .about-me .slider-about .owl-nav .owl-next {
      right: -100px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.services {
  width: 100%;
  max-width: 1268px;
  margin: 0 auto 130px;
  padding-top: 138px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .services .title-bl {
    font-size: 38px;
    color: #1c7690;
    font-family: 'proxima_novaextrabold';
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  .services .desc-bl {
    text-align: center;
    font-size: 20px;
    color: #022539;
    margin-bottom: 55px; }
  .services .items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -55px;
    margin-left: -55px; }
    .services .items-wrap .item {
      width: calc(25% - 110px);
      margin-right: 55px;
      margin-left: 55px;
      position: relative;
      padding-top: 55px;
      text-align: center;
      cursor: pointer; }
      .services .items-wrap .item:hover:after {
        transform: scaleY(0); }
      .services .items-wrap .item:after {
        content: '';
        position: absolute;
        z-index: 222;
        width: 100%;
        background: #f2f5f9;
        height: 70px;
        top: 56px;
        left: 0px;
        transition: transform 0.4s;
        transform: scaleY(1);
        transform-origin: bottom; }
      .services .items-wrap .item .number {
        position: absolute;
        z-index: 111;
        top: -8px;
        right: 0;
        left: 0;
        font-size: 140px;
        color: #1c7690;
        font-family: 'proxima_novaextrabold';
        line-height: 1;
        text-shadow: 4px 5px 0px #11586c; }
      .services .items-wrap .item .title {
        background: #f2f5f9;
        color: #1c7690;
        font-size: 20px;
        font-family: 'proxima_novaextrabold';
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0px 9px 18px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.41);
        min-height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

.reviews {
  width: 100%;
  max-width: 1268px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100px;
  padding-left: 100px; }
  .reviews .title-bl {
    font-size: 40px;
    color: #1c7690;
    font-family: 'proxima_novaextrabold';
    text-align: center;
    margin-bottom: 50px; }
  .reviews .reviews_item_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .reviews .reviews_item_group .wrap_reviews__img:nth-child(2) {
      margin: 0 40px; }
    .reviews .reviews_item_group .wrap_reviews__img img {
      width: auto; }
  .reviews .owl-nav .owl-prev,
  .reviews .owl-nav .owl-next {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    background: #f2f5f9 url(../images/sl-arr.png) 45% 50% no-repeat;
    -webkit-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
    -moz-box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
    box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-size: 0; }
  .reviews .owl-nav .owl-prev {
    left: -100px; }
  .reviews .owl-nav .owl-next {
    right: -100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .reviews .desc-bl {
    color: #022539;
    font-size: 20px;
    width: 100%;
    margin-top: 18px;
    padding-left: 96px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between; }
    .reviews .desc-bl .author {
      text-align: left; }
    .reviews .desc-bl .answer {
      text-align: right; }
  .reviews .reviews_text {
    margin-top: 18px;
    color: #022539;
    font-size: 20px; }

.reviews.setrespon .wrap_reviews__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding-bottom: 70px; }
.reviews.setrespon .reviews_text_her {
  margin-top: 18px;
  color: #022539;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  white-space: nowrap; }
  .reviews.setrespon .reviews_text_her.first-text-rev {
    margin-left: 100px; }
  .reviews.setrespon .reviews_text_her.ff-text-rev {
    bottom: 0; }

.item__body {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 111;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: none;
  cursor: auto; }
  @media all and (max-width: 1240px) {
    .item__body {
      font-size: 14px;
      width: calc( 100% - 40px); } }

.item__body_title {
  cursor: pointer;
  position: relative; }
  @media all and (max-width: 1240px) {
    .item__body_title {
      font-size: 14px;
      padding-right: 30px; } }
  .item__body_title:before {
    content: '';
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 30px;
    width: 16px;
    height: 8px;
    background: url(../images/title_arr.png) 0 0 no-repeat;
    transition: all 0.5s; }
    @media all and (max-width: 1240px) {
      .item__body_title:before {
        right: 0; } }

.site-questions__main-middle {
  position: relative; }

.site-questions {
  padding: 120px 20px 84px;
  max-width: 1286px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  .site-questions .site-questions-name {
    font-family: 'proxima_novaextrabold';
    font-size: 38px;
    color: #1c7690;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 21px; }
  .site-questions .site-questions-desk {
    font-size: 20px;
    color: #022539;
    text-align: center;
    padding-bottom: 51px; }
  .site-questions .site-questions-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -46px;
    font-size: 20px;
    color: #022539; }
    .site-questions .site-questions-middle .items {
      width: calc(50% - 92px);
      margin: 0 46px 30px;
      background-color: #f2f5f9;
      box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      position: static; }
      .site-questions .site-questions-middle .items .title {
        padding: 16px 76px 15px 29px;
        position: relative; }
        .site-questions .site-questions-middle .items .title:before {
          content: '';
          position: absolute;
          top: calc(50% - 4px);
          right: 30px;
          width: 16px;
          height: 8px;
          background: url(../images/title_arr.png) 0 0 no-repeat;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
      .site-questions .site-questions-middle .items .text {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #f2f5f9;
        box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
        border-radius: 10px;
        padding: 16px 29px; }
      .site-questions .site-questions-middle .items.active {
        z-index: 2; }
        .site-questions .site-questions-middle .items.active .title:before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        .site-questions .site-questions-middle .items.active .text {
          display: block; }

.site-contacts {
  padding: 27px 20px 84px;
  max-width: 1286px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .site-contacts .site-contacts-name {
    font-family: 'proxima_novaextrabold';
    font-size: 38px;
    color: #1c7690;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 21px; }
  .site-contacts .site-contacts-desk {
    font-size: 20px;
    color: #022539;
    text-align: center;
    padding-bottom: 54px; }
  .site-contacts .site-contacts-middle {
    display: flex;
    font-size: 20px;
    color: #022539; }
    .site-contacts .site-contacts-middle a {
      color: #022539;
      text-decoration: none; }
  .site-contacts .left-col {
    width: calc(100% - 536px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 88px; }
  .site-contacts .right-col {
    width: 322px;
    padding: 0 107px; }
  .site-contacts .title-bl {
    font-family: 'proxima_novaextrabold';
    font-size: 20px;
    color: #1c7690;
    line-height: 30px;
    padding-top: 14px;
    padding-bottom: 88px; }
  .site-contacts .phone {
    padding-left: 47px;
    position: relative;
    margin-bottom: 26px; }
    .site-contacts .phone:before {
      content: '';
      position: absolute;
      top: calc(50% - 13.5px);
      left: 0;
      width: 27px;
      height: 27px;
      background: url(../images/b_phone.png) 50% 50% no-repeat; }
  .site-contacts .email {
    padding-left: 47px;
    position: relative;
    margin-bottom: 26px; }
    .site-contacts .email:before {
      content: '';
      position: absolute;
      top: calc(50% - 10px);
      left: 0;
      width: 27px;
      height: 20px;
      background: url(../images/b_email.png) 50% 50% no-repeat; }
  .site-contacts .adress {
    padding-left: 47px;
    position: relative; }
    .site-contacts .adress:before {
      content: '';
      position: absolute;
      top: calc(50% - 14px);
      left: 0;
      width: 27px;
      height: 28px;
      background: url(../images/b_adress.png) 50% 50% no-repeat; }
  .site-contacts form .tpl-field {
    padding-bottom: 10px; }
    .site-contacts form .tpl-field input,
    .site-contacts form .tpl-field textarea {
      padding: 15px 28px 18px;
      border: 2px solid #7a8d99;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px;
      outline: none;
      font-size: 20px;
      color: #022539; }
      .site-contacts form .tpl-field input:focus,
      .site-contacts form .tpl-field textarea:focus {
        border-color: #85b3c2; }
      .site-contacts form .tpl-field input::placeholder,
      .site-contacts form .tpl-field textarea::placeholder {
        color: #99a0a8; }
    .site-contacts form .tpl-field textarea {
      height: 88px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .site-contacts form .tpl-field.tpl-field-button {
      padding: 21px 0 0; }
    .site-contacts form .tpl-field button {
      font-size: 20px;
      color: #ffffff;
      border: none;
      outline: none;
      background: none;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 16px 20px 19px;
      text-align: center;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      .site-contacts form .tpl-field button:before {
        content: '';
        position: absolute;
        top: 4px;
        right: -4px;
        bottom: -4px;
        left: 4px;
        background: #11586c;
        border-radius: 10px;
        z-index: -1; }
      .site-contacts form .tpl-field button:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #1c7690;
        border-radius: 10px;
        z-index: -1; }
      .site-contacts form .tpl-field button:hover:before {
        background: #1c7690; }
      .site-contacts form .tpl-field button:hover:after {
        background: #11586c; }

.site-footer {
  background: #022539;
  color: #fff;
  padding: 20px; }
  .site-footer .site-footer-in {
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px; }
  .site-footer .site-bottom-name {
    font-size: 20px; }
  .site-footer .up_but {
    display: block;
    width: 66px;
    height: 66px;
    min-width: 66px;
    background: #f2f5f9 url(../images/up_but.png) 50% 50% no-repeat;
    border-radius: 50%; }

.form-wrapper .form-wrapper-inner {
  width: 100%;
  max-width: 622px;
  border-radius: 20px;
  background-color: #f2f5f9;
  box-shadow: 0px 8px 27.84px 1.16px rgba(1, 47, 80, 0.09);
  padding: 101px 20px;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.form-wrapper form {
  max-width: 322px;
  margin: 0 auto; }
.form-wrapper .title {
  max-width: 322px;
  margin: 0 auto;
  font-family: 'proxima_novaextrabold';
  font-size: 25px;
  text-transform: uppercase;
  color: #1c7690;
  padding-bottom: 20px; }
.form-wrapper .desk {
  margin-bottom: 20px;
  font-size: 18px; }
.form-wrapper .tpl-field {
  padding-bottom: 10px; }
  .form-wrapper .tpl-field input,
  .form-wrapper .tpl-field textarea {
    padding: 15px 28px 18px;
    border: 2px solid #7a8d99;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 29px;
    outline: none;
    font-size: 20px;
    color: #022539; }
    .form-wrapper .tpl-field input:focus,
    .form-wrapper .tpl-field textarea:focus {
      border-color: #85b3c2; }
    .form-wrapper .tpl-field input::placeholder,
    .form-wrapper .tpl-field textarea::placeholder {
      color: #99a0a8; }
  .form-wrapper .tpl-field textarea {
    height: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form-wrapper .tpl-field.tpl-field-button {
    padding: 30px 0 0; }
  .form-wrapper .tpl-field button {
    font-size: 20px;
    color: #ffffff;
    border: none;
    outline: none;
    background: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 29px;
    padding: 16px 20px 19px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .form-wrapper .tpl-field button:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #1c7690;
      border-radius: 29px;
      z-index: -1; }
    .form-wrapper .tpl-field button:hover:after {
      background: #11586c; }

.for-burg {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  border-radius: 10px;
  background-color: #f2f5f9;
  box-shadow: 0px 9px 10px 0px rgba(2, 37, 57, 0.05), inset 0px 9px 21px 0px rgba(255, 255, 255, 0.61);
  padding: 50px 60px 50px 100px; }
  .for-burg.opened {
    display: block; }
  .for-burg .icon-close {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    background: url(../images/close-m.png) 50% 50% no-repeat;
    cursor: pointer; }

@media all and (max-width: 1266px) {
  .site-questions,
  .header .header-in,
  .about-me .inner,
  .services,
  .reviews,
  .site-contacts,
  .site-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }

  .reviews .desc-bl {
    display: none; }

  .services .items-wrap,
  .site-questions .site-questions-middle {
    margin-right: 0;
    margin-left: 0; }

  .header .header-in .header-top .top-menu {
    display: none; }

  .header .header-in .header-top .top-button a {
    background: url(../images/ph_ic.png) 50% 50% no-repeat;
    font-size: 0;
    width: 46px;
    height: 30px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .header .header-in .header-top {
    padding-right: 15px;
    padding-left: 15px; }
    .header .header-in .header-top .burger {
      order: 1;
      margin-left: auto; }

  .header .header-in .header-top .for-burg {
    top: 30px;
    padding: 38px 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .header .header-in .header-top .for-burg .icon-close {
      display: none; }
    .header .header-in .header-top .for-burg .top-menu {
      display: block;
      position: relative;
      z-index: 10;
      background: #fff;
      padding: 30px 0;
      height: calc( 100vh - 30px ); }
      .header .header-in .header-top .for-burg .top-menu li a {
        text-align: center;
        display: block;
        padding: 12px 0;
        font-size: 14px;
        color: #022539; }
        .header .header-in .header-top .for-burg .top-menu li a:hover {
          color: #1c7690; }

  .header .header-in {
    min-height: 650px; }
    .header .header-in .header-bottom {
      padding-right: 16px;
      padding-left: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%; }
      .header .header-in .header-bottom .desc {
        display: none; }
      .header .header-in .header-bottom .site-name {
        margin-top: 0;
        font-size: 30px; }
    .header .header-in .accept-button {
      display: none; }

  .about-me .inner {
    padding-top: 60px; }
    .about-me .inner .desc {
      width: auto;
      margin: 20px 16px 45px; }
    .about-me .inner .slider-about {
      margin: 0; }

  .services {
    margin-bottom: 60px; }
    .services .items-wrap-w {
      position: relative;
      overflow: scroll;
      padding-bottom: 35px; }
      .services .items-wrap-w .items-wrap {
        width: 1024px; }
        .services .items-wrap-w .items-wrap .item {
          min-width: 185px;
          max-width: 185px;
          margin-right: 16px;
          margin-left: 16px;
          width: 100%; }

  .about-me .slider-about {
    padding-right: 0;
    padding-left: 0;
    margin: 0; }
    .about-me .slider-about .items-wrap-w {
      position: relative;
      overflow: scroll;
      padding-bottom: 10px; }
      .about-me .slider-about .items-wrap-w .items-wrap {
        width: 1024px;
        display: flex; }
        .about-me .slider-about .items-wrap-w .items-wrap .item {
          min-width: 185px;
          max-width: 185px;
          margin-right: 16px;
          margin-left: 16px;
          width: 100%; }

  .reviews:not(.setrespon) {
    padding-right: 0;
    padding-left: 0; }
    .reviews:not(.setrespon) .first-text-rev {
      margin-top: 108px;
      color: #022539;
      font-size: 20px;
      display: inline-block;
      white-space: nowrap;
      width: 120px; }
    .reviews:not(.setrespon) .ff-text-rev {
      display: inline-block;
      margin-top: 68px;
      color: #022539;
      font-size: 20px;
      width: 320px; }
    .reviews:not(.setrespon) .reviews_item_group {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      flex: none;
      width: 1100px;
      margin: 0 40px; }
    .reviews:not(.setrespon) .reviews_item_group img {
      margin: 0; }
      .reviews:not(.setrespon) .reviews_item_group img:nth-child(3) {
        margin-right: 40px; }
    .reviews:not(.setrespon) .items-wrap-w {
      position: relative;
      overflow: scroll;
      padding-bottom: 10px; }
      .reviews:not(.setrespon) .items-wrap-w .items-wrap {
        width: 1024px;
        display: flex; }
        .reviews:not(.setrespon) .items-wrap-w .items-wrap .item {
          margin-right: 16px;
          margin-left: 16px;
          width: 1060px; }
    .reviews:not(.setrespon) .desc-bl {
      margin-top: 0;
      padding: 0 16px;
      font-size: 12px;
      color: #022539; }
      .reviews:not(.setrespon) .desc-bl .answer {
        display: none; }

  .site-questions {
    padding-top: 90px; } }
@media all and (max-width: 360px) {
  body .header .header-in {
    background-position: 150px 110%;
    background-size: 260px; }

  body .header .header-in {
    min-height: 500px; } }
@media all and (max-width: 540px) {
  .header .header-in {
    min-height: 560px;
    background-size: 290px;
    background-position: 180px 110%; }
    .header .header-in .header-top {
      padding-bottom: 88px; }
    .header .header-in .header-bottom .logo-wrap {
      margin-bottom: 45px; }
      .header .header-in .header-bottom .logo-wrap .logo {
        min-width: 46px;
        width: 46px;
        margin-right: 12px; }
      .header .header-in .header-bottom .logo-wrap .name {
        color: #022539;
        font-size: 14px; }
    .header .header-in .header-bottom .begin-button a {
      max-width: 184px;
      font-size: 16px;
      padding: 14px 10px; }
    .header .header-in .header-bottom .site-name {
      font-size: 22px; }

  .about-me .inner .title-bl {
    font-size: 20px; }
  .about-me .inner .desc {
    font-size: 14px; }

  .services {
    padding-top: 100px; }
    .services .title-bl {
      font-size: 20px; }
    .services .desc-bl {
      font-size: 14px;
      margin-bottom: 42px; }
    .services .items-wrap .item .number {
      font-size: 110px;
      top: -3px; }
    .services .items-wrap .item .title {
      font-size: 16px;
      min-height: 170px; }

  .site-wrapper {
    background: #f2f5f9; }

  .reviews .title-bl {
    font-size: 22px;
    margin-bottom: 30px; } }
.services.services_class {
  max-width: 1200px;
  padding: 0; }
  .services.services_class form {
    max-width: 322px; }
  .services.services_class .title {
    text-align: left;
    font-family: 'proxima_novabold';
    font-size: 25px;
    margin-bottom: 0;
    color: #022539;
    padding-bottom: 20px; }
    @media all and (max-width: 768px) {
      .services.services_class .title {
        font-size: 22px; } }
  .services.services_class .desk {
    margin-bottom: 20px;
    font-size: 18px; }
  .services.services_class .tpl-field {
    padding-bottom: 10px; }
    .services.services_class .tpl-field input,
    .services.services_class .tpl-field textarea {
      padding: 15px 28px 15px;
      border: 1px solid #7a8d99;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 20px;
      outline: none;
      font-size: 20px;
      color: #022539; }
      .services.services_class .tpl-field input:focus,
      .services.services_class .tpl-field textarea:focus {
        border-color: #85b3c2; }
      .services.services_class .tpl-field input::placeholder,
      .services.services_class .tpl-field textarea::placeholder {
        color: #99a0a8; }
    .services.services_class .tpl-field textarea {
      height: 88px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .services.services_class .tpl-field.tpl-field-button {
      padding: 30px 0 0; }
    .services.services_class .tpl-field button {
      font-size: 20px;
      color: #ffffff;
      border: none;
      outline: none;
      background: none;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 20px;
      padding: 16px 20px 19px;
      text-align: center;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      .services.services_class .tpl-field button:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #1c7690;
        border-radius: 20px;
        z-index: -1; }
      .services.services_class .tpl-field button:hover:after {
        background: #11586c; }

.remodal_body {
  background: #f2f5f9;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0px 12px 0 #82a7a9; }
  @media all and (max-width: 768px) {
    .remodal_body {
      padding: 40px 20px 30px; } }

.remodal_body__title {
  font-size: 26px;
  color: #1c7690;
  font-family: 'proxima_novaextrabold';
  text-align: center;
  margin-bottom: 25px; }
  @media all and (max-width: 768px) {
    .remodal_body__title {
      font-size: 22px; } }

.remodal_body__text {
  font-size: 20px;
  color: #022539;
  font-family: 'proxima_novaregular';
  text-align: left; }
  @media all and (max-width: 768px) {
    .remodal_body__text {
      font-size: 18px; } }
  .remodal_body__text p {
    margin-bottom: 40px; }
  .remodal_body__text ol {
    list-style: none;
    padding-left: 0;
    margin: 0; }

.hide_mini_menu {
  display: none; }
  @media all and (max-width: 1267px) {
    .hide_mini_menu {
      display: block; } }

/*.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg, .mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-preloader {
  width: 30px !important;
  height: 30px !important;
  background-color: #ECB124;
  opacity: 1;
  margin: 0 auto;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
*/

/*# sourceMappingURL=styles.css.map */
