/*!
Theme Name: Roskresla
Theme URI: roskresla.ru
Author: RuBik
Author URI: roskresla.ru
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roskresla
*/

body {
    margin: 0;
    font-family: 'Newfont';
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
    transition: all .3s;
    color: #000;
}
img {
    max-width: 100%;
}
input, textarea, select, button {
    font-family: 'Newfont';
}
.btn, .wc-proceed-to-checkout a, .wc-block-components-checkout-place-order-button {
    background: #ffa800;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 11px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    transition: all .3s;
    display: inline-block;
}
.btn:hover, .wc-proceed-to-checkout a:hover, .wc-block-components-checkout-place-order-button:hover {
    background: #db950e;
    color: #fff;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

.header__top {
    background: #2c2c2c;
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__logo-menuBtn {
    display: none;
    cursor: pointer;
}
.header__logo-menuBtn img {
    width: 40px;
}
.header__top .container, .header__top .row {
    height: 100%;
}
.header__top a, .footer a {
    color: #fff;
}
.header__menu ul, .footer__menu ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    margin: 0;
}
.footer__menu ul li.current_page_item a {
    border-bottom: solid 2px #eac64c;
}

.header__phone, .footer__phone {
    text-align: right;
    font-size: 18px;
    gap: 15px;
}
.header__phone-online, .footer__phone-online {
    width: 10px;
    height: 10px;
    background: #4bb802;
    border-radius: 5px;
    border: 0;
}
.header__bottom {
    padding: 20px 0 5px;
}
.header__info {
    color: #bd3333;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.header__logo-img-txt {
    font-size: 40px;
    text-decoration: none;
    letter-spacing: 5px;
    text-decoration: none;
}
.header__logo-txt {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
}
input, textarea {
    width: 184px;
    border: solid 1px #d1d1d1;
    background: #eeeeee;
    color: #0d0d0d;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding: 6px 6px 2px 16px;
}
input:hover, , textarea:hover {
    background-color: #fff;
}
.header__call form {
    display: flex;
}
.header__call .btn {
    padding-left: 40px;
    padding-right: 40px;
}
.header__right {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: end;
}
.header__cart {
    position: relative;
    gap: 10px;
    align-items: flex-end;
}
.header__cart-count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2c2c2c;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__phone-infomob, .header__cart-phonebtn {
    display: none;
}
.header__cart-phonebtn {
    cursor: pointer;
}
.header__top-close {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.header__top-close::before, .header__top-close::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}
.header__top-close::after {
    transform: rotate(-45deg);
}

.header__menu li.menu-item-has-children {
    position: relative;
}
.header__menu ul.sub-menu {
    position: absolute;
    background-color: #2c2c2c;
    flex-direction: column;
    padding: 10px;
    top: 22px;
    width: max-content;
    min-width: 200px;
    align-items: baseline;
    gap: 0;
    transform: translateY(30%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 4;
}
.header__menu ul.sub-menu li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.header__menu ul.sub-menu li a:hover {
    color: #ffa800;
}
.header__menu ul.sub-menu li {
    width: 100%;
    
}
.header__menu ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #ccc;
}
.header__menu li.menu-item-has-children:hover ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header__top a {
    padding: 4px 0;
}
.header__menu ul li.current_page_item>a {
    position: relative;
}
.header__menu ul li.current_page_item>a::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #eac64c;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.header__menu li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'fontawesome';
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 14px;
}

@media(max-width: 991px) {
    .header__menu ul.sub-menu {
        width: auto;
        min-width: initial;
        position: initial;
        margin-bottom: 0;
        background-color: #ffffff;
        height: 0;
        padding: 0;
        margin: 0;
    }
    .header__menu li.menu-item-has-children:hover ul.sub-menu {
        height: auto;
        padding: 10px;
        margin-top: 8px;
    }
    .header__menu ul.sub-menu li a {
        color: #000000;
        padding: 7px 0;
    }
    .header__menu ul.sub-menu li a {
        text-align: center;
    }
    .header__menu ul li {
        width: 100%;
        text-align: center;
    }
}


