
/**/
.top-block {
  background: url(/assets/static/pages/main/img.v2/top.webp), #3c3c3b;
  background-size: cover;
  border-radius: 4px;
  padding: 3.43rem;
  color: #F9FAFC
}

.top-block__title {
  font-weight: 700;
  margin-bottom: 1.71rem;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em
}

.top-block__title h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em;
  display: inline;
  margin-bottom: 0
}

.top-block__subtitle {
  width: 43rem;
  font-size: 1.86rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 1.71rem
}

.top-block__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 2rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4)
}

.top-block__price {
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.04em
}

.top-block__price-text {
  font-size: 1.86rem
}

.top-block__price-unit {
  font-size: 2.8rem
}

.top-block__list {
  list-style: none
}

.top-block__list li {
  position: relative;
  margin-bottom: 1.71rem;
  padding-left: 2.6rem
}

.top-block__list li:before {
  content: '\2014';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 2rem;
  color: #F9FAFC
}

@media (max-width: 639px) {
  .top-block {
    background: url(/assets/static/pages/main/img.v2/topMob.webp), #3c3c3b;
    background-size: cover;
    padding: 6rem 2rem
  }

  .top-block__title {
    font-size: 4rem;
    margin-bottom: 3rem
  }

  .top-block__title h1 {
    font-size: 4rem
  }

  .top-block__first-title {
    font-size: 3rem;
    margin-bottom: 3rem
  }

  .top-block__subtitle {
    width: 100%;
    font-size: 2.25rem;
    margin-bottom: 2.5rem
  }

  .top-block__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0
  }

  .top-block__price {
    font-size: 4rem
  }

  .top-block__price-text {
    font-size: 2.25rem
  }
}

.okno-mount__block {
  display: flex;
  justify-content: space-between;
  margin: 2.3rem 0
}

.okno-mount__item {
  width: 33%
}

.okno-mount__item-img {
  margin-bottom: 1.14rem
}

.okno-mount__item-img img {
  display: block;
  width: 4rem;
  height: auto
}

.okno-mount__item-text {
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 500
}

.okno-mount__item-ext {
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 116%;
  margin-top: 0.5rem
}

.okno-mount__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 1rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4)
}

.okno-mount__item-quest {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative
}

.okno-mount__item-quest-ico {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/static/pages/okna.v3/img/icoQuest16.svg);
  background-size: cover;
  cursor: pointer;
  transition: all .2s ease
}

.okno-mount__item-hint {
  position: absolute;
  display: none;
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 320px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  transition: all .2s ease;
  cursor: initial
}

.okno-mount__item-hint:after {
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: calc(50% - 7px);
  z-index: -1
}

.okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after,
.okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
  right: auto;
  left: -7px
}

.okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
  left: 32px;
  top: -64px
}

.okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
  left: 32px;
  top: -56px
}

.okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
  right: 32px;
  top: -66px
}

.okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
  right: 32px;
  top: -44px
}

.okno-mount__block.is-hint-opened .okno-mount__item:not(.okno-mount__item_active) {
  opacity: 0.4
}

.okno-mount__block.is-hint-opened .okno-mount__item:not(.okno-mount__item_active) .okno-mount__item-quest {
  pointer-events: none
}

.okno-mount__item.okno-mount__item_active .okno-mount__item-quest-ico {
  background: url(/assets/static/pages/okna.v3/img/icoX16.svg);
  background-size: cover
}

.okno-mount__item.okno-mount__item_active .okno-mount__item-hint {
  display: block;
  z-index: 10
}

