

/* Start:/local/templates/new_design_2023/css/footer.css?17640793467491*/
.footer {
  width: 100%;
  background: #131214;
}
.footer .footer-desctop {
  padding: 105px 0 30px;
}
@media (max-width: 1024px) {
  .footer .footer-desctop {
    display: none;
  }
}
.footer .footer-desctop .row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer .footer-desctop .row .col {
  display: flex;
  max-width: 381px;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.footer .footer-desctop .row .col p {
  color: #E0E0E0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer .footer-desctop .row .col .input-wrapper {
  position: relative;
  max-width: 381px;
  width: 100%;
  flex-shrink: 0;
}
.footer .footer-desctop .row .col .input-wrapper input {
  display: flex;
  width: 100%;
  padding: 18px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background-color: transparent;
  outline: none;
  color: #fff;
}
.footer .footer-desctop .row .col .input-wrapper input::-moz-placeholder {
  color: #BDBDBD;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-desctop .row .col .input-wrapper input::placeholder {
  color: #BDBDBD;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-desctop .row .col .input-wrapper button {
  position: absolute;
  top: 18px;
  right: 16px;
  border: none;
  background-color: transparent;
}
.footer .footer-desctop .row .col .social {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-desctop .row .col:nth-child(2) {
  display: flex;
  flex-direction: row;
  max-width: initial;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
.footer .footer-desctop .row .col:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-desctop .row .col:nth-child(2) ul li a {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
}
.footer .footer-desctop .row .col:nth-child(2) ul li:first-child a {
  color: #9B9B9B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 180% */
  margin-bottom: 6px;
}
.footer .footer-desctop .row .col:last-child {
  display: flex;
  flex-direction: column;
  width: 168px;
  gap: initial;
  max-width: initial;
}
.footer .footer-desctop .row .col:last-child p {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  margin-bottom: 8px;
}
.footer .footer-desctop .row .col:last-child p:first-child {
  color: #9B9B9B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 180% */
  margin-bottom: 26px;
}
.footer .footer-desctop .row .col:last-child a {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  margin-bottom: 8px;
}
.footer .footer-desctop .copy {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.footer .footer-desctop .copy p {
  color: rgba(225, 225, 225, 0.5);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 221.538% */
}
.footer .footer-mobile {
  padding: 32px 0 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .footer .footer-mobile {
    display: block;
    position: relative;
  }
}
.footer .footer-mobile .content {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.footer .footer-mobile .content .col {
  display: flex;
  max-width: 381px;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.footer .footer-mobile .content .col p {
  color: #E0E0E0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer .footer-mobile .content .col .input-wrapper {
  position: relative;
  max-width: 381px;
  width: 100%;
  flex-shrink: 0;
}
.footer .footer-mobile .content .col .input-wrapper input {
  display: flex;
  width: 100%;
  padding: 18px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background-color: transparent;
  outline: none;
  color: #fff;
}
.footer .footer-mobile .content .col .input-wrapper input::-moz-placeholder {
  color: #BDBDBD;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-mobile .content .col .input-wrapper input::placeholder {
  color: #BDBDBD;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-mobile .content .col .input-wrapper button {
  position: absolute;
  top: 18px;
  right: 16px;
  border: none;
  background-color: transparent;
}
.footer .footer-mobile .content .col .social {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-mobile .content .col:nth-child(2) {
  display: flex;
  max-width: initial;
  width: -moz-fit-content;
  width: fit-content;
  gap: 29px;
}
.footer .footer-mobile .content .col:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-mobile .content .col:nth-child(2) ul li a {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
}
.footer .footer-mobile .content .col:nth-child(2) ul li:first-child a {
  color: #9B9B9B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 180% */
  margin-bottom: 6px;
}
.footer .footer-mobile .content .col:last-child {
  display: flex;
  flex-direction: column;
  width: 168px;
  gap: initial;
  max-width: initial;
}
.footer .footer-mobile .content .col:last-child p {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  margin-bottom: 8px;
}
.footer .footer-mobile .content .col:last-child p:first-child {
  color: #9B9B9B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 180% */
  margin-bottom: 26px;
}
.footer .footer-mobile .content .col:last-child a {
  color: #E1E1E1;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  margin-bottom: 8px;
}
.footer .footer-mobile .copy {
  width: 100%;
  padding: 14px 0;
  border-top: 2px solid #fff;
  margin-top: 29px;
  position: relative;
}
.footer .footer-mobile .copy .content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.footer .footer-mobile .copy .content .social {
  max-width: 381px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer .footer-mobile .copy .content .social a {
  position: relative;
}
.footer .footer-mobile .copy .content .social a svg {
  position: relative;
}
.footer .footer-mobile .copy .content p {
  color: rgba(225, 225, 225, 0.5);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 240% */
}/*# sourceMappingURL=footer.css.map */
/* End */


/* Start:/local/templates/new_design_2023/css/main-page.css?172076583161126*/
.head-block .head-block-row {
  display: flex;
  gap: 24px;
}
.head-block .head-block-row .catalog-wrapper {
  width: 260px;
  border: 1px solid #EDEDED;
  border-top: none;
  height: 488px;
  position: relative;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-wrapper {
    display: none;
  }
}
.head-block .head-block-row .catalog-wrapper .catalog-menu {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-shrink: 0;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu::-webkit-scrollbar {
  width: 0;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li {
  width: 100%;
  display: flex;
  width: 260px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  transition: 0.3s ease;
  cursor: pointer;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M6.95536 4.65899L11.5923 9.00015L6.95536 13.3413' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 20px;
  display: flex;
  gap: 25px;
  border-left: 3px solid #00a1e0;
  background: #fff;
  z-index: 2;
  display: none;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu ul {
  display: flex;
  flex-direction: column;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu ul li {
  width: -moz-max-content;
  width: max-content;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu ul li a {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu ul li a:hover {
  color: #00a1e0;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li .catalog-submenu ul li::after {
  content: initial;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li:hover {
  color: #00a1e0;
}
.head-block .head-block-row .catalog-wrapper .catalog-menu li:hover .catalog-submenu {
  display: flex;
}
.head-block .head-block-row .catalog-promo {
  padding-top: 21px;
  height: 488px;
  width: calc(100% - 24px - 260px);
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo {
    width: 100%;
  }
}
.head-block .head-block-row .catalog-promo .swiper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #EFEFEF;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a {
  display: block;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a picture img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content {
  position: absolute;
  left: 57px;
  top: 143px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content {
    left: 31px;
    top: 42px;
    gap: 14px;
  }
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content p {
    font-size: 13px;
  }
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content h2 {
  color: #131214;
  font-family: Calypso;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content h2 {
    font-size: 32px;
  }
}
.head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content a {
  margin-top: 17px;
  width: 172px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo .swiper .swiper-slide a .slide-content a {
    margin-top: 0;
    width: 149px;
    height: 42px;
    font-size: 16px;
  }
}
.head-block .head-block-row .catalog-promo .swiper .swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_1155_6941)'%3E%3Cpath d='M19.9532 21.342L14.1241 15.5001L19.9532 9.65831L18.1586 7.86377L10.5222 15.5001L18.1586 23.1365L19.9532 21.342Z' fill='%23828282'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_6941'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.340424 0.227295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_1155_6936)'%3E%3Cpath d='M11.0469 21.342L16.876 15.5001L11.0469 9.65831L12.8414 7.86377L20.4778 15.5001L12.8414 23.1365L11.0469 21.342Z' fill='%23131214'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_6936'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.114136 0.227295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-pagination {
  left: 57px;
  bottom: 27px;
  text-align: left;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .catalog-promo .swiper .swiper-pagination {
    bottom: 17px;
    text-align: center;
    left: 0;
  }
}
.head-block .head-block-row .catalog-promo .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.head-block .head-block-row .catalog-promo .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a1e0;
}
.head-block .head-block-row .promo-catalog {
  padding-top: 21px;
  height: 488px;
  width: 100%;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog {
    width: 100%;
  }
}
.head-block .head-block-row .promo-catalog .swiper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #EFEFEF;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide picture img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content {
  position: absolute;
  left: 57px;
  top: 143px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content {
    left: 31px;
    top: 42px;
    gap: 14px;
  }
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content p {
    font-size: 13px;
  }
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content h2 {
  color: #131214;
  font-family: Calypso;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content h2 {
    font-size: 32px;
  }
}
.head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content a {
  margin-top: 17px;
  width: 172px;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog .swiper .swiper-slide .slide-content a {
    margin-top: 0;
    width: 149px;
    height: 42px;
    font-size: 16px;
  }
}
.head-block .head-block-row .promo-catalog .swiper .swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_1155_6941)'%3E%3Cpath d='M19.9532 21.342L14.1241 15.5001L19.9532 9.65831L18.1586 7.86377L10.5222 15.5001L18.1586 23.1365L19.9532 21.342Z' fill='%23828282'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_6941'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.340424 0.227295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23clip0_1155_6936)'%3E%3Cpath d='M11.0469 21.342L16.876 15.5001L11.0469 9.65831L12.8414 7.86377L20.4778 15.5001L12.8414 23.1365L11.0469 21.342Z' fill='%23131214'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_6936'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.114136 0.227295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-pagination {
  left: 57px;
  bottom: 27px;
  text-align: left;
}
@media (max-width: 1024px) {
  .head-block .head-block-row .promo-catalog .swiper .swiper-pagination {
    bottom: 17px;
    text-align: center;
    left: 0;
  }
}
.head-block .head-block-row .promo-catalog .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.head-block .head-block-row .promo-catalog .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a1e0;
}
.head-block .category-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 24px;
}
@media (max-width: 1200px) {
  .head-block .category-links {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .head-block .category-links {
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
    align-items: flex-start;
  }
}
.head-block .category-links a {
  max-width: calc((100% - 96px) / 5);
  width: 100%;
  height: 87px;
  flex-shrink: 0;
  display: flex;
  padding: 19.5px 14.107px 19.5px 16.23px;
  justify-content: center;
  align-items: center;
  gap: 24.395px;
  border-radius: 8px;
  background: linear-gradient(0deg, #F5F6FA 0%, #F5F6FA 100%), linear-gradient(272deg, #73DFE7 -71.85%, #0063F7 123.44%);
}
@media (max-width: 1200px) {
  .head-block .category-links a {
    max-width: calc((100% - 60px) / 5);
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .head-block .category-links a {
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
}
.head-block .category-links a p {
  color: #131214;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 159px;
}
@media (max-width: 1024px) {
  .head-block .category-links a p {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.catalog-block {
  padding: 50px 0 30px;
  background: linear-gradient(180deg, rgba(245, 246, 250, 0) -43.62%, #F5F6FA 100%);
}
@media (max-width: 768px) {
  .catalog-block {
    padding: 10px 0;
  }
}
.catalog-block .catalog-head {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-head {
    display: none;
  }
}
.catalog-block .catalog-head h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
}
.catalog-block .catalog-head a {
  color: #00a1e0;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.catalog-block .catalog-head-mobile {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  gap: 16px;
  display: none;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-head-mobile {
    display: flex;
  }
}
.catalog-block .catalog-head-mobile h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
  letter-spacing: 0.1px;
}
.catalog-block .catalog-head-mobile a {
  color: #00a1e0;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.catalog-block .catalog-head-mobile .sort {
  display: flex;
  width: 100%;
  overflow-x: auto;
  gap: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-shrink: 0;
}
.catalog-block .catalog-head-mobile .sort::-webkit-scrollbar {
  background-color: transparent;
}
.catalog-block .catalog-head-mobile .sort span {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  white-space: nowrap;
}
.catalog-block .catalog-head-mobile .sort span.active {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.catalog-block .sort {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .catalog-block .sort {
    display: none;
  }
}
.catalog-block .sort span {
  display: block;
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.catalog-block .sort .select-wrap {
  position: relative;
}
.catalog-block .sort .select-wrap .select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 5px;
  cursor: pointer;
}
.catalog-block .sort .select-wrap .select::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M4.00195 5.75L7.50195 9.25L11.002 5.75' stroke='%23131214' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
}
.catalog-block .sort .select-wrap .select-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 8px;
  padding: 5px;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.catalog-block .sort .select-wrap .select-list.active {
  display: flex;
}
.catalog-block .catalog-category {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category {
    gap: 10px;
  }
}
.catalog-block .catalog-category li {
  width: calc((100% - 75px) / 4);
}
@media (max-width: 1370px) {
  .catalog-block .catalog-category li {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li {
    width: 100%;
  }
}
.catalog-block .catalog-category li .category-card-wrapper {
  display: flex;
  height: 220px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li .category-card-wrapper {
    height: 100px;
  }
}
.catalog-block .catalog-category li .category-card-wrapper .category-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  display: flex;
  gap: 20px;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card.active {
  z-index: 2;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li .category-card-wrapper .category-card {
    align-items: center;
    display: flex;
    padding: 10px 17px;
    align-items: center;
    gap: 24px;
  }
  .catalog-block .catalog-category li .category-card-wrapper .category-card:hover {
    border-radius: 6px;
    border: 1px solid #00a1e0;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  }
  .catalog-block .catalog-category li .category-card-wrapper .category-card img {
    width: 51px;
    height: 51px;
  }
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content {
  width: calc(100% - 105px);
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .card-title {
  color: #131214;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .card-title {
    margin-bottom: 0;
  }
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul {
    display: none;
  }
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul li {
  width: initial;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul li::nth-child(n+5) {
  display: none;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul li a {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px; /* 125% */
  transition: 0.3s ease;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul li a:hover {
  color: #00a1e0;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .show-hide-list {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  gap: 6px;
  cursor: pointer;
  margin-top: 4px;
  align-items: center;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .show-hide-list {
    display: none;
  }
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .show-hide-list:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M10.5 5.65723L7 9.15723L3.5 5.65723' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  margin-top: 3px;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content .show-hide-list.hide {
  display: none;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul li:nth-child(n+5) {
  display: none;
}
.catalog-block .catalog-category li .category-card-wrapper .category-card .card-content ul.show li:nth-child(n+5) {
  transition: 0.3s ease;
  display: list-item;
}
.catalog-block .catalog-category li:nth-child(n+10) {
  /*display: none;*/
}
.catalog-block .catalog-category.show li:nth-child(n+10) {
  transition: 0.3s ease;
  display: list-item;
}
@media (max-width: 1024px) {
  .catalog-block .catalog-category li:nth-child(n+6) {
    /*display: none;*/
  }
  .catalog-block .catalog-category.show li:nth-child(n+6) {
    transition: 0.3s ease;
    display: list-item;
  }
}
.catalog-block .show-more-btn {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  display: flex;
  gap: 6px;
  cursor: pointer;
  text-align: center;
  margin-top: 33px;
  justify-content: center;
  align-items: center;
}
.catalog-block .show-more-btn:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M10.5 5.65723L7 9.15723L3.5 5.65723' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  margin-top: 3px;
}
.catalog-block .show-more-btn.hide {
  display: none;
}

.product-tabs-inner {
  padding: 50px 0 20px;
}
.product-tabs-inner .content .tabs-panel {
  width: 100%;
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tabs-panel {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
.product-tabs-inner .content .tabs-panel li {
  color: #C1C4C6;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px; /* 240% */
  letter-spacing: -0.9px;
  cursor: pointer;
}
.product-tabs-inner .content .tabs-panel li.active {
  color: #373F41;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px; /* 240% */
  letter-spacing: -0.9px;
}
.product-tabs-inner .content .tab-container {
  width: 100%;
}
.product-tabs-inner .content .tab-container .tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.product-tabs-inner .content .tab-container .tab-content.active {
  display: flex;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container {
  width: 100%;
  position: relative;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper {
    width: 100%;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner {
  height: 440px;
  position: relative;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner {
    height: 370px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 14px 11px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-radius: 8px;
  background: #FFF;
  transition: 0.3s ease;
  min-height: 374px;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card {
    display: flex;
    height: 310px;
    padding: 8px 7px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .images {
  width: 100%;
  height: 155px;
  position: relative;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .images {
    height: 100px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .images img.active {
  display: block;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .images .labels {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs {
    gap: 3px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs li {
  width: 35px;
  height: 35px;
  padding: 3px;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs li {
    width: 22px;
    height: 22px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs li .mini-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs li.active-thumb {
  border: 1px solid #00a1e0;
  border-radius: 5px;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs li:nth-child(n+6) {
  display: none;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner .thumbs.show li:nth-child(n+6) {
  transition: 0.3s ease;
  display: list-item;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner p {
  color: rgba(19, 18, 20, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  display: flex;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner p {
    font-size: 10px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .gallery .thumbs-inner p.hide {
  display: none;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .card-title {
  color: #131214;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .stock {
  color: #585C5F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  display: flex;
  gap: 4px;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .stock {
    font-size: 10px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .stock.instock::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_539_3779)'%3E%3Cpath d='M7.74089 1.33325C4.06089 1.33325 1.07422 4.31992 1.07422 7.99992C1.07422 11.6799 4.06089 14.6666 7.74089 14.6666C11.4209 14.6666 14.4076 11.6799 14.4076 7.99992C14.4076 4.31992 11.4209 1.33325 7.74089 1.33325ZM7.74089 13.3333C4.80089 13.3333 2.40755 10.9399 2.40755 7.99992C2.40755 5.05992 4.80089 2.66659 7.74089 2.66659C10.6809 2.66659 13.0742 5.05992 13.0742 7.99992C13.0742 10.9399 10.6809 13.3333 7.74089 13.3333ZM10.8009 5.05325L6.40755 9.44659L4.68089 7.72659L3.74089 8.66659L6.40755 11.3333L11.7409 5.99992L10.8009 5.05325Z' fill='%236FCF97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_539_3779'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.257812)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .stock.remote::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1344_576)'%3E%3Cpath d='M7.74089 1.33325C4.06089 1.33325 1.07422 4.31992 1.07422 7.99992C1.07422 11.6799 4.06089 14.6666 7.74089 14.6666C11.4209 14.6666 14.4076 11.6799 14.4076 7.99992C14.4076 4.31992 11.4209 1.33325 7.74089 1.33325ZM7.74089 13.3333C4.80089 13.3333 2.40755 10.9399 2.40755 7.99992C2.40755 5.05992 4.80089 2.66659 7.74089 2.66659C10.6809 2.66659 13.0742 5.05992 13.0742 7.99992C13.0742 10.9399 10.6809 13.3333 7.74089 13.3333ZM10.8009 5.05325L6.40755 9.44659L4.68089 7.72659L3.74089 8.66659L6.40755 11.3333L11.7409 5.99992L10.8009 5.05325Z' fill='%23828282'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1344_576'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.257812)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price .actual-price {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.6px; /* 138% */
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price .actual-price {
    font-size: 16px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price .discount {
  color: #C1C4C6;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.6px; /* 172.5% */
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .price .discount {
    font-size: 13px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .hidden-btn {
  width: 100%;
  padding: 20px;
  color: #00a1e0;
  border: 2px solid #00a1e0;
  border-radius: 8px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: none;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .hidden-btn {
    padding: 10px 20px;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner:hover .product-card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  height: unset;
  z-index: 5;
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner:hover .product-card .hidden-btn {
  display: block;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner:hover .product-card {
    box-shadow: none;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-btn-prev {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-btn-prev {
    display: none;
  }
}
.product-tabs-inner .content .tab-container .tab-content .swiper-container .products-btn-next {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-btn-next {
    display: none;
  }
}
.product-tabs-inner .content .tab-container .tab-content .observe {
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  color: #00a1e0;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.3px;
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .product-tabs-inner .content .tab-container .tab-content .observe {
    width: 100%;
  }
}

.advantages-block {
  padding: 40px 0 100px;
  background: linear-gradient(180deg, rgba(245, 246, 250, 0) -1.08%, #F5F6FA 100%);
  background-image: rgba(245, 246, 250, 0.79), url(/local/templates/new_design_2023/css/../img/main-page/Blob.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  -webkit-backdrop-filter: blur(70.0629577637px);
          backdrop-filter: blur(70.0629577637px);
}
.advantages-head h2.blue {
  color: #00a1e0;
}
@media (max-width: 768px) {
  .advantages-block {
    padding: 0 0 40px;
  }
}
.advantages-block .advantages-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.advantages-block .advantages-cards .advantages-card {
  width: calc((100% - 24px - 24px) / 3);
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 1024px) {
  .advantages-block .advantages-cards .advantages-card {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .advantages-block .advantages-cards .advantages-card {
    width: 100%;
  }
}
.advantages-block .advantages-cards .advantages-card .img-wrap {
  width: 100%;
  background: #F3F6FA;
  /*height: 240px;*/
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.advantages-block .advantages-cards .advantages-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages-block .advantages-cards .advantages-card .card-content {
  padding: 18px 25px 35px;
}
.advantages-block .advantages-cards .advantages-card .card-content .title {
  color: #131214;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .advantages-block .advantages-cards .advantages-card .card-content .title {
    font-size: 22px;
  }
}
.advantages-block .advantages-cards .advantages-card .card-content .description {
  color: #585C5F;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantages-block .advantages-cards .advantages-card .card-content a {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  display: flex;
  gap: 4px;
}
.advantages-block .advantages-cards .advantages-card .card-content a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1344_303)'%3E%3Cpath d='M8.59 7.41L13.17 12L8.59 16.59L10 18L16 12L10 6L8.59 7.41Z' fill='%2300a1e0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1344_303'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 24) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.advantages-block .advantages-cards .advantages-card.portfolio {
  background-image: url(/local/templates/new_design_2023/css/../img/main-page/Bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 44px 0;
}
@media (max-width: 768px) {
  .advantages-block .advantages-cards .advantages-card.portfolio {
    padding: 50px 37px 0;
  }
}
.advantages-block .advantages-cards .advantages-card.portfolio .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages-block .advantages-cards .advantages-card.portfolio .card-content .title {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 150% */
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .advantages-block .advantages-cards .advantages-card.portfolio .card-content .title {
    font-size: 32px;
  }
}
.advantages-block .advantages-cards .advantages-card.portfolio .card-content .description {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 23px;
}
.advantages-block .advantages-cards .advantages-card.portfolio .card-content a {
  border-radius: 8px;
  padding: 15px 18px;
  background: #FFF;
  border: none;
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0063F7;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.3px;
}
.advantages-block .advantages-cards .advantages-card.portfolio .card-content a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_539_4291)'%3E%3Cpath d='M12 4.5L10.59 5.91L16.17 11.5H4V13.5H16.17L10.59 19.09L12 20.5L20 12.5L12 4.5Z' fill='%230063F7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_539_4291'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  margin-top: 5px;
}

.about-block {
  padding: 105px 0 90px;
}
@media (max-width: 768px) {
  .about-block {
    padding: 40px 0 22px;
  }
}
.about-block .content {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .about-block .content {
    flex-direction: column;
  }
}
.about-block .content .images-block {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .about-block .content .images-block {
    width: 100%;
    padding: 0 30%;
  }
}
@media (max-width: 768px) {
  .about-block .content .images-block {
    padding: 0 20%;
  }
}
@media (max-width: 450px) {
  .about-block .content .images-block {
    padding: 0 8%;
  }
}
.about-block .content .images-block .img-wrap {
  width: 50%;
}
.about-block .content .images-block .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-block .content .info-block {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .about-block .content .info-block {
    width: 100%;
  }
}
.about-block .content .info-block h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 125% */
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}
.about-block .content .info-block p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.about-block .content .info-block p span {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  letter-spacing: 0.3px;
}
.about-block .content .info-block a {
  width: 201px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a1e0;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.3px;
  margin: 32px 0;
  transition: 0.3s ease;
}
@media (max-width: 450px) {
  .about-block .content .info-block a {
    width: 100%;
  }
}
.about-block .content .info-block a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
.about-block .content .info-block a:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_982_17908)'%3E%3Cpath d='M12.5923 4L11.1823 5.41L16.7623 11H4.59229V13H16.7623L11.1823 18.59L12.5923 20L20.5923 12L12.5923 4Z' fill='%230063F7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_982_17908'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.592285)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  margin-top: 5px;
}
.about-block .content .info-block .advantages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .about-block .content .info-block .advantages {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 45px;
  }
}
.about-block .content .info-block .advantages .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.about-block .content .info-block .advantages .item span {
  color: #131214;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.brands-block {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .brands-block {
    display: none;
  }
}
.brands-block .content {
  display: flex;
  gap: 35px;
  align-items: flex-end;
}
.brands-block .content .images-block {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.brands-block .content .images-block .img-wrap {
  width: 50%;
  min-height: 235px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.brands-block .content .images-block .img-wrap img {
  max-width: 290px;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.brands-block .content .info-block {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.brands-block .content .info-block h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
  margin-bottom: 27px;
}
.brands-block .content .info-block p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 0.3px;
  margin-bottom: 35px;
}
.brands-block .content .info-block a {
  width: 201px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a1e0;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.3px;
  margin: 32px 0;
  transition: 0.3s ease;
}
@media (max-width: 450px) {
  .brands-block .content .info-block a {
    width: 100%;
  }
}
.brands-block .content .info-block a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
.brands-block .content .info-block a:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_982_17908)'%3E%3Cpath d='M12.5923 4L11.1823 5.41L16.7623 11H4.59229V13H16.7623L11.1823 18.59L12.5923 20L20.5923 12L12.5923 4Z' fill='%230063F7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_982_17908'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.592285)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  margin-top: 5px;
}

.partners-block .partners-title {
  color: #D8DAE3;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 66.5px; /* 138.542% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 35%;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .partners-block .partners-title {
    display: none;
  }
}
.partners-block .swiper-row {
  padding: 50px 0 32px;
  background: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .partners-block .swiper-row {
    gap: 0;
  }
}
.partners-block .swiper-row .button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1024px) {
  .partners-block .swiper-row .button-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.partners-block .swiper-row .button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1024px) {
  .partners-block .swiper-row .button-next {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.partners-block .swiper-row .content {
  margin: 0;
}
.partners-block .swiper-row .content .swiper-slide {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block {
  padding: 80px 0;
}
.block .content {
  display: flex;
  gap: 35px;
}
@media (max-width: 1024px) {
  .block .content {
    flex-direction: column;
  }
}
.block .swiper-container {
  max-width: calc(100% - 410px - 35px);
  width: 100%;
}
@media (max-width: 1024px) {
  .block .swiper-container {
    max-width: 100%;
  }
}
.block .swiper-container .picture-swiper {
  width: 100%;
  height: 100%;
}
.block .swiper-container .picture-swiper .swiper-slide {
  border-radius: 8px;
  background: #CCE0DE;
  overflow: hidden;
}
.block .swiper-container .picture-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block .swiper-container .picture-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  left: 30px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .block .swiper-container .picture-swiper .swiper-button-prev {
    left: 15px;
  }
}
.block .swiper-container .picture-swiper .swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 31 32' fill='none'%3E%3Cg clip-path='url(%23clip0_934_6405)'%3E%3Cpath d='M19.84 21.8418L14.0109 16L19.84 10.1582L18.0455 8.36365L10.4091 16L18.0455 23.6364L19.84 21.8418Z' fill='%2300a1e0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_934_6405'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.227264 0.727295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.block .swiper-container .picture-swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  right: 30px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .block .swiper-container .picture-swiper .swiper-button-next {
    right: 15px;
  }
}
.block .swiper-container .picture-swiper .swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 31 32' fill='none'%3E%3Cg clip-path='url(%23clip0_934_6400)'%3E%3Cpath d='M11.2577 21.8418L17.0867 16L11.2577 10.1582L13.0522 8.36365L20.6886 16L13.0522 23.6364L11.2577 21.8418Z' fill='%2300a1e0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_934_6400'%3E%3Crect width='30.5455' height='30.5455' fill='white' transform='translate(0.324928 0.727295)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.block .swiper-container .picture-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.block .swiper-container .picture-swiper .swiper-pagination-bullet-active {
  background: #00a1e0;
}
.block .text h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
  margin: 36px 0 16px;
}
.block .text .info-block {
  max-width: 410px;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  box-shadow: inset 0 0 15px 15px rgba(255, 255, 255, 0.6);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-right: 10px;
  scrollbar-color: #E7EBFF transparent;
  scrollbar-width: thin;
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70px, rgb(0, 0, 0) calc(100% - 70px), rgba(0, 0, 0, 0) 100%);
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .block .text .info-block {
    max-width: 100%;
  }
}
.block .text .info-block::-webkit-scrollbar {
  width: 4.25px;
  height: 79px;
  border-radius: 100px;
  background: transparent;
}
.block .text .info-block::-webkit-scrollbar-thumb {
  background: #E7EBFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  width: 4.25px;
  height: 79px;
  border-radius: 100px;
}
.block .text .info-block li {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #fff;
  transition: 0.3s ease;
}
.block .text .info-block li p {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.block .text .info-block li span {
  color: #131214;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.block .text .info-block li.active {
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: #E6EFFB;
}

.customers {
  padding: 85px 0 0;
}
.customers h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
  .customers h2 {
    font-size: 28px;
  }
}
.customers h2 span {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
  .customers h2 span {
    font-size: 28px;
  }
}
.customers .swiper-row {
  padding: 66px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .customers .swiper-row {
    gap: 0;
  }
}
.customers .swiper-row .button-prev {
  cursor: pointer;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1024px) {
  .customers .swiper-row .button-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.customers .swiper-row .button-next {
  cursor: pointer;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #00a1e0;
  background: rgba(230, 239, 251, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1024px) {
  .customers .swiper-row .button-next {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.customers .swiper-row .content {
  margin: 0;
}
.customers .swiper-row .content .customers-swiper {
  width: 100%;
}
.customers .swiper-row .content .customers-swiper .swiper-wrapper {
  padding: 10px 0;
  gap: 24px;
}
.customers .swiper-row .content .customers-swiper .swiper-wrapper .swiper-slide {
  /*width: 204px !important;*/
  height: 123px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.customers .swiper-row .content .customers-swiper .swiper-wrapper .swiper-slide img {
  max-width: 155px;
}

.news {
  /*background-image: url(/local/templates/new_design_2023/css/../img/main-page/new.png);*/ /*Времменно*/
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 40px 0 112px;*/
  padding: 0 0 112px; /*Времменно*/
}
@media (max-width: 1024px) {
  .news {
    padding-bottom: 60px;
  }
}
.news .news-row {
  /*display: flex;*/
  display: none;/*Времменно*/
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .news .news-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.news .news-row h2 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
}
.news .news-row a {
  color: #00a1e0;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.news .news-swiper {
  display: none;
  margin-top: 41px;
  margin-bottom: 27px;
}
.news .news-swiper .swiper-slide {
  border-right: 1px solid #E1E1E1;
  height: 240px;
}
.news .news-swiper .swiper-slide:last-child {
  border-right: none;
}
.news .news-swiper .swiper-slide .news-card {
  width: 255px;
  padding: 42px 14px 65px 33px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 450px) {
  .news .news-swiper .swiper-slide .news-card {
    padding: 30px 15px;
  }
}
.news .news-swiper .swiper-slide .news-card .date {
  color: #585C5F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.2px;
}
.news .news-swiper .swiper-slide .news-card p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.1px;
}
.news .news-swiper .swiper-slide .news-card .description {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
.news .news-cards {
  width: 100%;
  display: flex;
  gap: 33px;
  margin-top: 41px;
  margin-bottom: 27px;
}
.news .news-cards .news-card {
  width: 255px;
  padding: 42px 14px 65px 0;
  border-right: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  gap: 12px;
  flex-shrink: 0;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.news .news-cards .news-card:last-child {
  border-right: none;
}
.news .news-cards .news-card::-webkit-scrollbar {
  width: 4.25px;
  height: 2px;
  background: transparent;
}
.news .news-cards .news-card::-webkit-scrollbar-thumb {
  background: transparent;
  width: 4.25px;
  height: 2px;
}
.news .news-cards .news-card .date {
  color: #585C5F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.2px;
}
.news .news-cards .news-card p {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.1px;
}
.news .news-cards .news-card .description {
  color: #131214;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
.news .banner {
  width: 100%;
  border-radius: 8px;
  border-collapse: collapse;
  background-image: url(/local/templates/new_design_2023/css/../img/main-page/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 35px 0 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .news .banner {
    padding: 35px 16px;
  }
}
.news .banner p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 135.294% */
}
@media (max-width: 1024px) {
  .news .banner p {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .product-tabs-inner .content .tab-container .tab-content .swiper-container .products-tab-swiper .swiper-slide .product-card-inner .product-card .hidden-btn {
    display: block;
    padding: 10px;
  }
}
.news .banner button {
  width: 209px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 4px solid #FFF;
  background: linear-gradient(0deg, #00a1e0 0%, #00a1e0 100%), linear-gradient(264deg, #73DFE7 -29.33%, #0063F7 98.4%);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: 0.3px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .news .banner button {
    width: 100%;
  }
}/*# sourceMappingURL=main-page.css.map */
/* End */


/* Start:/local/templates/new_design_2023/css/swiper-bundle.min.css?172053487418429*/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/new_design_2023/css/style.css?176407930695803*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

@font-face {
    font-family: "Montserrat";
    src: url(/local/templates/new_design_2023/fonts/Montserrat-Thin.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(/local/templates/new_design_2023/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(/local/templates/new_design_2023/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Calypso";
    src: url(/local/templates/new_design_2023/fonts/Calypso.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    transition: 0.3s ease;
}

:root {
    --fz:.2578vw;
}

@media (min-width: 768px) {
    :root {
        --fz:.13021vw ;
    }
}
@media (min-width: 992px) {
    :root {
        --fz:.08581vw ;
    }
}
@media (min-width: 1200px) {
    :root {
        --fz:.0521vw;
    }
}
.content {
    max-width: 1456px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    transition: 0.3s ease;
}
@media (max-width: 1024px) {
    .content {
        max-width: 1456px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

.attention {
    width: 100%;
    background: #131214;
    padding: 8px 0;
}
@media (max-width: 1000px) {
    .attention {
        padding: 10px 0;
    }
}
.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 2rem!important
}

.mt-6 {
    margin-top: 2.5rem!important
}

.mt-7 {
    margin-top: 3rem!important
}

.mt-8 {
    margin-top: 4rem!important
}

.mt-9 {
    margin-top: 5rem!important
}

.mt-10 {
    margin-top: 6rem!important
}

.mt-auto {
    margin-top: auto!important
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column!important
}
.flex-wrap {
    flex-wrap: wrap!important
}
.align-items-normal {
    align-items: normal!important
}
.align-items-center {
    align-items: center!important
}
.justify-content-center {
    justify-content: center!important
}
.justify-content-between {
    justify-content: space-between!important
}
.btn__basket-wrap_mobile .bx-basket-fixed {
    width: 32px
}
.h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}
.sub-title {
    font-size: 1rem;
}
.attention.hidden {
    display: none;
}
.attention .content {
    display: flex;
    gap: 130px;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 1000px) {
    .attention .content {
        gap: 0;
        align-items: flex-start;
    }
}
.attention .content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 107.692% */
}
@media (max-width: 1000px) {
    .attention .content p {
        font-size: 10px;
    }
}
.attention .content .attention-close {
    cursor: pointer;
}
.attention .content .attention-close:hover svg path {
    stroke: #FFF;
}

.select-wrap {
    position: relative;
    padding: 11px 0;
}
.select-wrap .select {
    display: flex;
    gap: 6px;
    align-items: center;
}
.select-wrap .select p {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    position: relative;
    cursor: pointer;
}
.select-wrap .select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 9.25L7 12.75L10.5 9.25' stroke='%23131214' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.select-wrap .select.header-location {
    position: relative;
    display: flex;
    gap: 6px;
}
.select-wrap .select.header-location::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.75 7.5C15.75 12.75 9 17.25 9 17.25C9 17.25 2.25 12.75 2.25 7.5C2.25 5.70979 2.96116 3.9929 4.22703 2.72703C5.4929 1.46116 7.20979 0.75 9 0.75C10.7902 0.75 12.5071 1.46116 13.773 2.72703C15.0388 3.9929 15.75 5.70979 15.75 7.5Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 9.75C10.2426 9.75 11.25 8.74264 11.25 7.5C11.25 6.25736 10.2426 5.25 9 5.25C7.75736 5.25 6.75 6.25736 6.75 7.5C6.75 8.74264 7.75736 9.75 9 9.75Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.select-wrap .select.header-phones {
    position: relative;
    display: flex;
    gap: 6px;
}
.select-wrap .select.header-phones::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_1235_793)'%3E%3Cpath d='M16.6036 12.8776V15.1276C16.6044 15.3364 16.5617 15.5432 16.478 15.7346C16.3943 15.926 16.2716 16.0978 16.1176 16.239C15.9637 16.3802 15.782 16.4877 15.5841 16.5546C15.3863 16.6215 15.1766 16.6464 14.9686 16.6276C12.6607 16.3768 10.4438 15.5882 8.49609 14.3251C6.68396 13.1736 5.14759 11.6372 3.99609 9.82507C2.72857 7.86848 1.93977 5.64082 1.69359 3.32257C1.67485 3.11517 1.69949 2.90614 1.76596 2.70879C1.83243 2.51144 1.93927 2.33009 2.07966 2.17629C2.22006 2.02249 2.39094 1.8996 2.58143 1.81546C2.77192 1.73132 2.97784 1.68777 3.18609 1.68757H5.43609C5.80007 1.68399 6.15293 1.81288 6.42891 2.05022C6.70489 2.28756 6.88515 2.61716 6.93609 2.97757C7.03105 3.69762 7.20718 4.40462 7.46109 5.08507C7.562 5.35352 7.58383 5.64526 7.52402 5.92573C7.4642 6.20621 7.32524 6.46366 7.12359 6.66757L6.17109 7.62007C7.23875 9.49773 8.79343 11.0524 10.6711 12.1201L11.6236 11.1676C11.8275 10.9659 12.085 10.827 12.3654 10.7671C12.6459 10.7073 12.9376 10.7292 13.2061 10.8301C13.8865 11.084 14.5935 11.2601 15.3136 11.3551C15.6779 11.4065 16.0106 11.59 16.2485 11.8707C16.4863 12.1514 16.6127 12.5098 16.6036 12.8776Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1235_793'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
}
.select-wrap .select.header-lang {
    margin-left: 4px;
}
.select-wrap .select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
    border-bottom: 1px solid #EAEBF0;
    background: #F5F6FA;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
    display: none;
}
.select-wrap .select-list.active {
    display: flex;
}
.select-wrap .select-list li {
    transition: 0.3s ease;
    cursor: pointer;
}
.select-wrap .select-list li:hover {
    color: #034096;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 13, 30, 0.4);
    -webkit-backdrop-filter: blur(8.9999990463px);
    backdrop-filter: blur(8.9999990463px);
    z-index: 10;
    display: none;
    transition: all 0.5s ease;
    padding: 0 25px;
}
.overlay.open {
    display: block;
}

.blue-btn {
    display: flex;
    width: 116px;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(0deg, #00a1e0 0%, #00a1e0 100%), linear-gradient(147deg, #73DFE7 6.95%, #0063F7 93.05%);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    cursor: pointer;
}
.blue-btn:hover {
    border-radius: 8px;
    background: linear-gradient(0deg, #034096 0%, #034096 100%), linear-gradient(147deg, #73DFE7 6.95%, #0063F7 93.05%);
}
.blue-btn:active {
    border-radius: 8px;
    background: linear-gradient(0deg, #0356C9 0%, #0356C9 100%), linear-gradient(147deg, #73DFE7 6.95%, #0063F7 93.05%);
}

.new-label {
    display: flex;
    padding: 2.5px 11.5px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(201, 240, 255, 0.4);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: #0065D0;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 768px) {
    .new-label {
        color: #0065D0;
        text-align: center;
        font-family: Montserrat;
        font-size: 7px;
        font-style: normal;
        font-weight: 500;
        line-height: 10.315px; /* 147.363% */
        text-transform: uppercase;
    }
}

.on-sale {
    display: flex;
    padding: 2.5px 11px 2.5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 229, 229, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #D3180C;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 768px) {
    .on-sale {
        color: #D3180C;
        text-align: center;
        font-family: Montserrat;
        font-size: 7px;
        font-style: normal;
        font-weight: 500;
        line-height: 10.315px; /* 147.363% */
        text-transform: uppercase;
    }
}

.eco {
    display: flex;
    padding: 2.5px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(236, 252, 229, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #198155;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 768px) {
    .eco {
        color: #198155;
        text-align: center;
        font-family: Montserrat;
        font-size: 7px;
        font-style: normal;
        font-weight: 500;
        line-height: 10.315px; /* 147.363% */
        text-transform: uppercase;
    }
}

.modal-cart {
    position: fixed;
    top: 0;
    right: -2100px;
    height: 100%;
    width: 568px;
    background: #FFF;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    box-shadow: -2px 0px 40px 0px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
    overflow-y: auto;
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: transparent transparent;
}
.modal-cart::-webkit-scrollbar {
    width: 1px;
}
.modal-cart::-webkit-scrollbar-track {
    background: transparent;
}
.modal-cart::-webkit-scrollbar-thumb {
    background-color: transparent;
}
@media (max-width: 1024px) {
    .modal-cart {
        min-height: 100vh;
        width: 100%;
    }
}
/*.modal-cart.open {*/
.bx-opener .modal-cart{
    right: 0;
}
.modal-cart .modal-head {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.modal-cart .modal-head .modal-close {
    cursor: pointer;
}
.modal-cart .modal-head h3 {
    color: #131214;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
    .modal-cart .modal-head h3 {
        font-size: 28px;
    }
}
.modal-cart .modal-cart-body .cart-cards .cart-card {
    padding: 16px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #E1E1E1;
    background: #fff;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 65%;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .title-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .title-col .title {
    max-width: 80%;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .title-col .articul {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .title-col .deleted {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
    display: none;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .edition-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .edition-wrap .edition-counter {
    display: flex;
    gap: 16px;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .edition-wrap .edition-counter span:first-child {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .edition-wrap .edition-counter span:last-child {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.modal-cart .modal-cart-body .cart-cards .cart-card .cart-products-params .edition-wrap .price {
    color: #00a1e0;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: capitalize;
}
.modal-cart .modal-cart-body .cart-cards .cart-card .delete-cart-product {
    margin-left: auto;
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 5.696px;
    border: 0.712px solid #00a1e0;
    background: #E6EFFB;
    cursor: pointer;
    transition: 0.3s ease;
    display: block;
    opacity: 1;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-image {
    opacity: 0.5;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 65%;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .title-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .title-col .title {
    max-width: 80%;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .title-col .articul {
    display: none; /* 20.4px */
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .title-col .deleted {
    display: block;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .edition-wrap {
    display: none;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .edition-wrap .edition-counter {
    display: none;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .cart-products-params .edition-wrap .price {
    display: none;
}
.modal-cart .modal-cart-body .cart-cards .cart-card.to-delete .delete-cart-product {
    display: none;
}
.modal-cart .modal-cart-result {
    margin-top: 150px;
    width: 100%;
}
@media (max-width: 1024px) {
    .modal-cart .modal-cart-result {
        margin-top: auto;
    }
}
.modal-cart .modal-cart-result .row {
    padding: 12px 24px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    background: #FFF;
    width: 100%;
}
.modal-cart .modal-cart-result .row h3 {
    color: #131214;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}
.modal-cart .modal-cart-result .order-wrap {
    padding: 24px;
    width: 100%;
}
.modal-cart .modal-cart-result .order-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modal-cart .modal-cart-result .order-wrap ul li {
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.modal-cart .modal-cart-result .order-wrap ul li span {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.905px; /* 149.322% */
}
.modal-cart .modal-cart-result .order-wrap ul li:first-child span {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.modal-cart .modal-cart-result .order-wrap ul li:last-child {
    margin-top: 15px;
}
.modal-cart .modal-cart-result .order-wrap ul li:last-child span {
    color: #131214;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}
.modal-cart .modal-cart-result .link-wrap {
    padding: 16px 24px 30px;
}
.modal-cart .modal-cart-result .link-wrap .to-cart {
    display: flex;
    width: 100%;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #00a1e0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.filter-modal {
    position: fixed;
    top: 0;
    right: -2100px;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    box-shadow: -2px 0px 40px 0px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
    overflow: auto;
}
.filter-modal.open {
    right: 0;
}
.filter-modal .modal-head {
    width: 100%;
    padding: 24px 24px 0 0;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.filter-modal .modal-head .modal-close {
    cursor: pointer;
}
.filter-modal .filter-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
}
.filter-modal .filter-body .filter-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 0px 0px;
    gap: 10px;
    flex-shrink: 0;
    border-top: 1px solid #E1E1E1;
}
.filter-modal .filter-body .filter-item .filter-title {
    color: #131214;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin-bottom: 6px;
}
.filter-modal .filter-body .filter-item.filter-links {
    gap: 12px;
    border-top: none;
}
.filter-modal .filter-body .filter-item.filter-links span {
    color: #131214;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease;
    display: block;
    cursor: pointer;
}
.filter-modal .filter-body .filter-item.filter-links span:hover {
    color: #00a1e0;
}
.filter-modal .filter-body .filter-item.color .filter-title {
    margin-bottom: 30px;
}
.filter-modal .filter-body .filter-item.color ul {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filter-modal .filter-body .filter-item.color ul li {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 500px;
    border: 1px solid #E9E9E9;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.filter-modal .filter-body .filter-item.color ul li:hover {
    border: 1px solid #00a1e0;
}
.filter-modal .filter-body .filter-item.color ul li span {
    width: 20px;
    height: 20px;
    border-radius: 500px;
}
.filter-modal .filter-body .filter-item.color ul li span.color-white {
    background-color: #fff;
}
.filter-modal .filter-body .filter-item.color ul li span.color-gray {
    background-color: gray;
}
.filter-modal .filter-body .filter-item.color ul li span.color-black {
    background-color: black;
}
.filter-modal .filter-body .filter-item.color ul li span.color-dark {
    background-color: rgb(59, 58, 58);
}
.filter-modal .filter-body .filter-item.color ul li span.color-red {
    background-color: red;
}
.filter-modal .filter-body .filter-item.color ul li span.color-violet {
    background-color: violet;
}
.filter-modal .filter-body .filter-item.color ul li span.color-beuge {
    background-color: beige;
}
.filter-modal .filter-body .filter-item.color ul li span.color-yellow {
    background-color: yellow;
}
.filter-modal .filter-body .filter-item.color ul li span.color-blue {
    background-color: blue;
}
.filter-modal .filter-body .filter-item.color ul li span.color-ligth-blue {
    background-color: rgb(115, 115, 226);
}
.filter-modal .filter-body .filter-item.color ul li span.color-green {
    background-color: green;
}
.filter-modal .filter-body .filter-item.color ul li span.color-orange {
    background-color: orange;
}
.filter-modal .filter-body .filter-item.price .filter-title {
    margin-bottom: 30px;
}
.filter-modal .filter-body .filter-item.price .price-inputs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.filter-modal .filter-body .filter-item.price .price-inputs input {
    display: flex;
    width: 99px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #EAECEE;
    background: #FFF;
    outline: none;
    flex-shrink: 0;
}
.filter-modal .filter-body .filter-item.price .price-inputs input::-moz-placeholder {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    text-transform: capitalize;
}
.filter-modal .filter-body .filter-item.price .price-inputs input::placeholder {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    text-transform: capitalize;
}
.filter-modal .filter-body .filter-item.price .price-inputs .line {
    width: 23px;
    height: 1px;
    background: #E1E1E1;
    flex-shrink: 0;
}
.filter-modal .filter-body .filter-item.price .price-slider {
    position: relative;
    width: 100%;
}
.filter-modal .filter-body .filter-item.price .price-slider input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.filter-modal .filter-body .filter-item.price .price-slider .slider-track {
    width: 100%;
    height: 3px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: rgba(4, 101, 236, 0.6431372549);
}
.filter-modal .filter-body .filter-item.price .price-slider input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 3px;
}
.filter-modal .filter-body .filter-item.price .price-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background-color: #00a1e0;
    cursor: pointer;
    margin-top: -7px;
    pointer-events: auto;
    border-radius: 50%;
}
.filter-modal .filter-body .filter-item.price .price-slider input[type=range]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #00a1e0;
}
.filter-modal .filter-body button {
    margin-top: 50px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #00a1e0;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    color: #00a1e0;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    cursor: pointer;
}

.modal-contact {
    position: fixed;
    top: 0;
    right: -2100px;
    height: 100%;
    width: 568px;
    background: #FFF;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    box-shadow: -2px 0px 40px 0px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}
@media (max-width: 1024px) {
    .modal-contact {
        width: 95%;
    }
}
.modal-contact.open {
    right: 0;
}
.modal-contact .modal-head {
    width: 100%;
    padding: 24px 24px 40px 0;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.modal-contact .modal-head .modal-close {
    cursor: pointer;
}
.modal-contact .modal-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .modal-contact .modal-body {
        width: 90%;
    }
}
.modal-contact .modal-body .text {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.modal-contact .modal-body .text h3 {
    color: #131214;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
    .modal-contact .modal-body .text h3 {
        font-size: 25px;
    }
}
.modal-contact .modal-body .text p {
    color: var(--gray-50, #5F6D7E);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.1px;
}
.modal-contact .modal-body form .input-wrapper {
    position: relative;
}
.modal-contact .modal-body form .input-wrapper input {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    margin-bottom: 25px;
    outline: none;
}
.modal-contact .modal-body form .modal-contact-tel input {
    padding: 0px 14px 0 70px;
}
.modal-contact .modal-body form .input-wrapper textarea {
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    display: flex;
    width: 100%;
    height: 75px;
    padding: 14px 14px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    margin-bottom: 25px;
    outline: none;
}
/*.header .header-pc .modal-contact .modal-body form .input-wrapper .select-wrap {*/
.modal-contact .modal-body form .input-wrapper .select-wrap {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute !important;
    top: 10px;
    left: 14px;
    padding: 0 !important;
}
.header .insta-link svg path {
    fill: #00a1e0;
}
.modal-contact .modal-body form .input-wrapper .select-wrap .select-list {
    background: #fff;
}
.modal-contact .modal-body form .errortext,
.modal-contact .modal-body form .notetext {
    display: block;
    padding: 0 0 15px;
}
.modal-contact .modal-body form button,
.modal-contact .modal-body form input.btn-send {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 86px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #00a1e0;
    background: #00a1e0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
.modal-contact .modal-body form p {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-contact .modal-body form p a {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
}
.breadcrumbs li a {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.breadcrumbs li a.current-page {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.breadcrumbs li.separator {
    color: #585C5F;
    font-family: Calypso;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.07px;
    margin-top: 3px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-checkbox .checkbox {
    margin-right: 10px;
    flex-shrink: 0;
}

.custom-checkbox input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
}

.checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    cursor: pointer;
}

.custom-checkbox span {
    color: #131214;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border-radius: 2px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    display: none;
}

.custom-checkbox input:checked ~ .checkbox .checkmark {
    display: block;
}

.custom-checkbox input:checked ~ .checkbox {
    background: #00a1e0;
    border: 1px solid #00a1e0;
}

.cookie-banner {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
}
.cookie-banner.hide {
    display: none;
}
.cookie-banner .cookie-banner-pc {
    width: 100%;
    border-top: 2px solid #F5F6FA;
    background: #FFF;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1024px) {
    .cookie-banner .cookie-banner-pc {
        display: none;
    }
}
.cookie-banner .cookie-banner-pc p {
    color: #131214;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}
.cookie-banner .cookie-banner-pc p a {
    color: #00a1e0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
}
.cookie-banner .cookie-banner-pc p .settings {
    color: #585C5F;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.cookie-banner .cookie-banner-pc .buttons {
    display: flex;
    gap: 14px;
}
.cookie-banner .cookie-banner-pc .buttons .confirm {
    display: flex;
    width: 131px;
    height: 40px;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(0deg, #00a1e0 0%, #00a1e0 100%), linear-gradient(147deg, #73DFE7 6.95%, #0063F7 93.05%);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}
.cookie-banner .cookie-banner-pc .buttons .reject {
    display: flex;
    width: 131px;
    height: 40px;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #585C5F;
    background: #FFF;
    color: #131214;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    cursor: pointer;
}
.cookie-banner .cookie-banner-pc .close-cookie {
    cursor: pointer;
}
.cookie-banner .cookie-banner-mobile {
    display: flex;
    width: 288px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    border: 2px solid #F5F6FA;
    background: #FFF;
    position: relative;
    gap: 20px;
    display: none;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1024px) {
    .cookie-banner .cookie-banner-mobile {
        display: flex;
    }
}
.cookie-banner .cookie-banner-mobile .row {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.cookie-banner .cookie-banner-mobile .row p {
    color: #131214;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}
.cookie-banner .cookie-banner-mobile .row p a {
    color: #00a1e0;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
}
.cookie-banner .cookie-banner-mobile .row p .settings {
    color: #585C5F;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.cookie-banner .cookie-banner-mobile .row .buttons {
    display: flex;
    gap: 14px;
}
.cookie-banner .cookie-banner-mobile .row .buttons .confirm {
    display: flex;
    width: 74px;
    height: 32px;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(0deg, #00a1e0 0%, #00a1e0 100%), linear-gradient(147deg, #73DFE7 6.95%, #0063F7 93.05%);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border: none;
}
.cookie-banner .cookie-banner-mobile .row .buttons .reject {
    color: #131214;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    display: flex;
    width: 96px;
    height: 32px;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #585C5F;
    background: #FFF;
}
.cookie-banner .cookie-banner-mobile .close-cookie {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 90px;
    background: #F5F6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -50%);
    cursor: pointer;
}/*# sourceMappingURL=style.css.map */

/*header*/

.header {
    position: relative;
}
@media (max-width: 1024px) {
    .header .header-pc {
        display: none;
    }
}
.header .header-pc .logo {
    margin-top: -10px;
}
.header .header-pc .logo img {
    width: 185px;
}
.header .header-pc .contacts-row {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    background: #F5F6FA;
}
.header .header-pc .contacts-row .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-pc .contacts-row .content .contacts-row-col {
    display: flex;
    gap: 14px;
    align-items: center;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap {
    position: relative;
    padding: 11px 0;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select {
    display: flex;
    gap: 6px;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select p {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    position: relative;
    cursor: pointer;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 9.25L7 12.75L10.5 9.25' stroke='%23131214' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select.header-location {
    position: relative;
    display: flex;
    gap: 6px;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select.header-location::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.75 7.5C15.75 12.75 9 17.25 9 17.25C9 17.25 2.25 12.75 2.25 7.5C2.25 5.70979 2.96116 3.9929 4.22703 2.72703C5.4929 1.46116 7.20979 0.75 9 0.75C10.7902 0.75 12.5071 1.46116 13.773 2.72703C15.0388 3.9929 15.75 5.70979 15.75 7.5Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 9.75C10.2426 9.75 11.25 8.74264 11.25 7.5C11.25 6.25736 10.2426 5.25 9 5.25C7.75736 5.25 6.75 6.25736 6.75 7.5C6.75 8.74264 7.75736 9.75 9 9.75Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    position: initial;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select.header-phones {
    position: relative;
    display: flex;
    gap: 6px;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select.header-phones::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_1235_793)'%3E%3Cpath d='M16.6036 12.8776V15.1276C16.6044 15.3364 16.5617 15.5432 16.478 15.7346C16.3943 15.926 16.2716 16.0978 16.1176 16.239C15.9637 16.3802 15.782 16.4877 15.5841 16.5546C15.3863 16.6215 15.1766 16.6464 14.9686 16.6276C12.6607 16.3768 10.4438 15.5882 8.49609 14.3251C6.68396 13.1736 5.14759 11.6372 3.99609 9.82507C2.72857 7.86848 1.93977 5.64082 1.69359 3.32257C1.67485 3.11517 1.69949 2.90614 1.76596 2.70879C1.83243 2.51144 1.93927 2.33009 2.07966 2.17629C2.22006 2.02249 2.39094 1.8996 2.58143 1.81546C2.77192 1.73132 2.97784 1.68777 3.18609 1.68757H5.43609C5.80007 1.68399 6.15293 1.81288 6.42891 2.05022C6.70489 2.28756 6.88515 2.61716 6.93609 2.97757C7.03105 3.69762 7.20718 4.40462 7.46109 5.08507C7.562 5.35352 7.58383 5.64526 7.52402 5.92573C7.4642 6.20621 7.32524 6.46366 7.12359 6.66757L6.17109 7.62007C7.23875 9.49773 8.79343 11.0524 10.6711 12.1201L11.6236 11.1676C11.8275 10.9659 12.085 10.827 12.3654 10.7671C12.6459 10.7073 12.9376 10.7292 13.2061 10.8301C13.8865 11.084 14.5935 11.2601 15.3136 11.3551C15.6779 11.4065 16.0106 11.59 16.2485 11.8707C16.4863 12.1514 16.6127 12.5098 16.6036 12.8776Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1235_793'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    position: initial;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select.header-lang {
    display: none;
    margin-left: 4px;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
    border-bottom: 1px solid #EAEBF0;
    background: #F5F6FA;
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select-list.active {
    display: flex;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select-list li {
    transition: 0.3s ease;
    cursor: pointer;
}
.header .header-pc .contacts-row .content .contacts-row-col .select-wrap .select-list li:hover {
    color: #034096;
}
.header .header-pc .contacts-row .content .contacts-row-col .time {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    display: flex;
    gap: 6px;
}
.header .header-pc .contacts-row .content .contacts-row-col .time::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_1235_783)'%3E%3Cpath d='M9 5.46428V9L10.7679 10.7679M17.25 9C17.25 13.5563 13.5563 17.25 9 17.25C4.44365 17.25 0.75 13.5563 0.75 9C0.75 4.44365 4.44365 0.75 9 0.75C13.5563 0.75 17.25 4.44365 17.25 9Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1235_783'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .contacts-row .content .contacts-row-col .mail {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    display: flex;
    gap: 6px;
}
.header .header-pc .contacts-row .content .contacts-row-col .mail::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.5 4.5C16.5 3.675 15.825 3 15 3H3C2.175 3 1.5 3.675 1.5 4.5M16.5 4.5V13.5C16.5 14.325 15.825 15 15 15H3C2.175 15 1.5 14.325 1.5 13.5V4.5M16.5 4.5L9 9.75L1.5 4.5' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .contacts-row .content .contacts-row-col .callme {
    color: #00a1e0;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    text-decoration-line: underline;
}
.header .header-pc .main-row {
    width: 100%;
    padding: 20px 0;
}
.header .header-pc .main-row .content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.header .header-pc .main-row .content .search-wrapper {
    position: relative;
    max-width: 701px;
    width: 100%;
}
.header .header-pc .main-row .content .search-wrapper.to-result {
    border-radius: 8px;
    padding: 16px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    z-index: 20;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper {
    position: relative;
    max-width: 701px;
    width: 100%;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 15px 17px;
    height: 48px;
    outline: none;
    transition: 0.3s ease;
}
.search-page form {
    display: flex;
    position: relative;
    max-width: 395px;
}
.search-page form .search-btns {
    display: flex;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.search-page input.search-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 15px 17px;
    height: 48px;
    outline: none;
    transition: 0.3s ease;
}
.search-page form .search-btns .search-btn {
    display: flex;
    width: 55px;
    height: 48px;
    padding: 12px 15.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #E1E1E1;
    background: #F5F6FA;
    cursor: pointer;
}

.header .header-pc .main-row .content .search-wrapper .input-wrapper input.active {
    border-radius: 8px 8px 0 0;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper input::-moz-placeholder {
    color: #A0A0A0;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper input::placeholder {
    color: #A0A0A0;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns {
    display: flex;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns button {
    padding: 0;
    margin: 0;
    background-color: #F5F6FA;
    border: none;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns button.params {
    display: flex;
    width: 155px;
    padding: 10px 18px 10px 17px;
    justify-content: center;
    align-items: center;
    gap: 9.313px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    color: #00a1e0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    height: 48px;
    cursor: pointer;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns button.params::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 25 20' fill='none'%3E%3Cg clip-path='url(%23clip0_939_7096)'%3E%3Cpath d='M4.74792 21V14M4.74792 10V3M12.7479 21V12M12.7479 8V3M20.7479 21V16M20.7479 12V3M1.74792 14H7.74792M9.74792 8H15.7479M17.7479 16H23.7479' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_939_7096'%3E%3Cpath d='M0.747925 8C0.747925 3.58172 4.32965 0 8.74792 0H16.7479C21.1662 0 24.7479 3.58172 24.7479 8V16C24.7479 20.4183 21.1662 24 16.7479 24H8.74792C4.32965 24 0.747925 20.4183 0.747925 16V8Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns button.params.active::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M1.45898 15.5625L8.459 8.56253M8.459 8.56253L15.459 1.5625M8.459 8.56253L1.45898 1.5625M8.459 8.56253L15.459 15.5625' stroke='%230356C9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    margin-top: 5px;
}
.header .header-pc .main-row .content .search-wrapper .input-wrapper .search-btns button.search-btn {
    display: flex;
    width: 55px;
    height: 48px;
    padding: 12px 15.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #E1E1E1;
    background: #F5F6FA;
    cursor: pointer;
}

button.search-btn:disabled svg path {
    stroke: #818181;
}
button.search-btn:disabled {
    opacity: 0.6;
    cursor: default !important;
}
.header .header-pc .main-row .content .search-wrapper .params-panel {
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    background: #FFF;
    width: 100%;
    height: 48px;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
}
.header .header-pc .main-row .content .search-wrapper .params-panel.active {
    display: flex;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap {
    position: relative;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .color-select {
    display: flex;
    height: 47px;
    padding: 0 12px 16px;
    width: 129px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .color-select p {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .color-select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_1190_15203)'%3E%3Cpath d='M17.0509 9.40259L12.4609 13.9826L7.87094 9.40259L6.46094 10.8126L12.4609 16.8126L18.4609 10.8126L17.0509 9.40259Z' fill='%231071FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1190_15203'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.460938 0.8125)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
    border-bottom: 1px solid #EAEBF0;
    background: #F5F6FA;
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .select-list.active {
    display: flex;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .select-list li {
    transition: 0.3s ease;
    cursor: pointer;
}
.header .header-pc .main-row .content .search-wrapper .params-panel .select-wrap .select-list li:hover {
    color: #034096;
}
.header .header-pc .main-row .content .search-wrapper .params-panel input {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    border-left: 1px solid #EAECEE;
    outline: none;
    background: #FFF;
    width: 100px;
}
.header .header-pc .main-row .content .search-wrapper .params-panel input::-moz-placeholder {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.header .header-pc .main-row .content .search-wrapper .params-panel input::placeholder {
    color: #585C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.header .header-pc .main-row .content .search-wrapper .params-panel input:last-child {
    border-right: 1px solid #EAECEE;
}
.header .header-pc .main-row .content .search-wrapper .results {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}
.header .header-pc .main-row .content .search-wrapper .results li {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    background: #FFF;
    border-bottom: 1px solid #E1E1E1;
}
.header .header-pc .main-row .content .search-wrapper .results.active {
    display: block;
}
.header .header-pc .main-row .content .links {
    display: flex;
}
.header .header-pc .main-row .content .links a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #131214;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 112.5% */
}
.header .header-pc .main-row .content .links a:first-child {
    padding-right: 20px;
    border-right: 1px solid #E1E1E1;
}
.header .header-pc .main-row .content .links a:last-child {
    padding-left: 20px;
}
.header .header-pc .navigation-block {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    background: #FFF;
}
.header .header-pc .navigation-block .navigation {
    display: flex;
    gap: 62px;
    align-items: center;
    justify-content: space-between;
}
.header .header-pc .navigation-block .navigation .navigation-catalog {
    position: relative;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog {
    display: flex;
    width: 260px;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    background: #F5F6FA;
    position: relative;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    cursor: pointer;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_642_4521)'%3E%3Cline x1='0.725464' y1='3.42529' x2='14.2745' y2='3.42529' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='0.725403' y1='7.25' x2='14.2745' y2='7.25' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='0.725403' y1='11.0747' x2='14.2745' y2='11.0747' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_642_4521'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    margin-top: 8px;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog.active::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_917_5080)'%3E%3Cpath d='M5.24463 19.5L12.7447 12M12.7447 12L20.2446 4.5M12.7447 12L5.24463 4.5M12.7447 12L20.2446 19.5' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_917_5080'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.744629)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    margin-top: 8px;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup {
    position: absolute;
    border-radius: 8px;
    top: 70px;
    left: 0px;
    background-color: #fff;
    z-index: 100;
    display: flex;
    box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.2);
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup.bx-context-toolbar-empty-area {
    background-color: #fff!important;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup.active {
    transition: all 0.3s ease;
    height: 546px;
    opacity: 1;
    visibility: visible;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel {
    width: 270px;
    position: relative;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: thin;
    flex-shrink: 0;
    scrollbar-color: #00a1e0 transparent;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel::-webkit-scrollbar {
    width: 5px;
    background-color: #00a1e0;
}
@media (max-width: 1024px) {
    .header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel {
        display: none;
    }
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li {
    width: 100%;
    display: flex;
    width: 260px;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    transition: 0.3s ease;
    cursor: pointer;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li.active a {
    color: #034096;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M6.95536 4.65899L11.5923 9.00015L6.95536 13.3413' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li.catalog-dropright:last-child a {
    color: initial !important;
    font-weight: initial !important;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 20px;
    display: flex;
    gap: 25px;
    border-left: 3px solid #00a1e0;
    background: #fff;
    z-index: 2;
    display: none;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu ul {
    display: flex;
    flex-direction: column;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu ul li {
    width: -moz-max-content;
    width: max-content;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu ul li a {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu ul li a:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li .catalog-submenu ul li::after {
    content: initial;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-tabs-panel li:hover .catalog-submenu {
    display: flex;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content {
    padding-left: 20px;
    width: 400px;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content {
    display: none;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content.active {
    display: block;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu {
    padding: 20px;
    display: flex;
    gap: 25px;
    background: #fff;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu ul li {
    width: auto;
    /*width: -moz-max-content;*/
    /*width: max-content;*/
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu ul li a {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    text-align: left;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu ul li a:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-item-content .catalog-tab-container .tab-content .catalog-submenu ul li::after {
    content: initial;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper {
    width: 260px;
    border: 1px solid #EDEDED;
    border-top: none;
    height: 488px;
    position: relative;
}
@media (max-width: 1024px) {
    .header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper {
        display: none;
    }
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-shrink: 0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu::-webkit-scrollbar {
    width: 0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li {
    width: 100%;
    display: flex;
    width: 260px;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    transition: 0.3s ease;
    cursor: pointer;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M6.95536 4.65899L11.5923 9.00015L6.95536 13.3413' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 20px;
    display: flex;
    gap: 25px;
    border-left: 3px solid #00a1e0;
    background: #fff;
    z-index: 2;
    display: none;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu ul {
    display: flex;
    flex-direction: column;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu ul li {
    width: -moz-max-content;
    width: max-content;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu ul li a {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu ul li a:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li .catalog-submenu ul li::after {
    content: initial;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation .navigation-catalog .catalog-popup .catalog-wrapper .catalog-menu li:hover .catalog-submenu {
    display: flex;
}
.header .header-pc .navigation-block .navigation ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-pc .navigation-block .navigation ul li a {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    transition: 0.3s ease;
}
.header .header-pc .navigation-block .navigation ul li a:hover {
    color: #00a1e0;
}
.header .header-pc .navigation-block .navigation ul li:last-child a {
    color: #00a1e0;
    font-weight: 600;
}
.header .header-mobile {
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    display: none;
}
@media (max-width: 1024px) {
    .header .header-mobile {
        display: block;
    }
}
.header .header-mobile .content .header-mobile-wrap {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header .header-mobile .content .header-mobile-wrap .header-mobile-wrap-btns {
    min-width: 100px;
}
.header .header-mobile .content .header-mobile-wrap .burger {
    cursor: pointer;
}
.header .header-mobile .content .header-mobile-wrap .burger-btn {
    cursor: pointer;
    padding: 10px 10px 10px 0;
}
.header .header-mobile .content .header-mobile-wrap a {
    position: relative;
}
.header .header-mobile .content .header-mobile-wrap a span {
    position: absolute;
    top: 10%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #FF4D00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.header .header-mobile .content .mobile-menu {
    position: absolute;
    top: 0;
    left: -2100px;
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    transition: 0.5s ease;
    overflow-y: auto;
}
.header .header-mobile .content .mobile-menu.active {
    animation: mobileAnimation 0.5s ease-out;
    left: 0;
}
@keyframes mobileAnimation {
    from {
        left: -2100px;
    }
    to {
        left: 0;
    }
}
.header .header-mobile .content .mobile-menu .mobile-head {
    padding: 20px 20px 20px;
    width: 100%;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header .header-mobile .content .mobile-menu .mobile-head .burger-close-btn {
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-mobile .content .mobile-menu .mobile-head a {
    position: relative;
}
.header .header-mobile .content .mobile-menu .mobile-head a span {
    position: absolute;
    top: 10%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #FF4D00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner {
    position: relative;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body {
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li a {
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    padding: 24px 14px;
    display: flex;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li a.dropdown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s ease;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li a.dropdown::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath d='M4.34112 12.3185L8.68228 7.68164L13.0234 12.3185' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    transition: 0.3s ease;
    transform: rotate(180deg);
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li a.dropdown.active::after {
    transition: 0.3s ease;
    transform: rotate(0deg);
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li:last-child a {
    color: #00a1e0;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list {
    height: 0px;
    overflow: hidden;
    transition: 0.3s ease;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list.active {
    transition: 0.3s ease;
    height: auto;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li {
    border-bottom: 1px solid #EAEBF0;
    background: #FAFBFC;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li a {
    width: 100%;
    padding: 24px 14px;
    display: flex;
    justify-content: space-between;
    color: #131214;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 107.143% */
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M6.95539 4.65899L11.5923 9.00015L6.95539 13.3413' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li:last-child a {
    color: initial;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li .dropright-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    top: 0;
    transition: 0.5s ease;
    left: -2100px;
    z-index: 3;
    overflow-y: scroll;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li .dropright-screen.active {
    transition: 0.5s ease;
    left: 0;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li .dropright-screen p {
    width: 100%;
    padding: 24px 14px;
    display: flex;
    gap: 8px;
    background-color: #FFF;
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li .dropright-screen p:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M11.5922 13.341L6.95532 8.99985L11.5922 4.65869' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-body li .dropdown-list li .dropright-screen ul li a::after {
    content: initial;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts {
    margin-top: auto;
    padding: 35px 24px 65px;
    border-top: 1px solid #EAEBF0;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #00a1e0;
    width: 100%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.3px;
    margin-bottom: 56px;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap.lang-wrap {
    margin-bottom: 56px;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-lang {
    display: flex;
    gap: 4px;
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-lang::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 9.25L7 12.75L10.5 9.25' stroke='%23131214' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-lang p {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .select-list {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .select-list.active {
    transition: 0.3s ease;
    height: auto;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .select-list li {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-location {
    position: relative;
    display: flex;
    gap: 6px;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-location::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.75 7.5C15.75 12.75 9 17.25 9 17.25C9 17.25 2.25 12.75 2.25 7.5C2.25 5.70979 2.96116 3.9929 4.22703 2.72703C5.4929 1.46116 7.20979 0.75 9 0.75C10.7902 0.75 12.5071 1.46116 13.773 2.72703C15.0388 3.9929 15.75 5.70979 15.75 7.5Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 9.75C10.2426 9.75 11.25 8.74264 11.25 7.5C11.25 6.25736 10.2426 5.25 9 5.25C7.75736 5.25 6.75 6.25736 6.75 7.5C6.75 8.74264 7.75736 9.75 9 9.75Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-location p {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .select-wrap .header-location::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 9.25L7 12.75L10.5 9.25' stroke='%23131214' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .time {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    display: flex;
    gap: 6px;
    margin-top: 23px;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .time::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_1235_783)'%3E%3Cpath d='M9 5.46428V9L10.7679 10.7679M17.25 9C17.25 13.5563 13.5563 17.25 9 17.25C4.44365 17.25 0.75 13.5563 0.75 9C0.75 4.44365 4.44365 0.75 9 0.75C13.5563 0.75 17.25 4.44365 17.25 9Z' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1235_783'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .mail {
    color: #131214;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    display: flex;
    gap: 6px;
    margin-top: 23px;
}
.header .header-mobile .search-wrapper {
    width: 100%;
    padding: 5px 0 10px;
}
.header .header-mobile .search-wrapper .input-wrapper {
    position: relative;
    width: 100%;
}
.header .header-mobile .search-wrapper .search-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 15px 17px;
    height: 44px;
    outline: none;
    transition: 0.3s ease;
}
.header .header-mobile .search-wrapper .input-wrapper .search-btns {
    display: flex;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.header .header-mobile .search-wrapper .input-wrapper .search-btns button.search-btn {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #E1E1E1;
    background: #F5F6FA;
    cursor: pointer;
}
.header .header-mobile .content .mobile-menu .mobile-body-inner .mobile-contacts .mail::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.5 4.5C16.5 3.675 15.825 3 15 3H3C2.175 3 1.5 3.675 1.5 4.5M16.5 4.5V13.5C16.5 14.325 15.825 15 15 15H3C2.175 15 1.5 14.325 1.5 13.5V4.5M16.5 4.5L9 9.75L1.5 4.5' stroke='%2300a1e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}

/*# sourceMappingURL=header.css.map */

/*/header*/


/*footer*/
.footer {
    width: 100%;
    background: #131214;
}
.footer .footer-desctop {
    padding: 105px 0 30px;
}
@media (max-width: 1024px) {
    .footer .footer-desctop {
        display: none;
    }
}
.footer .footer-desctop .row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.footer .footer-desctop .row .col {
    display: flex;
    /*max-width: 381px;*/
    max-width: 385px;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}
.footer .footer-desctop .row .col p {
    color: #E0E0E0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.footer .footer-desctop .row .col .input-wrapper {
    position: relative;
    /*max-width: 381px;*/
    max-width: 385px;
    width: 100%;
    flex-shrink: 0;
}
.footer .footer-desctop .row .col .input-wrapper input {
    display: flex;
    width: 100%;
    padding: 18px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background-color: transparent;
    outline: none;
    color: #fff;
}
.footer .footer-desctop .row .col .input-wrapper input::-moz-placeholder {
    color: #BDBDBD;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .footer-desctop .row .col .input-wrapper input::placeholder {
    color: #BDBDBD;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .footer-desctop .row .col .input-wrapper button {
    position: absolute;
    top: 18px;
    right: 16px;
    border: none;
    background-color: transparent;
}
.footer .footer-desctop .row .col .social {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .footer-desctop .row .col:nth-child(2) {
    display: flex;
    flex-direction: row;
    max-width: initial;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
}
.footer .footer-desctop .row .col:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer .footer-desctop .row .col:nth-child(2) ul li a {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
}
.footer .footer-desctop .row .col:nth-child(2) ul li:first-child a {
    color: #9B9B9B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 180% */
    margin-bottom: 6px;
}
.footer .footer-desctop .row .col:last-child {
    display: flex;
    flex-direction: column;
    width: 230px;
    gap: initial;
    max-width: initial;
}
.footer .footer-desctop .row .col:last-child p {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    margin-bottom: 8px;
}
.footer .footer-desctop .row .col .input-wrapper p {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    margin-bottom: 8px;
}
.footer .footer-desctop .row .col:last-child p:first-child {
    color: #9B9B9B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 180% */
    margin-bottom: 26px;
}
.footer .footer-desctop .row .col:last-child a {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    margin-bottom: 8px;
}
.footer .footer-desctop .copy {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.footer .footer-desctop .copy p {
    color: rgba(225, 225, 225, 0.5);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 221.538% */
}
.footer .footer-mobile {
    padding: 32px 0 0 0;
    display: none;
}
@media (max-width: 1024px) {
    .footer .footer-mobile {
        display: block;
        position: relative;
    }
}
.footer .footer-mobile .content {
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.footer .footer-mobile .content .col {
    display: flex;
    max-width: 381px;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}
.footer .footer-mobile .content .col p {
    color: #E0E0E0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.footer .footer-mobile .content .col .input-wrapper {
    position: relative;
    max-width: 381px;
    width: 100%;
    flex-shrink: 0;
}
.footer .footer-mobile .content .col .input-wrapper input {
    display: flex;
    width: 100%;
    padding: 18px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background-color: transparent;
    outline: none;
    color: #fff;
}
.footer .footer-mobile .content .col .input-wrapper input::-moz-placeholder {
    color: #BDBDBD;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .footer-mobile .content .col .input-wrapper input::placeholder {
    color: #BDBDBD;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .footer-mobile .content .col .input-wrapper button {
    position: absolute;
    top: 18px;
    right: 16px;
    border: none;
    background-color: transparent;
}
.footer .footer-mobile .content .col .social {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .footer-mobile .content .col:nth-child(2) {
    display: flex;
    max-width: initial;
    width: -moz-fit-content;
    width: fit-content;
    gap: 29px;
}
.footer .footer-mobile .content .col:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer .footer-mobile .content .col:nth-child(2) ul li a {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
}
.footer .footer-mobile .content .col:nth-child(2) ul li:first-child a {
    color: #9B9B9B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 180% */
    margin-bottom: 6px;
}
.footer .footer-mobile .content .col:last-child {
    display: flex;
    flex-direction: column;
    width: 168px;
    gap: initial;
    max-width: initial;
}
.footer .footer-mobile .content .col:last-child p {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    margin-bottom: 8px;
}
.footer .footer-mobile .content .col:last-child p:first-child {
    color: #9B9B9B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 180% */
    margin-bottom: 26px;
}
.footer .footer-mobile .content .col:last-child a {
    color: #E1E1E1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    margin-bottom: 8px;
}
.footer .footer-mobile .copy {
    width: 100%;
    padding: 14px 0;
    border-top: 2px solid #fff;
    margin-top: 29px;
    position: relative;
}
.footer .footer-mobile .copy .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}
.footer .footer-mobile .copy .content .social {
    max-width: 381px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer .footer-mobile .copy .content .social a {
    position: relative;
}
.footer .footer-mobile .copy .content .social a svg {
    position: relative;
}
.footer .footer-mobile .copy .content p {
    color: rgba(225, 225, 225, 0.5);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 240% */
}/*# sourceMappingURL=footer.css.map */
/*/footer*/


/*Доработки в форме оформления заказа*/

.B-registration .bx-soa-customer {
    max-height: 448px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    align-content: space-around;
}

. bx-soa-customer-field .bx-soa-custom-label {
    font-family: SegoeUI-Regular;
    font-size: 18px;
    line-height: 21px;
    color: #1B1B1B;
    margin-top: 15px;
    margin-left: 10px;
    font-weight: 400;
}

@media (max-width: 1450px) {
    .B-registration .bx-soa-customer-input, .B-registration .bx-soa-customer-textarea {
        width: 325px;
    }
}

.B-registration .bx-soa-customer-input, .B-registration .bx-soa-customer-textarea {
    width: 382px;
    height: 50px;
    background: rgba(234, 234, 244, 0.35);
    border: 1px solid #EAEAF4;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 5px 30px 0px 0px;
    padding: 3px 10px;
    font-size: 16px;
    box-shadow: none;
}

.check-out-confir {
    position: relative;
    width: 350px;
}

.check-out__price p {
    font-family: SegoeUI_SemiBold;
    font-size: 22px;
    line-height: 14px;
    text-align: right;
    color: #1B1B1B;
    margin-bottom: 32px;
}

.check-out__line {
    width: 100%;
    height: 1px;
    background: #1B1B1B;
    margin-top: 8px;
    margin-bottom: 37px;
}

.check-out__itog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.check-out__itog p {
    font-size: 22px;
    line-height: 22px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1B1B1B;
}

.check-out__itog-max {
    max-width: 175px;
    margin-bottom: 10px;
}

.check-out__itog span {
    font-size: 14px;
    line-height: 14px;
    color: #1B1B1B;
    opacity: 0.6;
    max-width: 138px;
}

.check-out-confir .confir__zakaz {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.check-out a, .check-out-confir .confir__zakaz {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #00a1e0;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 26px;
    margin-top: 36px;
}

.buy__shop {
    position: absolute;
    bottom: -40px;
    left: 84px;
    color: #1B1B1B;
    text-decoration: underline;
}

.order_head {
    margin-left: 15px;
}
.d-none {
    display: none!important;
}

@media (max-width: 1200px) {
    .form-registr__main {
        flex-direction: column;
    }
}


@media (max-width: 1000px) {
    .B-registration .bx-soa-customer-input, .B-registration .bx-soa-customer-textarea {
        width: 308px;
    }
    .check-out-confir {
        margin-left: 18px;
    }
}

@media (max-width: 700px) {
    .B-registration .bx-soa-customer {
        flex-wrap: nowrap;
    }

    .B-registration .bx-soa-customer-input, .B-registration .bx-soa-customer-textarea {
        height: 32px;
    }

    .B-registration .bx-soa-customer {
        max-height: 600px;
    }
    .B-registration {
        max-height: 600px;
    }
}

.pulse {
    display: block;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 76, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 11px rgba(255, 76, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 76, 0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 76, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 76, 0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 11px rgba(255, 76, 0, 0);
        box-shadow: 0 0 0 11px rgba(255, 76, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 76, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 76, 0, 0);
    }
}
/* End */


/* Start:/local/templates/new_design_2023/components/call.request/.default/style.css?1720534872845*/
.js_btn_tel_top {
    width: 100%;
}

.error {
    margin-top: 88px;!important
}

.notif {
    width: 280px;
    height: 52px;
    position: relative;
    margin: 11px auto 25px auto;
    padding: 13px 34px;
    text-align: left;
    border-radius: 12px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    display: none;
}

.notif-visible {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.notif p {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.notif-color-1 {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.notif-color-1 p {
    color: #c40606;
}



/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/sale.basket.basket.line/.default/style.css?1740647526519*/
.to-modal-cart {
    position: relative;
}

.cart-count {
    color: #fff;
    font-variation-settings: "wght" 550;
    letter-spacing: .22px;
    background-color: #f55123;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    padding: 1px 3px 1px 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: .909091;
    display: flex;
    position: absolute;
    top: -8px;
    left: 27px;
    transform: translate(50%);
}
/* End */
/* /local/templates/new_design_2023/css/footer.css?17640793467491 */
/* /local/templates/new_design_2023/css/main-page.css?172076583161126 */
/* /local/templates/new_design_2023/css/swiper-bundle.min.css?172053487418429 */
/* /local/templates/new_design_2023/css/style.css?176407930695803 */
/* /local/templates/new_design_2023/components/call.request/.default/style.css?1720534872845 */
/* /local/templates/new_design_2023/components/bitrix/sale.basket.basket.line/.default/style.css?1740647526519 */
