/* ----------------------------------- Import ----------------------------------- */
/**
 * @license
 * MyFonts Webfont Build ID 3732552, 2019-03-12T00:09:02-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTNormsPro-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold/
 * 
 * Webfont: TTNormsPro-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/regular/
 * 
 * Webfont: TTNormsPro-Medium by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/medium/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3732552
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) 2016-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Vika Usmanova, Olexa Volochay, Nadyr Rakhimov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/38f448");

  
@font-face {
  font-family: 'TTNormsPro';
  src: url('/fonts/38F448_1_0.eot');
  src: url('/fonts/38F448_1_0.eot?#iefix') format('embedded-opentype'),
       url('/fonts/38F448_1_0.woff2') format('woff2'),
       url('/fonts/38F448_1_0.woff') format('woff'),
       url('/fonts/38F448_1_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('/fonts/38F448_2_0.eot');
  src: url('/fonts/38F448_2_0.eot?#iefix') format('embedded-opentype'),
       url('/fonts/38F448_2_0.woff2') format('woff2'),
       url('/fonts/38F448_2_0.woff') format('woff'),
       url('/fonts/38F448_2_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('/fonts/38F448_0_0.eot');
  src: url('/fonts/38F448_0_0.eot?#iefix') format('embedded-opentype'),
       url('/fonts/38F448_0_0.woff2') format('woff2'),
       url('/fonts/38F448_0_0.woff') format('woff'),
       url('/fonts/38F448_0_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}
/* ----------------------------------- Variables ----------------------------------- */
/* ----------------------------------- Common ----------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: 'TTNormsPro', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #101010;
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .wrap {
    padding: 0 20px;
  }
}
h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
/* ----------------------------------- Buttons ----------------------------------- */
.btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 300px;
  height: 50px;
  padding: 0 20px;
  background: #6C9DF7;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s ease;
  border: 0;
  font-family: 'TTNormsPro', 'Arial', sans-serif;
  text-align: center;
  position: relative;
}
.btn:hover {
  background: #5280D4;
}
.btn.outline {
  background: transparent;
  border: 1px solid #6C9DF7;
  line-height: 48px;
  color: #6C9DF7;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn.outline:hover {
  background: #6C9DF7;
  color: #fff;
}
.btn.video .icon {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -8px;
  fill: #6C9DF7;
  transition: fill 0.2s ease;
}
.btn.video:hover .icon {
  fill: #fff;
}
@media screen and (max-width: 400px) {
  .btn {
    min-width: 0;
  }
}
/* ----------------------------------- Base Form ----------------------------------- */
.baseForm input[type="text"],
.baseForm input[type="email"],
.baseForm input[type="tel"],
.baseForm input[type="num"],
.baseForm input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #BDBDBD;
  font-family: 'TTNormsPro', 'Arial', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
  outline: 0;
  transition: border-color 0.2s ease;
  border-radius: 0 !important;
}
.baseForm input[type="text"].error,
.baseForm input[type="email"].error,
.baseForm input[type="tel"].error,
.baseForm input[type="num"].error,
.baseForm input[type="password"].error {
  border-color: indianred;
}
.baseForm .btn {
  margin-top: 40px;
}
.custCheck {
  font-size: 14px;
  line-height: 23px;
  color: #BDBDBD;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.custCheck input {
  position: absolute;
  top: 0;
  left: -99999px;
}
.custCheck .elm {
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
  margin-right: 10px;
  flex-shrink: 0;
}
.custCheck input:checked ~ .elm {
  background: url(/img/icon-check.svg) center center no-repeat;
}
.custCheck input.error ~ .elm {
  border-color: indianred;
}
.custCheck a {
  color: #BDBDBD;
}
/* ----------------------------------- Header ----------------------------------- */
.header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 20;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .left {
  display: flex;
  align-items: center;
}
.header .right {
  text-align: right;
}
.header .right a {
  font-size: 14px;
  line-height: 20px;
  color: #6C9DF7;
  font-weight: 600;
  transition: color 0.2s ease;
  border-bottom: 1px solid #6C9DF7;
  text-decoration: none;
}
.header .right a:hover {
  color: #5280D4;
  border-color: #5280D4;
}
.header .logo {
  flex-shrink: 0;
  margin-right: 40px;
}
.header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header .menu {
  display: flex;
  align-items: center;
}
.header .menu a {
  color: #101010;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
.header .menu a:hover {
  border-color: #101010;
}
.header .menu li + li {
  margin-left: 20px;
}
.header .phone {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.header .phone a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #101010 !important;
  text-decoration: none;
  border-color: transparent !important;
}
.header .burger {
  display: none;
}
.header .burger img {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    margin-right: 30px;
  }
  .header .menu li + li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    top: 20px;
  }
  .header .wrap {
    align-items: flex-start;
  }
  .header .menu {
    display: none;
  }
  .header .right {
    display: none;
  }
  .header .burger {
    display: block;
  }
}
/* ----------------------------------- Mobile Navigation ----------------------------------- */
.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: #fff;
  z-index: 900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateX(-110%);
  transition: transform 0.3s ease;
}
.mobileMenu.open {
  transform: translateX(0);
}
.mobileMenu .menu {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 60px;
}
.mobileMenu .menu a {
  color: #101010;
  text-decoration: none;
}
.mobileMenu .menu a:hover {
  color: #6C9DF7;
}
.mobileMenu .menu li + li {
  margin-top: 20px;
}
.mobileMenu .contact {
  font-size: 18px;
  line-height: 20px;
}
.mobileMenu .contact .phone {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}
.mobileMenu .contact .phone a {
  color: #101010;
  text-decoration: none;
}
.mobileMenu .contact a {
  color: #6C9DF7;
}
.mobileMenu .contact a:hover {
  color: #5280D4;
}
.mobileMenu-close {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
.mobileMenu-close svg {
  fill: #6C9DF7;
}
/* ----------------------------------- Main Block ----------------------------------- */
.sectMain {
  height: 100vh;
  margin-bottom: 100px;
  position: relative;
}
.sectMain-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  background-position: center center;
  background-size: cover;
}
.sectMain-bg.mobile {
  display: none;
}
.sectMain .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30%;
  position: relative;
}
.sectMain-title {
  font-size: 90px;
  line-height: 96px;
  font-weight: 600;
  margin-bottom: 40px;
}
.sectMain-desc {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 12vh;
}
.sectMain-btns .btn + .btn {
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .sectMain-title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .sectMain .wrap {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sectMain .wrap {
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  .sectMain-bg.desktop {
    background-position: right center;
  }
}
@media screen and (max-width: 850px) and (min-width: 751px) {
  .sectMain .wrap {
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  .sectMain-bg.desktop {
    background-position: right center;
  }
}
@media screen and (max-width: 750px) {
  .sectMain {
    margin-bottom: 60px;
  }
  .sectMain .wrap {
    align-items: flex-end;
  }
  .sectMain-bg.desktop {
    display: none;
  }
  .sectMain-bg.mobile {
    display: block;
  }
  .sectMain-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .sectMain-desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .sectMain-btns {
    text-align: center;
    margin-bottom: 60px;
  }
  .sectMain-btns .video {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .sectMain-title {
    font-size: 30px;
    line-height: 40px;
  }
  .sectMain-btns {
    margin-bottom: 40px;
  }
}
/* ----------------------------------- Section Method ----------------------------------- */
.sectMethod {
  margin-bottom: 150px;
}
.sectMethod .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectMethod .right {
  padding-left: 100px;
  flex-shrink: 0;
}
.sectMethod .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sectMethod-more {
  display: none;
}
.sectMethod-more a {
  color: #6C9DF7;
}
@media screen and (max-width: 1200px) {
  .sectMethod .left {
    width: 60%;
    box-sizing: border-box;
    padding-right: 40px;
  }
  .sectMethod .right {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .sectMethod .text {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }
  .sectMethod .text.open {
    max-height: 1000px;
  }
  .sectMethod-more {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sectMethod {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
  }
  .sectMethod .cont {
    display: block;
  }
  .sectMethod .left,
  .sectMethod .right {
    width: 100%;
    padding: 0;
  }
  .sectMethod .text {
    max-height: 104px;
  }
  .sectMethod .left {
    margin-bottom: 30px;
  }
  .sectMethod h2 {
    margin-bottom: 20px;
  }
}
/* ----------------------------------- Section Advantages ----------------------------------- */
.sectAdvant {
  text-align: center;
  margin-bottom: 90px;
}
.sectAdvant ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sectAdvant ul li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}
.sectAdvant ul li .icon {
  margin-right: 10px;
}
.sectAdvant ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .sectAdvant {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .sectAdvant h2 {
    text-align: left;
  }
  .sectAdvant ul {
    justify-content: space-between;
    align-items: flex-start;
  }
  .sectAdvant ul li {
    width: 48%;
    display: block;
    overflow: hidden;
    margin-bottom: 4%;
    background: #fff;
    box-shadow: 0px 4px 10px #DFE5F2;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .sectAdvant ul li .icon {
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sectAdvant ul li .icon img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .sectAdvant ul li .text {
    height: 60px;
    word-break: break-word;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sectAdvant ul li + li {
    margin-left: 0;
  }
}
/* ----------------------------------- Section Prices ----------------------------------- */
.sectPrice {
  margin-bottom: 150px;
  overflow: hidden;
  padding-bottom: 80px;
}
.sectPrice h2 {
  text-align: center;
}
.sectPrice-slider {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.sectPrice .slides {
  position: relative;
}
.sectPrice .slides li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sectPrice .slides li:first-of-type {
  opacity: 1;
  position: relative;
}
.sectPrice .flex-viewport {
  overflow: visible !important;
}
.sectPrice .flex-viewport:after {
  content: '';
  display: block;
  clear: both;
}
.sectPrice .flex-direction-nav li {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
}
.sectPrice .flex-direction-nav li a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.sectPrice .flex-direction-nav li.flex-nav-prev {
  right: 100%;
}
.sectPrice .flex-direction-nav li.flex-nav-next {
  left: 100%;
}
.sectPrice .flex-control-nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  list-style: none;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.sectPrice .flex-control-nav li {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectPrice .flex-control-nav li a {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DEE9FF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.sectPrice .flex-control-nav li a.flex-active {
  width: 16px;
  height: 16px;
  background: #6C9DF7;
}
.sectPrice .flex-control-nav li + li {
  margin-left: 30px;
}
.sectPrice .flex-active-slide .sectPriceBlock {
  transform: scale(1) !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1400px) {
  .sectPrice-slider {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .sectPrice-slider {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sectPrice .flex-direction-nav li.flex-nav-prev {
    margin-right: -20px;
  }
  .sectPrice .flex-direction-nav li.flex-nav-next {
    margin-left: -20px;
  }
}
@media screen and (max-width: 750px) {
  .sectPrice {
    display: none;
  }
}
.sectPriceBlock {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 50px #DFE5F2;
  display: flex;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sectPriceBlock-img {
  width: 40%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 60px;
}
.sectPriceBlock-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sectPriceBlock-cont {
  width: 60%;
  box-sizing: border-box;
  padding: 60px 100px;
}
.sectPriceBlock-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 40px;
}
.sectPriceBlock-price {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sectPriceBlock-price:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/img/icon-wallet.svg) center center no-repeat;
}
.sectPriceBlock-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  max-height: 104px;
  overflow: hidden;
}
.sectPriceBlock-desc .full {
  display: none;
}
.sectPriceBlock-desc-arr {
  content: '';
  display: none;
  width: 29px;
  height: 26px;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  background: url(/img/icon-arrow-long.svg) center center no-repeat;
}
.sectPriceBlock-desc.open {
  max-height: none;
}
.sectPriceBlock-desc.open .full {
  display: inline;
}
.sectPriceBlock-desc.open .sectPriceBlock-desc-arr {
  transform: rotate(180deg);
}
/* ----------------------------------- Section Prices Mobile ----------------------------------- */
.sectPriceMobile {
  display: none;
  margin-bottom: 50px;
}
.sectPriceMobile li + li {
  margin-top: 30px;
}
.sectPriceMobile-block .cont {
  display: none;
  padding-top: 20px;
}
.sectPriceMobile-block .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #6C9DF7;
  padding-right: 30px;
  position: relative;
}
.sectPriceMobile-block .title:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/icon-angle.svg) center center no-repeat;
  transition: transform 0.2s ease;
}
.sectPriceMobile-block .title.active:after {
  transform: rotate(180deg);
}
.sectPriceMobile-block .price {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sectPriceMobile-block .price:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/img/icon-wallet.svg) center center no-repeat;
}
.sectPriceMobile-block .desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.sectPriceMobile-block .btns {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sectPriceMobile {
    display: block;
  }
}
/* ----------------------------------- Section Call to Action ----------------------------------- */
.sectCTA {
  margin-bottom: 100px;
}
.sectCTA-block {
  min-height: 500px;
  background-image: url(/img/sectCTA-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 80px;
  box-sizing: border-box;
}
.sectCTA-block .text {
  margin-bottom: 50px;
  width: 40%;
  font-size: 16px;
  line-height: 26px;
}
.sectCTA-block .text a {
  white-space: nowrap;
  color: #101010;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .sectCTA {
    display: none;
  }
}
/* ----------------------------------- Section Examples ----------------------------------- */
.sectExamples {
  margin-bottom: 100px;
  max-height: 500px;
  overflow: hidden;
}
.sectExamples h2 {
  text-align: center;
}
.sectExamples-slider {
  position: relative;
}
.sectExamples-slider .flex-control-nav {
  display: none;
}
.sectExamples-slider .flex-direction-nav {
  list-style: none;
}
.sectExamples-slider .flex-direction-nav li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 29px;
  height: 87px;
}
.sectExamples-slider .flex-direction-nav li a {
  display: block;
  width: 29px;
  height: 87px;
  background: url(/img/icon-arrow.svg);
}
.sectExamples-slider .flex-direction-nav li a:hover {
  background: url(/img/icon-arrow-blue.svg);
}
.sectExamples-slider .flex-direction-nav li.flex-nav-prev {
  left: 0;
  margin-left: -90px;
}
.sectExamples-slider .flex-direction-nav li.flex-nav-next {
  right: 0;
  margin-right: -90px;
  transform: translateY(-50%) rotate(180deg);
}
.sectExamples-block {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sectExamples-block .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(10px);
  z-index: 10;
  transition: filter 0.2s ease;
  background-size: cover;
}
.sectExamples-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(108, 157, 247, 0.5);
  transition: opacity 0.2s ease;
}
.sectExamples-block .text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 30;
  transition: opacity 0.2s ease;
  padding: 0 20px;
}
.sectExamples-block:after {
  content: '';
  padding-top: 100%;
  display: block;
}
.sectExamples-block:hover .text {
  opacity: 1;
}
.sectExamples-block.active .img {
  filter: blur(0);
}
.sectExamples-block.active .bg {
  opacity: 0;
}
.sectExamples-block.active .text {
  opacity: 0 !important;
}
.sectExamples .mobileNav {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}
.sectExamples .mobileNav .divider {
  display: inline-block;
  width: 40px;
  margin: 0 20px;
  height: 1px;
  vertical-align: middle;
  background: #444;
  margin-top: -3px;
}
@media screen and (max-width: 1500px) {
  .sectExamples-slider {
    padding: 0 60px;
  }
  .sectExamples-slider .flex-direction-nav li.flex-nav-prev {
    margin-left: 0;
  }
  .sectExamples-slider .flex-direction-nav li.flex-nav-next {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sectExamples {
    margin-bottom: 50px;
  }
  .sectExamples h2 {
    text-align: left;
  }
  .sectExamples-slider {
    padding: 0;
  }
  .sectExamples .flex-direction-nav {
    display: none;
  }
  .sectExamples-block .text {
    opacity: 1;
  }
  .sectExamples .mobileNav {
    display: block;
  }
}
/* ----------------------------------- Section Licences ----------------------------------- */
.sectLicences {
  margin-bottom: 160px;
  max-height: 300px;
  overflow: hidden;
}
.sectLicences h2 {
  text-align: center;
}
.sectLicences-slider {
  position: relative;
}
.sectLicences-slider .slides {
  display: flex;
  align-items: center;
}
.sectLicences-slider .slides:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.sectLicences-slider .slides li {
  cursor: pointer;
}
.sectLicences-slider .slides li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sectLicences-slider .flex-control-nav {
  display: none;
}
.sectLicences-slider .flex-direction-nav {
  list-style: none;
}
.sectLicences-slider .flex-direction-nav li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 29px;
  height: 87px;
}
.sectLicences-slider .flex-direction-nav li a {
  display: block;
  width: 29px;
  height: 87px;
  background: url(/img/icon-arrow.svg);
}
.sectLicences-slider .flex-direction-nav li a:hover {
  background: url(/img/icon-arrow-blue.svg);
}
.sectLicences-slider .flex-direction-nav li.flex-nav-prev {
  left: 0;
  margin-left: -90px;
}
.sectLicences-slider .flex-direction-nav li.flex-nav-next {
  right: 0;
  margin-right: -90px;
  transform: translateY(-50%) rotate(180deg);
}
.sectLicences .mobileNav {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}
.sectLicences .mobileNav .divider {
  display: inline-block;
  width: 40px;
  margin: 0 20px;
  height: 1px;
  vertical-align: middle;
  background: #444;
  margin-top: -3px;
}

.sectLicences .sectLicences__items {
  margin-top: 50px;
}
.sectLicences .sectLicences__items {
  display: flex;
}
.sectLicences .sectLicences__item {
  padding: 0 9px;
  width: 100%;
}
.sectLicences .sectLicences__item img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .sectLicences-slider {
    padding: 0 60px;
  }
  .sectLicences-slider .flex-direction-nav li.flex-nav-prev {
    margin-left: 0;
  }
  .sectLicences-slider .flex-direction-nav li.flex-nav-next {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sectLicences {
    margin-bottom: 50px;
  }
  .sectLicences h2 {
    text-align: left;
  }
  .sectLicences-slider {
    padding: 0;
  }
  .sectLicences .flex-direction-nav {
    display: none;
  }
  .sectLicences .mobileNav {
    display: block;
  }
}
/* ----------------------------------- Section Map ----------------------------------- */
.sectMap {
  height: 780px;
  background: #aaa;
  position: relative;
}
.sectMap-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.sectMap .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.sectMap-block {
  width: 60%;
  max-height: 80%;
  background: #fff;
  box-shadow: 0px 0px 30px #DADADA;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 80px;
  pointer-events: all;
}
.sectMap-block::-webkit-scrollbar {
  width: 4px;
}
.sectMap-block::-webkit-scrollbar-track {
  background: transparent;
}
.sectMap-block::-webkit-scrollbar-thumb {
  background: #6C9DF7;
}
.sectMap-block .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sectMap-block .info {
  font-size: 25px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sectMap-block .info a[href^='tel'] {
  color: #101010;
  text-decoration: none;
}
.sectMap-block .info a.mail {
  color: #6C9DF7;
  transition: color 0.2s ease;
  text-decoration: none;
  border-bottom: 1px solid #6C9DF7;
}
.sectMap-block .info a.mail:hover {
  color: #5280D4;
  border-color: #5280D4;
}
.sectMap-block .baseForm {
  width: 67.5%;
}
@media screen and (max-width: 1360px) {
  .sectMap-block .info {
    display: block;
  }
  .sectMap-block .info div + div {
    margin-top: 20px;
  }
  .sectMap .baseForm {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .sectMap {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
  }
  .sectMap-map {
    width: 100%;
    height: 400px;
    order: 2;
    position: static;
  }
  .sectMap-block {
    width: 100%;
    max-height: none;
    position: relative;
    order: 1;
    padding: 20px 0 30px;
    box-shadow: none;
    overflow: hidden;
  }
  .sectMap-block .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sectMap-block .info {
    font-size: 16px;
    line-height: 21px;
  }
  .sectMap-block .btn {
    width: 100%;
  }
  .sectMap .baseForm {
    width: 100%;
  }
}
/* ----------------------------------- Footer ----------------------------------- */
.footer {
  padding: 50px 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 26px;
}
.footer .left {
  padding-right: 40px;
}
.footer .right {
  text-align: right;
}
.footer a {
  color: #101010;
  transition: color 0.2s ease;
}
.footer a:hover {
  color: #6C9DF7;
}
@media screen and (max-width: 1500px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #BDBDBD;
    padding: 30px 20px;
  }
  .footer .left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer .right {
    text-align: left;
  }
  .footer a {
    color: #BDBDBD;
  }
}
/* ----------------------------------- Popups ----------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(68, 68, 68, 0.5);
  z-index: 910;
  cursor: pointer;
  display: none;
}
.popup {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 920;
  padding: 60px 80px;
  width: 90%;
  max-width: 890px;
  box-sizing: border-box;
  display: none;
  max-height: 90%;
  overflow: auto;
}
.popup::-webkit-scrollbar {
  width: 4px;
}
.popup::-webkit-scrollbar-track {
  background: transparent;
}
.popup::-webkit-scrollbar-thumb {
  background: #6C9DF7;
}
.popup .baseForm {
  width: 80%;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup-close svg {
  fill: #bdbdbd;
  transition: fill 0.2s ease;
}
.popup-close:hover svg {
  fill: #6C9DF7;
}
@media screen and (max-width: 750px) {
  .popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-height: none;
  }
  .popup .cont {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .popup .baseForm {
    width: 100%;
  }
  .popup h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    padding-right: 40px;
  }
  .popup .btn {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
.videoPopup {
  background: transparent;
  padding: 0;
}
.videoPopup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoPopup:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.galleryPopup {
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
  max-width: none;
  width: auto;
  padding: 0;
  pointer-events: none;
}
.galleryPopup-slider {
  width: 90%;
  max-width: 1280px;
  height: 2000px;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: all;
}
.galleryPopup-slider .flex-viewport {
  height: 100%;
}
.galleryPopup-slider .slides {
  height: 100%;
}
.galleryPopup-slider .slides li {
  height: 100%;
}
.galleryPopup-slider .slides li .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryPopup-slider .slides li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.galleryPopup-slider .flex-control-nav {
  display: none;
}
.galleryPopup-slider .flex-direction-nav {
  list-style: none;
}
.galleryPopup-slider .flex-direction-nav li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 29px;
  height: 87px;
}
.galleryPopup-slider .flex-direction-nav li a {
  display: block;
  width: 29px;
  height: 87px;
  background: url(/img/icon-arrow.svg);
}
.galleryPopup-slider .flex-direction-nav li a:hover {
  background: url(/img/icon-arrow-blue.svg);
}
.galleryPopup-slider .flex-direction-nav li.flex-nav-prev {
  left: 20px;
}
.galleryPopup-slider .flex-direction-nav li.flex-nav-next {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.galleryPopup .popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
}
.galleryPopup .popup-close svg {
  fill: #fff;
}
.termsPopup .text {
  font-size: 16px;
  line-height: 26px;
}
.termsPopup .text p + p {
  margin-top: 26px;
}
.sectMap-block .info > div {
  position: relative;
}
.sectMap-block .info > div > .inst_link {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;

  display: flex;
  align-items: center;

  text-decoration: none;
}

.sectMap-block .info > div > .inst_link span {
  border-bottom: 1px solid #6C9DF7;
  color: #6C9DF7;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.sectMap-block .info > div > .inst_link img {
  width: 25px;
}
/* ----------------------------------- 404 page ----------------------------------- */
.body404 {
  height: 500px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.cont404 {
  width: 100%;
}
.cont404 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cont404 .left {
  width: 55%;
  padding-right: 100px;
}
.cont404 .right {
  width: 45%;
}
.cont404 .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cont404-title {
  font-size: 86px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .cont404 .wrap {
    flex-wrap: wrap;
  }
  .cont404 .left,
  .cont404 .right {
    width: 100%;
    padding: 0;
  }
  .cont404 .left {
    order: 2;
    text-align: center;
  }
  .cont404 .right {
    order: 1;
    margin-bottom: 10vh;
  }
  .cont404-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

/* ----------------------------------- page /doctors/ ----------------------------------- */
.sectSpecialists {
  padding-top: 160px;
  margin-bottom: 50px;
}
.sectSpecialists h1 {
  font-weight: bold;
  font-size: 54px;
  line-height: 65px;
}

.doctor__wrap {
  margin-bottom: 80px;
} 
.doctor {
  display: flex;
}
.doctor .right {
  padding-left: 30px;
  flex-shrink: 1;
}
.doctor__photo img {
  width: 225px;
  height: 325px;
  object-fit: cover;
  margin-bottom: 20px;
}
.doctor__btn, .doctor__btn a {
  min-width: 225px;
  height: 55px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  line-height: 57px;
}
.doctor__name {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  color: #6C9DF7;
  margin-bottom: 15px;
}
.doctor__position, .doctor__preview  {
  font-size: 18px;
  line-height: 134.3%;
}
.doctor__certificates {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.doctor .doctor__certificates__item {
  width: 105px;
  height: 105px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-right: 13px;
  margin-bottom: 13px;
}
.doctor .doctor__certificates__item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 576px) {
.sectSpecialists h1 {
padding-top: 40px;
font-size: 32px;
line-height: 36px;
margin-bottom: 20px;
	}
.sectSpecialists {
padding-top: 60px;
}
}