*,
*:after,
*:before {
    outline: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #222222;
    background-color: #F7F7F7;
    scroll-behavior: smooth;
}

button,
input,
select,
optgroup,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
}

.inner {
    max-width: 1310px;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 10px;
}

a,
a:visited {
    display: block;
    color: #222222;
    border-radius: 4px;
    text-decoration: none;
    transition: .3s;
}

a:hover,
a:focus {
    color: #222222;
    opacity: 0.8;
}

p {
    margin-top: 24px;
    margin-bottom: 24px;
}

p:first-child {
    margin-top: 0;
}

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


.btn,
.btn:visited,
.button,
.button:visited,
button,
button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #222222;
    border: 0;
    border-radius: 10px;
    background: #FFD60A;
    padding: 10px 28px;
    line-height: 19px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    color: #222222;
    background: #E7C205;
}

.btn.transparent {
    color: #363634;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 34px 15px;
    background: transparent;
    border: 2px solid #E7C205;
}

.btn.transparent:hover {
    color: #363634;
    background: #E7C205;
    border-color: #E7C205;
}


.opacity {
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.red {
    color: red;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.center {
    text-align: center;
    justify-content: center;
}

.s_head {
    margin: 40px 0;
}

h2.s_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

h3.s_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}


/**
 * Fonts.
 *
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');












/**
 * Header.
 *
 */




#masthead .top {
    background-color: #FFD60A;
}

#masthead .top .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
}

#masthead .top .__address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


#masthead .top .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    color: #343434;

    display: flex;
    align-items: center;
    padding: 10px 10px 10px 18px;
    margin-right: 40px;
    position: relative;
}

#masthead .top .address::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url(../img/location-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#masthead .top .address span {
    display: block;
    font-size: 14px;
    line-height: 0.8;
    font-weight: 600;
    color: #343434;
    text-align: center;
    margin-right: 5px;
}

#masthead .top .clock {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    color: #343434;

    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    position: relative;
}

#masthead .top .clock::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url(../img/clock-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



#masthead .mid {
    padding: 15px 0;
    overflow: hidden;
    background-color: #252525;
}

#masthead .mid .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

#masthead .mid .logo {
    max-width: 200px;
    margin-right: 60px;
}

#masthead .mid .logo a {
    line-height: 0;
}

#masthead .mid .categories {
    width: 140px;
    margin-top: 24px;
}

#masthead .mid .categories .btn {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FFD60A;
    padding: 10px 8px 8px 34px;
}

#masthead .mid .categories .btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
    width: 18px;
    height: 18px;
    background-image: url(../img/dots-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    -webkit-filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
}

.right_col {
    width: calc(100% - 400px);
}

#masthead .mid .contacts {
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#masthead .mid .contacts .phone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: 40px;
    padding-left: 40px;
}

#masthead .mid .contacts .phone .phone_link {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

#masthead .mid .contacts .phone .callback {
    font-size: 14px;
    line-height: 1.1em;
    margin-top: 2px;
    color: #F5F5F5;
    border-bottom: 1px dashed #FFD60A;
}

#masthead .mid .contacts .phone .callback:hover {
    border-color: transparent;
}

#masthead .mid .contacts .phone::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
    -webkit-filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
}

#masthead .mid .contacts .socials {
    display: flex;
}

#masthead .mid .contacts .socials a {
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#masthead .mid .secart {
    width: 100px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

}

#masthead .mid .secart a {
    line-height: 0;
}

#masthead .mid .secart a img {
    filter: brightness(1000);
    -webkit-filter: brightness(1000);
}


#masthead .mid .secart .search {
    display: flex;
    margin-right: 10px;
}

#masthead .mid .secart .cart .cart-btn {
    position: relative;
    line-height: 0;
}

#masthead .mid .secart .cart .cart__counter {
    position: absolute;
    top: -5px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    background-color: #FFD60A;
    color: #222222;
    font-size: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}


/**
 * Header Menu.
 *
 */

.nav {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-top: 1px solid #FFD60A;
}

.nav::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFD60A;
    position: absolute;
    top: -1px;
    right: -100%;
}

.nav .burger,
.nav .close {
    display: none;
}

.nav .header_menu {
    width: 100%;
}

.nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav ul li {
    position: relative;
    margin: 0 0 0 24px;
}

.nav ul li:first-child {
    margin: 0;
}

.nav ul li.menu-item-has-children {
    margin-left: 39px;
}

.nav ul li.menu-item-has-children:before {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -22px;
    background: url(../img/menu-arr.svg) center center no-repeat;
    position: absolute;
    transition: transform .3s;
}

.nav ul li.menu-item-has-children:hover:before {
    filter: none;
    transform: rotate(180deg);
}


.nav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    z-index: 1;
    white-space: nowrap;
    transition: .3s;
}

.nav ul li a:hover {
    color: #F1F1F1;
}

.nav ul li ul {
    position: absolute;
}

.nav ul li.current-menu-item>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFD60A;
}

.nav nav.header_menu>ul>.menu-item>.sub-menu {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    transform: translateY(-10%);
    padding-top: 30px;
    opacity: 0;
    width: max-content;
    min-width: 200px;
    pointer-events: none;
    transition: transform .4s, opacity .3s;
}

.nav nav.header_menu>ul>.menu-item>.sub-menu>li {
    position: relative;
    margin: 0;
    background-color: #FFF;
    z-index: 10;
}