@media (max-width: 639px) {
  .okno-mount__block {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 0
  }

  .okno-mount__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    position: relative
  }

  .okno-mount__item-text .accent {
    display: inline
  }

  .okno-mount__item-text {
    font-size: 2.25rem;
    text-align: left
  }

  .okno-mount__item-ext {
    font-size: 2.125rem;
    margin-top: 1rem
  }

  .okno-mount__item-img img {
    width: 48px;
    min-width: 48px
  }

  .okno-mount__item-img {
    margin-bottom: 0;
    margin-right: 2rem
  }

  .okno-mount__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0
  }

  .okno-mount__item-quest {
    position: inherit
  }

  .okno-mount__item-hint {
    width: 100%
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
    left: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
    left: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
    right: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
    right: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__item-hint:after {
    content: '';
    top: -7px;
    z-index: -1
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after {
    right: auto;
    left: 212px
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
    right: auto;
    left: 175px
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint:after {
    right: auto;
    left: 180px
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint:after {
    right: auto;
    left: 264px
  }
}

.profiles-block .fo-block__quot {
  margin: -8px 0 -8px -8px
}

.profiles-block__item {
  padding-bottom: 1.71rem;
  padding-top: 1.71rem
}

.profiles-block__item-title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 500;
  margin: 1.5rem 0 1.71rem;
  position: relative;
  width: 100%
}

.profiles-block__item-title img {
  width: 1.5rem;
  height: auto;
  transition: all .2s ease
}

.profiles-block__item-title:hover img {
  transform: translateX(1.14rem)
}

.profiles-block__item-title:hover:after {
  background: transparent
}

.profiles-block__item-title:after {
  content: '';
  height: 2px;
  background: #F26422;
  position: absolute;
  bottom: -8%;
  left: 0;
  transition: all .2s ease
}

.profiles-block__item:nth-child(4) .profiles-block__item-title:after {
  width: 48%
}

.profiles-block__item:nth-child(2) .profiles-block__item-title:after {
  width: 76%
}

.profiles-block__item:nth-child(3) .profiles-block__item-title:after {
  width: 96%
}

.profiles-block__item:nth-child(1) .profiles-block__item-title:after {
  width: 71%
}

.profiles-block__item-rating-text {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 116%;
  opacity: 0.64;
  margin-top: 6px
}

.profiles-block__item-feat {
  font-weight: 500;
  font-size: 1.07rem;
  line-height: 148%;
  letter-spacing: 0.03em
}

.profiles-block__item-feat .profiles-block__item-feat-price {
  font-size: 1.21rem
}

.profiles-block__item-feat .profiles-block__item-feat-title {
  font-size: 1rem;
  opacity: 0.8
}

.profiles-block .fo-block__half {
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-right: 0
}
}

.profiles-block .fo-block__title {
  margin-bottom: 0
}

.profiles-block__feature {
  position: relative;
  margin-left: auto;
  width: 25.8rem;
  height: 100%
}

.profiles-block__feature.is-hint-opened .profiles-block__feature-hint-ico {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.profiles-block__feature.is-hint-opened .profiles-block__feature-hint {
  pointer-events: none
}

.profiles-block__feature.is-hint-opened .profiles-block__img {
  opacity: 0.64;
  filter: blur(4px)
}

.profiles-block__img {
  display: block;
  width: 25.8rem;
  height: 100%
}

.profiles-block__feature-hint {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 108%;
  font-weight: 500;
  max-width: 15rem
}

.profiles-block__feature-hint-title {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 132%;
  letter-spacing: 0.04em;
  opacity: 0.8;
  margin-bottom: 1rem
}

.profiles-block__feature-content {
  font-size: 1.5rem;
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #fff;
  width: calc(100% - 32px);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in
}

.profiles-block__feature-content.is--opened {
  opacity: 1;
  visibility: visible
}

.profiles-block__feature-content .profiles-block__feature-hint-title {
  opacity: 1
}

.profiles-block__feature-hint-ico {
  width: 2.29rem;
  height: 2.29rem;
  border-radius: 2.29rem;
  background-image: url(/assets/static/pages/okna.v3/img/icon-plus.svg);
  cursor: pointer;
  background-size: cover;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05)
}

.profiles-block__feature-hint-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer
}

.is--opened .profiles-block__feature-hint-close:after,
.is--opened .profiles-block__feature-hint-close:before {
  -webkit-animation: closeRotate .2s;
  animation: closeRotate .2s
}

.profiles-block__feature-hint-close:after,
.profiles-block__feature-hint-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -10px;
  display: block;
  height: 4px;
  border-radius: 4px;
  width: 17px;
  background-color: #F26422;
  cursor: pointer;
  -webkit-animation: closeRotate .2s 1;
  animation: closeRotate .2s 1
}

.profiles-block__feature-hint-close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.profiles-block__feature-hint:nth-child(1) {
  top: 12%;
  left: 31%
}

.profiles-block__feature-hint:nth-child(2) {
  top: 22%;
  left: 4%
}

