.btn-top {
  display: flex;
  padding: 19px 27px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-top:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-dabble {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.btn-dabble span {
  display: flex;
  padding: 20px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 18px */
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  height: 58px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-dabble:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='white'/%3E%3C/svg%3E");
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.btn-dabble:hover span {
  background-color: #4163C6;
}
.btn-dabble:hover:after {
  transform: rotate(45deg);
}

.mb80px {
  margin-bottom: 80px;
}

.pt120px {
  padding-top: 120px;
}

.pb80px {
  padding-bottom: 80px;
}

.mb60px {
  margin-bottom: 60px;
}

.pt160px {
  padding-top: 160px;
}

.pt80px {
  padding-top: 80px;
}

.pb160px {
  padding-bottom: 160px;
}

.pb80px {
  padding-bottom: 80px;
}

.arrow-slide {
  display: flex;
}
.arrow-slide__left {
  background: var(--fiolet, #152051);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='white'/%3E%3C/svg%3E");
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--fiolet, #152051);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  transform: rotate(180deg);
  cursor: pointer;
}
.arrow-slide__left.swiper-button-disabled {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='%235971D9' fill-opacity='0.33'/%3E%3C/svg%3E");
  border: 1px solid var(--border, rgba(89, 113, 217, 0.33));
}
.arrow-slide__left.swiper-button-disabled:hover {
  border: 1px solid var(--border, rgba(89, 113, 217, 0.33));
  background: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='%235971D9' fill-opacity='0.33'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.arrow-slide__left:hover {
  background: var(--accent, #4163C6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='white'/%3E%3C/svg%3E");
  border: 1px solid var(--accent, #4163C6);
  background-position: center;
  background-repeat: no-repeat;
}
.arrow-slide__right {
  background: var(--fiolet, #152051);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='white'/%3E%3C/svg%3E");
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--fiolet, #152051);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 16px;
}
.arrow-slide__right.swiper-button-disabled {
  border: 1px solid var(--border, rgba(89, 113, 217, 0.33));
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='%235971D9' fill-opacity='0.33'/%3E%3C/svg%3E");
}
.arrow-slide__right.swiper-button-disabled:hover {
  border: 1px solid var(--border, rgba(89, 113, 217, 0.33));
  background: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='%235971D9' fill-opacity='0.33'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.arrow-slide__right:hover {
  background: var(--accent, #4163C6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4159 3.41595L9.24293 4.58891L13.8849 9.23919L3.76081 9.23913L3.76077 10.903L13.8849 10.903L9.24294 15.5533L10.4159 16.7262L17.071 10.0711L10.4159 3.41595Z' fill='white'/%3E%3C/svg%3E");
  border: 1px solid var(--accent, #4163C6);
  background-position: center;
  background-repeat: no-repeat;
}

.mt60px {
  margin-top: 60px;
}

.pb280px {
  padding-bottom: 280px;
}

.mb100px {
  margin-bottom: 100px;
}

.mt160px {
  margin-top: 160px;
}

.btn-ar {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 58px;
  height: 58px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5.5V7.15882L12.1588 7.1647L5 14.3235L6.17648 15.5L13.3353 8.34116L13.3412 14.9118H15V5.5L5.58824 5.5Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.pb240px {
  padding-bottom: 240px;
}

.pt180px {
  padding-top: 180px;
}

.pb120px {
  padding-bottom: 120px;
}

.pt260px {
  padding-top: 260px;
}

.pt60px {
  padding-top: 60px;
}

.pb60px {
  padding-bottom: 60px;
}

.mb40px {
  margin-bottom: 40px;
}

.icon-mail {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.3335 4.16667C2.87326 4.16667 2.50016 4.53976 2.50016 5V15C2.50016 15.4602 2.87326 15.8333 3.3335 15.8333H16.6668C17.1271 15.8333 17.5002 15.4602 17.5002 15V5C17.5002 4.53976 17.1271 4.16667 16.6668 4.16667H3.3335ZM0.833496 5C0.833496 3.61929 1.95278 2.5 3.3335 2.5H16.6668C18.0475 2.5 19.1668 3.61929 19.1668 5V15C19.1668 16.3807 18.0475 17.5 16.6668 17.5H3.3335C1.95278 17.5 0.833496 16.3807 0.833496 15V5Z' fill='white' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.963105 5.3865C1.20994 4.99805 1.72494 4.88326 2.11339 5.1301L9.58574 9.87842C9.70998 9.95577 9.85341 9.99678 9.99978 9.99678C10.1462 9.99678 10.2896 9.95577 10.4138 9.87842C10.4144 9.87803 10.4151 9.87765 10.4157 9.87726L17.8862 5.1301C18.2746 4.88326 18.7896 4.99805 19.0365 5.3865C19.2833 5.77494 19.1685 6.28994 18.7801 6.53678L11.3006 11.2896C10.9107 11.5339 10.4599 11.6634 9.99978 11.6634C9.53969 11.6634 9.0889 11.5339 8.69901 11.2896L8.6945 11.2868L1.21951 6.53678C0.831062 6.28994 0.716267 5.77494 0.963105 5.3865Z' fill='white' /%3E%3C/svg%3E");
}

.icon-tel {
  content: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_447_4692)'%3E%3Cpath d='M5.06711 1.66037C4.99332 1.56544 4.90018 1.48731 4.79387 1.43115C4.68755 1.37499 4.57051 1.34209 4.45051 1.33465C4.33051 1.3272 4.2103 1.34537 4.09786 1.38795C3.98542 1.43053 3.88333 1.49655 3.79836 1.58162L2.50586 2.87537C1.90211 3.48037 1.67961 4.33662 1.94336 5.08787C3.03804 8.19735 4.81873 11.0205 7.15336 13.3479C9.48077 15.6825 12.3039 17.4632 15.4134 18.5579C16.1646 18.8216 17.0209 18.5991 17.6259 17.9954L18.9184 16.7029C19.0034 16.6179 19.0695 16.5158 19.112 16.4034C19.1546 16.2909 19.1728 16.1707 19.1653 16.0507C19.1579 15.9307 19.125 15.8137 19.0688 15.7074C19.0127 15.6011 18.9345 15.5079 18.8396 15.4341L15.9559 13.1916C15.8545 13.113 15.7365 13.0584 15.6109 13.032C15.4853 13.0055 15.3554 13.008 15.2309 13.0391L12.4934 13.7229C12.128 13.8142 11.7451 13.8093 11.3822 13.7088C11.0192 13.6083 10.6884 13.4154 10.4221 13.1491L7.35211 10.0779C7.08557 9.81167 6.89252 9.48097 6.79175 9.11799C6.69099 8.75501 6.68594 8.37213 6.77711 8.00662L7.46211 5.26912C7.49325 5.14461 7.4957 5.01466 7.46928 4.88907C7.44286 4.76348 7.38827 4.64553 7.30961 4.54412L5.06711 1.66037ZM2.85461 0.639119C3.07336 0.420306 3.33615 0.250532 3.62554 0.14107C3.91493 0.0316089 4.22429 -0.0150353 4.53309 0.00423504C4.84189 0.0235054 5.14305 0.108249 5.41659 0.25284C5.69012 0.39743 5.92977 0.598558 6.11961 0.842869L8.36211 3.72537C8.77336 4.25412 8.91836 4.94287 8.75586 5.59287L8.07211 8.33037C8.03676 8.47216 8.03867 8.62068 8.07766 8.76151C8.11664 8.90234 8.19138 9.0307 8.29461 9.13412L11.3659 12.2054C11.4694 12.3088 11.598 12.3837 11.7391 12.4227C11.8801 12.4617 12.0289 12.4634 12.1709 12.4279L14.9071 11.7441C15.2279 11.6639 15.5627 11.6577 15.8862 11.7259C16.2097 11.7941 16.5135 11.935 16.7746 12.1379L19.6571 14.3804C20.6934 15.1866 20.7884 16.7179 19.8609 17.6441L18.5684 18.9366C17.6434 19.8616 16.2609 20.2679 14.9721 19.8141C11.6736 18.6535 8.6787 16.7652 6.20961 14.2891C3.73372 11.8204 1.84537 8.82594 0.684612 5.52787C0.232112 4.24037 0.638362 2.85662 1.56336 1.93162L2.85586 0.639119H2.85461Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_447_4692'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon-tg {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.84705 12.5461L7.51461 17.0659C7.98802 17.0659 8.19473 16.8687 8.44048 16.6296L10.6599 14.5693L15.2587 17.8403C16.1027 18.2956 16.6961 18.0565 16.9228 17.0849L19.9423 3.34368C20.2119 2.13681 19.4937 1.66245 18.6726 1.9625L0.927832 8.56166C-0.28284 9.01698 -0.262837 9.67327 0.721132 9.96951L5.2571 11.3393L15.7941 4.93346C16.2894 4.61531 16.739 4.78962 16.3684 5.11158L7.84705 12.5461Z' fill='white' /%3E%3C/svg%3E");
}

.icon-youtube {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0852 5.41825C18.8672 4.59707 18.2246 3.95033 17.4087 3.73085C15.9299 3.33203 10 3.33203 10 3.33203C10 3.33203 4.07014 3.33203 2.59128 3.73085C1.77541 3.95036 1.13285 4.59707 0.914755 5.41825C0.518505 6.90668 0.518505 10.0122 0.518505 10.0122C0.518505 10.0122 0.518505 13.1177 0.914755 14.6061C1.13285 15.4273 1.77541 16.0471 2.59128 16.2665C4.07014 16.6654 10 16.6654 10 16.6654C10 16.6654 15.9299 16.6654 17.4087 16.2665C18.2246 16.0471 18.8672 15.4273 19.0852 14.6061C19.4815 13.1177 19.4815 10.0122 19.4815 10.0122C19.4815 10.0122 19.4815 6.90668 19.0852 5.41825ZM8.06059 12.8317V7.19262L13.0168 10.0122L8.06059 12.8317Z' fill='%23ffffff' /%3E%3C/svg%3E");
}

.infoproducttxt__btnwrap .input-number-wrapper {
  margin-right: 40px;
}

.decrease {
  background-color: transparent;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8008 1.00078C17.8008 1.44261 17.4426 1.80078 17.0008 1.80078L1.00078 1.80078C0.558954 1.80078 0.200783 1.44261 0.200783 1.00078C0.200783 0.558952 0.558954 0.20078 1.00078 0.20078L17.0008 0.200781C17.4426 0.200781 17.8008 0.558953 17.8008 1.00078Z' fill='%23152051' /%3E%3C/svg%3E");
}

.increase {
  background-color: transparent;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0008 1.19922C10.4426 1.19922 10.8008 1.55739 10.8008 1.99922V17.9992C10.8008 18.441 10.4426 18.7992 10.0008 18.7992C9.55895 18.7992 9.20078 18.441 9.20078 17.9992V1.99922C9.20078 1.55739 9.55895 1.19922 10.0008 1.19922Z' fill='%23152051' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8008 10.0008C18.8008 10.4426 18.4426 10.8008 18.0008 10.8008L2.00078 10.8008C1.55895 10.8008 1.20078 10.4426 1.20078 10.0008C1.20078 9.55895 1.55895 9.20078 2.00078 9.20078L18.0008 9.20078C18.4426 9.20078 18.8008 9.55895 18.8008 10.0008Z' fill='%23152051' /%3E%3C/svg%3E");
}

.input-number-wrapper {
  border: 1px solid rgba(89, 113, 217, 0.33);
  border-radius: 60px;
  padding: 18px 28px;
  width: 171px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-number-wrapper input {
  width: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  color: #152051;
}

.container-fulltop {
  max-width: 1800px;
  margin: -120px auto 0;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 20px 20px 0 0;
  background: #FFF;
  position: relative;
  z-index: 3;
  overflow: visible !important;
}
.container-fulltop:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 220px;
  left: -60px;
  top: 120px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_447_7903)'%3E%3Crect width='60' height='220' transform='matrix(-1 0 0 1 60 0)' fill='white' /%3E%3Cg filter='url(%23filter0_f_447_7903)'%3E%3Cpath d='M60 0H44L60 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_447_7903' x='4' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_447_7903' /%3E%3C/filter%3E%3CclipPath id='clip0_447_7903'%3E%3Crect width='60' height='220' fill='white' transform='matrix(-1 0 0 1 60 0)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.container-fulltop:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 220px;
  right: -60px;
  top: 120px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_447_7914)'%3E%3Crect width='60' height='220' fill='white' /%3E%3Cg filter='url(%23filter0_f_447_7914)'%3E%3Cpath d='M0 0H16L0 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_447_7914' x='-40' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_447_7914' /%3E%3C/filter%3E%3CclipPath id='clip0_447_7914'%3E%3Crect width='60' height='220' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.container-fullbot {
  max-width: 1800px;
  margin: 0 auto -120px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 0 0 20px 20px;
  background: #FFF;
  position: relative;
  z-index: 3;
}

.mtmin118 {
  margin-top: -118px;
}

.pb40px {
  padding-bottom: 40px;
}

.pb30px {
  padding-bottom: 30px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.breadcrumbs ul li a {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4163c6;
}
.breadcrumbs ul li a:after {
  content: "";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.741113 0.741211C0.994926 0.487343 1.40648 0.487299 1.66035 0.741113L4.90879 3.98885C5.25581 4.3358 5.45078 4.8064 5.45078 5.29714V6.70255C5.45078 7.19309 5.25596 7.66354 4.90916 8.01046L1.66048 11.2603C1.40669 11.5142 0.995132 11.5143 0.741245 11.2605C0.487358 11.0067 0.487284 10.5951 0.741079 10.3412L3.98975 7.0914C4.09286 6.98825 4.15078 6.84838 4.15078 6.70255V5.29714C4.15078 5.15125 4.09282 5.01134 3.98965 4.90819L0.741211 1.66045C0.487343 1.40664 0.487299 0.995079 0.741113 0.741211Z' fill='%23233274' fill-opacity='0.6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin: 0 8px 2px;
}
.breadcrumbs ul li span span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(35, 50, 116, 0.6);
}

.page-navigation__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-navigation__item {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #475074;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  margin: 0 3px;
}
.page-navigation__item.active {
  color: #fff;
  background-color: #152051;
}
.page-navigation__item.points {
  pointer-events: none;
}
.page-navigation__item:hover {
  border: 1px solid #152051;
}
.page-navigation .prev-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3761 0.123921L12.1355 1.88336L5.17258 8.85878L20.3587 8.85869L20.3588 11.3544L5.17258 11.3544L12.1355 18.3299L10.3761 20.0893L0.393399 10.1066L10.3761 0.123921Z' fill='%235971D9' fill-opacity='0.33' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.page-navigation .next-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6239 0.123921L8.86448 1.88336L15.8274 8.85878L0.641308 8.85869L0.641241 11.3544L15.8274 11.3544L8.8645 18.3299L10.6239 20.0893L20.6066 10.1066L10.6239 0.123921Z' fill='%235971D9' fill-opacity='0.33' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.mt40px {
  margin-top: 40px;
}

.mb160px {
  margin-bottom: 160px;
}

.mb120px {
  margin-bottom: 120px;
}

.pb320px {
  padding-bottom: 320px;
}

.pb100px {
  padding-bottom: 100px;
}

.mb130px {
  margin-bottom: 130px;
}

.city-berlin {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_2688)'%3E%3Crect width='36' height='26' rx='2' fill='%23F93939' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 17.875H37.6364V26H0V17.875Z' fill='%23FFDA2C' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H37.6364V8.125H0V0Z' fill='%23151515' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_2688'%3E%3Crect width='36' height='26' rx='2' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.city-russia {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_2631)'%3E%3Crect width='36' height='26' rx='2' fill='%231A47B8' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 17.332H36V25.9987H0V17.332Z' fill='%23F93939' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H36V8.66667H0V0Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_2631'%3E%3Crect width='36' height='26' rx='2' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.city-kitai {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_13689)'%3E%3Crect width='36' height='26' rx='2' fill='%23F93939' /%3E%3Cpath d='M32.5714 0H3.42857C1.53502 0 0 1.55208 0 3.46667V22.5333C0 24.4479 1.53502 26 3.42857 26H32.5714C34.465 26 36 24.4479 36 22.5333V3.46667C36 1.55208 34.465 0 32.5714 0Z' fill='%23F93939' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.42813 12.5312L6.90813 13.8711L7.38813 11.0336L5.35156 9.02295L8.16813 8.61215L9.42813 6.02949L10.6864 8.61215L13.503 9.02295L11.463 11.0336L11.9464 13.8694L9.42813 12.5312ZM15.4316 5.19922H17.1458V6.93255H15.4316V5.19922ZM17.1458 8.66589H18.8601V10.3992H17.1458V8.66589ZM17.1458 12.1326H18.8601V13.8659H17.1458V12.1326ZM15.4316 15.5992H17.1458V17.3326H15.4316V15.5992Z' fill='%23FFDA2C' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_13689'%3E%3Crect width='36' height='26' rx='2' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.equip-item__btn:hover {
  background-color: #4163c6;
}

.ourproduction__txttitle .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.ourproduction__txttitle .btn-dabble:hover span {
  color: #ffffff;
}

.employeesswiper__btns .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.employeesswiper__btns .btn-dabble:hover span {
  color: #ffffff;
}

.iconblock__adreswrap .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.iconblock__adreswrap .btn-dabble:hover span {
  color: #ffffff;
}

.reviewspage__btns .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.reviewspage__btns .btn-dabble:hover span {
  color: #ffffff;
}

.filtobjects__all .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.filtobjects__all .btn-dabble:hover span {
  color: #ffffff;
}

.mediaarticlepage__btnall.btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.mediaarticlepage__btnall.btn-dabble:hover span {
  color: #ffffff;
}

.catalogbox__btnall-btn.btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.catalogbox__btnall-btn.btn-dabble:hover span {
  color: #ffffff;
}

.accessoriespage__listbtn .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.accessoriespage__listbtn .btn-dabble:hover span {
  color: #ffffff;
}

.complect__btn.btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.complect__btn.btn-dabble:hover span {
  color: #ffffff;
}

.txtsliderobj__item {
  align-items: flex-start;
}

.txtsliderobj__item .btn-dabble {
  display: inline-flex;
}
.txtsliderobj__item .btn-dabble:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58824 5V6.65882L12.1588 6.6647L5 13.8235L6.17648 15L13.3353 7.84116L13.3412 14.4118H15V5H5.58824Z' fill='%23152051' /%3E%3C/svg%3E");
}
.txtsliderobj__item .btn-dabble:hover span {
  color: #ffffff;
}

.videobl__items.videobl__items__animate .videobl__item.videobl-item:nth-child(2) {
  transform: translate(0, 0);
}

.videobl__items.videobl__items__animate {
  transform: translate(0px, 0px);
}
.videobl__items.videobl__items__animate .videobl-btn {
  transform: translate(0px, 0px);
}

.videobl__items {
  transform: translate(-489px, 0px);
  transition: all 2s ease;
}

.videobl__items .videobl__item:nth-child(2) {
  transform: translate(-400px, 0px);
  transition: all 2s ease;
}

.videobl-btn {
  transform: translate(-697px, 0px);
  transition: all 2s ease;
}

.shadowbot {
  position: relative;
  overflow: visible;
}
.shadowbot:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 220px;
  left: -60px;
  bottom: 160px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_447_7914)'%3E%3Crect width='60' height='220' fill='white' /%3E%3Cg filter='url(%23filter0_f_447_7914)'%3E%3Cpath d='M0 0H16L0 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_447_7914' x='-40' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_447_7914' /%3E%3C/filter%3E%3CclipPath id='clip0_447_7914'%3E%3Crect width='60' height='220' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
}
.shadowbot:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 220px;
  right: -60px;
  bottom: 160px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_447_7903)'%3E%3Crect width='60' height='220' transform='matrix(-1 0 0 1 60 0)' fill='white' /%3E%3Cg filter='url(%23filter0_f_447_7903)'%3E%3Cpath d='M60 0H44L60 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_447_7903' x='4' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_447_7903' /%3E%3C/filter%3E%3CclipPath id='clip0_447_7903'%3E%3Crect width='60' height='220' fill='white' transform='matrix(-1 0 0 1 60 0)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1849px) {
  .shadowbot {
    max-width: 1220px;
    margin: -120px auto 0;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 3;
  }
  .videobl__items {
    transform: translate(-350px, 0px);
    transition: all 2s ease;
  }
  .videobl__items .videobl__item:nth-child(2) {
    transform: translate(-293px, 0px);
    transition: all 2s ease;
  }
  .videobl-btn {
    transform: translate(-500px, 0px);
    transition: all 2s ease;
  }
  .container-fulltop {
    max-width: 1220px;
    margin: -120px auto 0;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    position: relative;
    z-index: 3;
  }
  .container-fulltop .container {
    padding: 0;
  }
  .container-fulltop:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 110px;
    left: -30px;
    top: 120px;
  }
  .container-fulltop:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 110px;
    right: -30px;
    top: 120px;
  }
  .shadowbot:after {
    bottom: 120px;
  }
  .shadowbot:before {
    bottom: 120px;
  }
}
@media (max-width: 1279px) {
  .btn-dabble {
    display: inline-flex;
  }
  .slider-years .swiper-wrapper {
    display: flex;
    min-height: auto;
  }
  .itemyears__wrapper {
    overflow: hidden;
  }
  .yearscompany__title.mb100px {
    margin-bottom: 60px;
  }
  .yearscompany {
    padding: 180px 0 120px;
  }
  .shadowbot:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 73px;
    right: -20px;
    bottom: 60px;
  }
  .shadowbot:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 73px;
    left: -20px;
    bottom: 60px;
  }
  .itemyears__img {
    margin-left: 30px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 326px;
    position: relative;
    height: 155px;
    opacity: 1;
    transition: all 0.3s ease;
    top: 0;
  }
  .shadowbot {
    max-width: 920px;
    margin: -58px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .employees.container-fulltop:before {
    top: 60px;
  }
  .employees.container-fulltop:after {
    top: 60px;
  }
  .videobl__items {
    transform: translate(0px, 0px);
    transition: all 2s ease;
  }
  .videobl__items .videobl__item:nth-child(2) {
    transform: translate(0px, 0px);
    transition: all 2s ease;
  }
  .videobl-btn {
    transform: translate(0px, 0px);
    transition: all 2s ease;
  }
  .container-fulltop {
    max-width: 920px;
    margin: -58px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fulltop .container {
    padding: 0;
  }
  .breadcrumbs.searchpage__breadcrumbs.pt60px.pb30px {
    padding-top: 40px;
  }
  .container-fulltop:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 73px;
    left: -20px;
    top: 58px;
  }
  .container-fulltop:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 73px;
    right: -20px;
    top: 58px;
  }
}
@media (max-width: 959px) {
  .shadowbot {
    max-width: 728px;
    margin: -58px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fulltop {
    max-width: 728px;
    margin: -58px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .itemyears__img {
    margin-left: 16px;
    width: calc(100% - 16px);
    height: 140px;
  }
  .itemyears__img picture {
    width: 100%;
    height: 100%;
  }
  .yearscompany {
    padding: 60px 0 90px;
  }
  .input-number-wrapper {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0 !important;
  }
  .container-fulltop {
    max-width: 728px;
    margin: 0;
    padding: 0 16px;
  }
  .breadcrumbs.searchpage__breadcrumbs.pt60px.pb30px {
    padding-top: 20px;
  }
  .page-navigation__item {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page-navigation .prev-icon {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page-navigation .next-icon {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .searchpage__wrap.searchpage-wr.mb160px {
    margin-bottom: 40px;
  }
  .employees.container-fulltop.mb160px {
    max-width: 100%;
    margin: 0 16px;
    padding: 0;
  }
  .orderpage__products {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    margin-bottom: 40px;
  }
  .itemprodcard__nums .input-number-wrapper {
    width: 171px;
    height: 48px;
    margin-bottom: 0;
  }
  .itemprodcard .itemprodcard__delete {
    width: auto;
    opacity: 1;
    margin-left: auto;
  }
  .itemprodcard:hover .itemprodcard__delete {
    width: auto;
    opacity: 1;
    margin-left: auto;
  }
  .orderpage .formwr__threew {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .orderpage .formwr__threew span {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .orderpage .formwr__btns {
    width: 100%;
    margin-top: 52px;
  }
  .orderpage .formwr__sub {
    margin-bottom: 0;
    width: 100%;
  }
  .orderpage__wrapper.mb160px {
    margin-bottom: 60px;
  }
}
/*!
 * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #08102F;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 8, 16, 47;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #141C4D 41.39%, #1E3980 100%);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h6, .h5, .h4, .h3, .h2, .h1, h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,h3 {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Segoe";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SegoeUI/SegoeUI.woff") format("woff");
}
@font-face {
  font-family: "Segoe";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/SegoeUI/SegoeUI-italic.woff") format("woff");
}
@font-face {
  font-family: "Segoe";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Segoe";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SegoeUI/SegoeUI-Bold.woff") format("woff");
}
@font-face {
  font-family: "Bad Script";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Bad-Script.woff") format("woff");
}
::placeholder {
  color: #666;
}

::selection {
  background-color: #4163C6;
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  font-family: inherit;
}

input, textarea {
  outline: none;
}
input:required:user-invalid,
input:focus:required:user-invalid,
textarea:focus:required:user-invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

html {
  height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  color: #222;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

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

body.scrollnone {
  overflow: hidden;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
  overflow-x: clip;
}

footer {
  flex: 0 0 auto;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1630px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 718px;
  }

}
@media (min-width: 960px) {
  .container {
    max-width: 910px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1206px;
  }
}
@media (min-width: 1850px) {
  .container {
    max-width: 1630px;
  }
}

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

a {
  text-decoration: none;
}

section {
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
.newonepage__textwrapper a, .mainpress__main a {
color:#4163c6;
border-bottom:1px solid #4163c6;
transition:0.3s;
}
.newonepage__textwrapper a:hover, .mainpress__main a:hover {
transition:0.3s;
border-bottom:1px solid transparent;
}

.btn-up {
  background-color: #4163c6;
  position: fixed;
  bottom: 16px;
  right: 24px;
  padding: 7px;
  cursor: pointer;
  color: #FFF;
  fill: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all ease-in-out 180ms;
overflow: hidden;
  z-index: 999;

}
.btn-up.btn-up_hide {
    opacity: 0;
}
.btn-up svg {
  width: 26.66667px;
  height: 26.66667px;
  margin-right: 4px;
}
.btn-up:hover {
  opacity: 1!important;
}


.custom-lang-switcher {
  position: relative;
  font-family: Arial, sans-serif;
}

.lang-switcher {
  position: relative;
  width: 80px;
  margin-left:20px;
}

.select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 60px 19px 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  cursor: pointer;
  background-color: transparent;
  color: white;
}

.select-header:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background:rgba(255, 255, 255, 0.2);
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #152051;
  display: none;
  z-index: 1000;
  border-radius: 14px;
  overflow: hidden;
  width: calc(100% + 50px);
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  margin-left: -20px;
}

.select-options.open {
  display: block;
}

.select-option {
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  border-radius: 60px;
  margin: 5px 0;
}

.select-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.select-option[data-selected="true"] {
  background-color: rgba(255, 255, 255, 1);
  color: #152051;
}

.lang-switcher__arrow {
  transition: transform 0.2s;
  margin-left: 5px;
}

.select-header.open .lang-switcher__arrow {
  transform: rotate(180deg);
}

.dropdown__button {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 58px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(89, 113, 217, 0.33);
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.dropdown__button::before,
.dropdown__button::after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: #000430;
  transition: background-color 0.3s ease-in-out, rotate 0.3s ease-in-out;
}

.dropdown.is-active .dropdown__button {
  background-color: #152051;
  border-color: #152051;
}

.dropdown.is-active .dropdown__button::before,
.dropdown.is-active .dropdown__button::after {
  background-color: #fff;
}

.dropdown .dropdown__button::after {
  rotate: -90deg;
}

.dropdown.is-active .dropdown__button::after {
  rotate: 0deg;
}

[data-dropdown-body] {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

[data-dropdown-body] > div {
  min-height: 0;
  transition: all 0.3s ease-in-out;
}

[data-dropdown].is-active [data-dropdown-body]{
    grid-template-rows: 1fr;
    opacity: 1;
}

@media (max-width: 767px) {
  .dropdown__button {
      width: 46px;
  }

  .lang-switcher {
    width: auto;
    margin-left: 17px;
  }

  .lang-switcher .select-options {
    width: auto;
    left: auto;
    margin-left: 0;
    right: 0;
  }

  .lang-switcher__arrow {
    display: none;
  }

  .lang-switcher .select-header {
    padding: 11px;
  }

  .language-code {
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-buttons {
  display: flex;
  gap: 16px;
}

.swiper-custom-button {
  width: auto;
  height: auto;
  position: static;
  margin: 0;
  padding: 18px;
  border-radius: 50%;
  border: 1px solid rgba(89, 113, 217, 0.33);
  transform: none;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: rgba(89, 113, 217, 0.33);
}

.swiper-custom-button:hover {
  color: #fff;
  border-color: #152051;
  background-color: #152051;
}

.swiper-custom-button::after {
  content: none;
}

.swiper-custom-button svg {
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
}

.swiper-pagination {
  position: static;
  margin-top: 30px;
}

.vacitems.mb80px .swiper-pagination {
    margin-top: 0;
}

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

@media (max-width: 767px) {
  .swiper-custom-button {
    padding: 8px;
  }
}

.iti {
  width: 100%;
}

.iti .iti__selected-dial-code {
  display: none;
}

.iti__search-input {
  padding: 10px;
  border-bottom: 1px;
  border-bottom: 1px solid var(--iti-border-color);
}

.iti__dropdown-content > .iti__a11y-text {
  display: none;
}

.iti--inline-dropdown .iti__dropdown-content {
  width: auto !important;
}

.iti__country-list .iti__country-name,
.iti__country-list .iti__dial-code {
  margin-bottom: 0 !important;
  width: auto !important;
  text-align: left;
}

.iti__country-list .iti__dial-code {
  margin-left: var(--iti-spacer-horizontal) !important;
}

.iti__flag {
  flex-shrink: 0;
}

.iti__country {
    display: flex;
    align-items: center;
    outline: 0;
}

.iti__tel-input:required:valid {
  border-color: rgba(89, 113, 217, 0.33);
}

.iti__tel-input:user-invalid {
  border-color: red;
}

.footer-bottom {
    padding-top: 1px;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.foot-cont__item span.foot-cont__time {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.footer-menu__ico-desc {
    display: none;
}

@media (max-width: 767px) {
    .footer-menu__ico {
        display: none;
    }

    .footer-menu__ico-desc {
        display: block;
        margin-top: 20px;
    }

    .footer-bottom .footer__br {
        display: none;
    }

    .footer-bottom p {
        margin-top: 30px;
    }
}

.quote {
  padding-block: var(--section-margin);
  background-color: #f7f8fc;
}

.quote__grid {
  display: grid;
  gap: 22px;
}

.quote__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}

.quote__text::before {
  content: '«';
}

.quote__text::after {
  content: '»';
}

.quote__info {
  display: flex;
  flex-direction: column;
}

.quote__text {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  color: #152051;
}

.quote__person {
  margin-top: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #152051;
}

.quote__position {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #4163C6;
}

@media (min-width: 768px) {
  .quote__img {
    max-width: 230px;
  }

  .quote__text {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .quote__grid {
    grid-template-columns: 230px 1fr;
    gap: 90px;
  }

  .quote__img {
    max-width: unset;
  }

  .quote__info {
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .quote__grid {
    grid-template-columns: 376px 1fr;
  }
}

.text-editor-gallery {
  margin-top: 40px;
}

.text-editor-gallery__arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.text-editor-gallery__arrows:has(.swiper-button-lock) {
  display: none;
}

.text-editor-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .text-editor-gallery__arrows {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    z-index: 2;
    transform: translateY(-50%);
  }
  
  .text-editor-gallery__arrows .swiper-button-disabled {
    opacity: 0;
  }
}

:root {
  --section-margin: 80px;
  --section-head-margin: 40px;
  --section-layering-offset: 120px;
  --section-layering-width: 60px;
  --section-layering-height: 220px;
  --section-layering-corner: 20px;
  --section-layering-padding: 100px;
}

.section {
  margin-bottom: var(--section-margin);
}

.section--layering {
  position: relative;
  margin-inline: auto;
  padding-inline: var(--section-layering-padding);
  background: #fff;
  z-index: 3;
}

.section--layering-top {
  margin-top: calc(-1 * var(--section-layering-offset));
  padding-top: var(--section-layering-offset);
  border-radius: var(--section-layering-corner) var(--section-layering-corner) 0 0;
}

.section--layering-bottom {
  margin-bottom: calc(-1 * var(--section-layering-offset));
  padding-bottom: var(--section-layering-offset);
  border-radius: 0 0 var(--section-layering-corner) var(--section-layering-corner);
}

.section--layering-top:before,
.section--layering-top:after {
  content: "";
  position: absolute;
  top: var(--section-layering-offset);
  width: var(--section-layering-width);
  height: var(--section-layering-height);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section--layering-top:before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_496_29789)'%3E%3Crect width='60' height='220' transform='matrix(-1 0 0 1 60 0)' fill='white' /%3E%3Cg filter='url(%23filter0_f_496_29789)'%3E%3Cpath d='M60 0H44L60 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_496_29789' x='4' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_496_29789' /%3E%3C/filter%3E%3CclipPath id='clip0_496_29789'%3E%3Crect width='60' height='220' fill='white' transform='matrix(-1 0 0 1 60 0)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  translate: -100% 0;
}

.section--layering-top:after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_496_29799)'%3E%3Crect width='60' height='220' fill='white' /%3E%3Cg filter='url(%23filter0_f_496_29799)'%3E%3Cpath d='M0 0H16L0 220V0Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_496_29799' x='-40' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_496_29799' /%3E%3C/filter%3E%3CclipPath id='clip0_496_29799'%3E%3Crect width='60' height='220' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  translate: 100% 0;
}

.section--layering-bottom::before,
.section--layering-bottom::after {
  content: '';
  position: absolute;
  width: var(--section-layering-width);
  height: var(--section-layering-height);
  bottom: var(--section-layering-offset);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section--layering-bottom::before {
  left: -0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_496_29832)'%3E%3Crect width='60' height='220' transform='matrix(-1 0 0 -1 60 220)' fill='white' /%3E%3Cg filter='url(%23filter0_f_496_29832)'%3E%3Cpath d='M60 220H44L60 0V220Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_496_29832' x='4' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_496_29832' /%3E%3C/filter%3E%3CclipPath id='clip0_496_29832'%3E%3Crect width='60' height='220' fill='white' transform='matrix(-1 0 0 -1 60 220)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  translate: -100% 0;
}

.section--layering-bottom::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='220' viewBox='0 0 60 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_496_29837)'%3E%3Crect width='60' height='220' transform='matrix(1 0 0 -1 0 220)' fill='white' /%3E%3Cg filter='url(%23filter0_f_496_29837)'%3E%3Cpath d='M0 220H16L0 0V220Z' fill='%237483C6' fill-opacity='0.52' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_496_29837' x='-40' y='-40' width='96' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='20' result='effect1_foregroundBlur_496_29837' /%3E%3C/filter%3E%3CclipPath id='clip0_496_29837'%3E%3Crect width='60' height='220' fill='white' transform='matrix(1 0 0 -1 0 220)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  translate: 100% 0;
}
.section:has(.section--layering) {
  overflow: unset;
}

.section:has(.section--layering-bottom) {
  margin-bottom: 0;
}

.section:has(.section--layering) .container {
  max-width: 1830px;
}

.section:has(+ .section .section--layering-top) {
  margin-bottom: 0;
  padding-bottom: calc(var(--section-layering-offset) + var(--section-margin));
}

.section:has(.section--layering-bottom) + .section {
  padding-top: calc(var(--section-layering-offset) + var(--section-margin));
}

.section-head {
  display: grid;
  gap: 20px;
  margin-bottom: var(--section-head-margin);
}

.section-head span,
.section-head h2 {
  margin: 0;
}

.text-primary {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text-primary-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-primary p:last-child,
.text-primary-lg p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1849px) {
  :root {
    --section-layering-padding: 50px;
  }

  .section:has(.section--layering) .container {
    max-width: 1250px;
  }
}

@media (max-width: 1279px) {
  :root {
    --section-layering-padding: 18px;
    --section-layering-offset: 90px;
  }

  .section--layering-top:before,
  .section--layering-top:after {
    width: 20px;
    height: 73px;
    top: 60px;
  }

  .section--layering-top:before {
    left: -20px;
  }

  .section--layering-top:after {
    right: -20px;
  }

  .section:has(.section--layering) .container {
    max-width: 946px;
  }
}

@media (max-width: 959px) {
  :root {
    --section-layering-padding: 25px;
  }

  .section:has(.section--layering) .container {
    max-width: 758px;
  }
}

@media (max-width: 767px) {
  :root {
    --section-layering-padding: 0px;
    --section-layering-offset: 50px;
    --section-margin: 50px;
    --section-layering-corner: 0px;
  }

  .section--layering-top::before,
  .section--layering-top::after,
  .section--layering-bottom::before,
  .section--layering-bottom::after {
    content: none !important;
  }

  .section--layering-top {
    margin-top: 0 !important;
    padding-top: var(--section-layering-offset) !important;
  }

  .section--layering-bottom {
    margin-bottom: 0 !important;
    padding-bottom: var(--section-layering-offset) !important;
  }

  .section:has(.section--layering-bottom) + .section {
    padding-top: var(--section-margin);
  }
  
  .section:has(+ .section .section--layering-top) {
    padding-bottom: var(--section-margin);
  }
}

.text-page-styles {
  color: #475074;
}

.text-page-styles ul {
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.text-page-styles ul li {
  list-style-type: none;
  padding-left: 36px;
  margin-bottom: 4px;
  position: relative;
}

.text-page-styles ul li:before {
  position: absolute;
  content: "—";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #475074;
}

@media (max-width: 767px) {
  .vacanc__list ul li {
    list-style-type: none;
    padding-left: 36px;
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 16px;
  }
}