﻿/* Общие стили для Chrome, Edge и Safari */
::-webkit-scrollbar {
    width: 8px; /* Ширина полосы прокрутки */
}

::-webkit-scrollbar-track {
    background-color: #000000; /* Фон полосы прокрутки */
}

::-webkit-scrollbar-thumb {
    background-color: #D61F26; /* Цвет ползунка */
    border-radius: 8px; /* Закругленные края только у ползунка */
}

/* Стили для Firefox */
scrollbar-width: thin; /* Уменьшенная ширина полосы прокрутки */
scrollbar-color: #D61F26 #000000; /* Цвет ползунка и фона полосы */

/* Стили для iOS (WebKit внутри scrollable) */
::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
}



@media only screen and (min-width: 800px) {
    img {
        max-width: 100%;
    }

    .logo-l img, .logo-r img {
        max-width: 55%;
    }

    .logo-l img {
        float: right;
    }
}
@media only screen and (max-width: 799px) {

    img {
        max-width: 100%;
    }
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

body {
    background: #FEFCFF;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
}
.row {
    margin: 0 -9px;
}

.row>* {
    padding: 0 9px;
}

.container {
    padding: 0 15px;
    width: 1310px;
    max-width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}


header {
    background: #FEFCFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #D9D9D9;
}

header.header_fixed {
    border-bottom: 1px solid #D9D9D9;
}



.header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.header-top-l, .header-top-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.time {
    margin-left: 10px;
    font-size: 12px;
    color: #000000;
}

a, .call, .call a, .mail {
    color: #000000!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.call, .call a, .mail:hover {
    text-decoration: none;
}

.alibaba-h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 22px;
}

.header-top-l .call {
    margin-right: 30px;
}

.map-level-1 {
    margin-top: 10px;
}

.messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.messengers-contacts {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.messengers a:hover svg path, .messengers-contacts a:hover svg path{
    fill: rgba(36, 6, 74, 0.85);
}


.messengers a+a, .messengers-contacts a+a{
    margin-left: 12px;
}

.blu-border-button {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 38px;
    border-radius: 50px;
    border: 1px solid #000000;
    background: transparent;
}

.blu-border-button:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #fff;
}


.search-button {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-toggler {
    padding: 9px 20px 9px 18px;
}

.search-toggler:hover img {
    -webkit-filter: invert(100%) saturate(0);
            filter: invert(100%) saturate(0);
}

/*.search-toggler:hover {
    background: url(../images/search-w.svg) no-repeat 19px 9px, #000000;
}*/

.search-button img {
    margin-right: 8px;
 }


.red-button,
.wht-button {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 26px;
    border-radius: 50px;
    border: 0;
    text-decoration: none !important;
}

.red-button {
    color: #fff !important;
    background: #D61F26;
}

/*.delivery-block .red-button,
.wht-button:hover,
.delivery-block.wht-button:hover {*/

.red-button:hover,
.wht-button:hover {
    color: #fff !important;
    background: #EA2129;
}

/*.wht-button:hover {
    color: #fff !important;
    background: #000000;
}*/

.wht-button {
    border: solid 2px #D61F26;
    color: #D61F26;
}

/*.wht-button.red {
    border-color: #971a17;
    color: #971a17;
}

.red-button.red,
.wht-button.red:hover,
.delivery-block:hover .wht-button.red {
    background: #971a17;
}

.wht-button.yellow {
    border-color: #8e7a06;
    color: #8e7a06;
}

.red-button.yellow,
.wht-button.yellow:hover,
.delivery-block:hover .wht-button.yellow {
    background: #8e7a06;
}*/



.header-top {
    padding: 16px 0 9px 0;
    border-bottom: 1px solid #D9D9D9;
}


.search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.6s width;
    -o-transition: 0.6s width;
    transition: 0.6s width;
}

.search-wrapper-int {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    border: 1px solid #000000;
    padding: 9px 19px 8px 19px;
    background: #fff;
}

.search-wrapper.active {
    -webkit-transition: 0.6s width;
    -o-transition: 0.6s width;
    transition: 0.6s width;
    width: 100%;
}

.header-top-r> .blu-border-button:nth-child(2) {
    padding: 9px 38px;
}

.close-search {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: 0;
    margin-left: 18px;
}

.search-wrapper .search-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-left: 10px;
}

.search-wrapper .search-button:hover {
    color: #000000;
    background: transparent;
}


.search-wrapper input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    border: 0;
}

.search-wrapper input::-webkit-input-placeholder {
    color: rgba(36, 6, 74, 0.50);
}

.search-wrapper input::-moz-placeholder {
    color: rgba(36, 6, 74, 0.50);
}

.search-wrapper input:-ms-input-placeholder {
    color: rgba(36, 6, 74, 0.50);
}

.search-wrapper input::-ms-input-placeholder {
    color: rgba(36, 6, 74, 0.50);
}

.search-wrapper input::placeholder {
    color: rgba(36, 6, 74, 0.50);
}

.header-top-r *+* {
    margin-left: 20px;
}

.header-bottom {
    padding: 12px 0;
}

.header-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none!important;
    margin-right: 125px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.logo-l {
    margin-right: 17px;
}

.logo-r {
    padding-top: 7px;
}


.logo-r span {
    width: 155px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    display: block;
}

.logo-r img {
    margin-bottom: 8px;
    display: block;
}

/* Основное меню */
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

/* Основные элементы меню */
.menu > li {
    height: 24px;
    position: relative;
}

/* Стиль для ссылок в меню */
.menu li a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding-right: 30px; /* Отступ для маркера */
    position: relative;
}

/* Подчеркивание активной ссылки */
.menu li a.current::before {
    content: '';
    background: #D61F26;
    width: 100%;
    height: 3px;
    bottom: -9px;
    position: absolute;
    left: 0;
}

/* Стили для подменю */
.dropdown-menu {
    min-width: 268px;
    padding: 23px 20px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    left: -20px;
    top: 100%; /* Поместите подменю ниже родительского элемента */
}

/* Стили для ссылок в подменю */
.dropdown-menu li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    background: transparent!important;
}

/* Цвет ссылки при наведении в меню и подменю */
.dropdown-menu .dropdown-toggle-tm:hover, .menu li a:hover {
    color: #D61F26;
}

/* Отступы между пунктами подменю */
.dropdown-menu li + li {
    margin-top: 12px;
}

/* Стиль для пунктов меню с подменю */
.dropdown-tm {
    position: relative;
}

/* Добавление маркера к элементам с подменю */
.dropdown-tm.has-submenu > a::after {
    content: "▼"; /* Стрелка вниз для подменю */
    font-size: 0.8em;
    margin-left: 10px; /* Отступ между текстом и маркером */
    color: #000000; /* Цвет маркера */
    position: absolute;
    right: 10px; /* Расстояние от правого края контейнера */
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Поворот маркера при наведении на элемент с подменю */
.dropdown-tm:hover > a::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* Убираем маркер у элементов без подменю */
.dropdown-tm:not(.has-submenu) > a::after {
    content: "";
}

/* Фон секции */
.top-section {
    background: url(../images/bg-1.webp) no-repeat top center;
    margin-bottom: -22px;
}


.slide-top-l {
    padding-top: 50px;
    padding-bottom: 130px;
}


.slide-top-l h1,
.slide-top-l h3 {
    color: #FFF;
    font-size: 49px;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 28px;
}

.ul-tm {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    list-style: none;
}

.ul-tm li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 20px;
}

.ul-tm li:before {
    width: 13px;
    height: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #D61F26;
    margin-right: 9px;
    border-radius: 50%;
    content: '';
}

.slide-top-l .ul-tm {
    width: 518px;
    max-width: 100%;
    margin-bottom: 0;
}

.slide-top-l .ul-tm li:last-child {
    margin-bottom: 0;
}

.calculator-title {
    background: #000000;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 41px 11px 26px;
    border-radius: 20px 0 50px 0;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.calculator {
    width: 380px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    max-width: 100%;
}

.calculator-wrapper {
    padding: 16px 25px 28px 25px;
}

.slide-top-r {
    padding-top: 35px;
    margin-bottom: 28px;
}



.input-block label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
}

.select-tm {
    border-radius: 10px;
    border: 1px solid rgba(36, 6, 74, 0.50);
    width: 100%;
    padding: 7px 20px 7px 12px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    background: url(../images/arrow-select.svg) no-repeat calc(100% - 11px) calc(100% - 13px);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.input-block {
    margin-bottom: 19px;
}

.input-tm {
    /*color: rgba(36, 6, 74, 0.50);*/
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 7px 12px;
    border-radius: 10px;
    border: 1px solid rgba(36, 6, 74, 0.50);
    width: 100%;
}

.input-tm:-ms-input-placeholder {
    color: #00000080;
}

.input-tm::-ms-input-placeholder {
    color: #00000080;
}

.input-tm::placeholder,
.input-tm:-ms-input-placeholder,
.input-tm::-ms-input-placeholder,
.input-tm::-webkit-input-placeholder,
.input-tm::-moz-placeholder,
.input-tm:-moz-placeholder {
    color: #00000080;
}

select.input-tm option {
    color: #000000;
}

select.input-tm.placehold,
select.input-tm option.placehold {
    color: #00000080;
}

.dimensions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

img.x {
    margin: 0 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.dimensions .input-tm {
    width: calc(33% - 13px);
}

.inputs-tm .input-tm {
    margin-bottom: 9px;
}

.red-button-large {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px 25px;
}


.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span {
    display: none!important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-slider.svg);
    margin: 0;
    position: absolute;
    top:calc(50% - 25px);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -115px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -115px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: url("../images/arrow-slider-active.svg");
}
.slider-wrapper {
    padding: 0 115px;
}
.slide-top-r .calculator {
    margin-left: auto;
}

.calculator-wrapper .red-button {
    width: 100%;
    margin-top: 10px;
}



.video {
    position: relative;
}
.click-video {
    position: absolute;
    top: 115px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.click-video p {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 9px;
    width: 100px;
}

.arrow-video {
    margin-bottom: 15px;
}
.video>img {
    display: block;
    margin: 0 auto;
}

.play:hover svg circle:nth-child(2) {
    fill: rgba(234, 33, 41, 1);
}

.play:hover svg circle:nth-child(1) {
    stroke: rgba(234, 33, 41, 1);
}


h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 22px;
}

.greeting-r-h2{
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 22px;
}

.greeting-r-red-color {
    color: #D61F26!important;
}

.greeting-r p {
    color: #000000;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 23px;
}

.greeting-r {
    padding-top: 65px;
    padding-right: 68px;
}
/*.greeting .row {
    align-items: flex-end;
}*/

.form-tm {
    border-radius: 20px;
    background: #F8F8F8;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 163px;
}

.form-tm-r {
    width: 593px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 41px 0 31px 0;
    max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .slide-top-l {
        padding: 15px 0;
    }
    .form-tm-l img {
        position: absolute;
        width: auto;
        top: 51px;
        right: -18px;
        left: auto;
    }
    .form-tm-l img {
        left: 34px;
        /* width: 200px; */
    }

    .form-tm-r {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 41px 0 31px 0;
        max-width: 100%;
    }
    .form-tm-r {
        width: 453px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 41px 0 31px 0;
        max-width: 100%;
    }
}

.form-tm-l {
    padding-top: 14px;
    margin: 0 56px 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}


.form-tm-r h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-tm-r h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}