.profiles-block__feature-hint:nth-child(3) {
  top: 46%;
  left: 17%
}

@media (max-width: 639px) {
  .profiles-block {
    flex-direction: column-reverse
  }

  .profiles-block__item {
    padding: 2rem
  }

  .profiles-block__item-title {
    font-size: 2.25rem;
    margin: 1rem 0 1.5rem
  }

  .profiles-block__item-title span {
    display: block
  }

  .profiles-block__item:nth-child(4) .profiles-block__item-title {
    /*margin-top:2.25rem;margin-bottom:2.75rem*/
  }

  .profiles-block__item-title img {
    width: 2.25rem
  }

  .profiles-block__item-title:after {
    display: none
  }

  .profiles-block__item-rating-text {
    font-size: 1.5rem
  }

  .profiles-block__item-feat {
    font-size: 1.6rem;
    width: calc(100% + 2rem)
  }

  .profiles-block__item-feat .profiles-block__item-feat-price {
    font-size: 1.625rem
  }

  .profiles-block__item-feat .profiles-block__item-feat-title {
    font-size: 10px;
    opacity: 0.8
  }

  .profiles-block__feature-hint-ico {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem
  }

  .profiles-block__feature {
    margin-left: auto;
    width: 34rem
  }

  .profiles-block__img {
    width: 34rem
  }

  .profiles-block__feature-hint-title {
    font-size: 2rem;
    line-height: 116%;
    margin-bottom: 1rem;
    width: auto;
    padding-right: 20px
  }

  .profiles-block__feature-content {
    font-size: 2rem
  }

  .profiles-block__items {
    background: url(/assets/static/pages/okna.v3/img/glass-looong-termo.webp), #EEF1F7;
    background-size: 34rem;
    background-repeat: no-repeat repeat;
    background-position: right 1rem top;
    background-blend-mode: soft-light
  }
}

.okno-termo {
  background: url(/assets/static/pages/okna.v3/img/glass-looong-termo.webp), #F0FAFF;
  background-size: 25.8rem;
  background-repeat: no-repeat repeat;
  background-position: right;
  position: relative
}

.okno-termo__content-wrap {
  width: 40.43rem;
  margin-left: -3.43rem;
  padding-left: 3.43rem;
  background: #F0FAFF
}

.okno-termo__char {
  display: flex;
  margin-top: 2rem;
  line-height: 116%
}

.medium.okno-termo__char-title {
  margin-bottom: 0.5rem
}

.okno-termo__char-img {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  margin-right: 1.5rem
}

.okno-termo__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 2rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4)
}

.okno-termo.is-hint-opened .okno-termo__content-wrap,
.okno-termo.is-hint-opened .okno-termo__btn,
.okno-termo.is-hint-opened .st-tpack__profile-hint:not(.is-opened) .st-tpack__profile-hint-ico {
  opacity: 0.64;
  filter: blur(4px);
  pointer-events: none
}

.st-tpack__profile-hints-wrap {
  position: absolute;
  width: 25.8rem;
  height: 100%;
  top: 0;
  right: 0
}

.st-tpack__profile-hint {
  position: absolute;
  max-width: 600px;
  width: 25%;
  z-index: 150
}

.st-tpack__profile-hint_1 {
  top: 20%;
  right: 18.5rem
}

.st-tpack__profile-hint_2 {
  top: 40%;
  right: 15.5rem
}

.st-tpack__profile-hint-ico {
  width: 2.29rem;
  height: 2.29rem;
  border-radius: 2.29rem;
  background-image: url(/assets/static/pages/okna.v3/img/icon-plus.svg);
  cursor: pointer;
  background-size: cover;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 100;
  transition: all .2s ease
}

.st-tpack__profile-hint-info {
  position: absolute;
  right: 114%;
  background: #fff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 16%);
  border-radius: 4px;
  padding: 16px;
  width: 39rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 150
}

.st-tpack__profile-hint_1 .st-tpack__profile-hint-info {
  top: -440%
}

.st-tpack__profile-hint_2 .st-tpack__profile-hint-info {
  top: -350%
}

.st-tpack__profile-hint-info:after {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: -5px
}

.st-tpack__profile-hint_1 .st-tpack__profile-hint-info:after {
  top: 11rem
}

.st-tpack__profile-hint_2 .st-tpack__profile-hint-info:after {
  top: 9rem
}

