@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #171b20;
  line-height: 1;
  font-family: Montserrat;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 96.25rem;
  margin: 0 auto;
  padding: 0 .625rem
}

.fancybox__container {
  max-width: 100% !important
}

.btn {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 26px;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  transition: all .5s ease;
}

.btn:hover {
  background-clip: border-box;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.btn--fw {
  width: 100%
}

.checkbox-other {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.checkbox-other input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0
}

.checkbox-other span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px
}

.checkbox-other span:before {
  background: url(https://snipp.ru/uploads/contents/checkbox-1.png) 0 0 no-repeat
}

.checkbox-other span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease
}

.checkbox-other input[type=checkbox]:checked+span:before {
  background-image: url(https://snipp.ru/uploads/contents/checkbox-2.png)
}

.focused span:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.checkbox-other span:hover:before {
  -webkit-filter: brightness(110%);
  filter: brightness(110%)
}

.checkbox-other span:active:before {
  -webkit-filter: brightness(80%);
  filter: brightness(80%)
}

.checkbox-other input[type=checkbox]:disabled+span {
  color: #666;
  cursor: default
}

.checkbox-other input[type=checkbox]:disabled+span:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .6
}

.form_radio {
  margin-bottom: 10px
}

.form_radio input[type=radio] {
  display: none
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: 2px solid #d5ad54
}

.form_radio input[type=radio]:checked+label:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  bottom: 5px;
  border: 2px solid #d5ad54;
  background: #d5ad54
}

.form_radio label:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%)
}

.form_radio input[type=radio]:disabled+label:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.icon-menu {
  display: none
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  position: relative;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  border-image: linear-gradient(357deg, #edd27e 0%, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
}

.lock .popup__content {
  visibility: visible
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  rotate: 45deg
}

.swiper-button-next,
.swiper-button-prev {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: auto !important
}

.swiper-button-prev.quiz__btn img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-pagination {
  position: relative !important;
  bottom: -30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.swiper-pagination-bullet {
  width: 44px !important;
  height: 40px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50% !important;
  background: 0 0 !important;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 28px;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.swiper-pagination-bullet-active {
  position: relative
}

.swiper-pagination-bullet-active::before {
  background-image: url(../../img/icons/elipblack.png)
}

.swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.swiper-button-disabled {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important
}

.ibg {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

* {
  scrollbar-width: thin;
  scrollbar-color: #d5ad54 #dedede
}

*::-webkit-scrollbar {
  height: 12px;
  width: 5px
}

*::-webkit-scrollbar-track {
  background: #dedede
}

*::-webkit-scrollbar-thumb {
  background-color: #d5ad54;
  border-radius: 5px
}

.btn-up {
  position: fixed;
  z-index: 50;
  background-color: #d5ad54;
  left: 20px;
  bottom: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px
}

.btn-up::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23fff%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z%27/%3E%3C/svg%3E")
}

.btn-up_hide {
  display: none
}

body {
  counter-reset: li
}

.phone {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto, sans-serif;
  text-wrap: nowrap
}

.social {
  display: -ms-grid;
  display: grid;
  gap: 10px
}

.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #d9d9d9
}

.blockquote {
  font-family: Roboto, sans-serif;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}

.blockquote__wrap {
  position: relative;
  padding-top: 156px;
  padding-bottom: 100px;
  padding-left: 60px
}

.blockquote__wrap::after {
  background-image: url(../img/blockquote.png)
}

.blockquote__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0
}

.blockquote__wrap::before {
  background-image: url(../img/block2.png)
}

.blockquote__wrap::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -150px;
  top: -106px;
  z-index: 2
}

.blockquote__text {
  font-weight: 300;
  color: #171b20;
  max-width: 1030px
}

.blockquote__link {
  max-width: 260px;
  position: relative;
  z-index: 5
}

.page-title {
  background-image: url(../img/title.png)
}

.page-title {
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 200;
  font-size: 59px;
  color: #fff
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 12px;
  color: #818181
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-left: 10px
}

.breadcrumbs a {
  position: relative
}

.breadcrumbs a::before {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background-image: url(../img/icons/barr.svg);
  background-size: cover;
  position: absolute;
  top: 2px;
  right: -20px
}

.hidden {
  display: none
}

.header {
  background: #17191e;
  padding-top: 20px;
  padding-bottom: 21px
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

.header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.header__social {
  margin-left: 25px
}

.header__nav {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menu__icon {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background: #171b20;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 10px
}

.menu__body ul,
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu__body li,
.footer__nav li {
  position: relative
}

.menu__body li .submenu,
.footer__nav li .submenu {
  display: -ms-grid;
  display: grid;
  gap: 0;
  position: absolute;
  z-index: 10;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 293px;
  -o-border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.menu__body li .submenu a,
.footer__nav li .submenu a {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-weight: 300;
  font-size: 20px;
  color: #171b20;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.menu__body li .submenu a:hover,
.footer__nav li .submenu a:hover {
  color: #fff;
  background: #17191e
}

.menu__body li .submenu a:hover:after,
.footer__nav li .submenu a:hover:after {
  display: none
}

.menu__body li:hover .submenu,
.footer__nav li:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 38px
}

.menu__body li.parent::after,
.footer__nav li.parent::after {
  content: "";
  width: 2px;
  height: 18px;
  display: block;
  background-image: url(../img/icons/dots.svg);
  position: absolute;
  top: 11px;
  right: -2px
}

.menu__body a,
.footer__nav a {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #000;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.menu__body a.current,
.footer__nav a.current {
  -o-border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.menu__body a:after,
.footer__nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -o-border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px
}

.menu__body a:hover:after,
.footer__nav a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

.footer {
  font-family: Roboto, sans-serif;
  background: radial-gradient(50% 50% at 50% 50%, #282d33 0, #171b20 100%)
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.footer .logo img {
  max-width: 100%
}

.footer__nav a {
  color: #fff
}

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #2d2d2d
}

.footer__link {
  margin-bottom: 66px
}

.footer__text {
  font-weight: 100;
  font-size: 18px;
  line-height: 1.2;
  color: #fff
}

.footer__right {
  text-align: end
}

.footer__phone {
  margin-bottom: 20px
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 50px;
  margin-bottom: 60px
}

.footer__social a {
  color: #717171
}

.footer__address {
  font-weight: 100;
  color: #fff
}

.footer__address:not(:last-child) {
  margin-bottom: 58px
}

.footer__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 128%;
  text-align: center;
  color: #5d5d5d
}

.footer__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hero {
  background-image: url(../img/hero-bg.png)
}

.hero {
  font-family: Roboto, sans-serif;
  color: #fff
}

.hero__mobile {
  display: none
}

.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 746px
}

.hero__left {
  position: relative
}

.hero__img {
  position: absolute;
  top: -20px;
  left: -50px
}

.hero__title {
  margin-left: auto;
  max-width: 540px;
  text-align: right;
  font-weight: 300;
  font-size: 59px;
  line-height: 68px;
  letter-spacing: .8px;
  color: #fff;
  margin-bottom: 54px;
  margin-top: 134px;
  margin-right: 20px
}

.hero__text {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  opacity: .77;
  max-width: 532px;
  margin-left: auto;
  margin-right: 20px
}

.hero__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-transform: translate3d(-260px, -80px, 0);
  transform: translate3d(-260px, -80px, 0)
}

.hero__item {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 18px;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 18px;
  border: 1px dashed #afafaf;
  position: absolute
}

.hero__item::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: cover;
  z-index: 2
}

.hero__item--1 {
  max-width: 142px;
  top: 333px;
  left: 10px
}

.hero__item--1::before {
  background-image: url(../img/icons/h1.png)
}

.hero__item--1::before {
  width: 104px;
  height: 100px;
  right: -80px;
  top: -90px
}

.hero__item--2 {
  max-width: 220px;
  left: 600px;
  top: 150px;
  padding-left: 24px;
  padding-right: 28px
}

.hero__item--2::before {
  background-image: url(../img/icons/h2.png)
}

.hero__item--2::before {
  width: 164px;
  height: 54px;
  left: -164px;
  top: -18px
}

.hero__item--3 {
  padding-bottom: 26px;
  width: 220px;
  top: 390px;
  left: 654px
}

.hero__item--3::before {
  background-image: url(../img/icons/h3.png)
}

.hero__item--3::before {
  width: 142px;
  height: 49px;
  left: -140px;
  top: 30px
}

.advantages {
  background-image: url(../img/adv-bg.png)
}

.advantages {
  font-family: Roboto, sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.advantages__wrap {
  position: relative
}

.advantages__img {
  position: absolute;
  left: -100px;
  bottom: 0
}

.advantages__img img {
  max-width: 100%
}

.advantages__title {
  text-align: end;
  font-weight: 300;
  font-size: 44px;
  color: #fff;
  margin-right: 100px;
  margin-bottom: 44px
}

.advantages__title span {
  font-weight: 300;
  color: #fff;
  opacity: .35
}

.advantages__steps {
  max-width: 1140px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 30px
}

.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff
}

.advantages__item-line {
  background-image: url(../img/icons/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 63px;
  height: 6px
}

.advantages__item-line--3 {
  display: none
}

.advantages__item--last {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 95%;
  padding: 40px 20px;
  position: relative;
  margin-right: 20px
}

.advantages__item--last::before {
  background: url(../img/border.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.advantages__item--last::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.advantages__item--last .advantages__item-num {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 86%;
  letter-spacing: -.03em
}

.advantages__item-num {
  font-weight: 900;
  line-height: 123%;
  letter-spacing: -.12em;
  color: #585858;
  opacity: .97
}

.use {
  font-family: Roboto, sans-serif
}

.use__title {
  font-weight: 300;
  text-align: center;
  color: #171b20;
  max-width: 890px;
  margin: 0 auto
}

.use__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.use__item--img {
  max-width: 480px;
  margin-bottom: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.use__item--img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.use__item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 30px
}

.use__item--num {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 28px;
  position: relative
}

.use__item--num::before {
  content: "";
  background-image: url(../img/icons/elip.svg);
  background-size: cover;
  background-position: center;
  width: 44px;
  height: 40px;
  display: block;
  position: absolute;
  left: -14px;
  top: -6px
}

.use__item--text {
  font-weight: 300;
  color: #171b20
}

.portfolio {
  background-image: url(../img/port-bg.png)
}

.portfolio {
  font-family: Roboto, sans-serif;
  background-size: cover;
  background-position: center
}

.portfolio--nobg {
  background-image: none;
  padding-top: 4px !important;
}

.portfolio__title {
  font-weight: 300;
  color: #fff
}



.portfolio__wrap {
  position: relative
}

.portfolio__slider {
  padding-bottom: 110px !important
}

.portfolio__slide {
  padding-top: 80px
}

.portfolio__slide img {
  -webkit-box-shadow: 0 0 65px 0 rgba(255, 255, 255, .19);
  box-shadow: 0 0 65px 0 rgba(255, 255, 255, .19);
  width: 100%
}

.portfolio__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 84px;
  margin-right: 110px
}

.portfolio__buttons--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.portfolio .swiper-button-next,
.portfolio .swiper-button-prev {
  width: 72px !important;
  height: 4px !important;
  display: block !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  margin-top: -12px !important
}

.portfolio .swiper-button-next img,
.portfolio .swiper-button-prev img {
  max-width: 100%
}

.portfolio .swiper-button-prev {
  bottom: auto !important
}

.portfolio .swiper-button-prev {
  right: auto !important
}

.portfolio .swiper-pagination {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important
}

.portfolio .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: #717171 !important;
  border: 0 !important
}

.portfolio .swiper-pagination-bullet-active {
  width: 27px !important;
  height: 27px !important;
  background: #d5ad54 !important
}

.review {
  background-image: url(../img/review.png)
}

.review {
  font-family: Roboto, sans-serif;
  background-size: cover;
  background-position: center
}

.review__title {
  font-weight: 300;
  text-align: center;
  color: #fff
}

.review__slide {
  -webkit-box-shadow: 0 0 65px 0 rgba(255, 255, 255, .19);
  box-shadow: 0 0 65px 0 rgba(255, 255, 255, .19);
  background: #fff;
  padding-top: 12px
}

.review__slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.review__slide-name {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300
}

.review__slide-date {
  font-weight: 300;
  color: #717171
}

.review__slide-text {
  font-weight: 300;
  line-height: 1.1;
  color: #000
}

.review__link {
  gap: 37px;
  width: 284px;
  margin: 0 auto
}

.review__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 84px;
  margin-right: 110px
}

.review .swiper-button-next,
.review .swiper-button-prev {
  width: 72px !important;
  height: 4px !important;
  display: block !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  margin-top: -12px !important
}

.review .swiper-button-next img,
.review .swiper-button-prev img {
  max-width: 100%
}

.review .swiper-button-prev {
  bottom: auto !important
}

.review .swiper-button-prev {
  right: auto !important
}

.review .swiper-pagination {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important
}

.review .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: #717171 !important;
  border: 0 !important
}

