

/* Start:/head-foot/head-foot.css?170299754521750*/
.new-container {
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 991.5px) {
  .new-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575.5px) {
  .new-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"), url("/fonts/NotoSans/NotoSans.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"), url("/fonts/NotoSans/NotoSans-Medium.woff2") format("woff2");
}
.header-new {
  position: relative;
  z-index: 9;
  font-family: "NotoSans";
}
.header-new__top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transition: background-color 0.6s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__top {
    padding: 18px 0;
  }
}
.header-new__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-new__burger {
  position: relative;
  display: none;
  border: none;
  width: 24px;
  height: 19px;
  font-size: 0;
  background: none;
  cursor: pointer;
}
.header-new__burger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.4s ease-out, top 0.4s ease-out, background-color 0.4s ease-out;
}
.header-new__burger::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.4s ease-out, bottom 0.4s ease-out, background-color 0.4s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__burger {
    display: block;
  }
}
.header-new__burger-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-out;
}
.header-new_active .header-new__burger::before {
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
}
.header-new_active .header-new__burger::after {
  bottom: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(50%) rotate(45deg) scale(1.3);
}
.header-new_active .header-new__burger-inner {
  opacity: 0;
}
.header-new__menu {
  display: flex;
  list-style: none;
  padding-left: 42px;
}
.header-new__menu > li {
  position: relative;
}
@media (max-width: 991.5px) {
  .header-new__menu {
    display: none;
  }
}
.header-new__menu-link {
  position: relative;
  margin: 0 20px;
  padding: 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  transition: color 0.6s ease-out;
}
.header-new__menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 31px;
}
.header-new__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__menu-link:hover::before {
  pointer-events: all;
}
.header-new__menu-link:hover::after {
  transform: scaleX(1);
}
.header-new__btns {
  display: flex;
  align-items: center;
}
.header-new__btns .header-new__btn {
  margin-right: 68px;
}
@media (max-width: 991.5px) {
  .header-new__btns {
    display: none;
  }
}
.header-new__btn-search {
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  font-family: "NotoSans";
  background: none;
  cursor: pointer;
}
.header-new__btn-search::after, .header-new__btn-search::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.2s;
}
.header-new__btn-search path {
  transition: stroke 0.6s ease-out;
}
.header-new__btn-search:hover path {
  stroke: #d1d2d4;
}
.header-new__search {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding-top: 7px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
.header-new__search-input {
  flex-grow: 2;
  margin-right: 68px;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 24px 4px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: transparent;
}
.header-new__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header-new__search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header-new__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991.5px) {
  .header-new__search-input {
    margin-right: 14px;
    padding: 10px 4px;
    font-size: 16px;
    line-height: 20px;
  }
}
.header-new__search-btn {
  flex-shrink: 0;
  border: none;
  padding: 0;
  background: none;
  transform: translateY(6px);
  cursor: pointer;
}
.header-new__search-btn path {
  transition: stroke 0.3s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__search-btn svg {
    width: 16px;
    height: 16px;
  }
}
.header-new__search-btn:hover path {
  stroke: #d1d2d4;
}
@media (max-width: 991.5px) {
  .header-new__search-btn {
    transform: translateY(3px);
  }
}
.header-new__search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.5px) {
  .header-new__search-form {
    padding-right: 5px;
  }
}
.header-new_search .header-new__search {
  background: #3592c0;
  transform: scaleY(1);
}
.header-new_search .header-new__btn-search {
  position: relative;
}
.header-new_search .header-new__btn-search::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-new_search .header-new__btn-search::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-new_search .header-new__btn-search svg {
  display: none;
}
.header-new_active .header-new__top {
  background: #3592c0;
}
.header-new_active .header-new__search-btn path {
  stroke: #fff;
}
.header-new_active .header-new__btn-search path {
  stroke: #fff;
}
.header-new_active .header-new__menu a {
  color: #fff;
}
.header-new_active .header-new__menu a::after {
  background-color: #fff;
}
.header-new_active .header-new__menu-link::before {
  pointer-events: all;
}
.header-new_active .header-new__logo path {
  fill: #fff;
}
.header-new_active .header-new__btn {
  color: #231f20;
  background: #c9db43;
}
.header-new_active .header-new__btn:hover {
  background: #a6bd38;
}
.header-new__products, .header-new__about, .header-new__club, .header-new__where {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top center;
  transition: background-color 0.6s ease-out;
}
.header-new__products .header-new__container, .header-new__about .header-new__container, .header-new__club .header-new__container, .header-new__where .header-new__container {
  padding-top: 7px;
  padding-bottom: 20px;
}
.header-new__products .header-new__container {
  position: relative;
  align-items: flex-start;
  padding-top: 26px;
  padding-right: 40px;
  padding-left: 579px;
  min-height: 224px;
  background-image: url(/head-foot/../img/menu-novelty.png);
  background-repeat: no-repeat;
  background-position: left 104px top;
}
.header-new__products .header-new__container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: 110px;
  width: 100%;
  height: 224px;
  background-color: #97D4C8;
  transform: translateX(-100%);
}
@media (max-width: 1249.5px) {
  .header-new__products .header-new__container::after {
    display: none;
  }
}
@media (max-width: 1366.5px) {
  .header-new__products .header-new__container {
    padding-left: 473px;
    background-position: left 0 top;
  }
}
@media (max-width: 1249.5px) {
  .header-new__products .header-new__container {
    padding-left: 80px;
    background: none;
  }
}
.header-new__products-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 855px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.header-new__products-menu > li {
  margin-right: 71px;
}
.header-new__products-menu > li:nth-child(3) {
  margin-right: auto;
  padding-right: 20px;
}
.header-new__products-menu > li:last-child {
  margin-right: 0;
}
.header-new__products-menu a {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.header-new__products-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__products-menu a:hover::after {
  transform: scaleX(1);
}
.header-new__products-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-new__products-menu ul a {
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
}
.header-new_menu-products .header-new__products {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new_menu-products .header-new__products .header-new__products-menu {
  opacity: 1;
}
.header-new_menu-products .header-new__top {
  background-color: #3592c0;
}
.header-new_menu-about [data-for=about] ~ .header-new__menu-sub, .header-new_menu-club [data-for=club] ~ .header-new__menu-sub {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new_menu-about [data-for=about] ~ .header-new__menu-sub a, .header-new_menu-club [data-for=club] ~ .header-new__menu-sub a {
  opacity: 1;
}
.header-new__menu-sub {
  position: absolute;
  left: -12px;
  top: 100%;
  list-style: none;
  margin-top: 36px;
  padding: 30px 32px;
  padding-bottom: 49px;
  min-width: 197px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: background-color 1s ease-out;
}
.header-new__menu-sub li:not(:last-child) {
  margin-bottom: 1px;
}
.header-new__menu-sub a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.header-new__menu-sub a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__menu-sub a:hover::after {
  transform: scaleX(1);
}
.header-new__burger-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.6s ease-out, background-color 0.6s ease-out;
}
.header-new_menu-burger .header-new__burger-menu {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new__burger-menu-top {
  padding: 24px 49px;
  height: calc(var(--vh, 1vh) * 100 - 56px - 74px);
  min-height: 240px;
  max-height: 600px;
}
.header-new__burger-menu-bottom {
  padding: 16px 0;
}
.header-new__burger-menu-wrapper {
  width: 100%;
}
.header-new__burger-menu-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: transform 0.6s ease-out;
}
.header-new__burger-menu-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.header-new__burger-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-new__burger-menu-list a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.header-new__burger-sub-menu {
  position: absolute;
  left: 150%;
  top: 0;
  width: 100%;
}
.header-new__burger-sub-menu > a {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.header-new__burger-sub-menu > a::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.header-new__burger-sub-menu ul li {
  margin-bottom: 10px;
}
.header-new__burger-sub-menu ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.header-new__burger-menu-list_active {
  transform: translateX(-150%);
}
.header-new__burger-menu-item_has-child .header-new__burger-sub-menu {
  opacity: 0;
  pointer-events: none;
}
.header-new__burger-menu-item_has-child.header-new__burger-menu-item_active .header-new__burger-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header-new__burger-btn {
  border: 1px solid #c9db43;
  border-radius: 20px;
  padding: 8px 14px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
  background: #c9db43;
}
.header-new__burger-search-btn {
  border: none;
  padding-right: 0;
  padding-left: 26px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.1392 11.1394L15.4286 15.4287M11.1392 11.1394C12.2595 10.0191 12.9524 8.47148 12.9524 6.76199C12.9524 3.3431 10.1808 0.571533 6.76187 0.571533C3.34298 0.571533 0.571411 3.3431 0.571411 6.76199C0.571411 10.1809 3.34298 12.9525 6.76187 12.9525C8.47135 12.9525 10.019 12.2596 11.1392 11.1394Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E ");
  background-position: left center;
  background-repeat: no-repeat;
}
.header-new__btn {
  border: 1px solid #8d8d8d;
  border-radius: 28px;
  padding: 15px 22px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #231f20;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.header-new__btn:hover {
  border-color: #a6bd38;
  color: #fff;
  background-color: #a6bd38;
}
@media (max-width: 575.5px) {
  .header-new__btn {
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: -0.03em;
  }
}
.header-new__logo {
  font-size: 0;
}
.header-new__logo-inner {
  width: 154px;
  height: 30px;
}
@media (max-width: 766.5px) {
  .header-new__logo-inner {
    width: auto;
    height: 20px;
  }
}

.footer-new {
  background: #414141;
  font-family: "NotoSans";
}
.footer-new__top {
  border-bottom: 1px solid rgba(209, 210, 212, 0.16);
  padding-top: 29px;
  padding-bottom: 11px;
}
@media (max-width: 991.5px) {
  .footer-new__top {
    padding-top: 18px;
  }
}
@media (max-width: 575.5px) {
  .footer-new__top {
    padding-bottom: 0;
  }
}
.footer-new__logo {
  margin-right: 30px;
  margin-bottom: 16px;
}
.footer-new__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-new__btns {
  margin-bottom: 16px;
}
.footer-new__btns .footer-new__btn-icon:not(:last-child) {
  margin-right: 37px;
}
@media (max-width: 766.5px) {
  .footer-new__btns .footer-new__btn-icon:not(:last-child) {
    margin-right: 7px;
  }
}
.footer-new__center {
  border-bottom: 1px solid rgba(209, 210, 212, 0.16);
  padding-top: 48px;
  padding-bottom: 22px;
}
.footer-new__center .footer-new__container {
  align-items: flex-start;
}
@media (max-width: 766.5px) {
  .footer-new__center {
    padding-top: 15px;
    padding-bottom: 39px;
  }
}
.footer-new__menu {
  display: flex;
  list-style: none;
  margin: 0;
  margin-right: auto;
  padding: 0;
  padding-right: 30px;
}
@media (max-width: 991.5px) {
  .footer-new__menu {
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
  }
}
.footer-new__menu > li:nth-child(1) {
  margin-right: 77px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-right: 15px;
  }
}
@media (max-width: 766.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-bottom: 1px;
  }
}
.footer-new__menu > li:nth-child(2) {
  margin-right: 95px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(2) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(2) {
    order: 3;
    margin-right: 15px;
  }
}
.footer-new__menu > li:nth-child(3) {
  margin-right: 84px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(3) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(3) {
    order: 2;
    margin-right: 0;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li {
    margin-bottom: 40px;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 766.5px) {
  .footer-new__menu > li {
    margin-bottom: 30px;
  }
}
.footer-new__menu a {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer-new__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.footer-new__menu a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 766.5px) {
  .footer-new__menu a {
    margin-bottom: 18px;
    font-size: 19px;
  }
}
.footer-new__menu-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-new__menu-sub li {
  margin-bottom: 1px;
}
@media (max-width: 575.5px) {
  .footer-new__menu-sub li {
    margin-bottom: 2px;
  }
}
.footer-new__menu-sub a {
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: unset;
  color: #fff;
}
@media (max-width: 766.5px) {
  .footer-new__menu-sub a {
    margin-bottom: 0;
  }
}
.footer-new__socials {
  padding-top: 8px;
}
.footer-new__socials-title {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.029em;
  color: #8d8d8d;
}
@media (max-width: 766.5px) {
  .footer-new__socials-title {
    margin-bottom: 23px;
  }
}
.footer-new__socials-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.5px) {
  .footer-new__socials-list {
    justify-content: flex-start;
  }
}
.footer-new__socials-list li:not(:last-child) {
  margin-right: 5px;
}
.footer-new__socials-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d2d4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-out;
}
.footer-new__socials-list a:hover {
  background-color: #a6bd38;
  color: #fff;
  border: 1px solid #a6bd38;
}
.footer-new__bottom {
  padding-top: 35px;
}
.footer-new__bottom .footer-new__container {
  flex-direction: row-reverse;
}
@media (max-width: 991.5px) {
  .footer-new__bottom .footer-new__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 766.5px) {
  .footer-new__bottom {
    padding-top: 10px;
  }
}
.footer-new__rights {
  margin-right: auto;
  margin-bottom: 40px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.029em;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.5px) {
  .footer-new__rights {
    margin-bottom: 20px;
  }
}
.footer-new__links {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.footer-new__links li:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 991.5px) {
  .footer-new__links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer-new__links a {
  position: relative;
  padding-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 4px;
  letter-spacing: -0.029em;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.4s ease-out;
}
.footer-new__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.footer-new__links a:hover {
  color: #fff;
}
.footer-new__links a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 991.5px) {
  .footer-new__links {
    flex-direction: column;
  }
}
.footer-new__logo {
  font-size: 0;
}
.footer-new__logo-inner {
  width: 154px;
  height: 30px;
}
@media (max-width: 766.5px) {
  .footer-new__logo-inner {
    width: auto;
    height: 20px;
  }
}
.footer-new__btn-icon {
  display: inline-block;
  outline: none;
  border: 1px solid #8d8d8d;
  border-radius: 30px;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.footer-new__btn-icon svg {
  margin-right: 6px;
}
.footer-new__btn-icon:hover {
  outline: none;
  border: 1px solid #a6bd38;
  color: #fff;
  background-color: #a6bd38;
  transition: all 0.3s ease-out;
}
/* End */


/* Start:/local/templates/redesign/css/main.css?1758879038179227*/
@charset "UTF-8";
* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: NotoSans,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-style: normal;
  line-height: 1.15
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: NotoSans;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"),url(/fonts/NotoSans/NotoSans.woff2) format("woff2")
}
@font-face {
  font-family: NotoSans;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"),url(/fonts/NotoSans/NotoSans-Medium.woff2) format("woff2")
}
@font-face {
  font-family: NotoSans;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"),url(/fonts/NotoSans/NotoSans-Bold.woff2) format("woff2")
}
@font-face {
  font-family: NotoSans;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"),url(/fonts/NotoSans/NotoSans-ExtraBold.woff2) format("woff2")
}
@font-face {
  font-family: NotoSans;
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"),url(/fonts/NotoSans/NotoSans-Black.woff2) format("woff2")
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box
}
.noUi-target {
  position: relative;
  direction: ltr
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}
.noUi-handle {
  position: relative;
  z-index: 1
}
.noUi-stacking .noUi-handle {
  z-index: 10
}
.noUi-state-tap .noUi-origin {
  transition: left .3s,top .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-base,
.noUi-handle {
  transform: translate3d(0,0,0)
}
.noUi-horizontal {
  height: 18px
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51,51,51,.45);
  transition: background 450ms
}
.noUi-origin {
  border-radius: 2px
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #bbb
}
.noUi-draggable {
  cursor: w-resize
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}
.noUi-handle:after {
  left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}
.noUi-vertical .noUi-handle:after {
  top: 17px
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.carousel {
  position: relative;
  box-sizing: border-box
}
.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%
}
.carousel__track {
  display: flex
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width,60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}
.has-dots {
  margin-bottom: calc(.5rem + 22px)
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1
}
.carousel__button {
  width: var(--carousel-button-width,48px);
  height: var(--carousel-button-height,48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color,currentColor);
  background: var(--carousel-button-bg,transparent);
  border-radius: var(--carousel-button-border-radius,50%);
  box-shadow: var(--carousel-button-shadow,none);
  transition: opacity .15s ease
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.carousel__button.is-prev {
  left: 10px
}
.carousel__button.is-next {
  right: 10px
}
.carousel__button[disabled] {
  cursor: default;
  opacity: .3
}
.carousel__button svg {
  width: var(--carousel-button-svg-width,50%);
  height: var(--carousel-button-svg-height,50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width,1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none
}
html.with-fancybox {
  scroll-behavior: auto
}
body.compensate-for-scrollbar {
  overflow: hidden!important;
  touch-action: none
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color,#fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit
}
.fancybox__container :focus {
  outline: 0
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))
}
@media all and (min-width:1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg,rgba(24,24,27,.92))
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(.5rem + 22px)
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default
}
.fancybox__track {
  display: flex;
  height: 100%
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto
}
@media all and (min-width:1024px) {
  .fancybox__slide {
    padding: 64px 100px
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);
  padding: 36px;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere
}
.is-loading .fancybox__caption {
  visibility: hidden
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color,#fff)
}
.fancybox__nav .carousel__button {
  z-index: 40
}
.fancybox__nav .carousel__button.is-next {
  right: 8px
}
@media all and (min-width:1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px
}
@media all and (min-width:1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40
}
@media all and (min-width:1024px) {
  .carousel__button.is-close {
    right: 40px
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color,#fff)
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color,currentColor)
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor
}
@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px
  }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity,1)
}
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut
}
.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn
}
.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut
}
.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp
}
.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown
}
.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp
}
.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown
}
@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(.97) translate3d(0,16px,0);
    opacity: 0
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,.1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,.1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none
}
.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px
}
.is-closing .has-image .fancybox__content {
  overflow: visible
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,.9);
  color: #fff
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity,1)
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width,96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color,rgba(34,213,233,.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius,4px)
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio,1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius,4px)
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))
}
@media all and (min-width:1024px) {
  .fancybox__toolbar {
    padding: 8px
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0
}
.fancybox__toolbar__items {
  display: flex
}
.fancybox__toolbar__items--left {
  margin-right: auto
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}
.fancybox__toolbar__items--right {
  margin-left: auto
}
@media (max-width:640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height,48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased
}
.fancybox__progress {
  background: var(--fancybox-accent-color,rgba(34,213,233,.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0
}
.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47,0,.745,.715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39,.575,.565,1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0)
}
[data-aos=fade-up] {
  transform: translate3d(0,100px,0)
}
[data-aos=fade-down] {
  transform: translate3d(0,-100px,0)
}
[data-aos=fade-right] {
  transform: translate3d(-100px,0,0)
}
[data-aos=fade-left] {
  transform: translate3d(100px,0,0)
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px,100px,0)
}
[data-aos=fade-up-left] {
  transform: translate3d(100px,100px,0)
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px,-100px,0)
}
[data-aos=fade-down-left] {
  transform: translate3d(100px,-100px,0)
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1)
}
[data-aos=zoom-in] {
  transform: scale(.6)
}
[data-aos=zoom-in-up] {
  transform: translate3d(0,100px,0) scale(.6)
}
[data-aos=zoom-in-down] {
  transform: translate3d(0,-100px,0) scale(.6)
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px,0,0) scale(.6)
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px,0,0) scale(.6)
}
[data-aos=zoom-out] {
  transform: scale(1.2)
}
[data-aos=zoom-out-up] {
  transform: translate3d(0,100px,0) scale(1.2)
}
[data-aos=zoom-out-down] {
  transform: translate3d(0,-100px,0) scale(1.2)
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px,0,0) scale(1.2)
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px,0,0) scale(1.2)
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0)
}
[data-aos=slide-up] {
  transform: translate3d(0,100%,0)
}
[data-aos=slide-down] {
  transform: translate3d(0,-100%,0)
}
[data-aos=slide-right] {
  transform: translate3d(-100%,0,0)
}
[data-aos=slide-left] {
  transform: translate3d(100%,0,0)
}
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg)
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  z-index: 0
}
.simplebar-offset {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px
}
.choices:focus {
  outline: 0
}
.choices:last-child {
  margin-bottom: 0
}
.choices.is-open {
  overflow: visible
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.choices.is-disabled .choices__item {
  cursor: not-allowed
}
.choices [hidden] {
  display: none!important
}
.choices[data-type*=select-one] {
  cursor: pointer
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}
.choices__list--single .choices__item {
  width: 100%
}
.choices__list--multiple {
  display: inline
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}
[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right
}
@media (min-width:640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px
  }
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5
}
.choices__item {
  cursor: default
}
.choices__item--selectable {
  cursor: pointer
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}
.choices__button:focus,
.choices__input:focus {
  outline: 0
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}
.choices__placeholder {
  opacity: .5
}
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer
}
.btn-wrapper {
  text-align: center
}
.btn-default {
  border: 1px solid #8d8d8d;
  border-radius: 28px;
  padding: 15px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20;
  background-color: transparent;
  transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out
}
.btn-default:hover {
  border-color: #a6bd38;
  color: #fff;
  background-color: #a6bd38
}
@media (max-width:575.5px) {
  .btn-default {
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: -.03em
  }
}
.btn-second {
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 15px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -.02em;
  color: #231f20;
  background: #fff;
  transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out
}
.btn-second:hover {
  border-color: #a6bd38;
  color: #fff;
  background-color: #a6bd38
}
@media (max-width:575.5px) {
  .btn-second {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: -.03em
  }
}
.btn-colored {
  border: 1px solid #c9db43;
  border-radius: 28px;
  padding: 15px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20;
  background: #c9db43;
  transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out
}
.btn-colored:hover {
  border-color: #a6bd38;
  color: #fff;
  background-color: #a6bd38
}
@media (max-width:575.5px) {
  .btn-colored {
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: -.03em
  }
}
.btn-slider {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0713 7.83043C12.0713 7.90761 12.0418 7.98501 11.9829 8.04397L4.44884 15.5779C4.33094 15.6958 4.13973 15.6958 4.0218 15.5779C3.90393 15.46 3.90391 15.2688 4.02181 15.1509L11.3423 7.83043L4.02731 0.515469C3.90943 0.397548 3.90944 0.206356 4.02732 0.0884353C4.14526 -0.0294817 4.33646 -0.0294768 4.4544 0.0884402L11.9829 7.61689C12.0418 7.67585 12.0713 7.75325 12.0713 7.83043Z' fill='%23231F20'/%3E %3C/svg%3E");
  background-position: left 21px center;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: .4;
  transition: opacity .6s ease-out
}
.btn-slider::after {
  content: "";
  display: none
}
.btn-slider:not(.slick-disabled):hover {
  opacity: .7
}
.btn-slider_prev {
  transform: scale(-1,1)
}
.btn-slider_2 {
  border: 1px solid #d1d2d4;
  opacity: 1;
  transition: border-color .6s ease-out,background-color .6s ease-out
}
.btn-slider_2:not(.slick-disabled):hover {
  border-color: #c9db43;
  background-color: #c9db43;
  opacity: 1
}
.btn-slider.slick-disabled {
  opacity: 0
}
.btn-clear {
  position: relative;
  border: 1px solid #d1d2d4;
  border-radius: 20px;
  padding: 6px 15px;
  padding-left: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20;
  background-color: transparent
}
.btn-clear::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #231f20;
  transform: translateY(-50%) rotate(45deg)
}
@media (max-width:575.5px) {
  .btn-clear::before {
    left: 10px
  }
}
.btn-clear::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #231f20;
  transform: translateY(-50%) rotate(-45deg)
}
@media (max-width:575.5px) {
  .btn-clear::after {
    left: 10px
  }
}
@media (max-width:575.5px) {
  .btn-clear {
    padding: 1px 6px;
    padding-left: 30px;
    font-size: 12px
  }
}
.btn-close {
  position: relative;
  border: none;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent
}
.btn-close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #231f20;
  transform: translate(-50%,-50%) rotate(45deg)
}
.btn-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #231f20;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.title-default {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: -.028em;
  color: #231f20
}
@media (max-width:1249.5px) {
  .title-default {
    font-size: 33px;
    line-height: 44px
  }
}
@media (max-width:991.5px) {
  .title-default {
    font-size: 28px;
    line-height: 36px
  }
}
@media (max-width:575.5px) {
  .title-default {
    font-size: 24px;
    line-height: 32px
  }
}
.video-hover-play {
  transition: box-shadow .3s ease-out
}
.video-hover-play_active {
  box-shadow: 0 0 19px rgba(225,255,0,.5),0 0 72px rgba(225,255,0,.4)
}
.container {
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  max-width: 1920px
}
@media (max-width:991.5px) {
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
}
@media (max-width:575.5px) {
  .container {
    padding-right: 16px;
    padding-left: 16px
  }
}
.cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: none;
  margin-left: auto;
  border-radius: 8px;
  padding: 32px;
  max-width: 535px;
  background-color: #fff
}
@media (max-width:766.5px) {
  .cookie {
    padding: 24px
  }
}
.cookie_active {
  display: block
}
.cookie__caption {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #172c61
}
.cookie__text {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #172c61
}
@media (max-width:766.5px) {
  .cookie__text {
    font-size: 15px
  }
}
.cookie__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}
@media (max-width:766.5px) {
  .cookie__bottom {
    gap: 14px
  }
}
.cookie__agree {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  color: #172c61;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
@media (max-width:766.5px) {
  .cookie__agree {
    font-size: 15px
  }
}
.html {
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: NotoSans,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20
}
.site {
  position: relative;
  overflow-x: hidden
}
::-webkit-scrollbar {
  width: 10px
}
::-webkit-scrollbar-button {
  display: none
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e5e5e5
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9d9d9d
}
.custom-select .choices__list--single {
  padding: 0
}
.custom-select .choices__list--single .choices__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #231f20
}
@media (max-width:766.5px) {
  .custom-select .choices__list--single .choices__item {
    font-size: 12px
  }
}
.custom-select .choices__inner {
  border: 1px solid #d1d2d4;
  border-radius: 20px;
  padding-right: 16px;
  padding-left: 33px;
  min-height: 40px;
  letter-spacing: -.02em;
  background-color: transparent
}
@media (max-width:766.5px) {
  .custom-select .choices__inner {
    padding: 2px 7px 2px 30px;
    min-height: 28px
  }
}
@media (max-width:766.5px) {
  .custom-select .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2px
  }
}
.custom-select .choices[data-type*=select-one]::after {
  left: 16px;
  right: auto;
  margin-top: -5px;
  border: none;
  border-right: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: transform .3s ease-out
}
@media (max-width:766.5px) {
  .custom-select .choices[data-type*=select-one]::after {
    left: 11px;
    margin-top: -6px
  }
}
.custom-select .is-open.choices[data-type*=select-one]::after {
  margin-top: -3px;
  transform: rotate(225deg)
}
.custom-select .choices__list--dropdown .choices__item--selectable,
.custom-select .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px
}
.custom-select .choices__list--dropdown .choices__item,
.custom-select .choices__list[aria-expanded] .choices__item {
  padding: 8px 16px;
  font-weight: 500;
  color: #231f20
}
@media (max-width:766.5px) {
  .custom-select .choices__list--dropdown .choices__item,
  .custom-select .choices__list[aria-expanded] .choices__item {
    font-size: 12px
  }
}
.custom-select .choices__list--dropdown,
.custom-select .choices__list[aria-expanded] {
  margin-top: 18px;
  border: 1px solid #d1d2d4;
  border-radius: 24px;
  text-align: left
}
.custom-select .choices__list--dropdown .choices__item--selectable.is-highlighted,
.custom-select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #f7f7f7
}
.custom-checkbox input {
  display: none
}
.custom-checkbox input:checked ~ .custom-checkbox__fake::before {
  opacity: 1
}
.custom-checkbox input:checked ~ .custom-checkbox__fake::after {
  border-color: #a6bd38;
  background: #a6bd38
}
.custom-checkbox__fake {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20
}
.custom-checkbox__fake::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5303 0.96967C13.8232 1.26256 13.8232 1.73744 13.5303 2.03033L5.28033 10.2803C4.98744 10.5732 4.51256 10.5732 4.21967 10.2803L0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967C0.762563 5.17678 1.23744 5.17678 1.53033 5.46967L4.75 8.68934L12.4697 0.96967C12.7626 0.676777 13.2374 0.676777 13.5303 0.96967Z' fill='white'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .3s ease-out;
  pointer-events: none
}
.custom-checkbox__fake::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d1d2d4;
  border-radius: 1px;
  width: 24px;
  height: 24px;
  background: #fff;
  transition: background-color .3s ease-out,border-color .3s ease-out;
  cursor: pointer
}
@media (max-width:575.5px) {
  .custom-checkbox__fake {
    font-size: 14px
  }
}
.catalog-breadcrumbs {
  position: relative;
  z-index: 2
}
.catalog-breadcrumbs__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px
}
@media (max-width:766.5px) {
  .catalog-breadcrumbs__container {
    padding-top: 13px;
    padding-bottom: 6px
  }
}
.catalog-breadcrumbs__filters {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #231f20
}
@media (max-width:991.5px) {
  .catalog-breadcrumbs__filters {
    display: block;
    border: none;
    background: 0 0
  }
}
.catalog-breadcrumbs__breadcrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}
.catalog-breadcrumbs__breadcrumbs li:not(:last-child)::after {
  content: "・";
  margin-right: 7px;
  padding-left: 5px;
  font-size: 14px
}
.catalog-breadcrumbs__breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #a6bd38;
  transition: color .3s ease-out
}
.catalog-breadcrumbs__breadcrumbs a[href] {
  color: #8d8d8d
}
.catalog-breadcrumbs__breadcrumbs a[href]:hover {
  color: #a6bd38
}
@media (max-width:991.5px) {
  .catalog-breadcrumbs__breadcrumbs {
    display: none
  }
}
.catalog-breadcrumbs__order {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  text-align: right;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .catalog-breadcrumbs__order-text {
    display: none
  }
}
.catalog-breadcrumbs__select {
  margin-left: 25px
}
.catalog-breadcrumbs__mob-filter {
  position: absolute;
  left: 0;
  top: 0
}
.breadcrumbs {
  position: relative;
  z-index: 2
}
.breadcrumbs__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px
}
@media (max-width:766.5px) {
  .breadcrumbs__container {
    padding-top: 13px;
    padding-bottom: 6px
  }
}
.breadcrumbs__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}
.breadcrumbs__list li:not(:last-child)::after {
  content: "・";
  margin-right: 7px;
  padding-left: 5px;
  font-size: 14px
}
@media (max-width:766.5px) {
  .breadcrumbs__list li:not(:last-child)::after {
    margin-right: 6px;
    padding-left: 4px
  }
}
.breadcrumbs__list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #a6bd38;
  transition: color .3s ease-out
}
@media (max-width:766.5px) {
  .breadcrumbs__list a {
    font-size: 12px
  }
}
.breadcrumbs__list a[href] {
  color: #8d8d8d
}
.breadcrumbs__list a[href]:hover {
  color: #a6bd38
}
@media (max-width:766.5px) {
  .breadcrumbs__list {
    padding-left: 8px
  }
}
.sidebar {
  position: relative;
  z-index: 2
}
.sidebar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 2px
}
.sidebar__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20
}
.sidebar__cathegory {
  list-style: none;
  margin: 0;
  margin-top: 13px;
  margin-bottom: 38px;
  padding: 0
}
.sidebar__cathegory a {
  margin-bottom: 4px
}
.sidebar__cathegory ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 24px
}
.sidebar__subcathegory {
  display: none
}
.sidebar__cathegory-link {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20
}
.sidebar__cathegory-link_active {
  border-radius: 1000px;
  background: #c9db43
}
.sidebar__cathegory-link_active ~ .sidebar__subcathegory {
  display: block
}
.sidebar__subcathegory-link {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20
}
.sidebar__subcathegory-link_active {
  border-radius: 1000px;
  background: #c9db43
}
.sidebar__type {
  list-style: none;
  margin: 0;
  margin-top: 31px;
  padding: 0
}
.sidebar__type li:not(:last-child) {
  margin-bottom: 20px
}
.sidebar__submit {
  position: absolute;
  z-index: 1;
  padding: 8px;
  padding-left: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
  background-color: transparent;
  opacity: 0;
  pointer-events: none
}
.sidebar__submit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 50%;
  height: 100%;
  background: #d1d2d4
}
.sidebar__submit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='106' height='40' viewBox='0 0 106 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.5559 7.03676C18.012 2.48999 24.8895 0 31.9918 0H86C97.0457 0 106 8.95431 106 20C106 31.0457 97.0457 40 86 40H31.9918C24.8895 40 18.012 37.51 12.5559 32.9632L2.78617 24.8218C-0.225054 22.3125 -0.225049 17.6875 2.78617 15.1782L12.5559 7.03676Z' fill='%23D1D2D4'/%3E %3C/svg%3E");
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat
}
.sidebar__submit_active {
  position: absolute;
  left: 100%;
  opacity: 1;
  pointer-events: all
}
.hero {
  position: relative;
  z-index: 1;
  margin-bottom: 114px
}
.hero__item {
  position: relative;
  z-index: 1;
  background-image: url(/local/templates/redesign/css/../img/hero.png);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff
}
@media (max-width:766.5px) {
  .hero__item {
    padding-top: 192px;
    background-position: top center;
    background-size: 320px auto
  }
}
.hero__item-left-color {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: calc(50% - 860px);
  height: 100%;
  background: #d1d2d4;
  pointer-events: none
}
@media (min-width:1920px) {
  .hero__item-left-color {
    width: 50%
  }
}
@media (max-width:1366.5px) {
  .hero__item-left-color {
    width: calc(50% - 510px)
  }
}
@media (max-width:766.5px) {
  .hero__item-left-color {
    display: none
  }
}
.hero__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 176px;
  padding-left: 148px;
  min-height: 640px
}
@media (max-width:1366.5px) {
  .hero__container {
    padding-bottom: 84px;
    padding-left: 124px;
    min-height: 480px
  }
}
@media (max-width:1249.5px) {
  .hero__container {
    padding-bottom: 64px;
    min-height: 420px
  }
}
@media (max-width:991.5px) {
  .hero__container {
    padding-bottom: 44px;
    padding-left: 44px;
    min-height: 340px
  }
}
@media (max-width:766.5px) {
  .hero__container {
    border-radius: 72px 72px 0 0;
    padding-bottom: 24px;
    min-height: 312px;
    background: #fff
  }
}
@media (max-width:575.5px) {
  .hero__container {
    padding-left: 24px
  }
}
.hero__title {
  max-width: 512px
}
@media (max-width:1249.5px) {
  .hero__title {
    max-width: 450px
  }
}
@media (max-width:991.5px) {
  .hero__title {
    max-width: 410px
  }
}
.hero__text {
  margin-top: 24px;
  max-width: 380px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.028em
}
@media (max-width:1249.5px) {
  .hero__text {
    margin-top: 20px
  }
}
@media (max-width:991.5px) {
  .hero__text {
    max-width: 320px;
    font-size: 14px
  }
}
@media (max-width:766.5px) {
  .hero__text {
    margin-top: 12px
  }
}
@media (max-width:575.5px) {
  .hero__text {
    font-size: 14px;
    line-height: 20px
  }
}
.hero__btn {
  margin-top: 52px
}
@media (max-width:1249.5px) {
  .hero__btn {
    margin-top: 40px
  }
}
@media (max-width:766.5px) {
  .hero__btn {
    margin-top: 32px;
    background-color: #c9db43
  }
  .hero__btn:hover {
    background-color: #a6bd38
  }
}
.hero__slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .6s ease-out
}
.hero__slider-btn_prev {
  left: 25px;
  transform: translateY(-50%) scale(-1,1)
}
.hero__slider-btn_next {
  right: 25px
}
@media (max-width:1366.5px) {
  .hero__slider-btn {
    top: 47%
  }
}
.hero__slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%)
}
.hero__slider-pagination .slick-dots {
  display: flex;
  list-style: none
}
.hero__slider-pagination .slick-dots button {
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: 0 0
}
.hero__slider-pagination .slick-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #231f20;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%,-50%);
  transition: background-color .6s ease-out,border-color .6s ease-out
}
.hero__slider-pagination .slick-dots button svg {
  width: 100%;
  height: 100%;
  opacity: 0
}
.hero__slider-pagination .slick-dots button svg circle {
  stroke: #a6bd38;
  stroke-dasharray: 50,50;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 3s linear
}
.hero__slider-pagination .slick-dots .slick-active button::after {
  border-color: #a6bd38;
  background: #a6bd38
}
.hero__slider-pagination .slick-dots .slick-active button svg {
  opacity: 1
}
.hero__slider-pagination .slick-dots .slick-active button svg circle {
  stroke-dashoffset: 0
}
@media (max-width:1366.5px) {
  .hero__slider-pagination {
    bottom: 26px
  }
}
@media (max-width:991.5px) {
  .hero__slider-pagination {
    bottom: 17px
  }
}
@media (max-width:766.5px) {
  .hero__slider-pagination {
    top: 212px;
    bottom: auto
  }
}
.hero:hover .hero__slider-btn:not(.slick-disabled) {
  opacity: .4
}
.hero:hover .hero__slider-btn:not(.slick-disabled):hover {
  opacity: .7
}
@media (max-width:1366.5px) {
  .hero {
    margin-bottom: 96px
  }
}
@media (max-width:766.5px) {
  .hero {
    margin-bottom: 40px
  }
}
.collect_mainpage {
  margin-bottom: 112px
}
@media (max-width:1366.5px) {
  .collect_mainpage {
    margin-bottom: 98px
  }
}
@media (max-width:575.5px) {
  .collect_mainpage {
    margin-bottom: 39px
  }
}
.collect_detailpage {
  padding-top: 99px
}
@media (max-width:991.5px) {
  .collect_detailpage {
    padding-top: 60px
  }
}
@media (max-width:575.5px) {
  .collect_detailpage {
    padding-top: 42px
  }
}
.collect_techpage {
  padding-top: 78px;
  padding-bottom: 129px
}
@media (max-width:991.5px) {
  .collect_techpage {
    padding-top: 60px
  }
}
@media (max-width:575.5px) {
  .collect_techpage {
    padding-top: 53px;
    padding-bottom: 38px
  }
}
.collect__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px
}
@media (max-width:991.5px) {
  .collect__top {
    flex-direction: column
  }
}
@media (max-width:575.5px) {
  .collect__top {
    margin-bottom: 0
  }
}
.collect__title {
  padding-left: 24px
}
@media (max-width:991.5px) {
  .collect__title {
    margin-bottom: 20px;
    padding-left: 0
  }
}
@media (max-width:575.5px) {
  .collect__title {
    padding-left: 8px
  }
}
.collect__container {
  max-width: 1752px
}
.collect__controls {
  display: flex;
  align-items: center;
  padding-right: 24px
}
@media (max-width:991.5px) {
  .collect__controls {
    justify-content: center
  }
}
@media (max-width:575.5px) {
  .collect__controls {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 0;
    width: calc(100% + 32px)
  }
}
.collect__tabs {
  margin-right: 42px
}
@media (max-width:575.5px) {
  .collect__tabs {
    display: flex;
    margin-right: 0;
    width: 100%
  }
}
.collect__tab {
  border: none;
  padding: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  background: 0 0
}
.collect__tab_active {
  border-bottom: 1px solid #231f20;
  color: #231f20
}
.collect__tab:not(:last-child) {
  margin-right: 28px
}
@media (max-width:575.5px) {
  .collect__tab:not(:last-child) {
    margin-right: 0
  }
}
@media (max-width:575.5px) {
  .collect__tab {
    width: 50%
  }
}
.collect__items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}
@media (max-width:1366.5px) {
  .collect__items {
    grid-gap: 16px
  }
}
@media (max-width:991.5px) {
  .collect__items {
    display: flex;
    flex-wrap: wrap
  }
}
@media (max-width:575.5px) {
  .collect__items {
    grid-gap: 12px
  }
}
.collect__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 2px;
  padding: 18px 24px;
  height: 518px;
  letter-spacing: -.04em;
  background: #f7f7f7
}
.collect__item:not(:first-child) .collect__item-image {
  left: 0;
  top: 0;
  width: 100%;
  height: 380px
}
@media (max-width:1366.5px) {
  .collect__item:not(:first-child) .collect__item-image {
    height: 262px
  }
}
@media (max-width:1249.5px) {
  .collect__item:not(:first-child) .collect__item-image {
    height: 230px
  }
}
@media (max-width:575.5px) {
  .collect__item:not(:first-child) .collect__item-image {
    height: 159px
  }
}
@media (max-width:991.5px) {
  .collect__item:not(:first-child) {
    width: calc((100% - 16px)/ 2)
  }
}
@media (max-width:575.5px) {
  .collect__item:not(:first-child) {
    padding: 12px
  }
}
.collect__item:first-child {
  padding: 23px 24px
}
.collect__item:first-child .collect__item-for {
  margin-bottom: 9px
}
@media (max-width:575.5px) {
  .collect__item:first-child .collect__item-name {
    min-height: 0
  }
}
.collect__item:first-child .collect__item-image {
  right: 65px;
  bottom: 0;
  width: 282px;
  height: 470px
}
@media (max-width:575.5px) {
  .collect__item:first-child .collect__item-image_center {
    bottom: 0
  }
}
@media (max-width:1366.5px) {
  .collect__item:first-child .collect__item-image {
    height: 358px
  }
}
@media (max-width:1249.5px) {
  .collect__item:first-child .collect__item-image {
    right: 0;
    width: 200px
  }
}
@media (max-width:766.5px) {
  .collect__item:first-child .collect__item-image {
    right: 15px
  }
}
@media (max-width:575.5px) {
  .collect__item:first-child .collect__item-image {
    bottom: -40px;
    width: 132px
  }
}
@media (max-width:991.5px) {
  .collect__item:first-child {
    width: 100%
  }
}
@media (max-width:575.5px) {
  .collect__item:first-child {
    height: 176px
  }
}
@media (max-width:575.5px) {
  .collect__item:nth-child(2) {
    margin-left: 16px;
    width: calc((100% - 12px)/ 2 - 16px)
  }
}
@media (max-width:575.5px) {
  .collect__item:nth-child(3) {
    margin-right: 16px;
    width: calc((100% - 12px)/ 2 - 16px)
  }
}
.collect__item:hover .collect__item-hover-img {
  opacity: 1
}
.collect__item:hover .collect__item-info {
  max-height: 100px;
  opacity: 1
}
@media (max-width:991.5px) {
  .collect__item:hover .collect__item-info {
    max-height: 0;
    opacity: 0
  }
}
.collect__item:hover .collect__item-name {
  margin-bottom: 5px;
  color: #3592c0
}
@media (max-width:991.5px) {
  .collect__item:hover .collect__item-name {
    margin-bottom: 0
  }
}
@media (max-width:1366.5px) {
  .collect__item {
    height: 400px
  }
}
@media (max-width:1249.5px) {
  .collect__item {
    height: 350px
  }
}
@media (max-width:575.5px) {
  .collect__item {
    height: 270px
  }
}
.collect__item-best {
  position: absolute;
  left: 24px;
  top: 24px;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #fff;
  background: #3592c0
}
@media (max-width:575.5px) {
  .collect__item-best {
    padding: 2px 8px;
    font-size: 12px
  }
}
.collect__item-image {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center
}
.collect__item-image_center {
  align-items: center
}
@media (max-width:575.5px) {
  .collect__item-image_center {
    max-height: 100%
  }
}
.collect__item-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center
}
@media (max-width:1366.5px) {
  .collect__item-img {
    max-width: 90%;
    max-height: 90%
  }
}
.collect__cslide {
  overflow: hidden;
  width: 100%
}
.collect__cslide .collect__items#women {
  position: absolute;
  opacity: 0
}
.collect__cslide_men .collect__cslide-wrapper {
  width: 200%;
  opacity: 1;
  transform: translateX(-50%)
}
.collect__cslide_men .collect__cslide-wrapper_smooth {
  transform: translateX(0);
  transition: transform .4s ease-out
}
.collect__cslide_men .collect__items#women {
  position: relative;
  opacity: 1
}
.collect__cslide_women .collect__items#women {
  opacity: 1;
  transition: opacity 1s ease-out
}
.collect__cslide_women .collect__items#men {
  left: 0;
  top: 0;
  width: 100%
}
@media (max-width:991.5px) {
  .collect__cslide {
    margin-bottom: 30px
  }
}
@media (max-width:575.5px) {
  .collect__cslide {
    margin-right: -16px;
    margin-bottom: 23px;
    margin-left: -16px;
    width: calc(100% + 32px)
  }
}
.collect__cslide-wrapper {
  position: relative;
  display: flex;
  width: 100%
}
.collect__item-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 135px;
  height: 72px;
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.025em;
  color: #8d8d8d
}
@media (max-width:1366.5px) {
  .collect__item-desc {
    margin-bottom: 73px
  }
}
@media (max-width:1249.5px) {
  .collect__item-desc {
    margin-bottom: 80px
  }
}
@media (max-width:575.5px) {
  .collect__item-desc {
    display: none
  }
}
.collect__item-for {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.025em;
  text-transform: uppercase;
  color: #8d8d8d
}
.collect__item-name {
  min-height: 48px;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20
}
@media (max-width:575.5px) {
  .collect__item-name span {
    display: block
  }
}
@media (max-width:575.5px) {
  .collect__item-name {
    min-height: 44px;
    font-size: 16px;
    line-height: 1.35
  }
}
.collect__item-info {
  max-height: 0;
  font-size: 12px;
  line-height: 16px;
  color: #8d8d8d;
  opacity: 0;
  transform-origin: bottom center;
  transition: max-height .3s ease-out,opacity .3s ease-out
}
.collect__item-info_icon {
  position: relative;
  padding-left: 35px
}
.collect__item-info_icon img {
  opacity: .2
}
.collect__item-info_icon:not(:last-child) {
  margin-bottom: 7px
}
.collect__item-info_icon .collect__item-info-icon {
  display: flex
}
.collect__item-info-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(165,165,165,.5);
  transform: translateY(-50%)
}
.collect__item-info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.collect__item-info-icon_bordered {
  border: 1px solid rgba(165,165,165,.5);
  border-radius: 50%
}
.collect__btn-block {
  text-align: center
}
.about {
  position: relative;
  z-index: 1;
  background-color: #fff
}
.about::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - 960px);
  height: 100%;
  background: #f7f7f7;
  pointer-events: none
}
@media (min-width:1920px) {
  .about::after {
    width: 50%
  }
}
@media (max-width:991.5px) {
  .about::after {
    width: calc(100% - 500px);
    background: #c9db43
  }
}
@media (max-width:575.5px) {
  .about::after {
    width: calc(100% - 250px)
  }
}
.about__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 111px;
  min-height: 640px
}
.about__container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 960px;
  height: 100%;
  background-image: url(/local/templates/redesign/css/../img/about.png);
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none
}
@media (max-width:991.5px) {
  .about__container::after {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: 320px;
    background-image: url(/local/templates/redesign/css/../img/about-mob.png)
  }
}
@media (max-width:575.5px) {
  .about__container::after {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    height: 160px;
    background-position: left center
  }
}
@media (max-width:1366.5px) {
  .about__container {
    padding-top: 66px;
    min-height: 480px
  }
}
@media (max-width:1249.5px) {
  .about__container {
    padding-top: 39px;
    min-height: 400px
  }
}
@media (max-width:991.5px) {
  .about__container {
    flex-wrap: wrap;
    padding-top: 0
  }
}
.about__content {
  padding-left: 56px;
  width: 50%
}
@media (max-width:1366.5px) {
  .about__content {
    padding-left: 63px
  }
}
@media (max-width:991.5px) {
  .about__content {
    order: 2;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
    width: calc(100% + 40px);
    background: #f5f5f6
  }
}
@media (max-width:575.5px) {
  .about__content {
    margin-right: -16px;
    margin-left: -16px;
    padding: 29px 24px 24px;
    width: calc(100% + 32px)
  }
}
.about__pretitle {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a6bd38
}
@media (max-width:575.5px) {
  .about__pretitle {
    margin-bottom: 10px
  }
}
.about__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #231f20
}
@media (max-width:575.5px) {
  .about__title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 30px
  }
}
.about__text {
  margin-bottom: 182px;
  max-width: 403px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.029em;
  color: #8d8d8d
}
@media (max-width:1366.5px) {
  .about__text {
    margin-bottom: 127px;
    max-width: 315px
  }
}
@media (max-width:1249.5px) {
  .about__text {
    margin-bottom: 90px
  }
}
@media (max-width:575.5px) {
  .about__text {
    margin-bottom: 98px;
    font-size: 14px
  }
}
.blog__container {
  display: flex;
  padding: 0
}
@media (max-width:766.5px) {
  .blog__container {
    flex-direction: column
  }
}
.blog__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 64px 148px 57px;
  width: 50%;
  height: 512px
}
.blog__item:hover .blog__item-title {
  color: #c9db43
}
.blog__item:hover .blog__item-bg {
  transform: scale(1.1)
}
@media (max-width:1366.5px) {
  .blog__item {
    padding: 64px 63px 41px;
    height: 436px
  }
}
@media (max-width:991.5px) {
  .blog__item {
    padding-top: 32px;
    padding-left: 30px;
    height: 384px
  }
}
@media (max-width:766.5px) {
  .blog__item {
    width: 100%
  }
}
@media (max-width:575.5px) {
  .blog__item {
    padding: 32px 25px 22px 24px;
    height: 320px
  }
}
.blog__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 2s ease-out
}
.blog__item-tag {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a6bd38
}
.blog__item-title {
  margin-bottom: 21px;
  min-height: 108px;
  transition: color .4s ease-out
}
@media (max-width:1249.5px) {
  .blog__item-title {
    min-height: 88px
  }
}
@media (max-width:991.5px) {
  .blog__item-title {
    min-height: 72px
  }
}
@media (max-width:575.5px) {
  .blog__item-title {
    margin-bottom: 10px;
    max-width: 180px
  }
}
.blog__item-text {
  margin-bottom: auto;
  max-width: 320px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.029em;
  color: #8d8d8d
}
@media (max-width:575.5px) {
  .blog__item-text {
    font-size: 14px
  }
}
.full-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 640px;
  background-image: url(/local/templates/redesign/css/../img/upload/image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:1366.5px) {
  .full-image {
    height: 480px
  }
}
@media (max-width:1249.5px) {
  .full-image {
    height: 400px
  }
}
@media (max-width:991.5px) {
  .full-image {
    height: 300px
  }
}
@media (max-width:575.5px) {
  .full-image {
    height: 196px
  }
}
.video {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 640px;
  background-image: url(/local/templates/redesign/css/../img/upload/video.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
.video__btn {
  border: none;
  background: 0 0;
  cursor: pointer
}
.video__btn rect {
  transition: fill .3s ease-out
}
@media (max-width:575.5px) {
  .video__btn svg {
    width: 56px;
    height: auto
  }
}
.video__btn:hover rect {
  fill: #65bae8
}
@media (max-width:1366.5px) {
  .video {
    height: 480px
  }
}
@media (max-width:1249.5px) {
  .video {
    height: 400px
  }
}
@media (max-width:991.5px) {
  .video {
    height: 300px
  }
}
@media (max-width:575.5px) {
  .video {
    height: 180px
  }
}
.reviews {
  margin-bottom: 109px;
  padding-top: 109px
}
.reviews__container {
  max-width: 1776px
}
@media (max-width:1366.5px) {
  .reviews__container {
    max-width: 1350px
  }
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-right: 37px;
  padding-left: 37px
}
@media (max-width:1366.5px) {
  .reviews__top {
    padding-right: 16px;
    padding-left: 15px
  }
}
@media (max-width:991.5px) {
  .reviews__top {
    padding-right: 0;
    padding-left: 0
  }
}
@media (max-width:575.5px) {
  .reviews__top {
    padding-left: 8px
  }
}
.reviews__controls .btn:not(:last-child) {
  margin-right: 7px
}
@media (max-width:575.5px) {
  .reviews__controls {
    display: none
  }
}
@media (max-width:1366.5px) {
  .reviews__items {
    margin: 0 -16px
  }
}
.reviews__item {
  position: relative;
  margin: 0 12px;
  border-radius: 2px;
  padding: 44px 25px 70px;
  height: 515px;
  background: #f7f7f7
}
@media (max-width:1366.5px) {
  .reviews__item {
    margin: 0 8px;
    height: 401px
  }
}
@media (max-width:575.5px) {
  .reviews__item {
    padding-top: 18px;
    width: 252px;
    height: 320px
  }
}
.reviews__item-top {
  display: flex;
  margin-bottom: 20px
}
@media (max-width:575.5px) {
  .reviews__item-top {
    margin-bottom: 15px
  }
}
.reviews__item-text {
  max-width: 370px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.029em;
  color: #8d8d8d
}
@media (max-width:575.5px) {
  .reviews__item-text {
    font-size: 14px
  }
}
.reviews__item-author {
  position: absolute;
  left: 24px;
  bottom: 42px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8d8d8d
}
@media (max-width:1366.5px) {
  .reviews__item-author {
    bottom: 21px
  }
}
@media (max-width:575.5px) {
  .reviews__item-author {
    bottom: 26px
  }
}
.reviews__item-icon {
  margin-right: 21px;
  border-radius: 50%
}
.reviews__item-icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:575.5px) {
  .reviews__item-icon img {
    width: 44px;
    height: 44px
  }
}
@media (max-width:575.5px) {
  .reviews__item-icon {
    margin-right: 7px
  }
}
.reviews__item-name {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.028em;
  color: #231f20
}
@media (max-width:575.5px) {
  .reviews__item-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px
  }
}
.reviews__item-stars {
  display: flex;
  padding-left: 1px
}
.reviews__item-stars img:not(:last-child) {
  margin-right: 3px
}
@media (max-width:575.5px) {
  .reviews__item-stars img:not(:last-child) {
    margin-right: 2px
  }
}
@media (max-width:575.5px) {
  .reviews__item-stars img {
    width: 14px
  }
}
@media (max-width:1366.5px) {
  .reviews {
    margin-bottom: 97px;
    padding-top: 113px
  }
}
@media (max-width:1249.5px) {
  .reviews {
    padding-top: 90px
  }
}
@media (max-width:991.5px) {
  .reviews {
    padding-top: 70px
  }
}
@media (max-width:575.5px) {
  .reviews {
    padding-top: 42px
  }
}
@media (max-width:575.5px) {
  .reviews {
    margin-bottom: 38px
  }
}
.partners {
  position: relative;
  padding-bottom: 176px
}
.partners__container {
  max-width: 1740px
}
.partners__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-right: 18px;
  padding-left: 30px
}
@media (max-width:1366.5px) {
  .partners__top {
    padding-right: 25px;
    padding-left: 26px
  }
}
@media (max-width:991.5px) {
  .partners__top {
    padding-right: 0;
    padding-left: 0
  }
}
@media (max-width:575.5px) {
  .partners__top {
    margin-bottom: 23px;
    padding-left: 7px
  }
}
.partners__controls .btn:not(:last-child) {
  margin-right: 7px
}
@media (max-width:575.5px) {
  .partners__controls {
    display: none
  }
}
.partners__items {
  margin: 0 -8px
}
@media (max-width:575.5px) {
  .partners__items {
    margin-right: -16px
  }
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  border: 1px solid #d1d2d4;
  height: 182px
}
.partners__item img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:575.5px) {
  .partners__item img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px)
  }
}
@media (max-width:1366.5px) {
  .partners__item {
    height: 141px
  }
}
@media (max-width:575.5px) {
  .partners__item {
    width: 158px;
    height: 72px
  }
}
.partners__slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 111px;
  transform: translateX(-50%)
}
.partners__slider-pagination .slick-dots {
  display: flex;
  list-style: none
}
.partners__slider-pagination .slick-dots button {
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: 0 0
}
.partners__slider-pagination .slick-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #231f20;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%,-50%);
  transition: background-color .6s ease-out,border-color .6s ease-out
}
.partners__slider-pagination .slick-dots button svg {
  width: 100%;
  height: 100%;
  opacity: 0
}
.partners__slider-pagination .slick-dots button svg circle {
  stroke: #a6bd38;
  stroke-dasharray: 50,50;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 3s linear
}
.partners__slider-pagination .slick-dots .slick-active button::after {
  border-color: #a6bd38;
  background: #a6bd38
}
.partners__slider-pagination .slick-dots .slick-active button svg {
  opacity: 1
}
.partners__slider-pagination .slick-dots .slick-active button svg circle {
  stroke-dashoffset: 0
}
@media (max-width:1366.5px) {
  .partners__slider-pagination {
    bottom: 90px
  }
}
@media (max-width:1366.5px) {
  .partners {
    padding-bottom: 160px
  }
}
@media (max-width:575.5px) {
  .partners {
    padding-bottom: 40px
  }
}
.catalog__container {
  display: flex;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 96px
}
@media (max-width:575.5px) {
  .catalog__container {
    padding-bottom: 40px
  }
}
.catalog__content {
  width: calc(100% - 266px - 60px)
}
@media (max-width:991.5px) {
  .catalog__content {
    width: 100%
  }
}
.catalog__items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 40px
}
@media (max-width:1249.5px) {
  .catalog__items {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:575.5px) {
  .catalog__items {
    grid-gap: 12px;
    margin-bottom: 31px
  }
}
.catalog__sidebar {
  margin-right: 60px;
  width: 266px
}
@media (max-width:991.5px) {
  .catalog__sidebar {
    display: none
  }
}
.catalog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 2px;
  padding: 17px 22px;
  padding-top: 100px;
  height: 400px;
  background: #f7f7f7
}
@media (max-width:575.5px) {
  .catalog__item {
    padding: 20px 12px 9px;
    height: 270px
  }
}
.catalog__item_big {
  grid-column: 1/3;
  padding: 23px 29px;
  padding-top: 100px
}
.catalog__item_big .catalog__item-for {
  margin-bottom: 8px
}
@media (max-width:575.5px) {
  .catalog__item_big .catalog__item-for {
    margin-bottom: 2px
  }
}
.catalog__item_big .catalog__item-image {
  left: auto;
  right: 62px;
  top: auto;
  bottom: 0;
  align-items: flex-end;
  width: 229px;
  height: 353px
}
@media (max-width:575.5px) {
  .catalog__item_big .catalog__item-image {
    right: 29px;
    width: 116px;
    height: 153px
  }
}
@media (max-width:575.5px) {
  .catalog__item_big .catalog__item-img {
    max-width: 100%;
    max-height: 100%
  }
}
@media (max-width:991.5px) {
  .catalog__item_big {
    grid-column: 1/3;
    margin-right: -20px;
    margin-left: -20px
  }
}
@media (max-width:575.5px) {
  .catalog__item_big {
    margin-right: -15px;
    margin-left: -15px;
    padding: 30px 24px 24px;
    height: 174px
  }
}
.catalog__item:hover .catalog__item-img {
  opacity: 0
}
.catalog__item:hover .catalog__item-hover-img {
  opacity: 1
}
.catalog__item:hover .catalog__item-info {
  max-height: 100px;
  opacity: 1
}
@media (max-width:991.5px) {
  .catalog__item:hover .catalog__item-info {
    max-height: 0;
    opacity: 0
  }
}
.catalog__item:hover .catalog__item-name {
  margin-bottom: 5px;
  color: #3592c0
}
@media (max-width:991.5px) {
  .catalog__item:hover .catalog__item-name {
    margin-bottom: 0
  }
}
.catalog__item-best {
  position: absolute;
  left: 27px;
  top: 24px;
  z-index: 1;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #fff;
  background: #3592c0
}
@media (max-width:766.5px) {
  .catalog__item-best {
    padding: 2px 8px;
    font-size: 12px
  }
}
.catalog__item-new {
  position: absolute;
  right: 14px;
  top: 13px;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20;
  background: #c9db43
}
@media (max-width:766.5px) {
  .catalog__item-new {
    padding: 2px 8px;
    font-size: 12px
  }
}
.catalog__item-for {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.025em;
  text-transform: uppercase;
  color: #8d8d8d
}
@media (max-width:575.5px) {
  .catalog__item-for {
    font-size: 12px;
    line-height: 16px
  }
}
.catalog__item-name {
  overflow: hidden;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.028em;
  color: #231f20;
  transition: margin-bottom .3s ease-out,color .3s ease-out
}
@media (max-width:575.5px) {
  .catalog__item-name span {
    display: block
  }
}
@media (max-width:575.5px) {
  .catalog__item-name {
    height: auto;
    font-size: 16px;
    line-height: 24px
  }
}
.catalog__item-desc {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 75px;
  height: 72px;
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.025em;
  color: #8d8d8d;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
@media (max-width:575.5px) {
  .catalog__item-desc {
    display: none
  }
}
.catalog__item-image {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 262px;
  font-size: 0
}
@media (max-width:575.5px) {
  .catalog__item-image {
    height: 178px
  }
}
.catalog__item-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  transition: opacity .3s ease-out
}
@media (max-width:1366.5px) {
  .catalog__item-img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px)
  }
}
.catalog__item-hover-img {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  opacity: 0;
  background: #f7f7f7;
  transition: opacity .3s ease-out
}
.catalog__item-info {
  max-height: 0;
  font-size: 12px;
  line-height: 16px;
  color: #8d8d8d;
  opacity: 0;
  transform-origin: bottom center;
  transition: max-height .3s ease-out,opacity .3s ease-out
}
.catalog__item-info_icon {
  position: relative;
  padding-left: 35px
}
.catalog__item-info_icon img {
  opacity: .2
}
.catalog__item-info_icon:not(:last-child) {
  margin-bottom: 7px
}
.catalog__item-info_icon .catalog__item-info-icon {
  display: flex
}
.catalog__item-info-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(165,165,165,.5);
  transform: translateY(-50%)
}
.catalog__item-info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.catalog__item-info-icon_bordered {
  border: 1px solid rgba(165,165,165,.5);
  border-radius: 50%
}
.catalog__navigation {
  display: flex;
  justify-content: space-between
}
@media (max-width:575.5px) {
  .catalog__navigation {
    flex-direction: column;
    align-items: center
  }
}
.catalog__pagination {
  display: flex
}
@media (max-width:575.5px) {
  .catalog__pagination {
    margin-top: 30px
  }
}
.catalog__pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-color: transparent
}
.catalog__pagination-btn_active {
  background: #c9db43
}
.catalog__pagination-btn:not(:last-child) {
  margin-right: 1px
}
@media (max-width:575.5px) {
  .catalog__pagination-btn:not(:last-child) {
    margin-right: 6px
  }
}
.catalog__pagination-btn_next,
.catalog__pagination-btn_prev {
  border: 1px solid #d1d2d4;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.93335 7.83043C0.93335 7.90761 0.962842 7.98501 1.02179 8.04397L8.55579 15.5779C8.67369 15.6958 8.86491 15.6958 8.98284 15.5779C9.10071 15.46 9.10073 15.2688 8.98283 15.1509L1.66237 7.83043L8.97733 0.515469C9.09521 0.397548 9.0952 0.206356 8.97732 0.0884353C8.85938 -0.0294817 8.66818 -0.0294768 8.55024 0.0884402L1.02179 7.61689C0.962842 7.67585 0.93335 7.75325 0.93335 7.83043Z' fill='%23231F20'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-color .3s ease-out
}
.catalog__pagination-btn_next:hover,
.catalog__pagination-btn_prev:hover {
  background-color: #c9db43
}
.catalog__pagination-btn_next {
  transform: scale(-1,1)
}
@media (max-width:575.5px) {
  .catalog__pagination-btn {
    width: 40px;
    height: 40px
  }
}
.mobile-filter {
  display: none;
  width: 100%;
  background: #fff
}
@media (max-width:991.5px) {
  .mobile-filter_active {
    display: block
  }
}
.mobile-filter__top {
  display: flex;
  align-items: center;
  padding-top: 12px
}
.mobile-filter__top .catalog-breadcrumbs__filters {
  margin-right: auto
}
.mobile-filter__clear {
  margin-right: 20px
}
.mobile-filter__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #231f20
}
.mobile-filter__cathegory {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0
}
.mobile-filter__cathegory a {
  margin-bottom: 4px
}
.mobile-filter__cathegory ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 24px
}
.mobile-filter__subcathegory {
  display: none
}
.mobile-filter__cathegory-link {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #231f20
}
.mobile-filter__cathegory-link_active {
  border-radius: 1000px;
  background: #c9db43
}
.mobile-filter__cathegory-link_active ~ .mobile-filter__subcathegory {
  display: block
}
.mobile-filter__subcathegory-link {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #231f20
}
.mobile-filter__subcathegory-link_active {
  border-radius: 1000px;
  background: #c9db43
}
.mobile-filter__type {
  list-style: none;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 21px;
  padding: 0
}
.mobile-filter__type li:not(:last-child) {
  margin-bottom: 20px
}
@media (max-width:575.5px) {
  .mobile-filter__type {
    margin-top: 23px
  }
}
.mobile-filter__submit {
  margin-right: -16px;
  margin-left: -16px;
  padding: 16px;
  width: calc(100% + 32px);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #231f20;
  background: #d1d2d4
}
.detail {
  display: flex;
  align-items: flex-start
}
.detail__mobile-img {
  display: none;
  width: 100%
}
.detail__mobile-img img {
  width: 100%
}
@media (max-width:991.5px) {
  .detail__mobile-img {
    display: block
  }
}
.detail__left {
  width: calc(100% - 582px)
}
@media (max-width:1249.5px) {
  .detail__left {
    width: calc(100% - 482px)
  }
}
@media (max-width:991.5px) {
  .detail__left {
    width: 100%
  }
}
.detail__left-img {
  position: relative;
  width: 100%;
  font-size: 0
}
.detail__left-img:not(:last-child) {
  margin-bottom: 15px
}
@media (max-width:766.5px) {
  .detail__left-img:not(:last-child) {
    margin-bottom: 12px
  }
}
.detail__left-img img {
  width: 100%
}
@media (max-width:991.5px) {
  .detail__left-img:first-child {
    display: none
  }
}
.detail__left-img-rec {
  position: absolute;
  right: 24px;
  top: 23px;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #fff;
  background: #3592c0
}
.detail__right {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  padding-top: 43px;
  padding-right: 141px;
  padding-left: 108px;
  width: 582px
}
.detail__right_fixed {
  position: fixed;
  left: auto;
  right: 0;
  top: 0
}
.detail__right_absolute {
  position: absolute;
  left: auto;
  right: 0;
  top: 0
}
@media (max-width:1249.5px) {
  .detail__right {
    padding-right: 101px;
    padding-left: 58px;
    width: 482px
  }
}
@media (max-width:991.5px) {
  .detail__right {
    position: static;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%
  }
}
@media (max-width:766.5px) {
  .detail__right {
    margin-bottom: 35px;
    padding-top: 9px;
    padding-right: 24px;
    padding-left: 24px
  }
}
.detail__breadcrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0
}
.detail__breadcrumbs li:not(:last-child)::after {
  content: "・";
  margin-right: 7px;
  padding-left: 5px;
  font-size: 14px
}
.detail__breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #a6bd38;
  transition: color .3s ease-out
}
.detail__breadcrumbs a[href] {
  color: #8d8d8d
}
.detail__breadcrumbs a[href]:hover {
  color: #a6bd38
}
@media (max-width:766.5px) {
  .detail__breadcrumbs a {
    font-size: 12px
  }
}
@media (max-width:766.5px) {
  .detail__breadcrumbs {
    margin-bottom: 0
  }
}
.detail__name {
  margin-bottom: 40px
}
@media (max-width:766.5px) {
  .detail__name {
    margin-bottom: 25px
  }
}
.detail__text {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.029em;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .detail__text {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4
  }
}
.detail__advantages {
  list-style: none;
  margin: 0;
  margin-bottom: 43px;
  padding: 0
}
@media (max-width:766.5px) {
  .detail__advantages {
    margin-bottom: 27px
  }
}
.detail__advantage {
  position: relative;
  padding-left: 33px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -.029em;
  color: #8d8d8d
}
.detail__advantage:not(:last-child) {
  margin-bottom: 15px
}
@media (max-width:766.5px) {
  .detail__advantage:not(:last-child) {
    margin-bottom: 11px
  }
}
.detail__advantage svg {
  position: absolute;
  left: -1px;
  top: -1px
}
.detail__advantage_icon {
  position: relative;
  padding-left: 35px
}
.detail__advantage_icon .detail__advantage-icon {
  display: flex
}
@media (max-width:766.5px) {
  .detail__advantage {
    font-size: 12px
  }
}
.detail__advantage-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(165,165,165,.5);
  transform: translateY(-50%)
}
.detail__advantage-icon img {
  opacity: .2
}
.detail__advantage-icon_bordered {
  border: 1px solid rgba(165,165,165,.5);
  border-radius: 50%
}
@media (max-width:991.5px) {
  .detail {
    flex-direction: column-reverse
  }
}
.description__container {
  display: grid;
  grid-gap: 56px;
  grid-template-columns: repeat(2,1fr);
  padding-top: 97px;
  padding-bottom: 48px
}
@media (max-width:991.5px) {
  .description__container {
    grid-template-columns: 100%
  }
}
@media (max-width:766.5px) {
  .description__container {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px
  }
}
@media (max-width:575.5px) {
  .description__container {
    padding-bottom: 10px
  }
}
.description__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.03em;
  color: #8d8d8d
}
.description__text p:not(:last-child) {
  margin-bottom: 24px
}
@media (max-width:766.5px) {
  .description__text p:not(:last-child) {
    margin-bottom: 20px
  }
}
@media (max-width:766.5px) {
  .description__text {
    font-size: 14px;
    line-height: 1.43
  }
}
.description__left {
  padding-left: 85px
}
@media (max-width:991.5px) {
  .description__left {
    padding-left: 0
  }
}
.description__right {
  padding-right: 83px
}
@media (max-width:766.5px) {
  .description__right {
    padding-right: 0
  }
}
.technology {
  padding-top: 16px;
  padding-bottom: 96px
}
.technology__items {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0 auto;
  max-width: 1210px
}
@media (max-width:1249.5px) {
  .technology__items {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:575.5px) {
  .technology__items {
    padding-top: 10px
  }
}
.technology__item {
  position: relative;
  min-height: 275px
}
.technology__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  width: 210px;
  height: 1px;
  background: #d1d2d4;
  transform: translateX(-50%)
}
@media (max-width:575.5px) {
  .technology__item::before {
    width: 128px
  }
}
.technology__item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 1;
  display: none;
  width: 1px;
  height: 210px;
  background: #d1d2d4;
  transform: translateY(-50%)
}
@media (max-width:575.5px) {
  .technology__item::after {
    height: 164px
  }
}
.technology__item:not(:nth-child(4n))::after {
  display: block
}
@media (max-width:1249.5px) {
  .technology__item:not(:nth-child(4n))::after {
    display: none
  }
}
@media (max-width:1249.5px) {
  .technology__item:not(:nth-child(2n))::after {
    display: block
  }
}
.technology__item:not(:nth-child(2n)) .technology__image {
  left: 0;
  right: auto
}
@media (max-width:1249.5px) {
  .technology__item:not(:nth-child(2n)) .technology__image {
    left: 100%;
    transform-origin: left center!important
  }
}
@media (max-width:1249.5px) {
  .technology__item:nth-last-child(n+3)::before {
    display: block
  }
}
.technology__item:nth-child(-n+4)::before {
  display: block
}
@media (max-width:1249.5px) {
  .technology__item:nth-child(-n+4)::before {
    display: none
  }
}
.technology__item:nth-child(-n+4) .technology__image {
  top: 100%;
  transform-origin: top center
}
@media (max-width:1249.5px) {
  .technology__item:nth-child(-n+4) .technology__image {
    top: auto
  }
}
.technology__item:nth-child(-n+4) .technology__item-inner {
  padding-top: 68px
}
@media (max-width:575.5px) {
  .technology__item:nth-child(-n+4) .technology__item-inner {
    padding-top: 33px
  }
}
.technology__item:hover {
  z-index: 3;
  box-shadow: 0 4px 24px rgba(35,31,32,.12)
}
.technology__item:hover::before {
  display: none
}
.technology__item:hover::after {
  display: none
}
.technology__item:hover .technology__desc {
  transform: scaleY(1)
}
.technology__item:hover .technology__item-inner {
  background-color: #fff
}
.technology__item:hover .technology__image {
  transform: scaleY(1)
}
@media (max-width:1249.5px) {
  .technology__item:hover .technology__image {
    transform: scaleX(1)
  }
}
@media (max-width:575.5px) {
  .technology__item {
    min-height: 188px
  }
}
.technology__item-inner {
  padding: 68px 45px 30px;
  padding-top: 40px;
  width: 100%;
  height: 100%
}
@media (max-width:1366.5px) {
  .technology__item-inner {
    padding: 55px 30px 20px;
    padding-top: 35px
  }
}
@media (max-width:575.5px) {
  .technology__item-inner {
    padding: 9px;
    padding-top: 33px
  }
}
.technology__icon {
  margin-bottom: 15px
}
@media (max-width:575.5px) {
  .technology__icon {
    margin-bottom: 18px;
    width: 44px;
    height: 44px
  }
}
.technology__name {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #414141
}
@media (max-width:575.5px) {
  .technology__name {
    font-size: 14px;
    line-height: 1.4
  }
}
.technology__desc {
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .2s ease-out
}
@media (max-width:575.5px) {
  .technology__desc {
    display: none
  }
}
.technology__image {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .2s ease-out;
  pointer-events: none
}
.technology__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:1249.5px) {
  .technology__image {
    left: auto;
    right: 100%;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right center!important
  }
}
@media (max-width:1366.5px) {
  .technology {
    padding-bottom: 62px
  }
}
@media (max-width:575.5px) {
  .technology {
    padding-top: 10px;
    padding-bottom: 28px
  }
}
.banner {
  padding-top: 140px;
  padding-bottom: 234px
}
.banner__content {
  position: relative;
  margin: 0 auto;
  max-width: 1067px
}
@media (max-width:1249.5px) {
  .banner__content {
    max-width: 868px
  }
}
@media (max-width:991.5px) {
  .banner__content {
    max-width: 785px
  }
}
@media (max-width:766.5px) {
  .banner__content {
    width: 515px
  }
}
@media (max-width:575.5px) {
  .banner__content {
    padding-right: 6px;
    padding-left: 6px;
    width: 288px
  }
}
.banner__title {
  font-weight: 500;
  font-style: normal;
  font-size: 108px;
  line-height: 1.04;
  color: #231f20
}
@media (max-width:1249.5px) {
  .banner__title {
    font-size: 80px
  }
}
@media (max-width:991.5px) {
  .banner__title {
    font-size: 67px
  }
}
@media (max-width:766.5px) {
  .banner__title {
    font-size: 40px
  }
}
@media (max-width:575.5px) {
  .banner__title {
    font-size: 28px;
    line-height: 1.25
  }
}
.banner__dorco {
  display: inline-block;
  border-radius: 1000px;
  padding: 24px 45px;
  font-size: 0;
  line-height: 0;
  background: #d2ee01;
  transform: translate(-5px,5px);
  transition: box-shadow .3s ease-out
}
.banner__dorco:hover {
  box-shadow: 0 0 18.9113px rgba(225,255,0,.7),0 0 73.2115px rgba(225,255,0,.5),inset 0 0 7.32115px rgba(225,255,0,.5)
}
@media (max-width:766.5px) {
  .banner__dorco {
    padding: 8px 16px
  }
}
@media (max-width:575.5px) {
  .banner__dorco {
    transform: translate(0,5px)
  }
}
@media (max-width:991.5px) {
  .banner__svg {
    width: auto;
    height: 52px
  }
}
@media (max-width:766.5px) {
  .banner__svg {
    height: 38px
  }
}
@media (max-width:575.5px) {
  .banner__svg {
    height: 23px
  }
}
.banner__descr {
  position: absolute;
  right: -65px;
  top: calc(100% + 27px);
  max-width: 430px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #231f20
}
@media (max-width:1249.5px) {
  .banner__descr {
    right: -45px
  }
}
@media (max-width:991.5px) {
  .banner__descr {
    left: 160px;
    right: auto
  }
}
@media (max-width:766.5px) {
  .banner__descr {
    font-size: 14px
  }
}
@media (max-width:575.5px) {
  .banner__descr {
    left: 42px;
    top: calc(100% + 33px)
  }
}
@media (max-width:991.5px) {
  .banner {
    padding-bottom: 200px
  }
}
@media (max-width:575.5px) {
  .banner {
    padding-top: 47px
  }
}
.video-interactive {
  position: relative
}
.video-interactive__inner {
  display: block
}
.video-interactive__video {
  width: 100%
}
.video-interactive__video:hover ~ .video-interactive__fixed-btn {
  display: none
}
.video-interactive__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%,-50%);
  pointer-events: none
}
.video-interactive__btn g {
  transform-origin: center;
  -webkit-animation: video-interactive-btn 10s infinite linear;
  animation: video-interactive-btn 10s infinite linear
}
.video-interactive__fixed-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none
}
.video-interactive__fixed-btn g {
  transform-origin: center;
  -webkit-animation: video-interactive-btn 10s infinite linear;
  animation: video-interactive-btn 10s infinite linear
}
@-webkit-keyframes video-interactive-btn {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes video-interactive-btn {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.fillable-text {
  padding-top: 119px;
  padding-bottom: 96px
}
@media (max-width:766.5px) {
  .fillable-text {
    padding-top: 50px;
    padding-bottom: 65px
  }
}
@media (max-width:575.5px) {
  .fillable-text {
    padding-top: 40px
  }
}
.fillable-text__content {
  padding-right: 84px;
  padding-left: 84px;
  font-size: 56px;
  line-height: 1.3;
  color: #c9db43
}
@media (max-width:1550px) {
  .fillable-text__content {
    font-size: 50px
  }
}
@media (max-width:1249.5px) {
  .fillable-text__content {
    padding-right: 0;
    padding-left: 0;
    font-size: 40px
  }
}
@media (max-width:766.5px) {
  .fillable-text__content {
    font-size: 25px
  }
}
@media (max-width:575.5px) {
  .fillable-text__content {
    font-size: 20px;
    line-height: 28px
  }
}
.fillable-text__content strong {
  font-weight: 800
}
.fillable-text__content span {
  display: inline-block;
  font-weight: 500
}
@media (max-width:575.5px) {
  .fillable-text__content span {
    display: inline
  }
}
.fillable-text__content .fillable-text__fill {
  transition: color .2s linear
}
.fillable-text__content .fillable-text__fill_active {
  color: #231f20
}
.many-videos {
  position: relative
}
.many-videos__container {
  margin-bottom: 64px;
  padding-left: 50%
}
@media (max-width:991.5px) {
  .many-videos__container {
    padding-left: 20px
  }
}
@media (max-width:575.5px) {
  .many-videos__container {
    margin-bottom: 44px
  }
}
.many-videos__descr {
  margin-left: -4px;
  width: 420px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20
}
@media (max-width:991.5px) {
  .many-videos__descr {
    padding-left: 60px
  }
}
@media (max-width:766.5px) {
  .many-videos__descr {
    margin-left: 140px
  }
}
@media (max-width:575.5px) {
  .many-videos__descr {
    margin-left: 64px;
    padding-left: 0;
    width: auto;
    font-size: 14px;
    line-height: 1.55
  }
}
.many-videos__top {
  position: relative;
  min-height: 548px
}
@media (max-width:1249.5px) {
  .many-videos__top {
    min-height: 490px
  }
}
.many-videos__top-right {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(50% - 40px);
  max-width: 920px
}
@media (max-width:991.5px) {
  .many-videos__top-right {
    position: relative;
    left: 0;
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 150px;
    width: calc(100% + 40px)
  }
}
@media (max-width:766.5px) {
  .many-videos__top-right {
    padding-bottom: 100px
  }
}
@media (max-width:575.5px) {
  .many-videos__top-right {
    margin-right: -16px;
    margin-left: -16px;
    padding-bottom: 128px;
    width: calc(100% + 32px)
  }
}
.many-videos__top-content {
  padding-left: 83px;
  width: 485px
}
@media (max-width:1249.5px) {
  .many-videos__top-content {
    padding-right: 20px;
    padding-left: 0;
    width: 50%
  }
}
@media (max-width:991.5px) {
  .many-videos__top-content {
    width: 100%
  }
}
.many-videos__top-video {
  margin-bottom: 24px;
  width: 100%
}
@media (max-width:991.5px) {
  .many-videos__top-video {
    width: 350px
  }
}
@media (max-width:575.5px) {
  .many-videos__top-video {
    margin-bottom: 9px;
    width: 220px
  }
}
.many-videos__top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20
}
@media (max-width:991.5px) {
  .many-videos__top-text {
    margin-bottom: 44px;
    width: 350px
  }
}
@media (max-width:575.5px) {
  .many-videos__top-text {
    width: 220px;
    font-size: 14px;
    line-height: 1.55
  }
}
.many-videos__top-right-video {
  width: 100%
}
.many-videos__top-right-mini-video {
  position: absolute;
  right: 56px;
  top: calc(100% - 64px);
  width: 344px
}
@media (max-width:991.5px) {
  .many-videos__top-right-mini-video {
    top: auto;
    bottom: 0
  }
}
@media (max-width:766.5px) {
  .many-videos__top-right-mini-video {
    width: 220px
  }
}
@media (max-width:575.5px) {
  .many-videos__top-right-mini-video {
    right: 16px
  }
}
.many-videos__center {
  position: relative;
  min-height: 590px
}
@media (max-width:991.5px) {
  .many-videos__center {
    padding-top: 20px
  }
}
.many-videos__center-container {
  padding-left: 50%
}
@media (max-width:1249.5px) {
  .many-videos__center-container {
    padding-left: 40px
  }
}
@media (max-width:991.5px) {
  .many-videos__center-container {
    display: flex;
    flex-direction: column;
    padding-left: 20px
  }
}
@media (max-width:575.5px) {
  .many-videos__center-container {
    padding-left: 16px
  }
}
.many-videos__center-left {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 80px);
  max-width: 950px
}
@media (max-width:1249.5px) {
  .many-videos__center-left {
    top: auto;
    bottom: 0
  }
}
@media (max-width:991.5px) {
  .many-videos__center-left {
    position: relative;
    order: 2;
    width: 100%
  }
}
.many-videos__center-right {
  position: relative;
  padding-top: 20px
}
@media (max-width:991.5px) {
  .many-videos__center-right {
    margin-bottom: 44px;
    padding-top: 120px;
    padding-right: 400px
  }
}
@media (max-width:766.5px) {
  .many-videos__center-right {
    padding-top: 40px;
    padding-right: 280px
  }
}
@media (max-width:575.5px) {
  .many-videos__center-right {
    padding-top: 331px;
    padding-right: 0
  }
}
.many-videos__center-left-video {
  width: 100%
}
@media (max-width:991.5px) {
  .many-videos__center-left-video {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px)
  }
}
@media (max-width:575.5px) {
  .many-videos__center-left-video {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px)
  }
}
.many-videos__center-video {
  position: absolute;
  right: 54px;
  top: 138px;
  width: 344px
}
@media (max-width:1550px) {
  .many-videos__center-video {
    right: 0;
    width: 260px
  }
}
@media (max-width:1249.5px) {
  .many-videos__center-video {
    right: 54px;
    top: calc(100% + 50px);
    width: 344px
  }
}
@media (max-width:991.5px) {
  .many-videos__center-video {
    right: 36px;
    top: 0
  }
}
@media (max-width:766.5px) {
  .many-videos__center-video {
    width: 220px
  }
}
@media (max-width:575.5px) {
  .many-videos__center-video {
    right: 0
  }
}
.many-videos__center-text {
  width: 304px
}
.many-videos__center-text p:not(:last-child) {
  margin-bottom: 23px
}
@media (max-width:1249.5px) {
  .many-videos__center-text {
    width: 100%
  }
}
@media (max-width:575.5px) {
  .many-videos__center-text {
    width: 220px;
    font-size: 14px;
    line-height: 1.57
  }
}
.riserboards {
  padding-top: 84px;
  padding-bottom: 120px
}
.riserboards__title {
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
  line-height: 1.3;
  color: #231f20
}
.riserboards__title strong {
  font-weight: 800
}
@media (max-width:766.5px) {
  .riserboards__title {
    font-size: 40px
  }
}
@media (max-width:575.5px) {
  .riserboards__title {
    font-size: 20px
  }
}
.riserboards__title-inner {
  position: relative
}
.riserboards__center-container {
  padding-top: 72px
}
@media (max-width:575.5px) {
  .riserboards__center-container {
    padding-top: 16px
  }
}
.riserboards__top-container {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px
}
.riserboards__top-container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border-bottom: 1px solid rgba(0,0,0,.25);
  width: 200%;
  height: 1px;
  transform: translateX(-50%)
}
@media (max-width:575.5px) {
  .riserboards__top-container {
    padding-top: 12px;
    padding-bottom: 12px
  }
}
.riserboards__items {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: repeat(3,1fr);
  margin: 0 auto;
  max-width: 1432px
}
@media (max-width:991.5px) {
  .riserboards__items {
    grid-gap: 30px
  }
}
@media (max-width:766.5px) {
  .riserboards__items {
    grid-template-columns: 100%
  }
}
@media (max-width:575.5px) {
  .riserboards__items {
    grid-gap: 45px
  }
}
.riserboards__image {
  margin-bottom: 32px;
  width: 100%
}
.riserboards__image canvas {
  width: 100%!important;
  cursor: url("data:image/svg+xml,%3Csvg width='88' height='40' viewBox='0 0 88 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.93359 19.8304C3.93359 19.9076 3.96309 19.985 4.02203 20.044L11.556 27.5779C11.6739 27.6958 11.8652 27.6958 11.9831 27.5779C12.101 27.46 12.101 27.2688 11.9831 27.1509L4.66261 19.8304L11.9776 12.5155C12.0955 12.3975 12.0954 12.2064 11.9776 12.0884C11.8596 11.9705 11.6684 11.9705 11.5505 12.0884L4.02203 19.6169C3.96309 19.6758 3.93359 19.7532 3.93359 19.8304Z' fill='%233592C0'/%3E %3Ccircle cx='44' cy='20' r='20' fill='%233592C0'/%3E %3Cpath d='M42.7501 9.5C41.5164 9.5 40.5001 10.5163 40.5001 11.75V21.9697C39.7659 21.5555 38.8671 21.0485 38.2326 20.7725V20.7734C37.8669 20.614 37.4625 20.5088 37.0333 20.5088C36.0073 20.5088 35.2754 21.0444 34.9357 21.5684C34.596 22.0923 34.5538 22.627 34.5538 22.627C34.5325 22.8628 34.6237 23.0948 34.7999 23.2529C34.7999 23.2529 38.9467 26.9752 40.1212 28.2178C41.1081 29.2615 42.4509 30 43.9708 30H47.2501C50.4169 30 53.0001 27.4168 53.0001 24.25V20.3984C53.0001 18.5132 51.5857 16.912 49.715 16.6777L45.0001 16.0879V11.75C45.0001 10.5162 43.9839 9.5 42.7501 9.5L42.7501 9.5ZM42.7501 11C43.1734 11 43.5001 11.3268 43.5001 11.75V16.75C43.5002 17.1283 43.782 17.4473 44.1574 17.4941L49.5294 18.166C50.6617 18.3078 51.5001 19.2577 51.5001 20.3984V24.25C51.5001 26.6062 49.6063 28.5 47.2501 28.5H43.9708C42.9368 28.5 41.9781 27.9977 41.212 27.1875C39.9552 25.8579 36.6382 22.8973 36.1613 22.4707C36.1801 22.4297 36.1658 22.429 36.1945 22.3848C36.32 22.1912 36.4544 22.0088 37.0333 22.0088C37.2182 22.0088 37.4186 22.0539 37.6329 22.1475C37.6333 22.1478 37.6336 22.1481 37.6339 22.1484C38.2112 22.3996 39.3826 23.0438 40.1339 23.4717C40.9364 23.9283 42.0001 23.3061 42.0001 22.3848V11.75C42.0001 11.3267 42.3269 11 42.7501 11V11Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.0664 19.8304C84.0664 19.9076 84.0369 19.985 83.978 20.044L76.444 27.5779C76.3261 27.6958 76.1348 27.6958 76.0169 27.5779C75.899 27.46 75.899 27.2688 76.0169 27.1509L83.3374 19.8304L76.0224 12.5155C75.9045 12.3975 75.9046 12.2064 76.0224 12.0884C76.1404 11.9705 76.3316 11.9705 76.4495 12.0884L83.978 19.6169C84.0369 19.6758 84.0664 19.7532 84.0664 19.8304Z' fill='%233592C0'/%3E %3C/svg%3E"),auto
}
.riserboards__item-name {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #231f20
}
@media (max-width:575.5px) {
  .riserboards__item-name {
    margin-bottom: 10px
  }
}
.riserboards__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #8d8d8d
}
@media (max-width:991.5px) {
  .riserboards__item-text {
    font-size: 14px
  }
}
@media (max-width:575.5px) {
  .riserboards__item-text {
    line-height: 1.55
  }
}
@media (max-width:1550px) {
  .riserboards {
    padding-top: 0
  }
}
@media (max-width:1249.5px) {
  .riserboards {
    padding-top: 84px
  }
}
@media (max-width:991.5px) {
  .riserboards {
    padding-top: 70px
  }
}
@media (max-width:575.5px) {
  .riserboards {
    padding-top: 32px;
    padding-bottom: 62px
  }
}
.partners-fluid {
  box-shadow: 0 -1px 0 rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.25)
}
.partners-fluid__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 196px;
  transition: filter .3s ease-out
}
.partners-fluid__img path {
  transition: fill .3s ease-out
}
.partners-fluid__img:not(:hover) {
  filter: grayscale(1)
}
.partners-fluid__img:not(:hover) path {
  fill: #000
}
@media (max-width:766.5px) {
  .partners-fluid__img svg {
    transform: scale(.7)
  }
}
@media (max-width:766.5px) {
  .partners-fluid__img {
    margin-left: 16px;
    width: 220px;
    height: 85px
  }
}
@media (max-width:575.5px) {
  .partners-fluid {
    padding-top: 8px
  }
}
.tech-banner {
  padding-top: 63px;
  padding-bottom: 64px
}
.tech-banner__container {
  display: flex;
  flex-direction: column
}
.tech-banner__video {
  margin: 0 auto;
  margin-bottom: 88px;
  width: 100%;
  max-width: 1200px
}
@media (max-width:766.5px) {
  .tech-banner__video {
    margin-bottom: 19px
  }
}
.tech-banner__title {
  margin-bottom: 90px;
  padding-right: 84px;
  padding-left: 84px;
  max-width: 600px
}
@media (max-width:766.5px) {
  .tech-banner__title {
    margin-bottom: 23px;
    padding-right: 7px;
    padding-left: 7px
  }
}
.tech-banner__text {
  display: grid;
  grid-gap: 56px;
  grid-template-columns: repeat(2,1fr);
  padding-right: 84px;
  padding-left: 83px
}
@media (max-width:766.5px) {
  .tech-banner__text {
    grid-gap: 32px;
    grid-template-columns: 100%;
    padding-right: 7px;
    padding-left: 7px
  }
}
.tech-banner__text-left {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.6;
  color: #231f20
}
@media (max-width:766.5px) {
  .tech-banner__text-left {
    font-size: 16px;
    line-height: 1.5
  }
}
.tech-banner__text-right {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .tech-banner__text-right {
    font-size: 14px;
    line-height: 1.43
  }
}
@media (max-width:766.5px) {
  .tech-banner {
    padding-top: 17px;
    padding-bottom: 20px
  }
}
.razor {
  position: relative;
  margin-bottom: 16px;
  padding-top: 64px
}
.razor__title {
  margin-bottom: 24px;
  padding-left: 84px
}
@media (max-width:766.5px) {
  .razor__title {
    padding-left: 7px
  }
}
.razor__svg {
  flex-shrink: 0;
  margin-right: 20px
}
@media (max-width:766.5px) {
  .razor__svg {
    width: 40px;
    height: 40px
  }
}
.razor__content {
  position: relative;
  height: 768px;
  background: #f7f7f7
}
@media (max-width:766.5px) {
  .razor__content {
    height: auto
  }
}
.razor__scroll-block {
  overflow-y: auto;
  width: 100%;
  height: 100%
}
.razor__content-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2,1fr);
  padding: 155px 116px 455px 121px;
  height: 100%
}
@media (max-width:766.5px) {
  .razor__content-container {
    grid-template-columns: 100%;
    padding: 58% 24px 13px
  }
}
.razor__item {
  display: flex;
  max-width: 532px;
  opacity: .56
}
.razor__item:not(:last-child) {
  margin-bottom: 64px
}
@media (max-width:766.5px) {
  .razor__item:not(:last-child) {
    margin-bottom: 37.5px
  }
}
.razor__item_active {
  opacity: 1
}
.razor__name {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231f20
}
@media (max-width:766.5px) {
  .razor__name {
    margin-bottom: 7px;
    font-size: 16px
  }
}
.razor__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #414141
}
@media (max-width:766.5px) {
  .razor__text {
    font-size: 14px;
    line-height: 1.43
  }
}
.razor__image {
  position: absolute;
  left: calc(50% + 146px);
  top: 76px;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center
}
@media (max-width:766.5px) {
  .razor__image_fixed {
    position: fixed;
    top: 0
  }
}
@media (max-width:766.5px) {
  .razor__image {
    left: 0;
    top: 0;
    padding: 30px 50px 75px;
    width: 100%;
    background: #f7f7f7
  }
}
.razor__card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 24px;
  width: 320px;
  background: #fff
}
@media (max-width:766.5px) {
  .razor__card {
    display: none
  }
}
.razor__mob-card {
  display: none
}
@media (max-width:766.5px) {
  .razor__mob-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 12px 16px;
    width: 139px;
    background: #fff
  }
}
.razor__icon {
  margin-right: 21px;
  border-radius: 50%;
  width: 64px;
  height: 64px
}
@media (max-width:766.5px) {
  .razor__icon {
    display: none
  }
}
.razor__card-item {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .razor__card-item {
    margin-bottom: 7px;
    font-size: 11.2px
  }
}
.razor__card-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20
}
@media (max-width:766.5px) {
  .razor__card-name {
    font-size: 15.2px
  }
}
.razor__image-dot {
  position: absolute;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  background: #c9db43;
  transform: scale(.477);
  transition: transform .3s ease-out;
  cursor: pointer
}
.razor__image-dot::after,
.razor__image-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 1px;
  background: #231f20;
  transform: translate(-50%,-50%)
}
.razor__image-dot::after {
  transform: translate(-50%,-50%) rotate(90deg)
}
.razor__image-dot_active {
  border: 10px solid #c9db43;
  padding: 2px;
  background-color: #fff;
  transform: scale(1)
}
.razor__image-dot_active::after,
.razor__image-dot_active::before {
  display: none
}
.razor__image-dot_active .razor__image-dot-svg {
  display: block
}
@media (max-width:766.5px) {
  .razor__image-dot_active {
    border-width: 3px
  }
}
.razor__image-dot_first {
  left: 9px;
  top: -9px
}
@media (max-width:766.5px) {
  .razor__image-dot_first {
    left: 9%;
    top: 46%
  }
}
.razor__image-dot_second {
  left: 125px;
  top: 53px
}
@media (max-width:766.5px) {
  .razor__image-dot_second {
    left: 18%;
    top: 12%
  }
}
.razor__image-dot_third {
  left: 58px;
  top: 25px
}
@media (max-width:766.5px) {
  .razor__image-dot_third {
    left: 13%;
    top: 30%
  }
}
.razor__image-dot_fourth {
  left: 49px;
  top: 88px
}
@media (max-width:766.5px) {
  .razor__image-dot_fourth {
    left: 25.7%;
    top: 35%
  }
}
.razor__image-dot_fiveth {
  left: 190px;
  top: -10px
}
@media (max-width:766.5px) {
  .razor__image-dot_fiveth {
    left: 35.5%;
    top: 20%
  }
}
.razor__image-dot_sixth {
  left: 73px;
  top: -41px
}
@media (max-width:766.5px) {
  .razor__image-dot_sixth {
    left: 7%;
    top: 15%
  }
}
.razor__image-dot_seventh {
  left: 114px;
  top: 418px
}
@media (max-width:766.5px) {
  .razor__image-dot_seventh {
    left: 62%;
    top: 28%
  }
}
@media (max-width:766.5px) {
  .razor__image-dot {
    width: 40px;
    height: 40px;
    transform: scale(.6)
  }
}
.razor__image-dot-svg {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.razor__mob-image {
  display: none
}
@media (max-width:766.5px) {
  .razor__mob-image {
    display: block;
    width: 100%
  }
}
@media (max-width:766.5px) {
  .razor__desk-image {
    display: none
  }
}
@media (max-width:766.5px) {
  .razor {
    padding-top: 45px
  }
}
.sticky {
  display: flex;
  align-items: flex-start
}
.sticky_tech-page:not(:last-child) {
  margin-bottom: 16px
}
.sticky__left {
  width: calc(100% - 582px)
}
@media (max-width:1249.5px) {
  .sticky__left {
    width: calc(100% - 482px)
  }
}
@media (max-width:991.5px) {
  .sticky__left {
    width: 100%
  }
}
.sticky__left-img {
  position: relative;
  width: 100%;
  font-size: 0
}
.sticky__left-img:not(:last-child) {
  margin-bottom: 15px
}
@media (max-width:766.5px) {
  .sticky__left-img:not(:last-child) {
    margin-bottom: 12px
  }
}
.sticky__left-img img {
  width: 100%
}
.sticky__right {
  left: 0;
  top: 0;
  padding-top: 43px;
  padding-right: 131px;
  padding-left: 106px;
  width: 582px
}
.sticky__right_fixed {
  position: fixed;
  left: auto;
  right: 0;
  top: 0
}
.sticky__right_absolute {
  position: absolute;
  left: auto;
  right: 0;
  top: 0
}
@media (max-width:1249.5px) {
  .sticky__right {
    padding-right: 101px;
    padding-left: 58px;
    width: 482px
  }
}
@media (max-width:991.5px) {
  .sticky__right {
    position: static;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%
  }
}
@media (max-width:766.5px) {
  .sticky__right {
    margin-bottom: 13px;
    padding-top: 49px;
    padding-right: 24px;
    padding-left: 24px
  }
}
.sticky__name {
  margin-bottom: 132px
}
@media (max-width:991.5px) {
  .sticky__name {
    margin-bottom: 50px
  }
}
@media (max-width:766.5px) {
  .sticky__name {
    margin-bottom: 55px
  }
}
.sticky__text {
  padding-right: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.029em;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .sticky__text {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4
  }
}
@media (max-width:991.5px) {
  .sticky {
    flex-direction: column-reverse
  }
}
.about-banner {
  padding-top: 62px;
  padding-bottom: 90px
}
.about-banner__title {
  padding-right: 84px;
  padding-left: 84px;
  max-width: 990px
}
@media (max-width:766.5px) {
  .about-banner__title {
    padding-right: 11px;
    padding-left: 11px
  }
}
@media (max-width:766.5px) {
  .about-banner {
    padding-top: 17px;
    padding-bottom: 24px
  }
}
.branding {
  position: relative;
  z-index: 1;
  min-height: 480px
}
.branding__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%
}
.branding__bg::before {
  content: "";
  position: absolute;
  right: 480px;
  top: 0;
  border-radius: 0 240px 240px 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7
}
@media (max-width:1366.5px) {
  .branding__bg::before {
    right: 400px
  }
}
@media (max-width:1249.5px) {
  .branding__bg::before {
    right: 280px
  }
}
@media (max-width:766.5px) {
  .branding__bg::before {
    right: 160px
  }
}
@media (max-width:991.5px) {
  .branding__bg {
    position: relative
  }
}
@media (max-width:766.5px) {
  .branding__bg {
    background: #fff
  }
}
.branding__bg-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  background-image: url(/local/templates/redesign/css/../img/branding.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:1366.5px) {
  .branding__bg-image {
    width: 400px;
    height: 400px
  }
}
@media (max-width:1249.5px) {
  .branding__bg-image {
    width: 280px;
    height: 280px
  }
}
@media (max-width:766.5px) {
  .branding__bg-image {
    width: 160px;
    height: 160px
  }
}
@media (max-width:1249.5px) {
  .branding__bg-svg {
    width: 90%
  }
}
@media (max-width:766.5px) {
  .branding__bg-svg {
    width: 76%
  }
}
.branding__parts {
  display: flex;
  padding-top: 130px;
  padding-left: 84px
}
@media (max-width:1366.5px) {
  .branding__parts {
    padding-top: 100px
  }
}
@media (max-width:1249.5px) {
  .branding__parts {
    padding-top: 30px;
    padding-left: 30px
  }
}
@media (max-width:766.5px) {
  .branding__parts {
    flex-direction: column;
    padding-top: 23px;
    padding-left: 8px
  }
}
.branding__part {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 220px;
  text-align: center
}
.branding__part:not(:last-child) {
  margin-right: 18px;
  padding-right: 56px
}
.branding__part:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  width: 43px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.5 1C22.5 0.447715 22.0523 0 21.5 0C20.9477 0 20.5 0.447715 20.5 1H22.5ZM20.5 41C20.5 41.5523 20.9477 42 21.5 42C22.0523 42 22.5 41.5523 22.5 41H20.5ZM41.5 22C42.0523 22 42.5 21.5523 42.5 21C42.5 20.4477 42.0523 20 41.5 20V22ZM1.5 20C0.947715 20 0.5 20.4477 0.5 21C0.5 21.5523 0.947715 22 1.5 22V20ZM20.5 1V21H22.5V1H20.5ZM20.5 21V41H22.5V21H20.5ZM41.5 20H21.5V22H41.5V20ZM21.5 20H1.5V22H21.5V20Z' fill='%23D1D2D4'/%3E %3C/svg%3E");
  background-position: center;
  background-size: 43px 42px;
  background-repeat: no-repeat
}
@media (max-width:991.5px) {
  .branding__part:not(:last-child)::after {
    right: -30%
  }
}
@media (max-width:766.5px) {
  .branding__part:not(:last-child)::after {
    right: 50%;
    top: calc(100% + 23px);
    width: 24px;
    height: 24px;
    background-size: 25px 24px
  }
}
@media (max-width:1249.5px) {
  .branding__part:not(:last-child) {
    margin-right: 10px;
    padding-right: 30px
  }
}
@media (max-width:991.5px) {
  .branding__part:not(:last-child) {
    margin-right: auto
  }
}
@media (max-width:766.5px) {
  .branding__part:not(:last-child) {
    margin-right: 0;
    margin-bottom: 73px;
    padding-right: 0
  }
}
.branding__part:last-child {
  width: 168px
}
@media (max-width:766.5px) {
  .branding__part:last-child {
    width: auto
  }
}
@media (max-width:1249.5px) {
  .branding__part {
    width: 190px
  }
}
@media (max-width:766.5px) {
  .branding__part {
    flex-direction: row;
    width: auto;
    text-align: left
  }
}
.branding__part-value {
  margin-bottom: 33px;
  font-weight: 500;
  font-size: 64px;
  line-height: 87px;
  color: #a6bd38
}
@media (max-width:1249.5px) {
  .branding__part-value {
    margin-bottom: 15px;
    font-size: 55px
  }
}
@media (max-width:766.5px) {
  .branding__part-value {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 16px;
    width: 60px;
    font-size: 32px;
    line-height: 44px;
    text-align: center
  }
}
.branding__part-desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #8d8d8d
}
@media (max-width:766.5px) {
  .branding__part-desc {
    font-size: 14px;
    line-height: 20px;
    text-align: left
  }
}
@media (max-width:1366.5px) {
  .branding {
    min-height: 400px
  }
}
@media (max-width:1249.5px) {
  .branding {
    min-height: 290px
  }
}
@media (max-width:766.5px) {
  .branding {
    padding-bottom: 20px;
    background: #f7f7f7
  }
}
.advantages {
  --advantages-title-top: 0
}
.advantages__container {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2,1fr)
}
@media (max-width:766.5px) {
  .advantages__container {
    grid-template-columns: 100%
  }
}
.advantages__left {
  position: relative;
  padding-left: 83px
}
@media (max-width:991.5px) {
  .advantages__left {
    padding-left: 30px
  }
}
@media (max-width:766.5px) {
  .advantages__left {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%
  }
}
.advantages__title {
  padding-top: 91px;
  padding-bottom: 91px;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  color: #231f20
}
.advantages__title_fixed {
  position: fixed;
  top: 0
}
.advantages__title_absolute {
  position: absolute;
  top: var(--advantages-title-top)
}
@media (max-width:766.5px) {
  .advantages__title {
    left: 0;
    z-index: 1;
    padding: 26px 20px 24px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    background: #fff
  }
}
@media (max-width:575.5px) {
  .advantages__title {
    padding-right: 16px;
    padding-left: 16px
  }
}
.advantages__items {
  counter-reset: advantages;
  list-style: none;
  padding-top: 91px;
  padding-right: 89px;
  padding-bottom: 91px
}
@media (max-width:991.5px) {
  .advantages__items {
    padding-right: 30px
  }
}
@media (max-width:766.5px) {
  .advantages__items {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 23px
  }
}
.advantages__item {
  position: relative;
  padding-left: 84px;
  opacity: .64!important;
  transition: opacity .3s ease-out
}
.advantages__item::before {
  counter-increment: advantages;
  content: "0" counter(advantages);
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #a6bd38
}
@media (max-width:766.5px) {
  .advantages__item::before {
    left: 9px;
    width: 40px;
    text-align: left
  }
}
.advantages__item:not(:last-child) {
  margin-bottom: 70px
}
@media (max-width:766.5px) {
  .advantages__item:not(:last-child) {
    margin-bottom: 38px
  }
}
.advantages__item_active {
  opacity: 1!important
}
@media (max-width:766.5px) {
  .advantages__item {
    padding-left: 70px
  }
}
.advantages__item-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #231f20
}
@media (max-width:766.5px) {
  .advantages__item-name {
    font-size: 15px;
    line-height: 24px
  }
}
.advantages__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #414141
}
@media (max-width:766.5px) {
  .advantages__item-text {
    font-size: 13px;
    line-height: 20px
  }
}
@media (max-width:766.5px) {
  .advantages {
    position: relative
  }
}
.just-video {
  font-size: 0;
  line-height: 0
}
.just-video__container {
  display: flex
}
.just-video__video {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px
}
.timeline {
  padding-top: 64px;
  padding-bottom: 88px
}
.timeline__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  height: 400px
}
.timeline__item_1955 .timeline__item-image {
  right: calc(100% - 5px);
  bottom: -44px;
  width: 227px;
  height: 227px
}
@media (max-width:1249.5px) {
  .timeline__item_1955 .timeline__item-image {
    right: calc(100% - 25px)
  }
}
@media (max-width:991.5px) {
  .timeline__item_1955 .timeline__item-image {
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_1955 .timeline__item-image {
    right: 50%;
    bottom: -160px
  }
}
.timeline__item_1961 {
  padding-top: 47px
}
.timeline__item_1961 .timeline__item-image {
  left: calc(100% + 15px);
  right: auto;
  bottom: -4px;
  width: 193px;
  height: 193px
}
@media (max-width:991.5px) {
  .timeline__item_1961 .timeline__item-image {
    left: calc(100% + 1px);
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_1961 .timeline__item-image {
    left: auto;
    right: 0;
    bottom: -134px
  }
}
.timeline__item_1961 .timeline__item-image-second {
  left: calc(50% - 90px);
  bottom: -132px;
  border-radius: 0;
  width: 196px;
  height: 131px
}
@media (max-width:766.5px) {
  .timeline__item_1961 .timeline__item-image-second {
    left: 0;
    bottom: -136px;
    width: 126px;
    height: 84px
  }
}
.timeline__item_1977 {
  padding-top: 47px
}
.timeline__item_1977 .timeline__item-image {
  right: calc(100% + 3px);
  bottom: -131px;
  width: 169px;
  height: 169px
}
@media (max-width:991.5px) {
  .timeline__item_1977 .timeline__item-image {
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_1977 .timeline__item-image {
    left: 0;
    right: auto
  }
}
.timeline__item_1977 .timeline__item-image-second {
  left: calc(100% + 33px);
  bottom: -20px;
  border-radius: 0;
  width: 140px;
  height: 166px
}
@media (max-width:991.5px) {
  .timeline__item_1977 .timeline__item-image-second {
    left: calc(100% + 3px)
  }
}
@media (max-width:766.5px) {
  .timeline__item_1977 .timeline__item-image-second {
    left: auto;
    right: 0;
    bottom: -100px;
    width: 80px;
    height: 95px
  }
}
.timeline__item_1984__item-text {
  max-width: 500px
}
.timeline__item_1995 {
  padding-top: 18px
}
.timeline__item_1995 .timeline__item-image {
  right: calc(100% - 41px);
  bottom: -159px;
  width: 174px;
  height: 174px
}
@media (max-width:766.5px) {
  .timeline__item_1995 .timeline__item-image {
    right: 0;
    width: 134px;
    height: 134px
  }
}
.timeline__item_1995 .timeline__item-image-second {
  left: calc(100% + 23px);
  bottom: -24px;
  width: 174px;
  height: 174px
}
@media (max-width:991.5px) {
  .timeline__item_1995 .timeline__item-image-second {
    left: calc(100% - 3px);
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_1995 .timeline__item-image-second {
    left: 0;
    bottom: -160px
  }
}
.timeline__item_1996 {
  padding-top: 28px
}
.timeline__item_1996 .timeline__item-text {
  max-width: 521px
}
@media (max-width:766.5px) {
  .timeline__item_1996 {
    padding-top: 140px
  }
}
.timeline__item_2001 {
  padding-top: 18px
}
.timeline__item_2001 .timeline__item-image {
  right: -100px;
  bottom: -116px;
  border-radius: 0;
  width: 200px;
  height: 180px
}
@media (max-width:766.5px) {
  .timeline__item_2001 .timeline__item-image {
    right: -10px;
    bottom: -150px
  }
}
@media (max-width:766.5px) {
  .timeline__item_2001 {
    padding-top: 90px
  }
}
.timeline__item_2007 {
  padding-top: 45px
}
.timeline__item_2007 .timeline__item-image {
  right: -133px;
  bottom: -126px;
  border-radius: 0;
  width: 174px;
  height: 174px
}
@media (max-width:766.5px) {
  .timeline__item_2007 .timeline__item-image {
    right: 0;
    bottom: -156px;
    width: 134px;
    height: 134px
  }
}
.timeline__item_2014 {
  padding-top: 18px
}
.timeline__item_2014 .timeline__item-text {
  max-width: 390px
}
.timeline__item_2014 .timeline__item-image {
  right: calc(100% + 11px);
  bottom: -159px;
  width: 174px;
  height: 174px
}
@media (max-width:991.5px) {
  .timeline__item_2014 .timeline__item-image {
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_2014 .timeline__item-image {
    right: 0
  }
}
.timeline__item_2014 .timeline__item-image-second {
  left: calc(100% + 56px);
  bottom: -24px;
  width: 174px;
  height: 174px
}
@media (max-width:991.5px) {
  .timeline__item_2014 .timeline__item-image-second {
    left: calc(100% + 6px);
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_2014 .timeline__item-image-second {
    left: 0;
    bottom: -180px
  }
}
@media (max-width:766.5px) {
  .timeline__item_2014 {
    padding-top: 50px
  }
}
.timeline__item_2020 {
  padding-top: 69px
}
.timeline__item_2020 .timeline__item-text {
  max-width: 693px
}
.timeline__item_2020 .timeline__item-image {
  right: -143px;
  bottom: -103px;
  width: 174px;
  height: 174px
}
@media (max-width:1249.5px) {
  .timeline__item_2020 .timeline__item-image {
    right: -100px
  }
}
@media (max-width:991.5px) {
  .timeline__item_2020 .timeline__item-image {
    right: -13px;
    bottom: 69px;
    width: 134px;
    height: 134px
  }
}
@media (max-width:766.5px) {
  .timeline__item_2020 .timeline__item-image {
    right: 10px;
    bottom: -70px;
    width: 80px;
    height: 80px
  }
}
@media (max-width:766.5px) {
  .timeline__item {
    align-items: flex-start;
    padding-top: 83px;
    height: 315px
  }
}
.timeline__item-date {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin-left: -7px;
  font-weight: 900;
  font-size: 400px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #f4f4f4;
  opacity: .75;
  transform: translate(-50%,-50%)
}
@media (max-width:991.5px) {
  .timeline__item-date {
    font-size: 300px
  }
}
@media (max-width:766.5px) {
  .timeline__item-date {
    top: 0;
    font-size: 124px;
    transform: translateX(-50%)
  }
}
.timeline__item-text {
  position: relative;
  max-width: 453px;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  color: #231f20
}
@media (max-width:991.5px) {
  .timeline__item-text {
    font-size: 16px;
    line-height: 1.4
  }
}
@media (max-width:766.5px) {
  .timeline__item-text {
    max-width: 240px;
    font-size: 15px;
    line-height: 1.6
  }
}
.timeline__item-image {
  position: absolute;
  right: -40px;
  bottom: -161px;
  overflow: hidden;
  border-radius: 50%;
  width: 174px;
  height: 174px
}
@media (max-width:766.5px) {
  .timeline__item-image {
    right: -16px;
    bottom: -155px;
    width: 134px;
    height: 134px
  }
}
.timeline__item-image-second {
  position: absolute;
  left: -40px;
  bottom: -165px;
  overflow: hidden;
  border-radius: 50%;
  width: 174px;
  height: 174px
}
.timeline__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.timeline__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  cursor: pointer
}
@media (max-width:766.5px) {
  .timeline__date {
    font-size: 16px
  }
}
.timeline__slider {
  margin-bottom: 63px
}
@media (max-width:766.5px) {
  .timeline__slider {
    margin-bottom: 54px
  }
}
.timeline__slider-nav {
  margin-bottom: 10px
}
.timeline__slider-nav .slick-slide:not(:last-child) {
  margin-right: 60px
}
@media (max-width:1249.5px) {
  .timeline__slider-nav .slick-slide:not(:last-child) {
    margin-right: 30px
  }
}
@media (max-width:766.5px) {
  .timeline__slider-nav .slick-slide:not(:last-child) {
    margin-right: 42px
  }
}
.timeline__slider-nav .slick-current .timeline__date {
  color: #a6bd38
}
.timeline__controls {
  margin: 0 auto;
  max-width: 981px
}
@media (max-width:1249.5px) {
  .timeline__controls {
    max-width: 712px
  }
}
.timeline__drag {
  padding-right: 20px;
  padding-left: 20px;
  height: 60px
}
.timeline__drag .noUi-target {
  border: none;
  box-shadow: none;
  background-color: transparent
}
.timeline__drag .noUi-handle {
  border: none;
  box-shadow: none
}
.timeline__drag .noUi-handle::before {
  position: absolute;
  left: 50%;
  width: 329px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='51' viewBox='0 0 320 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect y='25' width='320' height='1' fill='url(%23paint0_linear_781_3545)'/%3E %3Ccircle cx='159.5' cy='25.5' r='25.5' fill='%23C9DB43'/%3E %3Cpath d='M167 21.5L171 25.5L167 29.5' stroke='%23231F20' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M149 25H171V26H149V25Z' fill='%23231F20'/%3E %3Cpath d='M153 21.5L149 25.5L153 29.5' stroke='%23231F20' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear_781_3545' x1='320' y1='25' x2='0' y2='25' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23F6F6F6'/%3E %3Cstop offset='0.5' stop-color='%23DFDFDF'/%3E %3Cstop offset='1' stop-color='%23F6F6F6'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateX(-50%);
  cursor: pointer
}
.timeline__drag .noUi-handle::after {
  display: none
}
@media (max-width:766.5px) {
  .timeline {
    padding-bottom: 18px
  }
}
@media (max-width:1249.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:991.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:766.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1250px) {
  .to-lg {
    display: none
  }
}
@media (min-width:992px) {
  .to-md {
    display: none
  }
}
@media (min-width:767px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}
/* End */


/* Start:/local/templates/redesign/styles.css?170299755451*/
.riserboards__item-name {
	display: inline-block;
}
/* End */


/* Start:/local/templates/redesign/template_styles.css?170299755422800*/
.d-none {
  display: none;
}
.collect__item-best {
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__text {
    font-size: 18px;
  }
}

.page-menu__wrapper {
  padding: 50px 145px;
}

.page-menu__wrapper ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-menu__wrapper ul li {
  list-style: none;
  margin: 0 25px;
}

.page-menu__wrapper ul li a {
  color: #414141;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-menu__wrapper ul li a i {
  font-size: 38px;
}

.page-menu__wrapper ul li a:hover {
  color: #005eb8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-menu__wrapper ul li a:hover svg path {
  fill: #005eb8;
}

.page-menu__wrapper ul .active-link {
  position: relative;
}

.page-menu__wrapper ul .active-link a {
  color: #005eb8;
  font-weight: 400;
}

.page-menu__wrapper ul .active-link:before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #005eb8;
  border-radius: 50%;
}
#map {
  margin-bottom: 50px;
}

.table__wrapper {
  padding: 0 0 100px;
}

.default-table {
  width: 100%;
}

.default-table th {
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 0.25em;
  padding-bottom: 50px;
  padding-left: 0px;
  border-bottom: 1px solid #efefef;
}

.default-table td {
  border-bottom: 1px solid #efefef;
  padding: 50px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 0px;
}

.default-table td span {
  display: block;
  max-width: 430px;
}

.default-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.default-table td.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.default-table td.country img {
  margin-top: 4px;
  margin-right: 25px;
}

.default-table td.country .city {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
}

.default-table td.country .city .branch-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.uptitle {
  font-family: NotoSans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  padding-bottom: 12px;
  padding-left: 18px;
  margin-bottom: 0;
  color: #a0a0a0;
}

.map-title {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-subtitle {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 23px;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-text {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 0px 0px 18px;
  display: block;
}

.map-hint {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 5px;
  margin: 0;
  display: block;
}

@media (min-width: 321px) and (max-width: 576px) {
  .page-menu {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
    overflow-x: scroll;
  }

  .page-menu__wrapper::-webkit-scrollbar {
    height: 0;
  }

  .page-menu__wrapper ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }

  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }

  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .table__wrapper {
    padding: 0px 20px;
  }

  .table__wrapper .default-table thead tr th {
    padding-bottom: 38px;
  }

  .table__wrapper .default-table thead tr th:last-child {
    display: none;
  }

  .table__wrapper .default-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    padding-bottom: 35px;
  }

  .table__wrapper .default-table tbody tr:last-child {
    border-bottom: none;
  }

  .table__wrapper .default-table tbody tr .country img {
    margin-top: -2px;
    margin-right: 16px;
  }

  .table__wrapper .default-table tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .table__wrapper .default-table tbody tr td .city {
    font-size: 16px;
    line-height: 20px;
  }

  .table__wrapper .default-table tbody tr td .branch-name {
    display: none;
  }

  .table__wrapper .default-table tbody tr td:first-child {
    color: #a0a0a0;
    padding-bottom: 22px;
    padding-top: 35px;
  }

  .table__wrapper .default-table tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Для старого шаблона в новом */

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 145px;
  max-width: 1600px;
  margin: 0 auto;
  height: 130px;
}
.header-logo {
  display: flex;
  align-items: center;
  height: 50px;
}
.header-logo a:last-child {
  display: none;
}
.header-menu {
  display: flex;
}
.header-menu_burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-menu_burger .burger-img {
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50px;
  position: relative;
  width: 20px;
  transform: translateX(-50px);
}
.header-menu_burger .burger-img:after,
.header-menu_burger .burger-img:before,
.header-menu_burger .burger-img div {
  background-color: #414141;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.header-menu_burger .burger-img:before {
  width: 17px;
}
.header-menu_burger .burger-img:after {
  width: 10px;
}
.header-menu_burger:hover {
  background-color: #005eb8;
  border: 1px solid #005eb8;
  fill: #fff;
  transition: all 0.3s ease;
}
.header-menu_burger:hover .burger-img {
  background-color: transparent;
}
.header-menu_burger:hover .burger-img:after,
.header-menu_burger:hover .burger-img:before,
.header-menu_burger:hover .burger-img div {
  background-color: #fff;
}
.header-menu ul {
  display: flex;
  padding: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-left: 37.5px;
}
.header-menu ul li {
  list-style: none;
  margin: 0 22.5px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li div.active-link {
  color: #005eb8;
}
.header-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #414141;
  transition: color 0.3s ease;
}
.header-menu ul li a:hover {
  color: #005eb8;
  transition: color 0.3s ease;
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search a.btn {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  overflow: hidden;
  -khtml-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 16px;
  padding: 15px 30px;
  color: #414141;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  margin-right: 60px;
}
.header-search a.btn:hover {
  background-color: #005eb8;
  color: #fff;
  border: 1px solid #005eb8;
  transition: all 0.3s ease;
  outline: none;
}
.header-search_btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-search_btn img:nth-child(2) {
  display: none;
}
.header-search_btn img:last-child {
  display: none;
}
.header-search_btn img {
  width: 100%;
  height: 100%;
}
.header-search_btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.header-search-mobile {
  display: none;
}
.header-search-mobile a {
  color: #414141;
  border-color: #cfcfcf;
}

.header-search_btn-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search_btn-active img:first-child {
  display: none;
}
.header-search_btn-active img:nth-child(2) {
  display: block;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease;
}
.header-search_btn-active:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.m-menu {
  transform: translateX(-100%);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 100;
  height: 97%;
  width: 100%;
  overflow-x: scroll;
  background-color: #005eb8;
  transition: transform 0.3s ease;
}
.m-menu .active {
  background-color: #005eb8;
}
.m-menu .search {
  position: relative;
  transition: transform 0.3s ease;
}
.m-menu .search input {
  height: 60px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.07);
  outline: none;
  color: #ffffff;
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.m-menu .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::-webkit-search-cancel-button {
  position: absolute;
  -webkit-appearance: none;
  content: url(/css/../img/cancel.svg);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.m-menu .search:after {
  content: url(/css/../img/menu-search.svg);
  position: absolute;
  display: block;
  height: 20px;
  width: 19px;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.m-menu ul {
  padding-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.m-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
  padding: 17px 20px;
  width: 100%;
  position: relative;
}
.m-menu ul li a.next {
  position: relative;
  display: block;
}
.m-menu ul li a.next:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}
.m-menu ul li a span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

.show-m-menu {
  transform: translateX(0);
}

.mobile-menu {
  transition: transform 0.3s ease;
}
.mobile-menu ul {
  position: absolute;
  top: -60px;
  transform: translateX(-100%);
  height: 100%;
  overflow: auto;
  transition: transform 0.3s ease;
}
.mobile-menu ul .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
}
.mobile-menu ul .title a {
  color: #fff;
}
.mobile-menu ul .title span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.mobile-menu ul .title span:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%) rotate(180deg) scale(0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}

.desktop-menu {
  background-color: #005eb8;
  height: 704px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 10;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.desktop-menu__wrapper {
  width: 1600px;
  padding: 0 145px;
  margin: 0 auto;
}
.desktop-menu__wrapper .menu-block {
  height: 304px;
  display: flex;
  flex-wrap: wrap;
}
.desktop-menu__wrapper .menu-block ul {
  width: 25%;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}
.desktop-menu__wrapper .menu-block ul a.menu-title,
.desktop-menu__wrapper .menu-block ul span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul a.menu-title:hover,
.desktop-menu__wrapper .menu-block ul span:hover {
  color: #c9e5ff;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li {
  list-style: none;
}
.desktop-menu__wrapper .menu-block ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover {
  color: #c9e5ff;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.desktop-menu-show {
  opacity: 1;
  height: 704px;
  transition: all 0.3s ease;
}

.show-menu {
  background-color: #005eb8;
  position: relative;
}
.show-menu:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 130px;
  background-color: #fff;
  opacity: 0.05;
  width: 100%;
  height: 1px;
  z-index: 11;
}
.show-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-menu .header-wrap .header-menu ul li {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li:hover {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu ul li div.active-link {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu ul li a {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li a:hover {
  color: #c9e5ff;
}
.show-menu .header-wrap .header-menu_burger {
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-menu_burger:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.show-menu .header-wrap .burger-img {
  background-color: trasparent;
}
.show-menu .header-wrap .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-menu .header-wrap .header-search a {
  color: #fff;
}
.show-menu .header-wrap .header-search a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.show-menu .header-wrap .header-search button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-search button:hover {
  background-color: #116ec7;
  border-color: #116ec7;
}
.show-menu .header-wrap .header-search img:first-child {
  display: none;
}
.show-menu .header-wrap .header-search img:last-child {
  display: none;
}
.show-mobile-menu {
  background-color: #005eb8;
}
.show-mobile-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-mobile-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-mobile-menu .header-wrap .header-menu_burger {
  outline: none;
}
.show-mobile-menu .header-wrap .header-menu_burger:hover {
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img {
  outline: none;
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-search-mobile a {
  color: #fff;
}
.search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 130px;
  top: 130px;
  left: 0;
  z-index: 10;
  background-color: #f6f6f6;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-input__wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.search-input__wrapper form {
  display: flex;
}
.search-input__wrapper input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  color: #414141;
  letter-spacing: 1px;
}
.search-input__wrapper input::-webkit-search-cancel-button {
  display: none;
}
.search-input__wrapper button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-input__wrapper a {
  position: absolute;
  right: 145px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input-show {
  height: 130px;
  opacity: 1;
  transition: all 0.3s ease;
}
.footer {
  background-color: #414141;
  position: relative;
  height: 580px;
}
.footer:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 159px;
}
.footer:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: 115px;
}
.footer-wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
}
.footer-wrapper .social-block {
  padding: 60px 0 49px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  align-items: center;
}
.footer-wrapper .social-block__buttons {
  display: flex;
  align-items: center;
  -ms-grid-column: 1;
}
.footer-wrapper .social-block__buttons .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-wrapper .social-block__buttons .social-btn:hover {
  background-color: #4f4f4f;
  transition: all 0.3s ease;
  border-color: #4f4f4f;
}
.footer-wrapper .social-block__buttons .social-btn.social-btn__music {
  display: none;
}
.footer-wrapper .social-block__buttons span {
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  margin-left: 11px;
}
.footer-wrapper .social-block .footer-logo {
  margin: 0 auto;
  -ms-grid-column: 2;
  width: 154px;
  height: 30px;
}
.footer-wrapper .social-block .btn {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  text-align: center;
  -ms-grid-column: 3;
}
.footer-wrapper .social-block .btn:hover {
  border-color: #4f4f4f;
  background-color: #4f4f4f;
}
.footer-wrapper .social-block .btn-icon-music {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
}
.btn-icon-music svg {
  margin-right: 10px;
}
.footer-wrapper .menu-block {
  padding-top: 54px;
  height: 304px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-wrapper .menu-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-wrapper .menu-block ul:nth-child(0) {
  -ms-grid-column: 1;
}
.footer-wrapper .menu-block ul:nth-child(1) {
  -ms-grid-column: 2;
}
.footer-wrapper .menu-block ul:nth-child(2) {
  -ms-grid-column: 3;
}
.footer-wrapper .menu-block ul:nth-child(3) {
  -ms-grid-column: 4;
}
.footer-wrapper .menu-block ul a {
  color: #fff;
}
.footer-wrapper .menu-block ul a.footer-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul a.footer-link:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.footer-wrapper .menu-block ul li a:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block {
  padding: 45px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper .copyright-block span {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
}
.footer-wrapper .copyright-block a {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:nth-child(2) {
  padding: 0 56px;
}

.sidebar__cathegory-link--mobile {
  font-size: 14px;
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .footer-wrapper {
    width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .footer-wrapper .social-block__buttons .social-btn.social-btn__music {
    display: flex;
  }
}

@media (min-width: 321px) and (max-width: 576px) {
  .header {
    height: 60px;
    padding: 0px;
  }
  .header-wrap {
    justify-content: center;
    height: 60px;
  }
  .header-logo {
    order: 1;
  }
  .header-logo a {
    width: 102px;
    height: 20px;
  }
  .header-logo a img {
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: absolute;
    left: 20px;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu_burger {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
  }
  .header-menu_burger:hover {
    background-color: #fff;
    fill: #000;
    border: none;
  }
  .header-menu_burger:hover .burger-img:before,
  .header-menu_burger:hover .burger-img:after,
  .header-menu_burger:hover .burger-img div {
    background-color: #000;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
    order: 2;
    position: absolute;
    right: 20px;
  }
  .header-search-mobile .btn-o {
    padding: 5px 10px;
  }
  .footer {
    height: auto;
  }
}

/* End */
/* /head-foot/head-foot.css?170299754521750 */
/* /local/templates/redesign/css/main.css?1758879038179227 */
/* /local/templates/redesign/styles.css?170299755451 */
/* /local/templates/redesign/template_styles.css?170299755422800 */