.is-opened .st-tpack__profile-hint-info {
  opacity: 1;
  visibility: visible
}

.is-opened .st-tpack__profile-hint-ico {
  transform: rotate(45deg)
}

.st-tpack__profile-hint-close {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 35px;
  height: 35px;
  z-index: 1000;
  text-align: center;
  cursor: pointer
}

.st-tpack__profile-hint-close:before {
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0px;
  margin-left: -10px;
  height: 4px;
  width: 17px;
  border-radius: 4px;
  background-color: #F26422;
  cursor: pointer
}

.st-tpack__profile-hint-close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0px;
  margin-left: -10px;
  height: 4px;
  width: 17px;
  border-radius: 4px;
  background-color: #F26422;
  cursor: pointer
}

.st-tpack__profile-hint-title {
  font-size: 1.5rem;
  font-weight: 500
}

.st-tpack__profile-hint-body {
  margin-top: 1rem;
  font-size: 1.29rem
}

.st-tpack__profile-hint-body p:last-child {
  margin: 0
}

@media (max-width: 639px) {
  .okno-termo {
    background: url(/assets/static/pages/okna.v3/img/glass-looong-termo.webp), #F0FAFF;
    background-size: 34rem;
    background-repeat: no-repeat repeat;
    background-position: right;
    box-shadow: 0px 0px 0px 40px rgba(240, 250, 255, 0.88) inset;
    -webkit-box-shadow: 0px 0px 0px 40px rgba(240, 250, 255, 0.88) inset;
    -moz-box-shadow: 0px 0px 0px 40px rgba(240, 250, 255, 0.88) inset
  }

  .okno-termo__content-wrap {
    background: linear-gradient(0deg, rgba(240, 250, 255, 0.88), rgba(240, 250, 255, 0.88));
    position: relative;
    width: calc(100% + 2rem);
    margin-left: -2rem;
    padding-left: 2rem
  }

  .okno-termo.is-hint-opened .okno-termo__content-wrap {
    opacity: 1;
    filter: none
  }

  .okno-termo.is-hint-opened .fo-block__title,
  .okno-termo.is-hint-opened .okno-termo__desc,
  .okno-termo.is-hint-opened .okno-termo__char {
    opacity: 0.64;
    filter: blur(4px)
  }

  .okno-termo__content-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40rem;
    display: block;
    width: 100%;
    height: 40rem;
    -webkit-box-shadow: 0px 1px 54px 30px rgba(240, 250, 255, 0.88) inset;
    -moz-box-shadow: 0px 1px 54px 52px rgba(240, 250, 255, 0.88) inset;
    box-shadow: 0px 1px 54px 52px rgba(240, 250, 255, 0.88) inset
  }

  .okno-termo__char {
    align-items: start;
    margin-top: 3rem
  }

  .okno-termo__char-img {
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    margin-right: 2rem
  }

  .okno-termo__char-title {
    margin-bottom: 1rem
  }

  .okno-termo__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 0;
    padding: 0
  }

  .st-tpack__profile-hints-wrap {
    position: inherit;
    top: auto;
    right: auto;
    height: 40rem;
    margin-left: auto
  }

  .st-tpack__profile-hint-ico {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem
  }

  .st-tpack__profile-hint_1 {
    top: 30%;
    right: 25.5rem
  }

  .st-tpack__profile-hint_2 {
    top: 60%;
    right: 21rem
  }

  .st-tpack__profile-hint_1 .st-tpack__profile-hint-info:after {
    top: -5px;
    left: 8.5rem
  }

  .st-tpack__profile-hint_2 .st-tpack__profile-hint-info:after {
    top: -5px;
    left: 13rem
  }

  .st-tpack__profile-hint-info {
    width: 38.875rem;
    padding-top: 32px
  }

  .st-tpack__profile-hint_1 .st-tpack__profile-hint-info {
    top: 6rem;
    left: -7rem
  }

  .st-tpack__profile-hint_2 .st-tpack__profile-hint-info {
    top: 6rem;
    left: -11.5rem
  }

  .okno-termo.is-hint-opened .st-tpack__profile-hint:not(.is-opened) .st-tpack__profile-hint-ico {
    opacity: 0;
    pointer-events: none
  }

  .st-tpack__profile-hint-title,
  .st-tpack__profile-hint-body,
  .st-tpack__profile-hint-subtitle {
    font-size: 2rem
  }
}