.form-tm-r p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 31px;
}

.input-form {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 18px 26px;
    width: 100%;
    border-radius: 50px;
    border: 2px solid rgba(36, 6, 74, 0.50);
    background: #FFF;
    margin-bottom: 12px;
}

.input-form:focus {
    border: 2px solid #7f7e7f;
}

.form-tm-r .red-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 19px 25px;
    width: 100%;
}

.form__calculator-submit {
    margin-top: 20px;
    width: 100%;
}

.form__error {
    border-color: #e00;
}

p.approval {
    color: #78668f;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

p.approval a {
    color: #78668f;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
p.approval a:hover {
    color: #000000;

}

.greeting-section {
    padding-bottom: 80px;
}

.benefit-section {
    background: url("../images/bg-3.webp") no-repeat top center;
    padding: 51px 0 80px 0;
}

.benefit {
    position: relative;
    padding: 56px 0 5px 72px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.40);
    margin-bottom: 54px;
}



.benefits {
    width: 758px;
    max-width: 100%;
}

.form-tm-r-h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.benefit-l h2 {
    margin-bottom: 49px;
}

.benefit-l h3 {
    margin-bottom: 49px;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
}

.benefit-img {
    width: 137.143px;
    height: 137.143px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.benefit-number {
    color: #D61F26;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    position: absolute;
    left: -27px;
    bottom: -6px;
}

.benefit-block-top {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 11px auto;
}

.benefit-block p {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.benefit-block {
    margin-bottom: 55px;
}

.button-tm {
    position: absolute;
}

.manager {
    position: absolute;
    bottom: -54px;
    right: 70px;
    width: 477px;
    display: block;
    height: 739px;
}

.button-tm {
    border-radius: 50px;
    border: 2px solid #5B328F;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#5B328F));
    background: -o-linear-gradient(top, #000000 0%, #5B328F 100%);
    background: linear-gradient(180deg, #000000 0%, #5B328F 100%);
    padding: 16px 56px;
    position: absolute;
    right: 368px;
    bottom: 27px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
}
.button-tm span span {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    display: block;
}

.button-tm img {
    margin-right: 11px;
}

.types-delivery-section h2 {
    margin-bottom: 55px;
    text-align: center;
}

.types-delivery-section h3 {
    margin-bottom: 55px;
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
}


.delivery-list {
    width: 1056px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}

.slide-top-r .row {
    margin: 0 -4px;
}

.slide-top-r .row>* {
    padding: 0 4px;
}

.delivery-block>img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.delivery-block-text {
    padding: 19px 25px 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.delivery-block {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
    height: calc(100% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

a.delivery-block {
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.delivery-question {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/question.svg) no-repeat center / cover;
}


.delivery-block .h3 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.delivery-block-text-h3 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
    min-height: 56px;
}

.delivery-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}

.delivery-block .red-button,
.delivery-block .wht-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    font-size: 80%;
    line-height: 20px;
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0;
}

.news-list-purchase {
    padding-bottom: 40px;
}

.news-list-purchase a {
    text-decoration: none;
    line-height: 32px;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    padding-left: 15px;
    display: inline-block;
    position: relative;
}

.news-list-purchase a:hover {
    text-decoration: underline;
}

.news-item {
    position: relative; /* Для установки абсолютного позиционирования маркера внутри */
    padding-left: 30px; /* Отступ для маркера, чтобы текст не перекрывал маркер */
}

.news-item::before {
    content: "●"; /* Маркер */
    color: #000000; /* Цвет маркера */
    position: absolute; /* Абсолютное позиционирование маркера */
    left: 0; /* Расположение маркера слева */
    top: 50%; /* Центрируем маркер по вертикали */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); /* Корректируем позиционирование по вертикали */
    font-size: 26px; /* Размер маркера соответствует размеру текста */
    line-height: 1; /* Убираем дополнительное выравнивание */
}


.delivery-list .row {
    margin: 0 -9px;
}

.delivery-list .row>* {
    padding: 0 9px;
}


.fotm-tm-inputs p.approval {
    margin-bottom: 0;
}


.types-delivery-section {
    padding-bottom: 80px;
}


.redemption-section h3 {
    margin-bottom: 55px;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
}



.purchase-l p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}


.purchase-block-l {
    margin-right: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.purchase-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}

.purchase-block:last-child {
    margin-bottom: 0;
}

.purchase-block h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.purchase-block-r-h4{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.purchase-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.nav-tabs-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 1278px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.nav-tabs-team .nav-link {
    background: transparent!important;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
}

.purchase-l {
    padding-right: 49px;
}
.purchase-l h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 27px;
}

.purchase-l-h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 27px;
}

.purchase .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.purchase {
    margin-bottom: 55px;
}

.container-small {
    width: 1092px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.purchase-scheme-block {
    text-align: center;
    position: relative;
}

.purchase-scheme-block-last:after {
    display: none;
}


.purchase-scheme-block img {
   margin-bottom: 10px;
}

.purchase-scheme-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.purchase-scheme-block:after {
    width: 106px;
    height: 5px;
    border-radius: 9px;
    background: #D61F26;
    content: '';
    position: absolute;
    left: calc(100% - 46px);
    top: 120px;
}


.purchase-scheme {
    margin-bottom: 55px;
}


.form-tm-l-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 6px 15px 0 auto;
}
.form-tm-l-8 {
    margin: 6px 15px 0 auto;
}

.form-tm-l-3 {
    margin: 0 12px 0 auto;
    padding: 0;
}

.form-tm-l-9 {
    margin: 6px 27px 0 auto;
}


.form-tm-l-6 {
    margin: 6px 29px 0 auto;
}

.form-tm-l-7 {
    margin: 0 -15px 0 auto;
}



.redemption-section {
    padding-bottom: 60px;
}

.team-section-top {
    background: url(../images/bg-2.webp) no-repeat top center, -o-linear-gradient(top, transparent 0%, transparent 105px, #2C0C54 105px, #562d89 100%);
    background: url(../images/bg-2.webp) no-repeat top center, linear-gradient(to bottom, transparent 0%, transparent 105px, #2C0C54 105px, #562d89 100%);
    padding: 150px 0 0 0;
    margin-bottom: 82px;
}

.team-section h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
}

.team-name-h3 {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0px;
}

.team-name p {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
 }

.team-name {
    position: relative;
}

.team-name:before {
    position: absolute;
    content: '';
    width: 52px;
    height: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 9px;
    background: #D61F26;
    top:0;
    left: calc(50% - 26px);
}

.team-name {
    position: relative;
    padding-top:14px;
}

.team-wrapper .tab-content {
    margin-bottom: 65px;
}

.nav-tabs-team li:nth-child(1) {
    z-index: 1;
}

.nav-tabs-team li:nth-child(2) {
    margin-left: -61px;
    z-index: 2;
}

.nav-tabs-team li:nth-child(3) {
    margin-left: -83px;
    z-index: 3;
}
.nav-tabs-team li:nth-child(4) {
    margin-left: -79px;
    z-index: 4;
}

.nav-tabs-team li:nth-child(5) {
    margin-left: -69px;
    z-index: 5;
}

.nav-tabs-team li:nth-child(6) {
    margin-left: -128px;
    z-index: 6;
}

.nav-tabs-team li:nth-child(7) {
    margin-left: -53px;
    z-index: 5;
}

.nav-tabs-team li:nth-child(8) {
    margin-left: -100px;
    z-index: 4;
}

.nav-tabs-team li:nth-child(9) {
    margin-left: -71px;
    z-index: 3;
}

.nav-tabs-team li:nth-child(10) {
    margin-left: -77px;
    z-index: 2;
}


.manager-photo {
    width:  332px;
    height: 332px;
}

.manager-photo-m {
    width:  148px;
    height: 259px;
}



.team-img {
    z-index: 1;
    margin-right: -30.5px;
    width: 194px;
    height: 391px;
    padding-top: 20px;
}

.team-img img {
    width: auto !important;
    max-width: none !important;
    height: 371px;
    -webkit-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.owl-item.center .team-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*.team-img-2 {
    margin-left: -30.5px;
    margin-right: -41.5px;
    z-index: 2;
}

.team-img-3 {
    margin-left: -41.5px;
    margin-right: -39.5px;
    z-index: 3;
}
.team-img-4 {
    margin-left: -39.5px;
    margin-right: -34.5px;
    z-index: 4;
}

.team-img-5 {
    margin-left: -34.5px;
    margin-right: -64px;
    z-index: 5;
}

.team-img-6 {
    margin-left: -64px;
    margin-right: -46.5px;
    z-index: 6;
}

.team-img-7 {
    margin-right: -50px;
    margin-left: -6.5px;
    z-index: 5;
}

.team-img-8 {
    margin-left: -50px;
    margin-right: -35.5px;
    z-index: 4;
}

.team-img-9 {
    margin-left: -35.5px;
    margin-right: -38.5px;
    z-index: 3;
}


.team-img-10 {
    z-index: 2;
    margin-left: -38.5px;
    margin-right: -41px;
}*/


.owl-item.active.op, .op2 {
    opacity: 0;
}

#team-bottom .owl-item:not(.active) {
    opacity: 0;
}

.team-section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.team-bottom-wrapper {
    width: 2080px;
    max-width: 100%;
}


.nav-tabs-team li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.nav-tabs-team li.active {
    z-index: 100;
}

.owl-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;

}

.owl-item.active.center {
    z-index: 8;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.owl-item:not(.active.center) .team-img img{
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-filter: brightness(77%);
            filter: brightness(77%);
}



.nav-item:not(.active) .nav-link img {
    -webkit-filter: brightness(77%);
            filter: brightness(77%);
}
.team-top-wrapper {
    width: 500px;
    margin: 0 auto 40px auto;
    max-width: 100%;
}
.indicators {
    width: 1051px;
    margin: 0 auto 55px auto;
    max-width: 100%;
}

.indicator-block {
    padding: 27px 30px;
    position: relative;
    height: 100%;
}

.indicator-block-last:after {
    display: none;
}


.indicator-block:after {
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 5px;
    border-radius: 9px;
    background: #D61F26;
    content: "";
}

.indicator-block-h3 {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: -1px;
}

.indicator-block p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.indicators .row {
    margin: 0;
}

.indicators .row>* {
    padding: 0;
}

.team-section {
    padding-bottom: 80px;
}

.customers-section h3 {
    margin: 56px 0;
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
}


.slider-wrapper-tm2, .slider-wrapper-tm {
    padding: 0 98px;

}

.slider-wrapper-tm2 .owl-nav button.owl-prev, .slider-wrapper-tm .owl-nav button.owl-prev {
    left: -98px;
}

.slider-wrapper-tm2 .owl-nav button.owl-next, .slider-wrapper-tm .owl-nav button.owl-next {
    right: -98px;
}

.slider-wrapper-tm .owl-carousel .owl-nav button.owl-prev, .slider-wrapper-tm .owl-carousel .owl-nav button.owl-next, .thanks-slider .owl-nav button.owl-prev, .thanks-slider .owl-nav button.owl-next {
    background: url("../images/arrow-slider2.svg");
}


.slider-wrapper-tm .owl-carousel .owl-nav button.owl-prev:hover, .slider-wrapper-tm .owl-carousel .owl-nav button.owl-next:hover, .thanks-slider .owl-nav button.owl-prev:hover, .thanks-slider .owl-nav button.owl-next:hover {
    background: url("../images/arrow-slider2-active.svg");
}


.thanks-slider .owl-nav button.owl-prev, .slider-wrapper-tm .owl-nav button.owl-prev, .slider-wrapper-tm .owl-nav button.owl-next {
    top: calc((100% - 38px)/2 - 25px);
}

.customer-slide {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.customer-slide img {
    max-height: 100%;
}


.photo-slide img {
    height: 254px;
}

.photo-section h2 {
    margin-bottom: 55px;
    text-align: center;
}


.owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 8px;
}

.owl-theme .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 13px;
    background: rgba(36, 6, 74, 0.50);
}

.owl-theme .owl-dots .owl-dot.active {
    background: #000000;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-theme .owl-dots {
    margin-top: 25px;
}

.customers-section {
    padding-bottom: 80px;
}

.reviews-section {
    background: url("../images/bg-4.png") no-repeat top center, -o-linear-gradient(top, transparent 0%, transparent 105px, #F0F0F0 105px, #F0F0F0 100%);
    background: url("../images/bg-4.png") no-repeat top center, linear-gradient(to bottom, transparent 0%, transparent 105px, #F0F0F0 105px, #F0F0F0 100%);
    padding: 165px 0 70px 0;
}

.photo-section {
    padding-bottom: 36px;
}

.review {
    display: block;
    aspect-ratio: 1;
    margin-bottom: 15px;
    text-decoration: none;
    overflow: hidden;
}

.review img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.reviews-section h2 {
    margin-bottom: 55px;
    text-align: center;
}

.all-reviews {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 19px 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0 auto;
}

.thanks-section {
    padding: 80px 0 80px 0;
}


.thanks-section h2 {
    margin-bottom: 55px;
    text-align: center;
}

.thanks-section-h2 {
    margin-bottom: 28px;
    text-align: center;
    color: #000000;
    font-size: 2em;
    font-weight: 800;
    line-height: 44px;
}


.thanks-section .slider-wrapper-tm2 {
    margin-bottom: 55px;
}


.slider-wrapper-tm2 {
    width: 930px;
    margin: 0 auto;
    max-width: 100%;
}


.thank-slide {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.thank-slide img {
    width: 100%;
}

.thanks-slider .owl-stage-outer {
    margin: -15px;
    padding: 0 15px;
}

.thanks-slider .owl-item:not(.active) {
    opacity: 0;
}

footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#401575));
    background: -o-linear-gradient(top, #000000 0%, #401575 100%);
    background: linear-gradient(180deg, #4d0908 0%, #8f3232 100%);
}

footer .address-r a {
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

footer .address-r a:hover {
    text-decoration: underline;
}


.letter-header h4,
.letter-header p,
.letter-content p {
    margin: 0;
    padding: 0;
    word-wrap: break-word; /* Перенос слов для предотвращения выхода текста за границы */
}
.footer-top {
    padding: 41px 0 38px 0;
}

.footer-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


footer .logo-r span {
    color: #FFF;
}
.footer-top-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    margin-bottom: 10px;
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.address-r h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.address-r p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
 }

.address-l {
    margin-right: 14px;
}

.address + .address {
    margin-left: 47px;
}

.footer-bottom {
    background: #370606;
    padding: 15px 0;
}


.footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.contact-footer {
    color: #FFF!important;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    margin-right: 47px;
}

.contact-footer img {
    margin-right: 14px;
}

.messengers-footer {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
}

.messengers-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.messengers-footer a:hover svg path {
    fill: rgba(255, 255, 255, 0.85);
}

.messengers-footer a.contacts-footer-phone {
    display: block;
    white-space: nowrap;
    width: auto;
    color: #fff !important;
}


.modal-dialog {
    width: 1124px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    border-radius: 20px;
    background: #F8F8F8;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    border:0;
}

.btn-close {
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    opacity: 1!important;
}

.thanks-modal {
    padding: 79px 20px;
    text-align: center;
}

.thanks-modal-wrapper h3 {
    color: #000000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
}

.thanks-modal-wrapper p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.approval-modal .red-button, .thanks-modal-wrapper .red-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 19px 100px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.approval-modal {
    padding: 43px 43px 55px 43px;
}
.approval-modal h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 30px 0 20px;
}

.approval-modal p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}


.approval-modal ul,
.approval-modal ol {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.approval-modal li {
    margin-bottom: 12px;
}

.form-tm-modal {
    padding: 30px 0 0 70px;
}

.form-tm-modal .form-tm {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-tm-modal .form-tm .form-tm-l {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 0;
    margin-right: 20px;
}


.form-tm-modal .form-tm-r {
    padding-top: 98px;
}

.form-tm-modal .form-tm-r h3 {
    font-size: 40px;
    line-height: 44px;
}

.calculation-modal-wrapper {
    padding: 55px 138px;
}

.calculation-modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.calculation-modal-title-l {
    margin-right: 23px;
}

.calculation-modal-title-r h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 19px;
}

.calculation-modal-title-r p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.calculation-modal-wrapper .inputs-tm {
    /*
    margin-top: 26px;
    */
}

.calculation-modal-wrapper .red-button-large {
    width: 100%;
}

.calculation-modal-wrapper .calculator-wrapper-2>.row {
    margin: 0 -22px;
}

.calculation-modal-wrapper .calculator-wrapper-2>.row>* {
    padding: 0 22px;
}
.calculator-wrapper-2 {
    border-radius: 20px;
    border: 1px solid #AE9EC1;
    background: #F8F8F8;
    padding: 47px 70px 37px 70px;
}

.form-tm-modal2 {
    padding: 20px 0 0 38px;
}


.form-tm-modal2 .form-tm .form-tm-l {
    margin-right: 45px;
}



.team-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    opacity: 1;
    border-radius: 9px;
    background: #FFF;
}
.team-wrapper .simplebar-track.simplebar-horizontal {
    background: rgba(255, 255, 255, 0.50);
    bottom: 18px;
    height: 7px;
    border-radius: 9px;
}

.team-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
}

.simplebar-track.simplebar-vertical {
    width: 7px;
    border-radius: 20px;
    background: rgba(36, 6, 74, 0.10);
}

.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    border-radius: 20px;
    background: rgba(36, 6, 74, 0.10);
    left: 0;
    right: 0;
}


.menu-mobil {
    display: none;
}

.title-page {
    padding: 25px 0 50px 0;
}
.title-page h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 0;
}


.breadcrumb-item a, .breadcrumb-item.active {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.breadcrumb-item a {
    /*
    text-decoration: none;
    */
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(36, 6, 74, 0.30);
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}

.breadcrumb-tm {
    margin-bottom: 30px;
}

.delivery-section .calculator-wrapper-2 {
    width: 846px;
    margin: 0 auto 57px auto;
    background: transparent;
    max-width: 100%;
}



.delivery-section .calculator-wrapper-2 .red-button-large {
    width: 100%;
}

.text-bottom {
    padding: 80px 0 134px 0;
}

.text-bottom h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 3px;
}

.text-bottom p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.text-bottom p:last-child {
    margin-bottom: 0;
}

.modal.modal-tm-1.show#Modal4 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.delivery-car-calculator {
    width: 380px;
    float: right;
    margin: 0 0 52px 52px;
    max-width: 100%;
}