.review .swiper-pagination-bullet-active {
  width: 27px !important;
  height: 27px !important;
  background: #d5ad54 !important
}

.review .swiper-button-disabled {
  display: none !important
}

.text {
  font-family: Roboto, sans-serif
}

.text--page {
  padding-top: 30px;
  padding-bottom: 40px !important;
}

.text img {
  max-width: 100%;
  margin-bottom: 30px
}

.text__title {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  text-align: center;
  margin: 0 auto
}

.text h3 {
  text-transform: uppercase;
  color: #717171
}

.text h4 {
  text-transform: uppercase;
  color: #717171
}

.text p {
  color: #717171
}

.text strong {
  font-weight: 700
}

.text ol,
.text ul {
  color: #717171;
  display: -ms-grid;
  display: grid
}

.text ol li,
.text ul li {
  position: relative;
  padding-left: 60px;
  list-style: none
}

.text ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 5px;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%)
}

.text ol li:before {
  counter-increment: li;
  content: counter(li) "-";
  display: block;
  position: absolute;
  top: 0;
  color: #aa7114
}

.glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-right: max(5px, (100% - 1520px) / 2)
}

.glass__title {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  padding-left: 130px
}

.glass img {
  max-width: 686px;
  width: 100%;
  z-index: 1
}

.glass__img-mob {
  display: none
}

.glass__item {
  -o-border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-image: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1
}

.glass__item-title {
  font-weight: 600;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.glass__item-text {
  font-weight: 300;
  color: #000
}

.glass__item-text p {
  margin-bottom: 20px
}

.nopage {
  background-color: #171b20
}

.nopage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nopage__img {
  max-width: 700px
}

.nopage__img img {
  max-width: 100%;
  width: 100%
}

.nopage__text {
  font-weight: 700;
  font-size: 55px;
  color: #d9d9d9
}

.nopage__text span {
  display: block;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px
}

.nopage__btn {
  margin-top: 60px;
  width: 360px;
  gap: 20px
}

.example {
  padding-bottom: 100px
}

.example__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 90px
}

.example img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.example__btn {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  margin-top: 110px;
  width: 280px;
  font-size: 18px
}

.contact {
  font-family: Roboto, sans-serif;
  padding-bottom: 100px
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contact__info {
  max-width: 550px
}

.contact__info-title {
  font-weight: 300;
  color: #5d5d5d
}

.contact__item-title {
  font-weight: 300;
  text-transform: uppercase;
  color: #494949
}

.contact__item-phone {
  font-weight: 500;
  color: #494949
}

.contact__item-mes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.contact__item-mes__item {
  cursor: pointer;
  border-radius: 5px;
  width: 139px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 13px;
  color: #fff
}

.contact__item-mes__item--tg {
  background: #51a0d5
}

.contact__item-mes__item--vb {
  background: #7e57a7
}

.contact__item-mes__item--wh {
  background: #6ab758
}

.contact__item-text {
  font-weight: 300;
  color: #494949
}

.contact__map {
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .25);
  width: 100%
}

.contact__rekv {
  font-weight: 400;
  color: #5d5d5d
}

.quiz {
  font-family: Roboto, sans-serif
}

.quiz-col__slider {
  padding-bottom: 40px !important
}

.quiz-bg__slider {
  padding-bottom: 40px !important
}

.none {
  display: none !important;
}

.quiz__title {
  font-weight: 700;
  text-align: center;
  background: linear-gradient(357deg, #edd27e 0%, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px
}

.quiz__subtitle {
  font-weight: 300;
  color: #171b20;
  text-align: center
}

.quiz__wrap {
  /* -webkit-box-shadow: 0 0 27px 10px rgba(0, 0, 0, .04);
  box-shadow: 0 0 27px 10px rgba(0, 0, 0, .04);
  background: #fff */
}

.quiz__col {
  border-left: 1px dashed #e3e3e3;
  border-right: 1px dashed #e3e3e3;
  padding-top: 3px;
  padding-bottom: 3px
}

.quiz__col:first-child {
  padding-left: 0;
  border-left: 0
}

.quiz__col:last-child {
  padding-right: 0;
  border-right: 0
}

.quiz__col--noborder {
  border: 0;
  padding-right: 0
}

.quiz__col-title {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 8px
}

.quiz__col-text {
  font-weight: 500;
  font-size: 17px;
  color: #717171;
  max-width: 200px;
  height: 40px;
  margin-bottom: 70px
}

.quiz__col-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px
}

.quiz__col-wrap--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.quiz__footer {
  margin-top: 20px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 110px
}

.quiz__btn {
  gap: 34px
}

.qiuz__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.qiuz__head-left {
  -webkit-box-shadow: 0 0 20px 7px rgba(0, 0, 0, .04);
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, .04);
  background: linear-gradient(118deg, #171b20 0, #282c30 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}

.qiuz__head-step {
  font-size: 19px;
  color: #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.qiuz__head-num {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 20px;
  width: 44px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 300;
  font-size: 28px
}

.qiuz__head-num::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: url(../img/icons/elip.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.qiuz__head-title {
  font-weight: 500;
  font-size: 25px;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.qiuz__head-right {
  font-weight: 300;
  font-size: 18px;
  color: #171b20;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.quiz-item input {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none
}

.quiz-item input:checked+label .quiz-item__radio::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  position: absolute;
  top: 2px;
  left: 2px
}

.quiz-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.quiz-item__label--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 35px
}

.quiz-item__label--row .quiz-item__title {
  width: 220px;
  text-align: left
}

.quiz-item__title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #717171;
}

.quiz-item__img {
  max-width: 120px;
  margin-bottom: 18px;
  max-height: 134px
}

.quiz-item__radio {
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2.24px solid #717171;
  position: relative
}

.quiz-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
  margin-top: 10px
}

.clothes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.clothes__titles .clothes__text {
  display: none
}

.clothes__title {
  font-weight: 400;
  color: #171b20
}

.clothes__text {
  font-weight: 300;
  font-size: 11px;
  color: #171b20
}

.clothes__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.clothes__item {
  -webkit-box-shadow: 0 0 9px 7px rgba(0, 0, 0, .04);
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, .04);
  background: #fff;
  padding-left: 18px;
  padding-top: 12px;
  width: 236px;
  height: 152px;
  position: relative
}

.clothes__item .quiz-item__label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.clothes__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
  margin-bottom: 24px
}

.clothes__item-title {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px
}

.clothes__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.clothes__item-text {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  color: #171b20;
  max-width: 90px
}

.clothes__item-img {
  position: absolute;
  right: 0;
  bottom: 0
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.form__left {
  /* max-width: 490px; */
  width: 100%
}

.form__img {
  height: 100%;
  cursor: pointer;
}

.form__img:hover {
  cursor: pointer;
}

.form__img img {
  max-width: 100%;
  height: 100%
}

.form__img input {
  opacity: 0;
  visibility: hidden;
  display: none
}

textarea {
  padding-top: 20px;
  height: 142px !important;
}

.form__img label {
  cursor: pointer;
  height: 230px;
  width: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #bcbcbc
}

.form__img label::before {
  background-image: url(../img/photo.png)
}

.form__img label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.form__btn {
  max-width: 300px;
  background: #171b20;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto
}

.form__btn button {
  width: 100%;
  gap: 20px
}

.form-input {
  font-family: Roboto, sans-serif;
  border: 1px solid #d9d9d9;
  max-width: 585px;
  width: 100%;
  height: 62px;
  margin-bottom: 10px;
  padding-left: 44px
}

.form-input::-webkit-input-placeholder {
  font-size: 17px;
  color: #a3a3a3
}

.form-input::-moz-placeholder {
  font-size: 17px;
  color: #a3a3a3
}

.form-input:-ms-input-placeholder {
  font-size: 17px;
  color: #a3a3a3
}

.form-input::-ms-input-placeholder {
  font-size: 17px;
  color: #a3a3a3
}

.form-input::placeholder {
  font-size: 17px;
  color: #a3a3a3
}

.form-vb {
  height: 84px;
  background: #7e57a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff
}

.form-vb img {
  width: 37px
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height)
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, .2s) ease .1s both f-zoomInUp;
  animation: var(--f-transition-duration, .2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, .2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, .2s) ease both f-zoomOutDown
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0, 16px, 0);
    transform: scale(.975) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0, 16px, 0);
    transform: scale(.975) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0, 16px, 0);
    transform: scale(.975) translate3d(0, 16px, 0);
    opacity: 0
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0, 16px, 0);
    transform: scale(.975) translate3d(0, 16px, 0);
    opacity: 0
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
  z-index: 2
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;
  z-index: 2
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
  z-index: 2
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
  z-index: 1
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
  z-index: 2
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;
  z-index: 1
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
  z-index: 2
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
  z-index: 2
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
  z-index: 1
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
  z-index: 1
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition)
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
  outline: 0
}

.f-button:focus-visible {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none
}

.f-button[disabled] {
  cursor: default
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *::after,
.fancybox__container *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0)
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip
}

.fancybox__viewport {
  width: 100%;
  height: 100%
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px
}

.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-video {
  overflow: hidden
}

.fancybox__slide.has-image {
  overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto
}

.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
  display: block
}

.fancybox__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20
}

.is-loading .fancybox__content {
  opacity: 0
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible
}

.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden
}

.is-compact .fancybox__caption {
  padding-bottom: 0
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1
}

.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
  z-index: 30;
  cursor: pointer
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.fancybox-focus-guard {
  outline: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel) {
  -webkit-animation: var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel) {
  -webkit-animation: var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut
}

.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%
}

.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}

.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, .9);
  color: #fff
}

.has-map .fancybox__content {
  background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1
}

.f-thumbs .f-spinner svg {
  display: none
}

.f-thumbs.is-vertical {
  height: 100%
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer
}

.f-thumbs__slide.is-loading img {
  opacity: 0
}

.is-classic .f-thumbs__viewport {
  height: 100%
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path .33s ease;
  transition: -webkit-clip-path .33s ease;
  transition: clip-path .33s ease;
  transition: clip-path .33s ease, -webkit-clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: 0
}

.f-thumbs__slide__button:focus-visible {
  outline: 0;
  opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
  animation: f-fadeIn .2s ease-out;
  z-index: 10
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height .35s cubic-bezier(.23, 1, .32, 1);
  transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .05)));
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .05)));
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
  max-height: 0 !important
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));
  pointer-events: none;
  z-index: 20
}

