.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;
}

.pb160px {
  padding-bottom: 160px;
}

.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;
  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: 46px;
    height: 46px;
  }
  .page-navigation .prev-icon {
    width: 46px;
    height: 46px;
  }
  .page-navigation .next-icon {
    width: 46px;
    height: 46px;
  }
  .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;
  }
}
.documentspage__title {
  margin-bottom: 40px;
}
.documentspage__title h1 {
  font-weight: 600;
  font-size: 54px;
  line-height: 110%;
  color: #152051;
  margin-bottom: 0;
}
.documentspage__topnav {
  margin-bottom: 40px;
}
.documentspage__topnav .tabs__list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.documentspage__topnav .tabs__list li {
  margin-right: 4px;
}
.documentspage__topnav .tabs__list li button {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 20px 28px;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  color: #152051;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.documentspage__topnav .tabs__list li button.tabs__btn--active {
  color: #fff;
  background: #152051;
}

.document-itwr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(89, 113, 217, 0.33);
}
.document-itwr__name {
  max-width: 773px;
  margin-right: 20px;
}
.document-itwr__name span {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #475074;
}
.document-itwr__icon {
  flex-shrink: 0;
  margin-right: 28px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='40' viewBox='0 0 30 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_3792)'%3E%3Cpath d='M3.08622 39.9984C2.87955 39.9317 2.67288 39.8651 2.46621 39.7851C1.85802 39.5632 1.33062 39.1636 0.952539 38.6381C0.574464 38.1126 0.363208 37.4855 0.346216 36.8384C0.346216 36.7717 0.346216 36.7051 0.346216 36.6451V3.39172C0.317717 2.66377 0.536899 1.94767 0.967971 1.3604C1.39904 0.773122 2.01653 0.349378 2.71955 0.158383C3.04823 0.0728778 3.38659 0.0303017 3.72621 0.0317164H18.2462C18.4089 0.0271021 18.5707 0.0567705 18.7212 0.118793C18.8716 0.180816 19.0074 0.273805 19.1195 0.391716C22.5373 3.81838 25.9595 7.24061 29.3862 10.6584C29.5043 10.769 29.5975 10.9035 29.6595 11.053C29.7216 11.2024 29.7511 11.3633 29.7462 11.5251C29.7462 19.9117 29.7462 28.2962 29.7462 36.6784C29.7717 37.4473 29.5228 38.2002 29.044 38.8024C28.5652 39.4045 27.8878 39.8167 27.1329 39.9651C27.0871 39.9846 27.0426 40.0068 26.9995 40.0317L3.08622 39.9984ZM17.6262 1.57838H3.81954C3.56167 1.54719 3.30008 1.57505 3.05455 1.65984C2.80902 1.74463 2.58598 1.88413 2.40231 2.06781C2.21863 2.25149 2.07912 2.47452 1.99433 2.72005C1.90954 2.96558 1.88169 3.22717 1.91288 3.48505V36.5184C1.88281 36.7766 1.91168 37.0383 1.99731 37.2838C2.08293 37.5293 2.22309 37.7521 2.40724 37.9356C2.59139 38.1192 2.81475 38.2585 3.06052 38.3433C3.30629 38.4281 3.56809 38.456 3.82622 38.425H26.2395C26.5011 38.4568 26.7664 38.4283 27.0152 38.3417C27.264 38.2552 27.4897 38.1128 27.675 37.9256C27.8603 37.7383 28.0003 37.5112 28.0843 37.2615C28.1683 37.0118 28.194 36.7462 28.1595 36.4851V12.1117H21.1662C20.6935 12.1421 20.2197 12.0713 19.7764 11.9041C19.3332 11.737 18.9306 11.4772 18.5957 11.1423C18.2607 10.8073 18.001 10.4048 17.8338 9.9615C17.6666 9.51826 17.5959 9.04447 17.6262 8.57172V1.57838ZM19.2395 2.91172C19.2345 3.00721 19.2345 3.10289 19.2395 3.19838C19.2395 5.03172 19.2395 6.87172 19.2395 8.70505C19.2143 8.95671 19.2455 9.21083 19.3309 9.4489C19.4163 9.68696 19.5538 9.90297 19.7333 10.0812C19.9128 10.2594 20.1297 10.3953 20.3684 10.479C20.6071 10.5627 20.8614 10.5921 21.1129 10.565H26.6195C26.7128 10.5701 26.8063 10.5701 26.8995 10.565L19.2395 2.91172Z' fill='%23233274' fill-opacity='0.6' /%3E%3Cpath d='M14.9887 28.728H9.05534C8.92664 28.7379 8.79736 28.7379 8.66867 28.728C8.46472 28.7176 8.27278 28.6284 8.13344 28.4791C7.9941 28.3298 7.91828 28.1321 7.92201 27.928C7.92707 27.7245 8.01018 27.5307 8.15412 27.3867C8.29807 27.2428 8.49184 27.1597 8.69534 27.1546C8.82637 27.148 8.95765 27.148 9.08867 27.1546H20.9887C21.1551 27.1412 21.3223 27.1412 21.4887 27.1546C21.6742 27.179 21.8444 27.2705 21.9672 27.4117C22.09 27.5529 22.1569 27.7342 22.1553 27.9213C22.1555 28.108 22.0881 28.2885 21.9656 28.4295C21.843 28.5704 21.6736 28.6622 21.4887 28.688C21.3344 28.7123 21.1782 28.7235 21.022 28.7213L14.9887 28.728Z' fill='%23233274' fill-opacity='0.6' /%3E%3Cpath d='M15.0061 21.6613H8.92613C8.69706 21.6718 8.46873 21.6284 8.25946 21.5346C8.11849 21.4612 8.0067 21.342 7.94249 21.1966C7.87827 21.0512 7.86545 20.8883 7.90613 20.7346C7.93484 20.5716 8.01511 20.4221 8.13511 20.3081C8.25512 20.1941 8.40852 20.1216 8.5728 20.1013C8.70371 20.0912 8.83522 20.0912 8.96614 20.1013H21.2128C21.7728 20.1013 22.1261 20.4213 22.1195 20.908C22.1186 21.0189 22.0941 21.1284 22.0476 21.2291C22.0011 21.3298 21.9336 21.4194 21.8497 21.492C21.7657 21.5646 21.6673 21.6184 21.5609 21.6499C21.4546 21.6814 21.3427 21.6898 21.2328 21.6746H14.9861L15.0061 21.6613Z' fill='%23233274' fill-opacity='0.6' /%3E%3Cpath d='M15.0373 23.6076H21.084C21.2641 23.6026 21.444 23.6251 21.6173 23.6743C21.7868 23.7277 21.9319 23.8393 22.0271 23.9893C22.1222 24.1394 22.1613 24.3182 22.1373 24.4943C22.1175 24.6642 22.0409 24.8225 21.9199 24.9435C21.7989 25.0645 21.6406 25.1411 21.4707 25.161C21.3154 25.1742 21.1593 25.1742 21.004 25.161H9.00399C8.87519 25.1676 8.74613 25.1676 8.61732 25.161C8.42753 25.15 8.24827 25.0701 8.11323 24.9363C7.9782 24.8025 7.89668 24.624 7.884 24.4343C7.87329 24.2385 7.93549 24.0456 8.05861 23.893C8.18172 23.7403 8.35701 23.6386 8.55066 23.6076C8.69257 23.5943 8.83542 23.5943 8.97733 23.6076H15.0373Z' fill='%23233274' fill-opacity='0.6' /%3E%3Cpath d='M12.9886 30.6781H17.1285C17.3167 30.6545 17.5072 30.6985 17.6659 30.8023C17.8247 30.9061 17.9414 31.0629 17.9952 31.2448C18.0313 31.3644 18.0384 31.491 18.0158 31.6139C17.9932 31.7369 17.9417 31.8527 17.8654 31.9517C17.7892 32.0508 17.6904 32.1302 17.5774 32.1835C17.4643 32.2368 17.3401 32.2624 17.2152 32.2581C16.7885 32.2581 16.3552 32.2581 15.9285 32.2581H9.06188C8.94188 32.2581 8.82854 32.2581 8.70854 32.2581C8.49809 32.2529 8.29802 32.1656 8.15104 32.0149C8.00406 31.8642 7.92182 31.662 7.92188 31.4514C7.92148 31.3449 7.94329 31.2394 7.98592 31.1418C8.02855 31.0441 8.09106 30.9565 8.16947 30.8843C8.24788 30.8122 8.34046 30.7572 8.44131 30.7228C8.54216 30.6885 8.64907 30.6755 8.75521 30.6848C9.78188 30.6848 10.8085 30.6848 11.8352 30.6848L12.9886 30.6781Z' fill='%23233274' fill-opacity='0.6' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_3792'%3E%3Crect width='29.3933' height='40' fill='white' transform='translate(0.335938)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.document-itwr__link {
  border: 1px solid rgba(89, 113, 217, 0.33);
  border-radius: 600px;
  padding: 20px;
  width: 58px;
  height: 58px;
  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.4118H15V5L5.58824 5Z' fill='%23152051' /%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.document-itwr__link:hover {
  border: 1px solid #152051;
  background-color: #152051;
  transform: rotate(45deg);
  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.4118H15V5L5.58824 5Z' fill='white' /%3E%3C/svg%3E");
}

.document-wr__title {
  margin-bottom: 60px;
  max-width: 770px;
}
.document-wr__title span {
  font-weight: 600;
  font-size: 38px;
  line-height: 120%;
  color: #152051;
  display: inline-flex;
  margin-bottom: 19px;
}
.document-wr__title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #475074;
  margin-bottom: 0;
}
.document-wr__wrapper {
  display: flex;
  flex-direction: column;
}
.document-wr__wrap {
  margin-bottom: 60px;
}
.document-wr__wrap-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #152051;
  display: inline-flex;
  margin-bottom: 20px;
}
.document-wr__wrblock {
  display: flex;
  flex-direction: column;
}
.document-wr__item {
  margin-bottom: 20px;
}
.document-wr__item:last-child {
  margin-bottom: 0;
}

section.research.documentspage.container-fulltop.mb80px {
  margin-bottom: 80px;
}

@media (max-width: 1279px) {
  .documentspage__topnav .tabs__list li button {
    padding: 20px;
  }
}
@media (max-width: 959px) {
  .documentspage__topnav .tabs__list li button {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .documentspage__title h1 {
    font-weight: 600;
    font-size: 40px;
  }
  .documentspage__topnav {
    margin-bottom: 32px;
  }
  .document-wr__title span {
    font-weight: 600;
    font-size: 28px;
  }
  .document-itwr__icon {
    width: 100%;
    height: 32px;
    background-position: left;
    margin-bottom: 28px;
  }
  .document-wr__item {
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .document-itwr__link {
    border: 1px solid rgba(89, 113, 217, 0.33);
    border-radius: 600px;
    padding: 13px;
    width: 46px;
    height: 46px;
    margin-left: 20px;
  }
  .document-itwr__name {
    max-width: inherit;
    margin-right: 0;
    width: calc(100% - 66px);
  }
  .document-itwr__name span {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
  }
  .documentspage__topnav .tabs__list li button {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: inherit;
  }
}