@import url(css/bootstrap.min.css);
.container {
  max-width: 1170px; }

.section-header {
  text-align: center;
  font-size: 32px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .section-header {
      font-size: 28px; } }

.slick-arrow {
  position: static;
  width: 22px;
  height: 16px;
  display: block;
  transform: none;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: calc(100% - 18px); }

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

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

.slick-arrow.slick-next {
  -ms-flex-order: 3;
      order: 3;
  background: url("img/arrow-right.png") center no-repeat; }

.slick-dotted.slick-slider {
  margin-bottom: 15px; }

@media screen and (max-width: 991px) {
  .slider-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.slick-dots {
  margin-top: 0;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 480px) {
  .slick-dots li {
    margin: 0 2px; } }

@media screen and (max-width: 380px) {
  .slick-dots li {
    margin: 0; } }

.slick-dots li.slick-active button::before {
  color: #eeb111;
  border-radius: 50%; }
  @media screen and (max-width: 1199px) {
    .slick-dots li.slick-active button::before {
      border: 1px solid #e2e2e2; } }

.slick-dots li button::before {
  opacity: 1;
  font-size: 26px;
  color: #e2e2e2; }
  @media screen and (max-width: 1199px) {
    .slick-dots li button::before {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

body {
  overflow-x: hidden;
  font-family: 'SFProDisplay-Regular', sans-serif;
  color: #232021; }

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

ul {
  list-style: none; }

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

button {
  display: block; }

button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

.slick-slide {
  outline: none; }

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

@media screen and (max-width: 1199px) {
  .page-header .nav-item:last-child {
    display: none; }
  .page-header .nav-item:nth-child(3) {
    margin-right: 0; } }

@media screen and (max-width: 991px) {
  .page-header .main-menu {
    display: none; } }

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

.nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.nav-item:not(:last-child) {
  margin-right: 80px; }
  .nav-item:not(:last-child) .menu-link::after {
    content: '•';
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 16px;
    color: #eeb111; }

.menu-link {
  position: relative;
  color: #211d1e;
  font-family: 'SFUIText-Regular', sans-serif; }

.menu-link::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #eeb111;
  transition: all .4s; }

.menu-link:hover {
  color: #211d1e; }

.menu-link:hover::before {
  width: 100%; }

.phones {
  padding-left: 30px;
  background: url("img/phone.png") left center no-repeat; }

@media screen and (max-width: 380px) {
  .phones {
    padding-left: 0;
    background: none; } }

.phone {
  display: block;
  line-height: 1.2;
  color: #211d1e;
  font-family: 'SFUIText-Bold', sans-serif; }

.phone:hover {
  color: #eeb111; }

.mob-menu {
  display: none; }

.mob-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 50px 15px 20px;
  background-color: #fff;
  display: none; }

.mob-dropdown .menu-link {
  color: #000; }

.mob-dropdown .menu-link:hover {
  color: #000; }

.mob-dropdown .phone,
.mob-dropdown .map-see {
  margin: 0 auto;
  text-align: center;
  color: #000; }

.map-see {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  text-decoration: underline; }

.map-see:hover {
  text-decoration: none; }

.menu-close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: transparent;
  line-height: .8;
  color: #000;
  border: none; }

.menu-item:not(:last-child) {
  margin-bottom: 25px; }

.menu-header, .menu-text {
  text-align: center;
  color: #000; }

.menu-text:not(:last-of-type) {
  margin-bottom: 10px; }

.menu-header {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700; }

@media screen and (max-width: 380px) {
  .menu-header {
    font-size: 15px; } }

.menu-btn {
  width: 33px;
  height: 33px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(img/menu.png) center/contain no-repeat;
  border: none;
  cursor: pointer;
  display: none; }

@media screen and (max-width: 991px) {
  .menu-btn {
    display: block; } }

@media screen and (max-width: 480px) {
  .logo-wrapper {
    max-width: 90px; } }

.header-bottom {
  padding: 45px 0;
  background-color: #f2f2f2; }

@media screen and (max-width: 991px) {
  .header-bottom {
    padding: 30px 0; } }

@media screen and (max-width: 480px) {
  .header-bottom {
    padding: 20px 0; } }

.header-bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .header-bottom-inner {
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 575px) {
  .header-bottom-inner {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.header-bottom-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .header-bottom-item:not(:last-child) {
    margin-right: 30px; } }

@media screen and (max-width: 575px) {
  .header-bottom-item:not(:last-child) {
    margin-right: 10px; } }

.header-bottom-item .num {
  color: #00477f;
  font-size: 52px; }

.header-bottom-item .num sup {
  top: -.7em;
  left: -10px;
  font-size: 30px; }

@media screen and (max-width: 991px) {
  .header-bottom-item .num {
    font-size: 40px; }
  .header-bottom-item .num sup {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .header-bottom-item .num {
    margin-right: 10px; }
  .header-bottom-item .num sup {
    display: none; } }

@media screen and (max-width: 480px) {
  .header-bottom-item .num {
    font-size: 28px; } }

.header-bottom-item .text {
  margin-left: 15px;
  color: #666666;
  font-size: 24px; }

.header-bottom-item .text span {
  display: none; }

@media screen and (max-width: 991px) {
  .header-bottom-item .text {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .header-bottom-item .text {
    line-height: 1;
    font-size: 20px; }
  .header-bottom-item .text span {
    display: block;
    color: #00477f; } }

@media screen and (max-width: 575px) {
  .header-bottom-item .text {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .header-bottom-item .text {
    font-size: 14px; } }

@media screen and (max-width: 380px) {
  .header-bottom-item .text {
    font-size: 12px; } }

.sep {
  display: block;
  width: 1px;
  height: 50px;
  position: relative; }

.sep::before {
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000; }

@media screen and (max-width: 991px) {
  .sep {
    display: none; } }

.fs-section {
  background: url("img/bg1.jpg") center top no-repeat; }
  @media screen and (max-width: 1199px) {
    .fs-section .col-12 {
      padding: 0; } }

.fs-inner {
  padding: 60px 0 40px;
  background: url("img/fs-inner.jpg") center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .fs-inner {
      padding: 40px 0 100px;
      background: url("img/fs-inner-mob.jpg") center top/480px no-repeat; } }

.text-block {
  padding-left: 60px; }
  @media screen and (max-width: 575px) {
    .text-block {
      padding-left: 0; } }
  @media screen and (max-width: 480px) {
    .text-block {
      padding: 0 15px; } }

@media screen and (max-width: 480px) {
  .logo {
    max-width: 100px; } }

@media screen and (max-width: 380px) {
  .logo {
    max-width: 80px; } }

.main-header {
  margin-bottom: 15px;
  font-size: 42px;
  color: #fff;
  font-family: 'SFUIText-Heavy', sans-serif;
  line-height: 1.1; }
  @media screen and (max-width: 575px) {
    .main-header {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .main-header {
      margin-bottom: 250px;
      font-size: 32px; } }
  @media screen and (max-width: 380px) {
    .main-header {
      font-size: 25px; } }

.main-subheader {
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 22px;
  font-family: 'SFUIText-Bold', sans-serif;
  color: #fff; }
  @media screen and (max-width: 575px) {
    .main-subheader {
      text-align: center; } }

.call-btn {
  width: 250px;
  padding: 17px 15px;
  color: #232021;
  border: none;
  text-align: center;
  background-color: #eeb111;
  border-radius: 50px;
  line-height: 1; }

.call-btn:hover {
  transform: scale(0.98) translateY(5px); }

@media screen and (max-width: 380px) {
  .call-btn {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; } }

.fs-btn-text {
  padding-left: 20px;
  background: url("img/check.png") left center no-repeat; }

@media screen and (max-width: 991px) {
  .fs-btn-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    color: #fff; } }

@media screen and (max-width: 575px) {
  .fs-btn-wrapper {
    -ms-flex-align: center;
        align-items: center; } }

@media screen and (max-width: 480px) {
  .fs-btn-wrapper .btn-text {
    display: none; } }

.btn-text {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'SFProDisplay-Light', sans-serif; }

.text-wrapper {
  display: none; }
  @media screen and (max-width: 480px) {
    .text-wrapper {
      display: block;
      padding: 15px 10px;
      background-color: #fff; } }

.fs-advantages .container {
  padding: 0; }

@media screen and (max-width: 480px) {
  .fs-advantages {
    margin: -65px 25px 0; }
    .fs-advantages .fs-btn-text {
      display: table;
      margin: 0 auto; } }

@media screen and (max-width: 380px) {
  .fs-advantages .fs-btn-text {
    font-size: 12px; } }

.advant-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 0;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .advant-wrapper {
      background-color: #f5f5f5; } }

.advant-img {
  margin-right: 35px; }

.advant-item span {
  display: block;
  line-height: 1.1;
  font-family: 'SFUIText-Bold', sans-serif;
  font-size: 24px; }

.advant-center {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #f5f5f5; }
  @media screen and (max-width: 991px) {
    .advant-center {
      border-left: 0;
      border-right: 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; } }

.advant-bottom-text {
  padding: 15px;
  text-align: center;
  background-color: #dddddd;
  font-size: 13px;
  box-shadow: inset 0 10px 10px 1px rgba(0, 0, 0, 0.1); }

.rep-section {
  padding: 55px 0 20px; }

@media screen and (max-width: 991px) {
  .rep-section {
    padding: 50px 0; } }

.rep-header {
  margin-bottom: 35px; }

.rep-slider [class*=col-] {
  margin-bottom: 25px; }

@media screen and (max-width: 991px) {
  .rep-slider {
    margin: 0; } }

.rep-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.rep-slide {
  width: 18.5%;
  margin-bottom: 20px; }

.rep-card {
  height: 100%;
  padding: 15px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.4s; }

@media screen and (max-width: 991px) {
  .rep-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 265px;
    margin: 0 auto; } }

.rep-card:hover {
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1); }

.rep-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px; }

.rep-img {
  max-height: 100%; }

.rep-text {
  margin: 15px auto 0;
  line-height: 1.2;
  text-align: center; }

.rep-text span {
  position: relative;
  display: inline-block; }

.rep-text span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -15px;
  border-radius: 50%;
  background-color: #eeb111; }

.rep-horizontal {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 991px) {
  .rep-horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 25px 25px; }
  .rep-horizontal .rep-img-wrapper {
    height: 150px; } }

.rep-horizontal.rep-left {
  padding-right: 90px; }

@media screen and (max-width: 991px) {
  .rep-horizontal.rep-left {
    padding-right: 25px; } }

.rep-horizontal.rep-right {
  padding-left: 90px; }

@media screen and (max-width: 991px) {
  .rep-horizontal.rep-right {
    padding-left: 25px; } }

.rep-vertical .rep-img-wrapper {
  height: 400px; }

@media screen and (max-width: 991px) {
  .rep-vertical .rep-img-wrapper {
    height: 150px; } }

.rep-vertical .rep-text {
  margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .rep-vertical .rep-text {
    margin-bottom: 0; } }

.rep-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #222222;
  padding: 50px 90px;
  margin-top: 20px; }
  @media screen and (max-width: 1199px) {
    .rep-bottom {
      padding: 50px; } }
  @media screen and (max-width: 991px) {
    .rep-bottom {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: center;
      max-width: 395px;
      margin: 50px auto 0;
      background: linear-gradient(to bottom, #222 270px, #fff 270px); } }
  @media screen and (max-width: 480px) {
    .rep-bottom {
      max-width: 100%;
      padding-bottom: 0; } }

.rep-not-found {
  font-size: 22px;
  font-family: 'SFUIText-Bold', sans-serif;
  line-height: 1.2;
  color: #fff; }

@media screen and (max-width: 991px) {
  .rep-not-found {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px; } }

@media screen and (max-width: 991px) {
  .rep-bottom-img {
    margin-bottom: 25px; } }

.rep-bottom-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1199px) {
  .rep-bottom-info {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0; } }

.faq-btn-wrapper .btn-text,
.price-btn-wrapper .btn-text,
.rep-btn-wrapper .btn-text {
  padding-left: 20px;
  line-height: 1.1;
  background: url("img/rep-check.png") left top no-repeat;
  color: #808080; }
  @media screen and (max-width: 991px) {
    .faq-btn-wrapper .btn-text br,
    .price-btn-wrapper .btn-text br,
    .rep-btn-wrapper .btn-text br {
      display: none; } }

@media screen and (max-width: 991px) {
  .rep-bottom-col {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .discount-section {
    padding: 50px 0 450px;
    background: url("img/bg2-mob.jpg") center bottom no-repeat #ececec; } }

.discount-header {
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: left;
  font-size: 42px;
  font-family: 'SFUIText-Bold', sans-serif; }
  @media screen and (max-width: 767px) {
    .discount-header {
      text-align: center;
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .discount-header {
      font-size: 28px; } }

.discount-text {
  margin-bottom: 25px;
  max-width: 320px;
  padding-left: 30px;
  line-height: 1.1;
  background: url("img/discount-check.png") left top no-repeat;
  color: #656565;
  font-family: 'SFUIText-Bold', sans-serif; }
  @media screen and (max-width: 767px) {
    .discount-text {
      margin: 0 auto 25px; } }

.discount-header span {
  display: inline-block;
  position: relative;
  z-index: 1; }
  .discount-header span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
    background-color: #eeb111; }

.discount-inner {
  padding: 100px 80px;
  background: url("img/bg2.jpg") center bottom no-repeat; }
  @media screen and (max-width: 991px) {
    .discount-inner {
      padding: 100px 40px; } }
  @media screen and (max-width: 767px) {
    .discount-inner {
      background: none;
      padding: 0; } }

@media screen and (max-width: 991px) {
  .discount-btn-wrapper {
    -ms-flex-align: start;
        align-items: flex-start; } }

@media screen and (max-width: 767px) {
  .discount-btn-wrapper {
    -ms-flex-align: center;
        align-items: center; } }

.steps-section {
  padding: 30px 0 50px; }
  @media screen and (max-width: 991px) {
    .steps-section {
      padding-top: 0; } }

.step-quests {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (max-width: 991px) {
    .step-quests {
      max-width: 555px;
      margin: 0 auto 50px;
      height: auto; } }

.step-quest-info {
  padding: 50px 80px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #f5f5f5; }
  @media screen and (max-width: 480px) {
    .step-quest-info {
      padding: 40px; } }
  @media screen and (max-width: 380px) {
    .step-quest-info {
      padding: 25px; } }

.steps-header,
.step-quest-header {
  font-family: 'SFUIText-Bold', sans-serif;
  font-size: 24px; }

.step-quest-header {
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .step-quest-header {
      text-align: center; } }

.step-quest-text {
  margin-bottom: 20px;
  color: #707070;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .step-quest-text {
      text-align: center; } }
  @media screen and (max-width: 380px) {
    .step-quest-text br {
      display: none; } }

@media screen and (max-width: 480px) {
  .step-btn {
    margin: 0 auto; } }

.steps {
  height: 100%;
  padding: 60px;
  border: 6px solid #eeb111; }
  @media screen and (max-width: 991px) {
    .steps {
      max-width: 555px;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .steps {
      padding: 40px; } }
  @media screen and (max-width: 380px) {
    .steps {
      padding: 25px; } }

.steps-header {
  margin-bottom: 35px; }

.step-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #707070; }
  .step-item:not(:last-child) {
    margin-bottom: 15px; }

.step-text {
  margin-left: 30px;
  line-height: 1.1; }
  @media screen and (max-width: 480px) {
    .step-text br {
      display: none; } }
  @media screen and (max-width: 380px) {
    .step-text {
      margin-left: 15px; } }

.price-section {
  padding: 70px 0; }

.price-main-header {
  margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .price-main-header {
      margin-bottom: 40px; } }

.price-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 991px) {
  .price-slider {
    display: block;
    margin-bottom: 0 !important; }
  .price-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .price-slider .slick-slide {
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px; } }

.price-card {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  filter: grayscale(1);
  opacity: .5;
  transition: all 0.4s;
  cursor: pointer; }
  .price-card.active {
    filter: none;
    opacity: 1; }
  @media screen and (max-width: 480px) {
    .price-card .price-text {
      opacity: 0; } }
  @media screen and (min-width: 481px) {
    .price-card:hover {
      filter: none;
      opacity: 1; }
      .price-card:hover .price-text {
        color: #eeb111; } }

@media screen and (max-width: 1199px) {
  .price-card {
    width: 130px; } }

@media screen and (max-width: 480px) {
  .price-card {
    width: 150px; } }

.price-card.active {
  position: relative; }

.price-card.active::before {
  content: '••';
  display: block;
  position: absolute;
  left: 45%;
  bottom: -20px;
  transform: rotate(90deg);
  font-size: 18px;
  color: #eeb111; }

.price-card.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom: 12px solid #fff; }

.price-card.active .price-text {
  border-color: #eeb111;
  background-color: #eeb111;
  color: #fff;
  opacity: 1; }

.price-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  padding: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff; }

.price-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  min-height: 60px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  transition: all 0.4s;
  overflow: hidden; }

.price-table {
  margin-top: 40px;
  padding: 45px 45px 80px;
  border-top: 3px solid #eeb111;
  background: url("img/table-line.png") center top/contain no-repeat #fff;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 991px) {
  .price-table {
    padding: 45px;
    margin-top: 0;
    background: #fff; } }

@media screen and (max-width: 575px) {
  .price-table {
    padding: 20px; } }

@media screen and (max-width: 480px) {
  .price-table {
    padding: 15px; } }

.price-table:not(:first-child) {
  display: none; }

.price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 991px) {
  .price-row {
    -ms-flex-direction: column;
    flex-direction: column; } }

.price-row:not(:last-child) {
  margin-bottom: 25px; }

.price-item {
  width: calc(50% - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px; }

@media screen and (max-width: 991px) {
  .price-item {
    width: 100%; }
  .price-item:not(:last-child) {
    margin-bottom: 25px; } }

@media screen and (max-width: 380px) {
  .price-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; } }

.price-item-header {
  position: relative;
  z-index: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 15px; }

@media screen and (max-width: 380px) {
  .price-item-header {
    width: 100%;
    margin-right: 0; } }

.price-item-header span {
  background-color: #fff; }

.price-item-header::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  width: 100%;
  border-bottom: 1px dotted #464646; }

.price {
  min-width: 80px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  color: #eeb111; }

.price-btn {
  width: 290px; }

.price-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -25px; }
  @media screen and (max-width: 991px) {
    .price-btn-wrapper {
      margin-top: 50px; } }

.price-nav {
  display: none; }
  @media screen and (max-width: 991px) {
    .price-nav {
      margin-top: 40px;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    .price-nav {
      margin-top: -70px;
      margin-bottom: 70px; } }

.price-nav .slick-dots li.slick-active button::before {
  color: #eeb111; }

.price-nav .slick-dots li button::before {
  color: rgba(0, 0, 0, 0.2); }

.stories-section {
  padding: 115px 0 50px; }

@media screen and (max-width: 991px) {
  .stories-section {
    padding: 40px 0 50px; } }

.stories-header {
  margin-bottom: 70px; }

@media screen and (max-width: 991px) {
  .stories-header {
    margin-bottom: 25px; } }

.stories-slider .slick-list {
  margin: 0 -15px; }

.stories-slider .slick-slide {
  margin: 0 15px; }

.stories-slider .slick-prev,
.stories-slider .slick-next {
  top: calc(100% + 30px); }

.stories-slider .slick-prev {
  left: 0; }

.stories-slider .slick-next {
  right: 0; }

.stories-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1199px) {
  .stories-slide {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 991px) {
  .stories-slide {
    margin: 0 auto; } }

.stories-slide-left {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media screen and (max-width: 991px) {
  .stories-slide-left {
    margin: 0 auto;
    width: 100%;
    max-width: 500px; } }

.stories-img-wrapper {
  position: relative;
  margin-bottom: 40px; }

.stories-img-wrapper::after {
  content: '';
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("img/stories-arrow.png") center no-repeat; }

@media screen and (max-width: 991px) {
  .stories-img-wrapper {
    margin-bottom: 20px; } }

.stories-img {
  max-height: 100%;
  width: 100%;
  margin: 0 auto; }

.img-text {
  position: absolute;
  top: 20px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 1; }

@media screen and (max-width: 380px) {
  .img-text {
    display: none; } }

.img-text.before {
  left: calc(25% - 12px); }

.img-text.after {
  left: calc(75% - 28px); }

.info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.info-item:not(:last-child) {
  margin-bottom: 10px; }

@media screen and (max-width: 480px) {
  .info-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; } }

.info-header {
  width: calc(50% - 20px);
  margin-right: 25px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #999999; }

.info-header span {
  padding-right: 5px;
  position: relative;
  z-index: 1;
  background-color: #fff; }

.info-header::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  width: 100%;
  border-bottom: 1px dotted #999; }

@media screen and (max-width: 480px) {
  .info-header {
    width: 100%;
    margin-right: 0; } }

.info-text {
  width: 50%;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .info-text {
      width: 100%; } }

.device {
  position: relative;
  width: auto; }
  .device::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #eeb111; }

.stories-slider-wrapper {
  position: relative; }

.stories-nav {
  position: absolute;
  left: calc(50% + 100px);
  bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 380px;
  width: 100%; }
  .stories-nav .slick-dots {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; }
  .stories-nav .slick-arrow {
    width: 13px;
    height: 24px; }
    @media screen and (max-width: 1199px) {
      .stories-nav .slick-arrow {
        width: 22px;
        height: 16px; } }
  .stories-nav .slick-prev {
    margin-left: auto;
    margin-right: 25px;
    background: url("img/stories-al.png") center no-repeat;
    -ms-flex-order: 2;
        order: 2; }
    @media screen and (max-width: 1199px) {
      .stories-nav .slick-prev {
        -ms-flex-order: initial;
            order: initial;
        margin: 0;
        background: url("img/arrow-left.png") center no-repeat; } }
  .stories-nav .slick-next {
    background: url("img/stories-ar.png") center no-repeat; }
    @media screen and (max-width: 1199px) {
      .stories-nav .slick-next {
        background: url("img/arrow-right.png") center no-repeat; } }

@media screen and (max-width: 1199px) {
  .stories-nav {
    position: static;
    margin: 30px auto 0; }
  .stories-nav .slick-dots {
    margin-top: 0; } }

.stories-arrow {
  width: auto;
  height: auto;
  line-height: .8;
  padding: 0;
  background: none;
  font-size: 18px;
  color: #0092d5;
  font-weight: 700;
  border: none; }

.stories-arrow::after {
  display: none; }

.stories-counter {
  line-height: 1;
  font-size: 14px;
  font-weight: 700; }

.stories-counter .separator {
  margin: 0 10px;
  color: #e2e3e6; }

.feed-section {
  padding: 60px 0; }

@media screen and (max-width: 991px) {
  .feed-section {
    padding: 30px 0; } }

.feed-header {
  margin-bottom: 50px; }

@media screen and (max-width: 991px) {
  .feed-header {
    margin-bottom: 25px; } }

@media screen and (max-width: 480px) {
  .feed-header {
    max-width: 225px; } }

.feed-slider .slick-dots {
  margin-top: 15px; }

.feed-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }

.feed-slider .slick-prev,
.feed-slider .slick-next {
  top: -70px; }

.feed-slider .slick-prev::after,
.feed-slider .slick-next::after {
  border-color: #0092d5; }

.feed-slider .slick-next {
  right: 15px; }

.feed-slider .slick-prev {
  left: initial;
  right: 50px; }

.feed-slide {
  height: 425px;
  margin-left: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 85px 90px;
  border: 5px solid #f0f0f0;
  background: url("img/rating.png") calc(100% - 20px) 30px no-repeat; }

@media screen and (max-width: 1450px) {
  .feed-slide {
    height: auto;
    padding: 20px;
    background: url("img/rating.png") calc(100% - 20px) 20px no-repeat; } }

@media screen and (max-width: 1199px) {
  .feed-slide {
    max-width: 350px;
    margin: 40px auto 0; } }

@media screen and (max-width: 480px) {
  .feed-slide {
    max-width: 100%;
    background: none; } }

.feed-slide-inner {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.feed-avatar {
  margin-right: 25px;
  width: 45px;
  height: 45px; }

.feed-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    .feed-name {
      padding-bottom: 30px;
      background: url("img/rating.png") 70px bottom no-repeat; } }

@media screen and (max-width: 1199px) {
  .feed-name {
    margin-top: 10px; } }

.feed-text {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 14px;
  color: #878787;
  font-family: 'SFProDisplay-Bold', sans-serif; }

.feed-date {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #aaaaaa; }

.feed-nav {
  margin-top: -10px; }

.faq-section {
  padding: 80px 0 100px; }
  @media screen and (max-width: 991px) {
    .faq-section {
      padding: 50px 0; } }

.faq-section-header {
  margin-bottom: 50px; }

.faq-block {
  margin-bottom: 15px;
  background-color: #eefaff; }

.faq-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 35px 25px;
  font-size: 18px;
  color: #fff;
  background: url(img/faq-bg.png) left top no-repeat #222222;
  font-family: 'SFProDisplay-Bold', sans-serif;
  cursor: pointer; }

.faq-toggle::after {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  top: 40%;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff; }

.faq-toggle[aria-expanded='true']::after {
  top: 45%;
  transform: rotate(-135deg); }

.faq-img {
  margin-right: 25px; }

.faq-body {
  padding: 0 25px 25px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: #222;
  line-height: 1.3; }

@media screen and (max-width: 1199px) {
  .faq-body {
    padding-left: 25px; } }

@media screen and (max-width: 480px) {
  .faq-body {
    padding: 0 15px 15px; } }

.faq-link {
  color: #eeb111 !important;
  text-decoration: underline !important; }

@media screen and (max-width: 767px) {
  .faq-toggle {
    padding: 25px 15px;
    font-size: 16px; }
  .faq-toggle::after {
    right: 15px; } }

@media screen and (max-width: 575px) {
  .faq-toggle {
    font-size: 14px; }
  .faq-toggle {
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    padding-right: 35px; } }

.faq-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.faq-btn {
  margin: 10px auto 0; }

@media screen and (max-width: 480px) {
  .faq-btn {
    max-width: 380px;
    width: 100%;
    margin-top: 20px; } }

@media screen and (max-width: 480px) {
  .faq-btn {
    font-size: 14px; } }

@media screen and (max-width: 380px) {
  .faq-btn {
    padding: 20px 25px; } }

.map-header {
  padding: 50px 0;
  margin: 0; }

.map-section {
  padding: 80px 0;
  background-color: #f0f0f0; }

@media screen and (max-width: 991px) {
  .map-section {
    padding: 50px 0; } }

.map-address-item {
  height: 100%;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

@media screen and (max-width: 991px) {
  .map-address-item {
    max-width: 360px;
    height: auto;
    margin: 0 auto 25px; } }

.map-address-item .map-see {
  width: 175px;
  padding: 7px 10px;
  background-color: #eeb111;
  border-radius: 50px;
  color: #464646;
  text-decoration: none;
  margin: 15px auto 0;
  font-size: 14px; }
  .map-address-item .map-see:hover {
    text-decoration: underline; }

.address-header {
  margin-bottom: 15px;
  font-size: 12px;
  color: #868686;
  text-transform: uppercase; }

.map-phones {
  margin-top: 40px; }

.map-phones .phone {
  font-size: 22px;
  font-family: 'SFProDisplay-Bold', sans-serif; }

.map-phones .phone:not(:last-child) {
  margin-bottom: 10px; }

.map-address {
  background: url("img/mark.png") 20px 20px no-repeat #fff; }

.map-schedule {
  background: url("img/map-cal.png") 20px 20px no-repeat #fff; }

@media screen and (max-width: 991px) {
  .map-logo {
    margin-top: 70px; } }

.page-footer .phones .phone {
  color: #333333; }

.call-btn.footer-btn {
  max-width: 300px;
  margin-left: 30px; }

@media screen and (max-width: 991px) {
  .call-btn.footer-btn {
    margin-left: 0; } }

.footer-top {
  padding: 30px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  position: relative; }

@media screen and (max-width: 1199px) {
  .footer-top {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px; }
  .footer-top .phones {
    margin-top: 40px; } }

.footer-logo-wrapper {
  display: none;
  padding: 0 10px;
  background: #fff; }

@media screen and (max-width: 1199px) {
  .footer-logo-wrapper {
    display: block;
    position: absolute;
    bottom: -30px; } }

.footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1199px) {
  .footer-right {
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 380px) {
  .footer-right {
    width: 100%; } }

.br-mob {
  display: none; }

@media screen and (max-width: 1199px) {
  .br-mob {
    display: block; } }

.footer-slogan {
  font-size: 14px; }

@media screen and (max-width: 1199px) {
  .footer-slogan {
    margin-bottom: 40px;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .footer-slogan br {
    display: none; } }

.footer-bottom {
  padding: 50px 0;
  font-size: 14px;
  text-align: center;
  color: #999999; }

@media screen and (max-width: 1199px) {
  .footer-bottom {
    padding: 75px 0 50px; } }

.footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  
  
  
     .text-section {
    padding: 60px 0;
    text-align: left;
}
@media screen and (max-width: 991px) {
        .text-section {
        padding-top: 40px;
    }
}
.text h1,
.text h2,
.text h3 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 1;
}

.text h4 {
    margin: 30px 0;
    font-size: 22px;
}
.text ul {
    list-style: circle inside;
}
.text p,
.text ul {
    margin-bottom: 1rem;
    font-size: 17px;
}
@media screen and (max-width: 480px) {
    .text h1,
    .text h2,
    .text h3 {
        font-size: 25px;
    }
    .text p,
    .text ul {
        font-size: 16px;
    }
}