.fancybox__toolbar :focus-visible {
  z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox__infobar span {
  padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
  position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

@media (min-width:96.25em) {
  .phone {
    font-size: 2rem
  }

  .blockquote__wrap {
    padding-top: 9.375rem
  }

  .blockquote__wrap {
    padding-left: 3.75rem
  }

  .blockquote__wrap::before {
    right: -9.375rem
  }

  .blockquote__wrap::before {
    width: 36.5625rem
  }

  .blockquote__wrap::before {
    height: 44.8125rem
  }

  .blockquote__text {
    font-size: 2.875rem
  }

  .blockquote__text {
    margin-bottom: 3.75rem
  }

  .page-title {
    padding-top: 6.25rem
  }

  .page-title {
    padding-bottom: 6.25rem
  }

  .page-title {
    font-size: 3.6875rem
  }

  .header__link-selection {
    margin-left: 5rem
  }

  .menu__body ul,
  .footer__nav ul {
    gap: 3.125rem
  }

  .footer__top {
    padding-top: 7.875rem
  }

  .footer__top {
    padding-bottom: 3.125rem
  }

  .footer .logo {
    max-width: 21.875rem
  }

  .footer__nav ul {
    gap: 2.5rem
  }

  .footer__middle {
    padding-top: 3.125rem
  }

  .footer__middle {
    padding-bottom: 6.25rem
  }

  .footer__address {
    font-size: 1.3125rem
  }

  .advantages__wrap {
    padding-top: 11.25rem
  }

  .advantages__wrap {
    padding-bottom: 20.625rem
  }

  .advantages__img {
    max-width: 47.5rem
  }

  .advantages__img {
    bottom: -1.25rem
  }

  .advantages__title {
    font-size: 2.75rem
  }

  .advantages__title {
    margin-right: 6.25rem
  }

  .advantages__title {
    margin-bottom: 2.75rem
  }

  .advantages__title span {
    font-size: 6rem
  }

  .advantages__item {
    font-size: 1.8125rem
  }

  .advantages__item--last {
    font-size: 3.8125rem
  }

  .advantages__item--last .advantages__item-num {
    font-size: 10.375rem
  }

  .advantages__item-num {
    font-size: 7.1875rem
  }

  .use {
    padding-top: 7.5rem
  }

  .use {
    padding-bottom: 10.625rem
  }

  .use__title {
    font-size: 3.6875rem
  }

  .use__title {
    margin-bottom: 6.25rem
  }

  .use__wrap {
    gap: 3.125rem
  }

  .use__item--img {
    height: 27.5rem
  }

  .use__item--text {
    font-size: 1.875rem
  }

  .portfolio {
    padding-top: 12.5rem
  }

  .portfolio__title {
    font-size: 3.0625rem
  }

  .review {
    padding-top: 7.5rem
  }

  .review {
    padding-bottom: 6.25rem
  }

  .review__title {
    font-size: 3.0625rem
  }

  .review__title {
    margin-bottom: 5.625rem
  }

  .review__wrap {
    padding-left: 3.125rem
  }

  .review__wrap {
    padding-right: 3.125rem
  }

  .review__slider {
    margin-bottom: 5.625rem
  }

  .review__slide {
    padding-bottom: 5rem
  }

  .review__slide {
    padding-left: 2.5rem
  }

  .review__slide {
    padding-right: 1.875rem
  }

  .review__slide-top {
    margin-bottom: .875rem
  }

  .review__slide-name {
    font-size: 1.6875rem
  }

  .review__slide-name {
    margin-bottom: .625rem
  }

  .review__slide-date {
    font-size: .9375rem
  }

  .review__slide-text {
    font-size: 1.375rem
  }

  .text {
    padding-top: 6.875rem
  }

  .text {
    padding-bottom: 8.125rem
  }

  .text__title {
    font-size: 3.6875rem
  }

  .text__title {
    margin-bottom: 6.25rem
  }

  .text h3 {
    font-size: 2.0625rem
  }

  .text h3 {
    margin-bottom: 3.75rem
  }

  .text h4 {
    font-size: 1.5rem
  }

  .text h4 {
    margin-bottom: 3.75rem
  }

  .text h4 {
    margin-top: 3.75rem
  }

  .text p {
    font-size: 1.5rem
  }

  .text p {
    margin-bottom: 1.25rem
  }

  .text ol,
  .text ul {
    margin-bottom: 3.75rem
  }

  .text ol,
  .text ul {
    margin-top: 3.75rem
  }

  .text ol,
  .text ul {
    font-size: 1.5rem
  }

  .text ol,
  .text ul {
    gap: 1.25rem
  }

  .text ol li,
  .text ul li {
    padding-left: 3.75rem
  }

  .text ul li:before {
    left: 1.875rem
  }

  .text ol li:before {
    left: 1.875rem
  }

  .text ol li:before {
    font-size: 1.625rem
  }

  .glass {
    padding-top: 6.25rem
  }

  .glass {
    gap: 5.3125rem
  }

  .glass__title {
    font-size: 3.375rem
  }

  .glass__title {
    margin-bottom: 5rem
  }

  .glass__title {
    padding-left: 8.125rem
  }

  .glass img {
    max-width: 42.875rem
  }

  .glass__item {
    padding-top: 5.3125rem
  }

  .glass__item {
    padding-bottom: 5rem
  }

  .glass__item {
    padding-right: 3.75rem
  }

  .glass__item {
    padding-left: 5rem
  }

  .glass__item:first-child {
    margin-bottom: 3.75rem
  }

  .glass__item-title {
    font-size: 2.375rem
  }

  .glass__item-title {
    margin-bottom: 2.1875rem
  }

  .glass__item-text {
    font-size: 1.5rem
  }

  .nopage__text {
    font-size: 3.4375rem
  }

  .example {
    padding-top: 6.25rem
  }

  .example__content {
    gap: 5.625rem
  }

  .example__btn {
    margin-top: 6.875rem
  }

  .contact {
    padding-top: 6.25rem
  }

  .contact__wrap {
    margin-bottom: 4.375rem
  }

  .contact__wrap {
    gap: 6.875rem
  }

  .contact__info-title {
    font-size: 1.875rem
  }

  .contact__info-title {
    margin-bottom: 6.5625rem
  }

  .contact__item {
    margin-bottom: 4.375rem
  }

  .contact__item-title {
    font-size: 1.8125rem
  }

  .contact__item-title {
    margin-bottom: 1.125rem
  }

  .contact__item-phone {
    font-size: 2.25rem
  }

  .contact__item-phone {
    margin-bottom: 1.25rem
  }

  .contact__item-mes__item {
    font-size: .8125rem
  }

  .contact__item-text {
    font-size: 1.875rem
  }

  .contact__rekv {
    font-size: 1.5625rem
  }

  .quiz {
    padding-top: 4.75rem
  }

  .quiz__title {
    font-size: 3.6875rem
  }

  .quiz__subtitle {
    font-size: 2.0625rem
  }

  .quiz__subtitle {
    margin-bottom: 6.25rem
  }

  .quiz__body {
    padding-top: 6.25rem
  }

  .quiz__body {
    padding-bottom: 2.5rem
  }

  .clothes__row {
    margin-bottom: 5.875rem
  }

  .clothes__row {
    gap: 5.3125rem
  }

  .clothes__title {
    font-size: 1.8125rem
  }

  .clothes__body {
    gap: 5.625rem
  }

  .form {
    gap: 9.375rem
  }

  .form__img label {
    font-size: 1.75rem
  }
}

@media (min-width:120em) {
  .blockquote__text {
    max-width: 64.375rem
  }

  .menu__body a,
  .footer__nav a {
    font-size: 1.25rem
  }

  .quiz__body {
    padding-left: 3.75rem
  }

  .quiz__body {
    padding-right: 3.75rem
  }

  .quiz__col {
    padding-left: 3.125rem
  }

  .quiz__col {
    padding-right: 3.125rem
  }
}

@media (max-width:1419.98px) {
  .hero__title {
    font-size: 42px;
    line-height: 50px;
    max-width: 500px
  }

  .hero__text {
    max-width: 380px;
    font-size: 18px
  }
}

@media (max-width:1399.98px) {
  .glass {
    gap: 30px
  }

  .glass__title {
    font-size: 36px;
    padding-left: 30px
  }

  .glass__item {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 10px
  }

  .glass__item-title {
    font-size: 28px
  }

  .glass__item-text {
    font-size: 16px
  }
}

@media (max-width:1319.98px) {
  .hero__title {
    font-size: 36px;
    line-height: 44px;
    max-width: 340px
  }

  .hero__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px
  }
}

@media (max-width:1219.98px) {
  .hero__wrapper {
    height: 634px
  }

  .hero__img img {
    max-width: 800px
  }

  .hero__title {
    margin-top: 110px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px
  }

  .hero__text {
    font-size: 14px;
    line-height: 17px
  }

  .hero__item {
    font-size: 16px
  }

  .hero__item--1::before {
    top: -64px;
    right: -40px;
    width: 74px;
    height: 70px
  }

  .hero__item--2 {
    left: 460px;
    top: 130px;
    padding-left: 16px;
    padding-right: 16px
  }

  .hero__item--2::before {
    width: 124px;
    height: 40px;
    left: -124px
  }

  .hero__item--3 {
    left: 470px;
    top: 370px
  }

  .hero__item--3::before {
    left: -84px;
    width: 84px;
    height: 29px
  }
}

@media (max-width:62em) {
  .blockquote__text {
    max-width: 30rem
  }
}

@media (max-width:679.98px) {
  .quiz__col {
    border: 0
  }
}

@media (max-width:579.98px) {
  .hero__wrapper {
    padding-bottom: 100px
  }

  .hero__img {
    left: 40px
  }

  .hero__img img {
    max-width: 460px
  }

  .hero__text {
    font-size: 11px;
    line-height: 14px
  }

  .hero__items {
    gap: 10px;
    -webkit-transform: translate3d(-140px, -80px, 0);
    transform: translate3d(-140px, -80px, 0)
  }

  .hero__item {
    padding: 8px;
    font-size: 8px;
    max-width: 114px !important
  }

  .hero__item--1::before {
    width: 96px;
    height: 26px;
    right: auto;
    left: -97px;
    top: 18px
  }

  .hero__item--2 {
    padding: 8px
  }

  .hero__item--2::before {
    width: 77px;
    height: 25px;
    left: -79px;
    top: -7px
  }

  .hero__item--3 {
    padding-bottom: 8px
  }

  .hero__item--3::before {
    left: -53px;
    width: 54px;
    height: 19px;
    top: 21px;
    -webkit-transform: rotate(327deg);
    -ms-transform: rotate(327deg);
    transform: rotate(327deg)
  }
}

@media (max-width:20em) {
  .phone {
    font-size: .9375rem
  }

  .blockquote__wrap {
    padding-top: .625rem
  }

  .blockquote__wrap {
    padding-left: .625rem
  }

  .blockquote__wrap::before {
    right: -3.125rem
  }

  .blockquote__wrap::before {
    width: 21.5625rem
  }

  .blockquote__wrap::before {
    height: 26.625rem
  }

  .blockquote__text {
    font-size: .875rem
  }

  .blockquote__text {
    margin-bottom: 1.25rem
  }

  .page-title {
    padding-top: 1.875rem
  }

  .page-title {
    padding-bottom: 1.875rem
  }

  .page-title {
    font-size: 1.25rem
  }

  .header__link-selection {
    margin-left: .625rem
  }

  .menu__body ul {
    gap: 1.25rem
  }

  .footer__top {
    padding-top: 5.125rem
  }

  .footer__top {
    padding-bottom: 1.625rem
  }

  .footer .logo {
    max-width: .0625rem
  }

  .footer__nav ul {
    gap: .625rem
  }

  .footer__middle {
    padding-top: 1.625rem
  }

  .footer__middle {
    padding-bottom: 3.125rem
  }

  .footer__address {
    font-size: 1rem
  }

  .advantages__wrap {
    padding-top: 10rem
  }

  .advantages__wrap {
    padding-bottom: 24.375rem
  }

  .advantages__img {
    max-width: 10rem
  }

  .advantages__img {
    bottom: -6.25rem
  }

  .advantages__title {
    font-size: 1.375rem
  }

  .advantages__title {
    margin-right: .0000000625rem
  }

  .advantages__title {
    margin-bottom: 1.25rem
  }

  .advantages__title span {
    font-size: 2.875rem
  }

  .advantages__item {
    font-size: 1.125rem
  }

  .advantages__item--last {
    font-size: 1.875rem
  }

  .advantages__item--last .advantages__item-num {
    font-size: 4.625rem
  }

  .advantages__item-num {
    font-size: 4.125rem
  }

  .use {
    padding-top: 1.25rem
  }

  .use {
    padding-bottom: 1.875rem
  }

  .use__title {
    font-size: 1.375rem
  }

  .use__title {
    margin-bottom: 3.125rem
  }

  .use__wrap {
    gap: .625rem
  }

  .use__item--img {
    height: 18.75rem
  }

  .use__item--text {
    font-size: 1.25rem
  }

  .portfolio {
    padding-top: 8.125rem
  }

  .portfolio__title {
    font-size: 1.375rem
  }

  .review {
    padding-top: 3.4375rem
  }

  .review {
    padding-bottom: 1.875rem
  }

  .review__title {
    font-size: 1.375rem
  }

  .review__title {
    margin-bottom: 3.125rem
  }

  .review__wrap {
    padding-left: .0000000625rem
  }

  .review__wrap {
    padding-right: .0000000625rem
  }

  .review__slider {
    margin-bottom: 2.5rem
  }

  .review__slide {
    padding-bottom: 1.25rem
  }

  .review__slide {
    padding-left: .625rem
  }

  .review__slide {
    padding-right: .9375rem
  }

  .review__slide-top {
    margin-bottom: .4375rem
  }

  .review__slide-name {
    font-size: .875rem
  }

  .review__slide-name {
    margin-bottom: .3125rem
  }

  .review__slide-date {
    font-size: .5rem
  }

  .review__slide-text {
    font-size: .6875rem
  }

  .text {
    padding-top: 3.125rem
  }

  .text {
    padding-bottom: 4.0625rem
  }

  .text__title {
    font-size: 1.375rem
  }

  .text__title {
    margin-bottom: 4.375rem
  }

  .text h3 {
    font-size: 1.25rem
  }

  .text h3 {
    margin-bottom: 1.875rem
  }

  .text h4 {
    font-size: 1.125rem
  }

  .text h4 {
    margin-bottom: 1.875rem
  }

  .text h4 {
    margin-top: 1.875rem
  }

  .text p {
    font-size: .875rem
  }

  .text p {
    margin-bottom: .625rem
  }

  .text ol,
  .text ul {
    margin-bottom: 1.875rem
  }

  .text ol,
  .text ul {
    margin-top: 1.875rem
  }

  .text ol,
  .text ul {
    font-size: .875rem
  }

  .text ol,
  .text ul {
    gap: .625rem
  }

  .text ol li,
  .text ul li {
    padding-left: 1.875rem
  }

  .text ul li:before {
    left: .0000000625rem
  }

  .text ol li:before {
    left: .0000000625rem
  }

  .text ol li:before {
    font-size: 1rem
  }

  .glass {
    padding-top: 2.5rem
  }

  .glass {
    gap: .625rem
  }

  .glass__title {
    font-size: 1.375rem
  }

  .glass__title {
    margin-bottom: 1.875rem
  }

  .glass__title {
    padding-left: .0000000625rem
  }

  .glass img {
    max-width: .625rem
  }

  .glass__item {
    padding-top: 3.125rem
  }

  .glass__item {
    padding-bottom: 1.875rem
  }

  .glass__item {
    padding-right: 1.25rem
  }

  .glass__item {
    padding-left: 1.25rem
  }

  .glass__item:first-child {
    margin-bottom: 1.875rem
  }

  .glass__item-title {
    font-size: 1.25rem
  }

  .glass__item-title {
    margin-bottom: 1.25rem
  }

  .glass__item-text {
    font-size: .8125rem
  }

  .nopage__text {
    font-size: 1.25rem
  }

  .example {
    padding-top: 2.5rem
  }

  .example__content {
    gap: .625rem
  }

  .example__btn {
    margin-top: 1.875rem
  }

  .contact {
    padding-top: 2.5rem
  }

  .contact__wrap {
    margin-bottom: 1.875rem
  }

  .contact__wrap {
    gap: .625rem
  }

  .contact__info-title {
    font-size: 1.125rem
  }

  .contact__info-title {
    margin-bottom: 2.5rem
  }

  .contact__item {
    margin-bottom: 1.875rem
  }

  .contact__item-title {
    font-size: 1rem
  }

  .contact__item-title {
    margin-bottom: .625rem
  }

  .contact__item-phone {
    font-size: 1.5rem
  }

  .contact__item-phone {
    margin-bottom: 1rem
  }

  .contact__item-mes__item {
    font-size: .625rem
  }

  .contact__item-text {
    font-size: 1.125rem
  }

  .contact__rekv {
    font-size: .875rem
  }

  .quiz {
    padding-top: 1.875rem
  }

  .quiz__title {
    font-size: 1.375rem
  }

  .quiz__subtitle {
    font-size: .9375rem
  }

  .quiz__subtitle {
    margin-bottom: 1.5rem
  }

  .quiz__body {
    padding-top: 1.875rem
  }

  .quiz__body {
    padding-bottom: 1.25rem
  }

  .clothes__row {
    margin-bottom: 1.875rem
  }

  .clothes__row {
    gap: .625rem
  }

  .clothes__title {
    font-size: 1.125rem
  }

  .clothes__body {
    gap: .3125rem
  }

  .form {
    gap: .625rem
  }

  .form__img label {
    font-size: .75rem
  }
}

@media (max-width:92.5em) {
  .quiz__body {
    padding-left: .625rem
  }

  .quiz__body {
    padding-right: .625rem
  }

  .quiz__col {
    padding-left: .625rem
  }

  .quiz__col {
    padding-right: .625rem
  }
}

@media (max-width:61.99875em) {
  .blockquote {
    -webkit-transform: translateY(36px);
    -ms-transform: translateY(36px);
    transform: translateY(36px)
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #2d2d2d
  }

  .footer .logo {
    max-width: 200px
  }

  .footer__nav {
    position: relative !important;
    left: auto !important;
    height: auto !important;
    top: auto !important;
  }

  .footer__nav ul {
    gap: 10px
  }

  .footer__nav a {
    font-size: 16px
  }

  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer__link {
    margin: 0 auto;
    margin-bottom: 28px;
    max-width: 260px;
    height: 60px;
    font-size: 20px
  }

  .footer__text {
    font-size: 14px;
    margin-top: 64px;
    padding-left: 0
  }

  .footer__right {
    text-align: center
  }

  .footer__phone {
    font-size: 27px
  }

  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px
  }

  .footer__social span {
    display: block
  }

  .footer__address:not(:last-child) {
    margin-bottom: 50px;
    padding-top: 40px;
    border-top: 1px solid #2d2d2d
  }

  .hero__desctop {
    display: none
  }

  .hero__mobile {
    display: block
  }

  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: auto;
    padding-bottom: 140px
  }

  .hero__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .hero__img {
    position: relative;
    top: -70px;
    left: 60px
  }

  .hero__title {
    margin-top: 26px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    max-width: auto
  }

  .hero__text {
    text-align: left;
    margin-top: -94px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
  }

  .hero__item {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 126px !important;
    max-width: 200px !important;
    font-size: 9px;
  }

  .hero__item--1::before {
    background-image: url(../img/icons/h4.svg);
    width: 78px;
    height: 21px;
    right: auto;
    left: -76px;
    top: 18px;
  }

  .hero__item--3 {
    padding-bottom: 16px
  }

  .advantages__wrap {
    padding-top: 160px
  }

  .advantages__img {
    max-width: 500px
  }

  .advantages__title {
    text-align: center;
    margin-right: 0
  }

  .advantages__title span {
    display: block;
    margin-top: 10px
  }

  .advantages__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }

  .advantages__item {
    line-height: 108%;
    font-size: 24px;
    padding: 9px
  }

  .advantages__item-line--3 {
    display: block
  }

  .advantages__item-line--4 {
    display: none
  }

  .advantages__item-line {
    rotate: 90deg
  }

  .advantages__item--last {
    margin-right: 0;
    font-size: 30px;
    line-height: 100%;
    display: block;
    text-align: center;
    width: 175px;
    margin-left: auto;
    display: block;
    padding: 9px;
    position: absolute;
    top: auto;
    right: 260px;
    bottom: -118px
  }

  .advantages__item--last::before {
    background: url(../img/borderm.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .advantages__item--last .advantages__item-num {
    font-size: 74px;
    line-height: 100%;
    display: inline
  }

  .advantages__item--last .advantages__item-text {
    display: inline
  }

  .use__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
  }

  .use__item--bottom {
    gap: 20px
  }

  .use__item--num {
    font-size: 19px;
    margin-left: 10px
  }

  .use__item--num::before {
    width: 32px;
    height: 30px;
    left: -11px
  }

  .portfolio__title {
    text-align: center
  }

  .portfolio__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 50px;
    gap: 10px
  }

  .review__slide-top img {
    max-width: 63px
  }

  .review__slide-text {
    padding-left: 14px
  }

  .review__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 50px;
    gap: 10px
  }

  .text__title {
    max-width: 220px
  }

  .glass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .glass__title {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
    font-size: 22px
  }

  .glass img {
    max-width: 100%;
    display: none
  }

  .glass__img-mob {
    display: block !important;
    margin-bottom: 20px
  }

  .glass__item {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px
  }

  .glass__item-title {
    font-size: 20px
  }

  .glass__item-text {
    font-size: 13px
  }

  .example__content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }

  .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .contact__info {
    max-width: 100%
  }

  .contact__map {
    height: 300px
  }

  .quiz__footer {
    margin-top: 0
  }

  .qiuz__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .qiuz__head-left {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 5px;
    gap: 17px
  }

  .qiuz__head-step {
    font-size: 11px
  }

  .qiuz__head-num {
    width: 30px;
    height: 27px;
    font-size: 19px
  }

  .qiuz__head-title {
    font-size: 12px
  }

  .qiuz__head-right {
    margin-top: 10px;
    padding-left: 22px;
    font-size: 14px
  }

  .clothes__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 33px
  }

  .clothes__titles .clothes__text {
    display: block
  }

  .clothes__title {
    text-align: center;
    margin-bottom: 10px
  }

  .clothes__item {
    width: 92px;
    height: 66px;
    padding-left: 4px;
    padding-top: 8px
  }

  .clothes__item-top {
    gap: 4px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .clothes__item-title {
    font-size: 8px
  }

  .clothes__item-text {
    display: none
  }

  .clothes__item-img {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 50px;
    width: 100%
  }

  .form__btn img {
    max-width: 20px
  }

  .form__btn {
    margin-top: 20px;
    width: 214px;
    font-size: 14px
  }
}

