/*
Theme Name: Meest
Theme URI: https://seopro.com.ua/
Version: 1.0
Description:
Author: seopro.com.ua (fudzimaru)
Author URI: https://seopro.com.ua/
*/

.api-box pre{
    padding-left: 10px;
}

.faq-list_bottom {
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    margin-top: 0;
}


.faq-list_title{
    margin-bottom: 16px;
}

.faq-list{
    row-gap: 32px;
}

img{
    height: auto;
}

.sin-author img{
    width: 48px;
    border-radius: 100px;
}

.content blockquote p{
    margin-bottom: 0;
}

figure .wp-element-caption{
    margin-top: -14px;
}

.sin-keys li{
    padding: 0;
}
.sin-keys li a{
    color: #031513;
    font-size: 14px;
    padding: 6px 8px;
    display: inline-block;
}

.tru-slide_descr-source{
    font-size: 20px;
    font-weight: 700;
}


/**
MAP TEST
 */

.sta{
    position: relative;
}

.sta .container{
    position: relative;
    z-index: 2;
}

.sta #map{
    position: absolute;
    z-index: 0;
    top: 390px;
}

.sta {
    padding: 90px 0 400px 0;
}

.mar-tab_box{
    display: block;
    height: 0;
    transition: height .5s;
}
.mar-tab.active .mar-tab_box{
    height: 490px;
}

.faq-list{
    margin-left: 0;
}

.faq-box{
    justify-content: center;
}

.fir.three .breadcrumbs a{
    color: #FFFFFF;
}

.faq-list_title{
    padding-right: 20px;
}


#result .text-xl{
    text-align: center;
}

.twitter{
    background: rgba(15,20,25,.1);
    border-radius: 50px;
    padding: 9px;
}
.twitter svg{
    width: 26px;
    height: 26px;
}

.twitter-min{
    background: rgba(15,20,25,.1);
    border-radius: 50px;
    padding: 5px;
}
.twitter-min svg{
    width: 14px;
    height: 14px;
}

.copy-link.active svg rect{
    transition: .3s fill;
}
.copy-link.active svg rect{
    fill: #F86B33;
}

.unc-item_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 98px;
}

.unc-item_descr {
    -webkit-line-clamp: 2;
}

.rich-news .unc-item_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hel-tab,.hel-tab::before{
    border-radius: 8px;
}

.mar-contain-region{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    margin-bottom: 16px;
}

.mar-contain-region li{
    border-radius: 8px;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.mar-contain-region li.active,
.mar-contain-region li:hover{
    background: #263836;
}

.mar-contain-region li span{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    padding: 8px;
}

.why-boxs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 0;
}

.shi-boxs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.shi-box{
    max-width: calc(33% - 18px);
    flex: 0 0 calc(33% - 18px);
}

.why-box{
    max-width: 25%;
    flex: 0 0 25%;
}

.inf-tabs .swiper-wrapper{
    justify-content: center;
}

.con-tabs .swiper-wrapper{
    justify-content: center;
}
.con-tabs{
    border:none;
}
.con-tab {
    border: 1px solid #D5D0CE;
}

.mar-tab_name img{
    margin-right: 10px;
}

.mar-tab_name{
    justify-content: start;
}
#next{
    margin-top: 24px;
}

.d-flex{
    display: flex;
}

.justify-center{
    justify-content: center;
}
@media (max-width: 800px) {

    .why-box{
        max-width: 50%;
        flex: 0 0 50%;
    }

    .shi-box{
        max-width: 100%;
        flex: 100%;
    }


    .mar-contain-region{

        grid-template-columns: 1fr;

    }

    .rich-news .unc-item_text{
        display: block;
    }
    .unc-item_title {
        min-height: auto;
    }

    .unc-item_descr {
        -webkit-line-clamp: initial;
    }
}

.form-select_point.error{
    border: 1px solid #F86B33;
}


.return-step-three .minmax{
    display: flex;
}
.return-step-three .minmax p{
    max-width: 33%;
}

.return-step-four{
    margin-top: 24px;
}



.ret-company-name .ret-delivery-text,
.ret-company-name .ret-delivery-title {
    font-size: 14px;
}

.ret-company-name .ret-delivery-wrapper::before{
    content: none;
}
.ret-company-name .ret-delivery-wrapper{
    margin-top: 8px;
}
.ret-company-name .ret-delivery-column{
   gap: 0;
}

#cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1D4F4C;
    color: #FFF;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.cookies{
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cookies-title{
    font-weight: bold;
    margin-bottom: 10px;
}

.cookies-content{
    flex: 0 0 80%;
    max-width: 80%;
}

.cookies-btns{
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}

.cookies-text a{
    color: #fff;
    text-decoration: underline;
}

#cookies-btn{
    background: #F86B33;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.cookies-btn{
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    width: fit-content;
    color: #F86B33;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 0px 24px;
    transition: 0.3s;
}

.cookies-btn::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: #F86B33;
    border-radius: 40px;
    transition: 0.3s;
}

.cookies-btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 2px solid #F86B33;
}

.ret-company-name .ret-delivery-wrapper{
    padding-left: 0;
}

.ret-delivery-item.disabled{
    opacity: .5;
    cursor: not-allowed;
}

.ret-delivery-item.disabled .ret-radio{
    cursor: not-allowed;
}



@media (min-width: 1200px) {
    .ret-delivery-row {
        grid-template-columns: 16px 15% 1fr auto;
    }
    .ret-sender-two{
        grid-template-columns: 150px 1fr 1fr 165px 190px;
    }

    .ret-sender-one{
        grid-template-columns: 50% 25% 25%;
    }
}
@media (max-width: 1200px) {

    .cookies-content{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookies-btns{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookies-btns {
        margin-top: 20px;
        justify-content: center;
    }

}