.nav nav.header_menu>ul>.menu-item>.sub-menu>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    transform: translateX(-10%);
    opacity: 0;
    pointer-events: none;
    width: 250px;
    transition: transform .4s, opacity .3s;
}

@media (min-width:990px) {
    .nav nav.header_menu>ul>.menu-item:hover>.sub-menu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        z-index: 10;
    }

    .nav nav.header_menu>ul>.menu-item>.sub-menu>li:hover>.sub-menu {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }
}

.nav .menu-item .sub-menu a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3E4044;
    opacity: 0.8;
    padding: 12px 15px;
    border-bottom: 1px solid #EDEDED;
}

.nav .menu-item .sub-menu li:hover a {
    color: #4061A8;
    background-color: #FBFBFB;
}


@media (max-width:990px) {

    body.m_open {
        overflow: hidden;
    }

    .nav {
        justify-content: center;
    }

    .nav .burger {
        display: block;
        background-image: url(../img/burger.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 42px;
        height: 31px;
        background-color: #343434;
        border-radius: 4px;
    }

    .nav .close {
        display: none;
        background-image: url('../img/close.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
        color: #3E4044;
        opacity: 0.8;
        z-index: 10;
    }

    .nav .close.active {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
		 filter: invert(100%) sepia(83%) saturate(907%) hue-rotate(351deg) brightness(458%) contrast(101%);
        -webkit-filter: invert(100%) sepia(83%) saturate(907%) hue-rotate(351deg) brightness(458%) contrast(101%);
    }

    .nav nav.header_menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(110%);
        z-index: 200;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 40px 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9;
        transition: transform .3s;
    }

    .nav nav.header_menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .nav nav.header_menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .nav nav.header_menu::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    .nav nav.header_menu.open {
        transform: translateX(0);
    }


    .nav nav.header_menu a {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #5c5c5c;
    }

    .nav ul li.active>a:after {
        display: none;
    }

    .nav ul li.menu-item-has-children a {
        width: calc(100% - 35px);
    }

    .nav ul li.menu-item-has-children:before {
        display: none;
    }

    .nav nav.header_menu img.arrowm {
        display: inline-block;
        min-width: 35px;
        margin-bottom: -18px;
        padding: 17px 10px;
        border-bottom: 1px solid #EDEDED;
    }

    .nav nav.header_menu>ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .nav nav.header_menu>ul>.menu-item {
        margin: 0;
        width: 100%;
    }

    .nav nav.header_menu>ul>.menu-item>a {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .nav ul li a:hover {
        border-bottom: 1px solid #343434;
    }

    .nav nav.header_menu ul .menu-item .sub-menu {
        position: unset;
        background: none;
        box-shadow: none;
        display: block;
        width: 100%;
        height: auto;
        max-height: 0;
        padding: 0;
        pointer-events: none;
        opacity: 1;
        transform: translateY(0);
        overflow: hidden;
        transition: max-height .4s;
    }

    .nav nav.header_menu>ul>.menu-item>.sub-menu>li {
        background-color: unset;
    }

    .nav nav.header_menu ul>.menu-item.active>.sub-menu,
    .nav nav.header_menu>ul>.menu-item>ul>.menu-item.active>.sub-menu {
        max-height: 200px;
        pointer-events: auto;
    }

    .nav nav.header_menu ul>.menu-item.active .arrowm {
        border-bottom: 0;
        border-top: 1px solid #EDEDED;
        transform: rotate(180deg);
    }

    .nav nav.header_menu .menu-item .sub-menu a {
        width: 100%;
        padding-left: 40px;
    }


}




.vibration:hover:before {
    animation: vibration 0.5s infinite;
}

@keyframes vibration {
    0% {
        left: -2px;
        top: -2px;
    }

    12.5% {
        left: 2px;
        top: 0px;
    }

    25.0% {
        left: -2px;
        top: 2px;
    }

    37.5% {
        left: 0px;
        top: -2px;
    }

    50.0% {
        left: 0px;
        top: 2px;
    }

    62.5% {
        left: 2px;
        top: -2px;
    }

    75.0% {
        left: -2px;
        top: 0;
    }

    87.5% {
        left: 2px;
        top: 2px;
    }

    100% {
        left: 0px;
        top: 2px;
    }
}

















/**
 * homepage.
 *
 */

.page-home section.section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-home .__hello {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    border-top: 1px solid #FFD60A;
}

.page-home .__hello .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.page-home .__hello:hover .arrows {
    opacity: 1;
    pointer-events: all;
}

.page-home .__hello .arrows .slick-arrow {
    font-size: 0;
    line-height: 0;

    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #FFD60A;
    position: relative;
    border-radius: 50%;

    display: block;
}

.page-home .__hello .arrows .slick-prev {
    margin-left: 20px;
}

.page-home .__hello .arrows .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-home .__hello .arrows .slick-next {
    margin-right: 20px;
}

.page-home .__hello .arrows .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}




.page-home .__hits {
    padding: 40px;
    background-color: #EBEBEB;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.page-home div.products {
    width: 100%;
}

.page-home div.product_item {
    position: relative;
    width: calc(100% / 5 - 20px);
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}











.__chess {
    margin-top: 60px;
    margin-bottom: 60px;
}

.__chess .chess {
    display: flex;
    flex-wrap: wrap;
}

.__chess .chess:not(:first-child) {
    padding-top: 60px;
}

.__chess .chess:not(:last-child) {
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 60px;
}

.__chess .chess .pic {
    width: 40%;
    display: flex;
    align-items: center;
}

.__chess .chess .pic img {
    border-radius: 5px;
}

.__chess .chess:nth-child(2n) .pic {
    order: 2;
    justify-content: end;
}

.__chess .chess .text {
    width: 60%;
    flex-grow: 1;
}

.__chess .chess .text.padding {
    padding-left: 80px;
}

.__chess .chess:nth-child(2n) .text {
    order: 1;
}

.__chess .chess:nth-child(2n) .text.padding {
    padding-left: 0;
    padding-right: 80px;
}

.__chess .chess .text h2.title {
    text-transform: uppercase;
    margin-top: 0;
}

main .content ul:not(._faqs) {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

main .content ul li {
    position: relative;
    padding-left: 20px;
}

main .content ul:not(._faqs) li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    -webkit-filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    transition: .3s;
}

main .content blockquote {
    margin: 0;
    padding: 20px;
    border: 1px solid #DEDEDE;
    background-color: #F8F9FA;
}


main .content ._faqs {
    list-style: none;
    margin: 0;
    padding: 0;
}

main .content ._faqs .faq {
    border: 1px solid #DEDEDE;
    background-color: #F8F9FA;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: .3s;
}

main .content ._faqs .faq:hover {
    border-color: #747474;
}

main .content ._faqs .faq.acc_active {
    background-color: #FFF;
}

main .content ._faqs .faq .question {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px 15px 40px;
    cursor: pointer;
    transition: .3s;
}

main .content ._faqs .faq .question::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 34px;
    height: 34px;
    background-image: url(../img/plus-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}

main .content ._faqs .faq .question:hover::before {
    background-image: url(../img/plus-yellow.svg);
}

main .content ._faqs .faq.acc_active .question {
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 15px;
}

main .content ._faqs .faq.acc_active .question::before {
    background-image: url(../img/minus-gray.svg);
}

main .content ._faqs .faq .answer {
    padding: 20px;
}



#breadcrumbs {
    background-color: #F8F9FA;
    border-top: 1px solid #FFD60A;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
    color: #747474;
    font-size: 14px;
    margin-bottom: 40px;
}