.our-works-block {
  position: relative;
  color: #F0FAFF;
  background: #3c3c3b;

}

.our-works-block .fo-block__title {
  position: absolute;
  top: 3.43rem;
  left: 3.43rem;
  z-index: 100;
}

.gallery-block__slider.our-works-block__slider {
  margin: 0;
}
.gallery-block__slider.our-works-block__slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.00) 59.03%);
    z-index: 1;
}

@media (max-width: 639px) {
  .our-works-block {
    padding: 5rem 2rem;
    background: #eef1f7;
    color: #3c3c3b;
  }

  .our-works-block .fo-block__title {
    position: unset;
    top: auto;
    left: auto;
  }
}

.video-items {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -12px;
}

.video-item {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  position: relative;
  margin: 12px;
  width: 269px;
  padding: 8px;
}

.video-item.show {
  display: block;
}

.video-item img {
  display: block;
  border-radius: 4px;
}

.video-item__caption {
  padding: 16px 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 132%;
  letter-spacing: 0.03em;
}

.video__item-img:hover {
  cursor: pointer;
}

.video__item-img:after {
    height: 64px;
    width: 64px;
    
    background: url(/assets/static/misc/icoPlay128.svg);
    background-size: 64px;
}
@media (max-width:639px) {
  
  .video-items {
  justify-content: center;
}

  .video-item {
    width: 100%;
    max-width: 500px;
    margin: 8px 12px;
  }  
}

@media (min-width: 1920px) {
   .video-items {
    margin: 1.71rem -0.86rem;
  }

  .video-item {
    border-radius: 4px;
    margin: 0.86rem;
    width: 19.2rem;
    padding: 0.57rem;
  }

  .video-item img {
    border-radius: 0.29rem;
  }

  .video-item__caption {
    padding: 1.14rem 0.57rem;
    font-size: 1.29rem;
  }

  .video__item-img:after {
    height: 4.57rem;
    width: 4.57rem;
    background-size: 4.57rem;
  }

}

.gallery-block__slider {
  margin: 2.9rem 0
}

.gallery-block__slide-img {
  border-radius: 4px;
  margin-bottom: 0;
  display: block
}

.gallery-block__slide-text {
  display: none;
  font-size: 1.21rem;
  line-height: 140%;
  width: 90%;
  margin: 0 auto
}

.gallery-block__slider-ctrl {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 104px;
  width: 100%
}