@media (max-width:61.99875em) and (max-width:20em) {
  .hero__title {
    font-size: 1.25rem
  }

  .hero__title {
    line-height: 1.75rem
  }

  .advantages__wrap {
    padding-bottom: 26.25rem
  }

  .advantages__img {
    width: 17.5rem
  }

  .advantages__img {
    bottom: 8.75rem
  }

  .advantages__img {
    left: -2.5rem
  }

  .advantages__item--last {
    right: .0000000625rem
  }

  .clothes__row {
    gap: .8125rem
  }
}

@media (max-width:47.99875em) {
  .btn {
    font-size: 16px;
    padding: 10px
  }

  .menu__body {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 60px;
    overflow: auto;
    padding: 1.875rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    z-index: 2
  }

  .menu-open .menu__body {
    z-index: 1;
    background: #fff;
    left: 0
  }

  .menu-open .menu__body::before {
    left: 0
  }

  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000;
    display: none
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .swiper-pagination-bullet {
    width: 28px !important;
    height: 26px !important;
    font-size: 18px !important
  }

  .blockquote__wrap {
    padding-bottom: 67px
  }

  .blockquote__wrap::after {
    background-size: cover
  }

  .blockquote__wrap::before {
    top: -140px;
    right: -20px
  }

  .blockquote__text {
    max-width: 100%;
    font-size: 18px;
    padding-right: 30px
  }

  .blockquote__link {
    max-width: 180px;
    margin: 0 auto;
    font-size: 14px
  }

  .header__link-selection {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .header__nav {
    padding-top: 0;
    padding-bottom: 0
  }

  .menu__body ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
  }

  .menu__body li .submenu {
    width: auto;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible
  }

  .menu__body li .submenu a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .menu__body li:hover .submenu {
    display: block;
    top: 0
  }

  .menu__body a {
    font-size: .875rem
  }

  .footer__social a {
    font-size: 12px
  }

  .footer__bottom {
    font-size: 11px
  }

  .nopage__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .nopage__img {
    max-width: 300px
  }

  .nopage__text {
    text-align: center
  }

  .nopage__btn {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 240px;
    font-size: 14px
  }

  .quiz__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
  }

  .quiz__btn {
    width: 214px !important;
    font-size: 14px
  }

  .quiz__btn img {
    max-width: 20px
  }

  .quiz-item input:checked+label .quiz-item__radio::after {
    width: 6px;
    height: 6px;
    left: 1px;
    top: 1px
  }

  .quiz-item__radio {
    width: 12px;
    min-width: 12px;
    height: 12px
  }

  .form-input {
    height: 30px;
    padding-left: 17px
  }

  .form-input::-webkit-input-placeholder {
    font-size: 10px
  }

  .form-input::-moz-placeholder {
    font-size: 10px
  }

  .form-input:-ms-input-placeholder {
    font-size: 10px
  }

  .form-input::-ms-input-placeholder {
    font-size: 10px
  }

  .form-input::placeholder {
    font-size: 10px
  }
}

@media (max-width:47.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:47.99875em) and (max-width:20em) {
  .blockquote__wrap {
    padding-top: 12.5rem
  }
}

@media (max-width:29.99875em) {
  .btn {
    font-size: 14px;
    padding: 10px
  }

  .menu__body {
    top: 46px
  }

  .social span {
    display: none
  }

  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .header__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header__social {
    margin-left: auto
  }

  .header__link-selection {
    margin-top: 6px;
    margin-bottom: 6px
  }

  .menu__icon {
    font-size: 11px
  }

  .portfolio__slider {
    padding-bottom: 80px !important
  }

  .portfolio .swiper-button-next,
  .portfolio .swiper-button-prev {
    width: 50px !important;
    margin-top: -6px !important
  }

  .portfolio .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important
  }

  .portfolio .swiper-pagination-bullet-active {
    width: 21px !important;
    height: 21px !important
  }

  .review .swiper-button-next,
  .review .swiper-button-prev {
    width: 50px !important;
    margin-top: -6px !important
  }

  .review .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important
  }

  .review .swiper-pagination-bullet-active {
    width: 21px !important;
    height: 21px !important
  }

  .example__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .contact__item-mes__item img {
    max-width: 20px
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }


}

@media (max-width:23.74875em) {
  .blockquote__wrap::after {
    background-image: url(../img/block2.svg)
  }
}

