body {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000000;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}

p {
  color: #000000;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 10px;
}

strong {
  font-weight: 800;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
  color: #000000;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.container {
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000000;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  line-height: 120%;
  color: #000000;
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 44px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

/* btns */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  border: 0;
  outline: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  text-decoration: none;
  background: transparent;
  text-align: center;
  user-select: none;
  border-radius: 10px;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  border: 0;
}

.btn:disabled, .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-blue {
  background: #C9ECF1;
}

.btn-rose {
  background: #FADBD4;
}

.btn-line span {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.btn-line span::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000000;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s;
}

.line-white,
.line-accent,
.line-gray {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.line-white::before,
.line-accent::before,
.line-gray::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s;
}

.line-white:hover:before,
.line-accent:hover:before,
.line-gray:hover:before {
  opacity: 0.5;
  transition: 0.5s;
}

/* end btns */
.top-banner {
  margin-top: 0;
  margin-bottom: 100px;
  max-width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .top-banner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.top-banner .bg-section {
  height: 567px;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .top-banner .bg-section {
    height: 100%;
  }
}

.top-banner .bg-section::before {
  background: #FFF;
  content: '';
  width: 100%;
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

.top-banner .container {
  position: relative;
  z-index: 4;
  min-height: 567px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .top-banner .container {
    min-height: auto;
    margin-top: 40px;
  }
}

.top-banner .top-banner-bg {
  height: 567px;
  width: 1920px;
  max-width: 1920px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}

@media (min-width: 1921px) {
  .top-banner .top-banner-bg {
    left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
}

.top-banner .top-banner-img {
  height: 427px;
  width: 1920px;
  max-width: 1920px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 3;
}

@media (min-width: 1921px) {
  .top-banner .top-banner-img {
    left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1199px) {
  .top-banner .top-banner-img {
    display: none;
  }
}

.title-bl {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  line-height: normal;
}

@media (max-width: 991px) {
  .title-bl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.subtitle {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 785px;
  margin: 0 auto 52px;
}

@media (max-width: 991px) {
  .subtitle {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

.top-banner-wrapper {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .top-banner-wrapper {
    flex-wrap: wrap;
  }
}

.top-banner-wrapper ul {
  max-width: 308px;
  margin: 0;
  padding: 0 0 0 22px;
}

@media (max-width: 991px) {
  .top-banner-wrapper ul {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}

.top-banner-wrapper ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.top-banner-wrapper .top-banner-text {
  max-width: 720px;
}

@media (max-width: 1199px) {
  .top-banner-wrapper .top-banner-text {
    max-width: 100%;
    width: calc(100% - 330px);
  }
}

@media (max-width: 991px) {
  .top-banner-wrapper .top-banner-text {
    width: 100%;
  }
}

.top-banner-wrapper .top-banner-text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.products-wrapper {
  margin-bottom: 100px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .products-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.product-card {
  width: 49%;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .product-card {
    width: 100%;
  }
}

.product-card::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #c9ecf1 0%, #fae8e0 100%);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.14;
}

.product-card-inner {
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .product-card-inner {
    padding: 20px 10px;
  }
}

.product-card-title {
  font-size: 36px;
  line-height: 1;
  color: #615D7C;
  font-weight: 600;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .product-card-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.product-card-image {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}

@media (max-width: 991px) {
  .product-card-image {
    height: 300px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .product-card-image img {
    max-width: 300px;
    height: auto;
  }
}

.product-card-block {
  max-width: 377px;
  margin: 0 auto;
}

.product-card-block p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product-card-block p {
    margin-bottom: 16px;
  }
}

.product-card-block p.font-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.product-card-btns {
  margin-top: 10px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .product-card-btns {
    flex-wrap: wrap;
  }
}

.product-card-btns .btn {
  margin: 0 6px;
}

@media (max-width: 1199px) {
  .product-card-btns .btn {
    width: 100%;
    margin: 6px 0;
  }
}

.advantages {
  width: 100%;
  position: relative;
  padding: 10px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .advantages {
    margin-bottom: 50px;
  }
}

.advantages .bg-section {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.advantages .bg-section::before {
  background: #FDEAE0;
  content: '';
  width: 100%;
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

.advantages .advantages-bg {
  height: 567px;
  width: 1920px;
  max-width: 1920px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}

.advantages .advantages-img {
  width: 568px;
  height: auto;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -954px;
  z-index: 3;
}

@media (min-width: 1921px) {
  .advantages .advantages-img {
    margin-right: 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .advantages .advantages-img {
    display: none;
  }
}

.advantages .container {
  position: relative;
  z-index: 4;
  min-height: 300px;
  padding-top: 75px;
}

@media (max-width: 991px) {
  .advantages .container {
    padding-top: 40px;
  }
}

.advantages-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

@media (max-width: 991px) {
  .advantages-wrap {
    padding-bottom: 40px;
  }
}

.advantage-item {
  width: 30%;
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .advantage-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .advantage-item {
    width: 100%;
    margin-bottom: 14px;
  }
}

.advantage-item img {
  width: 23px;
  height: auto;
}

.advantage-item p {
  width: calc(100% - 33px);
  margin-left: 10px;
}

.text-bl-rose {
  max-width: 552px;
  font-size: 24px;
  line-height: 38px;
  color: #F39189;
  font-weight: bold;
  margin-left: 50px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .text-bl-rose {
    margin-left: 0;
    margin-bottom: 30px;
    padding-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .text-bl-rose {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.text-bl-rose p {
  color: #F39189;
}

.text-list {
  max-width: 588px;
}

@media (max-width: 1199px) {
  .text-list {
    max-width: 100%;
  }
}

.text-list p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 24px;
}

.main-text-bl {
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .main-text-bl {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .main-text-bl {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.video-main-slider {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 60px;
}

.video-main-slider::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #c9ecf1 0%, #fae8e0 100%);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.14;
}

.video-main-slider-inner {
  background: #E6F2F2;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .video-main-slider-inner {
    flex-wrap: wrap;
  }
}

.video-slider {
  max-width: 576px;
  width: 100%;
}

@media (max-width: 1199px) {
  .video-slider {
    max-width: 100%;
    height: 400px;
  }
}

@media (max-width: 600px) {
  .video-slider {
    height: 300px;
  }
}

@media (max-width: 400px) {
  .video-slider {
    height: 250px;
  }
}

.video-slider .swiper-container {
  height: 100%;
}

.video-slider-text {
  width: calc(100% - 576px);
  padding: 48px 57px 48px 38px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .video-slider-text {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}

@media (max-width: 767px) {
  .video-slider-text {
    padding: 20px 15px;
  }
}

.video-slider-text .date {
  font-size: 14px;
  color: #343434;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .video-slider-text .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.video-slider-text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .video-slider-text .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.video-slider-text .text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.video-slider-text .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.video-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-block .cover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.video-block .play {
  width: 114px;
  height: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -57px;
  margin-left: -57px;
}

@media (max-width: 767px) {
  .video-block .play {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
  }
}

.video-slider-text {
  position: relative;
}

@media (max-width: 991px) {
  .video-slider-text .swiper-pagination {
    bottom: 12px;
  }
}

.swiper-pagination {
  width: 100%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #F39189;
  opacity: 1;
  margin: 0 7px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #CAE7EE;
}

.video-ups-wrapper {
  margin-bottom: 170px;
}

@media (max-width: 991px) {
  .video-ups-wrapper {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .video-ups-wrapper {
    margin-bottom: 50px;
  }
}

.video-ups-wrapper .swiper-wrapper {
  padding-bottom: 20px;
}

.video-ups-top {
  justify-content: space-between;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .video-ups-top {
    align-items: center;
  }
}

.video-ups-top .title-ups {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .video-ups-top .title-ups {
    font-size: 20px;
  }
}

.video-ups-top .swiper-navigation {
  width: 110px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .video-ups-top .swiper-navigation {
    width: 60px;
  }
}

.video-ups-top .swiper-button-next,
.video-ups-top .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 24px;
  margin: 0;
}

@media (max-width: 767px) {
  .video-ups-top .swiper-button-next,
  .video-ups-top .swiper-button-prev {
    width: 20px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .video-ups-top .swiper-button-next img,
  .video-ups-top .swiper-button-prev img {
    width: 20px;
    height: auto;
  }
}

.video-ups-item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.video-ups-item .video-block {
  height: 186px;
}

.video-ups-item .video-block .play {
  width: 54px;
  height: 54px;
  margin-top: -27px;
  margin-left: -27px;
}

.video-ups-block {
  padding: 32px 20px 20px 20px;
}

.video-ups-block .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #343434;
}

.video-ups-block .date {
  color: #343434;
  font-size: 14px;
}

.inform {
  margin-bottom: 97px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .inform {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.inform-block {
  width: 48%;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .inform-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.inform-block ul {
  margin: 55px 0 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .inform-block ul {
    margin: 25px 0 0 0;
  }
}

.inform-block ul li {
  list-style: none;
  position: relative;
  padding: 0 0 25px 33px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .inform-block ul li {
    font-size: 16px;
    padding: 0 0 20px 33px;
  }
}

.inform-block ul li:before {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/icon-check-v2.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.inform-block::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #c9ecf1 0%, #fae8e0 100%);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.14;
}

.inform-block .title-bl {
  margin-bottom: 12px;
}

.inform-block .subtext {
  font-size: 14px;
  text-align: center;
  margin-bottom: 28px;
}

.inform-block-inner {
  background: #FFF;
  border-radius: 20px;
  padding: 45px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .inform-block-inner {
    padding: 20px 10px;
  }
}

.inform-icons {
  flex-wrap: wrap;
  justify-content: space-between;
}

.inform-item {
  width: 49%;
  border: 1px solid #CAE7EE;
  padding: 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.inform-item-icon {
  display: flex;
  width: 67px;
  height: 67px;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

.inform-item-text {
  font-size: 18px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .inform-item-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.bg-gray {
  background: #333333;
  color: #fff;
}

.info-bl {
  padding: 92px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .info-bl {
    padding: 50px 0;
  }
}

.info-bl-text {
  max-width: 513px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
}

@media (max-width: 991px) {
  .info-bl-text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.info-bl-block {
  max-width: 748px;
  width: 100%;
}

.info-bl-group {
  margin-bottom: 46px;
}

.info-bl-group .label {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
}

@media (max-width: 991px) {
  .info-bl-group .label {
    font-size: 20px;
    line-height: 28px;
  }
}

.info-bl-group .phone {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

@media (max-width: 991px) {
  .info-bl-group .phone {
    font-size: 20px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=style.css.map */