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

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

* {
  box-sizing: border-box;
}


html,
body,
ul {
  margin: 0;
  padding: 0; }

body {
  color: #474747;
  font-family: 'Noah-Regular', sans-serif; }

img {
  display: block;
  max-width: 100%; }

ul {
  list-style: none; }

a {
  text-decoration: none;
}

a,
button {
  transition: all .4s;
  cursor: pointer; }

button {
  display: block; }

button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

.slick-slide {
  outline: none; }

section {
  padding: 75px 0; }

.page-header {
  padding: 20px 0;
}

.header-left,
.header-right,
.header-inner,
.main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.header-right {
  margin-top: 5px;
}

.main-menu {
  margin-top: 5px;
  margin-left: 60px; }


.nav-item {
  position: relative; }
.nav-item:not(:last-child) {
  margin-right: 110px; }

.menu-link {
  padding: 0;
  color: #474747;
  font-size: 18px;
  line-height: 1; }
.menu-link:hover {
  color: #00aeef; }

.menu-link:hover + .submenu {
  display: block; }

.submenu {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
  width: 250px;
  color: #fff;
  background-color: #00aeef;
  padding: 15px; }

.phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
  background: url(img/phone.png) left center no-repeat; }

.phone {
  display: block;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #3f3f3f; }

.phone:hover {
  color: #0070c9; }

.header-sep {
  margin: 0 7px;
  font-size: 12px;
  color: #fff; }


.main-header {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1;
  color: #3e3e3e;
  font-family: 'Noah-Bold', sans-serif;
}
.main-subheader {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 100;
  color: #252525;
  font-family: 'Roboto', sans-serif;
}

.rotobo {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #686868;
}


.advantages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.advant-item {
  width: 23%;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00aeef;
}
.advant-item:first-child {
  border-top-left-radius: 30px;
}
.advant-item:last-child {
  border-bottom-right-radius: 30px;
}

.advant-img-wrapper {
  margin-right: 15px;
}

.advant-text {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Noah-Regular', sans-serif; }
  .advant-text span {
    display: block;
    font-family: 'Noah-Bold', sans-serif; }

.call-btn {
  position: relative;
  z-index: 1;
  display: flex;

  justify-content: center;
  width: 325px;
  padding: 22px 10px;
  border-radius: 20px 0 20px 0;
  border: 3px solid #00aeef;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  color: #fff;
  transition: all .4s;
  overflow: hidden;
}
.btn-arrow {
  margin-left: 10px;
}
.call-btn .before,
.call-btn .after {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #00aeef;
  transition: all .5s; }
.call-btn .before {
  left: 0; }
.call-btn .after {
  right: 0; }
.call-btn:hover {
  color: #4c4c4c; }
.call-btn:hover .before,
.call-btn:hover .after {
  width: 0; }
.call-btn:hover .btn-arrow {
  border-color: #4c4c4c;
}

.btn-arrow {
  margin-left: 10px;
  display: block;
  width: 14px;
  height: 14px;  margin-top: 2px;
  transform: rotate(-45deg) ;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all .4s;
}

.fs-btn {
  margin: 80px 0;
}


.fs-btn-mob,
.slider-mob,
.mob,
.mob-menu {
  display: none; }

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: auto;
  position: relative;
  height: 100vh;
  max-height: 685px; }



.fs-section {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 50px;
}

.fs-btn-mob,
.bg-mob,
.text,
.bg-mob2 {
  display: none; }

#bingc-phone-button.bingc-show {
  display: none !important; }

.section-main {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-left {
  flex-grow: 1;
  min-width: 0;
  max-width: 470px;
}
.main-right {
  flex-grow: 1;
  margin-left: 15px;
  display: flex;
  align-items: flex-start;
}

.main-right-info {
  max-width: 300px;
  flex-grow: 1;
  margin-top: 20px;
}

.main-right-header {
  padding: 22px 15px 22px 90px;
  border-bottom-right-radius: 30px;
  font-family: 'Noah-Bold', sans-serif;
  color: #464646;
  font-size: 18px;
  line-height: 1.1;
  background: url(img/cert.png) 25px center no-repeat #efefef;
}

.main-right-text {
  padding: 20px 0 0 25px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #686868;
}

.slider {
  margin-top: 40px;
  margin-left: 15px;
  max-width: 350px;
}
.slick-slider img {
  max-width: 130px;
}

.slick-arrow {
  width: 14px;
  height: 18px;
  display: block;
  z-index: 1;
  flex-shrink: 0; }

.slick-arrow::before {
  display: none; }

.slick-arrow.slick-prev {
  left: -15px;
  background: url(img/arrow-left.png) center/contain no-repeat; }

.slick-arrow.slick-next {
  right: -15px;
  background: url(img/arrow-right.png) center/contain no-repeat; }
.slick-track {
  display: flex;
  align-items: center;
}
.slick-slide img {
  margin: 0 auto;
}

.bg {

  max-width: 600px;
}
.text-advant {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 991px;
  }
  .fs-btn {
    margin-bottom: 40px;
  }
  .bg {
    max-width: 130px;
  }

  .advant-item {
    width: 24%;
  }
  .advant-text {
    font-size: 15px;
  }
  .main-left {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  .mob-phone {
    padding-left: 30px;
    background: url('img/phone.png') left center no-repeat;
    font-family: 'Noah-Bold', sans-serif;
  }
  .mob {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  .page-header {
    padding: 20px 15px 0;
  }
  .wrapper {
    padding: 0;
  }
  .header-inner {
    display: none;
  }

  .logo {

    max-width: 90px;
  }
  .phones {
    padding-left: 0;
    background: none; }
  .main-menu {
    display: none; }

  .section-main,
  .text-advant {
    display: none;
  }
  .bg-mob {
    display: block;
    margin: 0 auto;
  }
  .bg {
    display: none;
  }
  .advantages {
    flex-direction: column;
    align-items: center;
  }
  .advant-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
  }
  .advant-item {
    justify-content: flex-start;
    border: none;
    width: 195px;
    padding: 0;
  }
  .advant-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .main-subheader {
    margin-bottom: 50px;
  }
  .text {
    display: block;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    font-style: italic;
    color: #686868;
  }
  .fs-section {
    padding-top: 20px;
    background: url('img/bg-mob.png') calc(50% - 250px) 200px no-repeat,
                url('img/bg-mob2.png') calc(50% + 250px) 200px no-repeat;
  }


  .bg-mob-img {
    margin: 0 auto;
  }
  .fs-btn-mob {
    display: flex;
    margin: 80px auto 30px;

  }
  .fs-btn-mob::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background: url('img/btn-phone.png') center no-repeat;
  }
  .slider-mob {
    display: block;
    margin: 90px auto 20px;
    width: calc(100% - 30px);
  }

  .mob-top, .mob-menu {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }
  .mob-top {
    margin-bottom: 10px;
  }
  .menu-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SFUIDisplay-Bold', sans-serif;
    color: #aeaeae; }
  .mob-top {

    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .mob-menu {

    -ms-flex-direction: column;
    flex-direction: column; }
  .desc-logo {
    display: none; }
  .mob-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 30px 0;
    background-color: #00aeef; }
  .menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    background-color: transparent;
    line-height: .8;
    color: #fff;
    border: none; }
  .menu-item:first-of-type {
    margin-bottom: 40px; }
  .menu-header, .menu-text {
    text-align: center;
    color: #fff; }
  .menu-header {
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif; }
  .menu-btn {

    width: 30px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(img/menu.png) center no-repeat;
    border: none;
    cursor: pointer; }
  .page-header .container {
    display: none; }


  .header-sep,
  .phone {
    color: #252525; }

  .phone:first-child {
    margin-right: 20px;
  }

}




@media screen and (max-width: 767px) {
  .fs-section {
    background: url('img/bg-mob.png') calc(50% - 250px) 200px no-repeat,
    url('img/bg-mob2.png') calc(50% + 250px) 200px no-repeat;
  }
  .main-subheader {
    font-size: 20px;
  }
  .phones {
    display: none; }
  .fs-btn {
    bottom: 15px;
    left: 50%;
    margin-left: -139px; }

  .header-sep {
    margin: 0 10px;
    color: #18a1db;
    font-weight: 700; }

  .main-header {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .phone:last-child {
    display: none;
  }

  .page-header {
    padding: 15px 15px 0;
  }
  .phone {
    font-size: 20px;
  }

  .fs-section {
    padding-top: 15px;
    background: url('img/bg-mob.png') calc(50% - 220px) 42% / auto  340px no-repeat,
    url('img/bg-mob2.png') calc(50% + 220px) 42% /  auto  340px no-repeat;
  }
  .fs-btn-mob {
    margin-top: 60px;
  }
  .main-header {
    font-size: 36px;
  }
  .main-subheader {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .advant-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .slider-mob {
    margin-top: 30px;
  }

  .bg-mob1 {
    margin-bottom: 380px;
    max-width: calc(100% - 60px);
  }

  .bg-mob2 {
    max-width: calc(100% - 30px);
    margin-top: 20px;
  }

  .bg-mob-img {
    max-width: 85%;
    margin-bottom: 5px;
  }

  .fs-btn {
    margin-left: -150px;
  }

}
@media screen and (max-width: 380px) {
  .mob-phone {
    padding-left: 0;
    background: none;
    font-size: 16px;
  }
  .call-btn {
    width: calc(100% - 30px);
  }

  .slick-slider {
    width: calc(100% - 60px);
  }
  .slick-arrow.slick-prev {
    left: -15px;
  }
  .slick-arrow.slick-next {
    right: -15px;
  }
  .fs-section {
    padding-top: 15px;
    background: url('img/bg-mob.png') calc(50% - 210px) 35% / auto  340px no-repeat,
    url('img/bg-mob2.png') calc(50% + 210px) 35% /  auto  340px no-repeat;
  }
  .main-subheader br {
    display: none;
  }
  .main-header {
    font-size: 30px; }
  .main-subheader {
    font-size: 16px; }
  .advant-item {
    padding-left: 15px; } }