.gallery-block__slider-ctrl .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(/assets/static/misc/slider/ctrl-right.svg), #F0FAFF;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-prev {
  left: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-next {
  right: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button.active,
.gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
  background-image: url(/assets/static/misc/slider/ctrl-right.svg);
  background-size: 18px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet {
  width: 24px;
  height: 24px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:after {
  border: 2px solid #EEF1F7;
  background: #A2A2A1;
  width: 12px;
  height: 12px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1
}

.gallery-block__slider .swiper-pagination {
  display: none
}

@media (max-width: 991px) and (min-width: 640px) {
  .gallery-block__slider .sw__slider--dotted-button {
    display: block !important
  }

  .gallery-block__slider .swiper-pagination {
    display: none
  }
}

@media (max-width: 639px) {
  .gallery-block {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05)
  }

  .gallery-block__title {
    width: 100%
  }

  .gallery-block__slider {
    margin-top: 4rem
  }

  .gallery-block__slide-text {
    width: 100%;
    text-align: center;
    font-size: 1.5rem
  }

  .gallery-block__slider-ctrl {
    margin: 0 auto;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 300px
  }

  .gallery-block__slider .swiper-pagination {
    display: block
  }
}


@media (min-width: 1920px) {
  .okno-mount__item-quest {
    width: 1.14rem;
    height: 1.14rem;
    top: 0.21rem
  }

  .okno-mount__item-quest-ico {
    width: 1.14rem;
    height: 1.14rem
  }

  .okno-mount__item-hint {
    padding: 0.57rem;
    font-size: 1rem;
    width: 22.9rem
  }

  .okno-mount__item-hint:after {
    width: 1.14rem;
    height: 1.14rem;
    right: -0.5rem;
    top: calc(50% - 0.5rem)
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after,
  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
    left: -0.5rem
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
    left: 2.29rem;
    top: -4.57rem
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
    left: 2.29rem;
    top: -4rem
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
    right: 2.29rem;
    top: -4.71rem
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
    right: 2.29rem;
    top: -3.14rem
  }

  .profiles-block .fo-block__quot {
    margin: -0.57rem 0 -0.57rem -0.57rem
  }

  .profiles-block__item-rating-text {
    margin-top: 0.43rem
  }

  .profiles-block__item-stars img {
    width: 1rem;
    height: 0.86rem
  }

  .gallery-block__slide-img {
    border-radius: 0.29rem
  }

  .gallery-block__slider-ctrl {
    left: 1.71rem;
    bottom: 1.71rem;
    max-width: 7.43rem;
    height: 2.91rem
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button.active,
  .gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
    background-size: 1.29rem
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet {
    width: 1.71rem;
    height: 1.71rem
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet:after {
    border: 0.14rem solid #EEF1F7;
    width: 0.86rem;
    height: 0.86rem
  }

  .gallery-block__slide-text {
    bottom: 2rem;
    right: 5.8rem;
    border-radius: 0.29rem;
    padding: 1.14rem
  }

  .gallery-block__slide-text div {
    margin-bottom: 0.57rem
  }

  .gallery-block__slide-text:after {
    width: 0.57rem;
    height: 1.14rem;
    right: -0.57rem;
    bottom: 0.86rem
  }

  .gallery-block__slide-hint-btn {
    bottom: 2rem;
    right: 2rem;
    width: 2.9rem;
    height: 2.9rem
  }

  .gallery-block__slide-hint-btn:after {
    top: calc(50% - 0.57rem);
    left: calc(50% - 0.57rem);
    height: 1.14rem;
    width: 1.14rem;
    background-repeat: no-repeat;
    background-size: contain
  }

  .gallery-block__slide-hint-btn:before {
    height: 3rem;
    width: 3rem
  }


  iframe {
    height: 31rem
  }
}

.fo-faq-block {
  background: #EEF1F7
}

.fo-faq-block__item {
  flex-basis: 100%;
  background-color: #fff;
  padding: 1.71rem;
  border-radius: 4px;
  margin-top: 2rem
}

.fo-faq-block__item-container .clickable--hidden-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.fo-faq-block__item-head {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 41px;
  font-size: 1.71rem;
  font-weight: 500
}

.fo-faq-block__item-head.clickable--area:hover {
  cursor: pointer
}

.is--opened .fo-faq-block__item-head {
  margin-bottom: 24px
}

.fo-faq-block__item-head-title {
  flex-basis: calc(100% - 44px);
  font-size: 1.71rem;
  font-weight: 500;
  margin: 0
}

.fo-faq-block__item-text {
  line-height: 148%;
  font-size: 1.5rem
}

.fo-faq-block .clickable--hidden-content {
  margin-top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.fo-faq-block .clickable--close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.fo-faq-block .clickable--close-btn:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 25px;
  line-height: 25px;
  color: #f26422;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.fo-faq-block .clickable.is--opened {
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
  padding-bottom: 1.6rem
}

.is--opened .clickable--close-btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.is--opened .clickable--hidden-content {
  margin-top: 0px;
  height: auto;
  opacity: 1;
  visibility: visible
}

@media (max-width: 639px) {
  .fo-faq-block__item {
    padding: 2rem
  }

  .fo-faq-block__item-head,
  .fo-faq-block__item-head-title {
    font-size: 2.5rem
  }

  .fo-faq-block__item-text {
    font-size: 2rem;
    line-height: 124%
  }
}

@media (min-width: 1920px) {
  .fo-faq-block__item {
    border-radius: 0.29rem
  }

  .fo-faq-block__item-head {
    padding-right: 3rem
  }

  .is--opened .fo-faq-block__item-head {
    margin-bottom: 1.71rem
  }

  .fo-faq-block .clickable--close-btn {
    width: 1.79rem;
    height: 1.79rem
  }

  .fo-faq-block .clickable--close-btn:after {
    right: 0.36rem;
    font-size: 1.79rem;
    line-height: 1.79rem
  }
}

.sert-block {
  background: url(/assets/static/pages/main/img.v2/certBgLight@2x.webp), #EEF1F7;
  background-size: cover;
  display: flex;
  padding-right: 0;
  align-items: start;
  justify-content: space-between
}

.sert-block__text {
  width: 29rem
}

.sert-block__slider {
  width: calc(100% - 29rem);
  padding-left: 3rem
}

.sert-block .swiper-button-disabled.sw__slider--dotted-button {
  opacity: .42;
  pointer-events: none;
  cursor: auto
}

.sert-block .swiper-button-disabled.sw__slider--dotted-button:hover {
  background-size: 16px;
  pointer-events: none;
  cursor: auto
}

.sert-block .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(/assets/static/misc/slider/ctrl-right.svg), #f5f5f5;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0
}

.sert-block .sw__slider--dotted-button-prev {
  left: 0
}

.sert-block .sw__slider--dotted-button-next {
  right: 0
}

.sert-block .sw__slider--dotted-button.active,
.sert-block .sw__slider--dotted-button:hover {
  background-image: url(/assets/static/misc/slider/ctrl-right.svg);
  background-size: 18px
}

.sert-block .swiper-pagination-bullet {
  width: 24px;
  height: 24px
}

.sert-block .swiper-pagination-bullet:after {
  border: 2px solid #49413f;
  background: #A2A2A1;
  width: 12px;
  height: 12px
}

.sert-block .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out
}

.sert-block .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1
}