.car-calculator {
    margin: 12px 0 0 0;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.car-calculator img {
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.car-calculator p {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}


.car-calculator p span {
    font-size: 16px;
    line-height: 18px;
    display: block;
}

.delivery-car-body > h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 0 22px;
}

.delivery-car-body > p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}

.delivery-car-body > p + h3,
.delivery-car-body > .ul-tm-2 + h3 {
    margin-top: 35px;
}

p + .ul-tm-2 {
    margin-top: -8px;
}

.ul-tm-2 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}

.ul-tm-2 li {
    margin-bottom: 7px;
}

.ul-tm-2 li span {
    font-weight: 700;
}

.delivery-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
}

.delivery-reasons-after {
    margin-bottom: 55px;
}

.reasons-section h2 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.reason img {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.reason-text {
    padding: 25px 20px 15px 20px;
}

.reason .h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}


.reason p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.reason {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
}


.reasons {
    margin-bottom: 35px;
}

.reasons-bottom p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 23px;
}

.reasons-bottom {
    margin-bottom: 55px;
}

.reasons-section {
    margin-bottom: 80px;
}

.types-delivery2-section .text-bottom {
    padding-bottom: 0;
}

.types-delivery-slider .owl-stage-outer {
    padding: 0 20px 30px 10px;
    margin: 0 -20px -30px -20px;
}

