

/* Start:/local/templates/tottit_landing/css/style.css?175975174183807*/
@font-face {
    font-family: Inter;
    src: url(/local/templates/tottit_landing/css/../fonts/inter/Inter_18pt-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url(/local/templates/tottit_landing/css/../fonts/inter/Inter_18pt-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Comfortaa;
    src: url(/local/templates/tottit_landing/css/../fonts/comfortaa/Comfortaa-Bold.ttf);
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1420px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.bx-composite-btn {
    display: none !important;
}
.header {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
    background: var(--white, #FFF);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    transition: 0.3s;
}

.header_scroll {
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
    background: rgba(255, 255, 255, 0.85);
}

.header .container {
    display: flex;
    align-items: center;
}

.header-logo {
    width: 80px;
    height: 40px;
}

.header-logo img {
    width: 100%;
}

.header-nav {
    display: flex;
    gap: 48px;
    margin-left: auto;
    margin-right: auto;
}

.header-nav-link {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    box-sizing: border-box;
    cursor: pointer;
}

.header-nav-link:hover {
    border-bottom: 1px solid var(--blue, #2366E9);
    color: var(--blue, #2366E9);
}

.header-search {
    width: 480px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--blue, #2366E9);
    background: var(--white, #FFF);
    display: flex;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

.header-search:hover {
    border: 1px solid var(--blue-hover, #0D4AC1);
}

.header-search-text {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    border-radius: 8px;
    padding-left: 16px;
    box-sizing: border-box;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.header-search-text::placeholder {
    color: var(--dark-grey, #C2C8CF);
}

.header-search-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: var(--blue, #2366E9);
    background-image: url(/local/templates/tottit_landing/css/../img/header/search.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: 0;
    border: 0;
    cursor: pointer;
    margin-right: -2px;
    transition: 0.3s;
}

.header-search:hover .header-search-btn {
    background-color: var(--blue-hover, #0D4AC1);
}

.header-search-close {
    display: none;
}

.header-search-clear {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/close.svg);
    background-size: 100% 100%;
    margin-right: 16px;
    cursor: pointer;
    display: none;
}

.header-search-res {
    position: absolute;
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    top: calc(100% + 8px);
    padding: 16px;
    box-sizing: border-box;
    display: none;
    z-index: 6;
}

/* .header-search-text:focus + .header-search-res {
    display: block;
} */

.header-search-res-prev {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
    box-sizing: border-box;
    margin-bottom: 16px;
}

.header-search-res-prev div {
    display: flex;
    align-items: center;
}

.header-search-res-prev div a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
}

.header-search-res-prev div a::before {
    content: '';
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/prev.svg);
    background-size: 100% 100%;
    display: flex;
}

.header-search-res_close {
    content: '';
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/close.svg);
    background-size: 100% 100%;
    display: flex;
    margin-left: auto;
}

.header-search-res_close::before {
    background-image: none !important;
}

.header-search-res-pop {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header-search-res-pop div {
    display: flex;
    align-items: center;
}

.header-search-res-pop div a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
}

.header-search-res-pop div a::before {
    content: '';
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/popular.svg);
    background-size: 100% 100%;
    display: flex;
}

.header-search-res-cat {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--light-grey, #ECEFF4);
    box-sizing: border-box;
}

.header-search-res-cat-link {
    display: flex;
    gap: 16px;
    text-decoration: none;
}

.header-search-res-cat-pic {
    width: 40px;
    height: 40px;
}

.header-search-res-cat-pic img {
    width: 100%;
    height: 100%;
}

.header-search-res-cat-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.header-search-res-cat-cont span {
    color: var(--black, #252628);
}

.header-search-menu-btn {
    display: none;
}

.header-menu-btn {
    display: none;
}

.header-menu_back {
    display: none;
}

.header-menu {
    position: fixed;
    top: 83px;
    right: 0;
    left: 0;
    border-radius: 0px 0px 16px 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    height: 416px;
    z-index: 4;
    padding-top: 32px;
    padding-bottom: 32px;
    box-sizing: border-box;
    display: none;
}

.header-menu-block {
    display: none;
}

.header-menu .container {
    display: flex;
    justify-content: space-between;
}

.header-menu-nav {
    display: flex;
    flex-direction: column;
}

.header-menu-nav a {
    padding: 8px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
    transition: 0.3s;
    width: 220px;
    background: var(--white, #FFF);
    transition: 0.3s;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-nav a::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/arrow.svg);
    background-size: 100% 100%;
    opacity: 0;
    transition: 0.3s;
}

.header-menu-nav a:hover {
    background: var(--light-grey, #ECEFF4);
}

.header-menu-nav a:hover::after {
    opacity: 1;
}

.header-menu-row {
    display: flex;
    gap: 24px;
}

.header-menu-item {
    border-radius: 16px;
    border: 2px solid var(--light-grey, #ECEFF4);
    background: var(--white, #FFF);
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: 0.3s;
}

.header-menu-item:hover {
    border: 2px solid var(--blue, #2366E9);
}

.header-menu-item-text {
    color: var(--black, #252628);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    transition: 0.3s;
}

.header-menu-item-text:hover {
    color: #2366E9;
}

.header-menu-item-pic {
    width: 100%;
    height: 236px;
    border-radius: 16px;
}

.header-menu-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.banner {
    margin-top: 50px;
    padding-top: 83px;
}

.banner-slide {
    position: relative;
}

.banner-item {
    height: 400px;
    border-radius: 16px;
    background: #ECEFF4;
    display: flex !important;
    align-items: center;
    background-image: url(/local/templates/tottit_landing/css/../img/banner/basket.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 261px 300px;
}

.banner-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.banner-pic {
    max-width: 50%;
    width: 100%;
    height: 100%;
}

.banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    border-radius: 16px;
}

.banner-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 60px;
    box-sizing: border-box;
}

.banner-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
}

.banner-text {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    max-width: 335px;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    left: -25px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/tottit_landing/css/../img/banner/arrow.svg);
    transition: 0.3s;
    background-color: #fff;
}

.slick-arrow:hover {
    background-image: url(/local/templates/tottit_landing/css/../img/banner/arrow_active.svg);
}

.slick-prev {
    transform: rotate(180deg);
}

.slick-next {
    right: -25px;
    left: auto;
}

.slick-dots {
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--light-grey, #ECEFF4);
    cursor: pointer;
    transition: 0.3s;
}

.slick-dots .slick-active button {
    background-color: #2366E9;
}

.cat {
    margin-top: 80px;
}

.cat-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}

.cat-row {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.cat-item {
    border-radius: 16px;
    background: var(--light-grey, #ECEFF4);
    width: calc(100% / 6);
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid var(--light-grey, #ECEFF4);
    transition: 0.3s;
}

.cat-item:hover {
    border: 1px solid var(--blue, #2366E9);
}

.cat-item-name {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    margin-bottom: 68px;
}

.cat-item-pic {
    width: 100%;
    max-width: 150px;
    height: 130px;
}

.cat-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new {
    margin-top: 80px;
}

.new .slick-track {
    padding-top: 32px;
    padding-bottom: 80px;
}

.new .slick-list {
    margin: 0 -12px;
}

.new-item {
    margin: 0 12px;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.new-item-top {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.new-item-chip {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
    border-radius: 4px;
    padding: 6px 8px;
    box-sizing: border-box;
    gap: 4px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.new-item-chip_new {
    background: #10D48E;
}

.new-item-chip_new::before {
    content: '';
    min-width: 12px;
    max-width: 12px;
    display: flex;
    height: 12px;
    background-image: url(/local/templates/tottit_landing/css/../img/new/star.svg);
    background-size: 100% 100%;
}

.new-item-chip_month {
    background: #FF7919;
}

.new-item-chip_month::before {
    content: '';
    min-width: 12px;
    max-width: 12px;
    display: flex;
    height: 12px;
    background-image: url(/local/templates/tottit_landing/css/../img/new/month.svg);
    background-size: 100% 100%;
}

.new-item-chip_best {
    background: #FF5C82;
}

.new-item-chip_best::before {
    content: '';
    min-width: 12px;
    max-width: 12px;
    display: flex;
    height: 12px;
    background-image: url(/local/templates/tottit_landing/css/../img/new/best.svg);
    background-size: 100% 100%;
}

.new-item-chip_hot {
    background: #FA0E45;
}

.new-item-chip_hot::before {
    content: '';
    min-width: 12px;
    max-width: 12px;
    display: flex;
    height: 12px;
    background-image: url(/local/templates/tottit_landing/css/../img/new/hot.svg);
    background-size: 100% 100%;
}

.new-item:hover {
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.new-item-pic {
    width: 100%;
    height: 308px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.new-item-pic .slick-track {
    padding-top: 0;
}

.new-item-pic .slick-list {
    margin: 0;
    height: 100%;
}

.new-item-pic img {
    width: 100%;
    height: 100%;
    object-fit:contain;
    border-radius: 16px;
}

.new-item-text {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    transition: 0.3s;
    text-decoration: none !important;
}

.new-item-text:hover {
    color: var(--blue, #2366E9);
}

.new-item-pic .slick-dots {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 3;
    gap: 0;
    justify-content: space-between;
    opacity: 0;
    transition: 0.3s;
    gap: 2px;
}

.new-item-pic .slick-dots li button {
    border-radius: 0;
    height: 2px;
    width: 100%;
    border-radius: 1px;
}

.new-item-pic .slick-dots li {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.new-item:hover .new-item-pic .slick-dots {
    opacity: 1;
}

.popular {
    margin-top: 0;
}

.adv {
    background: var(--light-grey, #ECEFF4);
    padding: 50px 0;
}

.adv-row {
    margin-top: 32px;
    display: flex;
    gap: 24px;
}

.adv-sm {
    width: calc(100% / 2 - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.adv-bg {
    width: calc(100% / 2 - 12px);
}

.adv-item {
    display: flex;
    border-radius: 16px;
    background: var(--white, #FFF);
    width: calc(100% / 2 - 12px);
    aspect-ratio: 1 / 1;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}

.adv-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 8px;
    background: radial-gradient(111.8% 111.8% at 100% 0%, #2200C7 0%, #2366E9 82.4%);
}

.adv-icon img {
    width: 100%;
    height: 100%;
}

.adv-cont {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adv-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.adv-text {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.adv-bg .adv-item {
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/tottit_landing/css/../img/adv/bg.png);
    background-size: cover;
    object-fit: cover;
}

.adv-add {
    margin-top: 24px;
    padding: 50px 24px;
    border-radius: 16px;
    background: radial-gradient(111.8% 111.8% at 100% 0%, #2200C7 0%, #2366E9 100%);
    background-position: 100% 0%; /* Начальная позиция градиента в правом верхнем углу */
    background-size: 200% 200%; /* Увеличенный размер для плавного перемещения */
    animation: gradientMove 10s infinite alternate;
    color: rgba(255, 255, 255, 0.60);
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

@keyframes gradientMove {
    0% {
        background-position: 100% 0%; /* Правый верхний угол */
    }
    25% {
        background-position: 100% 100%; /* Правый нижний угол */
    }
    50% {
        background-position: 0% 100%; /* Левый нижний угол */
    }
    75% {
        background-position: 0% 0%; /* Левый верхний угол */
    }
    100% {
        background-position: 100% 0%; /* Вернуться в правый верхний угол */
    }
}

.adv-add span {
    color: var(--white, #FFF);
}

.where {
    margin-top: 80px;
}

.where-nav {
    display: none;
}

.where-row {
    margin-top: 32px;
    height: 500px;
    display: flex;
    gap: 24px;
}

.where-map {
    width: calc(100% - 332px);
    height: 100%;
    border-radius: 16px;
}

.where-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.where-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    width: 100%;
    max-width: 332px;
}

.where-list::-webkit-scrollbar {
    width: 8px; 
}

.where-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.where-list::-webkit-scrollbar-thumb {
    background-color: var(--blue, #2366E9);
    border-radius: 4px;
}

.where-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
    padding-bottom: 24px;
    gap: 16px;
}

.where-item-adr {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-decoration: none;
    transition: 0.3s;
}

.where-item-adr:hover {
    color: var(--blue, #2366E9);
}

.where-item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.where-item-info div {
    display: flex;
    gap: 8px;
}

.where-item-info-time::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/where/clock.svg);
    background-size: 100% 100%;
}

.where-item-info-tel::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/where/telephone.svg);
    background-size: 100% 100%;
}

.where-item-link {
    color: var(--blue, #2366E9);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    text-decoration: none;
    display: flex;
    gap: 4px;
    transition: 0.3s;
}

.where-item-link:hover {
    color: var(--blue-hover, #0D4AC1);
}

.where-item-link::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/where/arrow.svg);
    background-size: 100% 100%;
}

.info {
    margin-top: 80px;
    background: radial-gradient(111.8% 111.8% at 100% 0%, #2200C7 0%, #2366E9 82.4%);
    padding: 101px 0;
}

.info-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.info-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-title {
    color: var(--white, #FFF);
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}

.info-text {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.info-asd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.info-form {
    width: 100%;
    border-radius: 8px;
    background: var(--white, #FFF);
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 480px;
}

.info-form-field {
    width: 100%;
    padding: 13px 16px;
    box-sizing: border-box;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    border: 0;
    border-radius: 8px;
    height: 50px;
    outline: 0;
}

.info-form-field::placeholder {
    color: var(--dark-grey, #C2C8CF);
}

.info-form-submit {
    border-radius: 8px;
    background: var(--light-grey, #ECEFF4);
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    background-image: url(/local/templates/tottit_landing/css/../img/info/arrow.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 2px;
}

.valid-email .info-form-submit {
    background: var(--blue, #2366E9);
    background-image: url(/local/templates/tottit_landing/css/../img/info/arrow_active.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s;
}

.valid-email .info-form-submit:hover {
    background-color: var(--blue-hover, #0D4AC1);
}

.info-asd-add {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
}

.info-asd-add a {
    text-decoration: underline;
    color: var(--white, #FFF);
}

.info-form-clear {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/header/close.svg);
    background-size: 100% 100%;
    margin-right: 16px;
    cursor: pointer;
    display: none;
}

.info-asd-error {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    margin-bottom: 8px;
    position: absolute;
    bottom: 14px;
    display: none;
}

.footer {
    background: var(--light-grey, #ECEFF4);
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo {
    display: flex;
    width: 120px;
}

.footer-logo img {
    width: 100%;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-col-title {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    width: fit-content;
}

.footer-col-title:hover {
    color: var(--blue, #2366E9);
    border-bottom: 1px solid var(--blue, #2366E9);
}

.footer-col-link {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    width: fit-content;
}

.footer-col-link:hover {
    color: var(--blue, #2366E9);
    border-bottom: 1px solid var(--blue, #2366E9);
}

.footer-soc {
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
    justify-content: flex-end;
}

.footer-soc-link {
    width: 40px;
    height: 40px;
}

.footer-soc-link img {
    width: 100%;
    height: 100%;
}

.footer-zx {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-tel {
    color: var(--black, #252628);
    text-decoration: none;
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.footer-tel:hover {
    color: var(--blue, #2366E9);
    border-bottom: 1px solid var(--blue, #2366E9);
}

.footer-time {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.footer-bot {
    margin-top: 50px;
    display: flex;
    gap: 24px;
    justify-content: flex-start !important;
    align-items: center;
}

.footer-bot a {
    text-decoration: none;
    color: var(--blue, #2366E9);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    transition: 0.3s;
}

.footer-bot a:hover {
    color: var(--blue-hover, #0D4AC1);
}

.footer-bot-copy {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    margin-left: auto;
}

.mail {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mail-pop {
    border-radius: 16px;
    background: var(--white, #FFF);
    padding: 32px;
    box-sizing: border-box;
    width: fit-content;
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}

.mail-pop-pic {
    border-radius: 8px;
    background: radial-gradient(111.8% 111.8% at 100% 0%, #2200C7 0%, #2366E9 82.4%);
    width: 50px;
    height: 50px;
    padding: 5px;
}

.mail-pop-pic img {
    width: 100%;
    height: 100%;
}

.mail-pop-cont {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mail-pop-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.mail-pop-text {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.mail-pop-close {
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/adv/close.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.catalog-chip {
    display: flex;
    margin-top: 24px;
    padding-top: 0;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.catalog-chip {
    display: flex;
    width: 100%;
    gap: 8px;
}

.catalog-chip a {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-chip a::after {
    content: '';
    width: 8px;
    height: 1px;
    background: var(--dark-grey, #C2C8CF);
    display: flex;
}

.catalog-chip a:last-child:after {
    display: none;
}

.catalog-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    margin-bottom: 32px;
}

.catalog-title span {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    margin-left: 8px;
}

.catalog_cat {
    margin-bottom: 80px;
}

.catalog_cat .cat-row {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 0;
}

.catalog_cat .cat-item {
    width: calc(100% / 4 - 18px);
}

.catalog-row .container {
    display: flex;
    gap: 65px;
}

.catalog-cont {
    width: 100%;
    margin-bottom: 80px;
    max-width: 1100px;
}

.catalog-pop {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog-pop-title {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.catalog-pop-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.catalog-pop-item {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
    border-radius: 8px;
    background: var(--light-grey, #ECEFF4);
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: auto;
    transition: 0.3s;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    gap: 10px;
}

.catalog-pop-item:hover {
    background: var(--dark-grey, #C2C8CF);
}

.catalog-pop-item-del {
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/close.svg);
    background-size: 100% 100%;
}

.catalog-drop {
    position: relative;
    margin-top: 24px;
    width: fit-content;
}

.catalog-drop-btn {
    width: 245px;
    height: 40px;
    padding: 13px 16px;
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    cursor: pointer;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.catalog-drop-btn:after {
    content: ""; /* Стрелка вниз */
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/arrow.svg);
    background-size: 100% 100%;
    display: flex;
    margin-top: -2px;
    transition: 0.3s;
}

.active.catalog-drop-btn:after {
    transform: rotate(180deg);
}

.catalog-drop-menu {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    border: 1px solid #ddd;
    border: 0;
    z-index: 4;
    overflow-y: auto;
    top: calc(100% + 8px);
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.catalog-filter-btn {
    display: none;
}

.select-hide {
    display: none;
}

.select-item {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

.select-item:hover {
    background: var(--light-grey, #ECEFF4);
}

.catalog-pop_active {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--light-grey, #ECEFF4);
}

.catalog-pop_active-clear {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/clear.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: var(--light-grey, #ECEFF4);
    transition: 0.3s;
}

.catalog-pop_active-clear:hover {
    background-color: var(--dark-grey, #C2C8CF);
}

.catalog-pop_active .catalog-pop-item {
    padding-right: 10px;
}

.catalog-pop_active .catalog-pop-item:hover {
    background-color: var(--light-grey, #ECEFF4);
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 24px;
}

.catalog-list-block {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
}

.catalog-list-block:last-child {
    border-bottom: 0;
}

.catalog-list .new-item {
    width: calc(100% / 4 - 18.8px);
    margin: 0;
}

.catalog-list .new-item-pic {
    height: 236px;
}

.catalog-bot {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.catalog-pag {
    display: flex;
    gap: 8px;
}

.catalog-pag-item {
    width: 34px;
    height: 34px;
    text-decoration: none;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.catalog-pag-item:hover {
    background: var(--blue, #2366E9);
    border: 1px solid var(--blue, #2366E9);
    color: var(--white, #FFF);
}

.catalog-pag-item_active {
    background: var(--blue, #2366E9);
    border: 1px solid var(--blue, #2366E9);
    color: var(--white, #FFF);
    transition: 0.3s;
}

.catalog-pag-item_active:hover {
    background: var(--blue-hover, #0D4AC1);
}

.catalog-more {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    padding: 13px 24px;
    border-radius: 8px;
    background: var(--blue, #2366E9);
    text-decoration: none;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: fit-content;
    transition: 0.3s;
}

.catalog-more:hover {
    background: var(--blue-hover, #0D4AC1);
}

.catalog-filter {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-filter-cat {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
}

.catalog-filter-block_drop .catalog-filter-title {
    cursor: pointer;
}

.catalog-filter-title {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    height: 30px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-filter-title-btn {
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/arrow.svg);
    background-size: 100% 100%;
    transition: 0.3s;
    transform: rotate(180deg);
}

.catalog-filter-cat .catalog-filter-title  {
    line-height: 100%;
    padding-bottom: 0;
    height: auto;
}

.catalog-cat-list {
    display: flex;
    flex-direction: column;
}

.catalog-filter-link {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    border-radius: 8px;
    padding: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.catalog-filter-link_active {
    color: var(--black, #252628);
    background: var(--light-grey, #ECEFF4);
}

.catalog-filter-link:hover {
    color: #585858;
    background: #F6F8FA;
}

.catalog-filter-link_active:hover {
    color: var(--black, #252628);
    background: var(--light-grey, #ECEFF4);
}

.catalog-filter-link:active {
    color: var(--blue, #2366E9);
    background: #F6F8FA;
}

.catalog-filter-price {
    display: flex;
    gap: 16px;
    position: relative;
}

.catalog-filter-price::after {
    content: '';
    width: 8px;
    height: 1px;
    background: var(--dark-grey, #C2C8CF);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.catalog-filter-price-item {
    width: calc(100% / 2 - 8px);
    position: relative;
}

.catalog-filter-price-item-input {
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    padding: 14px;
    padding-left: 32px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    transition: 0.3s;
}

.catalog-filter-price-item-input:hover {
    border: 1px solid var(--blue-hover, #0D4AC1);
}

.catalog-filter-price-item-input:focus {
    border: 1px solid var(--blue, #2366E9);
}

.catalog-filter-price-item:nth-child(1)::before {
    content: 'от';
    position: absolute;
    left: 14px;
    bottom: 16px;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.catalog-filter-price-item:nth-child(2)::before {
    content: 'до';
    position: absolute;
    left: 14px;
    bottom: 16px;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.catalog-filter-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.catalog-filter-list-item {
    display: flex;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.catalog-filter-list-item input + span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    transition: 0.3s;
    position: relative;
}

.catalog-filter-list-item:hover input + span {
    border: 1px solid var(--blue, #2366E9);
}

.catalog-filter-list-item input + span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: var(--blue, #2366E9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s;
}

.catalog-filter-list-item input:checked + span {
    border: 1px solid var(--blue, #2366E9);
}

.catalog-filter-list-item input:checked + span::after {
    opacity: 1;
}

.catalog-filter-list-item input {
    opacity: 0;
    position: absolute;
}

.catalog-filter-block_drop {
    max-height: 500px;
    overflow: hidden;
    transition: 0.3s;
}

.catalog-filter-block_drop_closed {
    max-height: 18px;
}

.catalog-filter-block_drop_closed .catalog-filter-title-btn {
    transform: rotate(0);
}

.catalog-filter-top {
    display: none;
}

.catalog-filter-bot {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-filter-bot-more {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: var(--blue, #2366E9);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    transition: 0.3s;
}

.catalog-filter-bot-more:hover {
    background: var(--blue-hover, #0D4AC1);
}

.catalog-filter-bot-reset {
    text-decoration: none;
    color: var(--blue, #2366E9);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    text-decoration: none;
    height: 50px;
    width: 100%;
}

.catalog-filter-bot-reset:hover {
    color: #0D4AC1;
    transition: 0.3s;
}

.card {
    display: flex;
    gap: 24px;
}

.card-char {
    max-width: 322px;
    min-width: 200px;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-char-garanty {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    display: flex;
    gap: 8px;
    align-items: center;
}

.card-char-garanty::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/card/shield-tick.svg);
    background-size: 100% 100%;
}

.card-char-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.card-char-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    width: 100%;
}

.card-char-list li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.card-char-list li span {
    max-width: 210px;
    min-width: 210px;
    width: 100%;
    color: var(--dark-grey, #C2C8CF);
    display: flex;
    gap: 4px;
    align-items: flex-end;
    white-space: nowrap;
}

.card-char-list li span::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--dark-grey, #ECEFF4);
    margin-bottom: 3px;
}

.card-char-all {
    color: var(--blue, #2366E9);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    cursor: pointer;
    transition: 0.3s;
}

.card-char-all:hover {
    color: rgba(13, 74, 193, 1);
}

.card-btn {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    height: 50px;
    border-radius: 8px;
    background: var(--blue, #2366E9);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
    max-width: 332px;
    min-width: 175px;
    cursor: pointer;
}

.card-btn:hover {
    background: var(--blue-hover, #0D4AC1);
}

.card-slider {
    display: flex;
    gap: 24px;
    width: 100%;
    height: 600px;
}

.card-slider-main {
    max-width: 600px;
    width: 100%;
    height: 100%;
    position: relative;
}

.card-slider-main .new-item-top {
    left: 16px;
    top: 16px;
}

.card-slider-main-row {

}

.card-slider-main-item {
    border-radius: 16px;
}

.card-slider-main-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-slider-nav {
    max-width: 64px;
    min-width: 64px;
    width: 100%;
    height: 100%;
}

.card-slider-nav-item {
    width: 64px !important;
    height: 64px !important;
    border-radius: 16px;
    display: flex;
    border: 1px solid transparent !important;
    margin-bottom: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.card-slider-nav .slick-current {
    border: 1px solid var(--blue, #2366E9) !important;   
}

.card-slider-nav-item:hover {
    border: 1px solid var(--blue, #2366E9) !important;   
}

.card-slider-nav-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.card-slider-nav .slick-track {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-slider-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-slider-nav-prev, .card-slider-nav-next {
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/arrow.svg);
    background-size: 100% 100%;
    position: unset;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.card-slider-nav-prev:hover, .card-slider-nav-next:hover {
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/arrow.svg);
    background-size: 100% 100%;
    position: unset;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.card-slider-nav-prev {
    transform: rotate(180deg);
    margin-bottom: 16px !important;
}

.desc {
    display: flex;
    gap: 24px;
    margin-top: 48px;
    margin-bottom: 80px;
}

.desc-cont {
    width: 100%;
}

.desc-nav {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.desc-nav-item {
    color: var(--dark-grey, #C2C8CF);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    transition: 0.3s;
    cursor: pointer;
}

.desc-nav-item:hover {
    color: var(--black, #252628);
}

.desc-nav-item_active {
    color: var(--black, #252628);
}

.desc-nav-item_mob {
    display: none;
}

.desc-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.desc-info p {
	display: flex;
	flex-direction: column;
	gap: 16px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.desc-info p b {
	color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.desc-info-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.desc-info-title {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
}

.desc-info-text {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.desc-block {
    display: none;
}

.desc-block_active {
    display: flex;
}

.desc-char .card-char-list li {
    white-space: nowrap;
}

.desc-char .card-char-list li span {
    max-width: none;
    min-width: 0;
}

.desc-side {
    max-width: 332px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.desc-comp {
    display: flex;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    box-sizing: border-box;
    flex-direction: column;
    gap: 16px;
}

.desc-comp-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.desc-comp-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.desc-comp-list li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.desc-comp-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--blue, #2366E9);
    border-radius: 50%;
}

.desc-doc-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}

.desc-doc-list a {
    display: flex;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
    align-items: center;
    gap: 8px;
    position: relative;
    width: fit-content;
}

.desc-doc-list a::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/tottit_landing/css/../img/card/dow.svg);
    background-size: 100% 100%;
}

.desc-doc-list a::after {
    content: 'Скачать документ';
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 5px 10px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    position: absolute;
    left: 80%;
    top: 100%;
    white-space: nowrap;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.desc-doc-list a:hover::after {
    opacity: 1;
}

.where-pop {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: #fff;
    display: none;
    height: calc(100vh - 83px);
}

.where-pop_active {
    display: block;
}

.where-pop .where {
    margin-top: 32px;
}

.where-pop .where .container {
    position: relative;
}

.where-close {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/ft_close.svg);
    background-size: 20px 20px;
    border-radius: 25px;
    background-color: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    background-position: center center;
    background-repeat: no-repeat;
    right: 20px;
    top: -10px;
    cursor: pointer;
    transition: 0.3s;
}

.where-close:hover {
    scale: 1.1;
}

.where-pop .where-row {
    height: calc(100vh - 187px);
}

.buyer-row {
    display: flex;
    gap: 24px;
}

.buyer-nav {
    display: flex;
    padding: 32px;
    border-radius: 16px;
    background: var(--light-grey, #ECEFF4);
    flex-direction: column;
    gap: 24px;
    max-width: 332px;
    width: 100%;
    height: fit-content;
}

.buyer-nav-title {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
}

.buyer-nav-link {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    text-decoration: none;
    transition: 0.3s;
    width: fit-content;
}

.buyer-nav-link:hover {
    color: var(--blue, #2366E9);
}

.buyer-nav-link_active {
    color: var(--blue, #2366E9);
}

.buyer-cont {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

.buyer-title {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}

.buyer-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.buyer-cont h2 {
    color: var(--black, #252628);
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.buyer-block div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buyer-cont span {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
}

.buyer-cont p {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.buyer-cont ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.buyer-cont ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.buyer-cont ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--blue, #2366E9);
    border-radius: 50%;
}

.buyer-form {
    width: 616px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.buyer-drop {
    position: relative;
    width: 100%;
}

.buyer-drop-btn {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    cursor: pointer;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    transition: 0.3s;
}

.buyer-drop-btn:hover, .buyer-drop-btn.active, .buyer_filled .buyer-drop-btn {
    border: 1px solid var(--blue, #2366E9);
}

.buyer-drop-btn:after {
    content: ""; /* Стрелка вниз */
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/tottit_landing/css/../img/catalog/arrow.svg);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.active.buyer-drop-btn:after {
    transform: rotate(180deg);
}

.buyer-drop-menu {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    border: 1px solid #ddd;
    border: 0;
    z-index: 4;
    overflow-y: auto;
    top: calc(100% + 8px);
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.buyer-drop-help {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    position: absolute;
    top: 16px;
    left: 16px;
    margin: auto;
    height: fit-content;
}

.buyer-drop-help_ac {
    top: 8px;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
}

.buyer-drop-help span {
    color: var(--blue, #2366E9);
}

.buyer_filled .buyer-drop-help, .buyer_filled .buyer-drop-help span {
    top: 8px;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
}

.buyer_filled .buyer-drop-btn {
    padding-top: 14px;
}

.buyer-text {
    width: 100%;
    position: relative;
}

.buyer-text-area {
    resize: none;
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 25px 16px 16px 16px;
    outline: none;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    transition: 0.3s;
}

.buyer-text-area:hover, .buyer-text-area:focus {
    border: 1px solid var(--blue, #2366E9);
}

.buyer-form-cont {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.buyer-form-cont-title {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
}

.buyer-form-cont-row {
    display: flex;
    gap: 24px;
}

.buyer-form-cont-label {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    display: flex;
    align-items: center;
    gap: 8px;
}

.buyer-form-cont-label input {
    display: none;
}

.buyer-form-cont-label span {
    border: 1px solid rgba(194, 200, 207, 1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buyer-form-cont-label span::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--blue, #2366E9);
    border-radius: 50%;
    display: flex;
    opacity: 0;
    transition: 0.3s;
}

.buyer-form-cont-label input:checked ~ span {
    border: 1px solid var(--blue, #2366E9);
}

.buyer-form-cont-label input:checked ~ span::before {
    opacity: 1;
}

.buyer-form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.buyer-form-block {
    width: calc(100% / 2 - 8px);
    position: relative;
}

.buyer-form-input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--dark-grey, #C2C8CF);
    background: var(--white, #FFF);
    box-sizing: border-box;
    outline: 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    transition: 0.3s;
}

.buyer-form-input:hover, .buyer-form-input:focus {
    border: 1px solid var(--blue, #2366E9);
}

.buyer-form-block_act .buyer-drop-help {
    top: 8px;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
}

.buyer-form-block_act .buyer-drop-help span {
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
}

.buyer-form-block_act .buyer-form-input {
    padding-top: 10px;
}

.buyer-form-bot {
    display: flex;
    gap: 16px;
    align-items: center;
}

.buyer-form-bot input {
    width: calc(100% / 2 - 8px);
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    height: 50px;
    border-radius: 8px;
    background: var(--blue-disable, #91B3F4);
    border: 0;
}

.buyer-form-bot div {
    display: flex;
    flex-direction: column;
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
}

.buyer-form-bot div a {
    border-bottom: 1px solid var(--dark-grey, #C2C8CF);
    color: var(--dark-grey, #C2C8CF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
    width: fit-content;
    text-decoration: none;
}

.new .slick-disabled {
    display: none !important;
}

@media (max-width: 1100px) {
    .header {
        padding: 16px 0;
    }

    .header .container {
        justify-content: space-between;
    }

    .header-menu-btn {
        display: flex;
        border-radius: 8px;
        background: var(--light-grey, #ECEFF4);
        width: 40px;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url(/local/templates/tottit_landing/css/../img/header/menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
        transition: 0.3s;
    }

    .header-menu-btn_close {
        background-image: url(/local/templates/tottit_landing/css/../img/header/menu_close.svg);
    }

    .header-nav {
        display: flex;
        position: fixed;
        top: 73px;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--white, #FFF);
        padding: 0 33px;
        box-sizing: border-box;
        flex-direction: column;
        gap: 16px;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .header-nav-link {
        border-bottom: 1px solid var(--light-grey, #ECEFF4);
        padding-bottom: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav-link:hover {
        border-bottom: 1px solid var(--light-grey, #ECEFF4);
    }

    .header-nav-link::after {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url(/local/templates/tottit_landing/css/../img/header/arrow_menu.svg);
        background-size: 100% 100%;
    }

    .header-nav_active {
        display: flex;
        max-height: 100%;
        padding: 16px 33px;
    }

    .header-menu {
        display: none;
        position: fixed;
        top: 73px;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--white, #FFF);
        z-index: 5;
        box-shadow: none;
        padding: 0;
        flex-direction: column;
    }

    .header-menu .container {
        margin: 0;
        width: 100%;
    }

    .header-menu-nav {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .header-menu-nav a {
        padding: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--light-grey, #ECEFF4);
        max-width: none;
        width: 100%;
        border-radius: 0;
    }

    .header-menu_active {
        display: flex;
    }

    .header-menu-row {
        display: none;
    }

    .header-menu_back {
        display: flex;
        width: 100%;
        color: var(--black, #252628);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 18.2px */
        text-transform: uppercase;
        padding: 16px 33px;
        border-bottom: 1px solid var(--light-grey, #ECEFF4);
        justify-content: center;
        box-sizing: border-box;
        position: relative;
    }

    .header-menu_back::before {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url(/local/templates/tottit_landing/css/../img/header/arrow_menu.svg);
        transform: rotate(180deg);
        background-size: 100% 100%;
        position: absolute;
        left: 33px;
    }

    .header-search-menu {
        display: flex;
        position: fixed;
        top: 73px;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--white, #FFF);
        z-index: 5;
        padding: 0 33px;
        box-sizing: border-box;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    } 

    .header-search-menu_active {
        max-height: 100%;
        padding: 24px 33px;
    }

    .header-search {
        width: 100%;
        border: 0;
        display: flex;
        gap: 8px;
    }

    .header-search:hover {
        border: 0;
    }

    .header-search-btn {
        display: none;
    }

    .header-search-menu-btn {
        display: flex;
        border-radius: 8px;
        background: var(--light-grey, #ECEFF4);
        width: 40px;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url(/local/templates/tottit_landing/css/../img/header/search_mob.svg);
        background-repeat: no-repeat;
        background-position: center center;
        transition: 0.3s;
        margin-left: auto;
        margin-right: 8px;
    }

    .header-search-close {
        display: flex;
        border-radius: 8px;
        background: var(--light-grey, #ECEFF4);
        width: 40px;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url(/local/templates/tottit_landing/css/../img/header/menu_close.svg);
        background-repeat: no-repeat;
        background-position: center center;
        transition: 0.3s;
    }

    .header-search-clear {
        position: absolute;
        right: 40px;
    }

    .header-search-text {
        border-radius: 8px;
        border: 1px solid var(--blue, #2366E9);
    }

    .header-search-res {
        display: flex !important;
        flex-direction: column;
        border-radius: 0;
        box-shadow: none;
        top: calc(100% + 24px);
        padding: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .header-search-res::-webkit-scrollbar {
        display: none;
    }

    .container {
        padding: 0 33px;
    }

    .banner {
        margin-top: 24px;
        padding-top: 12px;
    }

    .banner .container {
        max-width: none;
        padding: 0;
    }

    .banner-item {
        height: auto;
        background-size: 130px 150px;
        border-radius: 0;
    }

    .banner-block {
        padding: 34px;
        padding-right: 0;
    }

    .banner-title {
        font-size: 28px;
        max-width: 190px;
    }

    .banner-text {
        font-size: 16px;
        max-width: 277px;
    }

    .banner-pic img {
        border-radius: 16px 0px 0px 16px;
    }

    .slick-dots {
        gap: 8px;
        bottom: -18px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .cat {
        margin-top: 42px;
    }

    .cat-title {
        font-size: 24px;
    }

    .cat-row {
        margin-top: 24px;
        gap: 16px;
        row-gap: 24px;
        flex-wrap: wrap;
    }

    .cat-item {
        width: calc(100% / 3 - 10.7px);
    }

    .new {
        margin-top: 48px;
    }

    .new .container {
        padding: 0;
    }

    .new .cat-title {
        padding: 0 33px;
    }

    .new-row {
        margin-left: 24px;
        margin-top: 24px;
    }

    .new .slick-track {
        padding-top: 0;
        padding-bottom: 0;
    }

    .new .slick-list {
        margin: 0 -8px;
        margin: 0;
    }
    
    .new-item {
        margin: 0 8px;
        padding: 12px;
        box-sizing: border-box;
        text-decoration: none;
        transition: 0.3s;
        position: relative;
        padding: 0;
    }

    .new-item:hover {
        box-shadow: none;
    }

    .new-item:hover .new-item-text {
        color: var(--blue, #2366E9);
    }

    .new-item-pic {
        height: auto;
    }

    .new-item-chip {
        font-size: 10px;
        padding: 4px 8px;
    }

    .new-item-top {
        left: 4px;
        top: 4px;
    }

    .new-item-text {
        margin-top: 12px;
        font-size: 12px;
    }

    .popular {

    }

    .adv {
        margin-top: 48px;
        padding: 48px 0;
    }

    .adv-row {
        flex-direction: column;
        margin-top: 24px;
        gap: 16px;
    }

    .adv-sm {
        width: 100%;
        gap: 16px;
    }

    .adv-bg {
        width: 100%;
    }

    .adv-item {
        height: 200px;
        padding: 16px;
        width: calc(100% / 2 - 8px);
    }

    .adv-cont {
        gap: 8px;
    }

    .adv-title {
        font-size: 16px;
    }

    .adv-text {
        font-size: 12px;
        max-width: 433px;
    }

    .adv-bg .adv-item {
        height: 416px;
        background-position: center;
    }

    .adv-add {
        padding: 50px 24px;
        font-size: 24px;
    }

    .where {
        margin-top: 48px;
    }

    .where-nav {
        display: flex;
        gap: 24px;
        margin-top: 24px;
    }

    .where-nav-item {
        color: var(--dark-grey, #C2C8CF);
        font-family: Comfortaa;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 19.2px */
        transition: 0.3s;
    }

    .where-nav-item_active {
        color: var(--black, #252628);
    }

    .where-row {
        height: 885px;
        margin-top: 24px;
        overflow: hidden;
    }

    .where-map {
        width: 100%;
        height: 100%;
    }

    .where-map_hid {
        display: none;
    }

    .where-list {
        width: 100%;
        max-width: none;
    }

    .where-list_hid {
        display: none;
    }

    .where-item {
        gap: 12px;
        padding-bottom: 25px;
    }

    .where-item-adr {
        font-size: 14px;
    }

    .where-item-info {
        flex-direction: row;
        gap: 32px;
    }

    .where-more {
        color: var(--blue, #2366E9);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }

    .info {
        margin-top: 48px;
        padding: 0;
    }

    .info-container {
        flex-direction: column;
        padding: 48px 33px;
        gap: 24px;
    }

    .info-title {
        font-size: 24px;
    }

    .info-text {
        font-size: 12px;
    }

    .info-form {
        width: 100%;
    }

    .footer {
        padding-top: 32px;
    }

    .footer .container {
        flex-direction: column;
        position: relative;
        gap: 32px;
    }

    .footer-add {
        order: 1;
    }

    .footer-row {
        order: 2;
        max-width: 560px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-col {
    }

    .footer-zx {
        position: absolute;
        right: 33px;
        top: 0;
        gap: 8px;
    }

    .footer-tel {
        font-size: 24px;
    }

    .footer-logo {
        width: 80px;
    }

    .footer-add {
    }

    .footer-soc {
        margin-bottom: 0;
    }

    .footer-col-title {
        font-size: 14px;
    }

    .footer-bot {
        flex-direction: row !important;
        gap: 24px !important;
    }

    .mail {
        align-items: flex-end;
    }

    .mail-pop {
        border-radius: 16px 16px 0px 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .catalog-chip {
        padding-top: 0;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .catalog-title {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 120%;
    }

    .catalog_cat .cat-row {
        gap: 16px;
        row-gap: 24px;
        flex-wrap: wrap;
    }

    .catalog_cat .cat-item {
        width: calc(100% / 3 - 10.7px);
    }

    .catalog-filter {
        display: none;
        padding: 24px 32px;
        box-sizing: border-box;
    }

    .catalog-filter_open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: scroll;
        max-width: none;
        max-height: 100vh;
        background-color: #fff;
        z-index: 6;
    }

    .catalog-filter-top {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .catalog-filter-block {
        margin-top: 16px;
        padding-bottom: 16px;
    }

    .catalog-filter-block_drop_closed {
         min-height: 18px;
        box-sizing: content-box;
    }

    .catalog-filter-top-title {
        color: var(--black, #252628);
        font-family: Comfortaa;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 24px */
    }

    .catalog-filter-close {
        width: 32px;
        height: 32px;
        background-image: url(/local/templates/tottit_landing/css/../img/catalog/ft_close.svg);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 25px;
        background-color: var(--white, #FFF);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    }

    .catalog-filter-cat {
        padding-bottom: 16px;
        margin-top: 24px;
    }

    .catalog-filter {
        gap: 16px;
    }

    .catalog-filter-block_drop {
        /* min-height: 100px; */
        padding-bottom: 16px;
        border-bottom: 1px solid var(--light-grey, #ECEFF4);
    }

    .catalog-filter-list {
        /* overflow-y: scroll; */
        /* height: calc(100% - 15px); */
    }

    .catalog-filter-block_drop_closed {
        /* min-height: 18px; */
    }

    .catalog-filter-block_drop_closed .catalog-filter-list {
        display: none;
    }

    .catalog-pop-item {
        font-size: 12px;
        padding: 0 16px;
        height: 32px;
    }

    .catalog-add {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
    }

    .catalog-drop {
        margin-top: 0;
    }

    .catalog-drop-btn {
        width: auto;
        height: auto;
        border: 0;
        padding: 0;
        white-space: nowrap;
        gap: 8px;
    }

    .catalog-pop_active-clear {
        min-width: 32px;
        max-width: 32px;
        height: 32px;
        padding: 6px;
        background-size: 16px 16px;
    }

    .catalog-filter-btn {
        display: flex;
        color: var(--black, #252628);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
        gap: 4px;
        align-items: center;
        position: relative;
    }

    .catalog-filter-btn::after {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url(/local/templates/tottit_landing/css/../img/catalog/filter.svg);
        background-size: 100% 100%;
        display: flex;
    }

    .catalog-filter-btn span {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 9px */
        padding: 0.5px 4px;
        border-radius: 10px;
        background: var(--blue, #2366E9);
        position: absolute;
        right: -4px;
        top: -4px;
    }

    .catalog-list {
        gap: 24px;
    }

    .catalog-list .new-item {
        width: calc(100% / 3 - 16.7px);
    }

    .catalog-list .new-item-pic {
        height: auto;
    }

    .new-item-pic .slick-dots {
        opacity: 1;
    }

    .catalog-list-block {
        padding-bottom: 24px;
    }

    .catalog-bot {
        margin-top: 48px;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .catalog-more {
        position: unset;
        width: 100%;
    }

    .catalog-pag {
        justify-content: center;
    }

    .catalog-cont {
        margin-bottom: 48px;
    }

    .catalog-filter-bot {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .catalog-filter-bot-more {
        color: var(--white, #FFF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
        height: 50px;
        width: 100%;
        border-radius: 8px;
        background: var(--blue, #2366E9);
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: 0;
        transition: 0.3s;
    }

    .catalog-filter-bot-more:hover {
        background: var(--blue-hover, #0D4AC1);
    }

    .catalog-filter-bot-reset {
        text-decoration: none;
        color: var(--blue, #2366E9);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }

    .catalog-drop {
        position: unset;
    }

    .catalog-drop-block {
        display: none;
        padding: 24px 32px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .catalog-drop-block_active {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 6;
    }

    .catalog-drop-block .catalog-filter-top {
        display: none;
    }

    .catalog-drop-block_active .catalog-filter-top {
        display: flex;
    }

    .catalog-drop-close {
        width: 32px;
        height: 32px;
        background-image: url(/local/templates/tottit_landing/css/../img/catalog/ft_close.svg);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 25px;
        background-color: var(--white, #FFF);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    }

    .catalog-drop-block_active .select-hide {
        display: flex;
    }

    .catalog-drop-menu {
        display: flex;
        position: unset;
        margin-top: 24px;
        flex-direction: column;
        box-shadow: none;
        gap: 16px;
    }

    .catalog-drop .select-item {
        padding: 0;
        position: relative;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .catalog-drop .active-item::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: var(--blue, #2366E9);
        border-radius: 50%;
        left: 4px;
        margin: auto;
    }

    .catalog-drop .select-item::before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid rgba(194, 200, 207, 1);
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        position: relative;
    }

    .catalog-drop .select-item:hover {
        background-color: transparent;
    }

    .card {
        flex-direction: column;
    }

    .card-slider {
        height: 50vh;
    }

    .card-slider-nav {
        display: none;
    }
    
    .card-slider-main {
        max-width: none;
        width: 100%;
    }

    .card-slider-main-row {
        height: 100%;
    }

    .card-slider-main-row .slick-list, .card-slider-main-row .slick-track {
        height: 100%;
    }

    .card-slider-main .slick-dots {
        position: absolute;
        bottom: 0;
        height: 100%;
        z-index: 3;
        gap: 0;
        justify-content: space-between;
        opacity: 1;
        transition: 0.3s;
        gap: 2px;
    }
    
    .card-slider-main .slick-dots li button {
        border-radius: 0;
        height: 2px;
        width: 100%;
        border-radius: 1px;
    }
    
    .card-slider-main .slick-dots li {
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 12px;
        box-sizing: border-box;
    }

    .card-char {
        display: none;
    }

    .card-btn {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .desc {
        flex-direction: column;
        margin-top: 48px;
        margin-bottom: 0;
        gap: 0;
    }

    .desc-nav {
        gap: 24px;
        overflow-x: scroll;
    }

    .desc-nav::-webkit-scrollbar {
        display: none;
    }

    .desc-nav-item {
        font-size: 16px;
        white-space: nowrap;
    }

    .desc-nav-item_mob {
        display: flex;
    }

    .desc-block {
        display: none;
    }

    .desc-block_active {
        display: flex;
    }

    .watched {
        margin-bottom: 48px;
    }

    .desc-info {
        gap: 16px;
    }

    .desc-info-block {
        gap: 8px;
    }

    .desc-info-title {
        font-size: 14px;
    }

    .desc-info-text {
        font-size: 12px;
    }

    .card-char-list li {
        font-size: 12px;
    }

    .desc-comp {
        border: 0;
        padding: 0;
    }

    .desc-comp-title {
        display: none;
    }

    .desc-comp-list {
        font-size: 12px;
        gap: 12px;
    }

    .desc-doc-list {
        gap: 12px;
    }

    .desc-doc-list a {
        font-size: 12px;
        align-items: center;
    }

    .where-pop {
        top: 0;
        height: calc(100vh);
        z-index: 5;
    }

    .where-pop .where .container {
        position: unset;
    }

    .where-pop .where {
        margin-top: 0;
        padding-top: 24px;
    }

    .where-pop .where-row {
        height: calc(100vh - 133px);
    }

    .where-close {
        width: 32px;
        height: 32px;
        background-size: 16px 16px;
        top: 20px;
        right: 34px;
    }

    .buyer-title {
        font-size: 24px;
    }

    .buyer-row {
        flex-direction: column;
        gap: 24px;
    }

    .buyer-nav {
        background: none;
        border-radius: 0;
        padding: 0;
        flex-direction: row;
        gap: 8px;
        max-width: none;
    }

    .buyer-nav-title {
        display: none;
    }

    .buyer-nav-link {
        white-space: nowrap;
        color: var(--black, #252628);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 15.6px */
        border-radius: 8px;
        background: var(--light-grey, #ECEFF4);
        padding: 8px 16px;
    }

    .buyer-nav-link_active {
        background-color: var(--blue, #2366E9);
        color: #fff;
    }

    .buyer-form {
        width: 100%;
    }

    .buyer-nav {
        overflow: scroll;
    }

    .buyer-nav::-webkit-scrollbar {
        display: none;
    }

    .buyer-form-bot {
        flex-direction: column;
        gap: 8px;
    }

    .buyer-form-bot input {
        width: 100%;
        align-items: flex-start;
    }

    .buyer-form-bot div {
        flex-direction: row;
        width: 100%;
        gap: 5px;
        flex-wrap: wrap;
    }

    .buyer-drop .select-item {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }

    .header-nav {
        padding: 0 16px;
    }

    .header-nav_active {
        padding: 16px;
    }

    .header-nav-link {
        font-size: 14px;
    }

    .header-menu_back {
        padding: 16px;
    }

    .header-search-menu {
        padding: 0 16px;
    }

    .header-search-menu_active {
        padding: 16px 16px;
    }

    .banner {
        margin-top: 16px;
    }

    .banner-block {
        padding: 49px 16px;
        padding-right: 0;
    }

    .banner-block {
        gap: 8px;
    }

    .banner-title {
        font-size: 18px;
    }

    .banner-text {
        font-size: 12px;
    }

    .banner-pic {
        height: 200px;
        max-width: 40%;
    }

    .cat {
        margin-top: 32px;
    }

    .cat-row {
        gap: 16px;
    }

    .cat-item {
        width: calc(100% / 2 - 8px);
        padding: 16px;
        height: 200px;
    }

    .cat-item-pic {
        height: auto;
    }

    .cat-item-name {
        font-size: 10px;
        margin-bottom: 80px;
    }

    .cat-item-pic {
        max-width: 90px;
    }

    .new {

    }

    .new .cat-title {
        padding: 0 16px;
    }

    .new-row {
        margin-left: 0;
    }

    .adv {
        padding: 24px 0;
    }

    .adv-sm {
        flex-direction: column;
    }

    .adv-item {
        width: 100%;
    }

    .adv-bg .adv-item {
        height: 200px;
        background-image: none;
    }

    .adv-add {
        margin-top: 16px;
        padding: 50px 24px;
    }

    .where {

    }

    .where-row {
        height: 577px;
    }

    .where-item-info {
        flex-direction: column;
        gap: 8px;
    }

    .where-item {
        padding-bottom: 16px;
    }

    .info {

    }

    .info-container {
        padding: 48px 16px;
    }

    .footer {

    }

    .header-menu_back::before {
        left: 16px;
    }

    .footer-soc-link {
        width: 28px;
        height: 28px;
    }

    .footer-row {
        flex-direction: column;
        gap: 32px;
    }

    .footer-bot {
        flex-direction: column !important;
    }

    .footer-bot-copy {
        margin-left: 0;
        margin-top: 8px;
    }

    .catalog-row .container {
        padding: 0;
    }

    .catalog-pop {

    }

    .catalog-pop-title {
        padding: 0 16px;
    }

    .catalog-pop-row {
        padding: 0 16px;
    }

    .catalog-add {
        padding: 0 16px;
    }

    .catalog-list {
        padding-right: 16px;
        padding-left: 16px;
    }

    .catalog-bot {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .catalog-chip {
        margin-top: 16px;
        padding-top: 0;
    }

    .catalog_cat .cat-row {
        gap: 16px;
    }

    .catalog_cat .cat-item {
        width: calc(100% / 2 - 8px);
        padding: 16px;
    }

    .catalog_cat .cat-item-name {
        font-size: 10px;
        margin-bottom: 80px;
    }

    .catalog_cat .cat-item-pic {
        max-width: 90px;
    }

    .catalog-pop-row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: visible;
        height: 32px;
    }

    .catalog-pop-row::-webkit-scrollbar {
        display: none;
    }

    .catalog-pop-item {
        white-space: nowrap;
    }

    .catalog-list {
        gap: 16px;
    }

    .catalog-list .new-item {
        width: calc(100% / 2 - 8px);
    }

    .catalog-filter {
        padding: 16px;
    }

    .catalog-drop-block {
        padding: 16px;
    }

    .desc-info {
        gap: 8px;
    }

    .where-close {
        top: 12px;
        right: 16px;
    }

    .buyer .container {
        padding: 0;
    }

    .buyer-nav {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .buyer-cont {
        padding: 0 16px;
    }

    .buyer-form-row {
        flex-direction: column;
        gap: 16px;
    }

    .buyer-form-block {
        width: 100%;
    }

    .buyer-cont h2 {
        font-size: 16px;
    }

    .buyer-cont span {
        font-size: 12px;
    }

    .buyer-cont p {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/tottit_landing/css/custom.css?17391979036249*/
.footer-tel a{
    color: var(--black, #252628);
    text-decoration: none;
    font-family: Comfortaa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.footer-tel a:hover {
    color: var(--blue, #2366E9);
    border-bottom: 1px solid var(--blue, #2366E9);
}

.footer-soc a{
    width: 40px;
    height: 40px;
}

.footer-soc div {
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
    justify-content: flex-end;
}

.footer-soc div a{
    width: 40px;
    height: 40px;
}

.footer-soc a img {
    width: 100%;
    height: 100%;
}

.footer-soc div a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .footer-soc a {
        width: 28px;
        height: 28px;
    }

    .footer-tel a{
        font-size: 24px;
    }
}

.pop-where-item {
	border-bottom: unset;
}

.where-map {
    margin-top: 0 !important;
}

.catalog-filter-bot {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-filter-bot-more {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: var(--blue, #2366E9);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-filter-bot-reset {
    text-decoration: none;
    color: var(--blue, #2366E9);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.catalog-more {
    cursor: pointer;
}

.container {
    width: 100%;
}

.container::after {
    content: none;
}
.header-menu {
    top: 81px;
    height: auto;
}

.catalog-filter-link:hover {
    text-decoration: none;
}

.header-nav-link a {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    box-sizing: border-box;
    cursor: pointer;
}

.header-nav-link:hover a {
    border-bottom: 1px solid var(--blue, #2366E9);
    color: var(--blue, #2366E9);
    text-decoration: none;
}

.catalog-pop-item:hover {
    text-decoration: none;
}

.container:before {
    content: none;
}

.new-item-chip:not(:last-child) {
    margin-bottom: 5px;
}

.card-slider-nav-item img {
    object-fit: contain;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.header-search-res_close {
    cursor: pointer;
}

.catalog-filter-btn {
    cursor: pointer;
}

.new-item {
    text-decoration: none;
}

.row {
    margin-bottom: 48px;
}

.desc-info h2 {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.desc-info h2:not(:first-child) {
    margin-top: 32px;
}

.buyer-form-bot input {
    background: var(--blue, #2366E9);
    cursor: pointer;
}


@media (max-width: 1100px) {
    .desc-info h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .desc-info h2:not(:first-child) {
        margin-top: 16px;
    }
}

.desc-info h1 {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.desc-info h1:not(:first-child) {
    margin-top: 32px;
}

@media (max-width: 1100px) {
    .desc-info h1 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .desc-info h1:not(:first-child) {
        margin-top: 16px;
    }
}

.desc-info p {
    color: var(--black, #252628);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 1100px) {
    .desc-info p {
        font-size: 12px;
    }
}
.row {
    margin: 0;
}

.row .col-xs-12 {
    box-sizing: border-box;
    padding: 0;
    float: none;
}

/* .row .container {
    box-sizing: border-box;
    margin: 0;
} */

.header-menu-item {
    justify-content: space-between;
}

.header-menu-item:hover{
    text-decoration: none;
}

.cat-item:hover {
    text-decoration: none;
}

.new-item:hover {
    text-decoration: none;
}

.header-menu-item-pic img {
    object-fit: contain;
}

.info-asd-error {
    position: static;
}

.info-asd {
    gap: 0;
}

.info-asd-add {
    margin-top: 8px;
}

* {
    outline: none;
}

@media (max-width: 1100px) {
    .banner-item {
        background-position: center center;
    }
}

@media (max-width: 768px) {
    .banner-pic {
        height: 200px;
        max-width: 45%;
    }
}

@media (max-width: 425px) {
    .banner-item {
        background-position: 180px center;
    }
    .banner-pic {
        height: 200px;
        max-width: 40%;
    }
}

.header {
    position: sticky;
}

.header-scroll {
    position: fixed;
}

font.notetext {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.catalog-pop-item:hover {
    color: black;
}

.row-border {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--light-grey, #ECEFF4);
}

.row-4 {
    display: block;
}
@media (max-width: 1100px) {
    .row-4 {
        display: none;
    }

    .row-3 {
        display: block;
    }
}

@media (max-width: 768px) {
    .row-4 {
        display: none;
    }

    .row-3 {
        display: none;
    }

    .row-2 {
        display: block;
    }
}

/* End */
/* /local/templates/tottit_landing/css/style.css?175975174183807 */
/* /local/templates/tottit_landing/css/custom.css?17391979036249 */
