input[type="checkbox"] {
    accent-color: #D13031;
}
.head_social {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

.preloader_custom {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0000003d;
    background-image: url('/wp-content/themes/PSKAgro/img/preloader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.preloader_custom.active {
    display: block;
    opacity: 1;
    z-index: 999999;
}
.response_container {
    display: none;
}
.response_container {
    padding: 80px;
}
.response_container .response_title {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 34px;
    line-height: 140%;
}
.response_container .response_text {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 35px;
    display: block;
}
.page_container{
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 35px;
}
.text_container{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}
.text_container h2 {
    margin-bottom: 15px;
}
.text_container p{
    margin-bottom: 10px;
}
.text_container ol,
.text_container ul{
    margin: 20px 0;
}
.text_container li{
    margin-bottom: 10px;
}
.main_header_wr{
    position: relative;
}
.main_header_wr img{
    margin-right: 0;
    margin-left: auto;
    display: block;
}
.header_text_wr{
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 5vw;
    box-sizing: border-box;
    max-width: 100% ;
}
.main_header_wr:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #ffffff94;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skewX(-30deg);
    background: linear-gradient(60deg, rgba(255,255,255,1) 72%, rgba(255,255,255,0.5) 92%);
    z-index: 1;
    width: 51%;
}
#header-slide-one:before {
    background: linear-gradient(60deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 92%);
}
.main_header_wr:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #ffffff94;
    top: 0;
    bottom: 0;
    left: 0;
    /*right: 0;*/
    transform: skewX(-30deg);
    background: linear-gradient(60deg, rgba(255,255,255,1) 72%, rgba(255,255,255,0.5) 92%);
    z-index: 1;
    width: 51%;
}
.header_text_wr:after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #fff;
}
.header_text_wr>*{
    z-index: 2;
}
.header_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    color: #D13031;
    margin-bottom: 20px;
}
.header_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 45px;
}
.red_btn{
    display: inline-block;
    background: #D13031;
    border-radius: 5px;
    padding: 13px 45px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF!important;
    transition: .3s;
}
.red_btn:hover{
    background-color: #b92a2b !important;
}
.main_page_slider_wr{
    padding: 0 70px;
    position: relative;
    background-color:#f7f7f7;
    padding-bottom: 15vh;
}
.slide_item{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.main_page_slider .slide_item .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #363636;
    margin-bottom: 55px;
    margin-top: 20px;

}
.footer-menu__links:hover {
    cursor: pointer;
}
.main_page_slider .slide_item img{
    object-fit: contain;
    max-height: 200px;
}
.link-contents {
    display: contents
}
body{
    max-width: 1425px;
    margin: auto;
}
.main_slider_btn_container>div{
    position: absolute;
    top: 30%;
    cursor: pointer;
}
#main_slider_prev{
    left: 10px;
}
#main_slider_next{
    right: 10px;
}
.product_wr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
    padding: 100px 20px;
    max-width: 1200px;
    margin: auto;
}
.product_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.product_wr .product_item img{
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}
.product_wr .product_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #363636;
    margin-bottom: 20px;
}
.product_wr .product_desc{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 45px;
}
.product_single_wr{
    padding: 100px 20px;
}
.product_single_propr_wr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    min-height: 0;
    min-width: 0;
    margin-bottom: 100px;
}
.product_single_propr_wr>*{
    overflow: hidden;
    min-width: 0;
}
.swiper-container, .swiper-wrapper{
    display: inherit;
}
.swiper-slide{
    display: inherit;
    width: auto !important;
    max-width: 100% !important
}

.product_single_slider_wr{
    position: relative;
    padding: 0 60px;
    width: 100%;
    box-sizing: border-box;
}
.product_single_slider_item img{
    width: 100%;
    object-fit: contain;
}
.product_single_slider_btn_container>div{
    position: absolute;
    top: 30%;
    cursor: pointer;
}
#product_single_slider_prev{
    left: 10px;
}
#product_single_slider_next{
    right: 10px;
}
.product_single_wr .propduct_prop_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 15px;
}
.product_single_wr .propduct_prop_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}
.product_prop_table_wr{
    display: grid;
    grid-template-columns: 285px 1fr;
    grid-gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #D1D1D1;
}
.product_prop_table_wr .propduct_prop_table_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}
.product_prop_table_wr .propduct_prop_table_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;

    color: #000000;
}
.product_content{
    margin-top: 50px;
}
.t-title_xl{
    font-size: 40px;
}
.review_wr{
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
}
.review_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #363636;
    margin-bottom: 20px;
}
.review_content{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 45px;
}

#nav127416115{
    position: relative;
}
#nav127416115 ul{
    padding-left: 0!important;
}
#nav127416115 .menu-top__link{
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    color:#000000;
    font-size:14px;
    font-weight:600;
    padding:10px 5px;
}