.types-delivery-slider .owl-item:not(.active) {
    opacity: 0;
}

.types-delivery-slider .delivery-block {
    margin-bottom: 0;
}

.types-delivery2-section .slider-wrapper-tm {
    margin-bottom: 55px;
}

.rates-text h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 22px;
}

.rates-text ul {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.rates-text ul li {
    margin-bottom: 15px;
}

.rates-text {
    margin-bottom: 55px;
}


.calculator-wrapper-middle {
    width: 846px;
    margin: 0 auto 55px auto;
    background: transparent;
    max-width: 100%;
}

.rates-section {
    margin-bottom: 99px;
}

.benefit2-section .text-bottom {
    padding-bottom: 0;
}


.calculator-wrapper-middle h2 {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 36px;
}

.title-top h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 22px;
}

.title-top-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}


.title-top {
    margin-bottom: 55px;
}

.purchase-section {
    padding-bottom: 80px;
}

.process-section h2 {
    margin-bottom: 50px;
    text-align: center;
}

.process-block {
    border-radius: 20px;
    border: 1px solid #AE9EC1;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    padding: 28px 33px 17px 33px;
}

.process-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

p.number {
    color: #D61F26;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 12px;
}

.process {
    margin-bottom: 40px;
}

.process-section {
    padding-bottom: 80px;
}

.advantages-section h2 {
    margin-bottom: 35px;
}
.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advantages-l {
    width: calc(100% - 350px);
}

.advantages-r {
    width: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}


.advantages-r .ul-line li, .advantages-r .ul-line {
    margin-bottom: 0;
}



.ul-line {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    list-style: none;
    padding-left: 0;
}

.ul-line li {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.ul-line li:before {
    width: 42px;
    height: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #D61F26;
    content: '';
    display: block;
    margin-right: 14px;
}

.advantages-section {
    padding-bottom: 62px;
}

.redemption2-section .text-bottom {
    padding-bottom: 20px;
}

.service-block {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-flow:column;
            flex-flow:column;
    overflow: hidden;
    margin-bottom: 18px;
}

a.service-block {
    text-decoration: none;
}

.services-block-text {
    padding: 23px 20px 32px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.service-block h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.service-block p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 21px;
}

@media screen and (min-width: 992px){
    .delivery-car-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .delivery-car-calculator {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; /* фиксированная ширина или минимальная необходимая ширина */
        margin-right: 20px; /* добавляем отступ между колонками */
    }

    .delivery-car-text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; /* текст занимает оставшееся пространство */
    }

    /*.delivery-reasons-after{*/
    /*    width: 70%;*/
    /*}*/
}
.more-link {
    color: #000000;
    text-align: justify;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}

.more-link:after {
    content: '';
    width: 28px;
    margin-left: 13px;
    height: 16px;
    background: url(../images/more.svg);
}

.more-link:hover,
a:hover .more-link {
    color: #D61F26;

}

.more-link:hover:after,
a:hover .more-link:after {
     background: url(../images/more-hover.svg);
}

.service-block .more-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
}

.services-list {
    margin-bottom: 55px;
}

.services-list .row > div {
    margin-bottom: 25px;
}

.services-section .text-bottom {
    padding-bottom: 80px;
}

.problems-section h2 {
    margin-bottom: 35px;
}

.problem-block {
    padding: 34px 53px 45px 44px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.problem-block-l {
    margin-right: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.problem-block h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}


.problem-block p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
 }
.problems {
    margin-bottom: 35px;
}

.problems-section {
    padding-bottom: 83px;
}

 .redemption3-section {
     padding-bottom: 82px;
 }

.packaging h2 {
    margin-bottom: 35px;
}


.packaging-block {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#5B328F));
    background: -o-linear-gradient(top, #000000 0%, #4e0a09 100%);
    background: linear-gradient(180deg, #000000 0%, #4e0a09 100%);
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
}


.packaging-block p {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.packaging-block-text {
    padding: 24px 20px 27px 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.packaging {
    margin-bottom: 80px;
}

.packaging-section .text-bottom {
    padding-bottom: 80px;
}

.insurance-section {
    padding-bottom: 80px;
}

.reviews-int-section .red-button.all-reviews {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 60px;
    margin-bottom: 55px;
}

.reviews-int-section .slider-wrapper-tm {
    margin-bottom: 50px;
}

.reviews-int-section {
    padding-bottom: 80px;
}

.useful-section h2 {
    margin-bottom: 55px;
    text-align: center;
}


.acticle {
    border-radius: 20px;
    border: 1px solid #AE9EC1;
    padding: 50px;
    height: 100%;
}

.acticle>img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}


.acticle-text-bottom h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.acticle-text-bottom p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.acticle-text-bottom {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}


.acticle-text .more-link {
    margin: 20px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.acticles button.red-button.button-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 30px auto 50px auto;
    display: block;
    padding: 14px 35px;
}

.useful-section {
    padding-bottom: 80px;
}


.photo2-section .red-button.see-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 41px;
    margin: 25px auto 55px auto;
    display: block;
}

.photo-section h3{
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 28px;
    text-align: center;
    line-height: 44px;
}

.photo2-section {
    padding-bottom: 80px;
}

.thanks2-section {
    padding-top: 0;
}

.useful-tm-section .acticles .acticle {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    padding: 50px 45px 50px 50px;
}


.useful-tm-section .acticles button.red-button.button-more {
    margin: 10px auto 50px auto;
    padding: 14px 61px;
}

.useful-tm-section {
    padding-bottom: 80px;
}

.acticle-body h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.acticle-body p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.acticle-body h3,
.acticle-body h4,
.acticle-body h5,
.acticle-body h6 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0 8px 0;
}

.acticle-body ul,
.acticle-body ol {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}

.acticle-body ul li,
.acticle-body ol li {
    margin-bottom: 7px;
}


.acticle {
    display: block;
    text-decoration: none;
}

.acticle-body {
    margin-bottom: 55px;
}

.acticle-body img {
    margin: 0 0 25px 39px;
    display: block;
    float: right;
}

.article-section .breadcrumb-tm {
    margin-bottom: 0;
}

.article-section {
    padding-bottom: 80px;
}

.cargo-item {
    aspect-ratio: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
    cursor: pointer;
    position: relative;
}

.cargo-item a {
    width: 100%;
    height: 100%;
    display: block;
}

.cargo-item img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cargo-video:before {
    content: '';
    position: absolute;
    background: url(../images/play.svg) no-repeat center / 100px 100px;
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cargo-video:hover:before {
    opacity: 1;
}

.cargo {
    margin-bottom: 55px;
}

.cargo .red-button.cargo-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 242px;
    padding: 14px 60px;
    margin: 12px auto 0;
    display: block;
}

.cargo-section {
    padding-bottom: 80px;
}


.date-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
}

.date-article .more-link {
    margin-top: 0;
}

p.date {
    color: #AE9EC1;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.acticle-new .acticle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.acticle-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}


.news-section .acticles button.red-button.button-more {
    margin: 10px auto 50px auto;
}

.contacts-wrapper {
    border-radius: 20px;
    background: #F8F8F8;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}


.contacts-r {
    width: 508px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contacts-l {
    width: calc(100% - 508px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-r h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contacts-r h3 img {
    margin-right: 9px;
}

.contacts-r p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}

a.phone-tm, .email-contact a, .contact-footer, .contacts-footer-phone {
    position: relative;
    text-decoration: none; /* Убираем стандартное подчеркивание */
    color: inherit; /* Сохраняем текущий цвет текста */
}

a.phone-tm::after, .email-contact a:after, .contact-footer:after, .contacts-footer-phone:after {
    content: "";
    position: absolute;
    bottom: 0; /* Располагаем линию снизу текста */
    left: 0;
    width: 0; /* Изначально линия невидима */
    height: 2px; /* Толщина линии */
    background-color: currentColor; /* Цвет линии совпадает с цветом текста */
    -webkit-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease; /* Анимация заполнения */
}

a.phone-tm:hover::after, .email-contact a:hover::after, .contact-footer:hover::after, .contacts-footer-phone:hover::after {
    width: 100%; /* Линия заполняет всю ширину */
}

a.phone-tm, .email-contact a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}
.phone-contact p {
    margin-bottom: 0;
}


.messengers a svg, .messengers-contacts a svg {
    max-width: 100%;
}

.messengers-tm .messengers a, .messengers-contacts a {
    width: 27px;
    display: block;
}

.messengers-tm .messengers a+a, .messengers-contacts a+a {
    margin-left: 5px;
}

.messengers-tm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -6px 0 0 0;
}


.messengers-tm span {
    margin-right: 12px;
}

.email-contact p {
    margin-bottom: 0;
}

.phone-contact {
    margin-bottom: 18px;
}

.contacts-section {
    padding-bottom: 80px;
}

span.company.name {
    color: #000000;
    font-weight: 700;
}

span.company.name span {
    color: #D61F26;
}

#team-bottom .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.owl-item:not(.center) .team-img {
    cursor: pointer;
}

.reviews-list {
    margin-bottom: 55px;
}










@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .manager {
        right: 0;
        width: 444px;
        height: auto;
    }
    .button-tm {
        right: 248px;
    }



}


@media screen and (max-width: 1320px) {
    p.call a {
        display: block;
    }
}




