body {
  color: #112334;
  background-color: #075085;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

h1 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15rem;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 2rem 2rem 2rem 5rem;
  font-size: 18px;
  line-height: 22px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header {
  z-index: 10;
  color: #fff;
  padding: 1.4rem 2.5rem;
  transition: box-shadow .35s, background-color .35s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.header.acitve {
  background-color: #059cf1;
}

.section {
  z-index: 2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.section.hero-section {
  z-index: 5;
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.section.sup-section {
  z-index: 4;
  padding-top: 20rem;
}

.section.product-section {
  z-index: 1;
  padding-top: 26rem;
  padding-bottom: 12rem;
}

.section.izol-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.faq-section {
  background-color: #edf5f8;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.form-section {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero-container {
  position: static;
}

.container.white-bg {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-bottom: -17rem;
  padding-bottom: 10rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.container.sup-cont {
  padding-bottom: 37rem;
}

.container.form-container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 6rem;
}

.container.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #112334;
  padding: 3rem 2.5rem;
}

.full-size {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-size.product-img {
  object-fit: contain;
  object-position: 50% 50%;
}

.full-size.is-mobile, .full-size.hide {
  display: none;
}

.color-blue {
  color: #075085;
}

.hero-descr {
  z-index: 2;
  max-width: 75rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 3.4rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.btn {
  z-index: 2;
  min-width: 25rem;
  text-align: center;
  background-color: #075085;
  padding: 21px 26px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background-color .35s;
  position: relative;
}

.btn:hover {
  background-color: #059cf1;
}

.btn.submit-btn {
  min-width: 23rem;
  background-color: #059cf1;
}

.btn.submit-btn:hover {
  background-color: #075085;
}

.hero-items__wrap {
  z-index: 1;
  color: #fff;
  background-color: #075085;
  border-radius: 1rem;
  margin-top: 25rem;
  margin-bottom: -15rem;
  padding: 5rem;
  position: relative;
}

.hero-items__title {
  margin-bottom: 3.4rem;
  font-size: 2.1rem;
  font-weight: 700;
}

.hero-items {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.7rem;
  list-style-type: none;
  display: flex;
}

.hero-item {
  max-width: 25%;
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.hero-item.hide {
  display: none;
}

.hero-item__ico {
  flex: none;
}

.hero-image {
  z-index: 1;
  width: 100%;
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 6.8rem;
  left: auto;
  right: 0%;
}

.align-center {
  text-align: center;
}

.section-title__wrap {
  margin-bottom: 5rem;
}

.sup-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.sup-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  line-height: 1.6;
}

.sup-title__wrap {
  grid-column-gap: 2rem;
  color: #075085;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.sup-ico__block {
  width: 6rem;
  height: 6rem;
  background-color: #075085;
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sup-image {
  height: 100%;
  max-height: 24rem;
  position: absolute;
  top: auto;
  bottom: -.125rem;
  left: -.125rem;
  right: auto;
}

.white-bg {
  background-color: #fff;
}

.cryo-img {
  height: 100%;
  max-height: 24rem;
}

.cryo-img__wrap {
  justify-content: flex-end;
  margin-bottom: 5.5rem;
  display: flex;
  position: relative;
  right: -6rem;
}

.rich-text {
  font-size: 1.7rem;
}

.rich-text p {
  margin-bottom: 0;
}

.list-items {
  z-index: 1;
  max-width: 40rem;
  grid-row-gap: 1.7rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.7rem;
  list-style-type: none;
  display: flex;
  position: relative;
}

.list-item {
  grid-column-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.cryo-item__point {
  width: 1rem;
  height: 1rem;
  background-color: #059cf1;
  border-radius: 33%;
  flex: none;
}

.cryo-image__wrap {
  margin-bottom: 3rem;
  position: relative;
}

.cryo-list__image {
  width: 66%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -4%;
  transform: translate(0, -50%);
}

.small-title {
  font-size: 3.5rem;
}

.small-title.on-modal {
  width: 120%;
  margin-bottom: 3rem;
}

.quote-block {
  grid-row-gap: 1.8rem;
  color: #fff;
  background-color: #059cf1;
  border-radius: 1.2rem;
  flex-direction: column;
  margin-top: 3rem;
  padding: 2rem 2rem 2rem 5rem;
  display: flex;
  position: relative;
}

.quote-block.hide {
  display: none;
}

.quote-ico {
  width: 2rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.color-white {
  color: #fff;
}

.swiper.product-slider {
  position: relative;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide.product-slide {
  height: auto;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
}

.swiper-slide.product-slide.hide {
  display: none;
}

.product-image {
  width: 41.6667%;
  background-color: #edf5f8;
  flex: none;
  position: relative;
}

.product-block {
  flex: 1;
  padding: 6.4rem 6.4rem 6.4rem 6rem;
}

.mt-2 {
  margin-top: 2rem;
}

.plus-ico {
  width: 1.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mt-5 {
  margin-top: 5rem;
}

.slider-prev {
  z-index: 5;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-color: #075085;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 2rem;
  right: auto;
  transform: translate(0, -50%);
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.rotate {
  transform: rotate(180deg);
}

.slider-next {
  z-index: 5;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-color: #075085;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 2rem;
  transform: translate(0, -50%);
}

.slider-bg {
  position: relative;
}

.izol-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.izol-el__left {
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 6rem 1rem 6rem 4.4rem;
}

.izol-el__title {
  color: #075085;
  font-size: 2.1rem;
  font-weight: 700;
}

.izol-el__title.color-white {
  color: #fff;
}

.izol-items {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.7rem;
  list-style-type: none;
}

.izol-item {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.izol-el__lright {
  text-align: center;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 6rem 4.4rem 6rem 1rem;
  display: flex;
}

.izol-el__center {
  color: #fff;
  text-align: center;
  background-color: #059cf1;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  display: flex;
}

.izol-docs {
  color: #fff;
}

.izol-docs.mt-2.hide {
  display: none;
}

.izol-docs__title {
  margin-bottom: 2.4rem;
  font-size: 2.1rem;
  font-weight: 700;
}

.izol-doc__items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.izol-doc__item {
  grid-column-gap: 1.1rem;
  align-items: center;
  text-decoration: underline;
  transition: color .35s;
  display: flex;
}

.izol-doc__item:hover {
  color: #059cf1;
}

.doc-ico {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 3rem;
}

.faq-item.hide {
  display: none;
}

.faq-question {
  grid-column-gap: 2rem;
  color: #075085;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
}

.faq-answer {
  padding-top: 2rem;
}

.faq-ico {
  width: 1.2rem;
  height: 1.2rem;
  opacity: .7;
  flex: none;
  transition: transform .35s;
  transform: rotate(-45deg);
}

.faq-ico.active {
  transform: rotate(225deg);
}

.form-block {
  z-index: 1;
  width: 50%;
  margin-bottom: 0;
  position: relative;
}

.form-subtitle {
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  font-size: 1.7rem;
}

.form-field {
  height: 5.4rem;
  border: 1px solid #c6c6c6;
  margin-bottom: 1rem;
  padding: 1.6rem 2rem;
}

.form-field:focus {
  border-color: #c6c6c6;
}

.form-field.req:focus {
  border-color: red;
}

.submit-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.form-privacy {
  font-size: 1.3rem;
}

.form-bg__image {
  z-index: 0;
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  object-position: 100% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-bg__image.on-modal {
  width: 41.6%;
}

.footer-top {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid #989898;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 2rem;
  color: #989898;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact {
  font-size: 1.7rem;
  font-weight: 700;
}

.header-contact__wrap {
  grid-column-gap: 4.3rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
}

.nav-btn {
  width: 3rem;
  height: 2rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-line {
  height: .0625rem;
  background-color: #fff;
}

.sidebar-nav {
  z-index: 30;
  width: 36rem;
  max-width: 100vw;
  color: #fff;
  background-color: #059cf1;
  padding-top: 8rem;
  transition: transform .35s;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.sidebar-nav.active {
  transform: none;
}

.nav-close {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.close-line {
  width: 3rem;
  height: .0625rem;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  transform: rotate(45deg);
}

.close-line2 {
  width: 3rem;
  height: .0625rem;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-45deg);
}

.nav-items {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2rem;
  list-style-type: none;
  display: flex;
}

.nav-item {
  padding-left: 2rem;
  padding-right: 3rem;
  transition: background-color .35s;
}

.nav-item:hover {
  background-color: #fff;
}

.nav-item.hide {
  display: none;
}

.nav-item__link {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 2rem 4rem;
  transition: color .35s;
  display: block;
}

.modal-wrapper {
  z-index: 50;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-close {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-close__ico {
  z-index: 3;
  cursor: pointer;
  margin-top: 3rem;
  margin-right: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close__ico.is-mobile {
  display: none;
}

.rell {
  position: relative;
}

.footer_privacy {
  display: none;
}

.text-block {
  display: block;
}

.image {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    max-width: 44rem;
    font-size: 12rem;
  }

  .section.hero-section {
    padding-bottom: 6rem;
  }

  .section.sup-section {
    padding-top: 10rem;
  }

  .container {
    max-width: 720px;
  }

  .container.form-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .full-size {
    object-position: 50% 100%;
  }

  .full-size.on-hero {
    object-position: 80% 100%;
  }

  .full-size.is-mobile {
    display: block;
  }

  .hero-descr {
    margin-top: 2rem;
  }

  .btn.submit-btn {
    width: 50%;
    min-width: auto;
    flex: none;
  }

  .hero-items__wrap {
    margin-top: 22rem;
    margin-bottom: 0;
  }

  .hero-items {
    flex-direction: column;
  }

  .hero-item {
    max-width: none;
  }

  .hero-image {
    max-width: 80%;
    bottom: 346.9px;
  }

  .sup-items {
    grid-template-columns: 1fr 1fr;
  }

  .sup-image, .cryo-img {
    max-height: 13rem;
  }

  .cryo-image__wrap {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .cryo-list__image {
    width: 100%;
    position: static;
    transform: none;
  }

  .small-title.on-modal {
    width: 100%;
  }

  .swiper.product-slider {
    position: static;
  }

  .swiper-slide.product-slide {
    flex-direction: column;
  }

  .product-image {
    width: 100%;
    padding-bottom: 42%;
  }

  .slider-prev {
    top: auto;
    bottom: 0%;
    left: 50%;
    right: auto;
    transform: translate(-130%);
  }

  .slider-next {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 50%;
    transform: translate(130%);
  }

  .izol-block {
    grid-template-columns: 1.3fr .9fr 1fr;
  }

  .izol-el__left {
    padding-left: 2rem;
  }

  .izol-items {
    font-size: 1.4rem;
  }

  .izol-el__lright {
    padding-right: 2rem;
  }

  .izol-doc__items {
    grid-row-gap: 1rem;
    grid-template-columns: .8fr;
  }

  .form-block {
    width: 100%;
  }

  .form-bg__image {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .modal-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-close__ico.is-mobile {
    margin-top: 2rem;
    margin-right: 2rem;
    display: block;
  }

  .is-desktop {
    display: none;
  }

  .rell {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    bottom: 301.9px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 10rem;
  }

  .header, .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.hero-section {
    padding-top: 12rem;
  }

  .section.faq-section {
    padding-top: 8rem;
  }

  .section.full-s {
    padding-left: 0;
    padding-right: 0;
  }

  .container.white-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.sup-cont {
    padding-bottom: 22rem;
  }

  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-descr {
    font-size: 3.4rem;
  }

  .hero-items__wrap {
    margin-top: 14rem;
  }

  .hero-image {
    max-width: 120%;
    bottom: 379.2px;
    right: -25%;
  }

  .align-center {
    font-size: 3.2rem;
  }

  .section-title__wrap {
    margin-bottom: 3rem;
  }

  .sup-items {
    grid-template-columns: 1fr;
  }

  .sup-image, .cryo-img {
    max-height: 10rem;
  }

  .cryo-img__wrap {
    right: -.5rem;
  }

  .small-title {
    font-size: 3rem;
  }

  .product-image {
    padding-bottom: 62%;
  }

  .product-block {
    padding: 4rem 2rem;
  }

  .izol-block {
    grid-template-columns: 1.3fr .54fr .8fr;
  }

  .izol-el__left {
    padding-left: .8rem;
    padding-right: .6rem;
  }

  .izol-el__title {
    font-size: 1.4rem;
  }

  .izol-items {
    font-size: 1.2rem;
  }

  .izol-el__lright {
    padding-left: .6rem;
    padding-right: .8rem;
  }

  .izol-el__center {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .footer-bottom {
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .footer_privacy {
    width: 100%;
    text-align: center;
    order: 1;
  }
}

#w-node-_8267e239-7ef6-f1a8-5da5-7acbea7e7196-1652cde5, #w-node-_87fde3dc-3ad2-9aa0-d898-61d170627d25-1652cde5, #w-node-_576a287d-0b8a-337f-2e6e-1aa57e6e2dc5-1652cde5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5429d5da-dc7d-4c89-4e0e-7d1bef0c1896-1652cde5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_11daab9f-783e-69fe-19dd-064d8a96a113-1652cde5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e41405d8-6a05-7967-d067-196e7f131d3a-1652cde5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5429d5da-dc7d-4c89-4e0e-7d1bef0c1896-1652cde5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e41405d8-6a05-7967-d067-196e7f131d3a-1652cde5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