.catalogMenu {
    overflow: hidden;
    max-height: 0;
    transition: .3s;
    position: absolute;
    width: 335px;
    max-width: 100%;
    z-index: 1;
    background-color: #fff;
    text-align: left;
    padding-left: 0!important;
}

.catalogMenu__active {
    position: relative !important;
    max-height: 400px !important;
    overflow-y: scroll !important;
    overflow-x: hidden!important;
    width: 100% !important;
    max-width: none;
}

li .catalog-menu__arrow:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/wp-content/themes/PSKAgro/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in;
    vertical-align: middle;
}

li:hover .catalog-menu__arrow:after {
    transform: rotate(90deg);
}

li:hover .catalog-menu__arrow {
    color: #b92a2b !important;
}

.menu-top__link:hover {
    color: #b92a2b !important;
}

.catalogMenu li {
    list-style: none;
    padding-left: 0!important;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 38px;
    grid-gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #00000008;
}

.catalogMenu li:hover {
    background-color: #e9edf9;
}

.catalogMenu li:after {
    transition: all 0.3s ease-in-out;
}

.catalogMenu li:hover:after {
    padding-left: 30px;
}

.catalogMenu li:last-of-type{
    border-bottom: unset;
}

.catalogMenu li a {
    padding-left: 30px!important;
    padding: 12px 0 12px 21px;
    font-size: 14px;
    width: 100%;
}

.t228__list_item:hover .catalogMenu{
    max-height: 400px;
    border: 1px solid #00000008;
    border-left: 3px solid #22588D;
    overflow: unset;
}

.catalogMenu .page_item .children{
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    position: absolute;
    left: 100%;
    background-color: #fff;
}

.children li:hover {
    background-color: #22588D;
}

.children li:hover a {
    color: #fff !important;
}

.page_item_has_children{
    position: relative;
}

/*.page_item_has_children:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 17px;
    padding: 12px 15px;
    background-image: url(/wp-content/themes/PSKAgro/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}*/

.page_item_has_children:hover .children{
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #00000008;
    border-left: 3px solid #22588D;
}

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: -8px;
    width: 50px;
    height: 35px;
    border-radius: 30px 0 0 30px;
    border: none;
    background-color: #D13031;
    line-height: 12px;
    cursor: pointer;
    padding: 5px 10px;
    border: 2px solid #fff;
    opacity: 0.5;
    transition: all 0.3s ease-in;
}

#scroll-to-top:hover {
    opacity: 1;
}

#scroll-to-top:active {
    background-color: #b92a2b;
}

/*Стили для мобильного меню*/
.hamburger-btn {
    display: none;
    width: 25px;
    height: 27px;
    background-color: #D13031;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 6px 6px 0 6px;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease-in;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
}

.hamburger-btn.active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger-btn.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu__no-scroll {
    height: 110vh;
    overflow: hidden;
}

.mobile-wrap__btn {
    display: none;
}

/*footer*/

.footer-menu__links li{
    color:rgb(0, 0, 0) !important;
    text-decoration: none;
    border-bottom: 0px solid rgb(0, 0, 0);
    box-shadow: inset 0px -0px 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: inset 0px -0px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: inset 0px -0px 0px 0px rgb(0, 0, 0);
}
.menu-footer {
    display: flex;
}


/*firefox*/
*{
    scrollbar-color: #2F8FFF #4e4e4e17;
    scrollbar-width: thin;
    scrollbar-height: thin;
}

*::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
*::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: transparent;
    background-color: #b92a2b;
    border-radius: 2px;
}
*::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: transparent;
    background-color: #363636c4;
}
*::-webkit-scrollbar-track{
    border-width:0;
}
*::-webkit-scrollbar-track:hover{
    border-left: solid 1px transparent;
    background-color: #eeeeee17;
}
#rec127420613 .t-popup{
    display: none;
}

#Orderform .order-popup{
    display: none;
}
.button_container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-order {
    color: #D13031 !important;
    background-color: #fff;
    border: 2px solid #D13031;
    border-radius: 5px;
    padding: 13px 53px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    transition: .3s;
}

.linkcont {
    text-align:center;
    margin: 30px 0 30px 0;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.order-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 93px 45px;
    z-index: 1000;
    width: 470px;
    height: 418px;
}

.popup-title {
    margin-bottom: 24px;
    text-align: center;
}

.popup-description {
    margin-bottom: 24px;
    text-align: center;
}
.popup-close {
    display: none;
}

.t-input-block {
    margin-bottom: 20px;
}

.popup-input {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    color: #000000;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;
}