@media screen and (max-width: 1199px) {
    .header-top-r *+* {
        margin-left: 10px;
    }
    .slide-top-l h3 {
        font-size: 33px;
        line-height: 36px;
    }

    .logo {
        margin-right: 30px;
    }
    .menu li a {
        font-size: 18px;
    }

    .header-top-r .blu-border-button, .header-top-r .red-button {
        padding: 10px 15px;
    }
    .header-top-l .call {
        margin-right: 20px;
        font-size: 16px;
    }

    .manager {
        width: 230px;
        height: auto;
    }
    .button-tm {
        right: 43px;
    }
    .logo-l {
        margin-right: 11px;
        width: 60px;
    }
    .logo-r img {
        width: 81px;
    }

    .logo-r span {
        width: 84px;
        font-size: 9px;
        line-height: 10.038px;
    }


    .messengers-footer, .contact-footer {
        font-size: 20px;
    }

    .greeting-r {
        padding-right: 82px;
    }


    .reason {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .contacts-l, .contacts-r {
        width: 50%;
    }




}



@media screen and (min-width: 992px) {

    .dropdown-tm:hover .dropdown-menu {
        display: block;
    }
}


@media screen and (max-width: 991px){
    .menu > li {
        height: auto;
    }
    .header-top {
        display: none;
    }
    .header-bottom-wrapper .menu {
        display: none;
    }
    .messengers a, .messengers-contacts a {
        width: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .burger {
        padding: 0;
        background: transparent;
        border: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .logo {
        margin-right: 0;
    }

    .header-bottom-wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .container {
        padding: 0 28px;
    }


    .slide-top-r {
        display: none;
    }
    .slider-wrapper {
        padding: 0;
    }
    .slide-top-l {
        padding: 60px 0;
    }
    .owl-theme .owl-dots .owl-dot {
        width: 9px;
        height: 9px;
    }
    .owl-theme .owl-dots .owl-dot + .owl-dot {
        margin-left: 6px;
    }
    .slider-top .owl-dots .owl-dot {
        background: rgba(255, 255, 255, 0.50);
    }

    .slider-top .owl-dots .owl-dot.active {
        background: #FFF;
    }

    .slider-top .owl-dots {
        position: absolute;
        bottom: 21px;
        margin-top: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        left: 0;
    }
    .slide-top-l .ul-tm {
        margin-bottom: 26px;
    }
    .top-section {
        margin-bottom: 0;
    }

    .greeting-section {
        padding-top: 45px;
    }

    .form-tm-l img {
        /*
        position: absolute;
        */
        left: 34px;
        width: 200px;
        height: auto;
    }



    .form-tm-r {
        z-index: 2;
        position: relative;
    }
    .benefit-img img {
        width: 54.095px;
    }
    .benefit-img {
        width: 101.429px;
        height: 101.429px;
        margin-bottom: 8px;
    }

    .benefit-block p {
        font-size: 12px;
        line-height: 16px;
    }
    .benefit-r {
        display: none;
    }

    .benefit {
        padding: 55px 30px;
    }


    .purchase-scheme-block:after {
        width: 59px;
        left: calc(100% - 21px);
    }

    .form-tm-l-2 {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }


    .indicator-block h3 {
        font-size: 32.028px;
        line-height: 35.231px;
    }

    .indicator-block p {
        font-size: 12px;
        line-height: 16px;
    }
    .indicator-block {
        padding: 20px 20px;
    }

    .address {
        width: 250px;
    }
    .address + .address {
        margin-left: 20px;
    }
    .messengers-footer, .contact-footer {
        font-size: 16px;
    }

    .burger.active {
        background: url("../images/close.svg") no-repeat center;
    }

    .burger.active img {
        opacity: 0;
    }
    .menu-mobil-title {
        position: relative;
    }

    .menu-mobil-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 7px;
    }

    .header-bottom {
        padding: 20px 0;
    }

    .menu-mobil {
        background: #FEFCFF;
        padding: 1px 28px 38px 28px;
        position: fixed;
        left: -100%;
        width: 100%;
        height: calc(100vh - 100px);
        z-index: 100;
        display: block;
        -webkit-transition: 0.6s left;
        -o-transition: 0.6s left;
        transition: 0.6s left;
    }

    .menu-mobil.active {
        -webkit-transition: 0.6s left;
        -o-transition: 0.6s left;
        transition: 0.6s left;
        left: 0;
    }



    body.active {
        overflow: hidden;
    }
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .search-toggler {
        padding: 10px 21px 10px 18px;
    }

    button.close-search img {
        width: 16px;
    }

    .search-wrapper input {
        font-size: 16px;
        line-height: 20px;
    }
    .menu-mobil-title h3 {
        color: #000000;
        font-size: 28px;
        font-weight: 800;
        line-height: 32px;
        margin-bottom: 0;
    }


    .dropdown-toggle-tm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .dropdown-toggle-tm:after {
        width: 7px;
        height: 9px;
        content: '';
        background: url(../images/arrow-menu.svg);
        margin-left: 7px;
    }

    .dropdown-toggle-tm.active:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .dropdown-menu {
        position: static;
    }
    .dropdown-menu.active {
        display: block;
    }

    .dropdown-menu .dropdown-toggle-tm:hover, .menu li a:hover {
        color: #000000;
    }


    .dropdown-menu li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
    }

    .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        background: transparent;
    }


    .menu-mobil .red-button {
        padding: 20px 57px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin: 0 auto 30px auto;
        display: block;
    }
    .menu li a {
        font-size: 16px;
        line-height: 40px;
    }


    .dropdown-menu li + li {
        margin-top: 0;
    }
    .contact-menu-block p {
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0;
    }

    .contact-menu-block a {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-decoration: none;
        display: table;
        margin: auto;
    }
    .contact-menu-block + .contact-menu-block {
        margin-top: 20px;
    }
    .menu-mobil-wrapper {
        max-height: calc(100vh - 435px);
        margin-bottom: 26px;
    }
    .calculation-modal-wrapper {
        padding: 55px 30px;
    }

    .calculator-wrapper-2 {
        padding: 20px;
    }

    .form-tm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 30px;
    }

    .form-tm-l {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
    }

    .delivery-car-calculator {
        float: none;
        margin: 0 auto 52px auto;
    }


    .title-top-block .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
    }

    .title-top-block-r img {
        display: block;
        margin: 0 auto 20px auto;
    }


    .services-list .row > div {
        margin-bottom: 0;
    }

    .services-list .service-block {
        margin-bottom: 24px;
        height: calc(100% - 24px);
    }

    .problem-block {
        padding: 28px 20px 35px 20px;
    }


    .acticle-body img {
        float: none;
        margin: 20px auto;
    }

    .acticle {
        padding: 30px 25px 35px 25px;
    }



    .packaging-block {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .header-bottom-wrapper .messengers {
        margin: 0 26px 0 auto;
    }

    header {
        border-bottom: 0;
    }




}


