@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic);

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.eot");
    src: local("☺"), url("../fonts/Ubuntu-Regular.woff") format("woff"),
    url("../fonts/Ubuntu-Regular.ttf") format("truetype"),
    url("../fonts/Ubuntu-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Bold.eot");
    src: local("☺"), url("../fonts/Ubuntu-Bold.woff") format("woff"),
    url("fonts/../Ubuntu-Bold.ttf") format("truetype"),
    url("../fonts/Ubuntu-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: none !important;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    background-color: #ffffff !important;
}

.container {
    width: 1205px;
    margin: 0 auto;
    max-width: 90%;
}

.btn {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    font-size: 18px;
    color: #baaaaa;
    text-align: center;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #ff0000;
    color: #fff !important;
}

.btn-blue {
    display: inline-block;
    background: #293da5;
    border-radius: 15px;
    color: #ffffff;
    user-select: none;
    cursor: pointer;
}

.btn-red {
    display: inline-block;
    background: #e31e25;
    border-radius: 15px;
    color: #ffffff;
    user-select: none;
    cursor: pointer;
}

.title {
    font-size: 36px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 14px;
}

.inner p {
    font-size: 18px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 20px;
}

.inner p:last-of-type {
    margin: 0;
}

.border {
    padding: 25px;
    border: 1px solid #000000;
    border-radius: 38px;
}

.inner ol {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}

.inner ol li {
    list-style: decimal !important;
    font-size: 18px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 20px;
}

.inner ol li:last-of-type {
    margin: 0;
}

@media screen and (max-width: 426px) {
    .title {
        font-size: 28px;
    }

    .inner p {
        font-size: 16px;
    }

    .inner ol li {
        font-size: 16px;
    }
}

.modal-search {
    display: none;
}

