/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2453d4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #163383;
}

body {
    margin: 0 auto;
    font-family: roboto;
    font-weight: 400;
    text-align: start;
    color: #000000;
    overflow-x: hidden;
}
main{
    min-height: calc(100vh - 520px);
}
.partner-row{
    margin: 15px -12px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr 1fr 1fr;
}
.partner-row_item{
    padding: 0 12px 40px;
}

.partner-block{
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 16%);
}
.partner-name {
    color: #000000;
    background: white;
    text-align: center;
    position: absolute;
    width: 70%;
    left: 50%;
    bottom: -34px;
    transform: translate(-50%, -50%);
    padding: 4px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
a:hover{
    text-decoration: none!important;
}
.news-row{
    margin: 16px -12px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.news-row_item{
    padding: 0 12px 24px;
}
.news-block{
    text-decoration: none;
    display: block;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}
.news-date {
    font-size: 15px;
    color: #959393;
    margin: 14px 0 0 0;
}
.news-description {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    margin-top: 14px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.img{
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.searchButton{
    display: none;
}
.menu_active {
    background: #1E39DF;
}
.footer_menu_active,
.footer_menu_active .footer__link {
    color: #1E39DF;
}
.menu_active .footer__link {
    color: #2d34ef;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #1e39df;
    z-index: 108;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainContent__inner {
    display: flex;
}
.mainContent__grid{
    padding-left: 32px;
    width: 100%;
}
.mainContent {
    max-width: 1440px;
    margin: 0 auto 35px;
}
.productCard__top>h3{
    margin-bottom: 8px;
}
.productPage__gallery-slider{
    border: 1px solid #EDEDED;
    padding: 3px;
}
@media(max-width: 1499px) {
    .header__categoriesMenu{
        left: auto!important;
    }
    .mainContent{
        padding: 0 34px;
    }
}
@media(max-width: 1440px) {
    body.fixed {
        overflow-y: hidden;
    }
}
@media(max-width: 1439px) {
    .header__navigation{
        padding: 0 33px;
    }
}
@media(max-width: 1400px) {
    .header__categoriesMenu{
        top: 52px!important;
        left: 0!important;
        width: 294px!important;
        height: 100vh!important;
    }
    .header__categoriesMenuInner,
    .header__subMenu{
        height: 100%!important;
    }
}

@media(max-width: 1024px) {
    .partner-row{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .news-row{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .news-description {
        font-size: 17px;
        height: 50px;
    }
    .sidebar{
        display: none;
    }
    .mainContent__grid{
        padding: 0;
    }
    .sidebar__switcher {
        display: block!important;
    }
    .sidebar{
        position: absolute;
        left: 0;
        height: 100vh;
        top: 121px;
    }
}
@media(max-width: 768px) {
    .partner-row{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .news-row{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 767px) {
    .mainContent__title{
        font-size: 16px!important;
    }
    .header__navigation{
        padding: 0 15px;
    }
    .header__navigationLink{
        padding: 8px 7px!important;
    }
    .header__categoriesMenu {
        top: 42px !important;
    }
    .sidebar{
        top: 92px;
    }
    .mainContent{
        padding: 0 15px;
    }
}
@media(max-width: 575px) {
    .partner-row{
        grid-template-columns: 1fr 1fr;
    }
    .news-description {
        font-size: 16px;
        height: 44px;
    }
    .news-date {
        font-size: 14px;
    }
    .news-row{
        grid-template-columns: 1fr;
    }
    .productCard__noCost .btn{
        font-size: 13px;
    }
    .product_hide{
        display: none;
    }
    .header__cartMenu{
        max-width: 300px!important;
    }
    .dotted_divider{
        margin: 0 0 20px 0!important;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 15px!important;
    }
    .back-to-top{
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .card-label{
        padding: 5px 10px;
        font-size: 13px;
    }
    .cookies-block{
        flex-direction: column;
    }
    .adress__phone {
        font-size: 18px!important;
    }
    .about__inner{
        flex-direction: column!important;
    }
    .mainContent__inner{
        flex-direction: column-reverse;
    }
    .notification-bg>.notification{
        width: 300px;
    }
    .notification-btn{
        margin-top: 0!important;
    }
}
/* ********* HEADER START *********** */

.header__top {
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    z-index: 5;
}

@media (min-width: 768px) {
    .header__top {
        height: 70px;
    }
}

@media (min-width: 1440px) {
    .header__top {
        height: 90px;
    }
}

.header__wrapper {
    min-width: 320px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .header__wrapper {
        padding: 0 34px;
        height: 50px;
    }
}

@media (min-width: 1440px) {
    .header__wrapper {
        max-width: 1440px;
        margin: 0 auto;
        height: 56px;
    }
}

.header__bottom {
    height: 40px;
    background-color: #2453d4;
    position: relative;
    z-index: 4;
}

@media (min-width: 768px) {
    .header__bottom {
        height: 50px;
    }
}

@media (min-width: 1440px) {
    .header__bottom {
        height: 56px;
    }
}

.header__logo {
    height: 30px;
    width: 101px;
}

@media (min-width: 768px) {
    .header__logo {
        height: 40px;
        width: 135px;
    }
}

@media (min-width: 1440px) {
    .header__logo {
        height: 56px;
        width: 188px;
    }
}

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

.header__contactLink {
    display: block;
    margin-left: 14px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .header__contactLink {
        margin-left: 24px;
    }
}

@media (min-width: 1440px) {
    .header__contactLink {
        margin-left: 10px;
    }
}

.header__contactLink__image {
    height: 20px;
    display: block;
}

@media (min-width: 768px) {
    .header__contactLink__image {
        height: auto;
    }
}

@media (min-width: 1440px) {
    .contactUs__container {
        display: flex;
        align-items: center;
        margin-left: 50px;
    }
}

.contactUs__title {
    display: none;
}
.contactUs__title{
    color: grey;
    font-size: 13px;
}
.contactUs__subtitle {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

@media (min-width: 1440px) {
    .contactUs__title {
        display: inline-block;
        text-align: end;
    }
}

.header__mainContainer {
    display: flex;
    flex-direction: row-reverse;
}

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

.header__searchForm--active .header__searchContainer {
    display: flex;
}

@media (min-width: 768px) {
    .header__searchForm {
        border: 1px solid #eaeaea;
        background-color: #f8f8f8;
        margin-left: 28px;
    }
}

@media (min-width: 1440px) {
    .header__searchForm {
        margin-left: 33px;
    }
}



@media (min-width: 768px) {
    .header__searchButton {
        margin: 10px;
        background-color: initial;
        border: none;
    }
}

.header__searchButtonIcon {
    width: 13px;
    height: 13px;
}

@media (min-width: 768px) {
    .header__searchButtonIcon {
        width: 17px;
        height: 17px;
    }
}

.header__searchContainer {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    padding: 0 20px;
    display: none;
    gap: 20px;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
}
.flex{
    display: flex;
}
@media (min-width: 768px) {
    .header__searchContainer {
        width: 349px;
        position: inherit;
        padding-left: 21px;
        border: none;
        height: 45px;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .header__searchContainer {
        width: 500px;
        padding-left: 26px;
        height: 50px;
    }
}

.header__search {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: inherit;
    background-color: #f8f8f8;
    padding: 0;
}

.header__search--vector {
    width: 15px;
}

@media (min-width: 768px) {
    .header__search {
        font-size: 12px;
    }
}

@media (min-width: 1440px) {
    .header__search {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .header__search--vector {
        display: none;
    }
}

.notification {
    position: fixed;
    inset:  0 0 0 0;
    margin: 15rem auto;
    max-width: 334px;
    height: 88px;
    padding: 12px 20px;
    background-color: #ffffff;
    border-top: 3px solid #2453d4;
    border-radius: 5px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}

/*@media (min-width: 768px) {*/
/*    .notification {*/
/*        right: 34px;*/
/*    }*/
/*}*/

/*@media (min-width: 1440px) {*/
/*    .notification {*/
/*        right: 0px;*/
/*    }*/
/*}*/
.notification-bg{
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}
.notification-bg>.notification {
    max-width: 450px;
    height: fit-content;
    flex-direction: column;
    gap: unset;
}
.notification-btn{
    border: none;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 3px;
    padding: 10px;
    background-color: #1e39df;
    color: #fff;
    width: 120px;
}
.notification__button {
    margin-right: 1rem;
    background-color: #2453d4;
    padding: 9px 8px;
    border-radius: 5px;
    cursor: pointer;
}

.notification--hide {
    display: none;
}

.headerMenues {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .headerMenues {
        gap: 20px;
    }
}

.header__firstMenu {
    height: 100%;
    background-color: #1e39df;
    color: #ffffff;
    user-select: none;
}

.header__firstMenu.active {
    height: 100%;
    background-color: #f7f8f9;
    color: #000000;
}

.header__firstMenuButton {
    cursor: pointer;
    padding: 0 17px;
    height: 100%;
    display: flex;
    align-items: center;
}

.icon--transform {
    transform: rotate(-45deg);
}

.header__menuTitle {
    font-size: 14px;
    line-height: 19px;
    margin: 0 13px 0 8px;
}

@media (min-width: 768px) {
    .header__menuTitle {
        font-size: 17px;
        line-height: 22px;
        margin: 0 37px 0 15px;
    }
}

.header__categoriesMenu {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
    background: #ffffff;
    box-sizing: border-box;
    width: 300px;
    height: 100vh;
}

.header__categoriesMenu.active {
    display: flex;
}

@media (min-width: 768px) {
    .header__categoriesMenu {
        top: 50px;
        width: 296px;
        height: 100vh;
        border: 1px solid #e9eaeb;
    }
}
@media (min-width: 1400px) {

    .header__categoriesMenu {
        top: 56px;
        width: 261px;
        height: fit-content;
    }
}
.header__categoriesMenuInner {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 504px;
}

.header__categoriesItem {
    text-decoration: none;
    color: #021523;
    font-size: 16px;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 32px;
}

.header__categoriesItem:not(:last-child) {
    border-bottom: 1px dashed gray;
}

.header__categoriesItem.active {
    color: #1e39df;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media (min-width: 768px) {
    .header__categoriesItem--active {
        width: 220px;
    }
}

@media (min-width: 1440px) {
    .header__categoriesItem--active {
        width: 228px;
    }
}

.backTo__icon {
    background-image: url(../img/backtoicon.svg);
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
}

.backTo {
    color: #1e39df;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 23px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .backTo {
        display: none;
    }
}

.header__subMenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 504px;
    top: 0px;
    z-index: 3;
    left: 0px;
    flex-flow: column;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
}

.header__subMenu.active {
    display: block;
}

@media (min-width: 768px) {
    .header__subMenu {
        left: 260px;
        width: 360px;
        top: -1px;
        box-shadow: 3px 3px 3px #94a4a324;
        overflow: auto;
    }
}

@media (min-width: 1440px) {
    /* .header__categoriesItem:hover+.header__subMenu {
      display: flex;
    } */

    .header__subMenu {
        flex-flow: unset;
        width: auto;
        height: calc(100% - 11px);
        padding: 29px 63px 46px 49px;
        gap: 100px;
        top: 11px;
        left: 260px;
        white-space: nowrap;
    }
}

@media (min-width: 1440px) {
    .header__subMenuInner {
        display: flex;
        gap: 100px;
    }
}

.header__subMenuContainer {
    display: flex;
    flex-flow: column;
    padding-left: 6px;
}

.header__subMenuTitle {
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    margin: 0;
    color: #303030;
}
.header__subMenuContainer>a{
    text-decoration: none;
}
@media (min-width: 768px) {
    .header__subMenuTitle {
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .header__subMenuTitle {
        line-height: 1;
        margin: 16px 0 16px 0;
    }
}

.header__subMenuItem {
    text-decoration: none;
    color: #606060;
    font-size: 13px;
    margin: 9px 0;
}

@media (min-width: 768px) {
    .header__subMenuItem {
        font-size: 15px;
        margin: 15px 0;
    }
}

@media (min-width: 1440px) {
    .header__subMenuItem {
        line-height: 33px;
        margin: 0;
    }
}

.header__basket {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    white-space: nowrap;
    padding-bottom: 5px;
}

.header__basketCounter {
    position: relative;
    background-image: url(../img/basket.svg);
    height: 18px;
    width: 21px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 8px;
}

.header__counterIcon {
    display: block;
    position: absolute;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 12px;
    left: 13px;
    bottom: 9px;
    height: 15px;
    text-align: center;
    color: #2453d4;
    padding: 0 3px;
}

.header__totalPrice {
    color: #ffffff;
    display: grid;
}

.header__totalPriceText {
    font-size: 8px;
    line-height: 11px;
    text-align: right;
}

@media (min-width: 768px) {
    .header__totalPriceText {
        font-size: 10px;
        line-height: 14px;
    }
}

.header__totalPriceCounter {
    font-size: 13px;
}

@media (min-width: 768px) {
    .header__totalPriceCounter {
        font-size: 16px;
    }
}

.header__cartMenu {
    display: none;
    position: absolute;
    max-width: 346px;
    box-sizing: border-box;
    padding: 18px 20px;
    z-index: 3;
    background: #ffffff;
    top: 41px;
    border-top: 2px solid #2453d4;
    border-radius: 5px;
    right: 0px;
    white-space: initial;
}

.header__cartMenu.active {
    display: block;
}
@media (min-width: 768px) {
    .header__cartMenu.active {
        top: 48px;
    }
}

@media (min-width: 1440px) {
    .header__cartMenu.active {
        top: 50px;
    }
}

.header__cartMenuItems {
    max-height: 384px;
    overflow: auto;
}

.header__cartMenuItem {
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.header__cartMenuImage {
    height: 100px;
    width: 100px;
    border: 1px solid #ebebeb;
}

.header__cartMenuText {
    margin-left: 9px;
}

.header__cartItemContainer {
    display: flex;
    text-decoration: none;
}

a.header__cartItemContainer {
    color: inherit;
}

.header__cartmenuTitle {
    margin-top: 0;
    color: #303030;
}

.header__cartItemPrice {
    font-size: 20px;
}

.header__quantityMinus {
    margin-left: -13px;
    cursor: pointer;
    padding: 14px;
}

.header__quantityPlus {
    margin-right: -13px;
    cursor: pointer;
    padding: 14px;
}

.header__cartMenuCounter {
    position: relative;
    width: 164px;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 6px 16px;
    margin-top: 14px;
    font-size: 1px;
}

.header__quantity {
    padding: 0 25px;
    font-size: 16px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    line-height: 30px;
}

.quantityPrice {
    font-size: 23px;
    position: absolute;
    left: 177px;
    white-space: nowrap;
}

.header__cartMenuBottom {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
}

.header__cartMenuButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.header__button {
    font-size: 16px;
    width: 319px;
    height: 47px;
    border-radius: 5px;
    border: none;
    background-color: #ebebeb;
    cursor: pointer;
}

a.header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    height: fit-content;
}

.header__button:active {
    background-color: #1e39df;
    color: #ffffff;
}

.secondMenu__icon {
    cursor: pointer;
}
.secondMenu__cross{
    display: none;
}
.header__navigation {
    display: none;
}

.header__navigation.active {
    display: flex;
    position: absolute;
    background-color: #2453d4;
    z-index: 2;
    top: 40px;
    left: 0px;
    width: 100vw;
    box-sizing: border-box;
    overflow-x: auto;
}
.header__navigation.active::-webkit-scrollbar{
    display: none;
}

@media (min-width: 768px) {
    .header__navigation.active {
        left: 0px;
        top: 50px;
        z-index: 30;
    }
}

@media (min-width: 1440px) {
    .header__navigation {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        position: static;
        width: auto;
    }
}

@media (min-width: 1440px) {
    .secondMenu__icon {
        display: none;
    }
}

.header__navigationLink {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    padding: 16px 15px;
}

@media (min-width: 1440px) {
    .header__navigationLink {
        font-size: 18px;
    }
}

/* *********** HEADER END ************ */

/* ********* MAINCONTENT Start *************/

.mainContent {
    min-width: 320px;
    margin: auto;
    box-sizing: border-box;
}

/*@media (min-width: 768px) {*/
/*    .mainContent {*/
/*        padding: 0 34px!important;*/
/*        margin-bottom: 32px;*/
/*    }*/
/*}*/

/*@media (min-width: 1440px) {*/
/*    .mainContent {*/
/*        max-width: 1440px;*/
/*        margin-bottom: 35px;*/
/*    }*/
/*}*/

.mainContent__imageContainer {
    text-align: center;
}

@media (min-width: 768px) {
    .mainContent__imageContainer {
        text-align: start;

    }
}
@media (min-width: 992px) {
    .mainContent__imageContainer {
        float: left;
        margin-right: 50px;
        margin-bottom: 50px;
    }
}
.apply__imageContainer {
    float: none;
    margin: 0;
}
.mainContent__image {
    width: 100%;
    height: 228px;
}

@media (min-width: 768px) {
    .mainContent__image {
        height: 460px;
    }
}
@media (min-width: 992px) {
    .mainContent__image {
        width: 700px;
    }
}
@media (min-width: 1440px) {
    .mainContent__image {
        width: 730px;
        height: 480px;
    }
}

.mainContent__text {
    margin-bottom: 60px;
    /* max-width: 481px; */
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mainContent__text {
        margin-bottom: 14px;
    }
}

.mainContent__textTitle {
    font-size: 25px;
    font-weight: 400;
    line-height: 57px;
    color: #2453d4;
}

@media (min-width: 768px) {
    .mainContent__textTitle {
        font-size: 25px;
        line-height: 57px;
    }
}

@media (min-width: 1440px) {
    .mainContent__textTitle {
        margin: 0;
    }
}

.mainContent__text  {
    margin: 33px 0;
    font-size: 17px;
    line-height: 33px;
}

@media (min-width: 768px) {
    .mainContent__text  {
        font-size: 17px;
        line-height: 33px;
    }
}

.mainContent__wrapper {
    margin-bottom: 19px;
}

@media (min-width: 1440px) {
    .mainContent__wrapper {
        margin-bottom: 38px;
    }
}

.mainContent__inner {
    margin-top: 13px;
}

@media (min-width: 768px) {
    .mainContent__inner {
        margin-top: 20px;
    }
}

@media (min-width: 1440px) {
    .mainContent__inner {
        /* display: flex;
        gap: 49px; */
        margin-bottom: 45px;
        margin-top: 10px;
    }
}
@media (min-width: 1440px) {
    .applyInner {
        display: flex;
        gap: 30px;
    }
}
.mainContent__title-no-page-found {
    font-size: 53px;
    font-weight: 400;
    color: #2453d4;
    margin: 0;
    text-align: center;
}

.mainContent__title {
    font-weight: 400;
    font-size: 25px;
    margin: 0;
}

.mainContent__subtitle {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 578px) {
    .mainContent__title-no-page-found {
        font-size: 33px;
    }
}

.mainContent__requestInputs {
    display: grid;
    grid-template-columns: auto;
}

@media (min-width: 768px) {
    .mainContent__requestInputs {
        grid-template-columns: auto auto;
        gap: 40px 18px;
        justify-content: unset;
    }
}

@media (min-width: 1440px) {
    .mainContent__requestInputs {
        gap: 70px 10px;
        grid-template-columns: 335px 335px 335px 335px;
    }
}
@media (min-width: 1440px) {
    .requestSending {
        display: flex;
        align-items: center;
        white-space: nowrap;
        padding-top: 35px;
    }
}

.requestSending span {
    font-size: 13px;
}
/*.requestSending input {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
.apply__inner {
    margin-top: 25px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1440px) {
    .apply__inner {
        gap: 30px;
        padding-bottom: 50px;
        flex-wrap: nowrap;
        border-bottom: 1px solid rgba(112, 112, 112, 15%);
    }
}

.apply__text {
    width: 344px;
}

@media (min-width: 768px) {
    .apply__text {
        width: 700px;
    }
}

@media (min-width: 1440px) {
    .apply__text {
        padding: 20px 20px 0 20px;
        border-radius: 5px;
        box-sizing: border-box;
        height: 480px;
        box-shadow: 0px 1px 10px #565656;
    }
}

.apply__textTitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

@media (min-width: 768px) {
    .apply__textTitle {
        font-size: 25px;
    }
}

.apply__textSubtitle {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.apply__imageContainer {
    text-align: center;
}

.apply__image {
    width: 345px;
    height: 227px;
}

@media (min-width: 768px) {
    .apply__image {
        width: 700px;
        height: 460px;
    }
}

@media (min-width: 1440px) {
    .apply__image {
        width: 730px;
        height: 480px;
    }
}

.mainContent__requestInput {
    outline: none;
    opacity: 0.57;
    background: #f4f4f4;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 15px;
    display: block;
    box-sizing: border-box;
}
.fileUpload label {
    opacity: 0.57;
    background: #f4f4f4;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    cursor:pointer;
}
.fileUpload input {
    display: none;
}
.mainContent__applyContainer {
    text-align: center;
    display: grid;
    justify-content: center;
}
.header__cartMenu_bg{
    display: none;
}
@media (min-width: 768px) {
    .mainContent__applyContainer {
        grid-template-columns: 698px;
    }

    @media (min-width: 1440px) {
        .mainContent__applyContainer {
            grid-template-columns: 680px auto;
            align-items: center;
            justify-content: space-between;
        }
    }
}
.form-control:focus{
    border: none;
    box-shadow: none;
}
.mainContent__requestInput:focus,
.form-control:focus,
.contact-form .form-control:focus,
#message:focus{
    border-bottom: 2px solid #1e39df;
}

/* ********* MAINCONTENT End *************/
.primaryBanner {
    display: flex;
    justify-content: center;
}

@media (min-width: 1440px) {
    .primaryBanner {
        justify-content: flex-end;
    }
}

.primaryBanner__inner {
    position: relative;
    width: 100%;
}

.primaryBanner__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 31px 107px 19px 21px;
}

@media (min-width: 768px) {
    .primaryBanner__text {
        padding: 63px 0 0 39px;
    }
}

@media (min-width: 1440px) {
    .primaryBanner__inner {
        position: relative;
        width: calc(100% - 281px);
    }

    .primaryBanner__text {
        padding: 101px 0 0 62px;
        max-width: 600px;
    }
}

.primaryBanner__title {
    font-size: 24px;
    line-height: 32px;
    margin: 7px 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .primaryBanner__title {
        font-size: 50px;
        line-height: 67px;
    }
}

@media (min-width: 1440px) {
    .primaryBanner__title {
        font-size: 82px;
        line-height: 109px;
        margin-top: 28px;
        margin-bottom: 0;
    }
}

.primaryBanner__subtitle {
    font-size: 8px;
    line-height: 15px;
    margin: 0;
}

@media (min-width: 768px) {
    .primaryBanner__subtitle {
        font-size: 11px;
        line-height: 20px;
    }
}

@media (min-width: 1440px) {
    .primaryBanner__subtitle {
        font-size: 18px;
        line-height: 35px;
    }
}

.primaryBanner__subtitle--bold {
    font-weight: bold;
}

@media (min-width: 1440px) {
    .primaryBanner__subtitle--bold {
        font-size: 30px;
        line-height: 40px;
    }
}

.primaryBanner__image {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .primaryBanner__image {
        height: 313px;
    }
}

@media (min-width: 1440px) {
    .primaryBanner__image {
        width: 1159px;
        height: 504px;
    }
}

.primaryBanner__link {
    font-size: 5px;
    line-height: 6px;
    color: #ffffff;
    text-decoration: none;
    background-color: #2453d4;
    padding: 5px 15px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .primaryBanner__link {
        font-size: 6px;
        line-height: 8px;
    }
}

@media (min-width: 768px) {
    .primaryBanner__link {
        font-size: 12px;
        line-height: 16px;
    }
}

.secondaryBanner {
    background-color: #f3f6fb;
    padding: 4px 4px 6px 16px;
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
    gap: 50px;
}

@media (min-width: 768px) {
    .secondaryBanner {
        margin: 58px 0;
        padding: 9px 8px 11px 55px;
    }
}

@media (min-width: 1441px) {
    .secondaryBanner {
        margin: 58px -34px;
        padding: 26px 64px 14px 60px;
    }
}

.secondaryBanner__image {
    width: 100%;
}

.secondaryBanner__textContent {
    width: 100%;
}

.secondaryBanner__title {
    font-size: 17px;
    font-weight: 900;
    line-height: 24px;
    color: #1e1e1e;
    margin-bottom: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .secondaryBanner__title {
        font-size: 35px;
        line-height: 49px;
    }
}

@media (min-width: 1440px) {
    .secondaryBanner__title {
        font-size: 47px;
        line-height: 66px;
    }
}

.secondaryBanner_subtitle {
    font-size: 12px;
    line-height: 17px;
    color: #1e1e1e;
}

@media (min-width: 768px) {
    .secondaryBanner_subtitle {
        font-size: 19px;
        line-height: 27px;
    }
}

@media (min-width: 768px) {
    .secondaryBanner_subtitle {
        font-size: 25px;
        line-height: 35px;
    }
}

.startingAt {
    font-size: 9px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .startingAt {
        font-size: 11px;
        line-height: 15px;
    }
}

@media (min-width: 1440px) {
    .startingAt {
        font-size: 15px;
        line-height: 61px;
    }
}

.secondaryBanner__cost {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
}

@media (min-width: 1440px) {
    .secondaryBanner__cost {
        font-size: 31px;
        line-height: 46px;
    }
}

@media (min-width: 1440px) {
    .secondaryBanner__cost {
        font-size: 41px;
        line-height: 61px;
    }
}

.container {
    max-width: 1440px;
    margin: auto;
    padding: 10px 0;
}

/* ***********************
***********TOP SALES**** */
.productsGridTitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

@media (min-width: 768px) {
    .productsGridTitle {
        font-size: 25px;
    }
}

@media (min-width: 1440px) {
    .productsGridTitle {
        font-size: 30px;
        margin: 55px 0 33px 0;
    }
}

.productCard__items {
    display: grid;
    justify-content: center;
    gap: 17px 14px;
    grid-template-columns: 228px 228px 228px 228px 228px 228px;
    margin-bottom: 30px;
}
@media (max-width: 1500px) {
    .container{
        max-width: 100%;
        padding: 0 34px;
    }
}
@media (max-width: 1440px) {
    .productCard__items {
        gap: 12px 7px;
        grid-template-columns: 1fr 1fr  1fr 1fr 1fr;
    }
    .search-result{
        max-width: 387px!important;
    }
}

@media (max-width: 1230px) {
    .productCard__items {
        gap: 12px 7px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 978px) {
    .productCard__items {
        gap: 12px 7px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .search-result {
        max-width: 100%!important;
        left: 0;
    }
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .header__searchButton{
        display: none;
    }
    .searchButton {
        width: 37px;
        height: 32px;
        background-color: #f8f8f8;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 14px;
    }
    .search-result{
        top: 91px!important;
    }
    .header__cartMenu_bg{
        position: fixed;
        background: rgba(0,0,0, .6);
        top: 90px;
        left: 0;
        right: 0;
        width: 100vw;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
    }
    .header__cartMenu{
        position: static;
        margin: 6rem auto;
        overflow-y: scroll;
    }
}
@media (max-width: 700px) {
    .productCard__items {
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        gap: 13px 5px;
    }
}

@media (max-width: 578px) {
    .productCard__items {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        gap: 13px 5px;
    }
}

@media (max-width: 375px) {
    .productCard__items {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 13px 5px;
    }
    .cloth__items{
        grid-template-columns: 1fr!important;
    }
}
.cloth__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 5px;
}

/*@media (min-width: 578px) {*/
/*    .cloth__items {*/
/*        gap: 12px 7px;*/
/*        grid-template-columns: 1fr 1fr;*/
/*    }*/
/*}*/

@media (min-width: 768px) {
    .cloth__items {
        gap: 12px 7px;
        grid-template-columns: 1fr 1fr  1fr;
    }
}

@media (min-width: 992px) {
    .cloth__items {
        gap: 12px 7px;
        grid-template-columns: 1fr 1fr  1fr;
    }
}

@media (min-width: 1200px) {
    .cloth__items {
        gap: 17px 14px;
        grid-template-columns: 1fr 1fr  1fr 1fr;
    }
}
@media (min-width: 1366px) {
    .cloth__items {
        gap: 17px 14px;
        grid-template-columns: 1fr 1fr  1fr 1fr 1fr;
    }
}
.productCard__item {
    border: 1px solid #eaeaea;
    border-radius: 9px;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 6px 10px 6px;
}

@media (min-width: 768px) {
    .productCard__item {
        padding: 9px 8px 10px 8px;
    }
}

@media (min-width: 1440px) {
    .productCard__item {
        padding: 9px 7px 10px 9px;
    }
}

.productCard {
    position: relative;
    height: 100%;
    display: grid;
    align-content: space-between;
}

@media (min-width: 768px) {
    /*.productCard__bottom {*/
    /*    margin-top: 11px;*/
    /*}*/
}

.productCard__imageContainer {
    text-align: center;
}

.productCard__image {
    width: 158px;
    height: 158px;
}

@media (min-width: 768px) {
    .productCard__image {
        height: 212px;
        width: 212px;
    }
}

.favoriteIcon {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 16px;
    height: 14px;
    right: 3px;
    top: 3px;
    background-image: url(../img/favorite_icon.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

@media (min-width: 768px) {
    .favoriteIcon {
        width: 16px;
        height: 14px;
    }
}

.favoriteIcon--active {
    background-image: url(../img/favoriteIconActive.svg);
    background-repeat: no-repeat;
}

/* *******SEO TITLE******* */
.seoContainer {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .seoContainer {
        padding-top: 47px;
        padding-bottom: 24px;
    }
}

@media (min-width: 1440px) {
    .seoContainer {
        padding-top: 53px;
        padding-bottom: 51px;
    }
}

.seoTitle {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 57px;
    color: #1e1e1e;
}

@media (min-width: 768px) {
    .seoTitle {
        font-size: 25px;
    }
}

@media (min-width: 1440px) {
    .seoTitle {
        font-size: 41px;
        margin: 25px 0;
    }
}

.seoSubtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 10px;
}

@media (min-width: 1440px) {
    .seoSubtitle {
        font-size: 18px;
    }
}

/* ******** FOOTER Start ************/
.footer {
    padding-top: 50px;
    background-color: #f3f6fb;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 50px;
    }
}

@media (min-width: 1440px) {
    .footer {
        padding-top: 80px;
    }
}

.footer__wrapper {
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .footer__wrapper {
        padding: 0 34px;
    }
}

@media (min-width: 1500px) {
    .footer__wrapper,
    .header__wrapper{
        max-width: 1440px;
        padding: 0;
    }
}

@media (min-width: 1440px) {
    .footer__inner {
        display: flex;
        align-items: flex-start;
    }
}

@media (min-width: 768px) {
    .footer__content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .footer__content {
        padding-left: 125px;
    }
}

.footer__list {
    margin: 0;
    margin-top: 53px;
    line-height: 34px;
    size: 15px;
}

@media (min-width: 1440px) {
    .footer__list {
        margin: 0;
    }
}

.overflow {
    padding-left: 15px;
}

.footer__links {
    margin-left: 6px;
}

.footer__link {
    text-decoration: none;
    color: #303030;
}

.footer__link:hover {
    color: #1e39df;
}

.footer__listItem:hover {
    color: #1e39df;
}

@media (min-width: 1440px) {
    .footer__link {
        padding-left: 55px;
    }
}

.contacts {
    padding-bottom: 31px;
}

.adress__link {
    line-height: 26px;
    font-style: normal;
    color: #000;
    text-decoration: none;
}

.adress__phone {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}

.footer__social {
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .footer__social {
        margin-top: 20px;
    }
}

.footer__social__icons {
    margin-right: 21px;
}

.footer__bottom {
    border-top: 1px dashed gray;
}

@media (min-width: 768px) {
    .footer__bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 28px;
        padding: 14px 0;
    }
}

.footer__text {
    font-size: 13px;
    line-height: 30px;
}

/* ******** FOOTER End ************/

.breadcrumbs {
    margin-top: 16px;
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
}
.breadcrumbs::-webkit-scrollbar{
    display: none;
}
.breadcrumbs__link {
    text-decoration: none;
    color: #606060;
}

.fileUpload {
    text-align: left !important;
}

.requestButton {
    max-width: 340px;
    width: 100%;
    background-color: #1e39df;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 22px;
    border: none;
}

@media (min-width: 768px) {
    .requestButton {
        margin-left: 20px;
        margin-top: 10px;
    }
}

.request__tcLink {
    text-decoration: none;
    color: #1e39df;
}

.mainContent__requestInputStyled {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
}

.fileInputHidden {
    display: none;
}

.sortBy {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 23px;
}

.sortBy__text {
    background-image: linear-gradient(to bottom,
    #707070 33%,
    rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1.5px 7px;
    background-repeat: repeat-y;
    background-position-y: top;
    padding-right: 12px;
}

.sortBy__values {
    border: none;
    font-family: roboto;
    font-size: 17px;
    margin-left: 10px;
    outline: none;
    padding-left: 15px;
    cursor: pointer;
}

.sidebar {
    width: 280px;
    box-sizing: border-box;
    z-index: 3;
    background: #ffffff;
    padding: 14px 10px 0 14px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .sidebar {
        width: 295px;
        height: calc(100vh - 120px);
        top: 120px;
    }
}

@media (min-width: 1440px) {
    .sidebar {
        padding-left: 0;
        width: 194px;
    }
}

.sidebar.active {
    display: block;
}

.sidebar__switcher {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    cursor: pointer;
}

.sidebar__hiddenCheckbox {
    display: none;
}


.sidebar__title {
    font-size: 20px;
    height: 27px;
    color: #303030;
    margin-top: 0;
}

.sidebar__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar__checkbox {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
    margin-right: 13px;
    cursor: pointer;
}

.sidebar__itemColor {
    color: #8a8a8a;
    font-size: 15px;
    height: 20px;
    cursor: pointer;
    user-select: none;
}

.sidebar__hiddenCheckbox:checked+div .sidebar__itemColor {
    color: #1e39df !important;
}

.sidebar__hiddenCheckbox:checked+div .sidebar__checkbox {
    border-color: #1e39df !important;
    background-image: url(../img/check_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar__container {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar__container:not(:last-child) {
    background-image: linear-gradient(to right,
    #707070 33%,
    rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1.5px;
    background-repeat: repeat-x;
    background-position-x: left;
}

.sidebar__adContainers {
    display: none;
}

@media (min-width: 1440px) {
    .sidebar__adContainers {
        display: block;
    }
}

.sidebar__adContainer {
    margin-top: 25px;
}

.sidebar__adContainerImage {
    width: 220px;
    height: 354px;
}

.bottomNavigation {
    margin-top: 8px;
    margin-bottom: 13px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .bottomNavigation {
        margin-top: 15px;
        margin-bottom: 32px;
        justify-content: flex-end;
    }
}

@media (min-width: 1440px) {
    .bottomNavigation {
        margin-top: 8px;
        margin-bottom: 13px;
    }
}

.bottomNavigation__buttonDesktop {
    display: none;
}

@media (min-width: 1440px) {
    .bottomNavigation__buttonDesktop {
        display: inline;
    }
}
.bottomNavigation__buttons{
    display: flex;
}
.bottomNavigation__button,
.bottomNavigation-link{
    width: 31px;
    height: 31px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a3034;
    text-decoration: none;
    margin-right: 3px;
}
.bottomNavigation__button>img{
    filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4460%) hue-rotate(229deg) brightness(90%) contrast(94%);
}
.bottomNavigation__button--active {
    background-color: #1e39df;
    color: #ffffff;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    border-radius: 2px;
}

.page-not-found {
    max-width: 1144px;
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

@media (max-width: 768px) {
    .page-not-found {
        max-width: 700px;
        display: block;
        padding: 0 34px;
        margin-bottom: 50px;
    }
}

.page-not-foundImageContainer {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .page-not-foundImageContainer {
        padding: 0 34px;
    }
}

.page-not-foundImage {
    width: 100%;
}

.homeButton {
    display: block;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none;
    color: #000000;
    border-radius: 2px;
    background-color: #ebebeb;
    padding: 12px 0;
    width: 90%;
    margin: 25px auto;
    white-space: nowrap;
    text-align: center;
}

@media (min-width: 768px) {
    .homeButton {
        font-size: 16px;
        line-height: 24px;
        padding: 14px 0;
    }
}

.homeButton:active {
    background-color: #2453d4;
    color: #ebebeb;
}

/* ******Search Result Page start */
.searchPage__title {
    font-size: 25px;
    margin: 0;
    font-weight: 400;
    color: #303030;
}

.searchPage__items {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .searchPage__items {
        margin-top: 38px;
    }
}

@media (min-width: 1440px) {
    .searchPage__items {
        margin: 43px;
    }
}

/* ******Search Result Page end */

/* ******Favorites Page start */
.favoritePage__title {
    font-size: 25px;
    margin: 0;
    font-weight: 400;
    color: #303030;
}

.favoritesPage__items {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .favoritesPage__items {
        margin-top: 38px;
    }
}

@media (min-width: 1440px) {
    .favoritesPage__items {
        margin: 43px;
    }
}

.trashIcon {
    position: absolute;
    width: 16px;
    height: 14px;
    right: 3px;
    top: 3px;
    background-image: url(../img/trashIcon.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (min-width: 768px) {
    .trashIcon {
        width: 16px;
        height: 14px;
    }
}

/******** Cart start ***********/

@media (min-width: 1440px) {
    .cart {
        width: 100%;
        display: flex;
    }
}

.cartItems {
    height: fit-content;
    width: 100%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.cartItems__title {
    padding: 15px;
    background-color: #f9fafc;
}

@media (min-width: 768px) {
    .cartItems__title {
        padding: 20px;
        background-color: initial;
    }
}

.cartItems__header {
    display: none;
    padding: 0 25px;
    height: 45px;
    align-items: center;
    background-color: #f9fafc;
    border-top: 1px solid #dee0df;
}

.cartItems__header>* {
    margin: 0 !important;
}

.cartItems__header>*>* {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .cartItems__header {
        display: flex;
    }
}

.cartItems__item {
    margin: 15px;
    padding-bottom: 20px;
}

.cartItems__item:not(:last-child) {
    border-bottom: 1px solid #e1e2e4;
}

@media (min-width: 768px) {
    .cartItems__item {
        display: flex;
        margin: 0;
        padding: 20px;
    }

    .cartItems__item>*>.cartItems__itemInlineHeader {
        display: none;
    }
}

@media (min-width: 768px) {
    .cartItems__itemName {
        width: 40%;
        padding-right: 25px;
    }
}

.cartItems__price {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .cartItems__price {
        margin-top: 10px;
        width: 10%;
    }
}

.cartItems__quantity {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .cartItems__quantity {
        margin-top: 0;
        width: 25%;
    }
}

.cartItems__subtotal {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .cartItems__subtotal {
        margin-top: 10px;
        width: 10%;
    }
}

.cartItems__action {
    margin-top: 25px;
    text-align: right;
}

@media (min-width: 768px) {
    .cartItems__action {
        margin-top: 10px;
        width: 15%;
    }
}

.cartItems__itemInlineHeader {
    margin-bottom: 16px;
    font-size: 13px;
    color: #667b8c;
}

.cartItems__itemProductName {
    margin-bottom: 12px;
    font-size: 14px;
    color: #1f2535;
    text-decoration: none;
}

.cartItems__itemCode {
    color: #2453d4;
    font-size: 13px;
}

.cartItems__itemPrice {
    font-size: 12px;
}

.cartItems__actionButton {
    border: none;
    background-color: initial;
    font-size: 12px;
}

.cartSummary {
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    max-width: 437px;
    /*width: 100%;*/
}

.w-100 {
    width: 100%;
}

@media (min-width: 1440px) {
    .cartSummary {
        margin-top: 0;
        margin-left: 25px;
    }
}

.cartSummary__title {
    padding: 15px;
    font-size: 22px;
    border-bottom: 1px solid #70707024;
}

.cartSummary__line {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #70707005;
}

.cartSummary__total {
    border: none;
}

.cartSummary__total :first-child {
    font-size: 19px;
}

.cartSummary__total :last-child {
    font-size: 23px;
}

/******** Cart end ***********/

/********* ContactPage Start *********/
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-8 {
    flex: 0 0 60%;
}

.col-4 {
    flex: 0 0 40%;
}

.contact-info {
    margin-left: 31px;
    margin-top: 14px;
}

.phone-number {
    font-size: 35px;
    margin-bottom: 12px;
}

.contacts>* {
    margin-bottom: 12px;
    color: #696969;
}

.map {
    margin-top: 10px;
    margin-bottom: 38px;
    width: 100%;
    height: 380px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group {
    display: flex;
    flex: 0 0 32.3333%;
    flex-direction: column;
    margin-bottom: 1%;
}

.form-group input,
.form-textarea textarea {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.form-group input:focus-visible,
.form-textarea textarea:focus-visible {
    outline: none;
    box-shadow: 0px 0px 3px #e0e0e0;
}

.form-group label,
.form-textarea label {
    margin-bottom: 14px;
    color: #666761;
}

.form-textarea {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
}

.form-textarea textarea {
    resize: none;
}

.form-submit {
    margin-top: 26px;
}

.cart-submit {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    flex-wrap: wrap;
}

.btn {
    border-radius: 3px;
    padding: 15px 85px;
    cursor: pointer;
    transition: all 0.35s ease;
    text-decoration: none;
}

.btn-blue {
    background-color: #1e39df;
    color: #fff;
    border: 1px solid #1e39df;
}

.btn-blue {
    background-color: #1e39df!important;
}
.btn{
    color: #ffffff!important;
}
@media (max-width: 1200px) {
    .form-group {
        flex: 0 0 49%;
    }

    .col-4,
    .col-8 {
        flex: 1 1 100%;
    }

    .contact-info {
        margin-left: 0;
        margin-top: 60px;
    }
}

@media (max-width: 578px) {
    .form-group {
        flex: 0 0 100%;
    }
}

/********* ContactPage End *********/

.body__background {
    display: none;
}

.body__background.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.8;
    z-index: 2;
}

@media(min-width: 1440px) {

    .body__background.active {
        display: none;
    }
}

/********* QuestionsPage Start *********/
.accordion__wrapper {
    max-width: 992px;
    margin: 0 auto;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .accordion__wrapper {
        margin-top: 45px;
    }
}

@media (min-width: 1440px) {
    .accordion__wrapper {
        margin-top: 65px;
    }
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion__header {
    padding: 18px 0;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 3px;
    cursor: pointer;
}

.accordion__header.active {
    color: #fff;
    background-color: #1e39df;
}

.accordion__body {
    padding: 0;
    text-align: center;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all.35s ease;
}

.accordion__body.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 35px 0;
}

/********* QuestionsPage End *********/

/********** ProdcutPage start *********/

.productPage {
    padding: 15px 0;
}

@media (min-width: 1440px) {
    .productPage {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.productCard__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: start !important;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
    height: 40px;
}

.productCard__cost {
    font-size: 21px;
    line-height: 17px;
    margin: 10px 0;
}

/*.productCard__noCost {*/
/*    margin: 11px 0;*/
/*}*/

.productCard__noCost .btn {
    white-space: nowrap;
    padding: 5px 10px;
    display: block;
}
.card-label{
    border-radius: 3px;
    position: absolute;
    left: 0;
    padding: 6px 10px;
    background-color: #1e39df;
    color: #fff;
}
.productCard__quantity {
    font-size: 11px;
    line-height: 20px;
    color: #2453d4;
}

.productPage__gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .productPage__gallery {
        max-width: 530px;
    }
}

@media (min-width: 1440px) {
    .productPage__gallery {
        max-width: 620px;
        flex: 0 0 620px;
        margin: 0;
    }

}

.productPage__gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.productPage__gallery-slider .swiper-slide {
    width: auto;
    text-align: center;
    /* height: 400px; */
}

.productPage__gallery-thumbs {
    width: calc(100% - (17px * 2 + 20px));
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .productPage__gallery-thumbs {
        width: calc(100% - (24px * 2 + 20px));
    }
}

@media (min-width: 1440px) {
    .productPage__gallery-thumbs {
        width: calc(100% - (28px * 2 + 20px));
    }
}

.productPage__gallery-thumbs .swiper-slide {
    height: 47px;
    width: 47px;
    text-align: center;
    overflow: hidden;
    /*opacity: .6;*/
}

@media (min-width: 768px) {
    .productPage__gallery-thumbs .swiper-slide {
        width: 72px !important;
        height: 72px !important;
    }
}

@media (min-width: 1440px) {
    .productPage__gallery-thumbs .swiper-slide {
        width: 84px !important;
        height: 84px !important;
    }
}

.productPage__gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.productPage__gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 0 !important;
    top: auto !important;
    width: 20px;
    height: 47px !important;
    display: flex !important;
    background-color: #eee;
    z-index: 2 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 9px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}

@media (min-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        height: 72px !important;
    }
}

@media (min-width: 1440px) {

    .swiper-button-next,
    .swiper-button-prev {
        height: 84px !important;
    }
}

@media (min-width: 1440px) {
    .productPage__textContainer {
        flex: 0 0 435px;
    }
}

.productPage__imageContainer {
    padding: 2px;
}

.productPage__image {
    width: 345px;
    height: 345px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .productPage__image {
        width: 530px;
        height: 530px;
    }
}

@media (min-width: 1440px) {
    .productPage__image {
        width: 620px;
        height: 620px;
    }
}

.productPage__title {
    font-size: 17px;
    font-weight: 400;
}

.productPage__asin {
    font-size: 16px;
    color: #2453d4;
    margin: 11px 0 19px;
    display: block;
}

.productPage__priceContainer {
    margin-top: 26px;
    margin-bottom: 27px;
}

.productPage__price {
    font-size: 37px;
}

.productPage__oldPrice {
    background: linear-gradient(to left top,
    transparent 47.75%,
    currentColor 49.5%,
    currentColor 50.5%,
    transparent 52.25%);
    color: #949494;
    font-size: 19px;
}

.productPage__quantity--title {
    font-size: 21px;
    margin-bottom: 15px;
}

.productPage__quantity--list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 17px;
}

.productPage__quantity--list-item {
    margin-bottom: 10px;
}

@media (min-width: 1440px) {
    .productPage__quantity--list {
        margin-bottom: 50px;
    }
}

.productPage__interactive--counterAndPriceWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productPage__interactive--counter {
    flex: 0 0 165px;
    width: 165px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productPage__interactive--counter__button {
    margin: 0;
    padding: 0;
    background: none;
    width: 45px;
    flex: 0 0 45px;
    height: 45px;
    border: none;
    color: #ababab;
    font-size: 25px;
    cursor: pointer;
}

.productPage__interactive--counter__value {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    flex: 0 1 100%;
    text-align: center;
}

.productPage__interactive--price {
    font-size: 35px;
    flex: 0 0 40%;
}

.productPage__interactive--more {
    font-size: 14px;
    flex: 0 0 100%;
    margin: 15px 0;
    color: #2453d4;
}

.productPage__interactive--addToCard {
    background-color: #2453d4;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 3px;
    height: 50px;
    width: 275px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productPage__interactive--addToCard__text {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.productPage__interactive--addToCard__img {
    width: 20px;
    height: 20px;
}

.productPage__interactive--addToWishlist {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 20px;
    margin-top: 20px;
}

@media (min-width: 1440px) {
    .productPage__interactive--addToWishlist {
        margin-top: 20px;
    }
}

.productPage__interactive--addToWishlist__img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.productPage__interactive--addToWishlist__text,
.productPage__interactive--addToWishlist__text a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin: 0;
}
.productPage__interactiveContainer .alert-danger{
    position: absolute;
    top: 51px;
    left: 0;
    padding: 2px;
    font-size: 13px;
}
.productPage__shippingAndDetails {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .productPage__shippingAndDetails {
        margin-top: 50px;
    }
}

@media (min-width: 1440px) {
    .productPage__shippingAndDetails {
        flex: 0 0 285px;
        margin-top: 0px;
    }
}

.productPage__shippingAndDetails--title {
    background-color: #2453d4;
    color: #fff;
    padding: 15px;
}

.productPage__shippingAndDetails--desc {
    padding: 15px;
    border: 1px solid #cfcfcf;
}

.productPage__details--title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.productPage__details--desc {
    line-height: 2;
}

@media (min-width: 768px) {
    .productPage__details--title {
        font-size: 25px;
    }
}

@media (min-width: 1440px) {
    .productPage__details--title {
        font-size: 30px;
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .productPage__interactiveContainer {
        display: flex;
    }

    .productPage__interactive--counterAndPriceWrapper {
        flex: 0 0 310px;
        margin-right: 60px;
    }
}

@media (min-width: 1440px) {
    .productPage__interactiveContainer {
        display: block;
        flex-direction: column;
    }
}

.productPage__quantityContainer .sidebar__checkbox {
    width: 15px;
    height: 15px;
}

.productPageSellersTitle {
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 578px) {
    .productPageSellersTitle {
        font-size: 20px;
    }
}

.dotted_divider {
    margin: 30px 0;
    border-bottom: 1px dashed gray;
    margin: 50px 0;
    height: 5px;
}

/********** ProdcutPage end *********/

/********** CartModal Start *********/
.cart-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.76);
    display: none;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
}

.cart-modal {
    display: none;
    transform: scale(0);
    max-width: 1117px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    padding: 35px;
    transition: all 0.35s ease;
    position: relative;
    z-index: 1000;
}

.cart-modal-wrapper.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.cart-modal.active {
    display: block;
    transform: scale(1);
}

.cart-modal .form-group {
    margin-top: 20px;
}

.cart-modal .form-group input {
    border: none;
}

.cart-modal-header {
    font-size: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 28px;
    margin-bottom: 35px;
}

@media (max-width: 578px) {
    .cart-modal {
        transform: scale(0.8);
    }

    .cart-modal-header {
        font-size: 18px;
    }
}

/********** CartModal end *********/

/***********COOKIES************/
.cookies--hide {
    display: none;
}

.cookies {
    background-color: rgb(0, 0, 0, 80%);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
}

.cookies__inner {
    min-width: 375px;
    margin: 0 auto;
    padding: 30px 15px;
    display: grid;
    justify-items: center;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .cookies__inner {
        padding: 40px 34px;
    }
}

@media (min-width: 1440px) {
    .cookies__inner {
        max-width: 1440px;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: center;
        box-sizing: border-box;
    }
}

.cookies__acceptButton {
    background-color: #1e39df;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 100px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    height: fit-content;
    white-space: nowrap;
}
.cookies_btn_block{
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .cookies__acceptButton {
        padding: 18px 146px;
    }
}

@media (min-width: 1440px) {
    .cookies__acceptButton {
        margin-top: 0;
    }
}

.cookies__title {
    margin: 0;
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
    max-width: 815px;
}

/*.cookies__ppLink {*/
/*    color: #fff;*/
/*}*/

/*******TERMS AND CONDITIONS*** */
.tc__inner {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .tc__inner {
        padding: 30px 0;
    }
}

.tc__image {
    width: 100%;
}

.tc__subtitle {
    font-size: 17px;
    margin: 45px 0;
    line-height: 30px;
}

@media (min-width: 768px) {
    .tc__subtitle {
        margin: 90px 0;
    }
}

.tc__textBrake {
    content: "";
    display: block;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .tc__textBrake {
        margin: 30px 0;
    }
}

/* ******SELL TO US***** */
.sellToUs__inner {
    display: grid;
    justify-content: center;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .sellToUs__inner {
        margin: 50px 0 100px 0;
    }
}

.sellToUs__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(169, 169, 169, 17%);
}

@media (min-width: 768px) {
    .sellToUs__top {
        display: flex;
        align-items: start;
        gap: 20px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

.sellToUs__uploadInputHidden {
    display: none;
}

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

.sellTous__cloudIcon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.sellToUs__uploadInput {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 345px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

@media (min-width: 768px) {
    .sellToUs__uploadInput {
        width: 358px;
        height: 358px;
    }
}

.sellToUs__productInfoContainer {
    display: grid;
}

@media (min-width: 768px) {
    .sellToUs__productInfoContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        align-items: flex-start;
        justify-content: center;
    }
}

.sellToUs__productInfo,
.sellToUs__personalInfo {
    display: grid;
    justify-content: start;
    box-sizing: border-box;
    margin-top: 30px;
}

@media (min-width: 768px) {

    .sellToUs__productInfo,
    .sellToUs__personalInfo {
        margin-top: 0;
    }
}

.sellToUs__notes {
    display: grid;
    justify-content: flex-start;
    justify-items: center;
}

@media (min-width: 1440px) {
    .sellToUs__notes {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        justify-content: end;
        flex-wrap: wrap;
    }
}

.sellToUs__personalInfoTitle,
.sellToUs__productInfoTitle {
    font-size: 13px;
    margin-bottom: 14px;
    color: #666761;
}

.sellToUs__bottomTitle {
    font-weight: 400;
    font-size: 25px;
}

.sellToUs__personalInfoInput,
.sellToUs__productInfoInput {
    width: 340px;
    height: 58px;
    outline: none;
    border: none;
    box-sizing: border-box;
    background-color: rgb(244, 244, 244, 57%);
}

.sellToUs__productNotes {
    height: 116px;
}

@media (min-width: 1440px) {
    .sellToUs__productNotes {
        width: 1060px;
    }
}

.sellToUs__productInfoButton {
    font-size: 16px;
    color: #ffffff;
    background-color: #1e39df;
    padding: 15px 22px;
    cursor: pointer;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    width: 218px;
}

.sellToUs__personalInfoButton {
    font-size: 16px;
    color: #ffffff;
    background-color: #1e39df;
    padding: 18px 143px;
    cursor: pointer;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .sellToUs__personalInfoButton {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .sellToUs__personalInfoContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 27px;
        align-items: flex-end;
        justify-content: center;
        margin-top: 60px;
    }
}