.sert-block .sw__slider-controls {
  max-width: 104px;
  margin: 24px auto 0 12px
}

.sert-block .swiper-pagination {
  display: none
}

@media (max-width: 991px) {
  .sert-block .sw__slider-controls {
    max-width: 100%;
    margin: 10px auto 0 0
  }

  .sert-block .swiper-pagination {
    display: block
  }
}

@media (max-width: 639px) {
  .sert-block {
    flex-direction: column;
    padding-right: 2rem;
    align-items: flex-start
  }

  .sert-block__text {
    width: 100%;
    margin-bottom: 4rem
  }

  .sert-block__slider {
    width: calc(100% + 4rem);
    padding-left: 0;
    margin-right: -2rem;
    margin-left: -2rem
  }
}

.sert-block__item {
  width: 269px;
  background: #FFF;
  border-radius: 4px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px 8px 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  color: #3c3c3b
}

.sert-block__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px
}

.sert-block__item-content {
  padding-left: 8px;
  position: relative
}

.sert-block__item-img {
  border-radius: 4px;
  display: block
}

.sert-block__item-type,
.sert-block__item-title,
.sert-block__item-law {
  margin-bottom: 8px
}

.sert-block__item-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.03em;
  color: #828282
}

.sert-block__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0.02em
}

.sert-block__item-law {
  font-weight: 700;
  font-size: 21px;
  line-height: 116%;
  letter-spacing: 0.03em
}

.sert-block__item-img_full {
  padding: 60px;
  background: #fff
}

.sert-block__item-img_full img {
  height: calc(100vh - 150px)
}

@media (min-width: 1920px) {
  .sert-block .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem
  }

  .sert-block .sw__slider--dotted-button.active,
  .sert-block .sw__slider--dotted-button:hover {
    background-size: 1.29rem
  }

  .sert-block .sw__slider-controls {
    max-width: 7.43rem;
    height: 2.91rem;
    margin: 1.71rem auto 0 0.86rem
  }

  .sert-block .swiper-button-disabled.sw__slider--dotted-button:hover {
    background-size: 1.14rem
  }

  .sert-block__item {
    width: 19.2rem;
    border-radius: 0.29rem;
    margin-right: 0.86rem;
    margin-left: 0.86rem;
    margin-bottom: 0.57rem;
    padding: 0.57rem 0.57rem 2rem
  }

  .sert-block__item-top {
    margin-bottom: 1.14rem
  }

  .sert-block__item-content {
    padding: 0 0.57rem
  }

  .sert-block__item-content:before {
    height: 4.29rem;
    top: -4.36rem
  }

  .sert-block__item-img {
    border-radius: 0.29rem
  }

  .sert-block__item-type,
  .sert-block__item-title,
  .sert-block__item-law {
    margin-bottom: 0.57rem
  }

  .sert-block__item-type {
    font-size: 1rem
  }

  .sert-block__item-title {
    font-size: 1.14rem
  }

  .sert-block__item-law {
    font-size: 1.5rem
  }

  .sert-block__item-img_full {
    padding: 4.29rem
  }

  .sert-block__item-img_full img {
    height: calc(100vh - 10.7rem)
  }

}
.stat-mo {
  display: flex;
  flex-wrap: nowrap;
  color: #F0FAFF;
  background: url(/assets/static/blocks/fo3.statistics/img/statistics-bg.webp);
  background-size: cover;
}

