/* base */
body {
    font-family: 'Century Gothic';
    background-color: #fff;
    /*background-color: #EDF4F8;
    background-color: #e5e5e5;*/
    font-size: 18px;
}

a {
    text-decoration: none;
    transition: color .3s;
}

a:hover {
    text-decoration: none;
    color: #8F0049;
}

p {
    line-height: 27px;
    margin-bottom: 30px;
}

h2 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: bold;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

main {
    width: 100%;
}

.container-max {
    /*max-width: 1530px;*/
    max-width: 1320px;
}

.link {
    color: #640435;
    transition: color .3s;
}

.link:hover {
    color: #8F0049;
}

.link-btn {
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
    color: #fff;
    background: #640435;
    border: 2px solid #640435;
    border-radius: 10px;
    transition: background .3s, border .3s;
}

.link-btn:hover {
    color: #fff;
    background: #8F0049;
    border: 2px solid #8F0049;
}

.link-btn_w100 {
    width: 100%;
}

.link-btn_bold {
    font-weight: bold;
}

.link-btn_outline {
    color: #640435;
    background: transparent;
    border: 2px solid #640435;
    transition: background .3s, border .3s, color .3s;
}

.link-btn_outline:hover {
    background: #8F0049;
    border: 2px solid #8F0049;
    color: #fff;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: -17%;
    right: 0;
}
.offers .carousel{
    overflow: visible;
}
.offers .owl-stage-outer{
    overflow: hidden;
}
.owl-nav button {
    width: 36px;
    height: 36px;
    border: 2px solid #AEBECD !important;
    border-radius: 10px;
    margin: 0 5px;
    transition: border .3s;
}

.owl-nav button::before {
    font-size: 20px;
    color: #AEBECD;
    transition: color .3s;
}

.owl-nav button.owl-prev::before {
    content: "❮";
}

.owl-nav button.owl-next::before {
    content: "❯";
}

.owl-nav button span {
    display: none;
}

.owl-nav button:hover {
    border: 2px solid #8F0049 !important;
}

.owl-nav button:hover::before {
    color: #8F0049;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 40px);
    display: flex;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #8D9BA4 !important;
    border-radius: 2px;
    background: #8D9BA4 !important;
    margin: 0 4px;
    transition: background .3s, border .3s;
}