#breadcrumbs a {
    color: #747474;
    font-size: 14px;
}

#breadcrumbs .last {
    opacity: 0.8;
}

#breadcrumbs>.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#breadcrumbs h1 {
    font-size: 24px;
    color: #232323;
    margin: 0;
}


#breadcrumbs .rank-math-breadcrumb>p {
    display: flex;
    align-items: center;
}

#breadcrumbs .rank-math-breadcrumb>p .separator {
    margin: 0 5px;
}

#breadcrumbs .rank-math-breadcrumb>p>a:first-child {
    position: relative;
    width: 18px;
    height: 15px;
}

#breadcrumbs .rank-math-breadcrumb>p>a:first-child::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/**
 * terms.
 *
 */
.terms {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

/**
 * term item.
 *
 */
a.term {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: .3s;
    width: calc(100% / 5 - 20px);
    margin: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

a.term::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(89, 89, 89);
    background: radial-gradient(circle, rgba(89, 89, 89, 1) 0%, rgba(37, 37, 37, 1) 80%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

a.term h2,
a.term .title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-top: 20px;
}


.page-contacts main .flex .content {
    display: flex;
    flex-wrap: wrap;
}

.page-contacts .content .contacts {
    width: 40%;
}

.page-contacts .content .map {
    width: 60%;
    padding-left: 20px;
}

.page-contacts .content .map iframe {
    border-radius: 5px;
    overflow: hidden;
}

.page-contacts .content .contacts .phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.page-contacts .content .contacts .phone .phone_link {
    font-size: 22px;
    font-weight: 700;
    color: #343434;
}

.page-contacts .content .contacts .phone::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-contacts .content .contacts .email {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: 10px;
}

.page-contacts .content .contacts .email .email_link {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
}

.page-contacts .content .contacts .email::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../img/email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-contacts .content .contacts .address {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: 10px;
}

.page-contacts .content .contacts .address::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../img/location-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-contacts .content .contacts .clock {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: 10px;
}

.page-contacts .content .contacts .clock::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../img/clock-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-contacts .content .contacts .socials {
    display: flex;
    margin-top: 10px;
}

.page-contacts .content .contacts .socials a {
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}







/**
 * Categories Form.
 *
 */
#categories {
    width: 100%;
    max-width: 720px;
}

#categories .__categories {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 710px;
}

#categories .__categories .__terms {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    padding: 10px;
}


#categories .__categories ._terms {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#categories .__categories ._terms a {
    background-color: #FFF;
    border: 1px solid #E9E9E9;
    padding: 5px;
    transition: all .2s linear;
    width: calc(20% - 10px);
    margin: 5px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;

    color: #343434;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

#categories .__categories ._terms a:hover {
    border-color: #C2C2C2;
}















/**
 * Footer.
 *
 */
#colophon {
    background-color: #343434;
    border-top: 1px solid #1F1F1F;
    margin-top: 40px;
    padding-top: 40px;
}

#colophon .site-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFFFFF;
}

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

#colophon .menu a {
    position: relative;
    padding-left: 15px;
    color: #FFFFFF;
}

#colophon .menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/chevrone-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    transition: .3s;
    filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
    -webkit-filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
}

#colophon .menu a:hover::before {
    transform: translateX(2px);
    opacity: 0.7;
}