.stat-mo .fo-block__title {
letter-spacing: inherit;
}

.stat-mo .fo-block__quot-item {
  padding-top: 3.4rem;
}

.stat-mo__statistic {
  font-size: 3.4rem;
  line-height: 116%;
  font-weight: 700;
  margin-bottom: 1.14rem;
}

.stat-mo__statistic.green {
  color: #49D292;
}

.stat-mo__statistic.yellow {
  color: #FCCF4D;
}

@media (max-width: 639px) {
  .stat-mo {
    flex-direction: column;
    background: url(/assets/static/blocks/fo3.statistics/img/statistics-bg-mob.webp);
    background-size: cover;
    background-position: center;
  }
  
  .stat-mo .fo-block__quot-item:first-child {
    order: 4;
  }

  .stat-mo .fo-block__quot-item:nth-child(2) {
    order: 3;
  }

  .stat-mo .fo-block__quot-item:nth-child(3) {
    order: 1;
  }

  .stat-mo .fo-block__quot-item:nth-child(4) {
    order: 2;
  }

  .stat-mo__statistic {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .stat-mo .fo-block__quot-title {
    font-size: 2.125rem;
  }

  .stat-mo .fo-block__half {
    padding-bottom: 6.5rem;
  }

  .hidden__xs {
    display: none;
  }
}

.okno-plans {}

.h-types__item {
  width: 269px;
  padding: 8px 8px 24px;
  margin: 12px;
  background: #FFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all .2s ease;
}

.h-types__item img {
  border-radius: 4px;
}

.h-types__item-title {
  font-size: 21px;
  margin: 10px 5px;
  letter-spacing: 0.02em;
  color: #3c3c3b;
  font-weight: 700;
}

.h-types__item-title a {
  color: #3c3c3b;
}

.h-types__item-feat {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 116%;
  color: #828282;
  letter-spacing: 0.02em;
  position: relative;
}

.h-types__item-descr {
  margin-bottom: 8px;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}

.h-types__item-descr .accent {
  color: #3C3C3B;
  font-size: 16px;
}

.h-types__item-descr .price {
  color: #3c3c3b;
  font-size: 16px;
}

.h-types__btn {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  padding: 0 16px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: 2px solid #F26422;
  color: #F26422;
  background: #fff;
  line-height: 34px;
}

.h-types__btn:hover {
  color: #fff;
  background: #F26422;
}

.h-types__button {
  max-width: unset;
  display: inline-block;
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 2rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4);
  text-transform: none;
  transition: all .2s ease;
}

.okno-plans__text {
  margin-top: 1.71rem;
}

@media (max-width: 639px) {
  .h-types__button {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0;
  }
  
  .okno-plans__text {
    margin-top: 3rem;
  }
}
@media (min-width: 1920px) {
   .h-types__item {
    width: 19.2rem;
    padding: 0.57rem 0.57rem 1.71rem;
    margin: 0.86rem;
    border-radius: 0.29rem;
  }

.h-types__item >div:first-child {
    text-align: center;
  }

  .h-types__item img {
    border-radius: 0.29rem;
  }

  .h-types__item-title {
    font-size: 1.5rem;
    margin: 0.71rem 0.36rem;
  }

  .h-types__item-feat {
    padding: 0 0.36rem;
    font-size: 1rem;
  }

  .h-types__item-descr {
    margin-bottom: 0.57rem;
  }

  .h-types__item-descr .accent {
    font-size: 1.14rem;
  }

  .h-types__item-descr .price {
    font-size: 1.14rem;
  }

  .h-types__btn {
    margin-top: 1.14rem;
    font-size: 1.43rem;
    padding: 0 1.14rem;
    height: 2.9rem;
    line-height: 2.71rem;
    border-radius: 0.29rem;
    border: 20.14rempx solid #F26422;
    line-height: 2.43rem;
  }

}