@font-face {
    font-family: 'RF Dewi Extended';
    src: url('../fonts/RFDewiExtended-Regular.woff2') format('woff2'),
    url('../fonts/RFDewiExtended-Regular.woff') format('woff'),
    url('../fonts/RFDewiExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RF Dewi Extended';
    src: url('../fonts/RFDewiExtended-Bold.woff2') format('woff2'),
    url('../fonts/RFDewiExtended-Bold.woff') format('woff'),
    url('../fonts/RFDewiExtended-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


 @font-face {
    font-family: 'RF Dewi Expanded';
    src: url('../fonts/RFDewi-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
} 

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'RF Dewi Extended', sans-serif;
}

a {
    text-decoration: none;
    color: #203251;
}

strong {
    font-weight: 700;
}

.page-home a {
    color: #ffffff;
}

ul li {
    list-style: none;
}

input {
    border: none;
    outline: none;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'RF Dewi Extended', sans-serif;
    background-color: #ffffff;
    color: #203251;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

button {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    color: #203251;
}

.btn {
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

.breadcrumb {
    padding-top: 40px;
    margin-bottom: 40px;
}

.breadcrumb ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.breadcrumb li{
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb a {
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb li {
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "-";
    margin: 0 5px;
}

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

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 46px;
    width: 100%;
    height: auto;
    position: relative;
}

#content {
    min-height: 400px;
}

.container-fluid {
    max-width: 1116px;
    margin: 0 auto;
    padding: 0 8px;
    width: 100%;
    height: auto;
    position: relative;
}

.color-green {
    color: #CCD74D !important;
}

.btn-green {
    background-color: #C7D341;
    color: black;
    padding: 15px 40px;
    border-radius: 46px;
    font-weight: 800;
    border: none;
}

.title {
    font-size: 67px;
    line-height: 53px;
    color: #203251;
    font-weight: 800;
    text-align: center;
    font-family: 'RF Dewi Expanded', sans-serif;
}

@media screen and (max-width: 1100px) {
    .container-fluid {
        padding: 0 20px;
    }
}

/* Top Navigation */
header {
    position: relative;
    z-index: 2;
}

.top-nav {
    background-color: #203251;
}

.top-nav-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 15px;
}

.top-nav a {
    color: #B2BDD0;
    text-decoration: none;
    margin: 0 10px;
    opacity: 0.8;
    text-transform: lowercase;
}

.top-nav>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav a:hover {
    opacity: 1;
}

.top-nav .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav .center-section a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-nav .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-mob {
    display: none !important;
}

.header .menu-mob li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header .menu-mob .menu-category-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header .header-content {
    width: 100%;
}

.transparent_menu header .header-content {
    position: absolute;
}

.header-content {
    background: #ffffff;
}

.transparent_menu .header-content {
    background: none;
}

.transparent_menu .header-content.active {
    background: #ffffff;
}

.header-content.active .container {
    border-bottom: 3px solid #EDEDED;
}

.header-content.active .header-content-container {
    padding: 23px 0 23px;
}

.header-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 0 0;
}

.transparent_menu .header-content .logo {
    display: none;
}

.transparent_menu .header-content .logo-home {
    display: block;
}

.transparent_menu .header-content.active .logo {
    display: block;
}

.header-content .logo-home {
    display: none;
}

.transparent_menu .header-content.active .logo-home {
    display: none;
}

.header-content a {
    color: #203251;
}

.search input {
    border: none;
    width: 305px;
    font-size: 16px;
    line-height: 37px;
    background: none;
    border-bottom: 1px solid #CCD74D;
    text-transform: lowercase;
    outline: none;
    color: #CCD74D;
}

.transparent_menu .header-content .search input {
    color: #CCD74D;
    border-bottom: 1px solid #CCD74D;
}

.transparent_menu .header-content.active .search input {
    color: #203251;
    border-bottom: 1px solid #203251;
}

.header-content .search input {
    color: #203251;
    border-bottom: 1px solid #203251;
}

.search input::-webkit-input-placeholder {
    color: #CCD74D;
}

.search input::-moz-placeholder {
    color: #CCD74D;
}

.search input:-ms-input-placeholder {
    color: #CCD74D;
}

.search input::-ms-input-placeholder {
    color: #CCD74D;
}

.search input::placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content .search input::-webkit-input-placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content .search input::-moz-placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content .search input:-ms-input-placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content .search input::-ms-input-placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content .search input::placeholder {
    color: #CCD74D;
}

.transparent_menu .header-content.active .search input::-webkit-input-placeholder {
    color: #203251;
}

.transparent_menu .header-content.active .search input::-moz-placeholder {
    color: #203251;
}

.transparent_menu .header-content.active .search input:-ms-input-placeholder {
    color: #203251;
}

.transparent_menu .header-content.active .search input::-ms-input-placeholder {
    color: #203251;
}

.transparent_menu .header-content.active .search input::placeholder {
    color: #203251;
}

.header-content .search input::-webkit-input-placeholder {
    color: #203251;
}

.header-content .search input::-moz-placeholder {
    color: #203251;
}

.header-content .search input:-ms-input-placeholder {
    color: #203251;
}

.header-content .search input::-ms-input-placeholder {
    color: #203251;
}

.header-content .search input::placeholder {
    color: #203251;
}

.menu-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.transparent_menu .header-content .menu-icons svg path {
    stroke: #ffffff;
}

.transparent_menu .header-content.active .menu-icons svg path {
    stroke: #203251;
}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.menu-list li:last-child {
    border-right: none;
}

.menu-list li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
}

.menu-toggle {
    font-size: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 33px 82px;
}

.dropdown-menu.active {
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

.menu-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
    margin-bottom: 48px;
}

.menu-icon-container .menu-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.menu-icon-container .menu-icon-item span {
    font-size: 22px;
    font-weight: 600;
    line-height: 19px;
}

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

.dropdown-menu ul li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-menu .additional-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 120px;
    /*animation: fadeInSubmenu 0.5s ease-in-out;*/
    padding-top: 40px;
}

.dropdown-menu .additional-links a {
    width: 330px;
    padding: 20px 30px;
    background: #F1F3F7;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
}

.dropdown-menu .contact {
    text-align: center;
}

.dropdown-menu .contact p {
    color: #CCD74D;
    font-size: 37px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
    margin-bottom: 36px;
}

.dropdown-menu .contact .text_phone{
    background-color: #fff;
    border: 2px solid #CCD74D;
    padding: 19px 28px;
    border-radius: 46px;
    cursor: pointer;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

.menu-desktop {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.menu-desktop .top-menu{
    row-gap: 40px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-desktop:hover{
    /*min-height: 440px;*/
}
.menu-list.menu-desktop{
    margin-bottom: 60px;
}
.menu-list.menu-desktop li{
    border-right: 2px solid #D9D9D9;
}
.menu-desktop .menu-category-item{
    gap: 31px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    width: 210px;
    min-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
}
.menu-desktop .menu-category-item:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
}

.menu-desktop .menu-category-item.active{
    /*padding-bottom: 50px;*/
}
.menu-desktop .menu-category-item a {
    display: block;
    text-decoration: none;
}

.menu-desktop .submenu {
    position: relative;
    z-index: 1000;
    pointer-events: none;
    height: 0;
    /*transform: translate(0, -100%);*/
    opacity: 0;
    /*transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
    /*animation: fadeOutSubmenuContainer 3s ease-in-out;*/
}

.menu-desktop .menu-category-item > a{
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 3;
}
.menu-desktop .menu-category-item.active > a{
    font-size: 30px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: relative;

}
.menu-desktop .menu-category-item::before{
    content: '';
    position: absolute;
    width: 210px;
    height: 60px;
    background: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 2;
}
.menu-desktop .menu-category-item.active .submenu {
    pointer-events: all;
    z-index: 1;
    height: auto;
    opacity: 1;
    -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    /*animation: fadeInSubmenuContainer 3s ease-in-out;*/
}
.menu-desktop .menu-category-item .submenu-columns {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.menu-desktop .menu-category-item.active .submenu-columns {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.menu-desktop .submenu-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-desktop .category-block {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-desktop .category-block li {
    height: 70px;
}

.menu-desktop .category-block li a {
    display: block;
    padding: 26px 24px;
    text-decoration: none;
}
.menu-desktop .category-block > li{
    border: 3px solid #ffffff;
}
.menu-desktop .category-block > li.active{
    border: 3px solid #CCD74D;
    border-right: none;
}
.menu-desktop .category-block > li.non-children.active{
    border-right: 3px solid #CCD74D;
}
.menu-desktop .category-block > li.active .submenu-secondary{
    border-left: none !important;
}
.menu-desktop .submenu-secondary {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
}
.menu-desktop .submenu-secondary::before{
    content: url("../media/arrow-right.svg");
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-desktop .category-block li:hover .submenu-secondary {
    display: block;
    border: 3px solid #CCD74D;
    height: 70px;
    padding-left: 50px;
}

.menu-desktop .menu-category-item:hover .submenu {
    display: block;
}
.menu-desktop .submenu-secondary .category-block-submenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.menu-desktop .submenu-secondary .category-block-submenu li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 0 16px;
}
.menu-desktop .submenu-secondary .category-block-submenu li:hover{
    background: #F1F3F7;
}
.menu-desktop .submenu-secondary .category-block-submenu li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-transform: lowercase;
}
.menu-desktop .top-menu > a{
    padding-top: 10px;
}
.menu-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.line {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.menu-toggle.open .line1 {
    -webkit-transform: translateX(2px) translateY(0px) rotate(45deg);
    -ms-transform: translateX(2px) translateY(0px) rotate(45deg);
    transform: translateX(2px) translateY(0px) rotate(45deg);
}

.menu-toggle.open .line2 {
    opacity: 0;
}

.menu-toggle.open .line3 {
    -webkit-transform: translateX(-15px) translateY(10px) rotate(-45deg);
    -ms-transform: translateX(-15px) translateY(10px) rotate(-45deg);
    transform: translateX(-15px) translateY(10px) rotate(-45deg);
}

@-webkit-keyframes fadeOutSubmenuContainer{
    from {
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }
    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes fadeOutSubmenuContainer{
    from {
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }
    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@-webkit-keyframes fadeInSubmenuContainer{
    from {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    to {
        -webkit-transform: translate(0,100%);
        transform: translate(0,100%);
    }
}
@keyframes fadeInSubmenuContainer{
    from {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    to {
        -webkit-transform: translate(0,100%);
        transform: translate(0,100%);
    }
}
@-webkit-keyframes fadeOutSubmenu{
    from {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    to {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@keyframes fadeOutSubmenu{
    from {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    to {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@-webkit-keyframes fadeInSubmenu {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    to {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
@keyframes fadeInSubmenu {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    to {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}


@media screen and (max-width: 1280px) {
    .menu-icons {
        gap: 20px;
    }

    .logo,
    .logo-home {
        height: 54px;
    }
}
@media screen and (max-width: 1200px) {
    .menu-desktop .menu-category-item{
        width: 180px;
    }
    .menu-desktop .menu-category-item > a{
        font-size: 16px;
    }
    .menu-desktop .menu-category-item.active > a{
        font-size: 20px;
    }
    .menu-list li a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .top-nav .left-section {
        display: none;
    }

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

    .header-content .menu-icons .btn.btn-green {
        display: none;
    }

    .right-section .email {
        display: none;
    }

    .top-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .menu-desktop {
        display: none;
    }

    .menu-mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .menu-list li {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .top-nav-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 12.5px 0;
    }

    header .header-content {
        padding-top: 0;
    }

    .menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-icon-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 20px;
        margin-bottom: 20px;
    }

    .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-list li {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .menu-list li:last-child {
        border-bottom: none;
    }

    .dropdown-menu .additional-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 90px;
    }

    .dropdown-menu .additional-links a {
        width: 100%;
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
    }

    .menu-icon-container .menu-icon-item img {
        max-width: 64px;
    }
    .header-content-container{
        padding: 9px 0 0;
    }
    .header-content.active .header-content-container{
        padding: 9px 0 23px;
    }
    .cart-icon a svg{
        width: 38px;
        height: 38px;
    }
    .menu-icon{
        width: 30px;
    }
}

/* Banner Section */
.banner {
    background-image: url('../media/hero.webp');
    background-size: cover;
    background-position: center;
    height: 745px;
    position: relative;
    color: white;
    text-align: center;
    padding-top: 50px;
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}


.banner-list {
    height: 100%;
}

.banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.banner-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
}

.banner-item h1 {
    font-size: 105px;
    line-height: 92px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: lowercase;
    text-align: start;
    margin-right: 100px;
    max-width: 50%;
    font-style: italic;
}

.banner-item .button {
    display: inline-block;
    background-color: #C7D341;
    color: black;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.banner-item .button:hover {
    background-color: #a5b020;
}

.home-banner-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.home-banner-link img{
    margin-bottom: 80px;
}

@media screen and (max-width: 1300px){
    .banner-item h1{
        margin-right: 250px;
    }
}
@media screen and (max-width: 1024px) {
    .banner-item h1 {
        font-size: 80px;
        line-height: 72px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background-image: url('../media/hero-mob.jpg');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 730px;
        position: relative;
        color: white;
        text-align: center;
        padding-top: 50px;
        -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    }

    .banner-next-icon {
        width: 73px;
    }
    .home-banner-link{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .home-banner-link img{
        margin-bottom: 0px;
    }
}

/* Categories Section */
.categories {
    background: -o-linear-gradient(top, #27477D 0%, #00102B 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#27477D), to(#00102B));
    background: linear-gradient(180deg, #27477D 0%, #00102B 100%);
    padding: 50px 0 0;
    text-align: center;
}

.categories .container {
    max-width: 100%;
    padding: 0;
}

.categories .container .category-block {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 76px;
}

.categories h2 {
    margin-bottom: 78px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
}

.category-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-item {
    text-align: center;
    width: 172px;
    height: 100%;
    padding: 0px 0px 30px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    border: 1px solid #2E579D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.category-item .img-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(170,193,231,0.1);
    z-index: 1;
}

.category-item:hover .img-wrapper::before{
   background: none;
}
.category-item-name{
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AAC1E7;
}
.category-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}

.category p {
    font-size: 18px;
    font-weight: bold;
}

.category-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: 3px solid #C7D341;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.category-item.selected {
    border: 3px solid #C7D341;
}

.brand-block {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.brand-block-content {
    width: 100%;
    font-family: Inter, sans-serif;
    font-style: italic;
}

.brands-image-bg {
    margin-bottom: -5px;
    margin-top: -50px;
}

.brands-image-bg img {
    width: 100%;
    height: auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
    margin-bottom: 115px;
}

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

.pagination-button.next {
    opacity: .5;
}

.pagination-button.last {
    opacity: .2;
}
.pagination .row-pagination-container{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.pagination .pagination-buttons{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.pagination > span {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #B2BDD0;
}
.product-section-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.view-products {
    padding-top: 80px;
    margin-bottom: 83px;
}

@media screen and (max-width: 1024px) {
    .brand-block-content {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .category-items {
        gap: 17px;
    }

    .category-item {
        width: 115px;
    }
    .product-section-title{
        line-height: initial;
    }
    .brands-image-bg{
        margin-top: 0px;
    }
    .categories{
        padding: 34px 0 0;
    }
    .categories h2{
        margin-bottom: 34px;
    }
    .categories .container .category-block{
        margin-bottom: 51px;
    }
    .category-item{
        padding: 0px 0px 20px;
    }
    .category-item-name{
        font-size: 12px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0.02em;
    }
}

@media screen and (max-width: 500px) {
    .category-items {
        gap: 12px;
    }

    .category-item {
        width: 100px;
    }
}

/* Brands Section */
.brands-section {
    background-color: #0a2d5d;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.brands-header h2 {
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

.brands-header p {
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 1.5;
    opacity: 0.9;
    font-style: italic;
}

.product-section {
    position: relative;
}

.page-home .product-section {
    background: #F1F3F7;
    position: relative;
}

.product-section .container {
    max-width: 1130px;
}

/* Featured Product */
.product-section .featured-product {
    text-align: center;
    position: relative;
    padding: 50px 0;
    width: 447px;
    margin: 0 auto;
}
.product-section .featured-product-slider{
    margin-bottom: 100px!important;
    z-index: 2;
}

.product-section .featured-product .premium-product-img {
    width: 100%;
    max-width: 100%;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-section .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-section .product-details .name {
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 17px;
    color: #203251;
    text-align: start;
    display: block;
}

.product-section .new-price {
    font-weight: bold;
}

.buy-badge {
    background-color: #C7D341;
    color: black;
    padding: 13px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    font-style: italic;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;

}

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

.old-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg);
    width: 100%;
    height: 2px;
    background: #E80000;
}
@media(max-width: 768px){
    .brands-header h2{
        font-size: 20px;
        font-weight: 800;
        line-height: 40px;
        margin-bottom: 19px;
    }
    .brands-header p{
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
    }
    .brands-header{
        width: 340px;
        margin: 0 auto;
    }
}

/* Premium Quality Overlay */
.product-section .premium-quality-overlay {
    position: absolute;
    top: 110px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.product-section .premium-quality-overlay h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 160px;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-align: center;
}

/* Product Grid */
.product-section .container {
    padding: 0 25px;
}

.product-section .product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 90px 0 62px;
    gap: 53px 22px;
    margin: 0 auto;
}

.product-section .product-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    gap: 50px 22px;
    margin: 0 auto;
}

.product-section .product-layout.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-section .product-layout.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
}

.product-section .product-card {
    width: 242px;
    position: relative;
    cursor: pointer;
}

.product-card.out-of-stock {
    opacity: 0.5;
}

.product-section.view-products .product-card,
.product-section.recommended-products .product-card {
    width: 175px;
    position: relative;
    cursor: pointer;
}

.product-card-image-block {
    border: 1px solid #AAC1E7;
    margin-bottom: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:10px;
}

.product-section .product-card .buy-badge {
    top: 0;
    right: 0;
}

.product-section .product-card img {
    max-width: 100%;
    height: auto;
    max-height: 248px;
    object-fit: contain;
}

.product-name {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #203251;
    text-align: start;
    text-transform: uppercase;
}

.product-section .price {
    font-size: 19px;
    line-height: 16px;
    color: #203251;
    display: block;
    text-align: start;
}

.product-section .button {
    display: inline-block;
    background-color: #C7D341;
    color: black;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 10px;
}

.product-section .button:hover {
    background-color: #a5b020;
}

.product-section .button.small {
    padding: 8px 20px;
}

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

.product-section .slick-dots li button {
    background: transparent;
    border: none;
}
.product-section .slick-dots li button:before {
    content: '';
    background-image: url('../media/pagination-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: block;
    opacity: 0.5;
}
.product-section .slick-dots li.slick-active button:before {
    background-image: url('../media/pagination-icon.svg');
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .product-section .premium-quality-overlay h2 {
        font-family: Inter, sans-serif;
        font-size: 79px;
        font-weight: 700;
        line-height: 81px;
        text-align: center;
    }

    .product-section .featured-product .premium-product-img {
        height: 480px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {
    .product-section .featured-product {
        width: 100%;
        /*padding:36px 34px;*/
    }
    .product-section .premium-quality-overlay{
        left: 50%;
        top:200px;
    }

    .page-home .product-section .product-grid {
        padding: 90px 0 40px;
    }
    .product-section .product-grid {
        padding: 50px 20px;
    }
    .product-section .product-card{
        width: 175px;
    }
    .product-section .price{
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .product-section .product-card .product-name{
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        min-height: 32px;
    }
    .pagination{
        margin-bottom: 39px;
    }
    .product-section .featured-product .premium-product-img {
        height: 360px;
        margin-bottom: 25px;
    }
    .product-section .featured-product-slider{
        margin-bottom: 50px!important;
    }
    .product-section .product-grid{
        gap: 30px 22px;
    }
    .buy-badge{
        font-size: 10px;
        font-style: italic;
        font-weight: 900;
        line-height: 14px;
        letter-spacing: 0.01em;
        padding: 6px 8px;
    }
    .product-section .product-layout {
        padding: 36px 0;
        gap: 30px;
    }
}

@media screen and (max-width: 560px) {
    .product-section .product-card {
        width: 150px;
    }
    .product-section.view-products .product-card,
    .product-section.recommended-products .product-card {
        width: 150px;
    }
}

/* Top product */

.top-product {
    position: relative;
    background: #F1F3F7;
    padding-bottom: 80px;
}

.top-product .container {
    max-width: 1130px;
}

.top-product-container {
    position: relative;
    border: 1px solid #AAC1E7;
    padding: 45px;
    text-align: center;
}
.top-product .top-product-link{
    margin-bottom: 112px;
    display: block;
}

.top-product .top-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    width: 110px;
    text-align: center;
}

.top-product .top-badge img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.top-product .buy-badge {
    top: 0px;
    right: 0px;
    padding: 22px 24px;
    font-size: 20px;
    line-height: 14px;
}
.top-product .product-image{
    padding: 18px 0 0;
}
.top-product .product-image img {
    max-width: 100%;
    max-height: 544px;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-product .product-details {
    margin-bottom: 20px;
    text-align: start;
}

.top-product .product-details h2 {
    font-size: 18px;
    color: #1F2A44;
    margin-bottom: 10px;
}

.top-product .product-details p {
    font-size: 19px;
    color: #1F2A44;
    margin-bottom: 5px;
}

.top-product .price {
    font-weight: bold;
    font-size: 16px;
}

.top-product .buy-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #D1DE3C;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #1F2A44;
    border-radius: 5px;
    cursor: pointer;
}

.view-all-button {
    border: 3px solid #D1DE3C;
    padding: 10px 30px;
    color: #1F2A44;
    border-radius: 46px;
    cursor: pointer;
    margin: 0 auto;
    min-width: 250px;
    height: 75px;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.04em;
    max-width: max-content;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.view-all-button:hover {
    background-color: #D1DE3C;
    color: white;
}

@media screen and (max-width: 768px) {
    .top-product-container {
        padding: 0;
        border: 0;
    }

    .top-product .product-image {
        border: 1px solid rgba(170, 193, 231, 1);
        padding: 40px 0 0;
        margin-bottom: 23px;
    }

    .top-product .top-badge {
        top: 0px;
        left: 0px;
        width: 79px;
        padding: 5px 7px;
    }

    .top-product .buy-badge {
        font-size: 14px;
        font-style: italic;
        font-weight: 900;
        line-height: 14px;
        letter-spacing: 0.01em;
        padding: 13px 15px;
    }
    .top-product .top-product-link{
        margin-bottom: 35px;
    }
    .top-product{
        padding-bottom: 36px;
    }
}


/* Basic set */

.basic-set {
    background: #F1F3F7;
    padding: 80px 0;
}

.basic-set .container {
    max-width: 1130px;
    margin: 0 auto;
}

.basic-set .header h2 {
    margin-bottom: 29px;
}

.basic-set .header .base-subtitle {
    color: #203251;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 78px;
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
}

.basic-set .header .base-subtitle img {
    width: 263px;
    margin-left: 25px;
}

.basic-set .header .brand {
    color: #A5C33C;
    font-weight: 700;
}

.basic-set .discount-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 33px;
    margin-bottom: 30px;
    position: relative;
}

.basic-set .discount-info img {
    top: -75px;
    position: absolute;
    left: 10%;
}

.basic-set .discount-text-block {
    width: 335px;
}

.basic-set .sale-badge {
    background-color: #F1F2F4;
    color: #596080;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 50px;
}

.basic-set .discount {
    font-size: 145px;
    line-height: 100px;
    color: #CCD74D;
    font-weight: 800;
    font-style: italic;
}

.basic-set .discount-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #596080;
}

.basic-set .discount-text span {
    font-weight: 700;
    color: #203251;
}

.basic-set .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: justify;
    color: #596080;
    line-height: 1.6;
}

.basic-set .set-for h2 {
    color: #203251;
    text-align: center;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 53px;
    font-weight: 250;
    line-height: normal;
    margin-bottom: 30px;
}

.basic-set .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.basic-set .btn {
    background: none;
    border: 2px solid #2d3e5f;
    color: #2d3e5f;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase;
}

.basic-set .btn:hover {
    background-color: #2d3e5f;
    color: #fff;
}

.basic-set .btn.for-man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
}
.basic-set .btn.for-man:hover svg path{
    stroke: #fff;
}
.basic-set .btn.for-her {
    border-radius: 0;
    background: #B2BDD0;
    border: none;
    color: #EDEDED;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    width: 138.27px;
    height: 52px;
    top: 75px;
    left: 287.95px;
    gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.basic-set .btn.for-her:hover {
    background: #2d3e5f;
    color: #fff;
}

.basic-set .product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basic-set .product-card .tag {
    background-color: #A5C33C;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
}

.basic-set .product-card p {
    font-size: 1rem;
    color: #333;
    margin: 10px 0;
}

.basic-set .product-card .price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2d3e5f;
}

.total-block {
    max-width: 1130px;
    margin: 0 auto;
    margin-bottom: 66px;
}

.total-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #AAC1E7;
    padding: 19px 0;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.total-block .total p {
    font-size: 22px;
    font-weight: 800;
    line-height: 19px;
}

.total-block .total-text {
    color: #596080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
}

.total-block .total-text p {
    font-size: 20px;
    font-style: italic;
    font-weight: 250;
    line-height: 22px;
}

.total-block .total-text span {
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    line-height: 22px;
    color: #C7D341;
}

.total-block .total-text img {
    width: 64px;
}

.total-block .price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: 800;
    line-height: 19px;
}

.old-price {
    color: rgba(32, 50, 81, 0.4) !important;
    font-weight: 400;
    line-height: 19px !important;
}

.new-price {
    font-weight: 700;
}
.total-block .price-info .new-price{
    font-weight: 800;
}
.basic-set .new-price {
    /*font-size: 2rem;*/
    color: #2d3e5f;
    font-weight: bold;
}

.basic-set .buy-button-quickly {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .basic-set .discount-info img {
        position: relative;
        top: 0;
        left: 0;
    }

    .basic-set .discount-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .basic-set .header .base-subtitle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 768px) {
    .page-home .total-block .total{
        padding: 0 0 19px;
    }
    .total-block .total {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
    .total-block{
        margin-bottom: 90px;
    }

    .basic-set .discount-text-block {
        width: 100%;
    }
    .basic-set .discount-text{
        font-size: 15px;
        /*text-align: center;*/
        margin-bottom: 11px;
    }
    .basic-set .discount {
        font-size: 86px;
    }
    .basic-set .discount-info{
        gap: 11px;
    }
    .basic-set .description{
        font-size: 12px;
        line-height: 14px;
    }
    .basic-set .header .base-subtitle {
        margin-bottom: 11px;
        font-size: 25px;
        font-weight: 300;
        line-height: 21px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .basic-set .header .base-subtitle img{
        margin-left: 0;
    }

    .basic-set .set-for h2 {
        font-size: 31px;
        font-weight: 250;
        line-height: 19px;
    }
    .basic-set .header h2 {
        width: 45%;
        text-align: start;
        margin-bottom: 11px;
        font-size: 45px;
        font-weight: 800;
        line-height: 40px;
        text-align: left;
    }
    .basic-set .discount-info {
        margin-bottom: 0px;
    }
    .basic-set .buttons{
        gap: 9px;
    }
    .new-price{
        font-weight: 400;
    }
    .basic-set{
        padding: 40px 0 126px;
    }
}


.buy-button-quickly .btn-buy {
    background: none;
    color: #203251;
    border: 1px solid #203251;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    display: block;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    text-transform: uppercase;
}

.buy-button-quickly .btn-buy:hover {
    background-color: #C7D341;
    color: #ffffff;
    border-color: #C7D341;
}

.buy-button-quickly .btn-buy-two {
    background: none;
    color: #203251;
    border: 1px solid #203251;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    display: block;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    text-transform: uppercase;
}

.buy-button-quickly .btn-buy-two:hover {
    background-color: #C7D341;
    color: #ffffff;
    border-color: #C7D341;
}

.location {
    background: url("../media/location-bg.png") no-repeat, #CCD74D;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: 600px;*/
    position: relative;
    overflow: hidden;
    padding: 88px 0 91px;
}

.location-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.location-content {
    text-align: center;
    z-index: 1;
}

.location .logo {
    margin-bottom: 30px;
    margin: 0 auto;
}

.location .logo img {
    max-width: 200px;
}

.location .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}

.location h2 {
    font-size: 67px;
    font-style: italic;
    font-weight: 900;
    line-height: 61px;
    text-transform: uppercase;
}

.location h2.part-1 {
    margin-right: 100px;
}

.location h2.part-2 {
    margin-left: 100px;
}

.location .location-adress{
    margin-bottom: 22px;
}

.location .subtitle {
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.location-adress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px;
    color: #1c355e;
}

.location-adress-container img {
    width: 38px;
    height: 38px;
    margin-bottom: 11px;
}

.location-adress-container p {
    margin: 0;
}

.location .booking-button {
    padding: 15px 30px;
    background-color: #CCD74D;
    color: #203251;
    cursor: pointer;
    border: 4px solid #ffffff;
    width: 355px;
    margin: 0 auto;
    border-radius: 46px;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    text-transform: uppercase;
}

.location .booking-button:hover {
    background-color: #203251;
    color: #CCD74D;
}
.location .location-adress strong{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}
.location .location-adress{
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}
.location .map-link{
    display: inline-block;
    color: #203251;
    text-decoration: none;
    border-bottom: 3px solid #203251;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic;
    line-height: 18px;
    padding: 0 0 9px!important;
    text-transform: lowercase;
}

@media screen and (max-width: 768px) {
    .location{
        padding: 60px 0 91px;
        background-size: contain;
        background-position: center bottom;
    }
    .location .title {
        font-size: 46px;
        font-weight: 900;
        line-height: 50px;
    }

    .location h2.part-1 {
        margin-right: 50px;
    }

    .location h2.part-2 {
        margin-left: 50px;
    }

    .location .booking-button {
        width: 100%;
        max-width: 355px;
        font-size: 18px;
        line-height: 20px;
    }
    .location .location-adress strong{
        font-size: 18px;
        line-height: 22px;

    }.location .location-adress{
         font-size: 21px;
         line-height: 22px;
     }
}

/* Sportsman set */

.sportsman-set {
    color: #203251;
    background: #F1F3F7;
    padding: 80px 0;
}

.sportsman-set .top-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sportsman-set-top {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.sportsman-set .title {
    font-size: 67px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 34px;
    text-align: left;
}

.sportsman-set .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.sportsman-set .description > p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0;
    color: #444;;
}
.sportsman-set .sport-set-description-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    color: #203251;
    text-align: justify;
}
.sportsman-set .sport-set-name{
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    color: #203251;
}
.products-container {
    margin-bottom: 86px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    grid-auto-rows: auto;
}

.products-container .product.set-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
}

.products-container .product.set-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    width: 100%;
}

.products-container .product.set-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 80%;
}

.products-container .product.set-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
    margin-left: -20%;
}

.sportsman-set .product {
    text-align: start;
    position: relative;
}

.sportsman-set .product-info {
    width: 200px;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
    filter: contrast(1.1);
}

.sportsman-set .product-info .text {
    text-align: left;
    margin-bottom: 17px;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #203251;
}

.sportsman-set .product-info .price {
    text-align: right;
    font-family: 'RF Dewi Extended', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
}

.sportsman-set .product.set-1 .product-info {
    top: 57%;
    right: 70%;
}

.sportsman-set .product.set-2 .product-info {
    bottom: 21%;
    left: 33px;
}


.sportsman-set .product.set-3 .product-info {
    top: auto;
    left: 6%;
    bottom: 19%;
}

.sportsman-set .product.set-4 .product-info {
    bottom: 3%;
    right: -8%;
}

.sportsman-set .product img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    filter: contrast(1.1);
}

.sportsman-set .product .product-info img {
    width: 135px;
    height: auto;
}

.sportsman-set .total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sportsman-set .old-price {
    margin-right: 10px;
}

.sportsman-set .sale-tag {
    background-color: red;
    color: #203251;
    padding: 2px 5px;
    border-radius: 3px;
}

.sportsman-set .container {
    padding: 0 30px;
}

.banner .container {
    height: 100%;
}

@media screen and (max-width: 1280px) {
    .sportsman-set .product.set-1 .product-info {
        top: 57%;
        right: 63%;
    }

    .sportsman-set .product.set-2 .product-info {
        bottom: 16%;
        left: -15%;
    }

    .sportsman-set .product.set-3 .product-info {
        top: auto;
        left: 0;
    }

    .sportsman-set .product.set-4 .product-info {
        right: -14%;
        bottom: -10%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .products-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sportsman-set .product.set-1 .product-info {
        top: 60%;
        right: 53px;
    }

    .sportsman-set .product.set-2 .product-info {
        bottom: 14%;
        left: 30px;
    }

    .sportsman-set .product.set-3 .product-info {
        top: auto;
        left: 75px;
        bottom: 6%;
    }

    .sportsman-set .product.set-4 .product-info {
        bottom: 3%;
        right: 6%;
    }

    .sportsman-set .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sportsman-set .product.set-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .sportsman-set .product.set-3 {
        width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .sportsman-set .product.set-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .sportsman-set .product.set-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .products-container .product.set-4 {
        margin-left: 0;
    }

    .sportsman-set .container {
        padding: 0;
    }

    .sportsman-set .total-block {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .sportsman-set .title{
        font-size: 43px;
        font-weight: 800;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .title {
        font-size: 43px;
        line-height: 35px;
    }

    .sportsman-set .product.set-1 .product-info {
         right: 12px;
    }

    .sportsman-set .product.set-2 .product-info {
        bottom: 3%;
        left: 20px;
    }

    .sportsman-set .product.set-3 .product-info {
        left: 19px;
        bottom: -9%;
    }

    .sportsman-set .product.set-4 .product-info {
        bottom: -10%;
        right: 56%;
    }

    .sportsman-set .total-block {
        padding: 0 30px;
    }

    .sportsman-set-top {
        width: 100%;
        padding: 0 30px;
    }

    .banner .container {
        padding: 0 20px;
    }

    .banner-item-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 40px;
    }

    .banner-item h1 {
        font-size: 49px;
        font-style: italic;
        font-weight: 700;
        line-height: 37px;
    }

    .total-block .price-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sportsman-set .product-info {
        width: 150px;
    }

    .sportsman-set .product-info .text {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .sportsman-set .product-info .price {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }
    .sportsman-set .top-button img{
        width: 65px;
    }
    .sportsman-set .description{
        text-align: center;
    }
    .sportsman-set{
        padding: 54px 0 150px;
    }
    .sportsman-set .top-button{
        margin-bottom: 47px;
    }
}

@media screen and (max-width: 500px) {
    .sportsman-set .title{
        font-size: 32px;
        line-height: 36px;
    }
}


/* Footer */

footer {
    background: url("../media/footer-bg.png") no-repeat center center;
    background-size: cover;
    color: #B2BDD0;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    text-align: center;
    min-height: 592px;
}

footer a {
    color: #B2BDD0;
}

footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
}

footer .footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.footer-top {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-bottom: 125px;
}

.footer-top .footer-text {
    font-size: 142px;
    font-style: italic;
    font-weight: 700;
    line-height: 118px;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

footer .footer-address {
    padding: 0 20px;
}

footer .footer-logo img {
    margin-left: -350px;
}

footer .footer-logo img {
    width: 330px;
    max-width: 330px;
    height: auto;
}

footer .footer-contact p,
footer .footer-address p,
footer .footer-hours p {
    margin: 5px 0;
}

footer .footer-payment img {
    width: 84px;
    height: auto;
    margin: 0 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .footer-copyright {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

footer .footer-copyright p {
    margin: 0;
}

footer .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
}
footer .footer-hours{
    padding-left: 75px;
}

footer .footer-social img {
    width: 32px;
}

@media screen and (max-width: 1200px) {
    .footer-top .footer-text {
        font-size: 100px;
        line-height: 100px;
    }

    footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    footer {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 64px 20px 20px;
        min-height: auto;
    }

    footer .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 55px;
        gap: 25px;
        font-size: 15px;
        line-height: 19px;
    }

    .footer-top {
        margin-bottom: 20px;
    }

    .footer-top .footer-text {
        font-family: 'RF Dewi Extended', sans-serif;
        font-size: 52px;
        font-style: italic;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.03em;
    }

    footer .footer-logo img {
        width: 160px;
        margin-bottom: 0;
        margin-left: -100px;
    }

    footer .footer-copyright {
        text-align: end;
    }

    footer .footer-payment {
        display: none;
    }

    footer .footer-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-bottom .footer-item:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-bottom .footer-contact a {
        color: #C2CBDB;
        font-size: 13px;
        line-height: 23px;
    }

    .footer-bottom .footer-contact:first-child a {
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
    }

    footer .footer-address {
        padding: 0;
    }

    footer .footer-hours {
        font-size: 12px;
        line-height: 19px;
        padding-left: 0;
    }

    footer .footer-social img {
        width: 43px;
    }
}

/* Category */

.category-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.category-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.category-filter .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.dropdown-select {
    padding: 8px 12px;
    border: 1px solid #cbd5e0;
    border-radius: 15px;
    background-color: white;
    color: #2a4365;
    cursor: pointer;
    outline: none;
}

.view-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.view-btn {
    padding: 8px;
    border: none;
    color: #2a4365;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
}

.view-btn.active {
    background-color: #edf2f7;
    color: white;
}

.filter-btn-container {
    position: relative;
}

.filter-button {
    border: none;
    color: #2a4365;
    cursor: pointer;
}

.filter-button.active {
    padding-right: 20px;
}

.filter-button.active::after {
    content: url("../media/arrow-right2.svg");
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.filter-count {
    background-color: #CCD74D;
    color: #203251;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    text-align: center;
    margin-right: 5px;
}

.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
}
.product-section .product-layout{

}
@media(max-width: 768px){
    .category-container.active-filter{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* Category Filter */

.filter.filter-container {
    min-width: 369px;
    height: 100%;
    background-color: white;
    padding: 58px 0 45px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    z-index: 1;
    display: none;
}

.filter.filter-container.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    display: block;
}

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

.filter .filter-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 10px 0;
}

.filter .tag {
    background: #F1F3F7;
    padding: 6px 26px 6px 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: lowercase;
    position: relative;
}

.filter .tag-close {
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    background: url("../media/close-dark.svg") no-repeat center center;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.filter .filter-section {
    padding-top: 30px;
    margin-bottom: 30px;
}

.filter .filter-section .option-title {
    cursor: pointer;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.filter .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.filter .option {
    padding: 8px 20px;
    cursor: pointer;
    border: 1px solid #C2CBDB;
    text-transform: lowercase;
}

.filter .option.selected {
    background-color: #007bff;
    color: #fff;
}

.filter .option.active {
    background: #203251;
    color: #ffffff;
}

.filter .slider-container {
    position: relative;
    height: 6px;
    background-color: #d9e558;
    border-radius: 3px;
    margin: 20px 0;
}

.filter .price-slider {
    position: absolute;
    width: 100%;
    height: 6px;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
    z-index: 2;
}

.filter .price-slider::-webkit-slider-thumb {
    pointer-events: all;
    width: 22px;
    height: 22px;
    background: url('../media/price-min.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    -webkit-appearance: none;
}

.filter #max-price::-webkit-slider-thumb {
    background: url('../media/price-max.svg') no-repeat center center;
    background-size: contain;
    width: 34px;
    height: 34px;
}

.filter .slider-track {
    position: absolute;
    height: 6px;
    border-radius: 3px;
    z-index: 1;
}

.filter .price-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.filter .price-range-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

.filter .price-inputs input {
    width: 100px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
}

.filter .color-options label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.filter .filter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 58px;
}

.filter .bf-buttonclear{
    background: #B2BDD0;
    color: #ffffff;
    padding: 15px;
    border: none;
    cursor: pointer;
}
.filter .bf-attr-filter .bf-count{
    background: #203251;
    padding: 0 5px;
}

.filter .bf-disabled span{
    color: #B2BDD0;
}

.bf-slider-range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    position: relative;
    height: 6px;
    background-color: #d9e558;
    border-radius: 3px;
    margin: 20px 0;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    position: absolute;
    height: 6px;
    border-radius: 3px;
    z-index: 1;
    background-color: #d9e558;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    pointer-events: all;
    width: 22px;
    height:22px;
    background: url('../media/price-min.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    -webkit-appearance: none;
}
/*!* Стили для минимального ползунка *!*/
.ui-state-default.ui-corner-all.ui-slider-handle.bf-handle-min {
    background: url(../media/price-min.svg) no-repeat center center!important;
    background-size: contain!important;
    top: -0.5em;
}

/* Стили для максимального ползунка */
.ui-state-default.ui-corner-all.ui-slider-handle.bf-handle-max{
    top: -0.9em;
    background: url('../media/price-max.svg') no-repeat center center!important;
    width: 34px!important;
    height: 34px!important;
}
.btn-primary {
    border: 1px solid #203251;
    border-radius: 26px;
    color: #203251;
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #203251;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-primary svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-primary:hover svg path {
    stroke: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.filter .show-products {}

.filter .back-button {
    background: #B2BDD0;
    color: #ffffff;
    padding: 15px;
    border: none;
}
.filter .bf-attr-group-header{
    display: none;
}
.filter .bf-attr-filter.item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.filter .bf-attr-filter .bf-cell{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter .bf-attr-filter .bf-cell label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter .bf-attr-filter img{
    width: 20px;
    border-radius: 50px;
}

.bf-attr-filter input[type="checkbox"],
.bf-attr-filter input[type="radio"]{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.bf-attr-filter label {
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-transform: capitalize;
}

.bf-attr-filter input[type="checkbox"]:checked + .bf-c-2 label {
    background-color: #e0e0e0;
}

.bf-attr-filter label:hover {
    background-color: #F0F2F5;
}

.bf-attr-filter .bf-attr-val{
    display: none;
}
.filter .bf-attr-filter .bf-c-3{
    display: none;
}
.dropdown {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}

.dropdown_menu {
    min-width: 40px;
    min-height: 40px;
    width: 100%;
}

.dropdown_menu .dropdown-content li {
    display: none;
}

.menu-category-item.active .dropdown-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu-category-item.active .dropdown-content li .dropdown-submenu{
    padding-left: 40px;
}

.dropdown-menu-header {
    cursor: pointer;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
}

.dropdown-menu-header:after {
    content: url("../media/arrow-down.svg");
    top: 8px;
    right: 0;
    position: absolute;
}
.dropdown_menu.open .dropdown-menu-header:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.dropdown-header {
    cursor: pointer;
    padding: 18px 0px 16px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
}

.dropdown-header:after {
    content: url("../media/arrow-down.svg");
    top: 15px;
    right: 0;
    position: absolute;
}

.dropdown.open .dropdown-header:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    -o-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0 10px;
    background-color: #fff;
    border-top: none;
}

.dropdown-content .item {
    display: block;
    /*width: 180px;*/
    padding: 10px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.dropdown-content .item.selected {
    background-color: #F0F2F5;
}

.dropdown-content button:hover {
    background-color: #f9f9f9;
}

.dropdown.open .dropdown-content {
    max-height: 100%;
    opacity: 1;
    padding: 10px;
}

.menu-category-item.active .dropdown-content {
    max-height: 100%;
    opacity: 1;
    padding: 10px;
}
.menu-category-item.active .dropdown-menu-header::after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.bf-price-container{
    padding: 0 20px;
}


@media (max-width: 768px) {
    .category-filter {
        width: 100%;
    }

    .category-filter .controls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-filter .controls .view-toggle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .category-filter .controls #input-sort{
        max-width: 200px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .category-filter .controls #input-sort option{
        width: 100%;
        font-size: 12px;
    }

    .filter-btn-container{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .category-title{
        width: 100%;
        margin-bottom: 32px;
    }
    .filter.filter-container{
        min-width: 100%;
        padding: 20px 0;
    }
    .dropdown.open .dropdown-content{
        padding: 10px 0;
    }
}



/* Product */
.product-info-section {
    margin-bottom: 70px;
    background: -o-linear-gradient(top, #27477D 0%, #00102B 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#27477D), to(#00102B));
    background: linear-gradient(180deg, #27477D 0%, #00102B 100%);
    padding: 31px 0 0;
}

.product-info-section .container {
    max-width: 1100px;
}

.product-info-container {
    color: #CCD74D;
    margin-bottom: 70px;
}
.product-info-row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 25px;
    margin-bottom: 25px;
}
.product-info {
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-info-title{
    text-transform: uppercase;
    font-weight: 800;
}
.product-info-text{
    text-transform: capitalize;
    font-weight: 400;
}
.product-details {
    list-style: none;
    /*line-height: 2.5;*/
    margin-bottom: 22px;
}

.product-details li {
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #3B68B6;
}

.product-details li:last-child {
    border-bottom: none;
}

.product-details li span {
    min-width: 130px;
}

.product-characteristics {
    width: 100%;
    max-width: 900px;
}

.product-characteristics h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    margin-bottom: 20px;
}

.product-characteristics p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    color: #CCD74D;;

}
.size-chart-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}
.size-popup-close{
    display: none;
}
.size-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    width: fit-content;
}

.size-chart-text {
    color: #B2BDD0;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
}


.size-chart-table {
    padding: 14px 20px 18px;
    border: 2px solid #2E579D;
    margin-bottom: 11px;
}

.size-chart h4 {
    font-size: 18px;
    margin-bottom: 17px;
    text-align: center;
}

.size-chart table {
    width: 100%;
    border-collapse: collapse;
}

.size-chart table th {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-align: left;
}

.size-chart .table-header th {
    padding: 20px 10px;
}

.size-chart table td {
    padding: 10px 20px;
}

.size-chart table td {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    text-align: end;
}

.size-schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.size-schema ul li {
    padding: 10px 0;
}

.size-schema-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.size-schema-image img {
    max-width: 100%;
    height: auto;
}

.product-info-footer {
    background-color: #C7D341;
}

.product-info-footer-container {
    text-align: end;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-info-footer span {
    font-size: 13px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 33px;
}

.product-info-footer img {
    height: 65px;
}

.product-info-footer .container {
    max-width: 1440px;
}

.product-info-btn {
    border: 1px solid #CCD74D;
    font-size: 9px;
    font-style: italic;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: 46px;
    padding: 10px 16px;
    color: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.thumbnail-slider {
    width: 80px;
    margin-left: 20px;
}

.thumbnail-slider div {
    cursor: pointer;
}

.thumbnail-slider img {
    width: 100%;
    margin: 5px 0;
}

.product-hero-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 83px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 83px;
    background: #fff;
    padding: 63px 20px;
}

.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.thumbnail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}

.thumbnail {
    width: 112px;
    height: 112px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}

.thumbnail.active {
    border-color: #007bff;
}

.thumbnail-slider-container {
    position: relative;
    padding: 100px 0;
    margin-right: 70px;
}

.thumbnail-slider-container .slick-prev,
.thumbnail-slider-container .slick-next {
    top: auto;
    width: 70px;
    height: 70px;
}

.thumbnail-slider-container .slick-prev {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.thumbnail-slider-container .slick-next {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.thumbnail-slider-container .slick-prev:before,
.thumbnail-slider-container .slick-next:before {
    content: "";
}

.thumbnail-slider-container .thumbnail-slider {
    margin: 0 auto;
}

.product-hero-info {
    max-width: 410px;
}
.product-hero-info-mob{
    display: none;
}
.product-hero-info .product-colors .color-option-image{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
}
.product-hero-info .product-colors .color-option{
    width: 33px;
    height: 33px;
    position: relative;
}
.product-code-container{
    margin-bottom: 58px;
}
.product-code {
    color: #C2CBDB;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: start;
    text-transform: uppercase;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.product-description {
    font-size: 16px;
    color: #555;
    margin: 0 0 20px;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
}

.product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 37px;
    gap: 20px;
}

.product-colors p {
    margin-bottom: 26px;
}

.product-colors,
.product-sizes {
    margin-bottom: 20px;
}

.color-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
}
.color-option-image{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
}

.color-option.gray {
    background-color: #D9D9D9;
}

.color-option.blue {
    background-color: #007bff;
}

.color-option.black {
    background-color: #000;
}

.color-option.active {
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 1px 2px #C4D5F3;
    box-shadow: 0 0 1px 2px #C4D5F3;
}

.size-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    padding: 8px 16px;
    background-color: #c2cbdb6e;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-align: left;
}

.size-option.active {
    background-color: #C2CBDB;
    color: #203251;
}

.add-to-cart {
    background-color: #CCD74D;
    border: none;
    padding: 22px 24px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 14px;
    text-align: center;
    width: 118px;
}

.add-to-cart:hover {
    background-color: #CCD74D90;
}

.main-image {
    position: relative;
    width: 450px;
    min-width: 450px;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
}

.zoom-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-gallery .product-slider .mobile{
    display: none;
}
.product-gallery .product-slider .desktop{
    display: block;
}
#product .size-options{
    padding-top: 26px;
}
@media(min-width: 768px) {
    .zoom-container:hover img {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }
    .zoom-container.active {
        cursor: move;
    }
    .zoom-container.active img {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
}
@media(max-width: 1280px) {
    .product-hero-section {
        gap: 20px;
    }

    .product-info-container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media(max-width: 1024px) {
    .product-hero-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-info-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .product-slider {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-info-row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .size-chart-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media(max-width: 768px) {
    .thumbnail-slider {
        max-width: 100%;
        width: auto;
    }

    .thumbnail-slider-container {
        padding: 0;
        margin: 0;
    }

    .thumbnail-slider img {
        min-height: 350px;
    }

    .thumbnail-slider-container .slick-prev {
        top: auto;
        left: 0;
        right: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .thumbnail-slider-container .slick-next {
        top: auto;
        bottom: auto;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: auto;
    }

    .product-hero-section {
        padding: 0 0 40px;
    }

    .product-gallery {
        padding-bottom: 93px;
    }

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

    .product-hero-info {
        max-width: 100%;
        display: none;
    }
    .product-hero-info-mob{
        display: block;
    }
    .product-code-container{
        margin-bottom: 0;
    }
    .product-gallery.images .main-image{
        display: none;
    }
    .product-gallery .product-slider .mobile{
        display: block;
    }
    .product-gallery .product-slider .desktop{
        display: none;
    }
    #size-chart.popup{
        position: fixed;
        bottom: 0;
        left: 20px;
        z-index: 1;
        width: calc(100% - 40px);
    }
    #size-chart.popup .size-popup-close{
        display: block;
        position: absolute;
        top: 18px;
        right: 20px;
    }
    .popup .size-chart-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: -o-linear-gradient(top, #27477D 0%, #00102B 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#27477D), to(#00102B));
        background: linear-gradient(180deg, #27477D 0%, #00102B 100%);
        padding: 80px 20px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-info-section{
        margin-bottom: 25px;
    }
    .view-products{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .add-to-cart{
        font-size: 14px;
        font-style: italic;
        font-weight: 900;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;
        padding: 12px;
    }
    .main-image{
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .zoom-container img{
        -o-object-fit: contain;
        object-fit: contain;
    }

}
@media(max-width: 530px) {
    #size-chart.popup{
        left: 0;
        width: 100%;
    }
    .size-chart table td{
        padding: 5px;
    }
}


/* about us */

.about-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.section-title {
    /*color: #333;*/
    /*font-size: 18px;*/
    /*margin-bottom: 20px;*/
}

.about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-title {
    color: #003366;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.2;
}

.mission-title {
    color: #003366;
    font-size: 24px;
    margin-bottom: 16px;
}

.mission-text {
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

.image-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .about-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column-reverse;
    }

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

    .mission-title {
        font-size: 20px;
    }
}


/* refund */

.refund-section {
    padding: 90px 0 0;
}

.refund-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.refund-container .section {
    margin-bottom: 30px;
}

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.refund-container .section-title-small {
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
}

.refund-section .important {
    color: #ff0000;
    font-weight: bold;
}

.refund-section .refund-block {
    max-width: 500px;
    min-height: 300px;
}

.refund-section .refund-block:first-child {
    margin-bottom: 24px;
    border-bottom: 1px solid #AAC1E7;
}

.refund-section .refund-block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.refund-section .refund-block.general {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.refund-section .refund-block.general p {
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.refund-section ol {
    margin-left: 20px;
}

.refund-section ol li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.refund-section .fee-note {
    color: #2D7AFF;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.refund-section .refund-block .refund-days-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.refund-section .refund-block .refund-days-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
}

.refund-section .refund-block .refund-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.refund-section .refund-block .refund-days .text-top {
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 2px;
}

.refund-section .refund-block .refund-days .text-bottom {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: end;
}

.refund-section .refund-block.refund-location .method-container {
    margin-bottom: 19px;
}

.refund-section .refund-block.refund-location .method-name-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px;
}

.refund-section .refund-block.refund-location .method-name {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
}

@media (max-width: 768px) {
    .refund-section {
        padding: 37px 0;
    }

    .refund-container {
        gap: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .refund-section .refund-block {
        min-height: 250px;
    }
}

/* Contacts */

.section-body {
    padding: 95px 0;
}
.contacts .container-fluid{
    max-width: 1000px;
}
.contacts .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 95px 0;
    gap: 84px;
}

.contacts .contact-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts .contact-info h2 {
    margin-bottom: 31px;
    text-transform: uppercase;
}
.contacts-content.contact-info h2 {
    margin-bottom: 36px;
    font-size: 20px;
}
.contacts-content.contacts  .info-item {
   align-items: start;
   margin-bottom: 44px;
}
.contacts-content.contacts  .info-item.contacts-block {
   align-items: center;
   margin-bottom: 16px;
}
.contacts-content.contacts .socials{
    margin-top: 28px;
}
.contacts-content.contacts .info-item.contacts-block a {
    font-size: 15px;
}
@media (min-width: 767px) {
.contacts-content.contacts .info-item.contacts-block a {
    font-size: 17px;
}
}
.contacts .call-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 50px;
    background-color: #F0F2F5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-block .info-text{
    font-weight: 600;
}

.contacts .call-form h2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 800;
    line-height: 27px;
    color: #CCD74D;
    text-align: center;
    width: 50%;
}

.contacts .contacts-block {
    background: #F0F2F5; 
     padding: 19.5px 19px;
}

/* Contact Info Styles */
.contacts .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.contacts .info-item.contacts-block .icon {
    margin-right: 25px;
}

.contacts .contact-icon {
    width: 55px;
    padding-left: 17px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts .socials img {
    width: 43px;
    height: 43px;
}

.contacts .socials {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.contacts .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 600;
    color: #1c2a3a;
    text-decoration: none;
}

.contacts .contact-info .socials a .icon {
    margin-right: 16px;
}

.contacts .contact-info .info-text p {
    margin: 0;
}

.contacts .map-link {
    display: flex;
    flex-direction: column;
    color: #203251;
    margin-top: 17px;
    font-size: 17px;
    font-weight: 800;
    width: fit-content;
}
.contacts .map-link::after {
    content: " " ;
    margin-top: 9px;
    height: 3px;
    background-color: #203251;
    width: 100%;
}
@media (max-width: 768px) {
    .contacts-content.contacts .info-item {
    margin-bottom: 24px;
}
    .contacts .contact-container {
        gap: 0px !important;
    }
    .contacts-content.contacts .info-item.contacts-block {
    margin-bottom: 12px;
}
}
/* Call Form Styles */
.contacts .form-group {
    margin-bottom: 20px;
}

.contacts label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.contacts input[type="text"],
.contacts input[type="tel"] {
    width: calc(100% - 10px);
    outline: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    height: 54px;
    font-size: 15px;
    font-weight: 600;
}
.contacts-content.contacts .form-group input {
    padding: 0px 19px;
}
.contacts input::placeholder {
    color: #203251;
}

.contacts .phone-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #CCD74D;*/
    overflow: hidden;
    background-color: white;
}

.contacts .form-group input {
    border: 1px solid #CCD74D;
    width: 100%;
}

.contacts .country-code {
    padding: 10px;
    background-color: #f0f4f8;
    border-right: 1px solid #e5e7eb;
    color: #1c2a3a;
}

.contacts .phone-input input {
    border: none;
    padding: 10px;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.contacts-content.contacts .phone-input input {
    border: none;
    border: 1px solid #CCD74D;
}

.contacts .call-button {
    background-color: #CCD74D;
    padding: 17.5px 28px;
    border: 2px solid #CCD74D;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.contacts .call-button:hover {
    background-color: transparent;
}

.contacts form {
    width: 100%;
    max-width: 330px;
}

@media (max-width: 1024px) {
    .contacts .call-form {
        padding: 20px;
    }

    .contacts .contact-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contacts {
        padding: 0 0 37px;
    }

    .contacts .contact-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 37px 0 63px;
    }

    .contacts .contact-info {
        padding: 0;
    }

    .contacts .socials {
        display: none;
    }

    .contacts .call-form {
        background: none;
    }

    .contacts .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts .socials a {
        margin-bottom: 10px;
    }

    .contacts .contact-info h2 {
        text-align: center;
    }
}

/* Delivery */

.delivery {
    padding: 97px 0 60px;
}

.delivery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
}

.delivery .section {
    width: 46%;
}

.delivery .delivery-header {
    margin-bottom: 25px;
}

.delivery .free-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.delivery .delivery-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-bottom: 40px;
}

.delivery .shipping-methods .method {
    gap: 15px;
}

.delivery .method .price {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #2D7AFF;
}

.delivery .shipping-methods p {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    width: 40%;
    text-transform: uppercase;
}

.delivery hr {
    border: none;
    border-top: 1px solid #AAC1E7;
    margin: 20px 0;
}

.free-shipping,
.shipping-methods,
.payment-method,
.payment-on-delivery {
    margin-bottom: 20px;
}

.delivery .pickup .method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 19px;
}

.delivery .pickup .method h3 {
    margin-bottom: 0;
}

.free-shipping strong {
    display: inline-block;
    font-size: 16px;
    color: #1e2e59;
}

.free-shipping span {
    color: #2D7AFF;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.method,
.payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery .payment-method {
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.delivery .payment-method:first-child {
    padding: 22px 0 0;
}

.method div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.method p {
    font-size: 16px;
    color: #1e2e59;
}

.delivery .free-shipping .shipping-methods-title {
    width: 50%;
}

.delivery .methods-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.delivery .payment-method .methods-title {
    margin-bottom: 0;
}

.delivery .pickup p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.payment-on-delivery p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.delivery-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
}

.delivery-contact span {
    font-size: 29px;
    font-weight: 800;
    line-height: 27px;
    text-align: center;
    color: #CCD74D;
}

.delivery-contact-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
}

@media(max-width: 768px) {
    .delivery-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .delivery .section {
        width: 100%;
    }

    .delivery {
        padding: 37px 0;
    }

    .delivery .shipping-methods .method img {
        width: 84px;
    }

    .delivery h2 {
        text-align: center;
    }

    .delivery .method .price {
        font-size: 15px;
    }

    .delivery .delivery-header {
        margin-bottom: 38px;
    }
}

.button-container {
    max-width: 304px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.hidden {
    display: none !important;
}

#error-not-found #content p {
    padding: 40px;
}

.breadcrumb {
    padding: 20px 0;
}

/* Thank you page */
.thank-you-page{
    padding: 56px 0 96px;
}
.thank-you-page .thank-you-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 470px;
    margin: 0 auto;
}

.thank-you-page .successful-img {
    margin-bottom: 20px;
}

.thank-you-page .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.thank-you-page .subtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}

.thank-you-page .thank-you-order {
    width: 100%;
    margin-bottom: 65px;
}

.thank-you-page .thank-you-order .order-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
}
.thank-you-page .thank-you-order .order-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
}


.thank-you-page .order-list {
    list-style: none;
    padding: 24px 0 0;
}

.thank-you-page .order-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thank-you-page .order-list li:last-child {
    border-bottom: none;
}

.thank-you-page .order-product-count {
    margin-right: 20px;
}

.thank-you-page .order-product-name {
    font-size: 14px;
    font-weight: 600;
    max-width: 215px;
}

.thank-you-page .order-product-info {
    margin-bottom: 8px;
}

.thank-you-page .order-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.thank-you-page .product-details {
    padding-left: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thank-you-page .thank-you-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 69px;
}

.continue-shopping:hover {
    background-color: #CCD74D;
}
.continue-shopping {
    background: #B2BDD0;
    color: #ffffff;
    padding: 14px 40px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    width: 304px;
}

@media(max-width: 768px) {
    .thank-you-page .order-name{
        margin-bottom: 46px;
        text-align: center!important;
    }
}
/* Partners */

.partners {
    /*padding: 95px 0;*/
}

.partners .partners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.partners .partners-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}

.partners .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.partners .partners-info .info-item:nth-of-type(1) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.partners .info-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.partners .info-item.contacts-block .info-text a {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

.partners .info-item.or-social p {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    width: 50%;
}

.partners .call-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 72px 88px 84px;
    background-color: #F0F2F5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partners .call-form h2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 800;
    line-height: 27px;
    color: #CCD74D;
    text-align: center;
    width: 50%;
}

.partners .form-group {
    margin-bottom: 20px;
}

.partners label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.partners .form-group input {
    border: 1px solid #CCD74D;
    height: 54px;
}

.partners input[type="text"],
.partners input[type="tel"] {
    width: 100%;
    padding: 0px 19px;
    outline: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    font-size: 15px;
    font-weight: 600;
}
   .partners .info-item.contacts-block{
    margin-bottom: 54px;
    }
    .partners .info-item.text-or{
    margin-bottom: 40px;
    }

@media screen and (min-width: 1100px) {
    .partners .container-fluid {
        max-width: 1000px;
    }
    .partners .info-item.contacts-block{
        margin-bottom: 36px;
    }
    .partners .info-item.text-or{
    margin-bottom: 32px;
    }
}
   
.partners .call-button {
    background-color: #CCD74D;
    padding: 17.5px 28px;
    border: 2px solid #CCD74D;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.partners .call-button:hover {
    background-color: transparent;
}
.partners .phone-input input::placeholder{
    color: #203251;
}

.partners .icon {
    margin-right: 15px;
}

.partners .socials img {
    width: 43px;
    height: 43px;
}

.partners .socials {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.partners .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    color: #1c2a3a;
    text-decoration: none;
}

.partners .contact-info .socials a .icon {
    margin-right: 5px;
}

.partners .text-or p{
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.partners .contacts-block a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners .text_comunication p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.partners .text_travels p{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
    .partners .call-form {
        padding: 20px;
    }
}

@media(max-width: 768px) {

    .thank-you-page .thank-you-page-header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .thank-you-page .continue-shopping {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .section-title {
        font-size: 17px;
    }
    .refund-section .container-fluid{
        padding: 0;
    }
    .refund-section .refund-block {
        max-width: 100%;
    }
    
    .refund-section .refund-block p {
        font-size: 14px;
    }

    .refund-section .refund-block.general p {
        font-size: 14px;
    }

    .refund-section .refund-block .refund-days-title {
        font-size: 15px;
    }

    .view-all-button {
        font-size: 14px;
        min-width: 230px;
    }

    .partners .partners-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners .call-form {
        display: none;
    }

    .partners .partners-info {
        padding: 0;
    }

    .section-body {
        padding: 37px 0;
    }
}

/* cart Popup*/

.cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -10px;
    left: 15px;
    background-color: #CCD74D;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
}

.cart-popup {
    display: none;
    position: absolute;
    background-color: #F1F3F7;
    border: 1px solid #AAC1E7;
    padding: 15px 25px 20px;
    top: -15px;
    right: 50px;
    white-space: nowrap;
    width: 355px;
}

.cart-popup .cart-popup-header {
    margin-bottom: 21px;
}

.cart-popup .cart-popup-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

#closeCartPopup {
    position: absolute;
    top: 11px;
    right: 11px;
}

.cart-popup-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #203251;
    gap: 10px;
}
.cart-popup-item-body:last-child {
    border-bottom: none;
}
.cart-popup-item-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    /*width: 85%;*/
    display: block;
    white-space: pre-wrap;
    margin-bottom: 17px;
}

.cart-popup .cart-popup-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.cart-popup-item-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.cart-popup-item-color .color-option {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-popup .cart-popup-button {
    background: #ffffff;
    height: 52px;
}

.cart-popup .cart-popup-button:hover {
    background: #203251;
    color: #ffffff;
}
.about-us-container{
    max-width: 1200px;
}
.about-us-container .mission-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 0;
}

.about-text-sb-img{
    font-size: 14px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 14px;
}
.about-us-container .image-content img {
 border-radius: 0;
}
@media(max-width: 768px){
    .cart-popup {
        top: 55px;
        right: -70px;
        width: 100vw;
    }
    .about-text-desktop{
    display: none;
}
    .about-us-container .section-title{
    text-align: center;
    margin-bottom: 35px !important;
}
    .about-us-container .about-container {
    gap: 29px;
    }
    .about-us-container .main-title {
        font-size: 29px;
    }

}
@media(min-width: 767px){
    .about-text-sb-img{
        font-size: 11px;
    }
    .about-text-mobile{
        display: none;
    }
    .about-us-container .section-title{
        font-size: 20px;
    }
}
.about-container .description{
    margin-bottom: 30px;
    
}
/*product-search*/

#product-search #content > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#information-information{
    padding-top: 68px;
    padding-bottom: 130px;
}
#information-information .section-title{
    margin:0 0 26px;
}
.empty-block{
    padding: 40px;
    min-height: 400px;
}
.empty-block .product-section-title{
    line-height: normal;
    margin-bottom: 50px;
}
@media(max-width: 768px){
    #information-information{
        padding-top: 0;
    }
    #information-information .image-content{
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    #information-information .image-content img{
        border-radius: 0;
    }
}

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

.copy-icon {
    display: none;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 34px;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    left: -150px;
    top: 0;
    background-color: #4CAF50;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}

.contact_block:hover .copy-icon {
    display: block;
}

.call-container:hover .tooltip {
    display: none;
}


#product-manufacturer #content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 100px;
}
.product-manufacturer-categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.product-manufacturer-categories strong{
    white-space: nowrap;
}
.product-manufacturer-categories a{
    padding: 5px 10px;
}
#product-manufacturer a:hover{
    background: #f0f4f8;
}
.manufacturer-categories-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#button-search{
    margin-bottom: 0;
    padding: 5px 30px;
    height: 38px;
    cursor: pointer;
}
#input-search{
    border-bottom: 1px solid #203251;
    margin-right: 30px;
}
.search-page{
    margin-bottom: 30px;
}
.search-page .category-header{
    margin-bottom: 20px;
}
#error-not-found .buttons{
    max-width: 300px;
    margin: 0 auto;
}
#error-not-found #content{
    text-align: center;
}

.alert{
    padding: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
}
.alert-success {
    background: #CCD74D;
}
.alert-danger{
    background: #f96f66;
}

@media(max-width: 768px){
    .product-manufacturer-categories{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tooltip{
        left: 25px;
        top:auto;
        bottom: -50px;
    }
}

/* filter */
.bf-filter-static{
    /*padding: 18px 0 16px;*/
}

.bf-filter-static .bf-attr-header {
    font-size: 17px!important;
    color: #203251!important;
    background: none!important;
    font-weight: 600;
    line-height: 19px;
    /*margin-bottom: 17px;*/
    text-transform: uppercase;
    padding: 18px 0 17px;
}


.bf-filter-static .bf-attr-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bf-hidden {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
}

.bf-static-item label {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #C2CBDB;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#203251;
    padding: 8px 20px;
}

.bf-static-item input:checked + label {
    border-color: #000;
    background: #f5f5f5;
}
.bf-filter-static label:hover {
    background-color: #F0F2F5;
}

.brainyfilter-panel form .dropdown:last-of-type{
    border: none;
}
/*-------------faq---------------*/
@media screen and (max-width:768px) {
 .section-title.faq-title{
    padding-top: 40px;
}
}
.faq-list-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    padding-left: 25px;
}
.faq-list-item li{
    list-style: decimal;
}
.faq-text{
    margin-top: 15px;
}
.faq-title-item{
    text-transform: uppercase;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .premium-product-card .product-info-container {
        margin-bottom: 0;
    }
}

.product-card.out-of-stock {
    opacity: 0.5;
}