#colophon .contacts .phone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-left: 40px;
}

#colophon .contacts .phone .phone_link {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

#colophon .contacts .phone::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 36px;
    height: 36px;
    background-image: url(../img/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
    -webkit-filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
}

#colophon .contacts .socials {
    display: flex;
    justify-content: center;
}

#colophon .contacts .socials a {
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#colophon .contacts .email {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    margin-left: 10px;
}

#colophon .contacts .email .email_link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

#colophon .contacts .email::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
    -webkit-filter: invert(90%) sepia(83%) saturate(607%) hue-rotate(351deg) brightness(108%) contrast(101%);
}

#colophon .bottom {
    border-top: 1px solid #DEDEDE;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    font-size: 14px;
    color: #747474;
}

#colophon .bottom a {
    display: inline-block;
    font-size: 14px;
    color: #747474;
}













/**
 * Modal Popup.
 *
 */
.animated-modal {
    max-width: 550px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    background-color: #FFF;
    transform: translateY(-50px);
    transition: all .7s;
}

.animated-modal h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.animated-modal .subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.animated-modal h2,
.animated-modal .content,
.animated-modal .subtitle {
    transform: translateY(-50px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .4s;
}

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal .content,
.fancybox-slide--current .subtitle {
    transform: translateY(0);
    opacity: 1;
}

.fancybox-slide--current .animated-modal h2 {
    transition-delay: .1s;
}

.fancybox-slide--current .subtitle {
    transition-delay: .3s;
}

.fancybox-slide--current .animated-modal .content {
    transition-delay: .5s;
}


.fancybox-slide--html .fancybox-close-small {
    background-color: #FFD60A;
    padding: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: .3s;
}

.fancybox-close-small svg {
    color: #FFF;
}







/**
 * Products items.
 *
 */
div._products {
    display: flex;
    flex-wrap: wrap;
}

main .flex {
    display: flex;
    flex-wrap: wrap;
}

main .flex .content {
    width: calc(100% - 290px);
    flex-grow: 1;
}


.post .post-thumbnail {
    max-width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
}

.post .post-thumbnail img {
    border-radius: 5px;
}

.widget-area {
    width: 270px;
    margin-left: 20px;
}

.widget {
    border: 1px solid #DEDEDE;
    background-color: #F8F9FA;
    padding: 20px;
}

.widget .widget-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.widget .postsbycategory img {
    border-radius: 5px;
    margin-right: 10px;
}

.widget .postsbycategory a {
    display: flex;
    align-items: center;
    color: #111111;
    font-size: 15px;
    line-height: 1.3em;
}

.widget .postsbycategory a:not(:last-child) {
    margin-bottom: 15px;
}


.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories a {
    position: relative;
    padding-left: 15px;
    color: #343434;
}

.product-categories a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/chevrone-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    transition: .3s;
}

.product-categories a:hover::before {
    transform: translateX(2px);
    opacity: 0.7;
}


/**
 * product item.
 *
 */
div.products,
.archive .inner.flex .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    width: calc(100% - 290px);
    margin: 0 -10px;
    flex-grow: 1;
}

div.products.product-cats {
    gap: 20px;
}

div.products .term-description {
    width: 100%;
    margin-top: 40px;
}

div.product_item,
.archive .post_item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 10px 20px 10px;
    border: 1px solid #343434;
    border-radius: 5px;
    transition: .3s;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    background-color: #FFFFFF;
}

div.product_item .onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 10px;
    background-color: #FFD60A;
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    border-radius: 5px;
}

div.product_item .img_wrap,
.archive .post_item .img_wrap {
    margin-bottom: 10px;
}

div.product_item .img_wrap a,
.archive .post_item .img_wrap a {
    display: flex;
    justify-content: center;
}

div.product_item .img_wrap a img,
.archive .post_item .img_wrap a img {
    max-height: 200px;
    width: auto;
}

div.product_item:hover,
.archive .post_item:hover {
    border-color: #B9B9B9;
}

div.product_item>a {
    flex-grow: 1;
}

div.product_item.category {
    justify-content: center;
}

div.product_item.category>a {
    flex-grow: unset;
}

div.product_item h2,
div.product_item .title,
.archive .post_item .title {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}

div.product_item .woocommerce-LoopProduct-link {
    justify-content: center;
}

div.product_item.category .title,
.archive .post_item h2 {
    margin: 0;
}

div.product_item .order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #D11414;
    text-align: center;
    margin-top: 20px;
}

div.product_item .order .added_to_cart {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: #747474;
    margin-top: 10px;
}

div.product_item .order .price {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
}

div.product_item .order .price .woocommerce-Price-currencySymbol {
    color: #747474;
    font-size: 15px;
    margin-left: 2px;
}

div.product_item .order .price del {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 10px;
    background-color: #D11414;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    border-radius: 5px;
}

div.product_item .order .price del .woocommerce-Price-currencySymbol {
    color: #FFF;
    font-size: 12px;
}

div.product_item .order .price ins {
    background: transparent;
}

div.product_item .order .before_price {
    color: #343434;
    font-weight: 400;
}

div.product_item.product_item .order .before_price .city {
    display: none;
}

div.product_item .order .button {
    position: relative;
    padding: 8px 10px 7px 32px;
    font-size: 13px;
    font-weight: 500;
    background: #FFD60A;
}

div.product_item .order .button::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/add-to-cart-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    -webkit-filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