@media(max-width: 991px) {
    .header__logo-img {
        width: 97%;
    }
}
.heroHome__slider, .heroHome__slider .slick-list, .heroHome__slider .slick-track {
    height: 100%;
}
.heroHome__slider .slick-arrow {
    width: 30px;
    height: 30px;
    background: url('img/arrow.svg') no-repeat center/contain;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 1;
}
.heroHome__slider-prev {
    transform: rotate(180deg);
    left: 10px;
}
.heroHome__slider-next {
    right: 0;
}
.heroHome__cont h1 {
    color: #010000;
    font-family: 'GTEestiPro';
    font-size: 45px;
    font-weight: 100;
    margin-top: 85px;
    font-weight: 500;
    margin-bottom: 15px;
}
.heroHome__cont h1 span {
    font-size: 36px;
}
.heroHome__cont-img {
    display: none;
}
.heroHome__cont-y {
    font-family: 'GTEestiPro';
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 27px;
}
.heroHome__cont-btn a {
    padding-left: 40px;
    padding-right: 40px;
}
.market_reyt {
    width: 116px;
    height: 20px;
    border: solid 2px #ffcc00;
    background: #ffffff url(https://clck.yandex.ru/redir/dtype=stred/pid=47/cid=73581/path=dynamic.150Г—101/*https://grade.market.yandex.ru/?id=310428&action=image&size=2) no-repeat left -2px top -35px;
}
.heroHome {
    height: 350px;
}
.advHome {
    background: #f8f8f8;
}
.advHome__block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #252525;
}
.hitHome {
    padding: 30px 0;
}
.titleLine {
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    font-weight: 100;
    position: relative;
    text-align: center;
}
.hitHome .titleLine {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
/*.titleLine::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #000000;
    z-index: -1;
    top: 20px;
    left: 0;
    width: 100%;
}*/
.titleLine span {
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
    /*background: #ffffff;*/
}
.prodBlock {
    font-family: 'GTEestiPro';
    font-size: 18px;
    padding: 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: all .3s;
}
.prodBlock:hover {
    border: 1px solid #000;
}
.prodBlock__title {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #010000;
}
.prodBlock__price {
/*    color: #9d2b1c;*/
    font-weight: 500;
}
.prodBlock__img {
    width: 226px;
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.prodBlock__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hitHome__btn {
    margin-top: 40px;
    text-align: center;
}
.aboutHome .col-12 {
    padding: 0;
}
.aboutHome__left {
    background: #f7f7f7;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 53px 40px;
    height: 100%;
}
.aboutHome__left h3 {
    font-family: 'GTEestiPro';
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 30px;
}
.aboutHome__left-cont, .aboutHome__txt {
    width: 520px;
}
.aboutHome__txt p:not(:last-child) {
    margin-bottom: 15px;
}
.aboutHome__left h3 span {
    color: #eac64c;
    display: block;
}
.aboutHome__right {
    background: url('img/home/bg_shapka_fon.webp') top left;
    font-size: 20px;
    padding: 60px 50px;
}
.aboutHome__txt p {
    margin: 0;

}
.mapHome__y {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mapHome__y-title {
    font-family: 'GTEestiPro';
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}
.mapHome__y-r {
    width: 116px;
    height: 20px;
    border: solid 2px #ffcc00;
    background: #ffffff url(https://clck.yandex.ru/redir/dtype=stred/pid=47/cid=73581/path=dynamic.150Г—101/*https://grade.market.yandex.ru/?id=310428&action=image&size=2) no-repeat left -2px top -35px;
    margin: 5px auto 15px;
    border: none;
}
.mapHome__map {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.mapHome__map-block {
    position: absolute;
    padding: 25px;
    z-index: 1;
    background: #3b3b3b;
    /* height: 330px; */
    top: 0px;
    /* margin-left: 50%; */
    left: 0px;
    width: 320px;
    color: #FFFFFF;
    font-family: 'Newfont';
    font-size: 18px;
}
.mapHome__map-block a {
    color: #fff;
}
.mapHome__map .container {
    position: relative;
    margin-top: -400px;
}

.footer {
    background-color: #2c2c2c;
    padding: 20px 0 40px;
    color: #fff;
}
.footer__mail {
    text-align: right;
}
.footer__bottom {
    padding-top: 20px;
}
.filterShop__btn {
    display: none;
    font-weight: bold;
}

.header__cart span {
    display: block;
    font-size: 22px;
    font-weight: 800;
    padding-right: 20px;
}
.header__cart img, .header__cart-price {
    display: none;
}
@media(min-width: 770px) {
    .header__cart-count {
        background: none;
        color: #000;
        font-size: 14px;
        top: -1px;
        left: auto;
        right: 0;
    }
}

@media(max-width: 1400px) {
    .header__menu ul, .footer__menu ul {
        gap: 20px;
    }
}
@media(max-width: 1200px) {
    .aboutHome__left-cont, .aboutHome__txt {
        width: 100%;
    }
    .header__menu ul, .footer__menu ul {
        gap: 13px;
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .header__top, .header__info, .header__call, .header__logo-txt {
        display: none;
    }
    .header__top {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 3;
        top: 0;
        left: 0;
    }
    .header__phone {
        flex-wrap: wrap;
        text-align: center;
        color: #fff;
        justify-content: center !important;
    }
    .header__top .row {
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .header__phone-infomob span {
        color: #eac64c;
    }
    .header__menu ul {
        flex-direction: column;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .header__cart-phonebtn, .header__phone-infomob, .header__logo-menuBtn {
        display: block;
    }
    .header__cart-phonebtn {
        display: none;
    }
    .footer__menu {
        margin-bottom: 20px;
    }
    .header__top-close {
        display: block;
    }
    .filterShop__btn {
        display: inline-block;
    }
    .filterShop .widget-area {
        display: none;
    }
    .filterShop {
        margin-bottom: 40px;
    }
}
@media(max-width: 769px) {
    .heroHome__cont-img {
        display: block;
    }
    .hitHome .titleLine {
        margin-top: 0;
    }
    .hitHome .titleLine br {
        display: none;
    }
    .heroHome__cont-img img {
        margin: 0 auto;
    }
    .heroHome {
        background: url('img/home/bg_shapka_fon.webp') top left!important;
        height: auto;
        padding-bottom: 30px;
    }
    .heroHome__cont h1 {
        margin-top: 30px;
        text-align: center;
    }
    .heroHome__cont {
        text-align: center;
    }
    .market_reyt {
        margin: 0 auto;
    }
    .footer__menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__mail, .footer__copy {
        text-align: center;
    }
    .header__logo-img {
        width: 74%;
    }
    .heroHome__slide {
        background: none!important;
    }
    .prodBlock__img {
        width: 100%;
        height: 200px;
    }
    .prodBlock {
        padding: 0;
        margin-bottom: 30px;
    }
    .header__cart span {
        display: none;
    }
    .header__cart img {
        display: block;
    }
}
@media(max-width: 575px) {
    .prodBlock__price {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prodBlock__title {
        margin-top: 10px;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .hitHome__btn {
        margin-top: 20px;
    }
    .hitHome .titleLine {
        font-size: 25px;
    }
    .mapHome__map-block {
        position: relative;
        width: 100%;
    }
    .mapHome__map {
        height: auto;
    }
    .mapHome__map .container {
        max-width: 100%;
        padding: 0; 
        margin-top: 0;
    }
    .footer__menu ul {
        flex-direction: column;
        font-size: 18px;
        gap: 15px;
    }
    .aboutHome__left {
        padding: 30px 10px;
    }
    .aboutHome__left h3 {
        font-size: 28px;
        text-align: center;
        margin: 0 0 20px;
    }
    .aboutHome__right {
        padding: 30px 10px;
    }
    .aboutHome__btn {
        text-align: center;
    }
    .heroHome__cont-btn a {
        width: 100%;
        font-size: 18px;
        padding: 16px;
    }
    .heroHome__cont h1 {
        font-size: 34px;
    }
    .heroHome__cont h1 span {
        color: #eac64c;
        font-size: 28px;
    }
    .header__cart-price {
        display: none;
    }
    .header__logo-img-txt {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .header__logo-menuBtn img {
        width: 25px;
    }
    .titleLine span {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 30px;
        font-size: 26px;
    }
    .woocommerce-breadcrumb {
        font-size: 14px;
    }
    .header__logo-img {
        width: 200px;
    }
    .truemisha-cart-frag-1 {
        position: relative;
        top: -6px;
    }
    .products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 10px;
        margin-bottom: 40px;
    }
    
    .products.columns-3 .prodColors span {
        height: 12px!important;
        width: 12px!important;
    }
    .products.columns-3 .prodColors__two {
        width: 12px!important;
    }
    .products.columns-3 .prodColors__two span {
        height: 6px!important;
    }
    .products.columns-3 li.product img {
        width: 74%;
        height: auto;
    }
    .products.columns-3 .woocommerce-loop-product__title {
        font-size: 15px;
    }
    .products.columns-3 .woocommerce-LoopProduct-link .price {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .products.columns-3 .star-rating {
        font-size: 12px;
    }
}

/*Доставка и оплата*/
.deliveryPage__blocks {
    background: #f5f5f5;
    padding: 20px;
    font-size: 18px;
}
.deliveryPage__block-title {
    background: #2c2c2c;
    color: #ffffff;
    font-family: 'GTEestiPro';
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.methodDel {
    padding: 50px 0;
    font-size: 18px;
}
.methodDel h3 {
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
}

@media(max-width: 991px) {
    .deliveryPage__block {
        margin-bottom: 40px;
    }
}

/*О компании*/
.aboutPage__txt {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 0 80px;
}
.aboutPage__nums {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.aboutPage__nums-val {
    font-family: 'GTEestiPro';
    font-size: 45px;
    color: #eac64c;
    font-weight: 700;
}
.aboutBlocks {
    padding-top: 50px;
}
.aboutBlocks__img-wr {
    background: #f7f7f7;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 50px;
}
.aboutBlocks__txt-wr {
    height: 100%;
    background: url('img/home/bg_shapka_fon.webp') repeat left;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.aboutBlocks .container-fluid, .aboutBlocks .col-12 {
    padding: 0;
}
.aboutBlocks__txt h3 {
    color: #010000;
    font-family: 'GTEestiPro';
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
}
.aboutBlocks__txt, .aboutBlocks__img {
    width: 535px;
}
.aboutBlocks__rev {
    flex-direction: row-reverse;
}
.aboutBlocks__rev .aboutBlocks__txt-wr {
    justify-content: end;
    text-align: right;
}
.aboutBlocks__rev .aboutBlocks__img-wr {
    justify-content: flex-start;
}

.aboutBlocks__img {
    display: flex;
    align-items: flex-end;
}
.aboutPage__nums-block {
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    .aboutPage__txt {
        padding: 0;
    }
    .aboutBlocks__txt h3 {
        font-size: 30px;
    }
}

/*.wpcf7-response-output {
    display: none;
}*/
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    width: 350px;
}
.modal {
    width: 500px;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    display: none;
}
.modalThancks__title {
    color: #010000;
    font-family: 'GTEestiPro';
    font-size: 20px;
    font-weight: 600;
}
.modalThancks__img {
    text-align: center;
    margin: 20px 0;
}
.modalThancks__txt {

}
.modalTxtBottm {
    display: none;
}
@media(max-width: 991px) {
    .wpcf7-not-valid-tip {
        bottom: -127px;
        width: 100%;
    }
    .modalTxtBottm {
        display: block; 
        margin-top: 10px;
    }
}

/*Ремонт мебели*/
.repairPage__gall {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.repairPage__gall-block {
    width: calc(33.333% - 14px);
}
.repairPage__gall-block.w50 {
    width: calc(50% - 11px);
}
.repairPage__gall-txt {
    text-align: center;
    padding: 10px 0;
    color: #6b6b6b;
    font-size: 18px;
}
.servRepairPage {
    padding: 30px 0 50px;
}
.servRepairPage h2 {
    font-size: 30px;
    text-align: center;
}
.servRepairPage__blocks {
    gap: 10px;
    justify-content: space-between;
}
.servRepairPage__block {
    width: 200px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.servRepairPage__block-img {
    width: 80px;
    height: 49px;
    margin: 0 auto 15px;
}
.formRepairPage {
    padding-bottom: 50px;
    text-align: center;
}
.formRepairPage h2 {
    font-size: 30px;
}
.formRepairPage__form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.formRepairPage__form form input {
    width: 300px;
}
.formRepairPage__txt {
    font-size: 18px;
}
@media(max-width: 991px) {
    .formRepairPage__form form input {
        width: 210px;
    }
}
@media(max-width: 769px) {
    .formRepairPage__form form input {
        width: 100%;
        margin-bottom: 10px;
    }
    .formRepairPage__form form {
        flex-wrap: wrap;
    }
    .formRepairPage__form form button {
        width: 73%;
    }
}
@media(max-width: 575px) {
    .repairPage__gall-block, .repairPage__gall-block.w50 {
        width: 100%;
    }
    .servRepairPage h2, .formRepairPage h2 {
        font-size: 24px;
    }
    .servRepairPage__blocks {
        flex-wrap: wrap;
    }
    .servRepairPage__block {
        width: 140px;
        font-size: 16px;
    }
    .servRepairPage {
        padding: 30px 0 20px;
    }
}
.contactPage__txt {
    font-size: 18px;
}
.contactPage__txt a {
    color: #0409fc;
    text-decoration: underline;
}
.mapContact {
    padding: 50px 0;
}
.mapContact h2, .urContact h2 {
    font-size: 30px;
    text-align: center;
}
.urContact {
    overflow: hidden;
}
.urContact__txt {
    overflow: auto;
}
.urContact__txt table {
    width: 500px;
}

@media(max-width: 575px) {
    .mapContact h2, .urContact h2 {
        font-size: 24px;
    }
    .mapContact {
        padding: 20px 0;
    }
    .contactPage__rowOr {
        margin-top: 20px;
    }
}

.newsPage__block {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.newsPage__block h2 {
    margin: 0 0 15px;
}
.newsPage__block-date {
    font-size: 16px;
    color: #8f8f8f;
}
.newsPage__block-txt {
    margin: 15px 0;
}
.postPage h1 {
    font-size: 40px;
}
@media(max-width: 575px) {
    .newsPage__block h2 {
        font-size: 24px;
    }
}
#modalCall {
    height: auto;
}
.modalCall__form input, .modalCall__form button, .modalCall__form textarea {
    width: 100%;
}
.modalCall__form textarea {
    height: 100px;
}
.modalCall__form {
    margin-top: 20px;
}
.modalCall__form input {
    margin-bottom: 10px;
}

.header__logo-img img {
    height: auto;
    max-width: 300px;
}
.prodAdvBan {
    margin: 20px 0;
}
.page-numbers.dots {
    font-family: sans-serif;
}

#woo-ypay-checkout-payment-button-product {
    margin-bottom: 20px;
}

.productPage__img img {
    max-height: 635px!important;
    width: 100%;
    object-fit: contain;
}

.productPage__reviews {
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer__subscribe {
    margin-top: 25px;
}
.footer__subscribe input {
    padding: 4px 6px 4px 16px;
    width: 300px;
}
.footer__subscribe-form {
    display: flex;
    margin-bottom: 10px;
}
.footer__subscribe p {
    margin-top: 0px;
    width: 55%;
    color: #c4c4c4;
    margin-bottom: 0;
}
@media(max-width: 991px) {
    .header__logo-img img {
        max-width: 100%;
    }3
}
@media(max-width: 769px) {
    .footer__subscribe p {
        width: 100%;
        text-align: center;
    }
    .footer__subscribe input {
        width: 235px;
    }
    .footer__subscribe-form {
        justify-content: center;
    }
}
@media(max-width: 575px) {
    .footer__subscribe input {
        width: 168px;
    }
}
@media(max-width: 355px) {
    .footer__subscribe input {
        width: 100%;
        margin-bottom: 5px;
    }
    .footer__subscribe button {
        width: 100%;
    }
}

.header__middle {
    background-color: #ff5d5d;
    color: #fdf823;
    padding: 7px 0;
    text-align: center;
}
.header__middle p {
    margin: 0;
}
@media(max-width: 575px) {
    .header__middle {
        font-size: 12px;
        line-height: 1;
        padding: 5px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

.modalSale {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    padding: 55px 60px;
    width: 835px;
    z-index: 2;
    transform: translate(-50%, -50%);
    min-height: 475px;
    height: auto;
}
.modalSale__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modalSale__txt {
    margin-bottom: 40px;
}
.modalSale__col {
    width: 47%;
    text-align: left;
}
.modalSale__form-phone {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.modalSale__form-phone:focus {
    outline: none;
}
.modalSale__form .btn {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.modalSale__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.modalSale__form label {
    display: flex;
    gap: 10px;
}
.modalSale__form .wpcf7-acceptance input {
    width: 16px;
    height: 16px;
    position: relative;
    clip: initial;
    clip-path: initial;
    margin: 0;
    top: 2px;
}
.modalSale__form .wpcf7-list-item-label {
    width: 85%;
}

@media(max-width: 991px) {
    .modalSale {
        padding: 35px 30px;
        width: 680px;
        min-height: 454px;
    }
}
@media(max-width: 769px) {
    .modalSale {
        width: 100%;
        padding: 30px 20px;
        min-height: auto;
        background-position: right!important;
    }
    .modalSale::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.8);

    }
    .modalSale__col {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .modalSale__txt {
        margin-bottom: 24px;
    }
}
@media(max-width: 575px) {
    .modalSale__title {
        font-size: 22px;
    }
    .modalSale__form-phone {
        padding: 7px;
    }
    .modalSale__form .btn {
        font-size: 18px;
        margin-bottom: 14px;
    }
}


.reviewsPage__block {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 30px;
}
.reviewsPage__block-imgWr {
    display: flex;
    gap: 15px;
    align-items: center;
}
.reviewsPage__block-img img {
    width: 40px;
    height: 40px;
    opacity: .6;
}
.reviewsPage__block-top {
    margin-bottom: 10px;
}
.reviewsPage__block-rating {
    display: flex;
    justify-content: end;
}
.reviewsPage__block-prod {
    margin-top: 20px;
}
.reviewsPage__block-prod-img img {

}
.reviewsPage__block-prod-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.reviewsPage__block-prod-price {
    margin-bottom: 15px;
}
.reviewsPage__block-prod-price ins {
    text-decoration: none;
}
.reviewsPage__block-prod-price del {
    font-size: 14px;
    color: #8e8e8e;
}
.reviewsPage__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.reviewsPage__tab {
    background-color: #eceaea;
    border: 1px solid #d2d2d2;
    padding: 7px 20px;
    transition: all .2s;
    cursor: pointer;
}
.reviewsPage__tab:hover, .reviewsPage__tab.active {
    background-color: #ffbb01;
    border: 1px solid #ffbb01;
    color: #fff;
}
.reviewsPage a.read-more, .reviewsPage .read-less {
    color: #8a8a8a;
    text-decoration: underline;
}
.reviewsPage__block-date {
    font-size: 14px;
    color: #808080;
}
.reviewsPage__block-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
}
.reviewsPage {
    padding-bottom: 30px;
}
.reviewsPage__source a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: end;
}
.reviewsPage__source img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    color: #787878;
}

.productPage__txtsale {
    color: #eaa400;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
}
.productPage__txtsale-img {
    width: 55px;
}
.productPage__txtsale-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.formConsult {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}
.formConsult__form input {
    width: 380px;
}
.formConsult__form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.allshop {
    display: none;
}
@media(max-width: 1200px) {
    .formConsult__form input {
        width: 280px;
    }
}
@media(max-width: 991px) {
    .allshop {
        display: block;
}
}
@media(max-width: 769px) {
    .formConsult__form {
        flex-direction: column;
        gap: 10px;
    }
    .formConsult__form input, .formConsult__form span, .formConsult__form button {
        width: 100%;
    }
}

.policy {
    position: relative;
    margin: 20px 0;
    font-family: sans-serif;
    font-size: 14px;
}
.policy input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"], #buyoneclick_form_order input[type="checkbox"]{
    width: 16px;
    height: 16px;
    clip: auto;
    -webkit-clip-path: auto;
    clip-path: none;
    margin-right: 3px;
    position: initial;
}
.btnCheckoutWr {
    position: relative;
}
.btnCheckout.disabled {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.wpcf7-acceptance {
    font-family: sans-serif;
    font-size: 14px;
    width: 80%;
    display: block;
    margin: 10px auto;
}
.modalSale .wpcf7-acceptance {
    width: 100%;
}
.modalSale .wpcf7-response-output {
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px;
}

.postPage__info {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    flex-wrap: wrap;
}
.postPage__author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.postPage__info-date, .postPage__author-post {
    color: #8e8e8e;
}
.postPage__author-img img {
    width: 75px;
}

@media(max-width: 575px) {
    .wpcf7-list-item {
        margin: 0;
    }
}
.prodStock {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 12px;
}
.prodStock__in {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4ab801;
}
.prodStock__in svg {
    width: 17px;
    height: 17px;
    background-color: #4ab801;
    border-radius: 50%;
    padding: 5px;
}
.prodStock__in svg path {
    fill: #ffffff;
}
.prodStock__not {
    color: #ff4b0e;
}
.slick-dots li button:before {
    display: none!important;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
}
.slick-dots li.slick-active  button {
    background-color: #000;
}
#question .wpcf7-acceptance {
    width: 100%;
    text-align: left;
}

.breadcrumpsBlog ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.breadcrumpsBlog ul li a {
    color: #808080;
    position: relative;
    padding-right: 10px;
}
.breadcrumpsBlog ul li a:after {
    content: '/';
    margin-left: 5px;
}
.postContent a {
    text-decoration: underline;
    color: #eaa401;
}
.postContent ul, .postContent li {
    list-style-type: disc;
}
.postPagi {
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
}
.postPagi .page-numbers {
    padding: 9px 12px;
    transition: all .3s;
}
.postPagi .page-numbers:hover, .postPagi .page-numbers.current {
    background-color: #000;
    color: #fff;
}
.postPagi .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
@media(max-width: 575px) {
    .postPagi .nav-links .next, .postPagi .nav-links .prev {
        display: none;
    }
}