.popup-submit {
    background-color: #D13031;
    color: #fff;
    width: -webkit-fill-available;
    height: 60px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 40px;
    -webkit-border-radius: 5px;
    font-weight: 600;
}

/*    .popup-submit:hover {
        background-color: #a11f1f;
    }*/
@media (max-width: 560px) {
    .order-popup {
        width: 100%;
        height: auto;
        padding: 40px;
        box-sizing: border-box;
    }
    .popup-close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
}


@media(max-width:1120px){
    .header_text_wr{
        width: 40%;
    }
    .product_wr {
        grid-gap: 40px;
        padding: 60px 20px;
    }
    .product_wr .product_title{
        font-size: 20px;
    }
}
@media(max-width:980px) {

    .head_social {
        /*display: none;*/
        z-index: 999;
        position: relative;
        top: 23px;
        right: 66px;
        padding-left: 0px;
        vertical-align: top;
    }

    .page_item_has_children:after{
        padding: 12px 30px;
    }

    .catalogMenu li {
        display: block;
    }

    .catalogMenu li:after {
        position: absolute;
        right: 0;
        top: 0;
    }

    .catalogMenu li:hover:after {
        padding-left: 0;
        transform: rotate(90deg);
    }

    li .catalog-menu__arrow:after {
        position: absolute;
        transform: rotate(90deg);
    }

    .catalogMenu .page_item .children {
        display: none !important;
        max-height: 1000px;
        position: relative;
        display: block;
        left: auto;
        margin-left: 20px;
    }

    #list-show {
        display: block !important;
    }

    .page_item_has_children:hover .children {
        border-left: none;
    }

    .t228__leftcontainer {
        float: left;
        margin-left: 20px;
    }

    .t228__list_item:hover .catalogMenu{
        border-left: none;
    }

    .hamburger-btn {
        display: flex;
    }
    .hamburger-btn:hover {
        opacity: 1;
    }
    .mobile-menu {
        position: fixed;
        background: linear-gradient(135deg, rgba(209,48,49, 0.25) 25%, rgba(209,48,49, 0.34) 25%, rgba(209,48,49, 0.34) 50%, rgba(209,48,49, 0.25) 50%, rgba(209,48,49, 0.25) 75%, rgba(209,48,49, 0.34) 75%);
        background-color: #e74949;
        background-size: 5rem 5rem;
        top: 0;
        right: 0;
        height: 100vh;
        overflow: hidden;
        transition: all .5s ease-in;
        width: 100%;
        opacity: 0;
        max-width: 0;
    }

    .mobile-menu__active {
        opacity: 1;
        max-width: 100%;
    }

    .btn-feedback, .btn-price {
        display: none;
    }

    .t-active {
        text-decoration: underline #22588D;
        background-color: #fff;
        color: #d13031f7 !important;
    }

    a.menu-top__link {
        font-size: 25px !important;
        color: #fff;
    }

    .t228__list_item:first-child {
        margin-top: 15%;
    }

    .mobile-wrap__btn {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .mobile-wrap__btn p {
        color: #fff;
        font-family: 'Montserrat',Arial,sans-serif;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
        text-shadow: 1px 1px 2px #22588D;
    }

    .mobile-btn_feedback, .mobile-btn_price {
        display: block;
        width: 75px;
        border-radius: 25px;
        background-color: #22588D;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 35px;
        margin-top: 20px;
        padding: 10px;
        transition: all 0.3s ease-in;
    }

    .mobile-btn_feedback:active, .mobile-btn_price:active {
        background: #084479;
    }

    .mobile-btn_feedback {
        background-image: url(/wp-content/themes/PSKAgro/img/btn-send_us.svg);
    }

    .mobile-btn_price {
        background-image: url(/wp-content/themes/PSKAgro/img/btn-price.svg);
    }

}
@media(max-width:960px){
    .main_header_wr:before{
        display: none;
    }
    .main_header_wr:after{
        display: none;
    }
    .header_text_wr{
        background-color: #fff;
        height: auto;
        width: 100%;
        bottom: 0;
        top: auto;
    }
    .main_header_wr img{
        width: 100%;
    }
}
@media(max-width:840px){
    .header_text_wr {
        position: relative;
    }
    .product_wr {
        grid-template-columns: 1fr 1fr;
    }
    .product_single_propr_wr{
        grid-template-columns: 1fr;
    }
    .product_single_slider_wr {
        max-height: 50vh;
    }
}
@media(max-width:640px){
    .product_prop_table_wr {
        grid-template-columns: 1fr;
    }
}
@media(max-width:540px){
    .product_wr {
        grid-template-columns: 1fr;
    }
}

@media(max-width:420px){
    .menu-footer {
        display: inherit;
    }
}