div.product_item .order .button.added::before {
    background-image: url(../img/check-white.svg);
    left: 8px;
    width: 22px;
    height: 22px;
    filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
    -webkit-filter: invert(96%) sepia(93%) saturate(0%) hue-rotate(175deg) brightness(80%) contrast(102%);
}

.related.products {
    width: 300px;
    max-width: 300px;
    justify-content: center;
    align-content: flex-start;
    margin: 0;
}

.related.products .products {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto;
}

.related.products .products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.related.products .products::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.related.products .products::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FFD60A;
}

.related.products .slick-vertical .slick-slide {
    border: 1px solid #E9E9E9;
}

.related.products .products div.product_item {
    width: 100%;
    min-width: 220px;
}

.related.products .product-attributes {
    display: none;
}

.related.products>h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.__recome {
    margin-top: 80px;
}

.__recome .head h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.__recome .products {
    width: 100%;
}


.__recome .slick-track {
    display: flex !important;
}

.__recome .slick-slide {
    height: inherit !important;
}

.__recome div.product_item {
    display: flex !important;
}

.__recome .product-attributes {
    display: none !important;
}





ul.page-numbers {
    max-width: 1024px;
    margin: 40px auto 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #343434;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

li .page-numbers.current {
    background-color: #FFD60A;
    color: #343434;
}




/**
 * single product item.
 *
 */
.single-product .single {
    width: 100%;
    display: block;
    box-shadow: none !important;
    border: 0;
}

.single-product .product_info {
    width: calc(100% - 800px);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border: 1px solid #DEDEDE;
    background-color: #F8F9FA;
    border-radius: 4px;
}

.single-product .woocommerce-product-gallery {
    width: 100%;
    max-width: 500px;
    height: fit-content;
    padding-right: 20px;
}

.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 5px;
    margin-top: 0;
}

.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.single-product figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    text-align: center;
    line-height: 0;
}

.single-product figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #D3D3D3;
}

.single-product .summary.entry-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 2px;
}

.qib-button.qib-button-wrapper {
    display: flex !important;
    float: unset !important;
    margin-right: 20px;
    margin-left: 0;
    max-width: 180px;
}

.single-product .product_info .single_add_to_cart_button {
    width: calc(100% - 180px);
}

.qib-button-wrapper div.quantity {
    margin-right: 0 !important;
    width: 80px;
    margin: 0 5px !important;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    box-shadow: unset;
}

.single-product .product_info .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.single-product .product_info .variations {
    margin-top: 20px;
}

.single-product .product_info table {
    margin: 0;
}

.single-product .product_info .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-product .single_variation_wrap .before_price {
    display: none;
}

.single-product .product_info .reset_variations {
    display: none !important;
}

.single-product .product_info .before_price {
    font-size: 14px;
    color: #3E4044;
}

.single-product .product_info .woocommerce-Price-amount {
    font-size: 34px;
    line-height: 1em;
    font-weight: 600;
    color: #E31E24;
    display: block;
    margin-top: 5px;
}

.single-product .product_info p.price {
    margin: 0;
}

.single-product .product_info p.price .woocommerce-Price-currencySymbol {
    color: #747474;
    font-size: 20px;
    margin-left: 2px;
}

.single-product .product_info p.price del,
.single-product .product_info p.price del .woocommerce-Price-amount {
    font-size: 20px;
    color: #747474;
}

.single-product .product_info p.price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
    margin-left: 2px;
}



.single-product .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}

.single-product .product-type-simple .product_info .cart {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}



.__one_click {
    margin-top: 15px;
}

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

._one_click input[type="tel"] {
    padding: 6px 14px;
}

.wpcf7 ._one_click input[type="submit"] {
    display: block;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
    padding: 9.1px 7px;
    margin: auto 0 0.5px 10px;
    text-transform: uppercase;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 ._one_click input[type="tel"] {
    font-size: 20px;
    line-height: 20px;
}

.one_click a::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/one_click_cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}

.one_click a:hover::before {
    background-image: url(../img/one_click_cart_red.svg);
}

.single-product .product_info .available {
    font-size: 14px;
    line-height: 1.2em;
    color: #3E4044;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.single-product .product_info .available .dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin-top: -1px;
    margin-right: 8px;
}

.single-product .product_info .available .dot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 1;
    background-color: #009746;
    border-radius: 50%;
}


.single-product .product_info .woo-variation-swatches .variable-items-wrapper {
    margin: 0;
}

.single-product .product_info .variable-items-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.single-product .product_info .variable-items-wrapper li {
    padding: 5px 10px 3px;
    border: 1px solid #EFEFEF;
    background-color: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: .3s;
}

.single-product .product_info .variable-items-wrapper li:hover,
.qib-button-wrapper button.qib-button:hover {
    border-color: #D3D3D3;
}

.single-product .product_info .variable-items-wrapper li.selected {
    border-color: #343434;
    background-color: #343434;
    color: #FFF;
}


.single-product .woocommerce-tabs {
    margin-top: 20px;
}

.single-product .tabs.wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
}

.single-product .woocommerce-tabs h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
}

.single-product .tabs.wc-tabs>li:not(:last-child) {
    margin-right: 10px;
}

.single-product .tabs.wc-tabs>li a {
    padding: 14px 24px 12px;
    border: 1px solid #DEDEDE;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    display: block;
    text-transform: uppercase;
    color: #D3D3D3;
    font-weight: 500;
    line-height: 1em;
    transition: .3s;
}