@media screen and (max-width: 767px) {

    .delivery-block-text-h3 {
        min-height: 54px !important;
    }

    .delivery-block .h3 {
        min-height: 54px !important;
    }

    .delivery-block .h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .delivery-buttons .wht-button::before {
        top: -13px !important;
    }
    .time {
        margin-left: 0px;
    }
    .top-section {
        background-size: cover;
    }
    .slide-top-l h3 {
        font-size: 31px;;
        font-weight: 800;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .slide-top-l .ul-tm {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
    }
    .play svg {
        max-width: 100%;
    }
    .play {
        width: 111px;
        display: block;
    }

    .video>img {
        display: block;
        margin: 0 auto 0 -73px;
    }


    .click-video {
        top: 59px;
        right: 22px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
    }


    .greeting-r {
        padding-top: 20px;
        padding-right: 0;
    }



    .form-tm {
        overflow: hidden;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .form-tm-r h3 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px;
        width: 196px;
    }
    .form-tm-r {
        padding: 35px 18px;
        width: 100%;
    }
    .fotm-tm-inputs .row>*:nth-child(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .fotm-tm-inputs .row>*:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .fotm-tm-inputs .row>*:nth-child(3) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .fotm-tm-inputs .row>*:nth-child(4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }


    .form-tm-r p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 21px;
        width: 196px;
    }
    .input-form {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 21px;
        margin-bottom: 12px;
    }


    .form-tm-r .red-button {
        font-size: 18px;
        line-height: 22px;
        padding: 19px;
        margin-bottom: 10px;
    }


    .fotm-tm-inputs p.approval a, .fotm-tm-inputs p.approval {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        width: 100%;
    }
    .form-tm-l {
        width: 100%;
        height: 1px;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .greeting-section {
        padding-bottom: 45px;
    }
    .greeting {
        margin-bottom: 12px;
    }


    .benefit-section {
        padding: 45px 0;
        background: url("../images/bg-mobil-1.png") no-repeat top center/cover;
    }


    .benefit {
        padding: 0;
        background: transparent;
        margin-bottom: 10px;
    }


    .benefit-block {
        margin-bottom: 25px;
    }

    .form-tm-l-2 img {
        top: 30px;
        right: -18px;
    }
    .delivery-block>img {
        border-radius: 20px 20px 0 0;
    }

    .delivery-list .row {
        margin: 0 -4px;
    }
    .delivery-list .row>* {
        padding: 0 4px;
    }

    .delivery-block-text {
        padding: 8px 8px 10px 8px;
    }

    .delivery-block-text-h3 {
        color: #000000;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 0;
    }

    .delivery-block-text-h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .delivery-block p {
        margin-bottom: 28px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .delivery-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 7px;
    }

    .delivery-block .red-button,
    .delivery-block .wht-button {
        font-size: 10px;
        line-height: 14px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 28px;
                flex: 0 0 28px;
    }

    .delivery-block {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }

    .delivery-list {
        margin: 0 auto 20px auto;
    }

    .form-tm-l.form-tm-l-3 img {
        top: 13px;
    }

    .form-tm-l img {
        position: absolute;
        width: auto;
        top: 51px;
        right: -18px;
        left: auto;
    }
    .types-delivery-section {
        padding-bottom: 45px;
    }

    .types-delivery-section {
        padding-bottom: 45px;
        padding-top: 45px;
        overflow: hidden;
    }

    .purchase .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
    }

    .purchase-block-l {
        margin-right: 21px;
        width: 72.369px;
    }


    .purchase-block h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .purchase-block p {
        font-size: 16px;
        line-height: 21px;
    }
    .purchase-r {
        margin-bottom: 28px;
    }

    .purchase-l h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .purchase-l p {
        font-size: 16px;
        line-height: 21px;
    }

    .purchase-scheme-block img {
        margin-bottom: 7px;
        width: 82.863px;
    }

    .purchase-scheme-block {
        margin-bottom: 57px;
    }

    .purchase-scheme-block p {
        font-size: 12px;
        line-height: 16px;
    }


    .purchase-scheme>.row>*:nth-child(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

     .purchase-scheme>.row>*:nth-child(2) {
         -webkit-box-ordinal-group: 3;
             -ms-flex-order: 2;
                 order: 2;

     }

     .purchase-scheme>.row>*:nth-child(3) {
         -webkit-box-ordinal-group: 5;
             -ms-flex-order: 4;
                 order: 4;

     }

     .purchase-scheme>.row>*:nth-child(4) {
         -webkit-box-ordinal-group:4;
             -ms-flex-order:3;
                 order:3;

     }
    .purchase-scheme-block:after {
        left: calc(100% - 14px);
        width: 42px;
        top: 38px;
    }


    .purchase-scheme>.row>*:nth-child(2) .purchase-scheme-block:after {
        height: 29px;
        width: 4px;
        top: calc(100% + 12px);
        left: 50%;
    }

    .purchase-scheme>.row>*:nth-child(3) .purchase-scheme-block:after {
        right: calc(100% - 13px);
        left: auto;
    }

    .purchase {
        margin-bottom: 5px;
    }

    .purchase-scheme {
        margin-bottom: -22px;
    }
    .redemption-section {
        padding-bottom: 14px;
        margin-bottom: 30px;
    }

    .team-section-top {
        padding: 120px 0 0 0;
        margin-bottom: 45px;
    }

    .team-name h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .team-name p {
        font-size: 16px;
        line-height: 21px;
    }
    .team-wrapper .tab-content {
        margin-bottom: 45px;
    }
    .team-wrapper {
        margin: 0 -28px;
    }
    .team-wrapper .simplebar-track.simplebar-horizontal {
        left: 28px;
        right: 28px;
    }
    .indicator-block {
        padding: 14px 16px;
        margin-bottom: 36px;
        height: calc(100% - 36px);
    }
    .indicator-block:after {
        width: 3px;
    }
    .indicators .row>*:nth-child(2) .indicator-block:after {
        display: none;
    }

    .indicators {
        margin-bottom: 0;
    }


    .form-tm-l-6 img {
        top: 70px;
        right: -18px;
    }


    .team-section {
        padding-bottom: 45px;
    }
    .slider-wrapper-tm2, .slider-wrapper-tm {
        margin: 0 -28px 0 0;
        padding: 0;
        width: calc(100% + 28px);
    }


    .customers-section {
        padding-bottom: 45px;
    }

    .reviews-section {
        background: url(../images/bg-mobil-3.png) no-repeat top center, -o-linear-gradient(top, transparent 0%, transparent 105px, #F0F0F0 105px, #F0F0F0 100%);
        background: url(../images/bg-mobil-3.png) no-repeat top center, linear-gradient(to bottom, transparent 0%, transparent 105px, #F0F0F0 105px, #F0F0F0 100%);
        padding: 84px 0 45px 0;
    }


    /*.photo-slide img {
        height: 149px;
    }*/

    .cargo-video:before {
        background-size: 50px 50px;
    }

    .review {
        margin-bottom: 8px;
    }

    .all-reviews {
        margin: 17px auto 0 auto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        width: 100%;
        text-align: center;
    }
    .thanks-section {
        padding: 45px 0 45px 0;
        overflow: hidden;
    }

    .benefit-number {
        left: -23px;
        bottom: -4px;
        font-size: 34px;
        line-height: 36px;
    }
    .thank-slide {
        width: 124px;
        display: block;
    }

    .thanks-section .slider-wrapper-tm2 {
        margin-bottom: 35px;
    }
    .form-tm-l.form-tm-l-7 img {
        top: 0;
    }

    .photo-section h3{
        color: #000000;
        font-size: 40px;
        font-weight: 800;
        line-height: 44px;
    }

    .thanks-section h2, .reviews-section h2, .customers-section h3, .photo-section h3, .team-section h2, .redemption-section h3, .types-delivery-section h3, .benefit-l h2 {
        margin-bottom: 28px;
        text-align: center;
    }
    .footer-top-r, .footer-top-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .footer-top {
        padding: 35px 0 10px 0;
    }

    .logo-footer {
        margin-bottom: 25px;
    }
    .address-l {
        display: none;
    }
    .address {
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }
    .address-r p br {
        display: none;
    }

    .address-r h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .address-r p {
        font-size: 15px;
        line-height: 18px;
    }

    .contact-footer {
        font-size: 20px;
        font-weight: 600;
        line-height: 15px;
        margin: 0 0 15px 0;
    }
    .contact-footer img {
        margin-right: 10px;
        width: 28px;
    }

    .messengers-footer {
        font-size: 20px;
        line-height: 15px;
    }


    .messengers-footer {
        gap: 12px;
    }

    .messengers-footer a {
        width: 32px;
    }

    .messengers-footer a.contacts-footer-phone {
        margin-left: 2px;
    }

    .footer-bottom {
        padding: 14px 0;
    }
    .approval-modal, .calculation-modal-wrapper, .form-tm-modal {
        padding: 44px 20px 20px 20px;
    }

    .modal .form-tm .form-tm-l {
        display: none;
    }

    .modal .approval-modal h3, .modal .calculation-modal-title-r h3, .modal .form-tm-r h3 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px;
        width: 100%;
    }
    .modal .form-tm-r {
        padding: 0;
    }
    .btn-close {
        top: 10px;
        right: 10px;
    }

    .calculation-modal-title-l {
        display: none;
    }
    .calculator-wrapper-2 {
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .approval-modal ul, .approval-modal ol, .approval-modal p, .calculation-modal-title-r p {
        font-size: 16px;
        line-height: 21px;
    }
    .calculation-modal-wrapper .inputs-tm {
        margin-top: 0;
    }
    .slide-top-l .red-button {
        width: 100%;
    }

    .purchase-block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .team-section-top {
        background: url(../images/bg-mobil-2.webp) no-repeat top center, -o-linear-gradient(top, transparent 0%, transparent 105px, #2C0C54 105px, #562d89 100%);
        background: url(../images/bg-mobil-2.webp) no-repeat top center, linear-gradient(to bottom, transparent 0%, transparent 105px, #2C0C54 105px, #562d89 100%);
        padding: 85px 0 0 0;
        margin-bottom: 82px;
    }

    .customer-slide img {
        max-width: 132px;
        max-height: 72px;
    }


    .customers-wrapper {
        position: relative;
    }

    .customers-wrapper:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.80)), to(rgba(255, 255, 255, 0.00)));
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 98px;
        height: 100%;
        z-index: 1;
    }

    .photo-section {
        padding-bottom: 15px;
    }
    .breadcrumb-item a, .breadcrumb-item.active {
        font-size: 12px;
        line-height: 16px;
    }

    .title-page {
        padding: 0 0 28px 0;
    }

    .breadcrumb-tm {
        margin-bottom: 20px;
    }

    .title-page h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .calculator-wrapper-middle {
        border-radius: 20px;
        border: 1px solid #AE9EC1;
        padding: 25px 20px;
    }

    .calculator-wrapper-middle h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .inputs-tm .input-tm {
        margin-bottom: 9px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        padding: 9px 10px;
    }

    .calculator-wrapper-middle .red-button-large {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        padding: 14px;
        margin-top: 11px;
    }

    .delivery-section .calculator-wrapper-2 {
        margin-bottom: 35px;
    }
    .text-bottom {
        padding: 45px 0;
    }

    .text-bottom p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .text-bottom h3 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }


    .delivery-car-calculator p.calculator-title {
        color: #000000;
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 28px;
        padding: 25px 20px 0 20px;
        background: transparent;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .car-calculator p {
        font-size: 18px;
        line-height: 22px;
    }

    .car-calculator img {
        margin-left: 13px;
        width: 100.402px;
    }

    .car-calculator {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }


    .delivery-car-calculator .calculator-wrapper .red-button {
        font-size: 16px;
        line-height: 20px;
        padding: 14px;
    }

    .delivery-car-calculator .calculator-wrapper {
        padding: 20px 20px 25px 20px;
    }

    .delivery-car-calculator {
        float: none;
        margin: 0 auto 20px auto;
    }


    .delivery-car-body > h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .delivery-car-calculator .calculator {
        border-radius: 20px;
        border: 1px solid #AE9EC1;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .delivery-car-body > .delivery-car-calculator + h3 {
        margin-top: 20px;
    }

    .delivery-reasons-after {
        margin-bottom: 35px;
    }


    .reasons-section h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .reason {
        height: calc(100% - 24px);
        margin-bottom: 24px;
    }

    .reasons {
        margin-bottom: 6px;
    }
    .reasons-bottom {
        margin-bottom: 35px;
    }

    .reasons-section {
        margin-bottom: 45px;
    }

    .rates-tm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
    }

    .rates-text h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .rates-text ul li {
        margin-bottom: 0;
    }
    .rates-text {
        margin-bottom: 21px;
    }




    .rates-section {
        margin-bottom: 45px;
    }

    .benefit2-section .text-bottom {
        padding: 45px 28px;
        background: #fff;
        margin: 0 -28px;
        margin-top: 45px;
    }


    .benefit2-section {
        padding-bottom: 0;
    }

    .title-top h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .title-top {
        margin-bottom: 10px;
    }


    .purchase-section {
        padding-bottom: 35px;
    }


    .process-section h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .process {
        margin-bottom: 15px;
    }
    .process-section {
        padding-bottom: 45px;
    }

    .advantages-section h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .ul-line li:before {
        width: 27px;
        margin-top: 9px;
    }

    .ul-line li {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .advantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }


    .advantages-l, .advantages-r {
        width: 100%;
    }
    .advantages-r img {
        width: 192px;
        display: block;
        margin: 0 auto;
    }

    .advantages-section {
        padding-bottom: 45px;
    }
    .services-list {
        margin-bottom: 11px;
    }

    .services-section .text-bottom {
        padding-bottom: 45px;
    }
    .problems-section h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .problem-block-l {
        margin-right: 13px;
        width: 30.343px;
        padding-top: 4px;
    }

    .problem-block {
        margin-bottom: 25px;
        height: auto;
    }
    .problems {
        margin-bottom: 10px;
    }
    .problems-section {
        padding-bottom: 45px;
    }


    .packaging-block-text {
        padding: 6px 13px 12px 13px;
    }

    .packaging-block p {
        font-size: 14px;
        line-height: 18px;
    }

    .packaging h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .packaging {
        margin-bottom: 15px;
    }

    .calculator-wrapper-middle {
        margin-bottom: 35px;
    }

    .packaging-section .text-bottom {
        padding-bottom: 45px;
    }
    .insurance-section {
        padding-bottom: 45px;
    }


    .review img {
        width: 100%;
    }

    .reviews-int-section .red-button.all-reviews {
        margin-bottom: 45px;
        font-size: 18px;
        line-height: 22px;
        padding: 20px;
        width: 100%;
    }
    .reviews-slide {
        width: 223px;
    }
    .reviews-int-section .slider-wrapper-tm {
        margin-bottom: 35px;
    }
    .reviews-int-section {
        padding-bottom: 45px;
    }

    section.greeting-section.about-section {
        padding-top: 0;
    }

    .useful-section h2 {
        margin-bottom: 20px;
        text-align: left;
    }

    .acticle {
        margin-bottom: 25px;
    }


    .useful-section .acticles button.red-button.button-more {
        display: none;
    }

    .useful-section .acticles {
        margin-bottom: 10px;
    }
    .useful-section {
        padding-bottom: 45px;
    }

    .photo2-section .red-button.see-button {
        display: none;
    }

    .photo2-section .form-tm {
        margin-top: 35px;
    }


    .photo2-section {
        padding-bottom: 45px;
    }
    .team-section-top2 {
        margin-bottom: 45px;
    }

    .thanks2-section {
        padding-top: 0;
        overflow: hidden;
    }
    .useful-tm-section .acticle>img {
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .useful-tm-section .acticles .acticle {
        margin-bottom: 25px;
        height: calc(100% - 25px);
        padding: 30px 25px 35px 25px;
    }

    .useful-tm-section .acticles button.red-button.button-more {
        margin: 0 auto 45px auto;
        padding: 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        width: 100%;
    }
    .useful-tm-section {
        padding-bottom: 45px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 12px;
        line-height: 16px;
    }
    .breadcrumb-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .acticle-body p,
    .delivery-car-body p {
        font-size: 16px;
        line-height: 22px;
    }

    .acticle-body h3,
    .delivery-car-body h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .acticle-body ul,
    .acticle-body ol,
    .delivery-car-body ul,
    .delivery-car-body ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .acticle-body {
        margin-bottom: 35px;
    }

    .article-section {
        padding-bottom: 45px;
    }

    .cargo img {
        margin-bottom: 8px;
    }
    .cargo .row {
        margin: 0 -4px;
    }
    .cargo .row>* {
        padding: 0 4px;
    }
    .cargo .red-button.cargo-button {
        margin: 15px auto 35px auto;
        font-size: 18px;
        line-height: 22px;
        padding: 20px;
        width: 100%;
    }
    .cargo-section {
        padding-bottom: 45px;
    }

    .date-article {
        margin-top: 21px;
    }
    .contacts-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        margin-bottom: 0;
    }

    .contacts-l, .contacts-r {
        width: 100%;
    }
    .contacts-r {
        padding: 35px 20px;
    }

    .contacts-l {
        border-radius: 20px;
        overflow: hidden;
    }

    .contacts-l iframe {
         height: 335px;
     }
    .contacts-section .form-tm {
        display: none;
    }

    .contacts-section {
        padding-bottom: 45px;
    }
    .process-block {
        padding: 28px 26px 17px 26px;
        height: auto!important;
    }


    .thanks-section .slider-wrapper-tm2, .photo2-section .slider-wrapper-tm, .reviews-int-section .slider-wrapper-tm {
        position: relative;
    }

    .thanks-section .slider-wrapper-tm2:after, .photo2-section .slider-wrapper-tm:after, .reviews-int-section .slider-wrapper-tm:after {
        width: 71px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.80)), to(rgba(255, 255, 255, 0.00)));
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
        height: 100%;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .greeting-r p {
        text-align: left;
        font-size: 16px;
        line-height: 21px;
    }
    .acticle>img {
        height: calc((100vw - 106px));
        -o-object-fit: cover;
           object-fit: cover;
    }

    .thanks-section .slider-wrapper-tm2 {
        max-width: calc(100% + 28px);
    }
    .acticle-body img {
        height: 346px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .messengers-tm .messengers a+a, .messengers-contacts a+a {
        margin-left: 12px;
    }

    .messengers-tm .messengers a, .messengers-contacts a {
        width: 35px;
        display: block;
    }
    .messengers-tm span {
        margin-right: 37px;
    }

    .phone-contact {
        margin-bottom: 37px;
    }


    #team-bottom .owl-item:not(.active) {
        opacity: 1;
    }
    .owl-item.active.op, .op2 {
        opacity: 1;
    }
}

