* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.5s ease;
}

.fancybox__container * {
  transition: none !important;
}

@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/SegoeUILight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/SegoeUIRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/SegoeUISemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/SegoeUISemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/SegoeUIBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.content {
  max-width: 1752px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI";
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
body.light-theme {
  background: #F4F4F5;
  color: #18232A;
}
body.dark-theme {
  background: #18232A;
  color: #fff;
}
body.dark-theme .header .content .header-container {
  background: #25353F;
}
body.dark-theme .header .content .header-container .logo-column .logo {
  display: none;
}
body.dark-theme .header .content .header-container .logo-column .dark-theme-logo {
  display: block;
}
body.dark-theme .header .content .header-container .logo-column .description {
  color: #fff;
}
body.dark-theme .header .content .header-container .logo-column .line {
  width: 1px;
  height: 40px;
  flex-shrink: 0;
  background: #D5D8DA;
}
body.dark-theme .header .content .header-container .logo-column .phone-container span {
  color: #828E96;
}
body.dark-theme .header .content .header-container .logo-column .phone-container a {
  color: #fff;
}
body.dark-theme .header .content .header-container .logo-column .phone-container .phone-select.active {
  background: #25353F;
}
body.dark-theme .header .content .header-container .logo-column .phone-container .phone-select.active .ph-select p {
  color: #fff;
}
body.dark-theme .header .content .header-container .logo-column .phone-container .phone-select .ph-select p {
  color: #fff;
}
body.dark-theme .header .content .header-container .logo-column .phone-container .phone-select .phone-select-wrapper {
  background: #25353F;
}
body.dark-theme .header .content .header-container .logo-column .phone-container .phone-select .phone-select-wrapper a {
  color: #fff;
}
body.dark-theme .header .content .header-container .nav a {
  color: #fff;
}
body.dark-theme .header .content .header-container .nav .phone-btn {
  background: #828E96;
}
body.dark-theme .header .content .header-container .nav .burger-btn .line {
  background: #fff;
}
body.dark-theme .header .content .header-container .nav .theme-mode .mode-icon {
  display: none;
}
body.dark-theme .header .content .header-container .nav .theme-mode .mode-icon:hover svg path {
  fill: #FF0033;
}
body.dark-theme .header .content .header-container .nav .theme-mode .mode-icon.active {
  cursor: pointer;
  display: block;
}
body.dark-theme .mobile-menu {
  background: #25353F;
}
body.dark-theme .mobile-menu .mobile-menu-container .mobile-menu-body .line {
  height: 1px;
  width: 100%;
  background: #C1C8CD;
  flex-shrink: 0;
}
body.dark-theme .mobile-menu .mobile-menu-container .mobile-menu-body .nav-link {
  color: #fff;
}
body.dark-theme .mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .phone-inner ul li a {
  color: #fff;
}
body.dark-theme .mobile-menu .mobile-menu-container .mobile-menu-body .lang-container span {
  color: #fff;
}
body.dark-theme .hero-block {
  background-image: url("./assets/images/hero-dark.png");
}
@media (max-width: 1130px) {
  body.dark-theme .hero-block {
    height: 500px;
  }
}
@media (max-width: 768px) {
  body.dark-theme .hero-block {
    background-image: none;
  }
}
@media (max-width: 768px) {
  body.dark-theme .hero-block {
    height: unset;
  }
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container {
    background-image: url("./assets/images/hero-dark.png");
    position: relative;
    height: 235px;
  }
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  right: 0px;
}
@media (max-width: 1024px) {
  body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img {
    object-fit: cover;
  }
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.light-theme-swiper-image {
  display: none;
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-swiper-image {
  display: block;
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.light-theme-mob-swiper-image {
  display: none;
}
@media (max-width: 768px) {
  body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.light-theme-mob-swiper-image {
    display: none;
  }
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-mob-swiper-image {
  display: none;
}
@media (max-width: 768px) {
  body.dark-theme .hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-mob-swiper-image {
    display: block;
  }
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .content .text-content .title-row h2 {
  color: #fff;
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .content .text-content .title-row span {
  color: #fff;
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .content .text-content p {
  color: #fff;
}
body.dark-theme .hero-block .hero-swiper .swiper-slide .content .text-content a:hover {
  background: transparent;
}
body.dark-theme .advantages-block .content h2 {
  color: #29363F;
}
@media (max-width: 768px) {
  body.dark-theme .advantages-block .content h2 {
    color: #29363F;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(130, 142, 150, 0.58);
    font-family: "Segoe UI";
    font-size: 40px;
  }
}
body.dark-theme .advantages-block .content .advantages-swiper {
  width: 100%;
  padding: 10px 0;
}
body.dark-theme .advantages-block .content .advantages-swiper .swiper-slide {
  border-radius: 40px;
  background: #1C2931;
  box-shadow: 0px 14px 39.8px -19px #F03;
}
body.dark-theme .advantages-block .content .advantages-swiper .swiper-slide:hover {
  background: #29363F;
  box-shadow: 0px 1px 1px 0px rgba(255, 0, 51, 0.5);
}
body.dark-theme .advantages-block .content .advantages-swiper .swiper-slide p {
  color: #fff;
}
body.dark-theme .new-products .content .title-row .title h2 {
  color: #fff;
}
body.dark-theme .new-products .content .title-row .title p {
  color: #fff;
}
body.dark-theme .new-products .content .title-row .title .icon svg path {
  fill: #FF0033;
}
body.dark-theme .new-products .content .title-row .link-container .icon {
  background: #fff;
}
body.dark-theme .new-products .content .title-row .link-container .icon svg path {
  fill: #18232A;
}
body.dark-theme .new-products .content .title-row .link-container .link-text {
  color: #fff;
}
body.dark-theme .new-products .content .new-products-list li {
  background: #1C2931;
}
body.dark-theme .new-products .content .new-products-list li:hover {
  background: #29363F;
}
body.dark-theme .new-products .content .new-products-list li:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
body.dark-theme .new-products .content .new-products-list li:hover .img .product-name {
  background: #FFFFFF;
}
body.dark-theme .new-products .content .new-products-list li:hover .img .product-name p {
  color: #FF0033;
}
@media (max-width: 768px) {
  body.dark-theme .new-products .content .new-products-list li .info {
    background: #29363F;
  }
}
body.dark-theme .new-products .content .new-products-list li .info .params-list .params-card .params-card-info p {
  color: #fff;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .price-btn {
  background: #1C2931;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .price-btn:hover {
  background: #FF0033;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .price-btn .text {
  color: #fff;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .product-link {
  background: #1C2931;
}
@media (max-width: 768px) {
  body.dark-theme .new-products .content .new-products-list li .info .buttons .product-link {
    background: #1C2931;
    width: fit-content;
  }
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .product-link:hover .text {
  color: #FF0033;
}
body.dark-theme .new-products .content .new-products-list li .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
body.dark-theme .new-products .content .catalog-link {
  background: #25353F;
}
body.dark-theme .new-products .content .catalog-link:hover {
  background: #FF0033;
}
body.dark-theme .new-products .content .catalog-link:hover svg path {
  fill: #FFFFFF;
}
body.dark-theme .new-products .content .catalog-link:hover span {
  color: #FFFFFF;
}
body.dark-theme .new-products .content .catalog-link span {
  color: #fff;
}
body.dark-theme .new-products .content .catalog-link svg path {
  fill: #FFFFFF;
}
body.dark-theme .hot-offers-block .content .offer-card {
  background: #1C2931;
}
body.dark-theme .hot-offers-block .content .offer-card:hover {
  background: #29363F;
}
body.dark-theme .hot-offers-block .content .offer-card:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
body.dark-theme .hot-offers-block .content .offer-card:hover .img .product-name {
  background: #FFFFFF;
}
body.dark-theme .hot-offers-block .content .offer-card:hover .img .product-name p {
  color: #FF0033;
}
@media (max-width: 768px) {
  body.dark-theme .hot-offers-block .content .offer-card .info {
    background: #29363F;
  }
}
body.dark-theme .hot-offers-block .content .offer-card .info .params-list .params-card .params-card-info p {
  color: #fff;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .price-btn {
  background: #1C2931;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .price-btn:hover {
  background: #FF0033;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .price-btn .text {
  color: #fff;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .product-link {
  background: #1C2931;
}
@media (max-width: 768px) {
  body.dark-theme .hot-offers-block .content .offer-card .info .buttons .product-link {
    background: #1C2931;
    width: fit-content;
  }
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .product-link:hover .text {
  color: #FF0033;
}
body.dark-theme .hot-offers-block .content .offer-card .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
body.dark-theme .hot-offers-block .content .title-row .title .icon-row h2 {
  color: #fff;
}
body.dark-theme .hot-offers-block .content .title-row .title p {
  color: #fff;
}
body.dark-theme .hot-offers-block .content .title-row .link-container .icon {
  background: #fff;
}
body.dark-theme .hot-offers-block .content .title-row .link-container .icon svg path {
  fill: #18232A;
}
body.dark-theme .hot-offers-block .content .title-row .link-container .link-text {
  color: #fff;
}
body.dark-theme .hot-offers-block .content .hot-offers-swiper-nav .arrow svg path {
  fill: #fff;
}
body.dark-theme .hot-offers-block .content .hot-offer-mobile-link {
  background: #FF0033;
}
body.dark-theme .hot-offers-block .content .hot-offer-mobile-link span {
  color: #FFF;
}
body.dark-theme .about-block .content .about-text p {
  color: #fff;
}
body.dark-theme .about-block .content .about-text h2 {
  color: #fff;
}
body.dark-theme .footer {
  background: #25353F;
}
body.dark-theme .pagination {
  padding: 50px 0 20px;
}
@media (max-width: 1024px) {
  body.dark-theme .pagination {
    padding: 30px 0;
  }
}
body.dark-theme .pagination .content ul li a {
  color: #fff;
}
body.dark-theme .page-content .content .title-row h1 {
  color: #fff;
}
body.dark-theme .page-content .content .title-row .col p {
  color: #fff;
}
body.dark-theme .page-content .content .filter li {
  border: none;
  border-radius: 15px;
  background: var(---, #18232A);
  box-shadow: 0px 4px 16.5px -11px rgba(146, 158, 166, 0.84);
}
body.dark-theme .page-content .content .filter li:hover {
  background: #F03;
}
body.dark-theme .page-content .content .filter li:hover span {
  color: #FFFFFF;
}
body.dark-theme .page-content .content .filter li.active {
  background: #fff;
}
body.dark-theme .page-content .content .filter li.active span {
  color: #18232A;
}
body.dark-theme .page-content .content .filter li.active span: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%3Cpath d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%2318232A'/%3E%3C/svg%3E");
}
body.dark-theme .page-content .content .filter li span {
  color: #828E96;
}
body.dark-theme .page-content .content .filter li span: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%3Cpath d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%2318232A'/%3E%3C/svg%3E");
}
body.dark-theme .page-content .content .product-chapter .title h3 {
  color: #fff;
}
body.dark-theme .page-content .content .product-chapter .products-list li {
  background: #1C2931;
}
body.dark-theme .page-content .content .product-chapter .products-list li:hover {
  background: #29363F;
}
body.dark-theme .page-content .content .product-chapter .products-list li:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
body.dark-theme .page-content .content .product-chapter .products-list li:hover .img .product-name {
  background: #FFFFFF;
}
body.dark-theme .page-content .content .product-chapter .products-list li:hover .img .product-name p {
  color: #FF0033;
}
@media (max-width: 768px) {
  body.dark-theme .page-content .content .product-chapter .products-list li .info {
    background: #29363F;
  }
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .params-list .params-card .params-card-info p {
  color: #fff;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .price-btn {
  background: #1C2931;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .price-btn:hover {
  background: #FF0033;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .price-btn .text {
  color: #fff;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .product-link {
  background: #1C2931;
}
@media (max-width: 768px) {
  body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .product-link {
    background: #1C2931;
    width: fit-content;
  }
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .product-link:hover .text {
  color: #FF0033;
}
body.dark-theme .page-content .content .product-chapter .products-list li .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
body.dark-theme .page-content .content .catalog-link {
  background: #25353F;
}
body.dark-theme .page-content .content .catalog-link:hover {
  background: #FF0033;
}
body.dark-theme .page-content .content .catalog-link:hover svg path {
  fill: #FFFFFF;
}
body.dark-theme .page-content .content .catalog-link:hover span {
  color: #FFFFFF;
}
body.dark-theme .page-content .content .catalog-link span {
  color: #fff;
}
body.dark-theme .page-content .content .catalog-link svg path {
  fill: #FFFFFF;
}
body.dark-theme .terms-page-content {
  background-image: url("./assets/images/terms-dark.png");
}
body.dark-theme .terms-page-content .content .title-row h1 {
  color: #fff;
}
body.dark-theme .terms-page-content .content .terms-container .col .manager-card {
  border-radius: 40px;
  background: rgba(24, 35, 42, 0.15);
  box-shadow: 0px 35px 32px -8px rgba(24, 35, 42, 0.12);
  backdrop-filter: blur(16.5px);
}
body.dark-theme .terms-page-content .content .terms-container .col .manager-card .info p {
  color: #fff;
}
body.dark-theme .terms-page-content .content .terms-container .col .gray-block {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #121B21;
  box-shadow: 0px 17px 38.8px -8px rgba(255, 0, 51, 0.17);
  backdrop-filter: blur(16.5px);
}
body.dark-theme .terms-page-content .content .terms-container .col .step-block {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(24, 35, 42, 0.51);
  box-shadow: 0px 17px 38.8px -8px rgba(255, 0, 51, 0.17);
  backdrop-filter: blur(16.5px);
}
body.dark-theme .terms-page-content .content .terms-container .col .step-block .description {
  color: #fff;
}
body.dark-theme .delivery-table .content h2 {
  color: #fff;
}
body.dark-theme .delivery-table .content .description {
  color: #fff;
}
body.dark-theme .delivery-table .content .table-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body.dark-theme .delivery-table .content .table-container .table-chapter:hover {
  background: #1C2931;
  box-shadow: none;
}
body.dark-theme .delivery-table .content .table-container .table-chapter:hover .chapter-table-container .items-row .item:first-child {
  background: #26333B;
  border: 1px solid #29363F;
  color: #fff;
}
body.dark-theme .delivery-table .content .table-container .table-chapter .country-region {
  color: #fff;
}
body.dark-theme .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row:hover .item {
  background: #18232A !important;
}
body.dark-theme .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
  background: #26333B;
  box-shadow: 0px 4px 4px 0px rgba(41, 54, 63, 0.1);
  color: #fff;
}
body.dark-theme .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
  background: transparent;
  border: 1px solid #29363F;
  color: #fff;
}
body.dark-theme .product-page-content .content .title-row h1 {
  color: #fff;
}
body.dark-theme .product-page-content .content .gallery-container .gallery-mini-wrap .more-photos {
  border-radius: 20px;
  background: #1C2931;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
body.dark-theme .product-page-content .content .gallery-container .gallery-mini-wrap .more-photos:hover {
  background: #FF0033;
}
body.dark-theme .product-page-content .content .gallery-container .gallery-mini-wrap .more-photos:hover span {
  color: #FFFFFF;
}
body.dark-theme .product-page-content .content .gallery-container .gallery-mini-wrap .more-photos span {
  color: #fff;
}
body.dark-theme .product-page-content .content .params-title h2 {
  color: #fff;
}
body.dark-theme .product-page-content .content .params-title p {
  color: #fff;
}
body.dark-theme .contacts-page-container .content .title-row h1 {
  color: #fff;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .chapter p {
  color: #fff;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .contact-container a {
  color: #fff;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .contact-container a:hover {
  color: #FF0033;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .contact-container p {
  color: #fff;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 20px;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid #fff;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link:hover {
  border: 1px solid #18232A;
  background: transparent;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link:hover span {
  color: #FFFFFF;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link:hover svg path {
  fill: #FFFFFF;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link span {
  color: white;
}
body.dark-theme .contacts-page-container .content .contacts-columns .contact-col .link svg path {
  fill: #FFFFFF;
}
body.dark-theme .contacts-page-container .content .contacts-columns .form-col form {
  border-radius: 40px;
  background: #121B21;
  box-shadow: 0px 35px 42.9px -35px #18232A;
}
body.dark-theme .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
body.dark-theme .social a {
  position: relative;
  width: 70px;
  height: 70px;
}
body.dark-theme .social a.viber:hover .circle {
  background: var(---Color, #9747FF);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
body.dark-theme .social a.viber:hover .circle2 {
  background: var(---Color, #9747FF);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(151, 71, 255, 0.7));
}
body.dark-theme .social a.viber:hover .circle2 svg path {
  fill: #FFFFFF;
}
body.dark-theme .social a.watsapp:hover .circle {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
body.dark-theme .social a.watsapp:hover .circle2 {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(58, 220, 73, 0.7));
}
body.dark-theme .social a.watsapp:hover .circle2 svg path {
  fill: #FFFFFF;
}
body.dark-theme .social a.tg:hover .circle {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
body.dark-theme .social a.tg:hover .circle2 {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 10px 10px 20px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(42, 161, 221, 0.7));
}
body.dark-theme .social a.tg:hover .circle2 svg path {
  fill: #FFFFFF;
}
body.dark-theme .social a .circle {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #233038;
  stroke-width: 1px;
  stroke: #828E96;
  opacity: 0.29;
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.16) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(0, 0, 0, 0.25));
}
body.dark-theme .social a .circle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #233038;
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.16) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(0, 0, 0, 0.25));
}
body.dark-theme .social a .circle2 svg path {
  fill: #fff;
}

.mobile-menu {
  height: 100vh;
  max-width: 450px;
  width: 100%;
  position: fixed;
  transition: right 0.5s linear, opacity 0.2s ease;
  top: 0;
  right: -200%;
  z-index: 20;
  opacity: 0;
  background: #F4F4F5;
}
.mobile-menu.active {
  transition: right 0.5s linear, opacity 0.2s ease;
  right: 0;
  opacity: 1;
}
.mobile-menu .mobile-menu-container {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 50px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  align-self: stretch;
  overflow-y: auto;
  position: relative;
}
.mobile-menu .mobile-menu-container .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mobile-menu .mobile-menu-container .mobile-menu-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .line {
  height: 1px;
  width: 100%;
  background: #C1C8CD;
  flex-shrink: 0;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .nav-link {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .chapter {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .phone-inner {
  display: flex;
  gap: 10px;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .phone-inner .country {
  padding-top: 9px;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .phone-inner ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .phone-container .phone-inner ul li a {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .callback-manager-btn {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 15px;
  background: #F03;
  border: none;
  cursor: pointer;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .callback-manager-btn span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.mobile-menu .mobile-menu-container .mobile-menu-body .lang-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .lang-container span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .lang-container .lang {
  border-radius: 15px;
  background: #ECECEE;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .lang-container .lang:hover {
  background: #18232A;
  color: #fff;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .lang-container .lang.active {
  background: #18232A;
  color: #fff;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .theme-button {
  border-radius: 15px;
  background: #18232A;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border: none;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .theme-button .theme-button-text {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .theme-button .mode-icon {
  display: flex;
  align-items: center;
  display: none;
}
.mobile-menu .mobile-menu-container .mobile-menu-body .theme-button .mode-icon.active {
  display: flex;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
  padding: 0 25px;
}
.overlay.open {
  display: block;
}

.hero-block {
  height: 860px;
  width: 100%;
  background-image: url("./assets/images/hero-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: 40px;
}
@media (max-width: 1350px) {
  .hero-block {
    margin-top: 30px;
  }
}
@media (max-width: 1130px) {
  .hero-block {
    height: 500px;
	margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .hero-block {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .hero-block {
    height: unset;
  }
}
.hero-block .hero-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-block .hero-swiper .swiper-slide {
  position: relative;
}
.hero-block .hero-swiper .swiper-slide.swiper-slide-active .content .text-content {
  top: 50%;
  transition: 0.8s ease;
}
.hero-block .hero-swiper .swiper-slide .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .swiper-slide .img-container {
    background-image: url("./assets/images/hero-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    height: 235px;
  }
}
.hero-block .hero-swiper .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  right: 0px;
}
@media (max-width: 1024px) {
  .hero-block .hero-swiper .swiper-slide .img-container img {
    object-fit: cover;
  }
}
.hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-swiper-image {
  display: none;
}
.hero-block .hero-swiper .swiper-slide .img-container img.light-theme-mob-swiper-image {
  display: none;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .swiper-slide .img-container img.light-theme-mob-swiper-image {
    display: block;
  }
}
.hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-mob-swiper-image {
  display: none;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .swiper-slide .img-container img.dark-theme-mob-swiper-image {
    display: none;
  }
}
.hero-block .hero-swiper .swiper-slide .content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-block .hero-swiper .swiper-slide .content {
    height: unset;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 640px;
  position: absolute;
  top: -50%;
  left: 16px;
  transform: translateY(-50%);
  transition: 0.8s ease;
}
@media (max-width: 1130px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content {
    max-width: 480px;
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content {
    position: relative;
    top: unset;
    left: unset;
    gap: 30px;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content {
    max-width: 100%;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content .title-row {
  display: flex;
  flex-direction: column;
}
.hero-block .hero-swiper .swiper-slide .content .text-content .title-row h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-height: 111px;
}
@media (max-width: 1130px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content .title-row h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content .title-row h2 {
    font-size: 50px;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content .title-row span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-height: 87px;
}
@media (max-width: 1130px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content .title-row span {
    font-size: 40px;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1130px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content p {
    font-size: 25px;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content a {
  border-radius: 30px;
  background: #F03;
  display: flex;
  padding: 30px;
  align-items: center;
  gap: 20px;
  width: fit-content;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1130px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content a {
    padding: 20px;
    font-size: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .swiper-slide .content .text-content a {
    width: 100%;
    border-radius: 15px;
    justify-content: center;
  }
}
.hero-block .hero-swiper .swiper-slide .content .text-content a .arrow {
  display: flex;
  align-items: center;
}
.hero-block .hero-swiper .swiper-slide .content .text-content a:hover {
  background: #FFFFFF;
  color: #F03;
}
.hero-block .hero-swiper .swiper-slide .content .text-content a:hover svg path {
  fill: #F03;
}
.hero-block .hero-swiper .navigation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container {
    position: static;
    height: unset;
    padding: 30px 0;
  }
}
.hero-block .hero-swiper .navigation-container .content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding-top: 170px;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container .content {
    padding-top: 0;
    justify-content: center;
    height: unset;
  }
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation {
  display: flex;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container .content .custom-hero-navigation {
    flex-direction: row;
  }
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .arrow {
  display: flex;
  cursor: pointer;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .arrow {
    transform: rotate(0);
  }
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .arrow:hover svg path {
  fill: #F03;
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24px;
  height: 143px;
  flex-shrink: 0;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination {
    flex-direction: row;
    height: 24px;
    width: 143px;
  }
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #828E96;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination:before {
    width: 100%;
    height: 2px;
  }
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination .swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 2px solid #828E96;
  background: #FFFFFF;
  opacity: 1;
  position: relative;
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50px;
  background: #FF0033;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination .swiper-pagination-bullet:hover {
  width: 18px;
  height: 18px;
  border: 2px solid #D5D8DA;
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination .swiper-pagination-bullet:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.hero-block .hero-swiper .navigation-container .content .custom-hero-navigation .custom-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border-radius: 46px;
  background: #FF0033;
  border: 2px solid #FF0033;
}

.advantages-block .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .advantages-block .content {
    gap: 30px;
  }
}
.advantages-block .content h2 {
  color: #FCFCFC;
  font-family: "Segoe UI";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
}
@media (max-width: 768px) {
  .advantages-block .content h2 {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-shadow: 2px 2px 4px rgba(130, 142, 150, 0.58);
    font-family: "Segoe UI";
    font-size: 40px;
  }
}
.advantages-block .content .advantages-swiper {
  width: 100%;
  padding: 15px 0;
}
.advantages-block .content .advantages-swiper .swiper-slide {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 20px 35.5px -27px rgba(130, 142, 150, 0.5);
  height: 390px;
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.advantages-block .content .advantages-swiper .swiper-slide:hover {
  background: #FAFAFA;
  box-shadow: 0px 2px 1px 0px rgba(130, 142, 150, 0.5);
}
.advantages-block .content .advantages-swiper .swiper-slide:hover p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .advantages-block .content .advantages-swiper .swiper-slide {
    padding: 30px;
    height: 325px;
  }
}
.advantages-block .content .advantages-swiper .swiper-slide span {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #F03;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.advantages-block .content .advantages-swiper .swiper-slide p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
@media (max-width: 768px) {
  .advantages-block .content .advantages-swiper .swiper-slide p {
    font-size: 20px;
  }
}

.contact-row .content .contact-container {
  display: flex;
  padding: 50px;
  align-items: center;
  gap: 50px;
  flex: 1 0 0;
  border-radius: 40px;
  background: #828E96;
}
@media (max-width: 1280px) {
  .contact-row .content .contact-container {
    padding: 30px;
  }
}
.contact-row .content .contact-container form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-row .content .contact-container form {
    flex-direction: column;
  }
}
.contact-row .content .contact-container form p {
  color: #D5D8DA;
  text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 94%; /* 47px */
}
@media (max-width: 1130px) {
  .contact-row .content .contact-container form p {
    color: #D5D8DA;
    text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
    font-family: "Segoe UI";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 94%; /* 37.6px */
  }
}
.contact-row .content .contact-container form .form-group input {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #B9C0C5;
  background: #929EA6;
  max-width: 396px;
  width: 100%;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  outline: none;
}
.contact-row .content .contact-container form .form-group .error-message {
  width: 100%;
  color: red;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  outline: none;
}
@media (max-width: 768px) {
  .contact-row .content .contact-container form .form-group input {
    max-width: 100%;
  }
}
.contact-row .content .contact-container form .form-group input::placeholder {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.contact-row .content .contact-container form button {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #F03;
  border: none;
  cursor: pointer;
  height: 64px;
  justify-content: center;
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contact-row .content .contact-container form button {
    width: 100%;
  }
}
.contact-row .content .contact-container form button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.new-products {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .new-products {
    padding: 30px 0;
  }
}
.new-products .content {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 768px) {
  .new-products .content {
    gap: 30px;
  }
}
.new-products .content .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .new-products .content .title-row {
    padding: 0 16px;
  }
}
.new-products .content .title-row .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .new-products .content .title-row .title {
    flex-direction: column;
    width: 100%;
  }
}
.new-products .content .title-row .title .icon-block {
  display: flex;
  gap: 20px;
  align-items: center;
}
.new-products .content .title-row .title .icon {
  display: flex;
  align-items: center;
}
.new-products .content .title-row .title h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 23.5px */
}
.new-products .content .title-row .title .line {
  width: 1px;
  height: 24px;
  background: #828E96;
}
@media (max-width: 768px) {
  .new-products .content .title-row .title .line {
    width: 100%;
    height: 1px;
  }
}
.new-products .content .title-row .title p {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
@media (max-width: 768px) {
  .new-products .content .title-row .title p {
    text-align: center;
  }
}
.new-products .content .title-row .link-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .new-products .content .title-row .link-container {
    display: none;
  }
}
.new-products .content .title-row .link-container:hover .icon {
  background: #F03;
}
.new-products .content .title-row .link-container .icon {
  border-radius: 15px;
  background: #18232A;
  flex-shrink: 0;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 20px;
}
.new-products .content .title-row .link-container .link-text {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-products .content .new-products-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .new-products .content .new-products-list {
    gap: 20px;
  }
}
.new-products .content .new-products-list li {
  /*max-width: calc((100% - 50px) / 2);*/
  width: 32%;
  height: auto;
  border-radius: 20px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .new-products .content .new-products-list li {
    display: flex;
    flex-basis: 48%;
    /*height: 580px;*/
  }
}
@media (max-width: 1024px) {
  .new-products .content .new-products-list li {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .new-products .content .new-products-list li {
    /*height: 100%;*/
    position: relative;
  }
}
@media (max-width: 640px) {
  .new-products .content .new-products-list li {
    flex-basis: 100%;
  }
}
.new-products .content .new-products-list li:hover {
  background: #ECECEE;
}
.new-products .content .new-products-list li:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
.new-products .content .new-products-list li:hover .img .product-name {
  background: #FFFFFF;
}
.new-products .content .new-products-list li:hover .img .product-name p {
  color: #FF0033;
}
.new-products .content .new-products-list li .img {
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 20px 20px 0 0;
  background: #828E96;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .new-products .content .new-products-list li .img {
    height: 350px;
  }
}
.new-products .content .new-products-list li .img a {
  height: 100%;
  width: 100%;
}
.new-products .content .new-products-list li .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 1s ease;
}
.new-products .content .new-products-list li .img .product-name {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.5px);
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .img .product-name {*/
  /*  display: none;*/
  /*}*/
}
.new-products .content .new-products-list li .img .product-name p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 39px */
}
.new-products .content .new-products-list li .info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 50%;
  align-self: stretch;
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info {*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  border-radius: 40px;*/
  /*  background: #ECECEE;*/
  /*  width: 100%;*/
  /*}*/
}
.new-products .content .new-products-list li .info .params-list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info .params-list {*/
  /*  flex-direction: column;*/
  /*}*/
}
.new-products .content .new-products-list li .info .params-list .params-card {
  display: flex;
  /*max-width: 160px;*/
  align-items: flex-start;
  gap: 10px;
  justify-content: normal;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info .params-list .params-card {*/
  /*  max-width: 100%;*/
  /*}*/
  /*.new-products .content .new-products-list li .info .params-list .params-card:nth-child(3) {*/
  /*  display: none;*/
  /*}*/
  /*.new-products .content .new-products-list li .info .params-list .params-card:last-child {*/
  /*  display: none;*/
  /*}*/
}
.new-products .content .new-products-list li .info .params-list .params-card .icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info .params-list .params-card .icon svg path {*/
  /*  stroke: #FF0033;*/
  /*}*/
}
.new-products .content .new-products-list li .info .params-list .params-card .params-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.new-products .content .new-products-list li .info .params-list .params-card .params-card-info span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 15px */
}
.new-products .content .new-products-list li .info .params-list .params-card .params-card-info p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.new-products .content .new-products-list li .info .buttons {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .new-products .content .new-products-list li .info .buttons {
    flex-direction: row;
  }
}
.new-products .content .new-products-list li .info .buttons .price-btn {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  height: 50px;
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info .buttons .price-btn {*/
	/*  gap: 10px;*/
	/*  padding: 15px 20px;*/
  /*}*/
}
.new-products .content .new-products-list li .info .buttons .price-btn:hover {
  background: #FF0033;
}
.new-products .content .new-products-list li .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
.new-products .content .new-products-list li .info .buttons .price-btn .icon {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #F03;
}
.new-products .content .new-products-list li .info .buttons .price-btn .text {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.new-products .content .new-products-list li .info .buttons .product-link {
  display: flex;
  height: 50px;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  /*.new-products .content .new-products-list li .info .buttons .product-link {*/
  /*  background: #FFF;*/
  /*  min-width: 74px;*/
  /*  justify-content: center;*/
  /*  width: fit-content;*/
  /*}*/
  /*.new-products .content .new-products-list li .info .buttons .price-btn .text {*/
	/*  font-size: 16px;*/
  /*}*/
}
.new-products .content .new-products-list li .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
.new-products .content .new-products-list li .info .buttons .product-link:hover .text {
  color: #FF0033;
}
.new-products .content .new-products-list li .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
.new-products .content .new-products-list li .info .buttons .product-link .text {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .new-products .content .new-products-list li .info .buttons .product-link .text {
    display: none;
  }
}
.new-products .content .catalog-link {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 20px;
  background: #FAFAFA;
}
@media (max-width: 1024px) {
  .new-products .content .catalog-link {
    background: #18232A;
    margin: 0 16px;
  }
  .new-products .content .catalog-link svg path {
    fill: #FFFFFF;
  }
  .new-products .content .catalog-link span {
    color: #FFFFFF !important;
    font-size: 18px;
  }
}
.new-products .content .catalog-link:hover {
  background: #FF0033;
}
.new-products .content .catalog-link:hover svg path {
  fill: #FFFFFF;
}
.new-products .content .catalog-link:hover span {
  color: #FFFFFF;
}
.new-products .content .catalog-link span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hot-offers-block {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .hot-offers-block {
    padding: 30px 0;
  }
}
.hot-offers-block .content {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 768px) {
  .hot-offers-block .content {
    gap: 30px;
  }
}
.hot-offers-block .content .offer-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
}
@media (max-width: 1024px) {
  .hot-offers-block .content .offer-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hot-offers-block .content .offer-card {
    height: 580px;
    position: relative;
    background: transparent;
  }
}
.hot-offers-block .content .offer-card:hover {
  background: #ECECEE;
}
.hot-offers-block .content .offer-card:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
.hot-offers-block .content .offer-card:hover .img .product-name {
  background: #FFFFFF;
}
.hot-offers-block .content .offer-card:hover .img .product-name p {
  color: #FF0033;
}
.hot-offers-block .content .offer-card .img {
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 20px 20px 0 0;
  background: #828E96;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hot-offers-block .content .offer-card .img {
    height: 350px;
  }
}
.hot-offers-block .content .offer-card .img a{
  width: 100%;
  height: 100%;
}
.hot-offers-block .content .offer-card .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 1s ease;
}
.hot-offers-block .content .offer-card .img .product-name {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.5px);
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .hot-offers-block .content .offer-card .img .product-name {
    display: none;
  }
}
.hot-offers-block .content .offer-card .img .product-name p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 39px */
}
@media (max-width: 1024px) {
  .hot-offers-block .content .offer-card .img .product-name p {
    font-size: 20px;
  }
}
.hot-offers-block .content .offer-card .info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  height: fit-content;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hot-offers-block .content .offer-card .info {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    border-radius: 0 0 20px 20px;
    background: #ECECEE;
    /*width: 100%;*/
	/*padding: 45px 30px;*/
  }
}
.hot-offers-block .content .offer-card .info .params-list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hot-offers-block .content .offer-card .info .params-list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    justify-content: normal;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .offer-card .info .params-list {*/
  /*  flex-direction: column;*/
  /*}*/
}
.hot-offers-block .content .offer-card .info .params-list .params-card {
  display: flex;
  /*max-width: 160px;*/
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .offer-card .info .params-list .params-card {*/
  /*  max-width: 100%;*/
  /*}*/
  /*.hot-offers-block .content .offer-card .info .params-list .params-card:nth-child(3) {*/
  /*  display: none;*/
  /*}*/
  /*.hot-offers-block .content .offer-card .info .params-list .params-card:last-child {*/
  /*  display: none;*/
  /*}*/
}
.hot-offers-block .content .offer-card .info .params-list .params-card .icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .offer-card .info .params-list .params-card .icon svg path {*/
  /*  stroke: #FF0033;*/
  /*}*/
}
.hot-offers-block .content .offer-card .info .params-list .params-card .params-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hot-offers-block .content .offer-card .info .params-list .params-card .params-card-info span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 15px */
}
.hot-offers-block .content .offer-card .info .params-list .params-card .params-card-info p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.hot-offers-block .content .offer-card .info .buttons {
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .hot-offers-block .content .offer-card .info .buttons {
    flex-direction: row;
  }
}
.hot-offers-block .content .offer-card .info .buttons .price-btn {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  height: 50px;
}
.hot-offers-block .content .offer-card .info .buttons .price-btn:hover {
  background: #FF0033;
}
.hot-offers-block .content .offer-card .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
.hot-offers-block .content .offer-card .info .buttons .price-btn .icon {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #F03;
}
.hot-offers-block .content .offer-card .info .buttons .price-btn .text {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hot-offers-block .content .offer-card .info .buttons .product-link {
  display: flex;
  height: 50px;
  padding: 12px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .offer-card .info .buttons .product-link {*/
  /*  background: #FFF;*/
  /*  height: 74px;*/
  /*  min-width: 74px;*/
  /*  width: fit-content;*/
  /*  justify-content: center;*/
  /*}*/
}
.hot-offers-block .content .offer-card .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
.hot-offers-block .content .offer-card .info .buttons .product-link:hover .text {
  color: #FF0033;
}
.hot-offers-block .content .offer-card .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
.hot-offers-block .content .offer-card .info .buttons .product-link .text {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .hot-offers-block .content .offer-card .info .buttons .product-link .text {
    display: none;
  }
}
.hot-offers-block .content .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .title-row {*/
  /*  padding: 0 16px;*/
  /*}*/
}
.hot-offers-block .content .title-row .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .title-row .title {*/
  /*  flex-direction: column;*/
  /*  width: 100%;*/
  /*}*/
}
.hot-offers-block .content .title-row .title .icon-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hot-offers-block .content .title-row .title .icon-row h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 23.5px */
}
.hot-offers-block .content .title-row .title .icon-row .icon {
  display: flex;
  align-items: center;
}
.hot-offers-block .content .title-row .title p {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 411px;
}
.hot-offers-block .content .title-row .link-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .title-row .link-container {*/
  /*  display: none;*/
  /*}*/
}
.hot-offers-block .content .title-row .link-container:hover .icon {
  background: #F03;
}
.hot-offers-block .content .title-row .link-container .icon {
  border-radius: 15px;
  background: #18232A;
  flex-shrink: 0;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 20px;
}
.hot-offers-block .content .title-row .link-container .link-text {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hot-offers-block .content .hot-offers-swiper {
  width: 100%;
}
@media (max-width: 768px) {
  /*.hot-offers-block .content .hot-offers-swiper {*/
  /*  display: none;*/
  /*}*/
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide {
  width: 23% !important;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .hot-offers-block .content .hot-offers-swiper .swiper-slide {
    width: 40% !important;
  }
}
@media (max-width: 1150px) {
  .hot-offers-block .content .hot-offers-swiper .swiper-slide {
    width: 30% !important;
  }
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active {
  width: 48% !important;
}
@media (max-width: 1500px) {
  .hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active {
    width: 60% !important;
  }
}
@media (max-width: 1150px) {
  .hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active {
    width: 65% !important;
  }
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active .offer-card .info .params-list .params-card:nth-child(3) {
  display: flex;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active .offer-card .info .params-list .params-card:last-child {
  display: flex;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide.swiper-slide-active .offer-card .info .buttons .product-link .text {
  display: block;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide .offer-card .info .params-list .params-card:nth-child(3) {
  display: none;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide .offer-card .info .params-list .params-card:last-child {
  display: none;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide .offer-card .info .buttons .product-link {
  min-width: 74px;
  justify-content: center;
  width: fit-content;
}
.hot-offers-block .content .hot-offers-swiper .swiper-slide .offer-card .info .buttons .product-link .text {
  display: none;
}
.hot-offers-block .content .hot-offers-block-mobile {
  display: flex;
  flex-direction: column;
  gap: 30px;
  display: none;
}
@media (max-width: 768px) {
  .hot-offers-block .content .hot-offers-block-mobile {
    display: flex;
  }
}
.hot-offers-block .content .hot-offer-mobile-link {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 15px;
  background: #18232A;
  display: none;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .hot-offers-block .content .hot-offer-mobile-link {
    display: flex;
  }
}
.hot-offers-block .content .hot-offer-mobile-link span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hot-offers-block .content .hot-offers-swiper-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .hot-offers-block .content .hot-offers-swiper-nav {
    display: none;
  }
}
.hot-offers-block .content .hot-offers-swiper-nav .arrow {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-offers-block .content .hot-offers-swiper-nav .arrow:hover {
  background: #F03;
}
.hot-offers-block .content .hot-offers-swiper-nav .arrow:hover svg path {
  fill: #FFFFFF;
}
.hot-offers-block .content .hot-offers-swiper-nav .hot-offers-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 580px;
}
.hot-offers-block .content .hot-offers-swiper-nav .hot-offers-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 24px;
  border-radius: 40px;
  background: #828E96;
  opacity: 1;
}
.hot-offers-block .content .hot-offers-swiper-nav .hot-offers-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  flex-grow: 1;
  background: #F03;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .hot-offers-block .content .slick-hot-offers-swiper-nav {
    display: none;
  }
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .arrow {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .arrow:hover {
  background: #F03;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .arrow:hover svg path {
  fill: #FFFFFF;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .hot-offers-slick-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 580px;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .hot-offers-slick-pagination button {
  height: 5px;
  width: 24px;
  border-radius: 40px;
  background: #828E96;
  opacity: 1;
  border: none;
}
.hot-offers-block .content .slick-hot-offers-swiper-nav .hot-offers-slick-pagination button.active {
  flex-grow: 1;
  background: #F03;
}
.hot-offers-block .content .offer-slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hot-offers-block .content .offer-slider-wrapper {
    display: none;
  }
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider {
  width: 100%;
  position: relative;
  height: fit-content;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide {
  transition: all 0.3s ease;
  width: 435px;
  margin-right: 50px;
  /*border-radius: 40px;*/
  overflow: hidden;
}
@media (max-width: 1750px) {
  .hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide {
    margin-right: 20px;
  }
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.mini-slide {
  width: 430px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide {
  width: 650px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide .offer-card .info .params-list {
  gap: 10px;
  flex-wrap: wrap;
  height: fit-content;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide .offer-card .info .params-list .params-card:nth-child(3) {
  position: static;
  opacity: 1;
  visibility: visible;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide .offer-card .info .params-list .params-card:last-child {
  position: static;
  opacity: 1;
  visibility: visible;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide .offer-card .info .buttons .product-link {
  width: 191px;
  height: 50px;
  min-width: 50px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide.maxi-slide .offer-card .info .buttons .product-link .text {
  position: static;
  opacity: 1;
  visibility: visible;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card {
  height: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 20px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info {
  height: fit-content;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info {
    height: fit-content;
  }
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list {
  height: 75px;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1110px) {
  .hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list {
    height: fit-content;
  }
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list .params-card {
  transition: 1s ease;
  width: 160px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list .params-card p {
  transition: 1s ease;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list .params-card .params-card-info {
  width: 126px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list .params-card:nth-child(3) {
  transition: 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .params-list .params-card:last-child {
  transition: 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .buttons {
  flex-wrap: nowrap;
  overflow: hidden;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .buttons .price-btn {
  height: 50px;
  overflow: hidden;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .buttons .price-btn .text {
  width: 114px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .buttons .product-link {
  min-width: 74px;
  justify-content: center;
  width: fit-content;
  position: relative;
  height: 50px;
}
.hot-offers-block .content .offer-slider-wrapper .offer-slider .slick-slide .offer-card .info .buttons .product-link .text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.hot-offers-block .content .offer-slider-wrapper .slick-arrow {
  display: none !important;
}

.about-block {
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 768px) {
  .about-block {
    padding-bottom: 30px;
  }
}
.about-block .line-container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .about-block .line-container {
    display: none;
  }
}
.about-block .line-container .line {
  width: 70%;
  height: 1px;
  background: #828E96;
}
.about-block .line-container .circle {
  background: #828E96;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.about-block .content {
  display: flex;
  gap: 50px;
}
@media (max-width: 1024px) {
  .about-block .content {
    flex-direction: column;
    gap: 30px;
  }
}
.about-block .content .img {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .about-block .content .img {
    width: 100%;
  }
}
.about-block .content .img img {
  width: 100%;
  object-fit: contain;
}
.about-block .content .about-text {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .about-block .content .about-text {
    width: 100%;
    gap: 30px;
  }
}
.about-block .content .about-text p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .about-block .content .about-text p {
    max-width: 100%;
  }
}
.about-block .content .about-text h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .about-block .content .about-text h2 {
    font-size: 30px;
  }
}
.about-block .content .about-text button {
  max-width: 400px;
  display: flex;
  width: 100%;
  height: 64px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #F03;
  cursor: pointer;
  border: none;
}
@media (max-width: 1024px) {
  .about-block .content .about-text button {
    max-width: 100%;
  }
}
.about-block .content .about-text button:hover {
  background: #18232A;
}
.about-block .content .about-text button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}



.callback-form-container {
  padding: 200px 0 75px;
  background-image: url("./assets/images/contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .callback-form-container {
    padding: 30px 0;
    background-image: none;
  }
}
.callback-form-container .content .contact-container {
  display: flex;
  padding: 50px;
  align-items: center;
  gap: 50px;
  flex: 1 0 0;
  border-radius: 40px;
  background: #828E96;
}
@media (max-width: 1280px) {
  .callback-form-container .content .contact-container {
    padding: 30px;
  }
}
.callback-form-container .content .contact-container form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .callback-form-container .content .contact-container form {
    flex-direction: column;
  }
}
.callback-form-container .content .contact-container form p {
  color: #D5D8DA;
  text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 94%; /* 47px */
  text-align: right;
}
.callback-form-container .content .contact-container form div span {
  display: block;
  color: #FFF;
  text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  text-align: right;
}
@media (max-width: 1024px) {
  .callback-form-container .content .contact-container form div span{
    text-align: center;
  }
}
@media (max-width: 1130px) {
  .callback-form-container .content .contact-container form p {
    color: #D5D8DA;
    text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
    font-family: "Segoe UI";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 94%; /* 37.6px */
  }
}
.callback-form-container .content .contact-container form .form-group input {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #B9C0C5;
  background: #929EA6;
  max-width: 396px;
  width: 100%;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  outline: none;
}
@media (max-width: 768px) {
  .callback-form-container .content .contact-container form .form-group input {
    max-width: 100%;
  }
}
.callback-form-container .content .contact-container form .form-group input::placeholder {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.callback-form-container .content .contact-container form button {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #F03;
  border: none;
  cursor: pointer;
  height: 64px;
  justify-content: center;
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .callback-form-container .content .contact-container form button {
    width: 100%;
  }
}
.callback-form-container .content .contact-container form button:hover {
  background: #18232A;
}
.callback-form-container .content .contact-container form button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.callback-form-container .content .contact-container form .form-group .error-message {
  margin-top: 5px;
  color: #F03; /* Можно выбрать любой контрастный цвет */
  text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18px */
}




.callback-modal .callback-modal-body form .submit-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.callback-modal .callback-modal-body form .submit-row .agreement {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 820px) {
  .callback-modal .callback-modal-body form .submit-row .agreement {
    gap: 10px;
  }
}
.callback-modal .callback-modal-body form .submit-row .agreement .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}
.callback-modal .callback-modal-body form .submit-row .agreement .switch input {
  display: none;
}
.callback-modal .callback-modal-body form .submit-row .agreement .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A9AEB9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.callback-modal .callback-modal-body form .submit-row .agreement .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.callback-modal .callback-modal-body form .submit-row .agreement input:checked + .slider {
  background-color: #FF0033;
}
.callback-modal .callback-modal-body form .submit-row .agreement input:focus + .slider {
  box-shadow: 0 0 1px #EBEBEB;
}
.callback-modal .callback-modal-body form .submit-row .agreement input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.callback-modal .callback-modal-body form .submit-row .agreement .slider.round {
  border-radius: 34px;
}
.callback-modal .callback-modal-body form .submit-row .agreement .slider.round:before {
  border-radius: 50%;
}
.callback-modal .callback-modal-body form .submit-row .agreement p {
  color: #CDCDCD;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 820px) {
  .callback-modal .callback-modal-body form .submit-row .agreement p {
    font-size: 12px;
  }
}
.callback-modal .callback-modal-body form .submit-row button {
  width: fit-content;
  cursor: pointer;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #F03;
  border: none;
}
.callback-modal .callback-modal-body form .submit-row button:hover {
  background: #18232A;
}
.callback-modal .callback-modal-body form .submit-row button:disabled {
  background: #808080 !important;
  cursor: not-allowed;
}
.callback-modal .callback-modal-body form .submit-row button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}



.callback-modal {
  width: 100%;
  position: fixed;
  top: -150%;
  left: 0;
  z-index: 20;
  border-radius: 0 0 40px 40px;
  background: #18232A;
  transition: top 0.8s linear, opacity 0.2s ease 0.4s;
  opacity: 0;
}

.callback-modal.active {
  top: 0;
  opacity: 1;
}

.callback-modal .callback-modal-body {
  padding: 100px 132px;
  position: relative;
}

@media (max-height: 1032px) {
  .callback-modal .callback-modal-body {
    padding: 70px;
  }
}

@media (max-width: 1024px) {
  .callback-modal .callback-modal-body {
    padding: 30px;
  }
}

.callback-modal .callback-modal-body .close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .callback-modal .callback-modal-body .close-btn {
    right: 20px;
    top: 20px;
  }
  .callback-modal .callback-modal-body .close-btn svg {
    transform: scale(0.4);
  }
}

@media (max-width: 768px) {
  .callback-modal .callback-modal-body .close-btn {
    right: 0;
    top: 0;
  }
}

.callback-modal .callback-modal-body form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1024px) {
  .callback-modal .callback-modal-body form {
    gap: 30px;
  }
}

.callback-modal .callback-modal-body form .title {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 80px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 1024px) {
  .callback-modal .callback-modal-body form .title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .callback-modal .callback-modal-body form .title {
    font-size: 25px;
  }
}

.callback-modal .callback-modal-body form .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callback-modal .callback-modal-body form .form-group .error-message {
  color: red;
}

.callback-modal .callback-modal-body form .input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 768px) {
  .callback-modal .callback-modal-body form .input-row {
    flex-direction: column;
  }
}

.callback-modal .callback-modal-body form .form-group input,
.callback-modal .callback-modal-body form .form-group textarea {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #404C55;
  background: #1F2A32;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
}

@media (max-width: 768px) {
  .callback-modal .callback-modal-body form .form-group input,
  .callback-modal .callback-modal-body form .form-group textarea {
    font-size: 16px;
  }
}

.callback-modal .callback-modal-body form .submit-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.callback-modal .callback-modal-body form .submit-row .agreement {
  display: flex;
  align-items: center;
  gap: 10px;
}

.callback-modal .callback-modal-body form .submit-row button {
  padding: 20px;
  border-radius: 15px;
  background: #F03;
  color: #FFF;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.callback-modal .callback-modal-body form .submit-row button:hover {
  background: #18232A;
}


.footer {
  border-radius: 40px 40px 0px 0px;
  background: #18232A;
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
}
.footer .content .company-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer .content .company-col {
    display: none;
  }
}
.footer .content .company-col .logo-row {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer .content .company-col .logo-row .line {
  width: 1px;
  height: 48px;
  background: #828E96;
}
.footer .content .company-col .logo-row span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .content .company-col .logo-row a img{
  height: 80px;
  width: 80px;
}
.footer .content .company-col .email {
  border-radius: 20px;
  border: 1px solid var(---, #828E96);
  display: flex;
  width: 286px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer .content .company-col .email:hover {
  border: 1px solid #fff;
}
.footer .content .company-col .email:hover span {
  color: #FFFFFF;
}
.footer .content .company-col .email:hover svg path {
  fill: #fff;
}
.footer .content .company-col .email span {
  color: var(---, #828E96);
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .content .company-col .social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .content .company-col .social a {
  position: relative;
  width: 70px;
  height: 70px;
}
.footer .content .company-col .social a.viber:hover .circle {
  background: var(---Color, #9747FF);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.footer .content .company-col .social a.viber:hover .circle2 {
  background: var(---Color, #9747FF);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(151, 71, 255, 0.7));
}
.footer .content .company-col .social a.viber:hover .circle2 svg path {
  fill: #FFFFFF;
}
.footer .content .company-col .social a.watsapp:hover .circle {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.footer .content .company-col .social a.watsapp:hover .circle2 {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(58, 220, 73, 0.7));
}
.footer .content .company-col .social a.watsapp:hover .circle2 svg path {
  fill: #FFFFFF;
}
.footer .content .company-col .social a.tg:hover .circle {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.footer .content .company-col .social a.tg:hover .circle2 {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 10px 10px 20px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(42, 161, 221, 0.7));
}
.footer .content .company-col .social a.tg:hover .circle2 svg path {
  fill: #FFFFFF;
}
.footer .content .company-col .social a .circle {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #233038;
  stroke-width: 1px;
  stroke: #828E96;
  opacity: 0.29;
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.16) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(0, 0, 0, 0.25));
}
.footer .content .company-col .social a .circle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #233038;
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.16) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(0, 0, 0, 0.25));
}
.footer .content .company-col .social a .circle2 svg path {
  fill: #fff;
}
.footer .content .phones-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /*justify-content: space-between;*/
}
@media (max-width: 1024px) {
  .footer .content .phones-col {
    display: none;
  }
}
.footer .content .phones-col .phone-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .content .phones-col .phone-container .chapter {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .content .phones-col .phone-container .chapter span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer .content .phones-col .phone-container a {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1250px) {
  .footer .content .phones-col .phone-container a {
    font-size: 20px;
  }
}
.footer .content .phones-col .phone-container a:hover {
  color: #FFFFFF;
}
.footer .content .form-col {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 1250px) {
  .footer .content .form-col {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .footer .content .form-col {
    display: none;
  }
}
.footer .content .form-col form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .content .form-col form .form-group{
  width: 100%;
}
.footer .content .form-col form .form-group .error-message{
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: red;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  outline: none;
}
.footer .content .form-col form .form-group input {
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(130, 142, 150, 0.24);
  background: #233038;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  outline: none;
}
.footer .content .form-col form .form-group input::placeholder {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.footer .content .form-col form button {
  width: 100%;
  cursor: pointer;
  border-radius: 15px;
  background: #F03;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border: none;
}
.footer .content .form-col form button:hover {
  background: #18232A;
}
.footer .content .form-col form button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.footer .content .footer-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  .footer .content .footer-mobile {
    display: flex;
  }
}
.footer .content .footer-mobile .phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer .content .footer-mobile .phone span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer .content .footer-mobile .phone a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .content .footer-mobile .email {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .content .footer-mobile button {
  border-radius: 15px;
  background: #F03;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  width: fit-content;
  cursor: pointer;
  border: none;
}
.footer .content .footer-mobile button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.footer .content .footer-mobile .logo-row {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer .content .footer-mobile .logo-row .line {
  width: 1px;
  height: 48px;
  background: #828E96;
}
.footer .content .footer-mobile .logo-row span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .content .footer-mobile .logo-row a img {
  height: 60px;
}

.pagination {
  padding: 50px 0 20px;
  margin-top: 125px;
}
@media (max-width: 1350px) {
  .pagination {
    margin-top: 105px;
  }
}
@media (max-width: 1130px) {
  .pagination {
    margin-top: 79px;
  }
}
@media (max-width: 1024px) {
  .pagination {
    padding: 30px 0;
  }
}
.pagination .content ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .pagination .content ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.pagination .content ul li {
  display: flex;
  align-items: center;
}
.pagination .content ul li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.pagination .content ul li a {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-decoration-line: underline;
}

.page-content {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .page-content {
    padding-bottom: 30px;
  }
}
.page-content .content {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 1024px) {
  .page-content .content {
    gap: 30px;
  }
}
.page-content .content .title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-content .content .title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-content .content .title-row h1 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 80px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 75.2px */
}
@media (max-width: 1024px) {
  .page-content .content .title-row h1 {
    font-size: 40px;
  }
}
.page-content .content .title-row .col {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-content .content .title-row .col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-content .content .title-row .col p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 490px;
}
.page-content .content .title-row .col button {
  display: flex;
  width: fit-content;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #F03;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  height: fit-content;
}
@media (max-width: 1024px) {
  .page-content .content .title-row .col button {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-content .content .title-row .col button {
    width: 100%;
  }
}
.page-content .content .title-row .col button:hover {
  background: #18232A;
}
.page-content .content .title-row .col button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.page-content .content .filter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .page-content .content .filter {
    gap: 10px;
  }
}
.page-content .content .filter li {
  border-radius: 15px;
  border: 1px solid #E7E7EA;
  background: #F4F4F5;
  box-shadow: 0px 10px 20.1px -13px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .page-content .content .filter li {
    padding: 10px 15px;
  }
}
.page-content .content .filter li:hover {
  background: #F03;
}
.page-content .content .filter li:hover span {
  color: #FFFFFF;
}
.page-content .content .filter li.active {
  background: #18232A;
}
.page-content .content .filter li.active span {
  color: #fff;
}
.page-content .content .filter li.active span: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%3Cpath d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  width: unset;
  margin-left: 0;
  transition: 0.5s ease;
}
.page-content .content .filter li span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .page-content .content .filter li span {
    font-size: 16px;
    gap: 10px;
  }
}
.page-content .content .filter li span: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%3Cpath d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  width: 0;
  overflow: hidden;
  margin-left: -20px;
  transition: 0.5s ease;
  height: 20px;
}
@media (max-width: 1024px) {
  .page-content .content .filter li span:after {
    margin-left: -10px;
  }
}
.page-content .content .product-chapter {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 1024px) {
  .page-content .content .product-chapter {
    gap: 30px;
  }
}
.page-content .content .product-chapter .title {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
}
.page-content .content .product-chapter .title span {
  display: flex;
  align-items: center;
}
.page-content .content .product-chapter .title h3 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 23.5px */
  text-transform: uppercase;
}
.page-content .content .product-chapter .products-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: normal;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list {
    gap: 20px;
    width: 95%;
    align-self: center;
  }
}
.page-content .content .product-chapter .products-list li {
  /*max-width: calc((100% - 50px) / 2);*/
  width: 32%;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  height: 580px;
}
@media (max-width: 1250px) {
  .page-content .content .product-chapter .products-list li{
    flex-basis: 48%;
    height: 580px;
  }
}
@media (max-width: 1024px) {
  .page-content .content .product-chapter .products-list li {
    max-width: 100%;
    height: 580px;
  }
  .hot-offers-block .content .hot-offers-block-mobile li {
  	max-width: 100%;
  }
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li{
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li {
    height: 550px;
    position: relative;
  }
  .hot-offers-block .content .hot-offers-block-mobile li {
    height: 580px;
    position: relative;
  }
}
.page-content .content .product-chapter .products-list li:hover {
  background: #ECECEE;
}
.page-content .content .product-chapter .products-list li:hover .img img {
  transition: 1s ease;
  transform: scale(1.1);
}
.page-content .content .product-chapter .products-list li:hover .img .product-name {
  background: #FFFFFF;
}
.page-content .content .product-chapter .products-list li:hover .img .product-name p {
  color: #FF0033;
}
.page-content .content .product-chapter .products-list li .img {
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 20px 20px 0 0;
  background: #828E96;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .page-content .content .product-chapter .products-list li .img {
    height: 300px;
  }
}
.page-content .content .product-chapter .products-list li .img a{
  height: 100%;
  width: 100%;
}
.page-content .content .product-chapter .products-list li .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 1s ease;
}
.page-content .content .product-chapter .products-list li .img .product-name {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.5px);
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li .img .product-name {
    /*display: none;*/
  }
}
.page-content .content .product-chapter .products-list li .img .product-name p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 39px */
}
.page-content .content .product-chapter .products-list li .info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  height: fit-content;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /*.page-content .content .product-chapter .products-list li .info {*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  border-radius: 40px;*/
  /*  background: #ECECEE;*/
  /*  width: 100%;*/
  /*}*/
}
.page-content .content .product-chapter .products-list li .info .params-list {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  justify-content: normal;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /*.page-content .content .product-chapter .products-list li .info .params-list {*/
  /*  flex-direction: column;*/
  /*}*/
}
.page-content .content .product-chapter .products-list li .info .params-list .params-card {
  display: flex;
  /*max-width: 160px;*/
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  /*.page-content .content .product-chapter .products-list li .info .params-list .params-card {*/
  /*  max-width: 100%;*/
  /*}*/
  /*.page-content .content .product-chapter .products-list li .info .params-list .params-card:nth-child(3) {*/
  /*  display: none;*/
  /*}*/
  /*.page-content .content .product-chapter .products-list li .info .params-list .params-card:last-child {*/
  /*  display: none;*/
  /*}*/
}
.page-content .content .product-chapter .products-list li .info .params-list .params-card .icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li .info .params-list .params-card .icon svg path {
    stroke: #FF0033;
  }
}
.page-content .content .product-chapter .products-list li .info .params-list .params-card .params-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-content .content .product-chapter .products-list li .info .params-list .params-card .params-card-info span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 15px */
}
.page-content .content .product-chapter .products-list li .info .params-list .params-card .params-card-info p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.page-content .content .product-chapter .products-list li .info .buttons {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .page-content .content .product-chapter .products-list li .info .buttons {
    flex-direction: row;
  }
}
.page-content .content .product-chapter .products-list li .info .buttons .price-btn {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  height: 50px;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li .info .buttons .price-btn {
    padding: 15px 20px;  
    gap: 10px;
	}
  /*.hot-offers-block .content .offer-card .info .buttons .price-btn .text {*/
	/*font-size:18px;	*/
  /*}*/
}
.page-content .content .product-chapter .products-list li .info .buttons .price-btn:hover {
  background: #FF0033;
}
.page-content .content .product-chapter .products-list li .info .buttons .price-btn:hover .text {
  color: #FFFFFF;
}
.page-content .content .product-chapter .products-list li .info .buttons .price-btn .icon {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #F03;
}
.page-content .content .product-chapter .products-list li .info .buttons .price-btn .text {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page-content .content .product-chapter .products-list li .info .buttons .product-link {
  display: flex;
  height: 50px;
  padding: 12px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li .info .buttons .product-link {
    background: #FFF;
    width: fit-content;
  }
  .page-content .content .product-chapter .products-list li .info .buttons .price-btn .text {
    font-size: 16px;
  }
}
.page-content .content .product-chapter .products-list li .info .buttons .product-link:hover {
  background: transparent;
  box-shadow: none;
}
.page-content .content .product-chapter .products-list li .info .buttons .product-link:hover .text {
  color: #FF0033;
}
.page-content .content .product-chapter .products-list li .info .buttons .product-link:hover .icon svg path {
  fill: #FF0033;
}
.page-content .content .product-chapter .products-list li .info .buttons .product-link .text {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .page-content .content .product-chapter .products-list li .info .buttons .product-link .text {
    display: none;
  }
}
.page-content .content .catalog-link {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 20px;
  background: #FAFAFA;
}
.page-content .content .catalog-link:hover {
  background: #FF0033;
}
.page-content .content .catalog-link:hover svg path {
  fill: #FFFFFF;
}
.page-content .content .catalog-link:hover span {
  color: #FFFFFF;
}
.page-content .content .catalog-link span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.terms-page-content {
  background-repeat: no-repeat;
  background-image: url("./assets/images/terms.png");
  background-position: top center;
  background-size: cover;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .terms-page-content {
    padding-bottom: 30px;
  }
}
.terms-page-content .content {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 1024px) {
  .terms-page-content .content {
    gap: 30px;
  }
}
.terms-page-content .content .title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .terms-page-content .content .title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.terms-page-content .content .title-row h1 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 80px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 75.2px */
}
@media (max-width: 1024px) {
  .terms-page-content .content .title-row h1 {
    font-size: 40px;
  }
}
.terms-page-content .content .terms-container {
  display: flex;
  gap: 50px;
}
@media (max-width: 1060px) {
  .terms-page-content .content .terms-container {
    flex-direction: column;
  }
}
.terms-page-content .content .terms-container .col {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1300px) {
  .terms-page-content .content .terms-container .col:first-child {
    width: 40%;
  }
  .terms-page-content .content .terms-container .col:last-child {
    width: calc(60% - 50px);
  }
}
@media (max-width: 1060px) {
  .terms-page-content .content .terms-container .col:first-child {
    width: 100%;
  }
  .terms-page-content .content .terms-container .col:last-child {
    width: 100%;
  }
}
.terms-page-content .content .terms-container .col .manager-card {
  border-radius: 40px;
  background: rgba(235, 235, 238, 0.1);
  box-shadow: 0px 35px 32px -8px rgba(24, 35, 42, 0.12), 0px 0px 110.2px 0px rgba(255, 255, 255, 0.66) inset;
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .manager-card {
    gap: 0;
  }
}
.terms-page-content .content .terms-container .col .manager-card .img {
  height: 1110px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .terms-page-content .content .terms-container .col .manager-card .img {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .manager-card .img {
    height: 400px;
  }
}
.terms-page-content .content .terms-container .col .manager-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.terms-page-content .content .terms-container .col .manager-card .info {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .manager-card .info {
    padding: 30px;
    gap: 30px;
  }
}
.terms-page-content .content .terms-container .col .manager-card .info p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 32.5px */
}
@media (max-width: 1340px) {
  .terms-page-content .content .terms-container .col .manager-card .info p {
    font-size: 20px;
  }
}
.terms-page-content .content .terms-container .col .manager-card .info .social {
  display: flex;
  align-items: center;
  gap: 30px;
}
.terms-page-content .content .terms-container .col .gray-block {
  width: 100%;
  border-radius: 40px;
  background: #828E96;
  box-shadow: 0px 20px 29.2px 0px rgba(24, 35, 42, 0.12), 0px 0px 110.2px 0px rgba(255, 255, 255, 0.68) inset;
  backdrop-filter: blur(7.5px);
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .gray-block {
    padding: 30px;
    gap: 30px;
  }
}
.terms-page-content .content .terms-container .col .gray-block p {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 65px */
}
@media (max-width: 1340px) {
  .terms-page-content .content .terms-container .col .gray-block p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .gray-block p {
    font-size: 20px;
  }
}
.terms-page-content .content .terms-container .col .step-block {
  display: flex;
  padding: 50px;
  flex-direction: column;
  gap: 50px;
  align-self: stretch;
  border-radius: 40px;
  background: rgba(235, 235, 238, 0.1);
  box-shadow: 0px 35px 32px -8px rgba(24, 35, 42, 0.12), 0px 0px 110.2px 0px #FFF inset;
  backdrop-filter: blur(7.5px);
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .step-block {
    padding: 30px;
    gap: 30px;
  }
}
.terms-page-content .content .terms-container .col .step-block .title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .terms-page-content .content .terms-container .col .step-block .title-row {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .step-block .title-row {
    gap: 20px;
  }
}
.terms-page-content .content .terms-container .col .step-block .title-row p {
  color: #F03;
  font-family: "Segoe UI";
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 130px */
}
@media (max-width: 1340px) {
  .terms-page-content .content .terms-container .col .step-block .title-row p {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .step-block .title-row p {
    font-size: 35px;
  }
}
.terms-page-content .content .terms-container .col .step-block .title-row span {
  max-width: 330px;
  color: #F03;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 32.5px */
  display: block;
}
@media (max-width: 1340px) {
  .terms-page-content .content .terms-container .col .step-block .title-row span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .terms-page-content .content .terms-container .col .step-block .title-row span {
    display: inline;
  }
}
.terms-page-content .content .terms-container .col .step-block .description {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 32.5px */
}
@media (max-width: 1340px) {
  .terms-page-content .content .terms-container .col .step-block .description {
    font-size: 20px;
  }
}

.delivery-table {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .delivery-table {
    padding: 30px 0;
  }
}
.delivery-table .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.delivery-table .content h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 65px */
}
@media (max-width: 1024px) {
  .delivery-table .content h2 {
    font-size: 30px;
  }
}
.delivery-table .content .description {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 32.5px */
}
@media (max-width: 1024px) {
  .delivery-table .content .description {
    font-size: 20px;
  }
}
.delivery-table .content .line {
  background: #828E96;
  width: 100%;
  height: 1px;
}
.delivery-table .content .table-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.delivery-table .content .table-container .table-title-row {
  display: flex;
  gap: 5px;
}
.delivery-table .content .table-container .table-title-row div {
  max-width: 362px;
  width: 100%;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #828E96;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.delivery-table .content .table-container .table-title-row div:first-child {
  max-width: 250px;
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-title-row div:first-child {
    font-size: 12px;
    padding: 10px;
    max-width: 150px;
  }
}
@media (max-width: 1230px) {
  .delivery-table .content .table-container .table-title-row div {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-title-row div {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .delivery-table .content .table-container .table-title-row div {
    font-size: 10px;
  }
}
.delivery-table .content .table-container .table-chapter {
  border-radius: 40px;
  display: flex;
  width: 100%;
  padding: 30px;
  align-items: flex-start;
  gap: 10px;
  background: transparent;
}
@media (max-width: 768px) {
  .delivery-table .content .table-container .table-chapter {
    flex-direction: column;
  }
}
.delivery-table .content .table-container .table-chapter:hover {
  border-radius: 40px;
  background: #F1F1F3;
  box-shadow: 0px 29px 56.4px -12px rgba(130, 142, 150, 0.33), 0px 0px 100px 0px rgba(255, 255, 255, 0.95) inset;
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-chapter {
    padding: 10px 0;
  }
}
.delivery-table .content .table-container .table-chapter .country-region {
  display: flex;
  width: 250px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  align-self: stretch;
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
}
@media (max-width: 1350px) {
  .delivery-table .content .table-container .table-chapter .country-region {
    padding: 20px;
    width: 220px;
  }
}
@media (max-width: 1230px) {
  .delivery-table .content .table-container .table-chapter .country-region {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-chapter .country-region {
    font-size: 12px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .delivery-table .content .table-container .table-chapter .country-region {
    font-size: 12px;
    padding: 5px;
    align-items: flex-start;
  }
}
.delivery-table .content .table-container .table-chapter .chapter-table-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  width: 100%;
}
.delivery-table .content .table-container .table-chapter .chapter-table-container .items-row {
  display: flex;
  gap: 5px;
  width: 100%;
}
.delivery-table .content .table-container .table-chapter .chapter-table-container .items-row:hover .item {
  background: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: none;
}
.delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(41, 54, 63, 0.1);
  color: #18232A;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  max-width: 345px;
  width: 100%;
}
@media (max-width: 1350px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
    padding: 20px;
  }
}
@media (max-width: 1230px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
    font-size: 12px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item {
    font-size: 10px;
    padding: 5px;
  }
}
.delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
  display: flex;
  width: 350px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  /*align-items: flex-start;*/
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #D5D8DA;
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
    padding: 20px;
    width: 280px;
  }
}
@media (max-width: 1230px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
    width: 200px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
    font-size: 12px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .delivery-table .content .table-container .table-chapter .chapter-table-container .items-row .item:first-child {
    font-size: 10px;
    padding: 5px;
    max-width: 100px;
  }
}

.product-page-content {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .product-page-content {
    padding-bottom: 30px;
  }
}
.product-page-content .content {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (max-width: 1024px) {
  .product-page-content .content {
    gap: 30px;
  }
}
.product-page-content .content .title-row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.product-page-content .content .title-row h1 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 80px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 75.2px */
}
@media (max-width: 1024px) {
  .product-page-content .content .title-row h1 {
    font-size: 40px;
  }
}
.product-page-content .content .gallery-container {
  display: flex;
  gap: 20px;
  height: 550px;
}
@media (max-width: 1024px) {
  .product-page-content .content .gallery-container {
    flex-direction: column;
    height: 100%;
  }
}
.product-page-content .content .gallery-container .gallery-mini-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
}
.product-page-content .content .gallery-container .gallery-mini-wrap .more-photos {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 20px 30px;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 7px 22px -15px rgba(0, 0, 0, 0.25);
}
.product-page-content .content .gallery-container .gallery-mini-wrap .more-photos:hover {
  background: #FF0033;
}
.product-page-content .content .gallery-container .gallery-mini-wrap .more-photos:hover span {
  color: #FFFFFF;
}
.product-page-content .content .gallery-container .gallery-mini-wrap .more-photos .icon {
  border-radius: 10px;
  background: #F03;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.product-page-content .content .gallery-container .gallery-mini-wrap .more-photos span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-page-content .content .gallery-container .gallery-mini {
  flex-shrink: 0;
  height: 80%;
  width: 400px;
}
@media (max-width: 1500px) {
  .product-page-content .content .gallery-container .gallery-mini {
    width: 320px;
    height: 80%;
  }
}
@media (max-width: 1024px) {
  .product-page-content .content .gallery-container .gallery-mini {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery-mini {
    width: 100%;
    height: 100px;
  }
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide {
  transition: 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide .zoom-icon {
  display: flex;
  padding: 5px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(3.75px);
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide:hover .zoom-icon {
  opacity: 1;
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  transition: 0.3s ease;
  opacity: 0.4;
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:hover .zoom-icon {
  opacity: 0;
}
.product-page-content .content .gallery-container .gallery-mini .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page-content .content .gallery-container .gallery {
  max-width: calc(100% - 400px - 20px);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery {
    border-radius: 10px;
  }
}
@media (max-width: 1500px) {
  .product-page-content .content .gallery-container .gallery {
    max-width: calc(100% - 320px - 20px);
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .product-page-content .content .gallery-container .gallery {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery {
    height: 300px;
  }
}
.product-page-content .content .gallery-container .gallery:hover .gallery-navigation .zoom {
  opacity: 1;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery .gallery-navigation {
    bottom: 20px;
    right: 20px;
  }
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .zoom {
  cursor: pointer;
  display: flex;
  height: 60px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(3.75px);
  opacity: 0;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery .gallery-navigation .zoom {
    height: 40px;
  }
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .zoom:hover {
  border-radius: 20px;
  background: #F03;
  backdrop-filter: blur(3.75px);
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .zoom:hover span {
  color: #fff;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .zoom:hover svg path {
  fill: #fff;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .zoom span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-prev {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #F4F4F5;
  cursor: pointer;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-prev:hover {
  background: #FF0033;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-prev:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-prev {
    width: 40px;
    height: 40px;
  }
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-next {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #F4F4F5;
  cursor: pointer;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-next:hover {
  background: #FF0033;
}
.product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-next:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .product-page-content .content .gallery-container .gallery .gallery-navigation .gallery-btn-next {
    width: 40px;
    height: 40px;
  }
}
.product-page-content .content .gallery-container .gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page-content .content .gallery-container .gallery .swiper-slide:hover img {
  transform: scale(1.1);
}
.product-page-content .content .gallery-container .gallery .swiper-slide .gallery-content {
  width: 100%;
  height: 100%;
}
.product-page-content .content .gallery-container .gallery .swiper-slide .gallery-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s ease;
}
.product-page-content .content .params-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-page-content .content .params-title h2 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 47px */
}
@media (max-width: 1024px) {
  .product-page-content .content .params-title h2 {
    font-size: 30px;
  }
}
.product-page-content .content .params-title p {
  color: #18232A;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 640px;
}
@media (max-width: 1024px) {
  .product-page-content .content .params-title p {
    text-align: left;
  }
}
.contacts-page-container {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .contacts-page-container {
    padding-bottom: 30px;
  }
}
.contacts-page-container .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .contacts-page-container .content {
    gap: 30px;
  }
}
.contacts-page-container .content .title-row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contacts-page-container .content .title-row h1 {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 80px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 75.2px */
}
@media (max-width: 1024px) {
  .contacts-page-container .content .title-row h1 {
    font-size: 40px;
  }
}
.contacts-page-container .content .contacts-columns {
  display: flex;
  gap: 100px;
}
@media (max-width: 1745px) {
  .contacts-page-container .content .contacts-columns {
    gap: 50px;
  }
}
@media (max-width: 1170px) {
  .contacts-page-container .content .contacts-columns {
    gap: 30px;
    flex-direction: column;
  }
}
.contacts-page-container .content .contacts-columns .contact-col {
  max-width: calc((100% - 620px - 200px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1745px) {
  .contacts-page-container .content .contacts-columns .contact-col {
    max-width: calc((100% - 500px - 100px) / 2);
  }
}
@media (max-width: 1170px) {
  .contacts-page-container .content .contacts-columns .contact-col {
    gap: 30px;
    max-width: 100%;
  }
}
.contacts-page-container .content .contacts-columns .contact-col .chapter {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contacts-page-container .content .contacts-columns .contact-col .chapter p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 350;
  line-height: 94%; /* 23.5px */
}
.contacts-page-container .content .contacts-columns .contact-col .contact-container {
  display: flex;
  flex-direction: column;
}
.contacts-page-container .content .contacts-columns .contact-col .contact-container span {
  color: #828E96;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.contacts-page-container .content .contacts-columns .contact-col .contact-container a {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts-page-container .content .contacts-columns .contact-col .contact-container a:hover {
  color: #FF0033;
}
@media (max-width: 1520px) {
  .contacts-page-container .content .contacts-columns .contact-col .contact-container a {
    font-size: 20px;
  }
}
.contacts-page-container .content .contacts-columns .contact-col .contact-container p {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1520px) {
  .contacts-page-container .content .contacts-columns .contact-col .contact-container p {
    font-size: 20px;
  }
}
.contacts-page-container .content .contacts-columns .contact-col .line {
  background: #D5D8DA;
  width: 100%;
  height: 1px;
}
.contacts-page-container .content .contacts-columns .contact-col .link {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 20px;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid #18232A;
}
.contacts-page-container .content .contacts-columns .contact-col .link:hover {
  border: 1px solid #18232A;
  background: #18232A;
}
.contacts-page-container .content .contacts-columns .contact-col .link:hover span {
  color: #FFFFFF;
}
.contacts-page-container .content .contacts-columns .contact-col .link:hover svg path {
  fill: #FFFFFF;
}
.contacts-page-container .content .contacts-columns .contact-col .link span {
  color: #18232A;
  font-family: "Segoe UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Контейнер с формой */
.contacts-page-container .content .contacts-columns .form-col {
  max-width: 620px;
  width: 100%;
}

@media (max-width: 1745px) {
  .contacts-page-container .content .contacts-columns .form-col {
    max-width: 500px;
  }
}

@media (max-width: 1170px) {
  .contacts-page-container .content .contacts-columns .form-col {
    max-width: 100%;
  }
}

/* Сама форма */
.contacts-page-container .content .contacts-columns .form-col form {
  border-radius: 40px;
  background: #828E96;
  box-shadow: 0px 35px 42.9px -35px #18232A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}

@media (max-width: 1170px) {
  .contacts-page-container .content .contacts-columns .form-col form {
    padding: 30px;
    gap: 30px;
  }
}

/* Заголовок формы ("Свяжитесь с нами") */
.contacts-page-container .content .contacts-columns .form-col form p {
  color: #D5D8DA;
  text-shadow: 3px 4px 4px rgba(24, 35, 42, 0.15);
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 94%; /* ~47px */
  text-align: center;
}

@media (max-width: 1024px) {
  .contacts-page-container .content .contacts-columns .form-col form p {
    font-size: 30px;
    text-align: center;
  }
}

/* Обёртка для каждого поля */
.contacts-page-container .content .contacts-columns .form-col form .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px; /* отступ между инпутом и сообщением об ошибке */
  width: 100%;
}


/* Сами поля: input и textarea */
.contacts-page-container .content .contacts-columns .form-col form .form-group input,
.contacts-page-container .content .contacts-columns .form-col form .form-group textarea {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 15px;
  border: 1px solid #B9C0C5;
  background: #929EA6;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* ~26px */
  outline: none;
  box-sizing: border-box;
}

/* Placeholder (подсказка внутри поля) */
.contacts-page-container .content .contacts-columns .form-col form
.form-group input::placeholder,
.contacts-page-container .content .contacts-columns .form-col form
.form-group textarea::placeholder {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

/* Блок для двух полей (телефон и email) в одну строку */
.contacts-page-container .content .contacts-columns .form-col form .input-wrap {
  display: flex;
  gap: 50px;
  width: 100%;
}

/* Каждая .form-group внутри .input-wrap занимает ровно половину */
.contacts-page-container .content .contacts-columns .form-col form
.input-wrap .form-group {
  width: 100%;
}
.contacts-page-container .content .contacts-columns .form-col form .form-group{
  width: 100%;
}
/* Текстовое поле (textarea) — фиксированная высота */
.contacts-page-container .content .contacts-columns .form-col form
.form-group textarea {
  width: 100%;
  height: 156px;
  resize: none;
  align-items: flex-start;
}

/* Сообщения об ошибках (если нужно) */
.contacts-page-container .content .contacts-columns .form-col form
.form-group .error-message {
  color: #FF5733;
  font-size: 14px;
  line-height: 1.2;
  min-height: 18px; /* чтобы всегда было место под текст ошибки */
}

/* Блок согласия */
.contacts-page-container .content .contacts-columns .form-col form .agreement {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 820px) {
  .contacts-page-container .content .contacts-columns .form-col form .agreement {
    gap: 10px;
  }
}

/* Переключатель (чекбокс) */
.contacts-page-container .content .contacts-columns .form-col form .agreement .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement .switch input {
  display: none;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #A9AEB9;
  transition: 0.4s;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #FFF;
  transition: 0.4s;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement input:checked + .slider {
  background-color: #FF0033;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement input:checked + .slider:before {
  transform: translateX(17px);
}

/* Скруглённый переключатель */
.contacts-page-container .content .contacts-columns .form-col form .agreement .slider.round {
  border-radius: 34px;
}

.contacts-page-container .content .contacts-columns .form-col form .agreement .slider.round:before {
  border-radius: 50%;
}

/* Текст после переключателя (согласие) */
.contacts-page-container .content .contacts-columns .form-col form .agreement p {
  color: #CDCDCD;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 820px) {
  .contacts-page-container .content .contacts-columns .form-col form .agreement p {
    font-size: 12px;
  }
}

/* Кнопка */
.contacts-page-container .content .contacts-columns .form-col form button {
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  border: none;
  background: #18232A; /* чёрный, как на втором скриншоте */
  transition: background 0.3s ease;
}

/* Ховер по кнопке */
.contacts-page-container .content .contacts-columns .form-col form button:hover {
  background: #444F57; /* чуть посветлее для эффекта наведения */
}
.contacts-page-container .content .contacts-columns .form-col form button:disabled {
  background: #808080 !important;
  cursor: not-allowed;
}

/* Текст в кнопке */
.contacts-page-container .content .contacts-columns .form-col form button span {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}



.social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social a {
  position: relative;
  width: 70px;
  height: 70px;
}
.social a.viber:hover .circle {
  background: var(---Color, #9747FF);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.social a.viber:hover .circle2 {
  background: var(---Color, #9747FF);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(151, 71, 255, 0.7));
}
.social a.viber:hover .circle2 svg path {
  fill: #FFFFFF;
}
.social a.watsapp:hover .circle {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.social a.watsapp:hover .circle2 {
  background: var(---Color-WA, #3ADC49);
  box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(58, 220, 73, 0.7));
}
.social a.watsapp:hover .circle2 svg path {
  fill: #FFFFFF;
}
.social a.tg:hover .circle {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
}
.social a.tg:hover .circle2 {
  background: var(---Color-TG, #2AA1DD);
  box-shadow: 10px 10px 20px 0px rgba(255, 255, 255, 0.38) inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(42, 161, 221, 0.7));
}
.social a.tg:hover .circle2 svg path {
  fill: #FFFFFF;
}
.social a .circle {
  width: 70px;
  height: 70px;
  background: rgba(130, 142, 150, 0.37);
  box-shadow: 4px 3px 10px 0px rgba(255, 255, 255, 0.6) inset;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.29;
}
.social a .circle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  background: var(---, #F4F4F5);
  box-shadow: 10px 10px 10px 0px #FFF inset, -3px -5px 10px -5px rgba(35, 48, 56, 0.25) inset;
  filter: drop-shadow(7px 8px 7.8px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.social a .circle2 svg path {
  fill: #18232A;
}

/*# sourceMappingURL=style.css.map */