@media (min-width:20em) and (max-width:96.25em) {
  @supports (font-size:clamp(0.9375rem, 0.6588114754rem + 1.393442623vw, 2rem)) {
    .phone {
      font-size: clamp(.9375rem, .6588114754rem + 1.393442623vw, 2rem)
    }
  }

  @supports not (font-size:clamp(0.9375rem, 0.6588114754rem + 1.393442623vw, 2rem)) {
    .phone {
      font-size: calc(.9375rem + 1.0625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(0.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)) {
    .blockquote__wrap {
      padding-top: clamp(.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)
    }
  }

  @supports not (padding-top:clamp(0.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)) {
    .blockquote__wrap {
      padding-top: calc(.625rem + 8.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(0.625rem, -0.1946721311rem + 4.0983606557vw, 3.75rem)) {
    .blockquote__wrap {
      padding-left: clamp(.625rem, -.1946721311rem + 4.0983606557vw, 3.75rem)
    }
  }

  @supports not (padding-left:clamp(0.625rem, -0.1946721311rem + 4.0983606557vw, 3.75rem)) {
    .blockquote__wrap {
      padding-left: calc(.625rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (right:clamp(-9.375rem, -1.4856557377rem + -8.1967213115vw, -3.125rem)) {
    .blockquote__wrap::before {
      right: clamp(-9.375rem, -1.4856557377rem + -8.1967213115vw, -3.125rem)
    }
  }

  @supports not (right:clamp(-9.375rem, -1.4856557377rem + -8.1967213115vw, -3.125rem)) {
    .blockquote__wrap::before {
      right: calc(-3.125rem + -6.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (width:clamp(21.5625rem, 17.6280737705rem + 19.6721311475vw, 36.5625rem)) {
    .blockquote__wrap::before {
      width: clamp(21.5625rem, 17.6280737705rem + 19.6721311475vw, 36.5625rem)
    }
  }

  @supports not (width:clamp(21.5625rem, 17.6280737705rem + 19.6721311475vw, 36.5625rem)) {
    .blockquote__wrap::before {
      width: calc(21.5625rem + 15 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (height:clamp(26.625rem, 21.8545081967rem + 23.8524590164vw, 44.8125rem)) {
    .blockquote__wrap::before {
      height: clamp(26.625rem, 21.8545081967rem + 23.8524590164vw, 44.8125rem)
    }
  }

  @supports not (height:clamp(26.625rem, 21.8545081967rem + 23.8524590164vw, 44.8125rem)) {
    .blockquote__wrap::before {
      height: calc(26.625rem + 18.1875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.3504098361rem + 2.6229508197vw, 2.875rem)) {
    .blockquote__text {
      font-size: clamp(.875rem, .3504098361rem + 2.6229508197vw, 2.875rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.3504098361rem + 2.6229508197vw, 2.875rem)) {
    .blockquote__text {
      font-size: calc(.875rem + 2 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.25rem, 0.5942622951rem + 3.2786885246vw, 3.75rem)) {
    .blockquote__text {
      margin-bottom: clamp(1.25rem, .5942622951rem + 3.2786885246vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.25rem, 0.5942622951rem + 3.2786885246vw, 3.75rem)) {
    .blockquote__text {
      margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .page-title {
      padding-top: clamp(1.875rem, .7274590164rem + 5.737704918vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .page-title {
      padding-top: calc(1.875rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .page-title {
      padding-bottom: clamp(1.875rem, .7274590164rem + 5.737704918vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .page-title {
      padding-bottom: calc(1.875rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.25rem, 0.6106557377rem + 3.1967213115vw, 3.6875rem)) {
    .page-title {
      font-size: clamp(1.25rem, .6106557377rem + 3.1967213115vw, 3.6875rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 0.6106557377rem + 3.1967213115vw, 3.6875rem)) {
    .page-title {
      font-size: calc(1.25rem + 2.4375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-left:clamp(0.625rem, -0.5225409836rem + 5.737704918vw, 5rem)) {
    .header__link-selection {
      margin-left: clamp(.625rem, -.5225409836rem + 5.737704918vw, 5rem)
    }
  }

  @supports not (margin-left:clamp(0.625rem, -0.5225409836rem + 5.737704918vw, 5rem)) {
    .header__link-selection {
      margin-left: calc(.625rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(1.25rem, 0.7581967213rem + 2.4590163934vw, 3.125rem)) {
    .menu__body ul {
      gap: clamp(1.25rem, .7581967213rem + 2.4590163934vw, 3.125rem)
    }
  }

  @supports not (gap:clamp(1.25rem, 0.7581967213rem + 2.4590163934vw, 3.125rem)) {
    .menu__body ul {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(5.125rem, 4.4036885246rem + 3.606557377vw, 7.875rem)) {
    .footer__top {
      padding-top: clamp(5.125rem, 4.4036885246rem + 3.606557377vw, 7.875rem)
    }
  }

  @supports not (padding-top:clamp(5.125rem, 4.4036885246rem + 3.606557377vw, 7.875rem)) {
    .footer__top {
      padding-top: calc(5.125rem + 2.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)) {
    .footer__top {
      padding-bottom: clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)
    }
  }

  @supports not (padding-bottom:clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)) {
    .footer__top {
      padding-bottom: calc(1.625rem + 1.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (max-width:clamp(0.0625rem, -5.6588114754rem + 28.606557377vw, 21.875rem)) {
    .footer .logo {
      max-width: clamp(.0625rem, -5.6588114754rem + 28.606557377vw, 21.875rem)
    }
  }

  @supports not (max-width:clamp(0.0625rem, -5.6588114754rem + 28.606557377vw, 21.875rem)) {
    .footer .logo {
      max-width: calc(.0625rem + 21.8125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, 0.1331967213rem + 2.4590163934vw, 2.5rem)) {
    .footer__nav ul {
      gap: clamp(.625rem, .1331967213rem + 2.4590163934vw, 2.5rem)
    }
  }

  @supports not (gap:clamp(0.625rem, 0.1331967213rem + 2.4590163934vw, 2.5rem)) {
    .footer__nav ul {
      gap: calc(.625rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)) {
    .footer__middle {
      padding-top: clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)
    }
  }

  @supports not (padding-top:clamp(1.625rem, 1.231557377rem + 1.9672131148vw, 3.125rem)) {
    .footer__middle {
      padding-top: calc(1.625rem + 1.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)) {
    .footer__middle {
      padding-bottom: clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)) {
    .footer__middle {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1rem, 0.9180327869rem + 0.4098360656vw, 1.3125rem)) {
    .footer__address {
      font-size: clamp(1rem, .9180327869rem + .4098360656vw, 1.3125rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.9180327869rem + 0.4098360656vw, 1.3125rem)) {
    .footer__address {
      font-size: calc(1rem + .3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(10rem, 9.6721311475rem + 1.6393442623vw, 11.25rem)) {
    .advantages__wrap {
      padding-top: clamp(10rem, 9.6721311475rem + 1.6393442623vw, 11.25rem)
    }
  }

  @supports not (padding-top:clamp(10rem, 9.6721311475rem + 1.6393442623vw, 11.25rem)) {
    .advantages__wrap {
      padding-top: calc(10rem + 1.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(20.625rem, 25.3586065574rem + -4.9180327869vw, 24.375rem)) {
    .advantages__wrap {
      padding-bottom: clamp(20.625rem, 25.3586065574rem + -4.9180327869vw, 24.375rem)
    }
  }

  @supports not (padding-bottom:clamp(20.625rem, 25.3586065574rem + -4.9180327869vw, 24.375rem)) {
    .advantages__wrap {
      padding-bottom: calc(24.375rem + -3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (max-width:clamp(10rem, 0.1639344262rem + 49.1803278689vw, 47.5rem)) {
    .advantages__img {
      max-width: clamp(10rem, .1639344262rem + 49.1803278689vw, 47.5rem)
    }
  }

  @supports not (max-width:clamp(10rem, 0.1639344262rem + 49.1803278689vw, 47.5rem)) {
    .advantages__img {
      max-width: calc(10rem + 37.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (bottom:clamp(-6.25rem, -7.5614754098rem + 6.5573770492vw, -1.25rem)) {
    .advantages__img {
      bottom: clamp(-6.25rem, -7.5614754098rem + 6.5573770492vw, -1.25rem)
    }
  }

  @supports not (bottom:clamp(-6.25rem, -7.5614754098rem + 6.5573770492vw, -1.25rem)) {
    .advantages__img {
      bottom: calc(-6.25rem + 5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 1.0143442623rem + 1.8032786885vw, 2.75rem)) {
    .advantages__title {
      font-size: clamp(1.375rem, 1.0143442623rem + 1.8032786885vw, 2.75rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 1.0143442623rem + 1.8032786885vw, 2.75rem)) {
    .advantages__title {
      font-size: calc(1.375rem + 1.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-right:clamp(0.0000000625rem, -1.6393441834rem + 8.1967212295vw, 6.25rem)) {
    .advantages__title {
      margin-right: clamp(.0000000625rem, -1.6393441834rem + 8.1967212295vw, 6.25rem)
    }
  }

  @supports not (margin-right:clamp(0.0000000625rem, -1.6393441834rem + 8.1967212295vw, 6.25rem)) {
    .advantages__title {
      margin-right: calc(.0000000625rem + 6.2499999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.25rem, 0.856557377rem + 1.9672131148vw, 2.75rem)) {
    .advantages__title {
      margin-bottom: clamp(1.25rem, .856557377rem + 1.9672131148vw, 2.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.25rem, 0.856557377rem + 1.9672131148vw, 2.75rem)) {
    .advantages__title {
      margin-bottom: calc(1.25rem + 1.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(2.875rem, 2.0553278689rem + 4.0983606557vw, 6rem)) {
    .advantages__title span {
      font-size: clamp(2.875rem, 2.0553278689rem + 4.0983606557vw, 6rem)
    }
  }

  @supports not (font-size:clamp(2.875rem, 2.0553278689rem + 4.0983606557vw, 6rem)) {
    .advantages__title span {
      font-size: calc(2.875rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.125rem, 0.9446721311rem + 0.9016393443vw, 1.8125rem)) {
    .advantages__item {
      font-size: clamp(1.125rem, .9446721311rem + .9016393443vw, 1.8125rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.9446721311rem + 0.9016393443vw, 1.8125rem)) {
    .advantages__item {
      font-size: calc(1.125rem + .6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.875rem, 1.3668032787rem + 2.5409836066vw, 3.8125rem)) {
    .advantages__item--last {
      font-size: clamp(1.875rem, 1.3668032787rem + 2.5409836066vw, 3.8125rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.3668032787rem + 2.5409836066vw, 3.8125rem)) {
    .advantages__item--last {
      font-size: calc(1.875rem + 1.9375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(4.625rem, 3.1168032787rem + 7.5409836066vw, 10.375rem)) {
    .advantages__item--last .advantages__item-num {
      font-size: clamp(4.625rem, 3.1168032787rem + 7.5409836066vw, 10.375rem)
    }
  }

  @supports not (font-size:clamp(4.625rem, 3.1168032787rem + 7.5409836066vw, 10.375rem)) {
    .advantages__item--last .advantages__item-num {
      font-size: calc(4.625rem + 5.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(4.125rem, 3.3217213115rem + 4.0163934426vw, 7.1875rem)) {
    .advantages__item-num {
      font-size: clamp(4.125rem, 3.3217213115rem + 4.0163934426vw, 7.1875rem)
    }
  }

  @supports not (font-size:clamp(4.125rem, 3.3217213115rem + 4.0163934426vw, 7.1875rem)) {
    .advantages__item-num {
      font-size: calc(4.125rem + 3.0625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(1.25rem, -0.3893442623rem + 8.1967213115vw, 7.5rem)) {
    .use {
      padding-top: clamp(1.25rem, -.3893442623rem + 8.1967213115vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(1.25rem, -0.3893442623rem + 8.1967213115vw, 7.5rem)) {
    .use {
      padding-top: calc(1.25rem + 6.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.875rem, -0.4200819672rem + 11.4754098361vw, 10.625rem)) {
    .use {
      padding-bottom: clamp(1.875rem, -.4200819672rem + 11.4754098361vw, 10.625rem)
    }
  }

  @supports not (padding-bottom:clamp(1.875rem, -0.4200819672rem + 11.4754098361vw, 10.625rem)) {
    .use {
      padding-bottom: calc(1.875rem + 8.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .use__title {
      font-size: clamp(1.375rem, .768442623rem + 3.0327868852vw, 3.6875rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .use__title {
      font-size: calc(1.375rem + 2.3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)) {
    .use__title {
      margin-bottom: clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)
    }
  }

  @supports not (margin-bottom:clamp(3.125rem, 2.3053278689rem + 4.0983606557vw, 6.25rem)) {
    .use__title {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -0.0307377049rem + 3.2786885246vw, 3.125rem)) {
    .use__wrap {
      gap: clamp(.625rem, -.0307377049rem + 3.2786885246vw, 3.125rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.0307377049rem + 3.2786885246vw, 3.125rem)) {
    .use__wrap {
      gap: calc(.625rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (height:clamp(18.75rem, 16.4549180328rem + 11.4754098361vw, 27.5rem)) {
    .use__item--img {
      height: clamp(18.75rem, 16.4549180328rem + 11.4754098361vw, 27.5rem)
    }
  }

  @supports not (height:clamp(18.75rem, 16.4549180328rem + 11.4754098361vw, 27.5rem)) {
    .use__item--img {
      height: calc(18.75rem + 8.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.25rem, 1.0860655738rem + 0.8196721311vw, 1.875rem)) {
    .use__item--text {
      font-size: clamp(1.25rem, 1.0860655738rem + .8196721311vw, 1.875rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 1.0860655738rem + 0.8196721311vw, 1.875rem)) {
    .use__item--text {
      font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(8.125rem, 6.9774590164rem + 5.737704918vw, 12.5rem)) {
    .portfolio {
      padding-top: clamp(8.125rem, 6.9774590164rem + 5.737704918vw, 12.5rem)
    }
  }

  @supports not (padding-top:clamp(8.125rem, 6.9774590164rem + 5.737704918vw, 12.5rem)) {
    .portfolio {
      padding-top: calc(8.125rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.9323770492rem + 2.2131147541vw, 3.0625rem)) {
    .portfolio__title {
      font-size: clamp(1.375rem, .9323770492rem + 2.2131147541vw, 3.0625rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.9323770492rem + 2.2131147541vw, 3.0625rem)) {
    .portfolio__title {
      font-size: calc(1.375rem + 1.6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(3.4375rem, 2.3719262295rem + 5.3278688525vw, 7.5rem)) {
    .review {
      padding-top: clamp(3.4375rem, 2.3719262295rem + 5.3278688525vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(3.4375rem, 2.3719262295rem + 5.3278688525vw, 7.5rem)) {
    .review {
      padding-top: calc(3.4375rem + 4.0625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .review {
      padding-bottom: clamp(1.875rem, .7274590164rem + 5.737704918vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .review {
      padding-bottom: calc(1.875rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.9323770492rem + 2.2131147541vw, 3.0625rem)) {
    .review__title {
      font-size: clamp(1.375rem, .9323770492rem + 2.2131147541vw, 3.0625rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.9323770492rem + 2.2131147541vw, 3.0625rem)) {
    .review__title {
      font-size: calc(1.375rem + 1.6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(3.125rem, 2.4692622951rem + 3.2786885246vw, 5.625rem)) {
    .review__title {
      margin-bottom: clamp(3.125rem, 2.4692622951rem + 3.2786885246vw, 5.625rem)
    }
  }

  @supports not (margin-bottom:clamp(3.125rem, 2.4692622951rem + 3.2786885246vw, 5.625rem)) {
    .review__title {
      margin-bottom: calc(3.125rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(0.0000000625rem, -0.8196720523rem + 4.0983605738vw, 3.125rem)) {
    .review__wrap {
      padding-left: clamp(.0000000625rem, -.8196720523rem + 4.0983605738vw, 3.125rem)
    }
  }

  @supports not (padding-left:clamp(0.0000000625rem, -0.8196720523rem + 4.0983605738vw, 3.125rem)) {
    .review__wrap {
      padding-left: calc(.0000000625rem + 3.1249999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-right:clamp(0.0000000625rem, -0.8196720523rem + 4.0983605738vw, 3.125rem)) {
    .review__wrap {
      padding-right: clamp(.0000000625rem, -.8196720523rem + 4.0983605738vw, 3.125rem)
    }
  }

  @supports not (padding-right:clamp(0.0000000625rem, -0.8196720523rem + 4.0983605738vw, 3.125rem)) {
    .review__wrap {
      padding-right: calc(.0000000625rem + 3.1249999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(2.5rem, 1.6803278689rem + 4.0983606557vw, 5.625rem)) {
    .review__slider {
      margin-bottom: clamp(2.5rem, 1.6803278689rem + 4.0983606557vw, 5.625rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, 1.6803278689rem + 4.0983606557vw, 5.625rem)) {
    .review__slider {
      margin-bottom: calc(2.5rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.25rem, 0.2663934426rem + 4.9180327869vw, 5rem)) {
    .review__slide {
      padding-bottom: clamp(1.25rem, .2663934426rem + 4.9180327869vw, 5rem)
    }
  }

  @supports not (padding-bottom:clamp(1.25rem, 0.2663934426rem + 4.9180327869vw, 5rem)) {
    .review__slide {
      padding-bottom: calc(1.25rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(0.625rem, 0.1331967213rem + 2.4590163934vw, 2.5rem)) {
    .review__slide {
      padding-left: clamp(.625rem, .1331967213rem + 2.4590163934vw, 2.5rem)
    }
  }

  @supports not (padding-left:clamp(0.625rem, 0.1331967213rem + 2.4590163934vw, 2.5rem)) {
    .review__slide {
      padding-left: calc(.625rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-right:clamp(0.9375rem, 0.6915983607rem + 1.2295081967vw, 1.875rem)) {
    .review__slide {
      padding-right: clamp(.9375rem, .6915983607rem + 1.2295081967vw, 1.875rem)
    }
  }

  @supports not (padding-right:clamp(0.9375rem, 0.6915983607rem + 1.2295081967vw, 1.875rem)) {
    .review__slide {
      padding-right: calc(.9375rem + .9375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(0.4375rem, 0.3227459016rem + 0.5737704918vw, 0.875rem)) {
    .review__slide-top {
      margin-bottom: clamp(.4375rem, .3227459016rem + .5737704918vw, .875rem)
    }
  }

  @supports not (margin-bottom:clamp(0.4375rem, 0.3227459016rem + 0.5737704918vw, 0.875rem)) {
    .review__slide-top {
      margin-bottom: calc(.4375rem + .4375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.6618852459rem + 1.0655737705vw, 1.6875rem)) {
    .review__slide-name {
      font-size: clamp(.875rem, .6618852459rem + 1.0655737705vw, 1.6875rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.6618852459rem + 1.0655737705vw, 1.6875rem)) {
    .review__slide-name {
      font-size: calc(.875rem + .8125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(0.3125rem, 0.2305327869rem + 0.4098360656vw, 0.625rem)) {
    .review__slide-name {
      margin-bottom: clamp(.3125rem, .2305327869rem + .4098360656vw, .625rem)
    }
  }

  @supports not (margin-bottom:clamp(0.3125rem, 0.2305327869rem + 0.4098360656vw, 0.625rem)) {
    .review__slide-name {
      margin-bottom: calc(.3125rem + .3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.5rem, 0.3852459016rem + 0.5737704918vw, 0.9375rem)) {
    .review__slide-date {
      font-size: clamp(.5rem, .3852459016rem + .5737704918vw, .9375rem)
    }
  }

  @supports not (font-size:clamp(0.5rem, 0.3852459016rem + 0.5737704918vw, 0.9375rem)) {
    .review__slide-date {
      font-size: calc(.5rem + .4375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.6875rem, 0.5071721311rem + 0.9016393443vw, 1.375rem)) {
    .review__slide-text {
      font-size: clamp(.6875rem, .5071721311rem + .9016393443vw, 1.375rem)
    }
  }

  @supports not (font-size:clamp(0.6875rem, 0.5071721311rem + 0.9016393443vw, 1.375rem)) {
    .review__slide-text {
      font-size: calc(.6875rem + .6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(3.125rem, 2.1413934426rem + 4.9180327869vw, 6.875rem)) {
    .text {
      padding-top: clamp(3.125rem, 2.1413934426rem + 4.9180327869vw, 6.875rem)
    }
  }

  @supports not (padding-top:clamp(3.125rem, 2.1413934426rem + 4.9180327869vw, 6.875rem)) {
    .text {
      padding-top: calc(3.125rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(4.0625rem, 2.9969262295rem + 5.3278688525vw, 8.125rem)) {
    .text {
      padding-bottom: clamp(4.0625rem, 2.9969262295rem + 5.3278688525vw, 8.125rem)
    }
  }

  @supports not (padding-bottom:clamp(4.0625rem, 2.9969262295rem + 5.3278688525vw, 8.125rem)) {
    .text {
      padding-bottom: calc(4.0625rem + 4.0625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .text__title {
      font-size: clamp(1.375rem, .768442623rem + 3.0327868852vw, 3.6875rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .text__title {
      font-size: calc(1.375rem + 2.3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(4.375rem, 3.8831967213rem + 2.4590163934vw, 6.25rem)) {
    .text__title {
      margin-bottom: clamp(4.375rem, 3.8831967213rem + 2.4590163934vw, 6.25rem)
    }
  }

  @supports not (margin-bottom:clamp(4.375rem, 3.8831967213rem + 2.4590163934vw, 6.25rem)) {
    .text__title {
      margin-bottom: calc(4.375rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.25rem, 1.0368852459rem + 1.0655737705vw, 2.0625rem)) {
    .text h3 {
      font-size: clamp(1.25rem, 1.0368852459rem + 1.0655737705vw, 2.0625rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 1.0368852459rem + 1.0655737705vw, 2.0625rem)) {
    .text h3 {
      font-size: calc(1.25rem + .8125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h3 {
      margin-bottom: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h3 {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0266393443rem + 0.4918032787vw, 1.5rem)) {
    .text h4 {
      font-size: clamp(1.125rem, 1.0266393443rem + .4918032787vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0266393443rem + 0.4918032787vw, 1.5rem)) {
    .text h4 {
      font-size: calc(1.125rem + .375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h4 {
      margin-bottom: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h4 {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-top:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h4 {
      margin-top: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-top:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .text h4 {
      margin-top: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.7110655738rem + 0.8196721311vw, 1.5rem)) {
    .text p {
      font-size: clamp(.875rem, .7110655738rem + .8196721311vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.7110655738rem + 0.8196721311vw, 1.5rem)) {
    .text p {
      font-size: calc(.875rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(0.625rem, 0.4610655738rem + 0.8196721311vw, 1.25rem)) {
    .text p {
      margin-bottom: clamp(.625rem, .4610655738rem + .8196721311vw, 1.25rem)
    }
  }

  @supports not (margin-bottom:clamp(0.625rem, 0.4610655738rem + 0.8196721311vw, 1.25rem)) {
    .text p {
      margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol,
    .text ul {
      margin-bottom: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol,
    .text ul {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-top:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol,
    .text ul {
      margin-top: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-top:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol,
    .text ul {
      margin-top: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.7110655738rem + 0.8196721311vw, 1.5rem)) {

    .text ol,
    .text ul {
      font-size: clamp(.875rem, .7110655738rem + .8196721311vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.7110655738rem + 0.8196721311vw, 1.5rem)) {

    .text ol,
    .text ul {
      font-size: calc(.875rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, 0.4610655738rem + 0.8196721311vw, 1.25rem)) {

    .text ol,
    .text ul {
      gap: clamp(.625rem, .4610655738rem + .8196721311vw, 1.25rem)
    }
  }

  @supports not (gap:clamp(0.625rem, 0.4610655738rem + 0.8196721311vw, 1.25rem)) {

    .text ol,
    .text ul {
      gap: calc(.625rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol li,
    .text ul li {
      padding-left: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (padding-left:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {

    .text ol li,
    .text ul li {
      padding-left: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (left:clamp(0.0000000625rem, -0.4918031998rem + 2.4590163115vw, 1.875rem)) {
    .text ul li:before {
      left: clamp(.0000000625rem, -.4918031998rem + 2.4590163115vw, 1.875rem)
    }
  }

  @supports not (left:clamp(0.0000000625rem, -0.4918031998rem + 2.4590163115vw, 1.875rem)) {
    .text ul li:before {
      left: calc(.0000000625rem + 1.8749999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (left:clamp(0.0000000625rem, -0.4918031998rem + 2.4590163115vw, 1.875rem)) {
    .text ol li:before {
      left: clamp(.0000000625rem, -.4918031998rem + 2.4590163115vw, 1.875rem)
    }
  }

  @supports not (left:clamp(0.0000000625rem, -0.4918031998rem + 2.4590163115vw, 1.875rem)) {
    .text ol li:before {
      left: calc(.0000000625rem + 1.8749999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1rem, 0.8360655738rem + 0.8196721311vw, 1.625rem)) {
    .text ol li:before {
      font-size: clamp(1rem, .8360655738rem + .8196721311vw, 1.625rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.8360655738rem + 0.8196721311vw, 1.625rem)) {
    .text ol li:before {
      font-size: calc(1rem + .625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .glass {
      padding-top: clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .glass {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -0.6045081967rem + 6.1475409836vw, 5.3125rem)) {
    .glass {
      gap: clamp(.625rem, -.6045081967rem + 6.1475409836vw, 5.3125rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.6045081967rem + 6.1475409836vw, 5.3125rem)) {
    .glass {
      gap: calc(.625rem + 4.6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.8504098361rem + 2.6229508197vw, 3.375rem)) {
    .glass__title {
      font-size: clamp(1.375rem, .8504098361rem + 2.6229508197vw, 3.375rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.8504098361rem + 2.6229508197vw, 3.375rem)) {
    .glass__title {
      font-size: calc(1.375rem + 2 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)) {
    .glass__title {
      margin-bottom: clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)) {
    .glass__title {
      margin-bottom: calc(1.875rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(0.0000000625rem, -2.1311474621rem + 10.655737623vw, 8.125rem)) {
    .glass__title {
      padding-left: clamp(.0000000625rem, -2.1311474621rem + 10.655737623vw, 8.125rem)
    }
  }

  @supports not (padding-left:clamp(0.0000000625rem, -2.1311474621rem + 10.655737623vw, 8.125rem)) {
    .glass__title {
      padding-left: calc(.0000000625rem + 8.1249999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (max-width:clamp(0.625rem, -10.4569672131rem + 55.4098360656vw, 42.875rem)) {
    .glass img {
      max-width: clamp(.625rem, -10.4569672131rem + 55.4098360656vw, 42.875rem)
    }
  }

  @supports not (max-width:clamp(0.625rem, -10.4569672131rem + 55.4098360656vw, 42.875rem)) {
    .glass img {
      max-width: calc(.625rem + 42.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(3.125rem, 2.5512295082rem + 2.868852459vw, 5.3125rem)) {
    .glass__item {
      padding-top: clamp(3.125rem, 2.5512295082rem + 2.868852459vw, 5.3125rem)
    }
  }

  @supports not (padding-top:clamp(3.125rem, 2.5512295082rem + 2.868852459vw, 5.3125rem)) {
    .glass__item {
      padding-top: calc(3.125rem + 2.1875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)) {
    .glass__item {
      padding-bottom: clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)
    }
  }

  @supports not (padding-bottom:clamp(1.875rem, 1.0553278689rem + 4.0983606557vw, 5rem)) {
    .glass__item {
      padding-bottom: calc(1.875rem + 3.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-right:clamp(1.25rem, 0.5942622951rem + 3.2786885246vw, 3.75rem)) {
    .glass__item {
      padding-right: clamp(1.25rem, .5942622951rem + 3.2786885246vw, 3.75rem)
    }
  }

  @supports not (padding-right:clamp(1.25rem, 0.5942622951rem + 3.2786885246vw, 3.75rem)) {
    .glass__item {
      padding-right: calc(1.25rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-left:clamp(1.25rem, 0.2663934426rem + 4.9180327869vw, 5rem)) {
    .glass__item {
      padding-left: clamp(1.25rem, .2663934426rem + 4.9180327869vw, 5rem)
    }
  }

  @supports not (padding-left:clamp(1.25rem, 0.2663934426rem + 4.9180327869vw, 5rem)) {
    .glass__item {
      padding-left: calc(1.25rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .glass__item:first-child {
      margin-bottom: clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.3831967213rem + 2.4590163934vw, 3.75rem)) {
    .glass__item:first-child {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.25rem, 0.9549180328rem + 1.4754098361vw, 2.375rem)) {
    .glass__item-title {
      font-size: clamp(1.25rem, .9549180328rem + 1.4754098361vw, 2.375rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 0.9549180328rem + 1.4754098361vw, 2.375rem)) {
    .glass__item-title {
      font-size: calc(1.25rem + 1.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.25rem, 1.0040983607rem + 1.2295081967vw, 2.1875rem)) {
    .glass__item-title {
      margin-bottom: clamp(1.25rem, 1.0040983607rem + 1.2295081967vw, 2.1875rem)
    }
  }

  @supports not (margin-bottom:clamp(1.25rem, 1.0040983607rem + 1.2295081967vw, 2.1875rem)) {
    .glass__item-title {
      margin-bottom: calc(1.25rem + .9375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.8125rem, 0.6321721311rem + 0.9016393443vw, 1.5rem)) {
    .glass__item-text {
      font-size: clamp(.8125rem, .6321721311rem + .9016393443vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(0.8125rem, 0.6321721311rem + 0.9016393443vw, 1.5rem)) {
    .glass__item-text {
      font-size: calc(.8125rem + .6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.25rem, 0.6762295082rem + 2.868852459vw, 3.4375rem)) {
    .nopage__text {
      font-size: clamp(1.25rem, .6762295082rem + 2.868852459vw, 3.4375rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 0.6762295082rem + 2.868852459vw, 3.4375rem)) {
    .nopage__text {
      font-size: calc(1.25rem + 2.1875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .example {
      padding-top: clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .example {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -0.6864754098rem + 6.5573770492vw, 5.625rem)) {
    .example__content {
      gap: clamp(.625rem, -.6864754098rem + 6.5573770492vw, 5.625rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.6864754098rem + 6.5573770492vw, 5.625rem)) {
    .example__content {
      gap: calc(.625rem + 5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-top:clamp(1.875rem, 0.5635245902rem + 6.5573770492vw, 6.875rem)) {
    .example__btn {
      margin-top: clamp(1.875rem, .5635245902rem + 6.5573770492vw, 6.875rem)
    }
  }

  @supports not (margin-top:clamp(1.875rem, 0.5635245902rem + 6.5573770492vw, 6.875rem)) {
    .example__btn {
      margin-top: calc(1.875rem + 5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .contact {
      padding-top: clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.5163934426rem + 4.9180327869vw, 6.25rem)) {
    .contact {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)) {
    .contact__wrap {
      margin-bottom: clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)) {
    .contact__wrap {
      margin-bottom: calc(1.875rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -1.0143442623rem + 8.1967213115vw, 6.875rem)) {
    .contact__wrap {
      gap: clamp(.625rem, -1.0143442623rem + 8.1967213115vw, 6.875rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -1.0143442623rem + 8.1967213115vw, 6.875rem)) {
    .contact__wrap {
      gap: calc(.625rem + 6.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.125rem, 0.9282786885rem + 0.9836065574vw, 1.875rem)) {
    .contact__info-title {
      font-size: clamp(1.125rem, .9282786885rem + .9836065574vw, 1.875rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.9282786885rem + 0.9836065574vw, 1.875rem)) {
    .contact__info-title {
      font-size: calc(1.125rem + .75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(2.5rem, 1.4344262295rem + 5.3278688525vw, 6.5625rem)) {
    .contact__info-title {
      margin-bottom: clamp(2.5rem, 1.4344262295rem + 5.3278688525vw, 6.5625rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, 1.4344262295rem + 5.3278688525vw, 6.5625rem)) {
    .contact__info-title {
      margin-bottom: calc(2.5rem + 4.0625 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)) {
    .contact__item {
      margin-bottom: clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.2192622951rem + 3.2786885246vw, 4.375rem)) {
    .contact__item {
      margin-bottom: calc(1.875rem + 2.5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1rem, 0.7868852459rem + 1.0655737705vw, 1.8125rem)) {
    .contact__item-title {
      font-size: clamp(1rem, .7868852459rem + 1.0655737705vw, 1.8125rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.7868852459rem + 1.0655737705vw, 1.8125rem)) {
    .contact__item-title {
      font-size: calc(1rem + .8125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(0.625rem, 0.493852459rem + 0.6557377049vw, 1.125rem)) {
    .contact__item-title {
      margin-bottom: clamp(.625rem, .493852459rem + .6557377049vw, 1.125rem)
    }
  }

  @supports not (margin-bottom:clamp(0.625rem, 0.493852459rem + 0.6557377049vw, 1.125rem)) {
    .contact__item-title {
      margin-bottom: calc(.625rem + .5 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.5rem, 1.3032786885rem + 0.9836065574vw, 2.25rem)) {
    .contact__item-phone {
      font-size: clamp(1.5rem, 1.3032786885rem + .9836065574vw, 2.25rem)
    }
  }

  @supports not (font-size:clamp(1.5rem, 1.3032786885rem + 0.9836065574vw, 2.25rem)) {
    .contact__item-phone {
      font-size: calc(1.5rem + .75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1rem, 0.9344262295rem + 0.3278688525vw, 1.25rem)) {
    .contact__item-phone {
      margin-bottom: clamp(1rem, .9344262295rem + .3278688525vw, 1.25rem)
    }
  }

  @supports not (margin-bottom:clamp(1rem, 0.9344262295rem + 0.3278688525vw, 1.25rem)) {
    .contact__item-phone {
      margin-bottom: calc(1rem + .25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.625rem, 0.5758196721rem + 0.2459016393vw, 0.8125rem)) {
    .contact__item-mes__item {
      font-size: clamp(.625rem, .5758196721rem + .2459016393vw, .8125rem)
    }
  }

  @supports not (font-size:clamp(0.625rem, 0.5758196721rem + 0.2459016393vw, 0.8125rem)) {
    .contact__item-mes__item {
      font-size: calc(.625rem + .1875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.125rem, 0.9282786885rem + 0.9836065574vw, 1.875rem)) {
    .contact__item-text {
      font-size: clamp(1.125rem, .9282786885rem + .9836065574vw, 1.875rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.9282786885rem + 0.9836065574vw, 1.875rem)) {
    .contact__item-text {
      font-size: calc(1.125rem + .75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.6946721311rem + 0.9016393443vw, 1.5625rem)) {
    .contact__rekv {
      font-size: clamp(.875rem, .6946721311rem + .9016393443vw, 1.5625rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.6946721311rem + 0.9016393443vw, 1.5625rem)) {
    .contact__rekv {
      font-size: calc(.875rem + .6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(1.875rem, 1.1209016393rem + 3.7704918033vw, 4.75rem)) {
    .quiz {
      padding-top: clamp(1.875rem, 1.1209016393rem + 3.7704918033vw, 4.75rem)
    }
  }

  @supports not (padding-top:clamp(1.875rem, 1.1209016393rem + 3.7704918033vw, 4.75rem)) {
    .quiz {
      padding-top: calc(1.875rem + 2.875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .quiz__title {
      font-size: clamp(1.375rem, .768442623rem + 3.0327868852vw, 3.6875rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.768442623rem + 3.0327868852vw, 3.6875rem)) {
    .quiz__title {
      font-size: calc(1.375rem + 2.3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.9375rem, 0.6424180328rem + 1.4754098361vw, 2.0625rem)) {
    .quiz__subtitle {
      font-size: clamp(.9375rem, .6424180328rem + 1.4754098361vw, 2.0625rem)
    }
  }

  @supports not (font-size:clamp(0.9375rem, 0.6424180328rem + 1.4754098361vw, 2.0625rem)) {
    .quiz__subtitle {
      font-size: calc(.9375rem + 1.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.5rem, 0.2540983607rem + 6.2295081967vw, 6.25rem)) {
    .quiz__subtitle {
      margin-bottom: clamp(1.5rem, .2540983607rem + 6.2295081967vw, 6.25rem)
    }
  }

  @supports not (margin-bottom:clamp(1.5rem, 0.2540983607rem + 6.2295081967vw, 6.25rem)) {
    .quiz__subtitle {
      margin-bottom: calc(1.5rem + 4.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-top:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .quiz__body {
      padding-top: clamp(1.875rem, .7274590164rem + 5.737704918vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(1.875rem, 0.7274590164rem + 5.737704918vw, 6.25rem)) {
    .quiz__body {
      padding-top: calc(1.875rem + 4.375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(1.25rem, 0.9221311475rem + 1.6393442623vw, 2.5rem)) {
    .quiz__body {
      padding-bottom: clamp(1.25rem, .9221311475rem + 1.6393442623vw, 2.5rem)
    }
  }

  @supports not (padding-bottom:clamp(1.25rem, 0.9221311475rem + 1.6393442623vw, 2.5rem)) {
    .quiz__body {
      padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (margin-bottom:clamp(1.875rem, 0.8258196721rem + 5.2459016393vw, 5.875rem)) {
    .clothes__row {
      margin-bottom: clamp(1.875rem, .8258196721rem + 5.2459016393vw, 5.875rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 0.8258196721rem + 5.2459016393vw, 5.875rem)) {
    .clothes__row {
      margin-bottom: calc(1.875rem + 4 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -0.6045081967rem + 6.1475409836vw, 5.3125rem)) {
    .clothes__row {
      gap: clamp(.625rem, -.6045081967rem + 6.1475409836vw, 5.3125rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.6045081967rem + 6.1475409836vw, 5.3125rem)) {
    .clothes__row {
      gap: calc(.625rem + 4.6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(1.125rem, 0.9446721311rem + 0.9016393443vw, 1.8125rem)) {
    .clothes__title {
      font-size: clamp(1.125rem, .9446721311rem + .9016393443vw, 1.8125rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.9446721311rem + 0.9016393443vw, 1.8125rem)) {
    .clothes__title {
      font-size: calc(1.125rem + .6875 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.3125rem, -1.080942623rem + 6.9672131148vw, 5.625rem)) {
    .clothes__body {
      gap: clamp(.3125rem, -1.080942623rem + 6.9672131148vw, 5.625rem)
    }
  }

  @supports not (gap:clamp(0.3125rem, -1.080942623rem + 6.9672131148vw, 5.625rem)) {
    .clothes__body {
      gap: calc(.3125rem + 5.3125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)) {
    .form {
      gap: clamp(.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -1.6700819672rem + 11.4754098361vw, 9.375rem)) {
    .form {
      gap: calc(.625rem + 8.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (font-size:clamp(0.75rem, 0.487704918rem + 1.3114754098vw, 1.75rem)) {
    .form__img label {
      font-size: clamp(.75rem, .487704918rem + 1.3114754098vw, 1.75rem)
    }
  }

  @supports not (font-size:clamp(0.75rem, 0.487704918rem + 1.3114754098vw, 1.75rem)) {
    .form__img label {
      font-size: calc(.75rem + 1 * (100vw - 20rem)/ 76.25)
    }
  }
}

@media (max-width:47.99875em) and (min-width:96.25em) {
  .blockquote__wrap {
    padding-top: 16.25rem
  }
}

@media (max-width:47.99875em) and (min-width:20em) and (max-width:96.25em) {
  @supports (padding-top:clamp(12.5rem, 11.5163934426rem + 4.9180327869vw, 16.25rem)) {
    .blockquote__wrap {
      padding-top: clamp(12.5rem, 14.5163934426rem + 6.9180327869vw, 16.25rem)
    }
  }

  @supports not (padding-top:clamp(12.5rem, 11.5163934426rem + 4.9180327869vw, 16.25rem)) {
    .blockquote__wrap {
      padding-top: calc(12.5rem + 3.75 * (100vw - 20rem)/ 76.25)
    }
  }
}

@media (min-width:62em) and (max-width:120em) {
  @supports (max-width:clamp(30rem, -6.7456896552rem + 59.2672413793vw, 64.375rem)) {
    .blockquote__text {
      max-width: clamp(30rem, -6.7456896552rem + 59.2672413793vw, 64.375rem)
    }
  }

  @supports not (max-width:clamp(30rem, -6.7456896552rem + 59.2672413793vw, 64.375rem)) {
    .blockquote__text {
      max-width: calc(30rem + 34.375 * (100vw - 62rem)/ 58)
    }
  }
}

@media (min-width:47.99875em) and (max-width:120em) {
  @supports (font-size:clamp(0.875rem, 0.6250108505rem + 0.5208242912vw, 1.25rem)) {
    .menu__body a {
      font-size: clamp(.875rem, .6250108505rem + .5208242912vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.6250108505rem + 0.5208242912vw, 1.25rem)) {
    .menu__body a {
      font-size: calc(.875rem + .375 * (100vw - 47.99875rem)/ 72.00125)
    }
  }
}

@media (max-width:61.99875em) and (min-width:96.25em) {
  .hero__title {
    font-size: 2rem
  }

  .hero__title {
    line-height: 2.5rem
  }

  .advantages__wrap {
    padding-bottom: 40rem
  }

  .advantages__img {
    width: 43.75rem
  }

  .advantages__img {
    bottom: .625rem
  }

  .advantages__img {
    left: 21.25rem
  }

  .advantages__item--last {
    right: 23.75rem
  }

  .clothes__row {
    gap: 2.5rem
  }
}

@media (max-width:61.99875em) and (min-width:20em) and (max-width:96.25em) {
  @supports (font-size:clamp(1.25rem, 1.0532786885rem + 0.9836065574vw, 2rem)) {
    .hero__title {
      font-size: clamp(1.25rem, 1.0532786885rem + .9836065574vw, 2rem)
    }
  }

  @supports not (font-size:clamp(1.25rem, 1.0532786885rem + 0.9836065574vw, 2rem)) {
    .hero__title {
      font-size: calc(1.25rem + .75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (line-height:clamp(1.75rem, 1.5532786885rem + 0.9836065574vw, 2.5rem)) {
    .hero__title {
      line-height: clamp(1.75rem, 1.5532786885rem + .9836065574vw, 2.5rem)
    }
  }

  @supports not (line-height:clamp(1.75rem, 1.5532786885rem + 0.9836065574vw, 2.5rem)) {
    .hero__title {
      line-height: calc(1.75rem + .75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (padding-bottom:clamp(26.25rem, 22.643442623rem + 18.0327868852vw, 40rem)) {
    .advantages__wrap {
      padding-bottom: clamp(26.25rem, 22.643442623rem + 18.0327868852vw, 40rem)
    }
  }

  @supports not (padding-bottom:clamp(26.25rem, 22.643442623rem + 18.0327868852vw, 40rem)) {
    .advantages__wrap {
      padding-bottom: calc(26.25rem + 13.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (width:clamp(17.5rem, 10.6147540984rem + 34.4262295082vw, 43.75rem)) {
    .advantages__img {
      width: clamp(17.5rem, 10.6147540984rem + 34.4262295082vw, 43.75rem)
    }
  }

  @supports not (width:clamp(17.5rem, 10.6147540984rem + 34.4262295082vw, 43.75rem)) {
    .advantages__img {
      width: calc(17.5rem + 26.25 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (bottom:clamp(0.625rem, 10.881147541rem + -10.6557377049vw, 8.75rem)) {
    .advantages__img {
      bottom: clamp(.625rem, 10.881147541rem + -10.6557377049vw, 8.75rem)
    }
  }

  @supports not (bottom:clamp(0.625rem, 10.881147541rem + -10.6557377049vw, 8.75rem)) {
    .advantages__img {
      bottom: calc(8.75rem + -8.125 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (left:clamp(-2.5rem, -8.7295081967rem + 31.1475409836vw, 21.25rem)) {
    .advantages__img {
      left: clamp(-2.5rem, -8.7295081967rem + 31.1475409836vw, 21.25rem)
    }
  }

  @supports not (left:clamp(-2.5rem, -8.7295081967rem + 31.1475409836vw, 21.25rem)) {
    .advantages__img {
      left: calc(-2.5rem + 23.75 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (right:clamp(0.0000000625rem, -6.2295081178rem + 31.1475409016vw, 23.75rem)) {
    .advantages__item--last {
      right: clamp(.0000000625rem, -6.2295081178rem + 31.1475409016vw, 23.75rem)
    }
  }

  @supports not (right:clamp(0.0000000625rem, -6.2295081178rem + 31.1475409016vw, 23.75rem)) {
    .advantages__item--last {
      right: calc(.0000000625rem + 23.7499999375 * (100vw - 20rem)/ 76.25)
    }
  }

  @supports (gap:clamp(0.8125rem, 0.3698770492rem + 2.2131147541vw, 2.5rem)) {
    .clothes__row {
      gap: clamp(.8125rem, .3698770492rem + 2.2131147541vw, 2.5rem)
    }
  }

  @supports not (gap:clamp(0.8125rem, 0.3698770492rem + 2.2131147541vw, 2.5rem)) {
    .clothes__row {
      gap: calc(.8125rem + 1.6875 * (100vw - 20rem)/ 76.25)
    }
  }
}

@media (min-width:92.5em) and (max-width:120em) {
  @supports (padding-left:clamp(0.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)) {
    .quiz__body {
      padding-left: clamp(.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)
    }
  }

  @supports not (padding-left:clamp(0.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)) {
    .quiz__body {
      padding-left: calc(.625rem + 3.125 * (100vw - 92.5rem)/ 27.5)
    }
  }

  @supports (padding-right:clamp(0.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)) {
    .quiz__body {
      padding-right: clamp(.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)
    }
  }

  @supports not (padding-right:clamp(0.625rem, -9.8863636364rem + 11.3636363636vw, 3.75rem)) {
    .quiz__body {
      padding-right: calc(.625rem + 3.125 * (100vw - 92.5rem)/ 27.5)
    }
  }

  @supports (padding-left:clamp(0.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)) {
    .quiz__col {
      padding-left: clamp(.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)
    }
  }

  @supports not (padding-left:clamp(0.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)) {
    .quiz__col {
      padding-left: calc(.625rem + 2.5 * (100vw - 92.5rem)/ 27.5)
    }
  }

  @supports (padding-right:clamp(0.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)) {
    .quiz__col {
      padding-right: clamp(.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)
    }
  }

  @supports not (padding-right:clamp(0.625rem, -7.7840909091rem + 9.0909090909vw, 3.125rem)) {
    .quiz__col {
      padding-right: calc(.625rem + 2.5 * (100vw - 92.5rem)/ 27.5)
    }
  }
}

@media (hover:hover) and (pointer:fine) {
  .btn-up:hover {
    background-color: #022749
  }
}

@media (hover:hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg)
  }
}

.webp .checkbox-other span:before {
  background: url(https://snipp.ru/uploads/contents/checkbox-1.webp) 0 0 no-repeat
}

.webp .checkbox-other input[type=checkbox]:checked+span:before {
  background-image: url(https://snipp.ru/uploads/contents/checkbox-2.webp)
}

.webp .swiper-pagination-bullet-active::before {
  background-image: url(../../img/icons/elipblack.webp)
}

.webp .blockquote__wrap::after {
  background-image: url(../img/blockquote.webp)
}

.webp .blockquote__wrap::before {
  background-image: url(../img/block2.webp)
}

.webp .page-title {
  background-image: url(../img/title.webp)
}

.webp .hero {
  background-image: url(../img/hero-bg.webp)
}

.webp .hero__item--1::before {
  background-image: url(../img/icons/h1.webp)
}

.webp .hero__item--2::before {
  background-image: url(../img/icons/h2.webp)
}

.webp .hero__item--3::before {
  background-image: url(../img/icons/h3.webp)
}

.webp .advantages {
  background-image: url(../img/adv-bg.webp)
}

.webp .advantages__item--last::before {
  background: url(../img/border.webp)
}

.webp .portfolio {
  background-image: url(../img/port-bg.webp)
}

.webp .review {
  background-image: url(../img/review.webp)
}

.webp .form__img label::before {
  background-image: url(../img/photo.webp)
}

@media (max-width:61.99875em) {
  .webp .advantages__item--last::before {
    background: url(../img/borderm.webp)
  }
}

.quiz__body-p0 {
  padding-bottom: 10px !important;
}

.quiz__thanks {
  padding-top: 400px;
  padding-bottom: 370px;
  padding-left: 190px;
  position: relative;
}

.quiz__thanks::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 618px;
  height: 735px;
  background-image: url(../img/pop.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.quiz__thanks p {
  max-width: 560px;
  font-weight: 300;
  font-size: 49px;
  margin-bottom: 30px;
  color: #717171;
}

@media(max-width:991.98px) {
  .glass img {
    max-width: 100%;
  }

  .quiz__thanks {
    padding-top: 200px;
    padding-bottom: 170px;
    padding-left: 40px;
  }

  .quiz__thanks p {
    max-width: 400px;
    font-size: 30px;
  }

  .quiz__thanks::after {
    width: 334px;
    height: 387px;
  }

  .footer .logo {
    max-width: 200px;
  }
}

@media(max-width:479.98px) {
  .quiz__thanks {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 29px;
  }

  .quiz__thanks p {
    max-width: 400px;
    font-size: 18px;
  }

  .quiz__thanks::after {
    bottom: 14px;
    width: 156px;
    height: 186px;
  }
}

.quiz-col__slide.none {
  display: none !important;
}

.quiz-col__slide.block {
  display: block !important;
}

.sl-col2 .quiz-col__slide {
  width: 100% !important;
  border-left: 0;
  border-right: 0;
}


.sl-col2-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.policy input {
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.policy {
  display: block;
  margin-top: 20px;
  max-width: 585px;
  font-size: 18px;
}

.policy a {
  background: linear-gradient(357deg, #edd27e 0, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ddd;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;

}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  background: #e6c56d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
  background-color: #e9ecef;
}

.text--page h2 {
  font-size: 24px;
}

.form__row {
  margin-bottom: 57px;
}

.form__row-head {
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.04);
  background: linear-gradient(118deg, #171b20 0%, #282c30 100%);
  color: #fff;
  padding-block: 10px;
  padding-left: 27px;
  padding-right: 46px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  width: max-content;
}

.form__head-num {
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.quiz-item label {
  border-radius: 14px;
  padding-top: 17px;
  padding-bottom: 14px;
  padding-inline: 22px;
}

.form__head-text {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.quiz-item-bt {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__row-body {
  display: flex;
  align-items: center;
  gap: 22px;
}

.quiz-item input:checked+label {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.quiz__wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.form__r .form__row-head {
  width: 100%;
}

.form__btn .btn {
  background: linear-gradient(357deg, #edd27e 0%, #d5ad54 13.4%, #aa7114 47.17%, #e6c56d 92.97%, #edd280 100%, #f6f4c9 100%);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.catalog {
  padding-top: 80px;
  padding-bottom: 80px;
}

.catalog__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.catalog__item img {
  width: 100%;
  height: 100%;
}

@media(max-width:1200px) {
  .quiz__wrap {
    flex-direction: column;
    gap: 0;
  }
}

@media(max-width:767px) {
  .form__row-body {

    gap: 10px;
    flex-wrap: wrap;
  }

  .catalog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .catalog__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media(max-width:480px) {
  .form__row-head {
    padding-block: 10px;
    padding-left: 14px;
    padding-right: 20px;
    gap: 14px;
    width: 100%;
  }

  .form__head-num {
    min-width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .form__head-text {
    font-size: 14px;
  }

  .quiz-item label {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-inline: 8px;
    border-radius: 10px;
  }

  .form__row {
    margin-bottom: 27px;
  }

  .quiz-item__title {
    text-align: left;
  }
}