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

.section-header {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #464646; }
  @media screen and (max-width: 575px) {
    .section-header {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .section-header {
      font-size: 22px; } }

.slick-arrow {
  position: static;
  width: 32px;
  height: 22px;
  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: #e50d43;
  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: 10px;
  color: #e2e2e2; }
  @media screen and (max-width: 1199px) {
    .slick-dots li button::before {
      font-size: 8px; } }

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

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

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

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

body {
  overflow-x: hidden;
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #4c4c4c; }

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;
  border-bottom: 3px solid #e50d43; }

@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; }
  @media screen and (max-width: 1199px) {
    .nav-item:nth-child(3) .menu-link::after {
      display: none; } }

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

.menu-link {
  position: relative;
  color: #4c4c4c;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold', sans-serif; }
  .menu-link::after {
    content: '/';
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    font-size: 10px;
    color: #4c4c4c; }

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

.menu-link:hover {
  color: #00477f; }

.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: #4c4c4c;
  font-family: 'ProximaNova-Bold', sans-serif; }
  .phone span {
    color: #e50d43; }

.phone:hover {
  color: #e50d43; }

.mob-menu {
  display: none; }

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

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

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

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

.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: #fff;
  border: none; }

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

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

.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: 18px;
  height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(img/menu.png) center/18px 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; } }

.fs-section {
  padding: 80px 0 100px;
  background: url("img/bg1.jpg") calc(50% - 50px) top/cover no-repeat; }
  @media screen and (max-width: 991px) {
    .fs-section {
      background: url("img/bg1-tablet.jpg") center bottom/cover no-repeat; } }
  @media screen and (max-width: 480px) {
    .fs-section {
      padding: 80px 0 40px;
      background: url("img/bg1-mob.jpg") center bottom/cover no-repeat; } }

@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: 'ProximaNova-Bold', sans-serif;
  line-height: 1.1; }
  @media screen and (max-width: 991px) {
    .main-header {
      margin-bottom: 200px;
      text-align: center; } }

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

.main-subheader {
  margin-bottom: 35px;
  line-height: 1.3;
  font-size: 22px;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .main-subheader {
      text-align: center;
      font-size: 20px; } }

@media screen and (max-width: 380px) {
  .main-subheader br {
    display: none; } }

.call-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 1;
  width: 240px;
  padding: 15px;
  color: #e50d43;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold', sans-serif;
  text-align: center;
  background-color: transparent;
  line-height: 1;
  border: 2px solid #646464;
  border-radius: 5px; }

.call-btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  border: 2px solid #fff;
  background-color: #e50d43;
  transition: all .4s;
    
}

.call-btn:hover {
 
  box-shadow: none;
  background-color: #e50d43;
  border-color: #e50d43;
  color: #fff;
    
}

@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-wrapper .btn-text {
  color: #fff; }

@media screen and (max-width: 767px) {
  .fs-btn-wrapper .btn-text {
    display: table;
    margin: 15px auto 0; } }

.fs-btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .fs-btn::before {
    border-color: #121317; }

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

.btn-text {
  margin-top: 15px;
  color: #727272;
  font-size: 14px;
  font-style: italic; }

.fs-advantages {
  background-color: #e50d43; }

@media screen and (max-width: 991px) {
  .fs-advantages .col-12 {
    padding: 0; } }

.advant-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.advant-item {
  -ms-flex-align: center;
  align-items: center; }

.advant-inner {
  -ms-flex-align: stretch;
      align-items: stretch; }
      


@media screen and (max-width: 991px) {
  .advant-inner {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column; } }

.advant-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%; }
.advant-inner .col-lg-4:not(:last-child) .advant-wrapper::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ec4a72; }

.advant-item {
  padding: 60px 0;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media screen and (max-width: 991px) {
    .advant-item {
      padding: 30px 0; } }

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

.advant-text {
  font-family: 'ProximaNova-Bold', sans-serif;
  text-transform: uppercase;
  color: #fff; }

.advant-inner {
  position: relative; }

@media screen and (max-width: 991px) {
  .advant-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .advant-wrapper {
      border-bottom: 1px solid #e9315f; } }

@media screen and (max-width: 991px) {
  .advant-wrapper:not(:last-child) {
    margin-bottom: 50px; } }

.rep-section {
  padding: 50px 0; }

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

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

.rep-slider [class*=col-] {
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .rep-slider [class*=col-] {
      margin: 0; } }

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

.rep-card {
  height: 100%;
  padding: 35px 25px 25px;
  cursor: pointer;
  border: 2px solid #e7e7e7;
  transition: all 0.4s; }
  
  .rep-card:hover {
      border-color: #e50d43;
  }

@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-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; }

@media screen and (max-width: 991px) {
  .rep-text {
    -ms-flex-order: 2;
    order: 2; } }

.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: #e50d43; }

.rep-horizontal {
  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; }

@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-vertical .rep-img-wrapper {
  height: 300px; }

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

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

.rep-subtext {
  margin-bottom: 50px;
  text-align: center;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1.1; }
  @media screen and (max-width: 991px) {
    .rep-subtext {
      display: none; } }

.rep-bottom {
  padding: 0 40px; }

.go-section {
  padding: 170px 0;
  background: url("img/bg2.jpg") center bottom no-repeat; }
  @media screen and (max-width: 991px) {
    .go-section {
      padding-top: 0;
      padding-bottom: 420px;
      background-size: auto 400px; } }
  @media screen and (max-width: 480px) {
    .go-section {
      padding-bottom: 550px;
      background: url("img/bg2-mob.jpg") center bottom/480px no-repeat; } }

.discount-header,
.go-header {
  line-height: 1.1;
  text-align: left;
  font-size: 41px;
  color: #fff;
  font-family: 'ProximaNova-Bold', sans-serif; }
  @media screen and (max-width: 1199px) {
    .discount-header,
    .go-header {
      font-size: 38px; }
      .discount-header br,
      .go-header br {
        display: none; } }
  @media screen and (max-width: 991px) {
    .discount-header,
    .go-header {
      padding-top: 50px;
      color: #2d3235;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .discount-header,
    .go-header {
      font-size: 28px; } }
  @media screen and (max-width: 380px) {
    .discount-header,
    .go-header {
      font-size: 22px; } }

.go-header {
  margin-bottom: 20px; }

.go-notice {
  font-size: 25px;
  line-height: 1;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #e50d43; }
  @media screen and (max-width: 1199px) {
    .go-notice {
      font-size: 22px; } }

@media screen and (max-width: 991px) {
  .go-notice {
    text-align: center; } }

@media screen and (max-width: 480px) {
  .go-notice {
    font-size: 18px; } }

.discount-text,
.go-text {
  padding-right: 80px;
  background: url("img/bottom-arrow.png") right 15px no-repeat;
  color: #070708; }
  @media screen and (max-width: 1199px) {
    .discount-text,
    .go-text {
      padding-bottom: 60px;
      padding-right: 0;
      margin-bottom: 40px;
      text-align: center;
      background: url("img/bottom-arrow-mob.png") center bottom no-repeat; } }
  @media screen and (max-width: 575px) {
    .discount-text br,
    .go-text br {
      display: none; } }

.discount-header span {
  text-decoration: underline;
  -webkit-text-decoration-color: #e50d43;
          text-decoration-color: #e50d43; }

.discount-section {
  padding: 170px 0;
  background: url("img/bg3.jpg") center bottom/auto 100% no-repeat; }
  @media screen and (max-width: 991px) {
    .discount-section {
      padding-top: 0;
      padding-bottom: 400px;
      background-size: auto 400px; } }
  @media screen and (max-width: 480px) {
    .discount-section {
      padding-bottom: 500px;
      background: url("img/bg3-mob.jpg") center bottom/480px no-repeat; } }

.section-bottom {
  padding: 45px 0 60px;
  background-color: #ebecee; }

.section-bottom-inner {
  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: 1199px) {
    .section-bottom-inner {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }

.go-btn-wrapper,
.discount-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1199px) {
    .go-btn-wrapper,
    .discount-btn-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .go-btn-wrapper .btn-text,
  .discount-btn-wrapper .btn-text {
    margin-left: 35px;
    margin-top: 0; }
    @media screen and (max-width: 1199px) {
      .go-btn-wrapper .btn-text,
      .discount-btn-wrapper .btn-text {
        margin-left: 0;
        margin-top: 20px; }
        .go-btn-wrapper .btn-text br,
        .discount-btn-wrapper .btn-text br {
          display: none; } }

.discount-btn {
  width: 270px;
  background-color: #2d3235;
  border-color: #2d3235;
  color: #fff;
  box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, 0.1); }
  .discount-btn::before {
    border-color: #EBECEE; }

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

.steps-section {
  padding: 120px 0 60px; }

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

.steps-main-header {
  margin-bottom: 60px; }

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

@media screen and (max-width: 480px) {
  .steps-main-header {
    margin-bottom: 20px; } }

.steps-slider {
  position: relative; }
  .steps-slider::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 125px;
    background-color: #e6e4e4; }
    @media screen and (max-width: 991px) {
      .steps-slider::after {
        top: 140px; } }

.step-card {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 991px) {
  .step-card {
    width: 255px;
    margin: 0 auto 70px; } }

.step-num {
  padding-bottom: 40px;
  background: url("img/dots-hor.png") left bottom no-repeat;
  color: #dd0031;
  font-family: 'Arial Black', sans-serif;
  line-height: 1;
  font-size: 38px;
  font-weight: 700; }

.step-info {
  margin-top: 5px;
  margin-left: 25px; }

.step-header {
  margin-bottom: 15px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #4c4c4c;
  text-transform: uppercase;
  line-height: 1.2; }

.step-link {
  display: table;
  position: relative;
  cursor: pointer; }
  .step-link:hover::after {
    opacity: 0; }
  .step-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e50d43;
    opacity: 1;
    transition: all 0.4s; }

.step-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.3; }

.price-section {
  padding: 110px 0;
  background-color: #ececec; }
  @media screen and (max-width: 991px) {
    .price-section {
      padding: 50px 0; } }

.price-main-header {
  margin-bottom: 75px; }
  @media screen and (max-width: 480px) {
    .price-main-header {
      margin-bottom: 25px; } }

.price-tables {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .price-tables {
      -ms-flex-direction: column;
          flex-direction: column; } }

.price-table {
  width: calc(50% - 5px);
  background: #fff; }
  @media screen and (max-width: 991px) {
    .price-table {
      width: 100%; }
      .price-table:not(:first-child) .price-row:first-child {
        display: none; } }
  .price-table:not(:last-child) .price-row {
    border-bottom: 1px solid #e5e5e5; }

.price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .price-row:first-child {
    background-color: #e50d43;
    color: #fff; }
  .price-row:not(:first-child) .price-item:first-child {
    color: #a6a6a6; }
  .price-row:not(:first-child) .price-item:nth-child(3) {
    font-size: 16px;
    font-family: 'ProximaNova-Bold', sans-serif;
    color: #e50d43; }
  .price-row:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #e5e5e5; }

.price-item {
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .price-item {
      font-size: 12px; } }
  .price-item:first-child {
    width: 15%;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 380px) {
      .price-item:first-child {
        display: none; } }
  .price-item:nth-child(2) {
    width: 65%; }
    @media screen and (max-width: 380px) {
      .price-item:nth-child(2) {
        width: 75%;
        padding-left: 15px; } }
  .price-item:nth-child(3) {
    width: 20%; }
    @media screen and (max-width: 380px) {
      .price-item:nth-child(3) {
        width: 25%;
        padding-right: 15px; } }

.price {
  min-width: 80px;

  color: #e50d43; }

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

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

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

.price-not-found {
  max-width: 660px;
  padding-right: 60px;
  background: url("img/bottom-arrow.png") right center no-repeat;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'ProximaNovaT-Thin', sans-serif; }

@media screen and (max-width: 1199px) {
  .price-not-found {
    text-align: center;
    background: none;
    padding-right: 0; } }

@media screen and (max-width: 991px) {
  .price-not-found br {
    display: none; } }

@media screen and (max-width: 480px) {
  .price-not-found {
    font-size: 24px; } }

@media screen and (max-width: 480px) {
  .price-not-found {
    max-width: none;
    font-size: 20px; } }

.price-phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .price-phones {
      margin-top: 20px; } }
  @media screen and (max-width: 380px) {
    .price-phones {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media screen and (max-width: 1199px) {
  .price-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 60px;
    background: url("img/bottom-arrow-mob.png") center top no-repeat; } }

.price-phones .phone {
  margin: 0;
  font-size: 23px;
  line-height: 1;
  font-family: 'ProximaNova-Regular', sans-serif; }
  @media screen and (max-width: 480px) {
    .price-phones .phone {
      font-size: 18px; } }
  @media screen and (max-width: 380px) {
    .price-phones .phone {
      line-height: 1.3; } }

@media screen and (max-width: 1199px) {
  .price-phones .phone {
    display: block; } }

.price-phones .phone span {
  color: #e50d43; }

.sep {
  margin: 0 20px;
  font-size: 16px;
  color: #a7a7a7; }
  @media screen and (max-width: 380px) {
    .sep {
      display: none; } }

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

.price-nav {
  display: none; }

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

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

.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;
  padding-top: 45px;
  border: 1px solid #e2e3e6;
  margin-bottom: 40px; }

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

.stories-img {
  margin: 0 auto; }

.img-text {
  position: absolute;
  top: 20px;

  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 {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 14px; }

.device {
  color: #e50d43;
  text-decoration: underline; }

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

.stories-nav {
  position: absolute;
  left: 70%;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 200px;
  width: 100%; }

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

.stories-arrows {
  position: absolute;
  top: 120px;
  left: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 400px;
  width: 100%; }

.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 {
  margin-left: 75px;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 55px 55px;
  border: 2px solid #f0f0f0;
  background: url("img/quote.png") calc(100% - 20px) 30px no-repeat; }

@media screen and (max-width: 1450px) {
  .feed-slide {
    padding: 20px;
    background: url("img/quote.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%; } }

.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: 1199px) {
  .feed-name {
    margin-top: 10px;
    margin-right: 110px; } }

.feed-text {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 14px; }

@media screen and (max-width: 380px) {
  .feed-text {
    line-height: 1.2; } }

.feed-bottom {
  max-width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

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

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

.faq-section {
  padding: 80px 0 100px; }

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

.faq-block {
  margin-bottom: 15px;
  background-color: #fff;
  transition: all 0.4s;
  border: 2px solid #eee; }
  .faq-block.active {
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 15px 15px 20px 1px rgba(0, 0, 0, 0.1); }

.faq-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 25px;
  font-size: 18px;
  color: #4b4b4b;
  border-top: 3px solid transparent;
 
  background-color: #fff;
  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 #4b4b4b;
  border-right: 2px solid #4b4b4b; }

.faq-toggle[aria-expanded='true'] {
  border-color: #e50d43; }

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

.faq-num {
  display: block;
  margin-right: 15px;
  background-color: #e50d43;
  width: 5px;
  height: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%; }

.faq-body {
  padding: 0 25px 25px;
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  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: #e50d43 !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 {
    padding: 15px;
    font-size: 14px; }
  .faq-toggle {
    display: -ms-flexbox;
    display: flex;
    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 {
  width: 390px;
  margin: 30px 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) {
    .faq-section {
        padding-bottom: 30px;
    }

  .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 {
  margin: 10px auto 0;
  color: #e50d43;
  font-size: 14px; }

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

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

.map-phones .phone {
  font-size: 22px;
  font-family: 'ProximaNova-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-bottom: 70px; } }

.page-footer {
  background-color: #f0f0f0; }

.call-btn.footer-btn {
  margin-left: 30px; }
  .call-btn.footer-btn::before {
    border-color: #f0f0f0; }

@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-bottom: 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; }

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

@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-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-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-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-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-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-style: normal; }
  
  
     .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;
    }
}