.owl-dot.active {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.owl-dot:hover {
    background: #8F0049 !important;
    border: 2px solid #8F0049 !important;
}

/* base */

/* header */
header {
    padding: 26px 0 28px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-logo {
    margin: 0 32px;
}


.main-nav {
    flex-grow: 1;
}

.main-nav__item {
    display: inline-block;
    margin-right: 15px;
}

.main-nav__link {
    color: #537183;
}

.main-nav__link:hover {
    color: #837A7E;
}

.main-nav__link.active {
    color: #640435;
}

.navbar-categories-wrapper li a {
    height: 3em;
    margin-bottom: 10px;
}

.navbar-toggler.navbar-categories__button {
    font-size: 18px;
}

.form-search-wrapper {
    display: flex;
    margin-right: 57px;
    height: 60px;
}

.form-search {
    display: flex;
    border-radius: 16px;
    background-color: #fff;
    width: 445px;
    padding: 5px 0px 5px 10px;
}

.form-search__open,
.form-search__submit,
.form-search__close {
    width: 50px;
    border: none;
    background-color: transparent;
    padding: 5px;
}

.form-search__search {
    padding: 10px;
    width: 85%;
    border: none;
    font-size: 16px;
}

.form-search__search::placeholder {
    color: #B8C5CC;
}

.form-search__close,
.form-search__open {
    display: none;
}


.messengers {
    display: flex;
}

.messengers__link {
    display: inline-block;
    margin: 0 3px;
    transition: opacity .3s;
}

.messengers__link:hover {
    opacity: .5;
}

.header-phone {
    margin-left: 38px;
    margin-right: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}


.navbar-header {
    padding: 0;
}

.navbar-header .navbar-collapse {
    position: absolute;
    z-index: 99999;
    top: 50px;
    left: -180px;
    background-color: #fff;
    width: 690px;
    border-radius: 10px;
}

.navbar-header-wrapper {
    padding: 25px 40px;
}

.navbar-header .main-nav__list {
    text-align: center;
}

.navbar-header .main-nav__item {
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-header .header-phone {
    margin: 0;
}

.soc-mes-pho-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-categories {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-categories .navbar-collapse {
    position: absolute;
    z-index: 998;
    top: 60px;
    left: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
    border-radius: 10px;
}

.navbar-categories-wrapper {
    text-align: center;
    padding: 15px 15px 25px;
}

.nav-categories_mobile ul {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.nav-categories_mobile .nav-categories__link {
    font-size: 18px;
}

.navbar-categories .link-btn {
    font-size: 18px;
    max-width: 250px;
}

.navbar-categories__button {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    border: none;
    padding: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.navbar-categories__button:hover,
.navbar-categories__button:focus {
    /* background-color: #837A7E; */
    background-color: #8F0049;
}

/* header */

/* aside */
.sticky {
    position: sticky;
    top: 0px;
}

aside {
    flex: 1 0 auto;
    width: 270px;
    background-color: #fff;
    border-radius: 16px;
    margin-right: 40px;
    margin-bottom: 120px;
}

aside .link-basket {
    display: flex;
    border-bottom: 1px solid #E0ECF0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 27px 30px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    transition: background .3s, color .3s;
}

aside .link-basket:hover {
    background: #8F0049;
    color: #fff;
}

aside .link-basket img {
    transition: filter .3s;
}

aside .link-basket:hover img {
    filter: brightness(0) invert(1);
}

aside .link-basket__title {
    padding: 0 20px;
}

.aside-wrapper {
    padding: 20px;
}

.nav-categories {
    margin-top: 6px;
    margin-bottom: 26px;
}

.nav-categories__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.nav-categories__link {
    display: block;
    padding: 15px 0 19px;
    color: #537183;
    border-bottom: 1px solid #E0ECF0;
    transition: color .3s;
}

.nav-categories__link:hover {
    color: #8F0049;
}

.nav-categories ul li:last-child a {
    border: none;
}

aside .socials {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 25px;
}

.socials__link {
    display: inline-block;
    margin: 0 4px;
    transition: opacity .3s;
}

.socials__link:hover {
    opacity: .5;
}

/* aside */

/* section.upper */
section.upper {
    margin-bottom: 123px;
}

.upper-carousel {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 23px;
}

.choice__item {
    display: block;
    max-height: 288px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.choice__bg-linear-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, black);

}

.choice__title {
    position: absolute;
    bottom: 0;
    z-index: 10;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 50px;
    transition: color .3s;
    font-weight: bold;
}

.choice__item:hover .choice__title {
    color: #8F0049;
}

/* section.upper */

/* section.offers */
section.offers {
    margin-bottom: 120px;
}

.nav-tabs {
    border: none;
    margin-bottom: 33px;
}

.nav-link {
    position: relative;
    font-size: 24px;
    line-height: 37px;
    padding: 15px 0;
    margin-right: 40px;
    color: #020202 !important;
    border: none !important;
}

.nav-link.active {
    font-size: 30px;
    font-weight: bold;
    color: #640435 !important;
    background-color: transparent !important;
    border: none !important;
}

.nav-link:hover {
    border: none !important;
    color: #8F0049 !important;
}


.product-thumb_w100 {
    width: 100%;
}

.product-thumb__image {
    height: 230px;
    width: 100%;
}

.product-thumb__wrapper {
    padding: 20px 25px 30px;
}

.product-thumb__wrap-top {
    overflow: hidden;
    /* height: 110px; */
    height: 80px;
    margin-bottom: 10px;
}

.product-thumb__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 8px;
}

.product-thumb__desc {
    line-height: 22px;
}

.product-thumb__wrap-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-thumb__price {
    font-size: 24px;
    font-weight: bold;
}

/* section.offers */


/* section.banner */
section.banner {
    margin-bottom: 121px;
}

.banner-wrapper {
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-image: url(assets/img/content/banner-image.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.banner-wrapper__bg-linear-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, transparent);
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 96px;
    color: #fff;
}

.banner-content__wrapper {
    padding-bottom: 6px;
}

.banner-content__cat {
    font-size: 24px;
    line-height: 32px;
}

.banner-content__title {
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
}

.banner-link {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #640435;
    transition: background .3s;
    color: #fff;
}

.banner-link:hover {
    color: #fff;
    background: #8F0049;
}

.banner-link__icon {
    flex: 0 1 0;
    margin-bottom: 8px;
}

.banner-link__title {
    margin-bottom: 5px;
}

/* section.banner */


/* section.brands */
section.brands {
    margin-bottom: 121px;
}

section.brands .nav-tabs {
    margin-top: 30px;
}

.brand-content {
    display: flex;
    align-items: center;
    margin-bottom: 57px;
}

.brand-content__image {
    margin-right: 120px;
}

.brand-content__desc {
    width: 58%;
}

.brand-content__desc p:last-child {
    margin: 0;
}

/* section.brands */

/* section.about */
section.about {
    margin-bottom: 119px;
}

.about-advantages {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    margin: 29px -10px 31px;
}

.about-advantages__item {
    flex-basis: 20%;
}

.about-advantages__wrapper {
    display: flex;
    align-items: center;
    margin: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.about-advantages__icon {
    display: inherit;
}

.about-advantages__title {
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
    line-height: 25px;
}

.about-desc {
    padding-left: 7px;
    width: 55%;
}

/* section.about */


/* section.instagram */
section.instagram {
    margin-bottom: 120px;
}

.instagram-wrapper {
    position: relative;
    margin: 0 -10px;
}

.instagram-main {
    position: absolute;
    padding: 18px 0;
    top: 0;
    left: 38.5%;
}

.instagram-media {
    display: flex;
}

.instagram-item:nth-child(2) {
    flex-grow: 1;
}

.instagram-image {
    border-radius: 16px;
    padding: 0 10px;
}

.link_instagram {
    display: block;
    font-size: 30px;
    margin-top: -9px;
    margin-bottom: 40px;
}

.link-btn_instagram {
    padding: 15px 50px;
}

/* section.instagram */


/* section.contacts */
section.contacts {
    margin-bottom: 120px;
}

section.contacts p {
    width: 73%;
}

.map-wrapper {
    margin-top: 40px;
}

.map {
    overflow: hidden;
    border: 3px solid #FFFFFF;
    border-radius: 16px;
}

.shop-gallery {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.shop-gallery img {
    width: 48%;
    border: 3px solid #FFFFFF;
    border-radius: 16px;
    margin-bottom: 20px;
}

.youtube-video {
    display: block;
    width: 100%;
    height: 476px;
    border: 3px solid #FFFFFF;
    border-radius: 16px;
}

/* section.contacts */

/* footer */
footer {background: #f1f1f1;}
.footer {
    color: #fff;
    /*border-radius: 16px;
    margin-bottom: 60px;*/
    padding: 48px 40px 41px 55px;
}

.footer a {
    color: white;
    transition: color .3s;
}

.footer a:hover {
    color: #8F0049;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-info {
    margin-left: 46px;
}

.footer-info ul li {
    line-height: 36px;
}

.footer-about__title-image {
    margin-bottom: 6px;
}

.footer-about__desc {
    line-height: 27px;
    margin-bottom: 18px;
}

.footer-about__link {
    display: inline-block;
    transition: opacity .3s;
}

.footer-about__link:Hover {
    opacity: .5;
}

.footer-info ul {
    column-count: 2;
    column-gap: 15%;
}

.footer-contacts {
    margin-left: 55px;
}

.footer-contacts ul li {
    line-height: 36px;
}

.footer-contacts ul li a {
    display: inline-block;
}

/* footer */


/* media */
@media (min-width: 576px) {
    /* .container {
      max-width: 100% !important;
    } */
}

@media (min-width: 992px) {
    .container {
        /*max-width: calc(100% - 20px) !important;*/
        max-width: 1320px;
        padding-left: 0;
        padding-right: 0;
    }
    /*
    footer .container {
        max-width: 100% !important;
    }*/
}
/*
@media (min-width: 1870px) {
    .container {
        max-width: calc(100% - 50px) !important;
    }
    footer .container {
        max-width: 100% !important;
    }
}


@media (min-width: 1920px) {
    .container {
        max-width: 1870px !important;
    }
    footer .container {
        max-width: 100% !important;
    }
}*/


@media (max-width: 2048px) {
    body {
        font-size: 17px;
    }

    aside,
    section {
        margin-bottom: 90px !important;
    }

    .form-search__search {
        width: 100%;
    }

    .link-btn_w100 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-header {
        flex-grow: 1;
    }

    .hamburger {
        padding: 0;
    }

    .hamburger-box {
        width: 30px;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px;
        background-color: #292D32;
    }

    .header-phone {
        margin-left: 35px;
    }

    .header-logo {
        margin: 0;
    }

    .form-search-wrapper {
        margin-right: 45px;
    }

    .form-search {
        display: none;
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 435px);
    }

    .form-search__close {
        display: block;
    }

    .form-search__open {
        display: block;
    }


    .choice__title {
        padding: 6% 10%;
        font-size: 1.3vw;
        line-height: 1.7vw;
    }


    aside {
        width: 100%;
    }

    aside .wrapper {
        padding: 15px;
    }

    .aside-wrapper {
        padding: 15px;
    }

    .nav-categories__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .nav-categories__link {
        font-size: 16px;
        padding: 12px 0 14px;
    }

    .nav-categories {
        margin-bottom: 15px;
    }

    aside .socials {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .product-thumb__wrapper {
        padding: 20px;
    }

    /*.product-thumb__price {
      font-size: 22px;
    }*/
    .product-thumb__title {
        font-size: 22px;
        line-height: normal;
    }

    .product-thumb__desc {
        font-size: 16px;
        line-height: normal;
    }

    .product-thumb__wrap-top {
        /* height: 102px; */
        height: 98px;
        margin-bottom: 8px;
    }

    .product-thumb__more {
        padding: 10px;
    }


    .about-desc,
    section.contacts p {
        width: 75%;
    }

    .about-advantages__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        height: 100%;
    }

    .about-advantages__icon {
        flex-basis: 100%;
        justify-content: center;
    }

    .about-advantages__title {
        margin: 0;
        font-size: 16px;
    }

    .instagram-main {
        left: 36.5%;
        padding: 0;
    }

    .instagram-heading {
        font-size: 2.9vw;
        margin-bottom: 15px;
    }

    .link_instagram {
        font-size: 1.9vw;
        margin-bottom: 15px;
    }

    .instagram-wrapper {
        margin: 0 -5px;
    }

    .instagram-item,
    .instagram-image {
        width: 14vw;
    }

    .instagram-image {
        padding: 0 5px;
    }


    .banner-content__title {
        font-size: 44px;
        line-height: 54px;
    }

    .shop-gallery {
        margin: 0;
        margin-bottom: -20px;
    }


    .footer-info {
        margin-left: 15px;
    }

    .footer-info ul li {
        line-height: normal;
    }

    .footer-info ul li a {
        display: inline-block;
        padding: 8px 0;
    }

    .footer-contacts {
        margin: 0;
    }

}

@media (max-width: 1439px) {
    body {
        font-size: 16px;
    }

    p {
        line-height: normal;
        margin-bottom: 20px;
    }

    aside .link-basket {
        padding: 20px;
    }

    aside .wrapper {
        padding: 9px;
    }

    .nav-categories__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .nav-categories__link {
        font-size: 14px;
        padding: 10px 0 12px;
    }


    .form-search {
        width: calc(100% - 385px);
    }


    .header-phone {
        font-size: 18px;
    }


    .banner-link {
        left: 70%;
    }

    .aside-wrapper {
        padding: 11px;
    }

    .aside-wrapper .link-btn {
        font-size: 15px;
    }

    .nav-link {
        font-size: 22px;
        margin-right: 25px;
    }

    .nav-link.active {
        font-size: 28px;
    }

    .product-thumb__wrap-top {
        height: 76px;
    }

    .product-thumb__name {
        font-size: 15px;
        line-height: normal;
    }

    .product-thumb__wrapper {
        padding: 11px;
    }

    .product-thumb__title {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .product-thumb__price {
        font-size: 17px;
    }

    .product-thumb__more {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
    .shares__name a{
        font-size: 14px ;
    }
    body {
        font-size: 14px;
    }

    p {
        margin-bottom: 10px;
    }

    aside,
    section {
        margin-bottom: 70px !important;
    }

    .form-search-wrapper {
        margin-right: 15px;
    }

    .form-search {
        width: calc(100% - 320px);
    }

    .main-nav__item {
        margin-right: 10px;
    }

    .header-phone {
        font-size: 16px;
        margin-left: 15px;
        margin-right: 0;
    }

    .product-thumb__wrap-top {
        height: 70px;
    }

    .product-thumb__name {
        font-size: 14px;
    }

    .youtube-video {
        width: 100%;
        height: 300px;
    }

    .product-thumb__wrap-bot {
        flex-wrap: wrap;
    }

    .product-thumb__wrap-bot > * {
        flex-basis: 100%;
    }

    aside .link-basket {
        padding: 10px 5px;
    }

    .aside-wrapper {
        padding: 5px 10px;
    }

    .nav-categories__link {
        line-height: normal;
        padding: 8px 0;
    }

    .aside-wrapper .link-btn {
        padding: 10px 0;
        font-size: 13px;
    }

    aside .socials {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .nav-categories {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    aside .link-basket__title {
        padding: 0 15px;
    }

    aside .socials__link {
        margin: 0;
    }


    .choice__title {
        padding: 6% 8%;
    }

    .owl-nav {
        top: -70px;
    }

    .brand-content__image {
        margin-right: 90px;
    }

    .brand-content__desc {
        width: 65%;
    }

    .map {
        margin-bottom: 15px;
    }

    .shop-gallery img {
        width: 24%;
    }
}

@media (max-width: 991px) {
    section {
        margin-bottom: 60px !important;
    }

    .header-phone {
        margin-left: 20px;
    }

    .form-search-wrapper {
        height: 50px;
        margin-right: 15px;
    }

    .form-search {
        border-radius: 10px;
        padding: 0 0 0 10px;
        width: calc(100% - 240px);
    }

    .form-search__open,
    .form-search__submit,
    .form-search__close {
        padding: 8px;
    }

    .product-thumb__title,
    .product-thumb__price {
        font-size: 24px;
    }

    .product-thumb__wrap-top {
        height: 64px;
    }

    .product-thumb__name {
        font-size: 16px;
    }

    .product-thumb__wrap-bot {
        flex-wrap: nowrap;
    }

    .product-thumb__wrap-bot > * {
        flex-basis: unset;
    }

    .choice__title {
        padding: 10px 11px;
        font-size: 13px;
        line-height: 15px;
    }

    .brand-content__image {
        margin-right: 50px;
    }

    .product-thumb {
        margin-bottom: 30px;
    }

    .row > .col-6:nth-last-child(-n+2) .product-thumb {
        margin-bottom: 0;
    }

    .products-carousel {
        margin-bottom: 25px;
    }

    .owl-nav {
        top: -70px;
        left: calc(70% + 50px);
    }

    .about-advantages__item {
        flex-basis: 100%;
    }

    .about-advantages__wrapper {
        height: auto;
        margin: 5px 10px;
        justify-content: start;
    }

    .about-advantages__icon {
        flex-basis: unset;
        margin-left: 25%;
    }

    .about-advantages__title {
        margin-left: 10px;
    }

    .instagram-item,
    .instagram-image {
        width: 100%;
    }

    .instagram-main {
        position: static;
    }

    .instagram-media {
        margin-bottom: 20px;
    }

    .instagram-heading {
        font-size: 30px;
    }

    .link_instagram {
        font-size: 18px;
    }


    .banner-content {
        margin-left: 30px;
    }

    .banner-link {
        width: 120px;
        height: 120px;
        left: unset;
        right: 30px;
        top: calc(50% - 60px);
    }


    .footer {
        font-size: 13px;
        text-align: center;
    }

    .footer-info {
        margin: 0;
    }

    .footer-about__title-image {
        width: 90%;
    }

    .footer-about__desc {
        line-height: 20px;
    }

}

@media (max-width: 767px) {
    section {
        margin-bottom: 50px !important;
    }

    h2 {
        font-size: 30px;
        line-height: 37px;
    }

    header {
        padding: 15px 0;
    }


    .logo-wrapper {
        justify-content: start;
    }

    .header-logo {
        width: 120px;
    }

    .form-search__open {
        padding: 5px;
        width: 42px;
    }

    .form-search-wrapper {
        margin-right: 8px;
        flex-grow: 1;
        justify-content: flex-end;
    }

    .form-search {
        width: calc(200% - 30px);
        left: calc(-100% + 15px);
        height: 50px;
    }

    .product-thumb__wrap-top {
        height: 70px;
    }

    .product-thumb__name {
        font-size: 14px;
    }

    .product-thumb__price {
        font-size: 22px;
    }

    .navbar-header .navbar-collapse {
        top: 50px;
        left: unset;
        right: 0;
        width: 510px;
    }

    .nav-categories_mobile {
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
    }

    .link-basket-header {
        order: 1;
        text-align: right;
        margin-right: 15px;
    }

    .navbar-header {
        order: 2;
        flex-grow: 0;
    }

    .hamburger {
        position: relative;
        top: 3px;
    }


    .choice__item {
        max-height: 175px;
    }

    .choice__title {
        padding: 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .choice__image {
        width: -webkit-fill-available;
    }

    .banner-content {
        align-items: flex-start;
        margin-top: 25px;
        margin-left: 25px;
    }

    .banner-link {
        width: 100px;
        height: 100px;
        top: 50%;
        left: unset;
        right: 25px;
    }

    .banner-content__title {
        font-size: 36px;
        line-height: 44px;
        width: 25px;
    }

    section.brands .nav-tabs,
    .nav-tabs {
        margin: 20px 0;
    }

    .nav-link {
        font-size: 14px;
        margin-right: 10px;
        line-height: normal;
    }

    .nav-link.active {
        font-size: 20px;
        line-height: normal;
    }

    .choice__item {
        margin: 5px auto;
    }

    .brand-content {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .brand-content__image {
        margin: 0 0 30px 0;
    }

    .brand-content__desc {
        width: 100%;
    }

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

    .instagram-item {
        text-align: center;
        width: 50%;
        margin-bottom: 10px;
    }

    .instagram-image {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .instagram-item:nth-child(2) {
        flex-grow: 0;
    }


    .about-desc,
    section.contacts p {
        width: 100%;
    }

    .shop-gallery img {
        width: 48%;
    }


    .footer-title {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .footer-about__title-image {
        width: unset;
    }

    .footer-about__desc {
        /*max-width: 300px;*/
    }

    .footer-about__links {
        margin-bottom: 10px;
    }

    .footer-info ul {
        columns: unset;
    }
}

@media (max-width: 575px) {
    .navbar-header .navbar-collapse {
        top: 54px;
        left: calc(-100vw + 60px);
        right: 0;
        width: calc(100vw - 30px);
    }

    .navbar-header-wrapper {
        padding: 25px 15px;
    }

    .soc-mes-pho-wrapper {
        flex-wrap: wrap;
        text-align: center;
    }

    .navbar-header .messengers {
        justify-content: center;
    }

    .navbar-header .socials {
        order: 2;
    }

    .soc-mes-pho__title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .soc-mes-pho-wrapper > * {
        flex-basis: 100%;
    }

    .navbar-header .main-nav__item {
        display: block;
        margin: 0;
        padding: 5px;
    }

    .navbar-header .main-nav__link {
        font-size: 18px;
    }

    .link-basket-header {
        margin-right: 10px;
    }

    .form-search-wrapper {
        margin-right: 5px;
    }

    .about-advantages__icon {
        flex-basis: unset;
        margin-left: 5%;
    }

    .product-thumb__wrapper {
        padding: 10px;
    }

    .product-thumb__wrap-top {
        height: 68px;
        margin: 0;
    }

    .product-thumb__title {
        font-size: 15px;
    }

    .product-thumb__price {
        font-size: 18px;
        margin-top: 5px;
    }

    .product-thumb__desc {
        font-size: 13px;
    }

    .product-thumb__wrap-bot {
        flex-wrap: wrap;
    }

    .product-thumb__wrap-bot > * {
        flex-basis: 100%;
    }
}

/* media */