@media screen and (max-width: 450px) {
    .contact-menu-block {
        text-align: center;
    }
}

@media screen and (max-width: 380px)
{
    .header-bottom-wrapper {
        gap: 3px;
    }

    .header-bottom-wrapper .messengers {
        margin: 0;
    }
}

@media screen and (max-width: 748px) {
    .footer-top-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .address {
        width: 100%;
        text-align: start;
        margin-bottom: 3px;
    }
    .address + .address {
        margin-left: 0px;
    }
    .footer-bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
         -webkit-box-align: start;
             -ms-flex-align: start;
                 align-items: flex-start;
         -webkit-box-pack: start;
             -ms-flex-pack: start;
                 justify-content: flex-start;
    }
}

@media (min-width: 769px) {
    .hide-block-des {
        display: none;
    }
}
@media (max-width: 769px) {
    .hide-block-phone {
        display: none;
    }
}

.phone-container {
    position: relative;
    display: inline-block;
}

.phone-number {
    text-decoration: none;
    color: #000000;
    margin: auto;
}

.dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #f9f9f9;
    min-width: auto;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 100%; /* Position below the phone number */
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    white-space: nowrap;
}

.phone-container:hover .dropdown-content,
.dropdown-content:hover {
    visibility: visible;
    opacity: 1;
}

.dropdown-content p, .dropdown-content a {
    margin: 8px 0;
    color: #000;
    text-decoration: none;
}

.dropdown-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .video .img {
        width: 100%;
        height: auto;
    }
}

.customers-wrapper {
    padding: 20px 0;
}

.customers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Центрирование элементов по горизонтали */
    gap: 20px; /* Отступ между элементами */
}

.customers-list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; /* Элементы будут занимать доступное пространство */
    max-width: 300px; /* Максимальная ширина элемента */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.customer-slide img {
    max-width: 100%; /* Убедитесь, что изображение не превышает ширину родительского элемента */
    height: auto;    /* Сохраняет пропорции изображения */
    -o-object-fit: cover;
       object-fit: cover; /* Обеспечивает правильное масштабирование и обрезку */
    display: block;
}

/* Стиль для уведомления о куках */
.cookie-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff; /* Светлый фон */
    color: #333; /* Темный текст для контраста */
    padding: 15px;
    border-radius: 10px; /* Закругленные углы */
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень для выделения */
    z-index: 10000; /* Обеспечивает, что уведомление будет поверх других элементов */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Расположение элементов по вертикали */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    max-width: 300px; /* Максимальная ширина для десктопных устройств */
    width: 100%; /* Ширина 100% от родительского элемента для мобильных устройств */
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* Учитывает padding и border в ширину элемента */
}

.cookie-notification p {
    margin: 0;
    text-align: center; /* Центрирование текста */
}

.cookie-notification button {
    background-color: #D61F26; /* Красный цвет кнопки */
    border: none;
    color: #fff; /* Белый текст на кнопке */
    padding: 8px 12px;
    border-radius: 20px; /* Закругленные углы кнопки */
    cursor: pointer;
    font-size: 14px; /* Размер шрифта кнопки */
}

.cookie-notification button:hover {
    background-color: #e63946; /* Более темный красный при наведении */
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 600px) {
    .cookie-notification {
        bottom: 10px; /* Уменьшить отступ снизу на мобильных устройствах */
        left: 10px; /* Уменьшить отступ слева на мобильных устройствах */
        padding: 10px; /* Уменьшить padding для мобильных устройств */
        font-size: 12px; /* Уменьшить размер шрифта для мобильных устройств */
    }

    .cookie-notification p {
        font-size: 12px; /* Уменьшить размер шрифта для текста на мобильных устройствах */
    }
}

/* Основные стили */
.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.thank-you-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    padding: 10px;
}

.letter-header, .letter-content, .letter-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.letter-header {
    margin-bottom: 10px;
}

.letter-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px;
}

.letter-footer {
    margin-top: auto;
}

.letter-header h4,
.letter-header p,
.letter-content p {
    margin: 0;
    padding: 0;
}

.letter-header h4 {
    margin-bottom: 5px;
}

.letter-header p {
    margin-bottom: 5px;
}

/* Медиазапросы для мобильных устройств */
@media (max-width: 768px) {
    .letter-header, .letter-content, .letter-footer {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        text-align: left; /* Прижимаем текст к левому краю */
    }
    .thanks-slider .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; /* Полная ширина для мобильных устройств */
    }
    .thank-you-letter {
        padding: 10px;
    }
    .letter-header, .letter-content, .letter-footer {
        text-align: left; /* Текст прижат к левому краю */
    }
    .letter-header h4 {
        font-size: 1.2em; /* Уменьшение размера заголовков */
    }
    .letter-content {
        font-size: 1em; /* Уменьшение размера текста */
    }
    .letter-footer {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .letter-header, .letter-content, .letter-footer {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        text-align: left; /* Прижимаем текст к левому краю */
    }
    .thanks-slider .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90% !important; /* Полная ширина для мобильных устройств */
        padding: 0; /* Убираем отступы */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .thank-you-letter {
        padding: 5px;
    }
    .letter-header h4 {
        font-size: 1em; /* Еще большее уменьшение размера заголовков */
    }
    .letter-content {
        font-size: 0.9em; /* Еще большее уменьшение размера текста */
    }
    .letter-footer a {
        font-size: 0.9em; /* Уменьшение размера ссылки */
    }
}


.header-bottom {
    padding: 20px 0
}

