/*
@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype"); }
*/
::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

body {
  font-size: 1.6rem;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #212121; }

a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

h1, h2, h3, h4 {
  font-weight: 700; }

button:focus, button:active, a:focus, a:active {
  outline: none; }

a:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer; }

.hidden {
  display: none; }

.accent {
  color: #EE4941; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1.5rem; }

.col {
  padding: 1.5rem; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 126rem;
  padding: 0 6rem; }

.page-wrap {
  overflow: hidden; }

.btn button, .modal_control_close button, .btn a {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 1.3rem;
  padding: 1.6em 2.86em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden; }
  .btn button:before, .btn button:after, .modal_control_close button:before, .modal_control_close button:after, .btn a:before, .btn a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn button:before, .modal_control_close button:before, .btn a:before {
    z-index: -2; }
  .btn button:after, .modal_control_close button:after, .btn a:after {
    z-index: -1;
    opacity: 0; }
  .btn button:hover:after, .modal_control_close button:hover:after, .btn a:hover:after {
    opacity: 1; }

.btn-accent button, .modal_control_close button, .btn-accent a {
  color: #fff;
  -webkit-box-shadow: 5px 15px 40px rgba(236, 68, 60, 0.67);
          box-shadow: 5px 15px 40px rgba(236, 68, 60, 0.67); }
  .btn-accent button:before, .modal_control_close button:before, .btn-accent a:before {
    background: -o-linear-gradient(176.18deg, #EE4941 7.38%, #D10A00 98.77%);
    background: linear-gradient(273.82deg, #EE4941 7.38%, #D10A00 98.77%); }
  .btn-accent button:after, .modal_control_close button:after, .btn-accent a:after {
    background: #EE4941; }

.btn-white button, .btn-white a {
  color: #212121;
  -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
          box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15); }
  .btn-white button:before, .btn-white a:before {
    background: -o-linear-gradient(176.18deg, #FFFFFF 7.38%, #F6F7FB 98.77%);
    background: linear-gradient(273.82deg, #FFFFFF 7.38%, #F6F7FB 98.77%); }
  .btn-white button:after, .btn-white a:after {
    background: #fff; }

.section-title {
  position: relative;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 1.725em; }
  .section-title:before {
    content: '';
    position: absolute;
    bottom: -0.45em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 6.6rem;
    background: #EE4941; }
  .section-title.black {
    color: #212121; }
  .section-title.white {
    color: #fff; }
  .section-title h2 {
    font-size: 1em; }

.bigtitle {
  position: absolute;
  z-index: -1;
  font-size: 30rem;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none; }
  .bigtitle.white {
    color: #F6F8FB; }
  .bigtitle.black {
    color: rgba(255, 255, 255, 0.05); }

.callback {
  position: absolute;
  z-index: 10;
  top: calc(100% - 13rem);
  left: 0;
  width: 100%; }
  .callback-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 20px;
    background: url(../img/pictures/callback-bg.png) center no-repeat;
    background-size: cover;
    padding: 5.5rem 4.5rem; }
    .callback-wrap h3 {
      font-size: 3.2rem;
      font-weight: 300;
      max-width: 46.5rem;
      margin-right: 31rem; }
      .callback-wrap h3 strong {
        font-weight: 700; }
  .callback-img {
    position: absolute;
    bottom: 0;
/*    left: 52rem; */
left: 59rem;
    width: 26rem; }

.header {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.5rem 0;
  color: #fff; }
  .header .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-col1 {
    width: 22%; }
  .header-col2 {
    width: 29%; }
  .header-col3 {
    width: 16%; }
  .header-col4 {
    width: 33%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header-logo {
    width: 100%;
    max-width: 21rem; }
  .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-block img {
      width: 6.5rem;
      border-radius: 50%;
      margin-right: 2.5rem; }
    .header-block p {
      font-size: 1.5rem;
      line-height: 1.35; }
  .header-phone {
    margin-right: 2.5rem; }
    .header-phone a {
      font-size: 2rem;
      font-weight: 700;
      color: #fff; }
  .header-btn button, .header-btn a {
    padding: 1.45rem 3.15rem; }

.main {
  position: relative;
  z-index: 7;
/*  background: url(../img/pictures/main-bg.png) center no-repeat; */
background: url(../img/pictures/main-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 25rem 0 18rem;
  color: #fff; }
  .main-block {
    max-width: 65rem; }
  .main-title {
    font-size: 5.6rem;
/*    margin-bottom: 0.9em; }*/
margin-bottom: 4rem; }
    .main-title h1 {
      font-size: 1em;
/*      line-height: 1;
      margin-bottom: 0.26em; }*/
line-height: 0.75;
margin-bottom: 4rem; }
      .main-title h1 span {
/*        font-size: 0.75em; } */
font-size: 0.4em; }
    .main-title p {
/*      font-size: 0.42em; } */
font-size: 2rem; }
  .main-list {
/*    margin: -1rem 0 5.5rem; }*/
margin: -1rem 0 4rem; }
    .main-list li {
      position: relative;
      padding: 1rem 0 1rem 2.6rem; }
      .main-list li:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 1.8rem;
        height: 1.8rem;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='13' height='13' rx='6.5' fill='white' stroke='url(%23paint0_linear)' stroke-width='5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='9.04615' y1='18' x2='17.5267' y2='0.991564' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234271DF'/%3E%3Cstop offset='1' stop-color='%23789CF1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
        background-size: contain; }

.services {
  position: relative;
  z-index: 6;
  padding: 8rem 0 22rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F7FB));
  background: -o-linear-gradient(top, #FFFFFF 0%, #F6F7FB 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F7FB 100%); }
  .services .bigtitle {
    top: -0.4em;
    left: 6%; }
  .services-row {
    margin: -2rem -1.5rem; }
  .services-col {
    width: 33.333%;
    padding: 2rem 1.5rem; }
  .services-block:hover .services-block__img:before {
    opacity: 1; }
  .services-block:hover .services-block__btn {
    top: 32%;
    opacity: 1; }
  .services-block__img {
    position: relative;
    padding-bottom: 66.15%; }
    .services-block__img:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 30, 33, 0.5)), to(rgba(32, 30, 33, 0.5)));
      background: -o-linear-gradient(bottom, rgba(32, 30, 33, 0.5), rgba(32, 30, 33, 0.5));
      background: linear-gradient(0deg, rgba(32, 30, 33, 0.5), rgba(32, 30, 33, 0.5));
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .services-block__img img {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .services-block__btn {
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .services-block__desc {
    position: relative;
    z-index: 4;
    text-align: center;
    width: calc(100% - 4rem);
    background: #fff;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 20px;
    margin: -2.5rem auto 0;
    padding: 2.9rem 1rem; }
    .services-block__desc p {
      margin-bottom: 1rem; }
    .services-block__desc strong {
      font-size: 2rem; }

.present {
  position: relative;
  z-index: 5;
  padding: 10rem 0 5.5rem; }
  .present .bigtitle {
    top: -0.1em;
    left: 9%; }
  .present-row {
/*    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } */
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
  .present-col {
    width: 50%; }
  .present-title {
margin-top: 4rem;
    margin-bottom: 3.2rem; }
    .present-title h2 {
/*      font-size: 4.2rem;*/
font-size: 3.75rem;
      margin-bottom: 1.2rem; }
  .present-subtitle {
    margin-bottom: 1.5rem; }
    .present-subtitle h4 {
/*      font-size: 2.4rem;
      font-weight: 400; */
font-size: 2.25rem;
font-weight: bolder;
      margin-bottom: 1.5rem; }
  .present-timer {
    width: 80%;
    margin-bottom: 6rem; }

.advan {
  position: relative;
  z-index: 4;
  background: url(../img/pictures/advan-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 9rem 0 8rem; }
  .advan .bigtitle {
    top: -0.325em;
    right: 10%; }
  .advan:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 30, 33, 0.71)), color-stop(26.9%, rgba(32, 30, 33, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(32, 30, 33, 0.91)), to(rgba(32, 30, 33, 0.91)));
    background: -o-linear-gradient(top, rgba(32, 30, 33, 0.71) 0%, rgba(32, 30, 33, 0) 26.9%), -o-linear-gradient(bottom, rgba(32, 30, 33, 0.91), rgba(32, 30, 33, 0.91));
    background: linear-gradient(180deg, rgba(32, 30, 33, 0.71) 0%, rgba(32, 30, 33, 0) 26.9%), linear-gradient(0deg, rgba(32, 30, 33, 0.91), rgba(32, 30, 33, 0.91)); }
  .advan-title {
    margin-bottom: 2.38em; }
  .advan-row {
    margin: 0; }
  .advan-col {
    width: 20%;
    padding: 0; }
    .advan-col:nth-child(even) {
      padding-top: 4rem; }
  .advan-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 12rem;
    height: 12rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 4rem; }
    .advan-icon:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% - 12px);
      height: calc(100% - 12px);
      background: -o-linear-gradient(176.18deg, #EE4941 7.38%, #D10A00 98.77%);
      background: linear-gradient(273.82deg, #EE4941 7.38%, #D10A00 98.77%);
      -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
              box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
      border-radius: 50%; }
    .advan-icon img {
      position: relative;
      z-index: 2;
      width: 47%; }
  .advan-desc {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 0 1rem; }

.reviews {
  position: relative;
  z-index: 3;
  padding: 8.5rem 0 19rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F7FB));
  background: -o-linear-gradient(top, #FFFFFF 0%, #F6F7FB 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F7FB 100%); }
  .reviews .bigtitle {
    top: -0.4em;
    left: 6.5%; }
  .reviews-title {
    margin-bottom: 0.95em; }
  .reviews-slider img {
    width: 100%; }

.contacts {
  position: relative;
  z-index: 2;
  padding: 18rem 0 8.4rem; }
  .contacts .bigtitle {
    top: -0.1em;
    left: 13.5%; }
  .contacts-title {
    margin-bottom: 2.38em; }
  .contacts-row {
/*    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } */
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
  .contacts-left {
    width: 33.333%; }
  .contacts-right {
    width: 66.666%;
min-height: 480px; }
  .contacts-block {
    margin-bottom: 4rem; }
    .contacts-block:last-child {
      margin-bottom: 6rem; }
  .contacts-phone {
    margin-bottom: 4rem; }
    .contacts-phone a {
      font-size: 2.8rem;
      font-weight: 700; }
  .contacts-map img {
    width: 100%;
    -webkit-filter: drop-shadow(5px 15px 40px rgba(30, 35, 66, 0.15));
            filter: drop-shadow(5px 15px 40px rgba(30, 35, 66, 0.15));
    border-radius: 20px; }

.footer {
  position: relative;
  z-index: 1;
  background: #201E21;
  padding: 2rem 0; }
  .footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
/*    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }*/
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
    .footer-block img {
      width: 21rem;
      margin-right: 1.5rem; }
    .footer-block p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.34);
      width: calc(100% - 22.5rem); }

.down {
  position: absolute;
  z-index: 15;
  bottom: 7.25rem;
  right: 12%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: -o-linear-gradient(176.18deg, #EE4941 7.38%, #D10A00 98.77%);
  background: linear-gradient(273.82deg, #EE4941 7.38%, #D10A00 98.77%);
  cursor: pointer; }
  .down:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48%;
    height: 48%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.9086 22.9091L10.9086 3.72462L7.31634 7.31684C6.89037 7.74287 6.19961 7.74287 5.77357 7.31684C5.34761 6.89087 5.34761 6.20011 5.77357 5.77407L11.2281 0.319527C11.6541 -0.106509 12.3448 -0.106509 12.7709 0.319527L18.2254 5.77407C18.4384 5.98716 18.545 6.26629 18.545 6.54549C18.545 6.82469 18.4384 7.10389 18.2254 7.31684C17.7995 7.74287 17.1087 7.74287 16.6827 7.31684L13.0904 3.72462L13.0904 22.9091C13.0904 23.5116 12.602 24 11.9995 24C11.3971 24 10.9086 23.5116 10.9086 22.9091Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white' transform='matrix(4.37114e-08 1 1 -4.37114e-08 0 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    background-size: contain; }

.popup {
  position: relative;
  padding: 3.5rem 6.5rem 6rem;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 36rem; }
  .popup-title {
    text-align: center;
    margin-bottom: 2rem; }
    .popup-title h3 {
      font-size: 2.6rem;
      margin-bottom: 1rem; }
    .popup-title p {
      font-size: 1.5rem;
      line-height: 1.6; }
  .popup-form {
    width: 100%; }
    .popup-form__input {
      margin-bottom: 1rem; }
      .popup-form__input input {
        display: block;
        font-size: 1.4rem;
        background: #F6F8FB;
        border: 1px solid #DADEEC;
        border-radius: 3px;
        padding: 1.3rem 1.8rem;
        width: 100%; }
    .popup-form__btn {
      margin-top: 3rem; }
      .popup-form__btn button {
        display: block;
        width: 100%;
        padding: 2.4rem 3rem; }
  .popup-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.87425 7.48783L14.715 13.3287C15.0951 13.7086 15.0951 14.3229 14.715 14.7028C14.335 15.0828 13.7207 15.0828 13.3408 14.7028L7.49993 8.86197L1.65922 14.7028C1.27911 15.0828 0.665004 15.0828 0.285078 14.7028C-0.0950259 14.3229 -0.0950259 13.7086 0.285078 13.3287L6.12579 7.48783L0.285078 1.64695C-0.0950259 1.26703 -0.0950259 0.652741 0.285078 0.272817C0.474418 0.0832987 0.723372 -0.0119047 0.972147 -0.0119047C1.22092 -0.0119047 1.4697 0.0832987 1.65922 0.272817L7.49993 6.1137L13.3408 0.272817C13.5303 0.0832987 13.7791 -0.0119047 14.0279 -0.0119047C14.2767 -0.0119047 14.5254 0.0832987 14.715 0.272817C15.0951 0.652741 15.0951 1.26703 14.715 1.64695L8.87425 7.48783Z' fill='%23D9D9D9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='15' height='15' fill='white' transform='matrix(1 0 0 -1 0 15)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    cursor: pointer; }

@media (max-width: 1260px) {
  html {
    font-size: 0.7936vw; } }

@media (max-width: 1024px) {
  html {
    font-size: 0.9765vw; }
  .bigtitle {
    font-size: 20rem; }
  .callback-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4.5rem 3.5rem; }
    .callback-wrap h3 {
      margin-right: 0;
      margin-bottom: 3rem; }
    .callback-wrap .btn {
      width: 100%; }
  .callback-img {
    left: auto;
    right: 0;
    width: 35rem; }
  .header-col1 {
    width: 25%; }
  .header-col2 {
    width: 33%; }
  .header-col3 {
    width: 19%; }
  .header-col4 {
    width: 23%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-phone {
    margin: 0;
    margin-bottom: 0.5rem; }
  .services-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .services-col {
    width: 50%; }
  .present {
    padding: 17.5rem 0 5.5rem; }
    .present-title h2 {
      font-size: 3.6rem; }
  .advan-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -3rem; }
  .advan-col {
    width: 33.333%;
    padding: 3rem 1.5rem; }
    .advan-col:nth-child(even) {
      padding: 3rem 1.5rem; }
  .contacts {
    padding: 22rem 0 8.4rem; }
    .contacts-left {
      width: 40%; }
    .contacts-right {
      width: 60%; } }

@media (max-width: 576px) {
  html {
    font-size: 3.125vw; }
  .container {
    padding: 0 1.5rem; }
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn button, .btn a {
      font-size: 1.3rem; }
  .section-title {
    font-size: 2.8rem; }
  .bigtitle {
    display: none; }
  .callback-img {
    display: none; }
  .callback-wrap {
    padding: 2.5rem 1.5rem; }
    .callback-wrap h3 {
      font-size: 1.8rem; }
  .header {
    padding: 1.5rem 0; }
    .header-row {
      margin: -1rem;
flex-direction: column;
align-items: center;
}
    .header-col1, .header-col2, .header-col3, .header-col4 {
      width: 100%;
      padding: 1rem; }
    .header-col3, .header-col4 {
      width: 50%; }
    .header-logo {
      max-width: 26rem;
      margin: 0 auto; }
    .header-block img {
      width: 5.5rem;
      margin-right: 2rem; }
    .header-block p {
      font-size: 1.4rem; }
    .header-phone a {
      font-size: 1.7rem; }
    .header-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  .main {
/*    padding: 32rem 0 5rem; }*/
    padding: 38rem 0 5rem; }
    .main-title {
      font-size: 3.8rem; }
    .main-list {
      margin: -1rem 0 3.5rem; }
  .services {
    padding: 5rem 0 18rem; }
    .services-row {
      margin: -1.5rem; }
    .services-col {
      width: 100%;
      padding: 1.5rem; }
    .services-block__desc {
      padding: 2rem 0.5rem; }
      .services-block__desc p {
        font-size: 1.4rem; }
      .services-block__desc strong {
        font-size: 1.6rem; }
  .present {
    padding: 7rem 0 5rem; }
    .present-col {
      width: 100%; }
    .present-title h2 {
      font-size: 2.4rem; }
    .present-title p {
      font-size: 1.3rem; }
    .present-subtitle h4 {
      font-size: 1.7rem; }
    .present-timer {
      width: 100%;
      margin-bottom: 3rem; }
  .advan {
    padding: 5rem 0; }
    .advan-row {
      margin: -1rem; }
    .advan-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 1rem; }
    .advan-icon {
      width: 8rem;
      height: 8rem;
      margin: 0;
      margin-right: 1.5rem; }
    .advan-desc {
      font-size: 1.4rem;
      text-align: left;
      width: calc(100% - 9.5rem); }
  .reviews {
    padding: 5rem 0 19rem; }
  .contacts {
    padding: 10rem 0 8.4rem; }
    .contacts-left, .contacts-right {
      width: 100%; }
    .contacts-block {
      font-size: 1.5rem;
      margin-bottom: 3rem; }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer-block img {
      width: 26rem;
      margin: 0;
      margin-bottom: 2rem; }
    .footer-block p {
      width: 100%; }
  .down {
    right: 1rem;
    bottom: 20.75rem;
    width: 4rem;
    height: 4rem; } }







/* Доработки */
.alt { color: #EE4941 }
.upper { text-transform: uppercase }
.main-block .btn-accent > button { margin-right: 4rem }
.main-block .btn-accent > span { font-size: 2rem }
.header-phone { white-space: nowrap }
.present-title h2 > span {
	text-transform: uppercase;
	color: #EE4941;
}
.present p { margin-top: 4rem }
.footer-block p:not(:last-child) { margin-bottom: 2rem }
.footer-block a {
	color: rgba(255, 255, 255, 0.34);
	text-decoration: underline;
}
.widget__src { display: none !important }
.reviews review-lab .widget__tab:not(:last-child) { margin-right: 3px }
.reviews review-lab .widget__pag {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	transition: fill .15s;
}
.reviews review-lab .widget__pag:hover { box-shadow: none }
.reviews review-lab .widget__pag:active { background-color: transparent }
.reviews review-lab .widget__point:hover {
	background-color: rgba(43,43,43,.5);
	cursor: pointer;
}
@media (max-width: 768px) { .reviews review-lab .widget__points { display: none } }
@media (max-width: 576px) { 
	.main-block .btn-accent { flex-wrap: wrap }
	.main-block .btn-accent > button { margin-bottom: 4rem }
}
/* Вариация акции с эндоскопом */
.present-title { margin-bottom: 0 }
.present-desc p {
	margin: 2rem 0 2.5rem;
	line-height: 1.5;
}
/* Перемещения блоков временно */
.reviews { padding: 19rem 0 8.5rem }
.present { padding: 0rem 0 21rem }
.present .present-col:first-child {
	display: flex;
	align-items: center;
}
.present-bg {
	width: 75%;
	margin: auto;
}
@media (max-width: 576px) { 
	.header .header-col2,
	.header .header-col3 { display: none }
	.main { padding-top: 24rem }
	.reviews { padding: 12.5rem 0 2rem }
	.present { padding: 0rem 0 18rem }
	.present .present-title { margin-top: 0 }
}