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

.section-header {
  font-size: 51px;
  font-weight: 300;
  line-height: 1.1;
  color: #1fa2ac; }
  @media screen and (max-width: 1199px) {
    .section-header {
      font-size: 45px; } }
  @media screen and (max-width: 991px) {
    .section-header {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .section-header {
      font-size: 30px; } }
  .section-header::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    margin: 20px 0 0;
    background-color: #1fa2ac; }

.slick-arrow {
  width: 68px;
  height: 79px;
  display: block;
  transform: none;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 1199px) {
    .slick-arrow {
      width: 20px;
      height: 20px; }
      .slick-arrow::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        transform: rotate(45deg); } }

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

.slick-arrow.slick-prev {
  background: url(img/arrow-left.png) center/cover no-repeat; }
  @media screen and (max-width: 1199px) {
    .slick-arrow.slick-prev {
      background: none; }
      .slick-arrow.slick-prev::after {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000; } }

.slick-arrow.slick-next {
  -ms-flex-order: 3;
      order: 3;
  background: url(img/arrow-right.png) center/cover no-repeat; }
  @media screen and (max-width: 1199px) {
    .slick-arrow.slick-next {
      background: none; }
      .slick-arrow.slick-next::after {
        border-right: 1px solid #000;
        border-top: 1px solid #000; } }

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

.slider-nav {
  display: none; }
  @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: 30px;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .slick-dots li {
    width: 40px;
    height: 1px; }
    @media screen and (max-width: 480px) {
      .slick-dots li {
        width: 30px; } }
    @media screen and (max-width: 380px) {
      .slick-dots li {
        width: 20px; } }
    @media screen and (max-width: 480px) {
      .slick-dots li button {
        padding: 0; } }
    .slick-dots li.slick-active button::before {
      color: #1fa2ac;
      background-color: #000; }
    .slick-dots li button::before {
      content: '';
      width: 40px;
      height: 1px;
      background-color: #c2c2c2;
      opacity: 1; }
      @media screen and (max-width: 480px) {
        .slick-dots li button::before {
          width: 30px; } }
      @media screen and (max-width: 380px) {
        .slick-dots li button::before {
          width: 20px; } }

.map-section {
  padding: 65px 0 95px;
  background-color: #f0f0f0; }
  @media screen and (max-width: 991px) {
    .map-section {
      padding: 50px 0; } }

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

.map-header-desc {
  display: none; }
  @media screen and (max-width: 1800px) {
    .map-header-desc {
      display: block; } }

@media screen and (max-width: 1800px) {
  .map-header-xl {
    display: none; } }

@media screen and (max-width: 991px) {
  #map {
    height: 400px !important; } }

.address-header {
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 700; }

.address-cont {
  background: url("img/mark.png") left center no-repeat; }

.address-schedule {
  background: url("img/map-cal.png") left center no-repeat; }

.map-item-info {
  padding-left: 30px; }
  .map-item-info .map-see {
    position: relative;
    color: #1fa2ac;
    text-decoration: none;
    font-size: 14px; }
    .map-item-info .map-see::after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      margin: 25px 0;
      background: #fff; }

.address {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1; }

.map-phones .phone {
  font-size: 23px;
  font-weight: normal;
  color: #333333; }
  .map-phones .phone:not(:last-child) {
    margin-bottom: 5px; }

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

.page-footer .container {
  max-width: 1140px; }

.page-footer .phones {
  background: url("img/footer-phones.png") left center no-repeat; }
  .page-footer .phones .phone {
    color: #333333; }

.call-btn.footer-btn::after {
  display: none; }

.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; }
  @media screen and (max-width: 1199px) {
    .footer-top {
      -ms-flex-direction: column;
          flex-direction: column; }
      .footer-top .phones {
        margin-bottom: 25px; } }
  @media screen and (max-width: 991px) {
    .footer-top {
      border-bottom: none; } }

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

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

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

.footer-bottom {
  padding: 50px 0;
  font-size: 14px;
  text-align: center;
  color: #999999; }
  @media screen and (max-width: 991px) {
    .footer-bottom {
      padding: 0 0 25px; } }

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

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #2f2f2f; }

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 {
  background-color: #282828; }
  @media screen and (max-width: 991px) {
    .page-header {
      padding: 20px 0;
      background-color: #000; } }
  .page-header .container-fluid {
    padding: 0; }
  .page-header .phones {
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .page-header .phones {
        margin-right: 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; }

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

.logo-wrapper {
  width: 260px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #000; }
  @media screen and (max-width: 991px) {
    .logo-wrapper {
      width: auto;
      padding: 0; } }

.main-menu {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

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

.nav-item:not(:last-child) {
  margin-right: 130px; }
  @media screen and (max-width: 1450px) {
    .nav-item:not(:last-child) {
      margin-right: 100px; } }

.menu-link {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-transform: uppercase; }

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

.menu-link:hover {
  color: #1fa2ac; }

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

.phones {
  padding-left: 30px;
  background: url("img/phone.png") left 5px no-repeat; }
  @media screen and (max-width: 380px) {
    .phones {
      padding-left: 0;
      background: none; } }

.phone {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff; }

.phone:hover {
  color: #1fa2ac; }

.phones-link {
  color: #1fa2ac;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1; }
  .phones-link:hover {
    color: #1fa2ac;
    text-decoration: underline; }
  @media screen and (max-width: 991px) {
    .phones-link {
      display: none; } }

.mob-menu {
  display: none; }

.mob-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 40px 15px 20px;
  background-color: #1fa2ac;
  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 {
  background: transparent;
  border: none;
  text-decoration: underline; }

.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: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(img/menu.png) center/20px 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: #1fa2ac;
    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: #1fa2ac; } }
    @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 {
  padding: 120px 0 95px;
  background: url("img/bg1.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .fs-section {
      padding: 30px 0 300px;
      background: url("img/bg1-tablet.jpg") center bottom no-repeat #000; } }

.main-header {
  position: relative;
  margin-bottom: 15px;
  font-size: 51px;
  color: #1fa2ac;
  font-weight: 300;
  line-height: 1.2; }
  .main-header::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    margin: 20px 0 35px;
    background-color: #1fa2ac; }
  @media screen and (max-width: 480px) {
    .main-header {
      font-size: 36px; } }
  @media screen and (max-width: 380px) {
    .main-header {
      font-size: 30px; } }

.main-subheader {
  margin-bottom: 35px;
  line-height: 1.3;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .main-subheader {
      font-size: 16px;
      max-width: 250px; }
      .main-subheader br {
        display: none; } }

.call-btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  width: 240px;
  padding: 18px;
  color: #fff;
  background-color: #1fa2ac;
  border: none;
  text-align: center;
  line-height: 1; }
  .call-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }
  .call-btn:hover {
    transform: translateX(5px); }
  @media screen and (max-width: 380px) {
    .call-btn {
      width: 100%; } }

.btn-text {
  margin-top: 15px;
  font-size: 15px;
  font-style: italic;
  color: #999999; }
  @media screen and (max-width: 991px) {
    .btn-text {
      max-width: 220px; } }

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

.rep-header {
  margin-bottom: 45px; }
  @media screen and (max-width: 575px) {
    .rep-header br {
      display: none; } }

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

@media screen and (max-width: 991px) {
  .rep-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; } }

.rep-card {
  padding: 50px 25px 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  transition: all 0.4s; }
  @media screen and (max-width: 767px) {
    .rep-card {
      max-width: 350px;
      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: 250px; }

@media screen and (max-width: 480px) {
  .rep-img {
    max-width: 250px; } }

.rep-text {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
  transition: all 0.4s; }

.rep-slider .slick-prev,
.rep-slider .slick-next {
  top: -175px; }
  @media screen and (max-width: 1199px) {
    .rep-slider .slick-prev,
    .rep-slider .slick-next {
      top: -150px; } }
  @media screen and (max-width: 991px) {
    .rep-slider .slick-prev,
    .rep-slider .slick-next {
      top: -120px; } }
  @media screen and (max-width: 767px) {
    .rep-slider .slick-prev,
    .rep-slider .slick-next {
      top: 50%;
      transform: translateY(-50%); } }

.rep-slider .slick-next {
  right: 15px; }
  @media screen and (max-width: 480px) {
    .rep-slider .slick-next {
      right: initial;
      left: calc(50% + 130px); }
      .rep-slider .slick-next::after {
        border-color: #fff !important; } }
  @media screen and (max-width: 380px) {
    .rep-slider .slick-next {
      left: calc(50% + 115px); } }

.rep-slider .slick-prev {
  display: none !important; }
  @media screen and (max-width: 1199px) {
    .rep-slider .slick-prev {
      display: block !important;
      right: 50px;
      left: initial; } }
  @media screen and (max-width: 767px) {
    .rep-slider .slick-prev {
      left: 15px;
      right: initial; } }
  @media screen and (max-width: 480px) {
    .rep-slider .slick-prev {
      left: calc(50% - 150px); }
      .rep-slider .slick-prev::after {
        border-color: #fff !important; } }
  @media screen and (max-width: 380px) {
    .rep-slider .slick-prev {
      left: calc(50% - 135px); } }

.rep-bottom {
  margin-top: 40px;
  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: 1199px) {
    .rep-bottom {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      max-width: 395px;
      margin: 20px auto 0; } }
  @media screen and (max-width: 991px) {
    .rep-bottom {
      margin-top: 50px; } }

.rep-not-found {
  font-size: 18px;
  color: #1fa2ac;
  line-height: 1.2; }
  @media screen and (max-width: 1199px) {
    .rep-not-found {
      margin-bottom: 25px; } }
  @media screen and (max-width: 480px) {
    .rep-not-found br {
      display: none; } }

.rep-consult {
  font-weight: 300; }
  @media screen and (max-width: 480px) {
    .rep-consult br {
      display: none; } }

.rep-bottom-sep {
  width: 18px;
  height: 31px;
  background: url("img/rep-bottom-arrow.png") center no-repeat; }
  @media screen and (max-width: 1199px) {
    .rep-bottom-sep {
      display: none; } }

.rep-bottom-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1450px) {
    .rep-bottom-info {
      -ms-flex-direction: column;
          flex-direction: column; }
      .rep-bottom-info .rep-phone {
        margin-bottom: 10px; }
      .rep-bottom-info .rep-btn {
        margin-left: 0; } }
  @media screen and (max-width: 1199px) {
    .rep-bottom-info {
      -ms-flex-align: start;
          align-items: flex-start; }
      .rep-bottom-info .rep-phone {
        margin-top: 5px;
        margin-bottom: 25px; } }

.rep-phone {
  font-size: 24px;
  color: #2f2f2f; }
  .rep-phone:hover {
    color: #1fa2ac; }

.rep-btn {
  margin-left: 40px; }
  @media screen and (max-width: 991px) {
    .rep-btn {
      margin-left: 0;
      margin-top: 15px; } }

.go-section {
  padding: 120px 0 90px;
  background: url("img/bg2.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .go-section {
      padding: 550px 0 80px;
      background: url("img/bg2-tablet.jpg") center top/cover no-repeat #282828; } }
  @media screen and (max-width: 480px) {
    .go-section {
      position: relative;
      padding-top: 380px;
      background: url("img/bg2-tablet.jpg") center top/480px no-repeat #282828; }
      .go-section::after {
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("img/hotpoint-bg.png") center no-repeat; } }

.discount-header,
.go-header {
  margin-bottom: 40px;
  font-size: 48px;
  color: #1fa2ac;
  font-weight: 300; }
  .discount-header sup,
  .go-header sup {
    font-size: 30px;
    left: -10px;
    top: -20px; }
  @media screen and (max-width: 1199px) {
    .discount-header,
    .go-header {
      font-size: 36px; }
      .discount-header sup,
      .go-header sup {
        font-size: 20px;
        top: -15px; } }
  @media screen and (max-width: 991px) {
    .discount-header,
    .go-header {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .discount-header,
    .go-header {
      margin-bottom: 25px;
      font-size: 28px; }
      .discount-header sup,
      .go-header sup {
        top: -10px;
        left: -5px;
        font-size: 16px; } }
  @media screen and (max-width: 380px) {
    .discount-header,
    .go-header {
      font-size: 22px; }
      .discount-header sup,
      .go-header sup {
        left: -5px; } }

.discount-text,
.go-text {
  max-width: 49%;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #fff; }
  @media screen and (max-width: 1199px) {
    .discount-text br,
    .go-text br {
      display: none; } }
  @media screen and (max-width: 767px) {
    .discount-text,
    .go-text {
      max-width: none; } }
  @media screen and (max-width: 480px) {
    .discount-text,
    .go-text {
      font-size: 16px; } }

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

.price-main-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 575px) {
    .price-main-header {
      margin-bottom: 30px; } }

.price-card {
  position: relative;
  height: 100%;
  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) {
    .price-card {
      max-width: 350px;
      margin: 0 auto; } }

.price-info {
  min-height: 125px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: 35px;
  right: 50px;
  left: 50px; }
  @media screen and (max-width: 1500px) {
    .price-info {
      left: 20px;
      right: 20px;
      bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .price-info {
      max-height: none;
      text-align: center; } }
  @media screen and (max-width: 380px) {
    .price-info {
      left: 50px;
      right: 50px; } }

.price-header {
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff; }
  @media screen and (max-width: 380px) {
    .price-header {
      font-size: 14px; } }

.price-text {
  margin-bottom: 15px;
  font-weight: 300;
  color: #999999;
  font-size: 14px; }
  @media screen and (max-width: 380px) {
    .price-text {
      font-size: 12px; } }

.price {
  padding-left: 25px;
  padding-bottom: 2px;
  background: url("img/price-label.png") left center no-repeat;
  font-weight: 300;
  color: #1fa2ac; }
  @media screen and (max-width: 480px) {
    .price {
      display: table;
      margin: 0 auto; } }

.price-slider .slick-prev,
.price-slider .slick-next {
  top: -175px; }
  @media screen and (max-width: 1199px) {
    .price-slider .slick-prev,
    .price-slider .slick-next {
      top: -150px; } }
  @media screen and (max-width: 991px) {
    .price-slider .slick-prev,
    .price-slider .slick-next {
      top: -120px; } }
  @media screen and (max-width: 767px) {
    .price-slider .slick-prev,
    .price-slider .slick-next {
      top: 50%;
      transform: translateY(-50%); } }

.price-slider .slick-next {
  right: 15px; }
  @media screen and (max-width: 480px) {
    .price-slider .slick-next {
      right: initial;
      left: calc(50% + 130px); }
      .price-slider .slick-next::after {
        border-color: #fff !important; } }
  @media screen and (max-width: 380px) {
    .price-slider .slick-next {
      left: calc(50% + 115px); } }

.price-slider .slick-prev {
  right: 95px;
  left: initial; }
  @media screen and (max-width: 1199px) {
    .price-slider .slick-prev {
      right: 50px; } }
  @media screen and (max-width: 767px) {
    .price-slider .slick-prev {
      left: 15px;
      right: initial; } }
  @media screen and (max-width: 480px) {
    .price-slider .slick-prev {
      left: calc(50% - 150px); }
      .price-slider .slick-prev::after {
        border-color: #fff !important; } }
  @media screen and (max-width: 380px) {
    .price-slider .slick-prev {
      left: calc(50% - 135px); } }

.feat-card {
  height: 100%;
  padding: 50px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #1fa2ac; }
  @media screen and (max-width: 1450px) {
    .feat-card {
      padding: 40px; } }
  @media screen and (max-width: 1199px) {
    .feat-card {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 991px) {
    .feat-card {
      padding: 40px 20px;
      max-width: 350px;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .feat-card {
      -ms-flex-align: center;
          align-items: center; } }

.feat-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%; }

.feat-img {
  margin-right: 35px; }
  @media screen and (max-width: 1199px) {
    .feat-img {
      margin-right: 0;
      margin-bottom: 20px; } }

.feat-header {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .feat-header {
      font-size: 25px;
      text-align: center; } }

.feat-text {
  margin-bottom: 20px;
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .feat-text {
      text-align: center; } }

.feat-label {
  padding-left: 30px;
  color: #fff;
  text-transform: uppercase;
  background: url("img/feat-label.png") left center no-repeat; }
  @media screen and (max-width: 480px) {
    .feat-label {
      display: table;
      margin: 0 auto; } }

.feat-slider {
  margin-top: 25px; }
  .feat-slider .slick-prev,
  .feat-slider .slick-next {
    top: 45%; }
    .feat-slider .slick-prev::after,
    .feat-slider .slick-next::after {
      border-color: #fff; }
  .feat-slider .slick-prev {
    left: 20px; }
    @media screen and (max-width: 480px) {
      .feat-slider .slick-prev {
        left: calc(50% - 150px); } }
    @media screen and (max-width: 380px) {
      .feat-slider .slick-prev {
        left: calc(50% - 135px); } }
  .feat-slider .slick-next {
    right: 20px; }
    @media screen and (max-width: 480px) {
      .feat-slider .slick-next {
        right: initial;
        left: calc(50% + 130px); }
        .feat-slider .slick-next::after {
          border-color: #fff !important; } }
    @media screen and (max-width: 380px) {
      .feat-slider .slick-next {
        left: calc(50% + 115px); } }

.steps-section {
  padding: 50px 0 70px; }
  @media screen and (max-width: 991px) {
    .steps-section {
      padding: 40px 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 .slick-prev,
.steps-slider .slick-next {
  top: 30%; }

.steps-slider .slick-prev {
  left: 30px; }

.steps-slider .slick-next {
  right: 30px; }

.step-card {
  margin-bottom: 45px;
  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 20px; } }

.step-num {
  position: relative;
  color: #1fa2ac;
  font-weight: 300;
  line-height: 1;
  font-size: 51px; }
  .step-num::after {
    content: '/';
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    color: #1fa2ac;
    font-size: 35px;
    font-weight: 300; }

.step-info {
  margin-top: 10px;
  margin-left: 35px; }

.step-header {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2; }

.step-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.3; }
  @media screen and (max-width: 380px) {
    .step-text {
      font-size: 12px; } }

.feat-price-slider {
  margin-top: 50px; }
  .feat-price-slider .slick-slide {
    padding: 0; }

.discount-section {
  padding: 90px 0;
  background: url("img/bg3.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .discount-section {
      padding: 580px 0 80px;
      background: url("img/bg3-tablet.jpg") center top/768px no-repeat #1E1E1E; } }
  @media screen and (max-width: 480px) {
    .discount-section {
      position: relative;
      padding-top: 380px;
      background: url("img/bg3-tablet.jpg") center top/480px no-repeat #1E1E1E; }
      .discount-section::after {
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("img/hotpoint-bg2.png") center bottom/contain no-repeat; } }

.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: 98%; }

.stories-slider .slick-prev {
  left: 15px; }

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

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

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

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

.img-text {
  position: absolute;
  bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  line-height: 1; }
  .img-text.before {
    left: calc(25% - 27px); }
    @media screen and (max-width: 480px) {
      .img-text.before {
        left: calc(25% - 11px); } }
  .img-text.after {
    background-color: #1fa2ac;
    left: calc(75% - 43px); }
    @media screen and (max-width: 480px) {
      .img-text.after {
        left: calc(75% - 26px); } }
  @media screen and (max-width: 480px) {
    .img-text {
      padding: 5px;
      font-size: 12px; } }

.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% - 15px);
  margin-right: 15px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  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: 7px;
    width: 100%;
    border-bottom: .1em dotted #999; }
  @media screen and (max-width: 480px) {
    .info-header {
      width: 100%;
      margin-right: 0; } }

.info-text {
  font-size: 18px; }
  @media screen and (max-width: 1199px) {
    .info-text {
      font-size: 16px; } }

.device {
  color: #1fa2ac; }

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

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

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

.feed-slide {
  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: 40px;
  background-color: #fff;
  box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.07);
  border: 2px solid #f0f0f0; }
  @media screen and (max-width: 1450px) {
    .feed-slide {
      padding: 20px; } }
  @media screen and (max-width: 991px) {
    .feed-slide {
      max-width: 350px;
      margin: 0 auto 20px; } }

.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: 40px; }
  @media screen and (max-width: 1199px) {
    .feed-avatar {
      position: absolute;
      right: 20px;
      margin-right: 0; } }

.feed-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px; }
  @media screen and (max-width: 1199px) {
    .feed-name {
      margin-top: 10px;
      margin-right: 110px; } }

.feed-text {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px; }
  @media screen and (max-width: 1199px) {
    .feed-text {
      margin-right: 110px; } }
  @media screen and (max-width: 380px) {
    .feed-text {
      font-size: 12px;
      line-height: 1.2; } }

.feed-bottom {
  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: #1fa2ac; }

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

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

.faq-section-header {
  margin-bottom: 65px; }
  @media screen and (max-width: 575px) {
    .faq-section-header {
      margin-bottom: 30px; } }

.faq-block {
  margin-bottom: 15px;
  background-color: #f0f0f0;
  overflow: hidden; }

.faq-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 25px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  background-color: #f0f0f0;
  cursor: pointer; }
  .faq-toggle::before {
    content: '';
    display: block;
    width: 3px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background-color: #1fa2ac;
    transition: all 0.4s; }

.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'] {
  position: relative;
  color: #fff;
  background-color: #000; }
  .faq-toggle[aria-expanded='true']::before {
    opacity: 1; }

.faq-toggle[aria-expanded='true']::after {
  top: 45%;
  transform: rotate(-135deg);
  border-bottom: 2px solid #1fa2ac;
  border-right: 2px solid #1fa2ac; }

.faq-num {
  display: block;
  margin-right: 15px;
  background-color: #1fa2ac;
  width: 5px;
  height: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.faq-body {
  padding: 0 25px 25px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  background-color: #000;
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .faq-body {
      padding-left: 25px; } }
  @media screen and (max-width: 767px) {
    .faq-body {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .faq-body {
      padding: 0 15px 15px; } }

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

@media screen and (max-width: 767px) {
  .faq-toggle {
    padding: 25px 15px;
    line-height: 1.2; }
  .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-align: center;
      align-items: center;
  margin-top: 35px; }
  @media screen and (max-width: 991px) {
    .faq-btn-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }

.faq-btn {
  width: 390px;
  border-color: #1fa2ac;
  background-color: #1fa2ac;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .faq-btn {
      max-width: 380px;
      width: 100%; } }
  @media screen and (max-width: 380px) {
    .faq-btn {
      font-size: 16px; } }

.faq-btn-text {
  margin-left: 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #999999;
  line-height: 1.2; }
  @media screen and (max-width: 991px) {
    .faq-btn-text {
      margin-left: 0;
      margin-top: 15px; } }
  @media screen and (max-width: 480px) {
    .faq-btn-text {
      text-align: left; } }
  @media screen and (max-width: 380px) {
    .faq-btn-text {
      font-size: 14px; } }
      
      
      
     .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;
    }
}


