
/*BASE*/
body {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #2F3336;
  background-color: #fff;
  overflow-x: hidden;

}
h1, h2, h3, .h1, .h2, .h3 {margin-bottom: 0; text-transform: uppercase; font-weight: 800; font-family: 'Roboto Flex', sans-serif;}
h1 b, h2 b, h3 b, .h1 b, .h2 b, .h3 b,
h1 strong, h2 strong, h3 strong, .h1 strong, .h2 strong, .h3 strong {color: #32A3FD; font-weight: 800;}
h1, h2.h1, .h1 {font-size: 36px;  line-height: 130%}
h2, .h2 {font-size: 28px; line-height: 120%;}
h3, .h3 {font-size: 20px; line-height: 120%;  font-weight: 700;}
.page-title {margin-bottom: 40px;}
.container {padding: 0;}
section {padding: 64px 0;}

.no-pad {padding: 0;}
.no-pad-top {padding-top: 0;}
.no-pad-bottom {padding-bottom: 0;}

*:focus {outline: none;}
a[type="button"], html [type="button"], .header-menu-btn {-webkit-appearance: none;}
button:focus, input:focus, .btn:focus, .btn.focus {
    outline: 0;
    box-shadow:none;
}
a, button, input, textarea, svg, .btn, i, span, .btn span:before,
span:before, header, .play-btn, .play-btn svg, .play-btn:before,
.link-block .news-info span, button span, header .logo-col:before,
.feature-block-text, .feature-block:before {
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
svg * {
  -webkit-transition: fill 0.3s ease-out 0s;
    -moz-transition: fill 0.3s ease-out 0s;
    -o-transition: fill 0.3s ease-out 0s;
    transition: fill 0.3s ease-out 0s;
}
a {color: #32A3FD;}
a:hover {text-decoration: none;}
b, strong {font-weight: 600;}
.nob {font-weight: 400;}
.white {color: #fff;}
.blue {color: #32A3FD;}
.grey {color: #909090;}

.light-bg {background-color: #E8F1F8;}
.dark-bg {background-color: #232C38;}

.justify-center {justify-content: center;}
.z-5 {position: relative; z-index: 5;}
.row {
    margin-right: -4px;
    margin-left: -4px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 4px;
    padding-left: 4px;
}

.btn {
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0px 38px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.with-icon {padding: 0 20px;}
.btn.with-icon img {max-width: 30px; margin-right: 10px;}

.btn-blue, a.btn-blue {
  background-color: #32A3FD;
  border-color: #32A3FD;
  color: #fff;
}

.btn-blue:hover, a.btn-blue:hover {
  background-color: #232C38;
  border-color: #232C38;
  color: #fff;
}
.link {display: inline-block!important; border-bottom: 1px dashed #32A3FD; line-height: 1.18;}
.link:hover {border-bottom-color: #2F3336;}
.anchor {position: relative;}
.anchor.with-pad {top: -64px;}
.q-form-col {padding-bottom: 64px;}

 

.items-list {margin-bottom: -8px;}
.item {margin-bottom: 8px;}

ul {padding-left: 20px; margin-bottom: 0;}
ul li {margin-bottom: 0.6em;}
ul li:last-of-type {margin-bottom: 0;}

.section-divider {height: 1px; background-color: #A5B7C6; margin: 40px auto;}

.user-content {margin-top: 30px;}
.user-content ul {margin-bottom: 1rem;}


@media (max-width: 1601px) {
  body {font-size: 15px;}
  section {padding: 56px 0;}
  .anchor.with-pad {top: -56px;}
  .q-form-col {padding-bottom: 56px;}
  h1, h2.h1, .h1 {font-size: 30px;}
  h2, .h2 {font-size: 24px;}
  h3, .h3 {font-size: 18px;}
  .page-title {margin-bottom: 32px;}
}
 
@media (max-width: 1171px) {
  body {font-size: 14px;}
  .btn {height: 52px; font-size: 15px;}
  .btn.with-icon img {max-width: 24px;}
} 

@media (max-width: 961px) {
  body {font-size: 13px;}
  section {padding: 40px 0;}
  .anchor.with-pad {top: -40px;}
  .q-form-col {padding-bottom: 40px;}
  h1, h2.h1, .h1 {font-size: 23px;}
  h2, .h2 {font-size: 20px;}
  h3, .h3 {font-size: 16px;}
  .page-title {margin-bottom: 24px;}
  .btn {padding: 0px 32px; height: 48px;}
  .user-content {margin-top: 25px;}
} 

@media (max-width: 641px) {
  .container {padding: 0 10px; max-width: 320px; margin: 0 auto;}
  section {padding: 24px 0;}
  .anchor.with-pad {top: -24px;}
  .q-form-col {padding-bottom: 24px;}
  h1, h2.h1, .h1 {font-size: 20px;}
  h2, .h2 {font-size: 16px;}
  h3, .h3 {font-size: 14px;}
  .page-title {margin-bottom: 16px;}
  .section-divider {margin: 24px auto;}
  .user-content {margin-top: 20px;}

}

/*header*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
  padding: 40px 0;
  background-color: transparent;
}

header .row {margin: 0; align-items: center;}

header .logo-col {position: relative; width: 143px;}
.logo-col a {display: block;}
.logo-col svg {max-width: 100%; display: block;}
header .logo-col:before {
  content: '';
  background-image: url(../img/helpers/logo-bg.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 325px;
  height: 140px;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
header .logo-col svg #Vector, header .logo-col svg #Vector_2 {fill: #fff;}
.header-block {margin-left: auto; display: flex; align-items: center; justify-content: flex-end;}
.menu-block {margin-right: 80px;}
.menu-block a {margin-right: 35px; color: #2F3336; opacity: 0.7; font-weight: 400;}
.menu-block a:last-of-type {margin-right: 0;}
.menu-block a:hover {opacity: 1;}

.phone-col {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
.phone-block {text-align: right;}
.phone-block a {display: block; text-align: right; font-size: 15px;}
.phone-block a:not(.link) {
  color: #2F3336;
  font-weight: 600;
  line-height: 1.18;
  font-size: 16px;
}
.phone-block a:hover {color: #32A3FD;}

.social-links {display: flex; flex-flow: row; align-items: center; justify-content: center;}
.social-links a {margin-left: 16px;}

header.scroll {
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(35, 44, 56, 0.15);
  padding: 25px 0;
}

header.scroll .logo-col:before {
  -o-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -webkit-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  top: 0;
}

header.scroll .logo-col svg #Vector, header.scroll .logo-col svg #Vector_2 {fill: #32A3FD;}
.header-menu-btn {
  background-color: transparent;
  border: none;
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/helpers/menu-bg.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}

.header-menu-btn img {max-width: 32px; flex: 32px 0 0;}


@media (max-width: 1601px) {
  header {padding: 30px 0;}
  header.scroll {padding: 20px 0;}
  header .logo-col {width: 126px; }
  header .logo-col:before {width: 287px; height: 120px;}
  .menu-block {margin-right: 50px;}
  .menu-block a {margin-right: 25px;}
}

@media (max-width: 1171px) {
  header {padding: 20px 0;}
  .header-block {flex-flow: column; align-items: flex-end;}
  .menu-block {margin-right: 0px; margin-bottom: 20px;}
}

@media (max-width: 961px) {
  header .logo-col {width: 100px; }
  header .menu-block {display: none;}
  header .socials {max-width: 24px;}
}

@media (max-width: 641px) {
  header, header.scroll {padding: 10px 0;}
  header .logo-col {width: 76px; }
  header .logo-col:before {left: 40%; top: 0%; height: 140px;}
  .header-block {display: none;}
  .header-menu-btn {
    position: relative;
    top: unset;
    left: unset;
    width: 53px;
    height: 48px;
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-left: auto; 
  }
  .header-menu-btn img {max-width: 24px; flex: 24px 0 0;}
}



/*first-screen*/
.first-screen {
  padding-top: 173px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/first/bg-1920.svg);
  padding-bottom: 20px;
}
.midea-logo {height: 42px; display: inline-block;}
.midea-logo img, h1 img {height: 42px; vertical-align: sub; display: inline-block; max-width: 100%; width: auto;}
.bullets {margin-top: 32px;}
.bullets-col img {max-height: 38px; margin-bottom: 16px;}
.bullets-col p {margin-bottom: 0; font-size: 17px;}
.first-screen button {margin-top: 40px;}
.utp-img-col {text-align: right;}
.main-helper {position: relative; top: -50px;}


@media (max-width: 1601px) {
  .first-screen {padding-top: 140px; background-image: url(../img/first/bg-1440.svg);}
  .bullets {margin-top: 24px;}
  .bullets-col img {max-height: 36px;}
  .bullets-col p {font-size: 16px;}
  .first-screen button {margin-top: 32px;}
}

@media (max-width: 1171px) {
  .first-screen {background-image: url(../img/first/bg-1170.svg); padding-bottom: 0;}
  .bullets-col p {font-size: 14px;}
}

@media (max-width: 961px) {
  .first-screen {padding-top: 136px; background-image: url(../img/first/bg-960.svg); background-size: 370px;}
  .bullets-col {margin-bottom: 25px; display: flex; flex-flow: row; align-items: flex-start;}
  .bullets-col:last-of-type {margin-bottom: 0;}
  .bullets-col img {margin-bottom: 0; margin-right: 16px;}
  .first-screen button {margin-top: 24px;}
  .midea-logo, .midea-logo img, h1 img {height: 34px;}
  .main-helper {left: 50px;}
} 
@media (max-width: 641px) {
  .first-screen {padding-top: 88px; background-image: none; padding-bottom: 26px;}
  .midea-logo, .midea-logo img, h1 img {height: 28px;}
  .bullets {margin-top: 16px;}
  .bullets-col {margin-bottom: 16px;}
  .bullets-col p {font-size: 14px;}
  .first-screen button {width: 100%;}
  .main-helper {left: 0px; top: 0; text-align: center; margin-top: 24px;}
}


/*catalog*/
.nav-tabs {border-bottom: 1px solid #E8F1F8;}
.nav-tab-link {
  color: #2F3336;
  opacity: 0.7;
  font-weight: 500;
  padding-bottom: 18px;
  min-width: 120px;
  display: block;
  text-align: center;
  margin: 0 4px;
  border-bottom: 4px solid transparent;
}
.nav-tab-link:hover {opacity: 1; color: #2F3336;}
.nav-tab-link.active {color: #32A3FD; border-bottom-color: #32A3FD; opacity: 1;}
.tab-content {padding-top: 32px;}

.item-inner {
  border-radius: 24px;
  border: 1px solid #E8F1F8;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.item-photos {padding: 8px 8px 0;}
.item-text {padding: 24px; flex-grow: 1; display: flex; flex-flow: column;}
.item-name {font-size: 20px; font-weight: 600; line-height: 120%; margin-bottom: 16px;}
.items-features {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.42;
  padding-bottom: 16px;
}

.price-row {display: flex; flex-flow: row; align-items: center; justify-content: space-between; margin-top: auto;}
.price-row p {margin-bottom: 0; font-size: 14px; font-weight: 400;}
.price-row p span {font-size: 20px; font-weight: 600;}
.price-row .btn {height: 48px; padding: 0 32px; font-size: 14px;}
.tab-content {position: relative; overflow: hidden;}
.tab-content>.tab-pane {display: block; position: absolute; width: 100%;}
.tab-content>.active {position: relative;}

@media (max-width: 1601px) {
  .item-photos {padding: 8px 25px 0;}
  .catalog-item .slider-control {padding-top: 8px;}
  .item-text {padding: 16px;}
  .item-name {font-size: 15px; margin-bottom: 12px;}
  .items-features {font-size: 13px; line-height: 1.2;}
  .price-row .btn {height: 44px; padding: 0 25px;}
}

@media (max-width: 1171px) {
  .tab-content {padding-top: 24px;}
}

@media (max-width: 961px) {
.nav-tab-link {padding-bottom: 12px; min-width: 100px;}
.tab-content {padding-top: 16px;}
} 
@media (max-width: 641px) {
.nav-tab-link {min-width: unset; padding: 0 10px 12px;}
.item-photos .slick-prev {left: 12px;}
.item-photos .slick-next {right: 12px;}
}

/*slider*/
.slider-control {padding-top: 16px;}
.slick-dots {
    padding: 0;
    height: 4px;
    list-style: none;
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin: 0;
    position: relative;
    display: flex;
    flex-flow: row;
    padding-bottom: 0px;
    margin: 0 auto;
    text-align: center;
    line-height: 1px;
    font-size: 1px;

}
.slick-dots > li {display: block; vertical-align: middle; margin: 0 4px; }
.slick-dots > li > button {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 4px;
    background: transparent;
    text-indent: 999px;
    overflow: hidden;
    padding: 0;
    min-height: unset;
    box-shadow: none;
    border: none;
    line-height: 1px;
    background-color: #E8F1F8;
    border-radius: 4px; 
}
.slick-dots > li.slick-active > button {
    width: 32px;
    background-color: #32A3FD;
    outline: none;
}
.white-control .slick-dots {opacity: 1;}
.white-control .slick-dots > li > button {background-color: #fff;}
.left-control .slick-dots {justify-content: flex-start;}

.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  background: #32A3FD;
  position: absolute;
  z-index: 5;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  top: 50%;
}
.slick-arrow img {
  width: 24px;
  height: 24px;
  flex: 24px 0 0;
}

.slick-arrow:hover {opacity: 1;}

.slick-prev {left: 0;}
.slick-next {right: 0;}

.with-numbers {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.with-numbers .slick-dots {order: 1; justify-content: flex-start; text-align: left; margin-left: 0;}
.with-numbers .slide-num {order: 2; font-size: 14px; opacity: 0.7; font-weight: 400;}


@media (max-width: 1601px) {
}

@media (max-width: 1171px) {
.slick-arrow {width: 36px; height: 36px;}
.slick-arrow img {width: 18px; height: 18px; flex: 18px 0 0;}
}

@media (max-width: 961px) {

} 
@media (max-width: 641px) {
.slick-dots > li {margin: 0 3px;}
.slick-dots > li > button {width: 8px; height: 3px;}
.slick-dots > li.slick-active > button {width: 16px;}
}


/*midea*/
.feature-block {
  position: relative;
  height: 100%;
  min-height: 260px;
  border-radius: 24px;  
  padding: 32px;
  overflow: hidden;
}
.midea-block {
  color: #fff;  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.midea-block:before {
  content: '';
  background-color: #32A3FD;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.feature-block h3, .feature-block .h3  {margin-bottom: 8px; position: relative; z-index: 5;}
.midea-block h3 {margin-bottom: 24px;}
.col-md-6 .midea-block h3 {max-width: 50%;}
.feature-block-text {font-weight: 400; font-size: 15px; line-height: 1.5; position: relative; z-index: 5; opacity: 0; pointer-events: none;}
.feature-block-text p {margin-bottom: 0.5em;}
.feature-block-text p:last-of-type {margin-bottom: 0;}

.midea-block:hover .feature-block-text {opacity: 1; pointer-events: auto;}
.midea-block:hover:before {opacity: 1;}

.feature-block h3 + p, .feature-block .h3 + p {color: #2F3336; opacity: 0.7; margin-bottom: 0; line-height: 1.5;}


.feature-block img {margin-bottom: 32px; max-width: 60px;}


@media (max-width: 1601px) {
  .feature-block {padding: 24px; min-height: 200px;}
  .feature-block h3 {margin-bottom: 16px;}
  .col-md-6 .feature-block h3 {max-width: 70%;}
  .feature-block-text {font-size: 14px;}
  .feature-block-text p {margin-bottom: 0.8em;}
  .feature-block-text p:last-of-type {margin-bottom: 0;}

  .feature-block h3 + p, .feature-block .h3 + p {font-size: 14px;}

}

@media (max-width: 1171px) {
  .col-md-6 .feature-block h3 {max-width: 100%;}
  .feature-block-text {font-size: 13px; line-height: 1.3;}

  .feature-block img {max-width: 48px; margin-bottom: 48px;}
}

@media (max-width: 961px) {
  .midea-block:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
  }
  .midea-block:hover:before {opacity: 0.4;}
  .feature-block-text {opacity: 1; pointer-events: auto; line-height: 1.2;}
  .feature-block h3 + p, .feature-block .h3 + p {font-size: 13px;}
} 
@media (max-width: 641px) {
  .feature-block {padding: 20px; min-height: 180px;}
  .feature-block img { margin-bottom: 32px;}
}


/*setup*/
.setup {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/setup/1920.jpg);
}

.setup ul {margin-top: 32px; font-size: 18px; line-height: 1.11; opacity: 0.7; font-weight: 400;}
.setup .btn {margin-top: 40px;}


@media (max-width: 1601px) {
  .setup {background-image: url(../img/setup/1440.jpg);}
}

@media (max-width: 1171px) {
  .setup {background-image: url(../img/setup/1170.jpg);}
  .setup ul {margin-top: 24px; font-size: 16px; line-height: 1.25;}
  .setup .btn {margin-top: 24px;}
}

@media (max-width: 961px) {
  .setup {background-image: url(../img/setup/960.jpg);}
  .setup ul {margin-top: 16px; font-size: 14px; line-height: 1.0;}
} 
@media (max-width: 641px) {
  .setup {background-image: url(../img/setup/640.jpg); background-size: 640px auto; background-position: center bottom; padding-bottom: 314px;}

}

/*projects*/

.projects-slider-contaner {
  border-radius: 24px;
  border: 1px solid #A5B7C6;
  padding: 8px;
}
.project {border-radius: 24px; overflow: hidden;}
.project-text {height: 100%; max-width: 420px; padding: 40px 24px 60px; display: flex; flex-flow: column;}
.project-name {font-size: 20px; font-weight: 700;line-height: 120%; margin-bottom: 0; max-width: 380px; margin-top: auto;}
.project-name + * {
  margin-top: 32px;
  line-height: 1.2;
  opacity: 0.7;
  font-weight: 400;

}

.project-img {
  width: 100%;
  height: 537px;
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
}

.project-dots {
  position: relative;
  bottom: 34px;
  padding-left: 24px;
  padding-right: 28px;
}

.project-arrows .slick-arrow {
  bottom: calc(537px / 2);
  top: unset;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(50%);
}
.project-arrows .slick-prev {left: 28px;}
.project-arrows .slick-next {right: 28px;}



@media (max-width: 1601px) {
  .project-text {padding: 40px 16px 60px;}
  .project-dots {bottom: 28px;  padding-left: 16px;}
}

@media (max-width: 1171px) {
  .project-text {padding: 32px 24px 50px 16px;}
  .project-img {height: 400px;}  
  .project-name {font-size: 16px;}
  .project-name + * {margin-top: 24px;}
  .project-dots {bottom: 22px;}
  .project-arrows .slick-arrow {bottom: calc(400px / 2);}
  .project-arrows .slick-prev {left: 24px;}
  .project-arrows .slick-next {right: 24px;}
}

@media (max-width: 961px) {
  .projects-slider-contaner {padding-top: 24px;}
  .projects-slider-contaner .page-title, .project-dots {padding: 0 8px;}
  .project-text {padding: 32px 8px 40px;}
  .project-text, .project-name {max-width: 100%;}
  .project-text .h2 {display: none;}
  .projects-control .row {margin: 0;}
  .projects-slider .slick-arrow {top: calc(400px / 2);}
  .projects-slider .slick-prev {left: 8px;}
  .projects-slider .slick-next {right: 8px;}

} 
@media (max-width: 641px) {
  .project-text {padding: 16px 8px 30px;}
  .project-name + * {margin-top: 13px;}
  .project-img {height: 240px;}  
  .projects-slider .slick-arrow {top: calc(240px / 2);}
  .project-dots {bottom: 16px;}
}

/*question*/
.question {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/question/bg-1920.svg);
  overflow: hidden;
}

.question-title {max-width: 420px; margin-bottom: 48px;}
.question-title .h1 + p {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
  opacity: 0.7;
}

.question-under-btn {display: flex; flex-flow: row; align-items: center; justify-content: space-between;}
.question-under-btn .under-btn {margin-top: 0;}

.q-img-col {position: relative;}
.q-img-col img {
  position: absolute;
  bottom: 0;
  left: 8px;
  max-width: unset;
}


@media (max-width: 1601px) {
  .question {background-image: url(../img/question/bg-1440.svg);}
  .q-img-col img {left: unset; right: 8px;}
}

@media (max-width: 1171px) {
  .question {background-image: url(../img/question/bg-1170.svg);}
  .question-title .h1 + p {font-size: 16px;}
  .question-title {max-width: 390px; margin-bottom: 40px;}
}

@media (max-width: 961px) {
  .question {background-image: url(../img/question/bg-960.svg);}
  .question-title {max-width: 320px; margin-bottom: 22px;}
  .question-title .h1 + p {font-size: 14px; margin-top: 8px;}
  .q-img-col img {left: -90px; right: unset;}
} 
@media (max-width: 641px) {
  .question {background-image: url(../img/question/bg-640.svg); background-position: bottom center;}  
  .question-title {text-align: center; margin-bottom: 16px;}
  .q-img-col {height: 230px;}
  .q-img-col img {left: unset; right: 8px; max-width: 382px;}
  .question-under-btn {display: block; padding-top: 6px;}
  .question-under-btn .btn {width: 100%; margin-top: 16px;}
}


/*inputs*/

.text-field {margin-bottom: 15px;}
.text-field input, .text-field textarea, .text-field select {width: 100%; border: 1px solid #A5B7C6; padding: 20px 38px; line-height: 1; font-size: 16px; display: block; border-radius: 30px;}
.text-field textarea {padding: 15px 10px;}
.text-field textarea {resize: none; min-height: 120px;}
.text-field input:focus, .text-field textarea:focus {border: 1px solid #32A3FD; }
.text-field input::-webkit-input-placeholder, .text-field textarea::-webkit-input-placeholder { color: #6B777C; font-size: 16px; line-height: 1; }
.text-field input:-ms-input-placeholder, .text-field textarea:-ms-input-placeholder { color: #6B777C; font-size: 16px; line-height: 1; }
.text-field input::-ms-input-placeholder, .text-field textarea::-ms-input-placeholder { color: #6B777C; font-size: 16px; line-height: 1; }
.text-field input::placeholder, .text-field textarea::placeholder  { color: #6B777C; font-size: 16px; line-height: 1; } 
.text-field input[type="range"] {padding: 0;}
.label-placeholder {position: relative;}
.text-field.label-placeholder input {padding-right: 30px;}
.text-field.label-placeholder label {
  position: absolute;
  right: 10px;
  text-align: right;
  top: 50%;
  -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);  
    transform: translateY(-50%);
    color: #8a8a8a;
    margin-bottom: 0;
  }

.styled-select {position: relative;}
.styled-select select {
  cursor:pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding-right: 30px;
  background-color: #fff;
}
.styled-select select::-ms-expand {
    display: none;
}
.styled-select select:focus {outline: 1px solid #05141F;}

.styled-select::before,
.styled-select::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.styled-select::after { /*  Custom dropdown arrow */
  content: "\f078";
  font-size: 9px;
  color: #05141F;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;

}
.styled-select:invalid { color: #6B777C; }
.styled-select option[value=""] { color: #6B777C; }

 input[type="checkbox"] {
  vertical-align: top;
  margin: 0;
  width: 24px;
  height: 24px;
}
 input[type="checkbox"] + label {
  cursor: pointer;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
 input[type="checkbox"] + label span {opacity: 0.7;}
 input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}
 input[type="checkbox"]:not(checked) + label {
  position: relative; 
  padding: 0;
  text-align: left; 
  margin-bottom: 0;
}
 input[type="checkbox"]:not(checked) + label:before {
  content: '';
  position: relative;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #A5B7C6;
  border-radius: 8px;
  background: transparent;
  transition: all .15s;
  background-color: #fff;
  margin-right: 8px;
  flex: 24px 0 0;
}
input[type="checkbox"]:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 10px;
    width: 5px;
    height: 10px;
    opacity: 0;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid #32A3FD;
  background-color: #32A3FD;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.under-btn {font-size: 13px; color: #2F3336; line-height: 1.1; margin-top: 15px;} 
.under-btn a {text-decoration: underline; color: #05141F;}

@media (max-width: 1601px) {
}

@media (max-width: 1171px) {
.text-field input, .text-field textarea, .text-field select {padding: 16px 24px; font-size: 14px; line-height: 1.3;}
.text-field textarea {padding: 15px 10px;}
.text-field input::-webkit-input-placeholder, .text-field textarea::-webkit-input-placeholder {font-size: 14px;}
.text-field input:-ms-input-placeholder, .text-field textarea:-ms-input-placeholder {font-size: 14px;}
.text-field input::-ms-input-placeholder, .text-field textarea::-ms-input-placeholder {font-size: 14px;}
.text-field input::placeholder, .text-field textarea::placeholder  {font-size: 14px;}
}

@media (max-width: 961px) {

} 
@media (max-width: 641px) {
.under-btn {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    margin-top: 6px;
}
.text-field {margin-bottom: 10px;}
}


/*contacts*/
.contacts .row {justify-content: space-between;}
.contacts-col {max-width: 412px;}
.contacts-col:nth-child(2) {flex: 412px 0 0;}
.contacts-title {opacity: 0.7; line-height: 1.25; margin-bottom: 16px;}
.contacts-title + * {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}
.contacts-block + .contacts-block {
  margin-top: 36px;
}
.contacts-block.d-md-none + .contacts-block {
  margin-top: 0px;
}

.contacts .phone-col {justify-content: flex-start; align-items: baseline;}
.contacts .phone-block {text-align: left;}

.map {height: 560px; background-color: #E8F1F8;}


@media (max-width: 1601px) {
  .contacts-col {max-width: 240px;}
  .contacts-col:nth-child(2) {flex: 412px 0 0; max-width: 412px;}
  .map {height: 450px;}
}

@media (max-width: 1171px) {
  .contacts-title {font-size: 14px;}
  .contacts-title + * {font-size: 16px; line-height: 1.4;}
  .contacts-block + .contacts-block {margin-top: 28px;}
  .contacts .phone-col .socials {max-width: 24px;}
  .map {height: 370px;}
}

@media (max-width: 961px) {
  .contacts-col, .contacts-col:nth-child(2) {flex: 100% 0 0; max-width: 100%; margin-bottom: 28px;}
  .contacts-col:last-of-type {margin-bottom: 0;}
  .contacts-title + * {font-size: 15px; line-height: 1.3;}
  .contacts-block {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
  }
  .contacts-title {
    flex: 35% 0 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

} 
@media (max-width: 641px) {
  .map {height: 300px;}
  .contacts-block {display: block;}
  .contacts-title {margin-right: 0; margin-bottom: 8px;}
  .contacts-col, .contacts-col:nth-child(2) {margin-bottom: 20px;}
  .contacts-block + .contacts-block {margin-top: 20px;}
  .contacts-title + * {font-size: 14px; line-height: 1.4;}
}

/*footer*/
footer {padding: 40px 0 60px; color: #fff; font-weight: 400;}
footer .row {align-items: center;}
.main-footer-col {padding-right: 40px;}
footer .logo-col svg #Vector, footer .logo-col svg #Vector_2 {fill: #32A3FD;}
footer .logo-col svg #Vector_3 {fill: #fff;}
footer .logo-col {width: 125px;}
.ur-col {display: flex; flex-flow: row; align-items: center; justify-content: space-between; flex: 100% 0 0; margin-top: 24px; opacity: 0.7;}
.ur-col p {margin-bottom: 0;}
footer .menu-block {margin-right: 0; margin-bottom: 0; margin-left: auto;}
footer .menu-block a {color: #fff;}

.up-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/helpers/up-bg.svg);
  width: 100%;
  height: 105px;
  color: #fff;
}
.up-btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1601px) {
  .ur-col {margin-top: 17px;}
  .up-btn {font-size: 14px;}
  .up-btn img {max-width: 20px;}
}

@media (max-width: 1171px) {

}

@media (max-width: 961px) {
  footer {padding: 20px 0;}
  footer .logo-col {width: 100px;}
  .main-footer-col {padding-right: 8px;}
  footer .menu-block {display: none;}
  .ur-col {flex: 50; margin-top: 0px; margin: 0 20px;}
  .ur-col p, .ur-col a {padding: 0 20px;}
  .up-btn {width: 90px; height: 85px; font-size: 12px; margin-left: auto;}
} 
@media (max-width: 641px) {
  footer {padding: 24px 0; text-align: center;}
  .main-footer-col {flex-flow: column; align-items: center;}
  .ur-col {display: block; margin: 24px auto 0;}
  .ur-col p {margin-bottom: 8px;}
}

/*modals*/

.modal-content {
  padding: 40px;
  position: relative;
  text-align: center;
  border-radius: 40px 0 40px 40px;
  background: #E8F1F8;
}
.modal .heading {
    font-size: 24px;
    text-transform: uppercase;  
    margin-bottom: 10px;
}
.modal .heading + p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 25px;
}
.modal:not(.menu-modal) .btn {width: 100%; margin-top: 16px;}
.modal .btn.close-btn {
  min-width: unset;
  width: auto;
  background-color: transparent;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;  
  min-width: unset;
  max-width: unset;
  padding: 0!important;
  z-index: 5;
  display: inline-block;
  width: auto;
  background: transparent;
  color: #143260;
  font-size: 15px;
  min-height: unset;
  line-height: 1;
  height: auto;
  display: block;
  margin-top: 0!important;
}
.close-btn:hover {opacity: 0.7;}
.close-btn img {max-width: 16px;}
@media (max-width: 641px) {
.modal-content {padding: 35px 20px 20px;}
.modal .heading {font-size: 18px; line-height: 1.23;}
.modal .heading + p {font-size: 14px; line-height: 1.23;}
}

/*menu-modal*/
.menu-modal .modal-dialog {
  margin: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
}
.menu-modal .modal-content {
  border-radius: 0;
  height: 100%;
  padding-top: 0;
  border: none;
}
.menu-modal .close-btn-block {position: relative; height: 78px;}
.modal-menu .menu-block {margin-right: 0; margin-bottom: 45px; display: flex; flex-flow: column; align-items: center; margin-top: 25px;}
.modal-menu .menu-block a {margin-right: 0; margin-bottom: 15px; font-size: 22px; opacity: 1; font-weight: 600;}

.menu-modal .phone-col {justify-content: center;}

@media (max-width: 1601px) {
}

@media (max-width: 1171px) {

}

@media (max-width: 961px) {

} 
@media (max-width: 641px) {
.menu-modal .close-btn-block {position: relative; height: 68px; padding: 10px 0;}
}


/*service-page*/
.service-page .first-screen {padding: 200px 0;}
.service-page h1 + p {margin: 30px 0; font-size: 18px; opacity: 0.7;}

@media (max-width: 1601px) {
}

@media (max-width: 1171px) {

}

@media (max-width: 961px) {

} 
@media (max-width: 641px) {
.service-page h1 + p {font-size: 14px;}
}