.dropdown-toggle-tmdesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.dropdown-toggle-tmdesc:after {
    width: 7px;
    height: 9px;
    content: '';
    background: url('../images/arrow-menu.svg');
    margin-left: 7px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; /* Устанавливаем точку вращения в центр */
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    top: 0 /* Подстройте значение для точного выравнивания */
}

.dropdown-toggle-tm.active:after {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}


.social-icon.phone-icon {
    display: none;
}

/* Показываем иконку телефона на мобильных устройствах */
@media (max-width: 767px) {
    .social-icon.vk-icon {
        display: none;
    }

    .social-icon.phone-icon {
        display: block;
    }
}

.acticle-body img {
    max-width: 600px;
}

.grecaptcha-badge {visibility: hidden;}

.thanks-section + .bottom .text-bottom {
    padding-top: 0;
}

.region-links {
    padding-bottom: 80px;
}

.region-link {
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.delivery-buttons .wht-button {
    position: relative;
}

.delivery-buttons .wht-button::before {
    position: absolute;
    content: 'Подробнее';
    /* top: 0; */
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

.delivery-buttons .wht-button:hover::before {
    color: #FFFFFF;
}

.acticle .more-link {
    position: relative;
}

.acticle .more-link::before {
    display: block;
    position: static;
    content: 'Читать далее';
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    /* text-align: center;
    line-height: 50px; */
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
}

table th {
  color: #000000;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

table td {
  border-bottom: 1px solid #000000;;
}

table th, table td {
  padding: 20px;
}

@media (max-width: 767px) {
    .table-responsive::before {
        content: "Листайте →";
        font-size: 18px;
        font-weight: bold;
        color: #D61F26;
    }
}

.faq {
    margin-top: 80px;
    margin-bottom: 80px;
}

.faq__item.is-opened .faq__item_title {
    color: #000000;
    font-weight: bold;
}

.faq__item.is-opened .faq__item_text {
    font-weight: bold;
}

.faq__item.is-opened {
    background-color: rgba(36, 6, 74, 0.25);
}

.faq-new {
    max-width: 767px;
}

.types-delivery-section + .faq {
    margin-top: 0;
}

.faq__title {
    margin-bottom: 22px;
}

.faq__item {
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.faq__item:hover,
.faq__item.is-opened {
    -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.20);
            box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.20);
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item_title {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    padding: 10px 20px;
    padding-right: 45px;
    margin: 0;
}

.faq__item_title::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    top: 22px;
    right: 20px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq__item.is-opened .faq__item_title::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.faq__item_text {
    display: none;
    margin: 0;
    padding: 0 20px 10px;
}

.delivery-buttons {
    margin-top: 20px;
}

.types-delivery-slider .delivery-block {
    height: auto;
}

.review__item {
    min-height: 206px;
    background-color: #ffffff;
    padding: 15px;
    border-width: 0px;
    border-color: transparent;
    border-radius: 10px;
    border-style: solid;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.review__item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px
}

.review__item_image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f9f9f9;
    margin-right: 10px;
    overflow: hidden
}

.review__item_image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    width: 64px;
}

.review__item_name {
    color: #212121;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0
}

.review__item_rating {
    font-size: 22px;
    line-height: 20px;
    display: block;
    color: #d8d8d8;
    position: relative
}

.review__item_rating:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    color: #ffcc00;
    height: 24px;
    width: 90px;
    z-index: 1
}

.review__item_rating.rating-1:before {
    content: "★"
}

.review__item_rating.rating-2:before {
    content: "★★"
}

.review__item_rating.rating-3:before {
    content: "★★★"
}

.review__item_rating.rating-4:before {
    content: "★★★★"
}

.review__item_rating.rating-5:before {
    content: "★★★★★"
}

.review__item_date {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #757575
}

.review__item_text {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review__item.line-clamp-3 .review__item_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review__item.line-clamp-3.expanded .review__item_text {
    height: auto;
    -webkit-line-clamp: unset
}

.review__item_button {
    display: none;
    font-size: 13px;
    color: #757575 !important;
    cursor: pointer
}

.review__item.line-clamp-3 .review__item_button {
    display: block;
}

.review__item_button::after {
    content: "Читать полностью"
}

.expanded .review__item_button::after {
    content: "Скрыть"
}

.nav-tabs.reviews-page__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 30px;
    border: none;
    margin-bottom: 30px;
}

.nav-tabs .nav-link.reviews-page__nav_item {
    width: 200px;
    text-align: center;
    display: block;
    background-color: transparent;
    color: #D61F26;
    border: 1px solid #D61F26;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border-radius: 8px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.nav-tabs .nav-link.reviews-page__nav_item:hover {
    background-color: #EA2129;
    border-color: #EA2129;
    color: #fff;
}

.nav-tabs .nav-link.reviews-page__nav_item.active {
    cursor: default;
    background-color: #D61F26;
    color: #fff;
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    position: absolute;
}

.tab-content>.active {
    visibility: visible;
    position: static;
}

.reviews-page__tabs {
    position: relative;
    overflow: hidden;
}

.reviews-page__tabs .cargo-section {
    padding-bottom: 0;
}

@media only screen and (max-width: 450px) {
    .slide-top-l h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .ul-tm li {
        font-size: 14px;
        line-height: 19px;
    }

    .greeting-r-h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .greeting-r p {
        font-size: 14px;
        line-height: 19px;
    }
    .form-tm-r h3 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }
    .form-tm-r p {
        font-size: 14px;
        line-height: 19px;
        width: 100%;
    }
    .benefit-l h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .form-tm-r-h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .types-delivery-section h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .faq__item_title {
        font-size: 16px;
        padding: 5px 10px;
        padding-right: 25px;
    }

    .faq__item_title::after {
        top: 12px;
        right: 12px;
    }

    .redemption-section h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .purchase-block-r-h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .purchase-block p {
        font-size: 14px;
        line-height: 19px;
    }

    .purchase-l-h3 {
        color: #000000;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .purchase-l p {
        font-size: 14px;
        line-height: 19px;
    }

    .team-section h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .indicator-block-h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .customers-section h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .customers-list {
        gap: 10px;
    }

    .customers-list .item {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 30%;
    }

    .photo-section h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .thanks-section-h2 {
         font-size: 20px;
        line-height: 24px;
    }

    .letter-header {
        font-size: 14px;
        line-height: 19px;
    }

    .letter-content p {
        font-size: 12px;
        line-height: 17px;
    }

    .text-bottom ul, .text-bottom ol {
        font-size: 13px;
        line-height: 17px;
    }

    .text-bottom a {
        font-size: 14px;
        line-height: 19px;
    }

    .region-links {
        padding-bottom: 30px;
    }

    .region-link {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 19px;
    }

    .region-links .row>* {
        width: auto;
    }

    .address-r h4 {
        font-size: 14px;
        line-height: 19px;
    }

    .address-r p {
        font-size: 14px;
        line-height: 19px;
    }

    .contact-footer {
        font-size: 16px;
        line-height: 19px;
    }

    .contact-footer img {
        width: 20px;
    }

    .logo-r span {
        width: 110px;
        font-size: 12px;
        line-height: 12px;
    }

    .logo {
        margin-right: 10px;
    }

    .delivery-block>img {
        /* height: auto; */
        height: 150px;
    }
    .delivery-block p {
        margin-bottom: 2px;
        line-height: 16px;
    }
    .delivery-block-text-h3 {
        min-height: auto;
        margin-bottom: 12px;
    }
    .delivery-buttons {
        margin-top: 0px;
    }
    /* .delivery-list .col-6 {
        width: 100%;
    }
    .delivery-block .wht-button {
        width: calc(48% - 15px);
        min-width: 120px;
        height: auto;
        font-size: 16px;
    }

    .delivery-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .delivery-block .red-button {
        width: calc(48% - 15px);
        min-width: 120px;
        height: 30px;
        font-size: 16px;
    }
    */
}

.vacancy {
    margin-bottom: 100px;
}

.vacancy__item {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #AE9EC1;
    margin-bottom: 60px;
}

.vacancy__mail {
    color: #D61F26 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.vacancy__mail::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #D61F26;
  -webkit-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease; 
}

.vacancy__mail:hover::after {
  width: 100%;
}

.vacancy__item:last-child {
    margin-bottom: 0;
}

.vacancy__item_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.vacancy__item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 30px;
}

.vacancy__item_title {
    margin-bottom: 15px;
}

.vacancy__item_date {
    font-size: 14px;
    white-space: nowrap;
    color: #AE9EC1;
}

.vacancy__item_salary {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.vacancy__item_conditions {
    margin-bottom: 30px;
}

.vacancy__item_desc {
    margin-bottom: 30px;
}

.vacancy__item_salary span {
    color: #D61F26;
}

.vacancy__item_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}

.vacancy__item_tag {
    padding: 2px 10px;
    border: 1px solid #000000;
    border-radius: 50px;
}

.vacancy__item_block {
    margin-bottom: 30px;
}

.vacancy__item_block_title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
    color: #D61F26;
}

textarea.form__input {
    height: 140px!important;
    padding: 20px;
    resize: none;
}

#ModalVacancy .modal-dialog {
    max-width: 500px;
}

.form-vacancy {
    padding: 60px 30px 30px;
    text-align: center;
}

.form-vacancy .red-button {
    width: 100%;
    margin-bottom: 10px;
}

.form-vacancy .approval {
    text-align: center;
}

.footer-links {
    padding: 15px 0;
}

.footer-links-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-links a {
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .vacancy__item {
        padding: 30px;
    }
    .vacancy__item_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .vacancy__item_salary {
        font-size: 16px;
    }
    .vacancy__item_block_title {
        font-size: 16px;
    }
    .banner__vacancy .banner__content,
    .banner__reviews .banner__content {
        padding-bottom: 0;
    }
    .types-delivery-slider {
        padding-top: 80px;
        position: relative;
    }
    .types-delivery-slider .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .types-delivery-slider .owl-nav button.owl-prev,
    .types-delivery-slider .owl-nav button.owl-next {
        position: static;
        top: unset;
        left: unset;
        right: unset;
    }
    .footer-links-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-links a {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 450px) {
    .footer-bottom-links a {
        font-size: 14px;
        line-height: 19px;
    }
}

.delivery-block .h3 {
    min-height: 56px;
}