.header__top {
    background: #293da5;
    height: 48px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__links {
    display: flex;
    align-items: center;
}

.header__links li {
    margin-right: 30px;
}

.header__links li a {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s;
}

.header__links li a span {
    margin-right: 7px;
}

.header__links li a:hover {
    color: #a8b3e5;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__search span {
    color: #fff;
    font-size: 20px;
}

.header__basket {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.header__basket .icon-basket {
    font-size: 22px;
}

.header__basket-counter {
    position: absolute;
    top: -30%;
    right: -45%;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #000000 !important;
}

.header__language {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__language-az {
    color: #d5cdcd;
    /*position: relative;*/
    margin-right: 11px;
    cursor: pointer;
}

.header__language-az::before {
    content: "";
    position: absolute;
    background-color: #fff3f3;
    height: 13px;
    width: 1px;
    top: 0;
    left: 130%;
}

.header__language-ru {
    color: #d5cdcd;
    cursor: pointer;
}

.header__language-az.switched,
.header__language-ru.switched {
    color: #ffffff;
}

.header__bottom {
    display: flex;
    align-items: center;
    padding: 60px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header__content {
    display: flex;
    align-items: center;
}

.header__search {
    position: relative;
    margin-left: 227px;
}

.header__search input {
    background: #ffffff;
    border: 1.5px solid #d5cdcd;
    border-radius: 36px;
    width: 456px;
    height: 39px;
    padding-left: 14px;
}

.header__search-btn {
    width: 63px;
    height: 39px;
    background: #e31e25;
    border-radius: 0px 44px 44px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.header__search-btn:hover {
    background-color: #ff0009;
}

.header__responsive {
    display: none;
}

.modal {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.header__menu {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    padding: 70px 20px 20px 20px;
    width: 100%;
    height: 100%;
}

.header__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 8px;
}

.header__menu-menu {
    padding-bottom: 20px;
    border-bottom: 1px solid #293da5;
}

.header__menu ul li {
    border: 0.5px solid #babbc4;
    border-radius: 7px;
    margin-bottom: 6px;
}

.header__menu ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 8px 10px;
}

.header__menu-menu li {
    background: #f2f0f0;
}

.header__menu-menu li a {
    color: #000000;
}

.header__menu-links {
    padding-top: 20px;
}

.header__menu-links li {
    background: #293da5;
}

.header__menu-links li a {
    color: #fff;
}

.footer {
    padding-top: 40px;
    border-top: 1px solid rgb(224, 224, 224);
}

.footer__top {
    display: flex;
    margin-bottom: 37px;
}

.footer__about {
    width: 30%;
    margin-right: 102px;
}

.footer__text {
    line-height: 133.02%;
    color: #886a6a;
    margin-top: 29px;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.footer__list {
    display: flex;
}

.footer__menu {
    margin-right: 63px;
}

.footer__menu li {
    margin-bottom: 20px;
}

.footer__menu li:last-of-type {
    margin: 0;
}

.footer__menu li a {
    line-height: 133.02%;
    align-items: center;
    color: #886a6a;
    transition: 0.3s;
}

.footer__menu li a:hover,
.footer__info li a:hover {
    color: #3e2e2e;
}

.footer__label {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 30px;
}

.footer__about {
    margin-bottom: 20px;
}

.footer__item {
    display: flex;
    align-items: center;
}

.footer__item a {
    margin-right: 20px;
    transition: 0.3s;
}

.footer__item a:last-of-type {
    margin: 0;
}

.footer__item a span {
    /*font-size: 40px;*/
    /*color: #000000;*/
}

.footer__facebook, .footer__tiktok {
    width: 45px;
    height: 45px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__facebook span, .footer__tiktok span {
    color: #ffffff;
    font-size: 22px;
}

.footer__youtube .icon-youtube,
.footer__instagram {

    font-size: 40px;
    color: #000000;
}

.footer__facebook:hover {
    background: #3b5998;
}

.footer__tiktok:hover {
    background: linear-gradient(45deg, #00EAE3, #F1004B);
}

.footer__youtube .icon-youtube:hover {
    color: #f61c0d;
}

.footer__instagram:hover {
    background: linear-gradient(
        0deg,
        #e09b3d 0.29%,
        #c74c4d 29.97%,
        #c21975 59.65%,
        #7024c4 99.22%
    );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.footer__bottom {
    background: #555353;
    padding: 23px 0;
}

.footer__copyrights {
    font-size: 18px;
    line-height: 133.02%;
    text-align: center;
    color: #b6acac;
}

.footer__copyrights span {
    color: #ffffff;
}

.footer__arrow,
.footer__arrow-form {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #293da5;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3%;
    left: 2%;
    z-index: 9999;
    display: none;
}

.footer__arrow .icon-arrow-up,
.footer__arrow-form .icon-arrow-up {
    color: white;
}

@media screen and (max-width: 1180px) {
    .header__search {
        position: relative;
        margin-left: 100px;
    }

    .header__search input {
        background: #ffffff;
        border: 1.5px solid #d5cdcd;
        border-radius: 36px;
        width: 400px;
        height: 39px;
        padding-left: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .footer__top {
        flex-direction: column;
    }

    .footer__about {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer__nav {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .header__search {
        position: relative;
        margin-left: 50px;
    }

    .header__search input {
        background: #ffffff;
        border: 1.5px solid #d5cdcd;
        border-radius: 36px;
        width: 300px;
        height: 39px;
        padding-left: 14px;
    }

    /*.header__logo a img {*/
    /*    width: 250px;*/
    /*    height: 35px;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .header__bottom {
        padding: 70px 0 26px 0;
        height: 48px;
    }

    /*.header__logo img {*/
    /*    width: 239px !important;*/
    /*    height: 36px !important;*/
    /*}*/
    .modal-search {
        top: 0%;
        right: 20%;
        display: flex;
        flex-direction: column;
        transform: translate(20%, -200%);
        width: 220px;
        position: fixed;
        z-index: 99;
        transition: 0.3s;
        display: block;
        width: 100%;
        background-color: #293da5;
        padding: 10px;
    }

    .modal-search input {
        background: #ffffff;
        border: 1px solid #baaaaa;
        border-radius: 15px;
        height: 35px;
        width: 100%;
        padding: 0 20px;
        font-size: 18px;
        line-height: 87.02%;
        color: #000000;
    }

    body.modal-open .modal-search {
        transform: translate(20%, 83%);
        transition-timing-function: cubic-bezier(0.57, 1.77, 0.97, 0.87);
        transition-duration: 0.5s;
    }

    .modal__input {
        height: 60px;
        padding: 10px;
        font-size: 16px;
        outline: none;
        width: 220px;
        border-bottom: 1px solid #e0e0e0;
    }

    .modal__input::placeholder {
        font-size: 16px;
        outline: none;
    }

    .modal-wrapper {
        width: 300px;
        height: 300px;
        background-color: white;
        transition: 0.3s;
        overflow: scroll;
        overflow-x: hidden;
    }

    .modal-search-close {
        position: absolute;
        top: 15%;
        right: 5%;
        font-size: 34px;
        cursor: pointer;
    }

    .modal-search__wrapper {
        display: none;
    }

    .header__links {
        display: none;
    }

    .header__responsive {
        width: 100%;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__home span {
        color: white;
        font-size: 20px;
    }

    body.active-menu .header__menu {
        display: block;
    }

    .header__burger {
        z-index: 11;
        position: absolute;
        right: 50%;
        top: 20%;
        width: 40px;
        height: 24px;
        transform: translateX(50%);
        cursor: pointer;
    }

    .header__burger span {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 13px;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
    }

    .header__burger::before,
    .header__burger::after {
        content: "";
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
    }

    .header__burger::before {
        top: 15%;
    }

    .header__burger::after {
        bottom: -10%;
    }

    .header__burger.active-menu::before {
        transform: rotate(45deg);
        top: 12px;
    }

    .header__burger.active-menu::after {
        transform: rotate(-45deg);
        bottom: 8px;
    }

    .header__burger.active-menu span {
        transform: scale(0);
    }

    .header__nav {
        display: flex;
    }

    .header__nav-language {
        display: flex;
        align-items: center;
        margin-right: 14px;
    }

    .header__search-icon {
        margin-right: 14px;
        font-size: 20px;
        color: #fff;
    }

    .header__basket {
        margin-right: 20px;
        position: relative;
    }

    .header__basket .icon-basket {
        font-size: 20px;
    }

    .header__basket-counter {
        position: absolute;
        top: -30%;
        right: -60%;
        background-color: #fff;
        width: 15px;
        height: 15px;
        font-size: 12px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .header__search {
        display: none;
    }

    .header__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .header__logo a img {
        width: 350px;
        height: 45px;
    }

    .footer__top {
        flex-direction: column;
    }
}

@media screen and (max-width: 670px) {
    .footer {
        padding-top: 40px;
    }

    .footer__top {
        flex-direction: column;
    }

    .footer__menu {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .footer__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    }

    .footer__menu {
        margin-right: 0 !important;
    }

    .footer__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__about {
        display: none;
    }

    .footer__nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer__menu {
        width: 50%;
    }

    .footer__social {
        width: 100% !important;
        text-align: center;
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer__item a {
        margin-right: 15px;
    }

    .footer__copyrights {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 350px) {
    .header__search-icon {
        margin-right: 5px;
    }

    .header__basket {
        margin-right: 5px;
    }
}

.basic-page {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .basic-page {
        padding: 40px 0;
    }
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    background-color: #ffffff !important;
}

.partner {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.partner__swiper-slide {
    height: 59px;
    border: 1px solid #e7ecf1;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.partner__logo {
}

.partner__logo img {
    width: 100%;
    object-fit: cover;
}

.filter {
    padding-top: 23px;
}

.hero {
    padding-top: 26px;
}

.hero__wrapper {
    display: flex;
    align-items: center;
}

.hero__menu {
    margin-right: 59px;
    width: 30%;
}

.hero__menu li {
    border-bottom: 1px solid #d5cdcd;
    padding: 13px 0;
}

.hero__menu li:last-of-type {
    border-bottom: none;
}

.hero__menu li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 133.02%;
    text-transform: capitalize;
    color: #baaaaa;
    transition: 0.3s;
}

.hero__menu li a:hover {
    color: #293da5;
}

.hero__swiper {
    width: 70%;
}

.hero__img {
}

/*.hero__img img {*/
/*  min-width: 100%;*/
/*  height: 330px;*/
/*  object-fit: cover;*/
/*}*/
.hero__img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 330px;
    object-fit: cover;
}

.hero__swiper-pagination,
.swiper-pagination,
.swiper-pagination-clickable,
.swiper-pagination-bullets,
.swiper-pagination-horizontal {
    background: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 40px;
    margin: 0 auto !important;
    transition: all 0.2s ease-out;
    width: max-content !important;
    left: 45% !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hero__swiper-pagination .swiper-pagination-bullet {
    background-color: #d3d3d3;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #363233 !important;
}

.describe {
    padding-top: 20px;
}

.describe__title {
    position: relative;
    margin-bottom: 34px;
}

.describe__title h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 133.02%;
    text-transform: capitalize;
    display: inline-block;
    color: #000000;
    position: relative;
    padding-right: 20px;
    z-index: 1 !important;
}

.describe__title-line {
    top: 63%;
    position: absolute;
    height: 1px;
    width: 80%;
    left: 20%;
    background: #d5cdcd;
}

.describe__info {
    line-height: 133.02%;
    color: #886a6a;
    width: 100%;
}

.product__top {
    position: relative;
    margin-bottom: 34px;
    height: 97px;
}

.product__title h2 {
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    color: #293da5;
    margin-bottom: 46px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    z-index: 1 !important;
}

.product__title-line {
    top: 40%;
    position: absolute;
    left: 0;
    height: 1px;
    width: 75%;
    left: 25%;
    background: #d5cdcd;
}

@media screen and (max-width: 1180px) {
    .describe__title::before {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    .hero__menu {
        display: none;
    }

    .hero__swiper {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .describe__title-line {
        width: 70%;
        left: 30%;
    }

    .product__title-line {
        top: 40%;
        width: 60%;
        left: 40%;
    }
}

@media screen and (max-width: 650px) {
    .describe__title-line {
        width: 60%;
        left: 40%;
    }

    .product__title-line {
        width: 50%;
        left: 50%;
    }
}

@media screen and (max-width: 500px) {
    .describe__title-line {
        width: 55%;
        left: 45%;
    }

    .product__title-line {
        width: 40%;
        left: 60%;
    }
}

@media screen and (max-width: 426px) {
    .hero {
        border-top: 1px solid #e0e0e0 !important;
    }

    .hero__wrapper {
        display: block;
    }

    .describe__title-line {
        width: 50%;
        left: 50%;
    }

    .product__title-line {
        width: 35%;
        left: 65%;
    }

    .hero__menu {
        display: none;
    }

    .hero__img {
        width: 100%;
    }

    .hero__swiper-pagination,
    .swiper-pagination,
    .swiper-pagination-clickable,
    .swiper-pagination-bullets,
    .swiper-pagination-horizontal {
        left: 38% !important;
    }
}

@media screen and (max-width: 360px) {
    .describe__title-line {
        display: none;
    }

    .product__title-line {
        display: none;
    }
}

.filter__wrapper {
    background: #293da5;
    border-radius: 60px 60px 0px 0px;
    padding: 22px 77px 30px 77px;
    width: 100%;
}

.filter__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 133.02%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 44px;
}

.filter__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter__opened {
    margin-right: 30px;
    min-width: 237px;
}

.filter__filter select {
    width: 100%;
    height: 43px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #baaaaa;
    background: #ffffff;
    border-radius: 4px;
    padding-left: 20px;
    background-image: url("../images/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 92% 55%;
    cursor: pointer;
}

.filter__filter select option {
    background: #fcf7f7;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.02%;
    color: #000000;
    width: 100%;
    padding: 5px 12px;
    margin-bottom: 2px;
    cursor: pointer;
}

.filter__btn input {
    display: inline-block;
    background: #e31e25;
    border-radius: 54px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 8px 64px;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    color: #ffffff;
}

@media screen and (max-width: 1240px) {
    .filter__title {
        margin-bottom: 24px;
    }

    .filter__opened {
        margin-right: 20px;
        min-width: 180px;
    }

    .filter__filter select {
        width: 100%;
    }

    .filter__filter select option {
        width: 100%;
    }

    .filter__btn input {
        padding: 8px 58px;
    }
}

@media screen and (max-width: 1000px) {
    .filter__filter {
        flex-wrap: wrap;
    }

    .filter__filter > div {
        min-width: 48%;
        margin: 20px 10px 0 0;
    }

    .filter__opened {
        height: 43px;
    }

    .filter__btn {
        width: 48%;
        display: inline-block;
        text-align: center;
    }

    .filter__dropdown {
        width: 190px;
    }
}

@media screen and (max-width: 768px) {
    .filter__wrapper {
        border-radius: 40px;
        margin-bottom: 28px;
        padding: 22px 40px 30px 40px;
    }

    .describe__title::before {
        width: 70% !important;
    }

    .filter__title {
        font-size: 28px;
        line-height: 133.02%;
    }

    .filter__selection {
        justify-content: center;
        width: 100%;
    }

    .filter__filter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .filter__opened {
        width: 100%;
    }

    .filter__filter > div {
        margin: 20px 10px 0 0;
    }

    .filter__opened {
        height: 43px;
    }

    .filter__btn {
        margin-top: 20px;
    }

    .filter__btn {
        margin: 0 auto;
        text-align: center;
    }

    .filter__btn input {
        font-size: 19px;
    }
}

@media screen and (max-width: 426px) {
    .filter__wrapper {
        border-radius: 40px;
        border-radius: 40px;
        padding: 18px 36px;
    }

    .filter__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .filter__filter select {
        font-size: 15px;
    }

    .filter__btn {
        margin: 0 auto;
    }

    .filter__btn input {
        font-size: 15px;
    }
}

.result {
    padding: 44px 0 20px 0;
}

.search__wrapper {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search__wrapper.hide {
    display: none;
    opacity: 0;
}

.search__btn {
    display: inline-block;
    background: #ff0000;
    border-radius: 33px;
    font-weight: 700;
    font-size: 24px;
    line-height: 101.02%;
    color: #ffffff;
    text-align: center;
    padding: 10px 16px 10px 10px;
    text-align: center;
    width: 367px;
    cursor: pointer;
    margin-bottom: 29px;
    background-image: url("../images/search/search.svg");
    background-repeat: no-repeat;
    background-position: 92% 55%;
}

.search__filter {
    margin-bottom: 35px;
    position: relative;
}

.search__filter-opened {
    background: #f2f0f0;
    border-radius: 26px;
    width: 160px;
    padding: 6px 4px 6px 16px;
    margin-right: 30px;
    background-image: url("../images/search/filter.svg");
    background-repeat: no-repeat;
    background-position: 92% 55%;
    cursor: pointer;
}

.search__filter select {
    background: #f2f0f0;
    border-radius: 26px;
    font-size: 16px;
    line-height: 101.02%;
    padding: 6px 34px 6px 34px;
    background-image: url("../images/search/filter.svg");
    background-repeat: no-repeat;
    background-position: 92% 55%;
    cursor: pointer;
}

.search__filter select option {
    background: #fcf7f7;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.02%;
    color: #000000;
    width: 375px;
    border: none;
}

.filter__wrapper-filter {
    background: #293da5;
    border-radius: 60px 60px 0px 0px;
    padding: 22px 77px 30px 77px;
    width: 100%;
    display: none;
    margin-bottom: 44px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.filter__wrapper-filter.active {
    display: block !important;
}

.product__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.product__column {
    padding: 0 13px;
    width: 25%;
    margin-bottom: 25px;
}

.product__item {
    background: #ffffff;
    border: 3px solid #d9d9d9;
    border-radius: 25px;
    text-align: center;
    position: relative;
    padding: 0 18px 12px 18px;
}

.product__column.hide {
    display: none;
}

@media screen and (max-width: 1180px) {
    .product__row {
        margin: 0 -8px;
    }

    .product__column {
        padding: 0 8px;
    }
}

@media screen and (max-width: 950px) {
    .product__row {
        margin: 0 -5px;
    }

    .product__column {
        padding: 0 5px;
    }
}

@media screen and (max-width: 900px) {
    .product__row {
        margin: 0 -5px;
    }

    .product__column {
        padding: 0 5px;
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .product__column {
        padding: 0 5px;
        width: 100%;
    }
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
}

.pagination ul li {
    color: #293da5;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination ul li.numb {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
}

.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #fff;
    background: #293da5;
}

.product {
    padding: 20px 0 40px 0 !important;
}

.product__swiper-slide {
    background: #ffffff;
    border: 3px solid #d9d9d9;
    border-radius: 25px;
    position: relative;
}

.product__guarantee {
    position: absolute;
    top: 10%;
    right: 5%;
}

.product__guarantee {
    height: 62px;
    width: 62px;
}

.product__guarantee img {
    width: 100%;
    object-fit: cover;
}

.product__top {
    padding-top: 20px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product__month,
.product__sale,
.product__gift {
    display: inline-block;
    border-radius: 0px 22px 22px 0px;
    padding: 2px 12px 2px 7px;
    font-weight: 700;
    line-height: 133.02%;
    color: #ffffff;
}

.product__month {
    background: #293da5;
    margin-bottom: 5px;
}

.product__month .icon-manat {
    font-size: 9px;
}

.product__sale {
    background: #00e609;
    margin-bottom: 5px;
}

.product__gift {
    background: #ff4d00;
}

.product__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px 14px 12px;
    text-align: center;
}

.product__image {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__image img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.product__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.product__logo-logo {
    margin-bottom: 10px;
}

.product__logo-logo img {
    width: 134px;
    height: 30px;
    object-fit: cover;
}

.product__logo-model {
    font-size: 16px;
    min-height: 30px;
    overflow: hidden;
}

.product__info {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.tooltip {
    transition: 0.3s;
}

.product__tooltip-top {
    background: #ffffff;
    border: 0.5px solid #baaaaa;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    width: 59px;
    height: 23px;
    border-radius: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    padding: 0px 4px;
}

.product__tooltip-bottom {
    background: #ffffff;
    border: 0.5px solid #baaaaa;
    border-radius: 39px;
    width: 59px;
    height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.tooltip::before {
    content: attr(data-title);
    position: absolute;
    background: #000000;
    border-radius: 19px;
    font-size: 12px;
    line-height: 9px;
    color: #ffffff;
    padding: 5px 10px;
    min-width: max-content;
    display: none;
}

.product__tooltip-top::before {
    bottom: 130%;
    left: 15%;
}

.product__tooltip-top-center::before {
    left: -80%;
}

.product__tooltip-bottom-left::before {
    top: -29%;
    left: 0%;
}

.product__tooltip-bottom-right::before {
    top: -29%;
    right: -30%;
}

.tooltip:hover::before {
    display: block;
}

.product__info div:last-of-type {
    margin-right: 0 !important;
}

.product__additional {
    margin: 0 -14px;
    margin-bottom: 13px;
}

.product__additional-item {
    padding: 0 14px;
}

.product__tooltip-bottom span {
    color: #baaaaa;
    font-size: 28px;
    margin-bottom: 13px;
}

.product__tooltip-bottom p {
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #baaaaa;
    margin-bottom: 13px;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    display: none;
}

.product__info-triangle {
    top: -30%;
}

.product__additional-triangle {
    top: -8%;
    left: 40%;
}

.tooltip:hover .triangle {
    display: block;
}

.product__info-additional {
    bottom: 130%;
}

.product__additional-additional {
    bottom: 106%;
}

.product__info-additional-kw {
    left: 0;
}

.product__additional-additional-kw-bottom {
    left: -10%;
}

.product__additional-additional-bar-bottom {
    right: -30%;
}

.tooltip-country {
    border: none !important;
    width: 49px !important;
}

.tooltip-country img {
    width: 100%;
    height: 23px;
    border-radius: 19px;
    border: 0.5px solid #baaaaa;
}

.product__additional {
    display: flex;
    align-items: center;
}

.product__additional-icon {

}

.product__additional-icon img {
    max-width: 31px;
    max-height: 29px;
    object-fit: cover;
}

.product__price {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.product__price-cash {
    background: #293da5;
    border-radius: 22px 0px 0px 22px;
    min-width: 91px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product__price-credit {
    background: #e31e25;
    border-radius: 0px 22px 22px 0px;
    min-width: 91px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product__price-type {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    /*padding-bottom: 3px;*/
}

.product__price-old {
    font-size: 12px;
    line-height: 10px;
    text-align: center;
}

.product__price-new-cash {
    font-size: 20px;
    text-align: center;
}

.product__price-new-cash .icon-manat {
    font-size: 9px;
}

.price-middle {
    margin-left: 5px !important;
}

.product__price-new-credit {
    font-size: 25px;
    margin-left: -10px;
}

.product__price-new-credit .icon-manat {
    font-size: 10px;
}

.product__more {
    background: #4caf50;
    border-radius: 0px 0px 13.5px 13.5px;
    width: 121px;
    height: 26px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .product__title::before {
        width: 60% !important;
    }

    .product__info {
        display: flex;
        align-items: center;
        margin-bottom: 9px;
    }

    .product__info > div {
        min-width: max-content !important;
        margin-right: 4px;
    }

    .product__info > div img {
        width: 50px !important;
        height: 23px;
    }
}

@media screen and (max-width: 900px) {
    .product__title::before {
        width: 60% !important;
    }

    .product__info {
        display: flex;
        align-items: center;
        margin-bottom: 9px;
    }

    .product__info > div {
        height: 23px;
        margin-right: 4px;
    }

    .product__info > div img {
        width: 50px !important;
        height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .product__title::before {
        width: 60% !important;
    }

    .product__info {
        display: flex;
        align-items: center;
        margin-bottom: 9px;
    }

    .product__info > div {
        margin-right: 4px;
    }
}

@media screen and (max-width: 450px) {
    .product__title::before {
        width: 40% !important;
    }

    .product__guarantee {
        position: absolute;
        top: 10%;
        right: 0%;
    }

    .product__month,
    .product__sale,
    .product__gift {
        display: inline-block;
        border-radius: 0px 22px 22px 0px;
        padding: 2px 6px 2px 5px;
        font-weight: 700;
        line-height: 133.02%;
        color: #ffffff;
    }

    .product__info {
        display: flex;
        align-items: center;
        margin-bottom: 9px;
    }

    .product__info > div {
        margin-right: 3px;
        width: max-content;
    }

    .product__info > div:first-of-type,
    .product__info > div:last-of-type {
        min-width: 40px !important;
    }

    .product__info > div:last-of-type img {
        width: 40px !important;
    }

    .product__additional {
        display: flex;
        align-items: center;
        margin-bottom: 13px;
    }

    .tooltip::before {
        padding: 5px 5px;
        font-size: 11px;
    }

    .product__price-cash {
        min-width: 75px;
    }

    .product__price-credit {
        min-width: 75px;
    }

    .product__price-new-cash {
    }
}

@media screen and (max-width: 380px) {
    .product__info > div {
        padding: 0px 2px;
    }

    .tooltip::before {
        font-size: 10px;
    }
}

@media screen and (max-width: 360px) {
    .product__info > div {
        font-size: 12px;
        margin-right: 10px;
        width: max-content !important;
    }

    .product__info > div:first-of-type,
    .product__info > div:last-of-type {
        width: max-content !important;
    }

    .product__info > div:last-of-type img {
        width: 50px !important;
    }

    .product__price-cash {
        background: #293da5;
        border-radius: 22px 0px 0px 22px;
        min-width: 91px;
        height: 50px;
    }

    .product__price-credit {
        background: #e31e25;
        border-radius: 0px 22px 22px 0px;
        min-width: 91px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product__price-type {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    .product__price-old {
        font-size: 12px;
        line-height: 10px;
        text-align: center;
    }

    .product__price-new-cash {
        font-size: 20px;
        text-align: center;
    }

    .product__price-new-cash .icon-manat {
        font-size: 9px;
    }

    .product__price-new-credit {
        font-size: 30px;
        margin-left: -10px;
    }

    .product__price-new-credit .icon-manat {
        font-size: 10px;
    }
}

.details {
    padding-top: 30px;
}

.details__wrapper {
    display: flex;
}

.details__image {
    margin-bottom: 20px;
    height: 43vh;
}

.carousel-container * {
    box-sizing: border-box;
}

.carousel-container {
    display: flex;
}

.carousel-container img {
    width: 100%;
}

.carousel,
.carousel-nav--vertical {
    margin: 0;
    padding: 0;
    width: 25%;
}

.product-carousel li a img {
    height: 300px !important;
}

.carousel {
    float: left;
    width: 75%;
}

.carousel-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 1%;
    text-align: center;
}

.carousel-nav-item {
    margin-bottom: 15px;
    padding: 15px;
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav-item img {
    width: 100%;
    object-fit: cover;
    max-height: 50px;
}

.carousel-nav-item-active {
    position: relative;
    border: 1px solid #c5b8b8 !important;
}

.product-carousel {
    width: 200px;
    height: 200px;
    margin-left: 50px !important;
}

.slick-slide {
    position: relative;
}

.slick-slide a::before {
    content: "\e917";
    font-family: "icons" !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.slick-slide a:hover::before {
    display: flex;
}

.product-carousel img {
    width: 100%;
    object-fit: cover;
}

.panzoom {
    width: 400px;
    height: 300px;
}

.carousel-nav-item-details {
    display: none;
}

.details__left {
    width: 48%;
    position: relative;
}

.details__sticker {
    width: 100px;
    height: 100px;
    background: #e31e25;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fefefe;
    position: absolute;
    top: 0%;
    right: 17%;
    z-index: 2;
    transition: 0.3s;
    cursor: pointer;
}

.details__sticker-month {
    font-size: 20px;
    font-weight: 700;
    text-align: center !important;
}

.details__sticker-month span {
    font-size: 14px;
}

.details__sticker:hover {
    background-color: #ff0009;
}

.details__label-quarantee,
.details__label-sale,
.details__label-gift {
    border-radius: 0px 50px 50px 0px;
    padding: 8px 15px 8px 10px;
    width: max-content;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 4px;
}

.details__label-quarantee {
    background: #293da5;
}

.details__label-sale {
    background: #00e609;
}

.details__label-gift {
    background: #ff4d00;
}

.details__right {
    width: 45%;
}

.details__title-bottom {
    font-size: 40px;
    line-height: 133.02%;
    color: #000000;
}

.details__title-top {
    display: none;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 10px;
}

.details__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #baaaaa;
    padding-bottom: 20px;
}

.details__top-inner {
    display: flex;
    align-items: center;
}

.details__top-label {
    font-size: 22px;
    margin-right: 30px;
}

.details__top-price {
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details__top-old {
    font-size: 26px;
    color: #baaaaa;
    margin-bottom: 10px;
    position: relative;
}

.details__top-old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #baaaaa;
    width: 100%;
}

.details__top-old span {
    font-size: 20px;
}

.details__top-new {
    font-size: 44px;
    color: #000000;
}

.details__top-new span {
    font-size: 32px;
}

.details__top-buy-btn {
    display: inline-block;
    user-select: none;
    background: #293da5;
    border-radius: 85px;
    padding: 12px 25px;
    height: max-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    width: auto;
}

.details__top-buy-btn:hover {
    background: #4b5ebe;
}

.details__center {
    margin-top: 20px;
    border-bottom: 1px solid #baaaaa;
    padding-bottom: 20px;
}

.details__center-label {
    font-size: 22px;
    line-height: 133.02%;
    color: #baaaaa;
    margin-bottom: 15px;
}

.details__center-type {
    display: flex;
    margin-bottom: 10px;
}

.details__center-type li {
    padding: 8px 25px;
}

.details__center-type li.selected,
.details__center-month li.selected {
    background: #ff0000;
    color: #ffffff;
}

.details__center-type li:hover,
.details__center-month li:hover {
    background: #ff0000;
    color: #ffffff;
}

.details__center-type li,
.details__center-month li {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 16px;
    font-size: 22px;
    color: #baaaaa;
    margin-right: 20px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}

.details__center-month {
    display: flex;
}

.details__center-month li {
    padding: 8px 25px;
}

.details__center-month {
    display: none;
}

.details__center-month.active {
    display: flex;
}

.details__bottom {
    display: flex;
    padding: 20px 0px 35px 0px;
}

.details__bottom-payment {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 25px;
}

.details__bottom-label {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 13px;
    text-align: center;
    line-height: 22px;
}

.details__bottom-year {
    position: relative;
    width: 170px;
}

.details__bottom-year input {
    background: #ffffff;
    border: 1px solid #293da5 !important;
    border-radius: 10px 0px 0px 10px !important;
    font-weight: 700;
    color: #000000;
    width: 115px;
    height: 61px;
    padding-left: 20px;
    font-size: 28px !important;
}

.details__bottom-year input::placeholder {
    color: #000000;
    text-align: center;
    font-size: 38px;
    padding-top: 30px !important;
}

.details__bottom-currency {
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    border: 1px solid #293da5;
    border-radius: 0px 10px 10px 0px;
    color: #babbc4;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 61px;
}

.details__bottom-currency .icon-manat {
    font-size: 24px;
}

.details__bottom-month {
    background: #f5f5f5;
    border: 1px solid #293da5;
    border-radius: 10px;
    width: 170px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details__bottom-price {
    font-weight: 700;
    font-size: 38px;
    color: #696262;
}

.details__bottom-price .icon-manat {
    font-size: 21px;
}

.details__btns {
    display: flex;
    align-items: center;
    margin: 0 -4px 70px -4px;
}

.details__btn-col {
    padding: 0 4px;
}

.details__btns-buy,
.details__btns-offer,
.details__btns-basket {
    display: inline-block;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 700;
    line-height: 22px;
    font-size: 20px;
    border-radius: 85px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    text-align: center;
    width: auto;
}

.details__btns-buy {
    background: #293da5;
}

.details__btns-buy:hover {
    background: #4b5ebe;
}

.details__btns-offer {
    background: #4caf50;
}

.details__btns-offer:hover {
    background: #00e509;
}

.details__btns-basket {
    background-color: #e31e25;
}

.details__btns-basket:hover {
    background-color: #ff0009;
}

.details__icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px -15px 0 -15px;
    position: relative;
}

.details__icons-column {
    padding: 0 15px;
}

.details__icons-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    user-select: none;
}

.details__icons-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #baaaaa;
    display: flex;
    justify-content: center !important;
    text-align: center !important;
    background: #ffffff;
    transition: 0.3s;
    line-height: 65px;
}

.details__icons-icon span {
    font-size: 26px;
}

.details__icons-item p {
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    color: #000000;
    transition: 0.3s;
}

.details__icons-item:hover .details__icons-icon {
    background: #293da5;
    color: #fff !important;
    border: 1px solid #293da5;
}

.details__icons-item:hover p {
    color: #293da5 !important;
}

.details__icons-info {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 8px 18px;
    position: absolute;
    top: 95%;
    left: 19%;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
}

.details__icons-item:hover .details__icons-info {
    opacity: 1;
    visibility: visible;
}

.details__icons-item:hover p {
    color: #293da5;
}

.features {
    padding: 20px 0;
}

.features__title {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    border-radius: 85px;
    color: #000000;
    margin-bottom: 8px;
    padding: 14px 17px;
    cursor: pointer;
    transition: 0.3s;
}

.features__title:hover {
    color: #ffffff;
    background-color: #293da5;
    padding: 14px 17px;
}

.features__wrapper {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.features__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    width: 400px;
}

.features__item:last-of-type {
    border-bottom: none;
}

.features__left-name {
    font-size: 16px;
    color: #baaaaa;
    font-weight: 700;
}

.features__left-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 270%;
    text-align: right;
    color: #baaaaa;
}

.features__right-name {
    font-size: 16px;
    color: #baaaaa;
    font-weight: 700;
}

.features__right-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 270%;
    text-align: right;
    color: #baaaaa;
}

.product {
    padding: 15px 0 40px 0;
}

.product__title {
    font-weight: 700;
    font-size: 30px;
    color: #baaaaa;
    margin-bottom: 30px;
}

@media screen and (max-width: 1250px) {
    .details__sticker {
        top: 0%;
        right: 20%;
    }

    .details__left {
        margin-right: 30px;
    }

    .details__title-bottom {
        font-size: 36px;
    }

    .details__btns {
        flex-wrap: wrap;
        margin: 0 0 70px 0;
    }

    .details__btn-col {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .details__btns-buy, .details__btns-offer, .details__btns-basket {
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    .details__sticker {
        top: 0%;
        right: 18%;
    }

    .details__top-label {
        margin-right: 10px;
        font-size: 20px;
    }

    .details__center-label {
        font-size: 20px;
    }

    .details__top-price {
        margin-right: 40px;
    }

    .details__top-old {
        font-size: 22px;
    }

    .details__top-new {
        font-size: 36px;
    }

    .details__top-buy-btn {
        font-size: 20px;
    }

    .details__center-type li,
    .details__center-month li {
        font-size: 20px;
        margin-right: 10px;
    }

    .details__bottom-year {
        margin-right: 20px;
        width: 189px;
    }

    .details__bottom-year input {
        width: 133px;
        height: 61px;
    }

    .features__left,
    .features__right {
        width: 45%;
    }

    .features__item {
        width: 100%;
    }

    .features__left-name,
    .features__left-value,
    .features__right-name,
    .features__right-value {
        font-size: 18px;
    }

    .details__icons-info {
        font-size: 18px;
    }

    .product__title::before {
        width: 60% !important;
    }
}

@media screen and (max-width: 1020px) {
    .details__sticker {
        top: 0%;
        right: 10%;
    }
}

@media screen and (max-width: 1000px) {
    .details__sticker {
        top: 0%;
        right: 5%;
    }

    .details__title-bottom {
        font-size: 32px;
    }

    .details__center-type li {
        padding: 8px 20px;
    }

    .details__center-month li {
        margin-right: 15px;
        padding: 8px 10px;
    }

    .details__bottom {
        padding: 20px 0px 35px 0px;
    }

    .details__bottom-year {
        margin-right: 15px;
        width: 150px;
    }

    .details__bottom-year input {
        width: 95px;
        height: 61px;
        padding-right: 10px;
        font-size: 34px;
        font-size: 18px;
    }

    .details__bottom-year input::placeholder {
        font-size: 36px;
    }

    .details__bottom-month {
        width: 150px;
    }

    .details__bottom-amount {
        font-size: 40px;
    }

    .details__bottom-price {
        font-size: 32px;
    }

    .details__bottom-price .icon-manat {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px) {
    .details__sticker {
        top: 0%;
        right: -5%;
    }

    .details__top-label {
        font-size: 18px;
    }

    .details__top-old {
        font-size: 20px;
    }

    .details__top-old .icon-manat {
        font-size: 14px;
    }

    .details__top-new {
        font-size: 28px;
    }

    .details__top-new .icon-manat {
        font-size: 22px;
    }

    .details__top-buy-btn {
        font-size: 20px;
    }

    .details__icons {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }

    .details__icons-column {
        padding: 0;
        width: 50%;
        display: flex;
        align-items: center;
    }

    .details__icons-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
        position: relative;
    }

    .details__icons-icon {
        margin-right: 10px;
        transition: 0.3s;
    }

    .details__icons-icon span {
        font-size: 28px;
    }

    .details__icons-item p {
        font-size: 18px;
    }

    .details__icons-info {
        padding: 8px 18px;
        position: absolute;
        top: 103%;
        left: 0;
        width: 370px;
        z-index: 1;
        font-size: 16px;
    }

    .details__bottom-month {
        width: 130px;
    }

    .details__bottom-amount {
        font-size: 40px;
    }

    .details__btns-buy,
    .details__btns-offer,
    .details__btns-basket {
        font-size: 21px;
    }

    .product__title::before {
        width: 60% !important;
    }
}

@media screen and (max-width: 810px) {
    .details__center-month li {
        margin-right: 10px;
        padding: 8px 13px;
    }
}

@media screen and (max-width: 806px) {
    .details__sticker {
        top: 0%;
        right: 35%;
    }

    .details {
        padding: 30px 0;
    }

    .details__wrapper {
        display: block;
    }

    .details__left {
        width: 100%;
        margin-bottom: 40px;
    }

    .details__icons-info {
        width: 250px;
    }

    .details__right {
        width: 100%;
    }

    .details__title-bottom {
        display: none;
    }

    .details__title-top {
        display: block;
    }

    .details__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #baaaaa;
        width: 100%;
    }

    .details__top-label {
        font-size: 22px;
    }

    .details__top-old {
        font-size: 22px;
    }

    .details__top-old .icon-manat {
        font-size: 15px;
    }

    .details__top-new {
        font-size: 38px;
    }

    .details__top-new .icon-manat {
        font-size: 28px;
    }

    .details__top-buy-btn {
        font-size: 20px;
    }

    .details__center {
        margin-top: 28px;
        border-bottom: 1px solid #baaaaa;
        padding-bottom: 28px;
    }

    .details__center-type {
        display: flex;
        margin-bottom: 17px;
    }

    .details__center-type li {
        padding: 7px 15px;
    }

    .details__center-type li,
    .details__center-month li {
        font-size: 22px;
        line-height: 133.02%;
        margin-right: 30px;
    }

    .details__center-month li {
        padding: 4px 20px;
    }

    .details__bottom {
        display: flex;
        padding: 24px 0px 47px 0px;
    }

    .details__bottom-payment {
        margin-right: 50px;
    }

    .details__bottom-label {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .details__bottom-amount {
        padding: 10px 32px 6px 32px;
    }

    .details__bottom-currency {
        padding: 10px 12px 11px 12px;
    }

    .details__bottom-month {
        width: 150px;
    }

    .details__bottom-year {
        padding: 0;
        line-height: 0;
    }

    .details__bottom-amount {
        font-size: 36px;
    }

    .details__bottom-currency span {
        font-size: 34px;
    }

    .details__bottom-price span {
        font-size: 36px;
    }

    .details__btns {
        display: flex;
        align-items: center;
        margin-bottom: 70px;
    }

    .details__btns-buy,
    .details__btns-offer {
        padding: 10px 45px;
        font-size: 20px;
        line-height: 24px;
    }

    .details__icons {
        margin: 20px 0px 0 0px;
    }

    .features__wrapper {
        border-bottom: 1px solid #babbc4;
        display: block;
    }

    .features__left,
    .features__right {
        width: 100%;
    }

    .features__left-row:last-of-type {
        border-bottom: 1px solid #000000;
    }

    .features__item {
        width: 100%;
    }

    .details__btns {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .details__sticker {
        top: 0%;
        right: 25%;
    }
}

@media screen and (max-width: 600px) {
    .details__sticker {
        top: 0%;
        right: 20%;
    }
}

@media screen and (max-width: 550px) {
    .details__sticker {
        top: 0%;
        right: 12%;
    }
}

@media screen and (max-width: 465px) {
    .details__top-price {
        margin-right: 55px;
    }

    .details__bottom-payment {
        margin-right: 30px;
    }

    .details__center-type li,
    .details__center-month li {
        margin-right: 5px;
    }
}

@media screen and (max-width: 550px) {
    .details__center-type li,
    .details__center-month li {
        font-size: 24px;
        line-height: 133.02%;
        margin-right: 7px;
    }
}

@media screen and (max-width: 426px) {
    .details__sticker {
        top: 0%;
        right: 0%;
    }

    .carousel-nav-list {
        padding-top: 25px;
    }

    .carousel-nav-item {
        margin-bottom: 5px;
        padding: 20px;
        width: 90px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .details__image {
        margin-bottom: 30px;
    }

    .details__sticker {
        width: 120px;
        height: 120px;
    }

    .details__sticker-month {
        font-size: 30px;
    }

    .details__sticker-month span {
        font-size: 20px;
    }

    .details__left {
        margin: 0 0 20px 0;
    }

    .product-carousel li a img {
        height: 350px !important;
    }

    .details__top-new {
        font-size: 32px;
    }

    .details__top-new .icon-manat {
        font-size: 18px;
    }

    .details__top-label {
        margin-right: 10px !important;
    }

    .details__top-price {
        margin-right: 10px;
    }

    .details__top-buy-btn {
        font-size: 20px;
    }

    .details__center-type li,
    .details__center-month li {
        padding: 6px 16px;
        user-select: none;
        font-size: 20px;
    }

    .details__bottom {
    }

    .details__bottom-payment {
        margin-right: 5px;
    }

    .details__icons-info {
        width: 180px;
        font-size: 16px;
        line-height: 24px;
    }

    .details__top {
        justify-content: space-between;
    }

    .details__top-label {
        font-size: 20px;
        margin-right: 0;
    }

    .details__icons-item p {
        font-size: 16px;
    }

    .product__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 380px) {
    .details__icons {
        display: flex;
    }

    .details__icons-column {
        width: 50%;
    }

    .details__icons-item {
        width: 50% !important;
        display: block;
        position: relative;
    }

    .details__icons-info {
        position: absolute;
        width: 100% !important;
    }

    .details__top {
        display: block;
    }

    .details__top-label {
        margin-right: 30px !important;
    }

    .details__top-buy-btn {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .details__center-type li,
    .details__center-month li {
        padding: 6px 10px;
        user-select: none;
        font-size: 18px;
        margin-right: 5px;
    }

    .details__bottom {
        display: block;
        padding-bottom: 20px;
    }

    .details__bottom-payment {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .details__bottom div:first-of-type {
        margin-bottom: 10px;
    }
}

/* Basket */

.confirmation {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow-x: hidden;
}

body.active-c {
    overflow: hidden !important;
}

.confirmation.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.confirmation__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -700%);
    width: 500px;
    height: max-content;
    padding: 40px 30px 40px 29px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.confirmation.active .confirmation__wrapper {
    transform: translate(-50%, -50%) !important;
}

.confirmation__close {
    position: absolute;
    font-size: 32px;
    top: 3%;
    right: 3%;
    cursor: pointer;
    transition: 0.3s;
}

.confirmation__title {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center !important;
}

.confirmation__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation__btn-yes {
    padding: 13px 27px;
    font-size: 16px;
    line-height: 119.52%;
    margin-right: 20px;
}

.confirmation__btn-cancel {
    padding: 13px 27px;
    font-size: 16px;
    line-height: 119.52%;
}

.basket {
    padding: 60px 0;
    border-bottom: 1px solid #d5cdcd;
}

.basket__wrapper {
    display: flex;
    justify-content: space-between;
}

.basket__row {
    display: flex;
    flex-direction: column;

    justify-content: center;
    width: 70%;
}

.basket__row > div {
    border-bottom: 1px solid #babbc4;
}

.basket__row > div:last-of-type {
    border: none;
}

.basket__card {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.basket__description {
    display: flex;
    align-items: center;
    width: 80%;
}

.basket__img {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 17px;
    padding: 14px;
    margin-right: 32px;
}

.basket__img img {
    max-height: 212px;
    width: 100%;
    object-fit: cover;
}

.basket__about {
    width: 50%;
}

.basket__name {
    font-size: 24px;
    line-height: 133.02%;
    color: #293da5;
    margin-bottom: 3px;
    width: 20%;
}

.basket__info {
    font-size: 18px;
    line-height: 133.02%;
    color: #baaaaa;
}

.basket__operations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.basket__counter {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    user-select: none;
}

.basket__minus,
.basket__plus {
    background: #f5f0f0;
    border: 0.5px solid #baaaaa;
    padding: 18px 12px;
    cursor: pointer;
}

.basket__minus {
    border-radius: 10px 0px 0px 10px;
}

.basket__count {
    background: #ffffff;
    border-top: 0.5px solid #baaaaa;
    border-bottom: 0.5px solid #baaaaa;
    padding: 18px 12px;
}

.basket__plus {
    border-radius: 0px 10px 10px 0px;
}

.basket__delete {
    cursor: pointer;
    font-size: 30px;
}

.basket__payment {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket__label {
    font-size: 22px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.basket__body {
    border-top: 1px solid #d5cdcd;
    border-bottom: 1px solid #d5cdcd;
    padding: 14px 0;
    width: 100%;
}

.basket__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 229.52%;
    color: #000000;
}

.basket__total {
    margin-bottom: 10px;
}

.basket__total-value span {
    font-size: 10px;
}

.basket__general {
    margin: 15px 0 15px 0;
}

.basket__general-value {
    font-size: 25px;
}

.basket__general-value span {
    font-size: 16px;
}

.basket__btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.basket__btns a {
    padding: 13px 20px;
    font-size: 18px;
    line-height: 119.52%;
    text-align: center;
}

.basket__btns-credit {
    margin-right: 20px;
}

.basket__additional {
    color: #e31e25;
    font-size: 15px;
    line-height: 20px;
}

.basket__btn {
    display: inline-block;
    background: #293da5;
    border-radius: 15px;
    padding: 13px 27px;
    font-size: 16px;
    line-height: 119.52%;
    color: #ffffff;
    margin-top: 30px;
}

.basket__text {
    width: 100%;
    font-size: 24px;
    line-height: 87.02%;
    text-align: center;
    color: #000000;
    text-align: center;
    padding-bottom: 55px;
    display: block;
}

.basket__text p:first-of-type {
    margin-bottom: 15px;
}

.basket__text p:nth-child(2) {
    font-size: 20px !important;
}

@media screen and (max-width: 1180px) {
    .basket__row {
        width: 65%;
    }

    .basket__payment {
        width: 30%;
    }
}

@media screen and (max-width: 1000px) {
    .basket__wrapper {
        flex-wrap: wrap;
    }

    .basket__row {
        width: 100%;
    }

    .basket__card {
        margin-bottom: 20px;
    }

    .basket__payment {
        width: 100%;
    }

    .basket__btns {
        justify-content: center;
    }

    .basket__btns-credit {
        margin-right: 30px;
    }
}

@media screen and (max-width: 600px) {
    .confirmation__wrapper {
        width: 370px;
        height: max-content;
    }

    .confirmation__title {
        font-size: 22px;
        line-height: 26px;
    }

    .confirmation__close {
        right: 7%;
    }

    .basket__card {
        align-items: start;
        margin-bottom: 30px;
    }

    .basket__description {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .basket__name {
        display: inline-block;
        width: 100% !important;
    }

    .basket__about {
        width: 100%;
        margin-bottom: 40px;
    }

    .basket__counter {
        margin-right: 40px;
    }
}

@media screen and (max-width: 426px) {
    .basket {
        padding: 40px 0;
    }

    .confirmation__wrapper {
        width: 300px;
        height: max-content;
        padding: 40px 20px 40px 20px;
    }

    .confirmation__title {
        font-size: 20px;
        line-height: 24px;
    }

    .basket__name {
        font-size: 22px;
    }
}

@media screen and (max-width: 370px) {
    .basket__about {
        margin-bottom: 30px;
    }

    .basket__counter {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        user-select: none;
    }

    .basket__minus,
    .basket__plus {
        background: #f5f0f0;
        border: 0.5px solid #baaaaa;
        padding: 10px 7px;
        cursor: pointer;
    }

    .basket__count {
        padding: 10px 7px;
    }

    .basket__delete {
        font-size: 14px;
    }
}

@media screen and (max-width: 330px) {
    .basket__btns {
        flex-wrap: wrap;
    }

    .basket__btns-credit {
        width: 100%;
        padding: 13px 33px;
        margin: 0 0 10px 0;
    }

    .basket__btns-cash {
        width: 100%;
        padding: 13px 33px;
    }
}

/* Basket cash, Basket credit  */
.order {
    padding: 31px 0;
}

.order__wrapper {
    display: flex;
    justify-content: space-between;
}

.order__form {
    width: 65%;
    border: 1px solid #baaaaa;
    border-radius: 32px;
    padding: 38px;
    height: max-content;
}

.order form label {
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 5px;
    width: 100%;
}

input[type="submit"] {
    cursor: pointer;
}

.order form input[type="text"],
.order form input[type="number"],
.order form input[type="email"],
.order form input[type="date"] {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    height: 47px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.order__title {
    font-size: 30px;
    line-height: 87.02%;
    color: #000000;
    margin-bottom: 25px;
}

.order__info {
    margin-bottom: 24px;
}

.order__subtitle {
    font-size: 24px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 25px;
}

.order__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -60px 0px -60px;
}

.order__column {
    padding: 0 60px;
    width: 50%;
    margin-bottom: 30px;
}

.order-input,
.order__tel {
    width: 100% !important;
}

.order-input,
.order__tel {
    display: flex;
    flex-direction: column;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    z-index: -10;
}

input[type="date"]::-webkit-input-placeholder {
    z-index: 99;
}

input[type="date"]:placeholder {
    z-index: 99;
}

input[type="date"]:not(.has-value):before {
    content: attr(placeholder);
    width: 100%;
}

input[type="date"] {
    padding: 12px 20px;
}

form .tel-input input.active-tel {
    display: block;
}

.order__tel {
    display: flex;
    position: relative;
}

.order__tel input {
    padding-left: 85px !important;
    width: 100%;
}

.order__tel-prefix select {
    position: absolute;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px 0px 0px 15px;
    padding: 15px 5px 14px 13px;
    width: 71px;
    background-image: url("../images/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 85% 53%;
}

.order__tel-prefix select {
    font-size: 18px;
    line-height: 90%;
    color: #baaaaa;
    cursor: pointer;
}

.order__tel-prefix select option {
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 17px;
}

.order__card {
    position: sticky;
    top: 79px;
    width: 30%;
    height: max-content;
    background: #ffffff;
    border: 1px solid #baaaaa;
    padding: 39px 21px 39px 20px;
    border-radius: 32px;
}

.order__content {
    margin-bottom: 30px;
}

.order__card-title {
    display: none;
}

.order__item {
    margin-bottom: 26px;
}

.order__item-info {
    display: flex;
    align-items: center;
}

.order__item-img {
    margin-right: 28px;
    margin-bottom: 7px;
    width: 63px;
    height: 63px !important;
}

.order__item-img img {
    width: 100%;
    object-fit: cover;
}

.order__item-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.order__item-name {
    font-size: 16px;
    line-height: 133.02%;
    color: #293da5;
}

.order__item-label {
    font-size: 16px;
    line-height: 133.02%;
    color: #293da5;
}

.order__item-count {
    font-size: 16px;
    line-height: 133.02%;
    margin-bottom: 10px;
}

.order__item-operations {
    position: relative;
}

.order__item-op {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #baaaaa;
    height: 40px;
    width: 30px;
}

.order__item-minus, .order__item-plus {
    font-size: 14px;
    background: transparent;
    width: 100%;
    height: 100%;
    color: #696262;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.order__item-counter {
    width: 80px !important;
    height: 40px !important;
    border: 1px solid #baaaaa;
    border-radius: 15px !important;
    font-size: 16px !important;
}

.order__item-plus {
    border-bottom: 1px solid #baaaaa;
}

.triangle-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #696262;
}

.triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #696262;
}

.fancybox__slide {
    z-index: 999999999 !important;
}

.fancybox__caption {
    display: none;
}

.carousel__viewport {
    display: none;
}

.order__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order__info {
    width: 100%;
}

.order__info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__info-item-delivery {
    display: none;
}

.order__info-item-delivery.show {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.order__info-name-delivery {
    line-height: 162.52%;
    color: #baaaaa;
    font-size: 26px !important;
}

.order__info-name-delivery .order__info-price {
    color: #baaaaa !important;
}

.order__info-name {
    font-size: 18px;
    line-height: 162.52%;
    color: #baaaaa;
}

.order__info-price {
    font-size: 24px;
    line-height: 122%;
    text-align: right;
    color: #000000;
}

.order__info-price .icon-manat {
    font-size: 10px;
}

.order__total {
    border-top: 1px solid #d5cdcd;
    border-bottom: 1px solid #d5cdcd;
    padding: 17px 0 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
    width: 100%;
}

.order__total-name {
    font-size: 22px;
    line-height: 87.02%;
    letter-spacing: -0.06em;
}

.order__total-price {
    font-size: 35px;
    line-height: 122%;
    text-align: right;
    color: #293da5 !important;
}

.order__info-price .icon-manat {
    font-size: 14px;
}

.order__total-price .icon-manat {
    font-size: 16px;
}

.order__btn {
    display: inline-block;
    background: #293da5;
    border-radius: 15px;
    padding: 13px 27px;
    font-size: 18px;
    line-height: 119.52%;
    color: #ffffff;
}

.order__options {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.order__option {
    margin: 0 -25px;
    min-width: 33.333%;
}

input[type="radio"] {
    display: none;
}

.order__options label {
}

.order__option-btn:hover {
    color: #fff;
}

.order__option-btn.selected {
    background: #ff0000;
}

.order__option-btn.selected label {
    color: #fff;
}

.order__options-btn {
    padding: 0 10px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    line-height: 87.02%;
}

.order__shop {
    display: none;
}

.order__shop.opened {
    display: block;
}

.order__shop-label {
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 20px;
}

.order__shop-list select {
    display: inline-block;
    width: 336px;
    height: 47px;
    font-size: 18px;
    color: #baaaaa;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    padding: 10px 23px 10px 21px;
    position: relative;
    cursor: pointer;
    background-image: url("../images/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 92% 53%;
}

.order__shop-list select option {
    line-height: 90%;
    color: #baaaaa;
}

.order-delivery-item {
    margin-top: 38px;
}

.order__address {
    display: none;
}

.order__address.opened {
    display: block;
}

.order__address-form,
.order__express-form {
    display: flex;
    margin: 0 -60px 38px -60px;
}

.order__address-column,
.order__express-column {
    width: 50%;
    padding: 0 60px;
}

.order__address-column > div,
.order__express-column > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.order__payment-type {
    display: none;
}

.order__address-label,
.order__express-label {
    font-size: 24px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 26px;
}

.order__payment-col {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.order__payment-item {
    margin: 0 -15px;
    width: 50%;
}

.payment-content-btn {
    min-width: 261px;
    padding: 0px 10px;
    height: 47px;
    line-height: 119.52%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method-btn.selected {
    background: #ff0000;
    border: 1px solid #baaaaa;
    color: #fff;
}

.order__express {
    margin-top: 34px;
    display: none;
}

.order__express.opened {
    display: block;
}

.order__express-info {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 44px;
}

.order__express-form {
    display: flex;
    margin-bottom: 38px;
}

@media screen and (max-width: 1240px) {
    .order__row {
        margin: 0 -40px;
    }

    .order__column {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1060px) {
    .order__options {
        display: block;
        padding: 0;
    }

    .order__option {
        width: 100% !important;
        margin: 0 0 10px;
    }

    .order__row {
        margin: 0 0px;
    }

    .order__column {
        padding: 0 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .order__payment-col {
        padding: 0;
    }

    .order__input-item {
        margin: 0 0 10px;
    }

    .order__row input {
        width: 100% !important;
    }

    .order__shop-list select {
        width: 100% !important;
    }

    .order__info-name {
        font-size: 16px;
    }

    .order__product-name {
        font-size: 20px;
    }

    .order__label {
        font-size: 18px !important;
    }

    .order__info-price {
        font-size: 20px;
    }

    .order__total-name {
        font-size: 18px;
    }

    .order__total-price {
        font-size: 26px;
    }

    .order__total-price span {
        font-size: 14px;
    }

    .order__address-form,
    .order__express-form {
        display: block;
        margin: 0 0px 38px 0px;
    }

    .order__payment-item {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .order__payment-col {
        flex-wrap: wrap;
        padding: 0;
    }

    .order__input-item {
        margin: 0 0 10px;
    }

    .order__express-info {
        margin-bottom: 20px;
    }

    .order__address-form,
    .order__express-form {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px 38px -40px;
    }

    .order__address-column,
    .order__express-column {
        width: 100%;
        padding: 0 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .order__form {
        width: 60%;
    }

    .order__card {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .order__wrapper {
        flex-wrap: wrap;
    }

    .order__form {
        padding: 10px 18px 18px 18px !important;
        width: 100% !important;
        border: none;
    }

    .order__card {
        width: 100% !important;
    }

    .order__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .order__subtitle {
        font-size: 20px;
    }

    .order__card {
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none;
        padding: 10px 21px 0px 20px;
    }

    .order__card-title {
        display: block !important;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
        color: #000000 !important;
    }

    .order__item {
        border-top: 1px solid #babbc4;
        margin-bottom: 0;
        padding: 15px;
    }

    .order__item-count {
        display: block;
    }

    .order__content {
        margin-bottom: 30px;
    }

    .order__card-title {
        display: none;
    }

    .order__item-info {
        display: flex;
        align-items: center;
    }

    .order__item-img {
        margin-right: 28px;
        margin-bottom: 7px;
        width: 63px;
        height: 63px !important;
    }

    .order__item-img img {
        width: 100%;
        height: 63px !important;

        object-fit: cover;
    }

    .order__item-name {
        font-size: 16px;
        line-height: 133.02%;
        color: #293da5;
    }

    .order__item-label {
        font-size: 16px;
        line-height: 133.02%;
        color: #293da5;
    }

    .order__item-count {
        font-size: 16px;
        line-height: 133.02%;
        color: #000000 !important;
    }

    .fancybox__slide {
        z-index: 999999999 !important;
    }

    .fancybox__caption {
        display: none;
    }

    .carousel__viewport {
        display: none;
    }

    .order__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order__info {
        width: 100%;
        margin-bottom: 7px;
    }

    .order__info-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .order__info-item-delivery {
        display: none;
    }

    .order__info-item-delivery.show {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .order__info-price {
        font-size: 24px;
        line-height: 122%;
        text-align: right;
        color: #000000;
    }

    .order__info-price .icon-manat {
        font-size: 10px;
    }

    .order__body {
        background: #ff0000;
        padding: 20px 20px 26px 20px;
        border-radius: 15px;
    }

    .order__info {
        border-bottom: 2px solid #fffcfc;
        padding-bottom: 10px;
    }

    .order__info-name {
        color: white !important;
        font-size: 20px;
        line-height: 182.02%;
    }

    .order__info-price {
        color: white !important;
        font-size: 22px;
    }

    .order__info-price .icon-manat {
        font-size: 10px;
    }

    .order__total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border: none;
    }

    .order__total-name {
        color: #ffffff !important;
        font-size: 26px;
    }

    .order__total-price {
        color: white !important;
        font-size: 28px;
    }

    .order__total-price .icon-manat {
        font-size: 16px;
    }

    .order__btn {
        display: inline-block;
        background: #293da5;
        padding: 13px 27px;
        font-size: 18px;
        line-height: 119.52%;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
    }

    .payment-method-btns,
    .order__express-btns {
        padding: 0px 5px 0px 5px !important;
    }
}

@media screen and (max-width: 426px) {
    .order__form {
        padding: 10px 0px 18px 0px !important;
    }

    .order__card {
        padding: 10px 0px 0px 0px !important;
    }
}

/* Basket Credit  */
.terms {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
    width: 700px;
    height: 344px;
    transition: 0.3s;
    z-index: 1111;
    padding: 31px 30px 23px 29px;
    border-radius: 32px;
}

body.active-terms .terms {
    transform: translate(-50%, -50%);
}

body.active-terms {
    overflow: hidden !important;
}

body.active-terms::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.4);
}

.terms__title {
    width: 100%;
    font-size: 24px;
    line-height: 87.02%;
    color: #000000;
    margin-bottom: 20px;
    text-align: center !important;
}

.terms__text {
    font-size: 20px;
    line-height: 111.52%;
    color: #211e1e;
    border-top: 1px solid #baaaaa;
    border-bottom: 1px solid #baaaaa;
    transform: rotate(-0.15deg);
    padding: 26px 0;
    margin-bottom: 20px;
}

.terms__close {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 10px;
    font-size: 16px;
    line-height: 111.52%;
    color: #211e1e;
    padding: 8px 29px;
    cursor: pointer;
    user-select: none;
}

.order__body {
    margin-bottom: 20px !important;
}

.order__type {
    display: flex;
    justify-content: space-between;
    margin: 0 -17px 30px -17px;
}

.order__type-col {
    width: 33.333%;
    padding: 0 17px;
}

.order__type-btn {
    padding: 15px 0;
}

.order__credit-check {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.order__credit-check input {
    width: 20px !important;
    height: 20px !important;
}

.order__credit-info {
    font-size: 18px;
    color: #000000;
    margin-left: 13px;
}

.order__credit-info span {
    color: #293da5;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.order__month {
    margin-bottom: 30px;
}

.order__month-row {
    margin-bottom: 37px;
    margin: 0 -7px;
    display: none;
}

.order__month-row.active {
    display: flex;
    flex-wrap: wrap;
}

.order__month-column {
    padding: 0 7px;
}

.order__month-btn {
    padding: 15px 26px;
}

.order__month-btn.selected {
    background: #ff0000;
    color: #ffffff;
}

.order__month-12 {
    margin-right: 0 !important;
}

.order__payment {
    display: flex;
    margin-bottom: 37px;
}

.order__input {
    display: flex;
    margin-bottom: 37px;
}

.order__input-item {
    margin-right: 114px;
}

.order__payment-label {
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #baaaaa;
    margin-bottom: 5px;
}

.order__payment-label-month {
    text-align: center;
}

.order__payment-input {
    position: relative;
}

.order__payment-input input {
    height: 68px !important;
    width: 310px;
    border: 1px solid #293da5 !important;
    padding: 0 95px 0 20px !important;
    font-size: 32px !important;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.order__payment-input input::placeholder {
    font-weight: 700;
    line-height: 21px;
    color: #000000;
    text-align: center;
    font-size: 32px !important;
    padding-top: 20px !important;
}

.order__payment-currency {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #293da5;
    border-radius: 0px 15px 15px 0px;
    color: #696262;
    font-size: 30px;
    width: 86px;
    height: 68px;
}

.order__payment-monthly {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    height: 68px;
    background: #f5f5f5;
    border: 1px solid #293da5;
    border-radius: 15px;
    font-weight: 700;
    font-size: 32px;

    line-height: 85px;
    color: #696262;
}

.order__payment-monthly .icon-manat {
    font-size: 12px;
    height: 100%;
}

.order__options-btn.selected {
    background: #ff0000;
    color: #ffffff;
}

.order__shop {
    margin-top: 34px;
    display: none;
}

.order__shop.opened {
    display: block;
}

.order__shop-label {
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 20px;
}

.order__shop-list select {
    display: inline-block;
    width: 336px;
    height: 47px;
    color: #baaaaa;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    background-image: url("../images/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 92% 53%;
}

.order__shop-list select option {
    line-height: 90%;
    color: #baaaaa;
}

.order__address {
    margin-top: 38px;
    display: none;
}

.order__address.opened {
    display: block;
}

.payment__method-btn {
    min-width: 281px;
    height: 52px;
    padding: 0 10px;
    line-height: 119.52%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment__method-btn.selected {
    background: #ff0000;
    border: 1px solid #baaaaa;
    color: #fff;
}

.order__express {
    margin-top: 34px;
    display: none;
}

.order__express.opened {
    display: block;
}

.order__express-info {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 44px;
}

.order__express-form {
    display: flex;
    margin-bottom: 38px;
}

.order__info-item-credit {
    justify-content: center !important;
    margin: 15px 0;
}

.order__info-name-credit {
    font-size: 26px !important;
}

.order__info-name-credit .icon-manat {
    font-size: 14px;
}

.order__type-btn.selected {
    background: #FF0000;
    color: #FFFFFF;
}

@media screen and (max-width: 1165px) {
    .order__input-item {
        margin-right: 70px;
    }
}

@media screen and (max-width: 1050px) {
    .order__type {
        margin-bottom: 20px;
    }

    .order__type-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .order__type:last-of-type {
        margin-bottom: 0;
    }

    .order__month {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .order__input-item {
        margin-right: 30px;
    }

    .order__payment-input input {
        width: 210px !important;
        height: 50px !important;
        padding: 0 40px 0 20px !important;
    }

    .order__payment-currency {
        width: 35px;
        height: 50px;
    }

    .order__payment-currency .icon-manat {
        font-size: 16px;
    }

    .order__payment-monthly {
        width: 120px;
        height: 50px;
        font-size: 26px;
        line-height: 56px;
    }

    .order__payment-monthly .icon-manat {
        font-size: 10px;
    }

    .order__type {
        display: block;
    }
}

@media screen and (max-width: 850px) {
    .order__month {
    }

    .order__month-row {
        margin-bottom: 37px;
        margin: 0 -7px;
    }

    .order__month-column {
        padding: 0 7px;
        width: 50%;
        margin-bottom: 15px;
    }

    .order__month-btn {
        padding: 11px 26px;
        width: 100%;
    }

    .order__input-item {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .terms {
        width: 550px;
        height: max-content;
    }
}

@media screen and (max-width: 600px) {
    .terms {
        width: 400px;
        height: max-content;
    }

    .terms__title {
        font-size: 22px;
    }

    .terms__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 426px) {
    .terms {
        width: 350px;
        height: max-content;
    }

    .order__credit-check {
        margin-bottom: 20px;
    }

    .order__payment-label {
        font-size: 18px;
    }

    .order__input-item {
        margin-right: 20px;
    }

    .order__payment-input input {
        width: 185px !important;
        height: 50px !important;
        padding: 0 40px 0 20px !important;
    }

    .order__payment-currency {
        width: 35px;
        height: 50px;
    }

    .order__payment-currency .icon-manat {
        font-size: 16px;
    }

    .order__payment-monthly {
        width: 100px;
        height: 50px;
        font-size: 26px;
        line-height: 56px;
    }
}

@media screen and (max-width: 370px) {
    .order__payment {
        flex-wrap: wrap;
    }

    .order__payment div:first-of-type {
        margin-bottom: 10px;
    }

    .order__input {
        flex-wrap: wrap;
    }

    .order__input-item {
        width: 100%;
    }

    .order__payment-label {
        text-align: center;
    }

    .order__payment-input input {
        width: 100% !important;
        height: 50px !important;
    }

    .order__payment-monthly {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .order__month-column {
        width: 100%;
    }
}

/* OPT  */
.otp {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
    width: 400px;
    height: max-content;
    transition: 0.3s;
    z-index: 1111;
    padding: 31px 30px 23px 29px;
    border-radius: 32px;
}

body.active-otp .otp {
    transform: translate(-50%, -50%);
}

body.active-otp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600%;
    top: 0;
    left: 0;
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.4);
}

.otp-close {
    font-size: 32px;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.otp__title {
    width: 100%;
    font-size: 24px;
    line-height: 87.02%;
    color: #000000;
    margin-bottom: 20px;
    text-align: center !important;
}

.otp__inner {
    border-top: 1px solid #baaaaa;
    border-bottom: 1px solid #baaaaa;
    transform: rotate(-0.15deg);
    padding: 26px 0;
    margin-bottom: 20px;
    width: 100%;
}

.otp__text {
    font-size: 20px;
    line-height: 111.52%;
    color: #211e1e;
    margin-bottom: 20px;
}

.otp__input {
    margin-bottom: 10px;
}

.otp__input input {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100% !important;
    height: 47px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.otp__error {
    color: red;
    display: none;
}

.otp__error.active {
    display: block;
}

.otp__btn {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    font-size: 18px;
    padding: 14px 29px;
    cursor: pointer;
    user-select: none;
}

@media screen and (max-width: 426px) {
    .otp {
        width: 300px;
    }

    .otp__title {
        font-size: 22px;
    }

    .otp__text {
        font-size: 16px;
    }

    .otp__btn {
        border-radius: 15px;
        padding: 11px 25px;
    }
}

@media screen and (max-width: 300px) {
    .otp {
        width: 250px;
    }
}

/* FAQ  */
.faq {
    padding: 60px 0;
}

.faq__title {
    margin-bottom: 14px;
}

.faq__question {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 38px;
    margin-bottom: 20px;
    line-height: 133.02%;
    width: 100%;
    position: relative;
}

.faq__question::before {
    content: "\e900";
    font-family: "icons";
    position: absolute;
    color: #293da5;
    top: 50%;
    right: 15px;
    font-size: 2rem;
    transform: translateY(-50%);
}

.faq__question.active::before {
    content: "\e91d";
}

.faq__answer {
    font-size: 16px;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    margin: 10px 30px;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 40px 0;
    }
}

@media screen and (max-width: 426px) {
    .faq__question {
        font-size: 16px;
    }

    .faq__answer {
        font-size: 14px;
    }
}

/* Be partner page  */

.be-partner {
    padding: 60px 0;
}

.be-partner__wrapper {
    border: 1px solid #000000;
    border-radius: 38px;
    padding: 25px;
}

.be-partner__title {
    font-size: 36px;
    line-height: 133.02%;
    color: #293da5;
    margin-bottom: 14px;
    text-align: center;
}

.be-partner__text {
    font-size: 18px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 39px;
}

.be-partner__text p {
    margin-bottom: 20px;
}

.be-partner__text:last-of-type {
    margin-bottom: 0;
}

.be-partner__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.be-partner__form form label {
    display: inline-block;
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 5px !important;
}

.be-partner__form form input {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.be-partner__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}

.be-partner__column {
    width: 33.333%;
    padding: 0 60px;
    margin-bottom: 30px;
}

.be-partner__column-area {
    width: 33% !important;
}

.be-partner__column-address {
    width: 67% !important;
}

.be-partner__column-address textarea {
    height: 159px;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.be-partner__tel,
.be-partner__mob {
    position: relative;
}

.be-partner__tel input,
.be-partner__mob input {
    padding-left: 85px !important;
}

.be-partner__tel-prefix select,
.be-partner__mob-prefix select {
    position: absolute;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px 0px 0px 15px;
    padding: 15px 5px 14px 13px;
    width: 71px;
    background-image: url("../images/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 85% 53%;
}

.be-partner__tel-prefix select,
.be-partner__mob-prefix select {
    font-size: 18px;
    line-height: 90%;
    color: #baaaaa;
    cursor: pointer;
}

.be-partner__tel-prefix select option,
.be-partner__mob-prefix select option {
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 17px;
}

.be-partner__error,
.be-partner__error-address {
    color: red;
    margin-top: 10px;
    display: none;
}

.be-partner__error.active,
.be-partner__error-address.active {
    display: block;
}

.be-partner-bnt {
    display: inline-block !important;
    text-align: center;
}

.be-partner-bnt input {
    background: #293da5 !important;
    border: 1px solid #293da5 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    padding: 18px 43px !important;
    height: max-content !important;
}

@media screen and (max-width: 1200px) {
    .be-partner__row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px;
    }

    .be-partner__column {
        width: 33.333%;
        padding: 0 40px;
        margin-bottom: 30px;
    }

    .be-partner__column-area {
        width: 33% !important;
    }

    .be-partner__column-address {
        width: 67% !important;
        height: 159px !important;
    }
}

@media screen and (max-width: 1000px) {
    .be-partner__row {
        display: block;
        margin: 0px;
        width: 100%;
    }

    .be-partner__column {
        width: 100% !important;
        padding: 0px;
        margin-bottom: 30px;
    }

    .be-partner__column-area {
        width: 100% !important;
    }

    .be-partner__column-address {
        width: 100% !important;
        height: 159px !important;
    }
}

@media screen and (max-width: 426px) {
    .be-partner {
        padding: 40px 0;
    }

    .be-partner__wrapper {
        padding: 20px;
    }

    .be-partner__title {
        font-size: 30px;
    }

    .be-partner__text {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

/* Contact us page  */
.contact {
    padding: 60px 0;
}

.contact__wrapper {
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 38px;
}

.contact__form {
    width: 70%;
}

.contact__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact__form form > div {
    margin-bottom: 30px;
    width: 100%;
}

.contact__form > div:last-of-type {
    margin-bottom: 0 !important;
}

.contact__form form label {
    display: inline-block;
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 5px;
}

.contact__form form input,
.contact__form form textarea {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.contact__error {
    color: red;
    margin-top: 10px;
    display: none;
}

.contact__error.active {
    display: block;
}

.contact__text textarea {
    height: 159px !important;
    padding: 20px !important;
    line-height: 24px !important;
}

.contact__btn {
    display: inline-block;
    margin-bottom: 0 !important;
    text-align: center;
    width: max-content !important;
    cursor: pointer;
}

.contact__btn input {
    background: #293da5 !important;
    border: 1px solid #293da5 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    padding: 18px 43px !important;
    height: max-content !important;
    cursor: pointer;
}

.contact__content {
    width: 25%;
}

.contact__address {
    margin-bottom: 45px;
}

.contact__label {
    font-size: 30px;
    line-height: 87.02%;
    color: #000000;
    margin-bottom: 18px;
}

.contact__address-info {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.contact__support {
    padding-bottom: 24px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d4cdcd;
}

.contact__support-info {
    display: block;
    font-size: 18px;
    line-height: 87.02%;
    color: #293da5 !important;
    margin-bottom: 13px;
}

.contact__support-info .icon-tel {
    margin-right: 11px;
    font-size: 20px;
}

.contact__email-address {
    font-size: 18px;
    line-height: 87.02%;
    color: #293da5 !important;
    width: 100%;
}

.contact__email-address .icon-email {
    margin-right: 11px;
    font-size: 14px;
}

@media screen and (max-width: 1100px) {
    .contact__form {
        width: 60%;
    }

    .contact__content {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .contact__wrapper {
        display: block;
        padding: 40px 30px;
    }

    .contact__form {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact__content {
        width: 100%;
    }

    .contact__form form > div {
        width: 100%;
    }

    .contact__form form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact__btn {
        display: inline-block;
        text-align: center;
    }

    .contact__btn input {
        width: max-content !important;
    }
}

@media screen and (max-width: 426px) {
    .contact {
        padding: 40px 0;
    }

    .contact__label {
        font-size: 25px;
    }

    .contact__btn input {
        width: 100% !important;
    }
}

.kombi-error {
    padding: 60px 0;
}

.kombi-error__title {
    font-size: 36px;
    line-height: 87.02%;
    color: #000000;
    text-align: center;
    margin-bottom: 83px;
}

.kombi-error__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.kombi-error__column {
    margin-bottom: 40px;
    padding: 0 15px;
    width: 20%;
}

.kombi-error__item {
    background: #ffffff;
    border: 2px solid #d5cdcd;
    border-radius: 53px;
    padding: 18px 20px;
}

.kombi-error__img img {
    width: 100%;
    object-fit: cover;
}

.codes {
    padding: 60px 0;
}

.codes__title {
    font-size: 36px;
    line-height: 87.02%;
    text-align: center;
}

.codes__inner > div:last-of-type {
    border-bottom: none;
}

.codes__model {
    border-bottom: 1px solid #d4cdcd;
    padding: 30px 0;
}

.codes__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 87.02%;
    color: #e31e25;
    margin-bottom: 25px;
}

.codes__information {
    font-size: 18px;
    line-height: 24px;
}

.codes__information p {
    margin-bottom: 20px;
}

.codes__information p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .kombi-error__column {
        margin-bottom: 30px;
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .kombi-error__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 70px;
    }

    .kombi-error__row {
        margin: 0 -10px;
    }

    .kombi-error__column {
        padding: 0 10px;
        width: 33.333%;
    }
}

@media screen and (max-width: 550px) {
    .kombi-error {
        padding: 40px 0;
    }

    .kombi-error__title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .kombi-error__row {
        margin: 0 -10px;
    }

    .kombi-error__column {
        padding: 0 10px;
        width: 50%;
    }
}

@media screen and (max-width: 426px) {
    .codes {
        padding: 40px 0;
    }

    .codes__title {
        font-size: 32px;
    }

    .codes__label {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .codes__information {
        font-size: 16px;
        line-height: 24px;
    }
}

.details__btns-offer {
    background-color: #e31e25;
}

.details__btns-offer:hover {
    background-color: #ff0009;
}

.details__btns-basket {
    background: #4caf50;
}

.details__btns-basket:disabled {
    cursor: auto;
    background: #4caf4fa8;
}

.details__btns-basket:disabled:hover {
    background: #4caf4fa8;
}

.details__btns-basket:hover {
    background: #00e509;
}

form input[type="submit"]:disabled {
    background: #5a6ed6 !important;
    border: 1px solid #5a6ed6 !important;
}

#total_price {
    font-size: 18px;
}


.success {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
    width: 400px;
    height: max-content;
    transition: 0.3s;
    z-index: 1111;
    padding: 70px 30px 23px 29px;
    border-radius: 32px;
}

body.active .success {
    transform: translate(-50%, -50%);
}

body.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600%;
    top: 0;
    left: 0;
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.4);
}

.success__inner {
    transform: rotate(-0.15deg);
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.success__icon {
    background: #4caf50;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: absolute;
    top: -70%;
    left: 35%;
}

.success__title {
    width: 100%;
    font-size: 24px;
    line-height: 87.02%;
    color: #000000;
    margin-bottom: 20px;
    text-align: center !important;
}

.success__text {
    font-size: 20px;
    line-height: 111.52%;
    color: #211e1e;
    margin-bottom: 20px;
}

.success__btn {
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
    padding: 14px 29px;
    cursor: pointer;
    user-select: none;
}

.success__btn a {
    color: #fff;
}


.offer {
    padding: 60px 0;
}

.offer__wrapper {
    border: 1px solid #000000;
    border-radius: 38px;
    padding: 25px;
}

.offer__title {
    font-size: 36px;
    line-height: 133.02%;
    color: #293da5;
    margin-bottom: 14px;
    text-align: center;
}

.offer__text {
    font-size: 18px;
    line-height: 133.02%;
    color: #000000;
    margin-bottom: 40px;
}

.offer__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offer__form form label {
    display: inline-block;
    font-size: 18px;
    line-height: 87.02%;
    color: #baaaaa;
    margin-bottom: 5px !important;
    width: max-content;
}

.offer__form form input {
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.offer__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}

.offer__row-top .offer__column {
    width: 33.333%;
}

.offer__column {
    padding: 0 60px;
    margin-bottom: 30px;
}

.offer__row-center .offer__column {
    width: 25%;
}

.offer__row-select {
    width: 100%;
}

.offer__floor {
    display: flex;
    align-items: center;
    width: 100%;
}

.offer__row-select .offer__column {
    padding: 0 !important;
    width: 100%;
}

.offer__floor label {
    margin-right: 5px;
}

.offer__floor select {
    width: 15% !important;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    height: 47px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
    background-image: url("../img/main/arrow.svg");
    background-repeat: no-repeat;
    background-position: 92% 55%;
    cursor: pointer;
}

.offer__row-bottom {
    width: 100%;
    margin: 0;
}

.offer__column-address {
    width: 100%;
    padding: 0;
}

.offer__column-address textarea {
    height: 159px;
    background: #ffffff;
    border: 1px solid #baaaaa;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 87.02%;
    color: #000000;
}

.offer-bnt {
    display: inline-block !important;
    text-align: center;
}

.offer-bnt input {
    background: #293da5 !important;
    border: 1px solid #293da5 !important;

    font-size: 20px !important;
    color: #ffffff !important;
    padding: 20px 43px !important;
    height: max-content !important;
}

@media screen and (max-width: 1200px) {
    .offer__row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px;
    }

    .offer__column {
        width: 33.333%;
        padding: 0 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .offer__row {
        display: block;
        margin: 0px;
        width: 100%;
    }

    .offer__column {
        width: 100% !important;
        padding: 0px;
        margin-bottom: 30px;
    }

    .offer__floor select {
        width: 20% !important;
    }
}

@media screen and (max-width: 768px) {
    .offer__floor select {
        width: 30% !important;
    }
}

@media screen and (max-width: 550px) {
    .offer__floor select {
        width: 40% !important;
    }
}

@media screen and (max-width: 426px) {
    .offer {
        padding: 40px 0;
    }

    .offer__wrapper {
        padding: 20px;
    }

    .offer__title {
        font-size: 30px;
    }

    .offer__text {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .offer__floor select {
        width: 50% !important;
    }
}

@media screen and (max-width: 426px) {
    .success {
        width: 300px;
    }

    .success__title {
        font-size: 22px;
    }

    .success__text {
        font-size: 16px;
    }

    .success__btn {
        border-radius: 15px;
        padding: 11px 25px;
        font-size: 16px;
    }

    .success__icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
        position: absolute;
        top: -65%;
        left: 35%;
    }
}

@media screen and (max-width: 300px) {
    .success {
        width: 250px;
    }
}

.error {
    border: 1px solid #F23D3D !important;
    -webkit-box-shadow: 0px 0px 0px 1px #F23D3D;
    -moz-box-shadow: 0px 0px 0px 1px #F23D3D;
    box-shadow: 0px 0px 0px 1px #F23D3D;

}

.valid {
    border: 1px solid #BAAAAA !important;
}

.error2 {
    color: #F23D3D;
    text-decoration-line: underline;
}

.d__none {
    display: none !important;
}

.codes__model > ul li {
    list-style-type: disc !important;
}

.faq__answer > ol li {
    display: list-item;
    list-style-type: asterisks;
    list-style-position: inside;
}

.center-text {
    text-align: center;
}

.not_found {
    display: block;
    font-size: 30px;
    margin-bottom: 24px;
}

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


    .header__logo a img {
        width: 300px;
        height: auto;
    }

    .details__center-type li:hover, .details__center-month li:hover {
        background: none;
        color: #baaaaa;
    }

    .details__center-type li.selected,
    .details__center-month li.selected {
        background: #ff0000;
        color: #ffffff;
    }

    .filter__wrapper-filter {
        border-radius: 40px;
        margin-bottom: 28px;
        padding: 22px 40px 30px 40px;
    }
}

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

    .header__logo a img {
        width: 250px;
        height: auto;
    }

    .details__center-type li:hover, .details__center-month li:hover {
        background: none;
        color: #baaaaa;
    }

    .details__center-type li.selected,
    .details__center-month li.selected {
        background: #ff0000;
        color: #ffffff;
    }

    .filter__wrapper-filter {
        border-radius: 40px;
        padding: 18px 36px;
    }
}