.single-product .tabs.wc-tabs>li a:hover {
    background-color: #FFD60A;
    color: #343434;
    border-color: #FFD60A;
    opacity: 1;
}

.single-product .tabs.wc-tabs>li.active a {
    background-color: #343434;
    color: #FFF;
    border-color: #343434;
}

.single-product .woocommerce-Tabs-panel {
    border: 1px solid #DEDEDE;
    border-radius: 0px 4px 4px 4px;
    padding: 40px 20px;
    background-color: #FFFFFF;
}


.single-product .onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 10px;
    background-color: #FFD60A;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    border-radius: 5px;
}







._partners {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

._partners .logo {
    width: calc(100% / 5 - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    transition: .3s;
}

._partners .logo:hover {
    border-color: #FFD60A;
}









/**
 * Contact form an fields.
 *
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    font-size: 16px;
    color: #232323;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 18px 14px 3px 14px;
    background-color: #FFF;
    transition: all .3s;
}

.woocommerce-input-wrapper input[type="text"],
.woocommerce-input-wrapper input[type="email"],
.woocommerce-input-wrapper input[type="url"],
.woocommerce-input-wrapper input[type="password"],
.woocommerce-input-wrapper input[type="search"],
.woocommerce-input-wrapper input[type="number"],
.woocommerce-input-wrapper input[type="tel"],
.woocommerce-input-wrapper input[type="range"],
.woocommerce-input-wrapper input[type="date"],
.woocommerce-input-wrapper input[type="month"],
.woocommerce-input-wrapper input[type="week"],
.woocommerce-input-wrapper input[type="time"],
.woocommerce-input-wrapper input[type="datetime"],
.woocommerce-input-wrapper input[type="datetime-local"],
.woocommerce-input-wrapper input[type="color"],
.woocommerce-input-wrapper textarea {
    padding: 10px 14px;
}

main .content ul.woocommerce-error {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 10px 20px;
}

input[type="search"] {
    padding: 10px 14px 8px;
}

textarea {
    height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #343434;
    background-color: #F7F7F7;
}


.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
    display: block;
    width: fit-content;
    padding: 12px 28px 14px;
    margin: 15px auto 0;
    text-transform: uppercase;
}

.wpcf7 .policy {
    font-size: 12px;
    line-height: 1.2em;
    color: #555;
    text-align: center;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}



.policy_check {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #676767;
    margin-bottom: 20px;
}

.policy_check label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 130%;
    color: #676767;
}

.policy_check label input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.policy_check label input:checked+span.ic {
    background: #DEDEDE url(../img/pcheck.svg) top 4px center no-repeat;
}

.policy_check label span.ic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #DEDEDE;
}




/**
 * Other Forms Style.
 *
 */
.wpcf7-form .form_row {
    position: relative;
}

.wpcf7-form .form_row:not(:last-child) {
    margin-bottom: 20px;
}

.wpcf7-form .form_row label {
    position: absolute;
    opacity: 0.5;
    left: 15px;
    top: 10px;
    width: auto;
    line-height: 1.7;
    transition: font-size 250ms ease-out, -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out, font-size 250ms ease-out;
    transition: transform 250ms ease-out, font-size 250ms ease-out,
        -webkit-transform 250ms ease-out;
    z-index: 10;
}

.wpcf7-form .focused.form_row label {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    font-size: 12px;
    white-space: nowrap;
    color: #333;
}

.red {
    color: red;
}












.search-form,
.woocommerce-product-search {
    display: flex;
    align-items: center;
}

.search-form>label,
.woocommerce-product-search {
    width: calc(100% - 100px);
    min-width: 300px;
}

.search-form .search-submit,
.woocommerce-product-search button {
    width: 100px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}









.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #F8F9FA;
    border: 1px solid #DEDEDE;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    margin-right: 20px;
}






/**
 * Cart.
 *
 */
.woocommerce-cart .shop_table {
    border: 1px solid #EBECED;
    border-radius: 4px;
}

.woocommerce-cart .shop_table thead th {
    padding: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.woocommerce-cart .woocommerce-cart-form__cart-item td {
    padding: 10px;
    border-bottom: 1px dashed #D3D3D3;
}

.woocommerce-cart .product-remove {
    width: 3%;
}

.woocommerce-cart .product-thumbnail {
    width: 5%;
}

.woocommerce-cart .product-thumbnail img {
    width: auto;
    max-height: 60px;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal {
    width: 7%;
    text-align: center;
}

.woocommerce-cart .product-price .woocommerce-Price-amount {
    color: #FFD60A;
    font-size: 20px;
}

.woocommerce-cart .product-subtotal .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-cart .product-quantity .qib-button.qib-button-wrapper {
    display: flex;
    float: unset;
    margin-right: 0;
    justify-content: center;
}

.woocommerce-cart .product-name {
    width: 40%;

}

.woocommerce-cart .remove {
    color: #FFF;
    background-color: #343434;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart .remove:hover {
    background-color: #E31E24;
}


.woocommerce-cart [name="update_cart"] {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: auto;
}

.woocommerce-cart .cart-collaterals {
    max-width: 220px;
    margin-left: auto;
}

.woocommerce-cart .cart-collaterals .cart-subtotal {
    display: none;
}

.woocommerce-cart .cart-collaterals td {
    padding: 10px;
    font-size: 20px;
}

.woocommerce-cart .cart-collaterals th {
    padding: 10px;
}



/**
 * Checkout.
 *
 */
.woocommerce-checkout form.checkout {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout .col2-set {
    width: 50%;
    padding-right: 20px;
}

.woocommerce-checkout .col3-set {
    width: 50%;
    padding: 0 20px 20px 20px;
    border: 1px solid #EBECED;
    border-radius: 4px;
}

.woocommerce-checkout .cart_item td {
    padding: 10px 5px;
}

.woocommerce-checkout .cart_item .product-name {
    font-size: 14px;
}

.woocommerce-checkout .cart-subtotal {
    display: none;
}

.woocommerce-checkout .order-total td {
    padding: 10px;
}

.woocommerce-checkout .wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method label {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-checkout [name="woocommerce_checkout_place_order"] {
    display: block;
    width: 100%;
    margin-top: 40px;
}

#customer_details .woocommerce-billing-fields .form-row-last {
    margin-top: 0;
}

table:not(.variations) tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.woocommerce-checkout .place-order {
    margin-top: 20px;
}




























@media(max-width:1270px) {

    div.product_item,
    .archive .post_item {
        width: calc(100% / 3 - 20px);
    }

    .page-home div.product_item {
        width: calc(100% / 4 - 20px);
    }

    div.product_item .order .price {
        margin-bottom: 10px;
    }

    .page-home section.section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-home .head h2 {
        font-size: 28px;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .single-product .woocommerce-product-gallery {
        max-width: 400px;
    }

    .single-product .product_info {
        width: calc(100% - 700px);
        max-width: 500px;
    }
}


@media(max-width:1140px) {

    a.term {
        width: calc(100% / 4 - 20px);
    }

    #masthead .mid .logo {
        width: 200px;
    }

    .right_col {
        width: calc(100% - 380px);
    }

    .nav ul li {
        position: relative;
        margin: 0 0 0 15px;
    }

    .nav ul li a {
        font-size: 14px;
    }

    .single-product .woocommerce-product-gallery {
        max-width: 300px;
    }

    .single-product .product_info {
        width: calc(100% - 600px);
        max-width: 600px;
    }

}


@media(max-width:1025px) {
    #masthead .mid .logo {
        width: 160px;
    }

    .right_col {
        width: calc(100% - 340px);
    }

    #masthead .mid .address,
    #masthead .mid .clock {
        width: 22%;
    }


    #masthead .mid .callback {
        display: none;
    }

    div.product_item .order {
        flex-direction: column;
    }

    a.term {
        width: calc(100% / 3 - 20px);
    }



    .__chess {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .__chess .chess:not(:first-child) {
        padding-top: 40px;
    }

    .__chess .chess:not(:last-child) {
        padding-bottom: 40px;
    }

    .__chess .chess .pic {
        width: 45%;
    }

    .__chess .chess .text {
        width: 55%;
    }

    .__chess .chess .text.padding {
        padding-left: 40px;
    }

    .__chess .chess:nth-child(2n) .text.padding {
        padding-right: 40px;
    }

    ._partners .logo {
        width: calc(100% / 4 - 20px);
    }



    .page-contacts .content .contacts {
        width: 50%;
    }

    .page-contacts .content .map {
        width: 50%;
    }


}

@media(max-width:990px) {
    #masthead .top {
        display: none;
    }

    .right_col {
        width: calc(100% - 345px);
    }

    div.product_item,
    .archive .post_item {
        width: calc(100% / 3 - 20px);
    }

    .page-home div.product_item {
        width: calc(100% / 3 - 20px);
    }

    div.products,
    .archive .inner.flex .content {
        width: 100%;
        margin: 0;
    }

    .widget-area {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .related.products {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .related.products>h2 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
    }

    .single-product .woocommerce-product-gallery {
        max-width: 400px;
    }

    .single-product .product_info {
        width: calc(100% - 500px);
        max-width: 700px;
    }

}

@media(max-width:920px) {
    .single-product .woocommerce-product-gallery {
        max-width: 40%;
    }

    .single-product .product_info {
        width: 60%;
        max-width: unset;
    }

    .page-home .__hello .arrows {
        display: none;
    }


    .__chess {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .__chess .chess:not(:first-child) {
        padding-top: 40px;
    }

    .__chess .chess:not(:last-child) {
        border-bottom: 1px dashed #DEDEDE;
        padding-bottom: 40px;
    }

    .__chess .chess .pic {
        width: 100%;
        margin-bottom: 40px;
    }

    .__chess .chess:nth-child(2n) .pic {
        order: 1;
        justify-content: center;
    }

    .__chess .chess .text {
        width: 100%;
    }

    .__chess .chess .text.padding {
        padding-left: 0;
    }

    .__chess .chess:nth-child(2n) .text {
        order: 2;
    }

    .__chess .chess:nth-child(2n) .text.padding {
        padding-right: 0;
    }

    div.product_item h2,
    div.product_item .title,
    .archive .post_item .title {
        font-size: 18px;
        line-height: 1.2em;
    }

    div.product_item .order .button {
        padding: 8px 8px 7px 32px;
    }

}

@media(max-width:801px) {

    #masthead .mid {
        padding: 0;
    }

    #masthead .mid .inner {
        padding: 10px;
    }

    #masthead .mid .logo {
        width: calc(100% - 140px);
    }

    #masthead .mid .categories {
        width: 120px;
        margin-top: 32px;
    }

    #masthead .mid .right_col {
        width: 100%;
        margin-top: 15px;
    }

    #masthead .mid .right_col .nav::after {
        content: '';
        width: 130%;
        height: 1px;
        background-color: #FFD60A;
        position: absolute;
        top: -1px;
        right: -10%;
        left: -10%;
    }

    #masthead .mid .contacts .phone {
        position: relative;
        margin-left: 0;
        background-color: #FFD60A;
        border-radius: 5px;
        padding: 10px 20px 10px 50px;
    }

    #masthead .mid .contacts .phone::before {
        width: 30px;
        height: 30px;
        left: 15px;
        filter: unset;
    }

    #masthead .mid .contacts .socials a {
        margin: 3px;
        border-radius: 5px;
        overflow: hidden;
        width: 24px;
    }

    #masthead .mid .contacts .phone .phone_link {
        font-size: 24px;
        color: #343434;
    }

    #masthead .mid .contacts {
        width: 100%;
        font-size: 16px;
        justify-content: center;
    }

    #masthead .bott .categories {
        width: 35%;
    }

    #masthead .bott .nav {
        width: 40%;
    }

    #masthead .bott .secart {
        width: 25%;
    }

    #masthead .bott .secart .cart .cart__counter {
        top: -5px;
        right: -5px;
    }

    .page-home .__hello {
        position: relative;
        max-height: 230px;
        overflow: hidden;
    }


    div.product_item,
    .page-home div.product_item,
    a.term,
    .archive .post_item {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    div.product_item .order .price del {
        top: 40px;
        right: unset;
        left: 5px;
    }

    div.product_item h2,
    a.term h2,
    .archive .post_item .title {
        font-size: 15px;
        line-height: 1.2em;
    }



    .site-footer .site-info>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .site-footer .site-info .logo {
        text-align: center;
    }

    #colophon .contacts .phone {
        align-items: flex-start;
    }

    #colophon .bottom {
        justify-content: center;
        text-align: center;
    }

    #categories {
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    #categories .tabs__caption,
    #categories .tab__caption {
        flex-direction: column;
    }

    #categories .__categories {
        max-height: unset;
    }

    #categories .__categories .__terms {
        width: 100%;
        padding: 0;
    }

    #categories .__categories .__terms h2.title {
        font-size: 20px;
        margin-top: 20px;
    }

    #categories .__categories ._terms h2 {
        font-size: 8px;
        word-break: break-word;
    }


    #breadcrumbs .rank-math-breadcrumb {
        display: none;
    }

    .page-header .page-title {
        font-size: 20px;
    }

    .single-product .single {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
    }

    .single-product .woocommerce-product-gallery {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .single-product .product_info {
        width: 100%;
        margin-top: 20px;
    }

    .single-product .tabs.wc-tabs {
        flex-direction: column;
    }

    .single-product .tabs.wc-tabs>li:not(:last-child) {
        margin-right: 0;
    }

    .single-product .tabs.wc-tabs>li a {
        border-radius: 0;
    }

    .single-product .product_info .single_add_to_cart_button {
        font-size: 14px;
        padding: 10px;
        width: calc(100% - 180px);
    }

    .single-product .woocommerce-Tabs-panel {
        padding: 20px 10px;
    }

    .related.products>h2,
    .__recome .head h2 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-top: 40px;
    }

    .products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -5px;
    }

    .__faqs #faqs-accordion .question {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 500;
        padding: 10px;
    }

    .archive ._content article.post {
        padding: 10px;
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    .archive ._content article.post h2 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .entry-meta {
        font-size: 14px;
        flex-direction: column;
    }


    .woocommerce-info,
    .woocommerce-noreviews,
    p.no-comments,
    .woocommerce-message {
        flex-direction: column;
    }

    .woocommerce-info a,
    .woocommerce-noreviews a,
    p.no-comments a,
    .woocommerce-message a {
        margin-right: 0;
        margin-bottom: 20px;
    }






    .woocommerce-cart .shop_table thead {
        display: none;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item td {
        border-bottom: 0;
    }

    .woocommerce-cart .product-remove {
        width: 15%;
    }

    .woocommerce-cart .product-thumbnail {
        width: 25%;
    }

    .woocommerce-cart .product-name {
        width: 60%;
        font-size: 13px;
    }

    .woocommerce-cart .product-price {
        width: 100%;
    }

    .woocommerce-cart .product-quantity,
    .woocommerce-cart .product-subtotal {
        width: 50%;
    }

    .woocommerce-cart .variation {
        display: none;
    }


    .woocommerce-checkout form.checkout {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .woocommerce-checkout .col2-set {
        width: 100%;
        padding-right: 0;
    }

    .woocommerce-checkout .col3-set {
        width: 100%;
        margin-top: 30px;
        padding: 0 10px 10px 10px;
    }

    .woocommerce-checkout .cart_item .product-name {
        font-size: 12px;
    }

    .woocommerce-checkout .cart_item .variation {
        display: none;
    }


    .site-footer .__form .qmark {
        display: none;
    }

    .site-footer .__form .request {
        width: 100%;
        text-align: center;
    }

    #categories .__categories ._terms a {
        width: calc(33.3333% - 10px);
    }

    .related.products .products {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: auto;
    }

    ._partners .logo {
        width: calc(100% / 2 - 20px);
    }


    .page-contacts .content .contacts {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-contacts .content .map {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width:480px) {
    .page-home .__hello {
        position: relative;
        max-height: 136px;
        overflow: hidden;
    }
}