.calc-hide{
    display:none;
}

.delivery-cost_hide {
    display:none;
}

.delivery-cost {
    margin: 60px 0 20px 0;
    position: relative;

}
.delivery-cost input[type="radio"]{
    position:relative;
    left:0;
    margin:5px 10px 0 0;
    top:2px;
}
.delivery-cost table th{
    padding: 10px 20px;
    text-align: start;

}
.delivery-cost table tr th:nth-child(1) {
    padding-left:0;
}
.delivery-cost input[type='submit']{
    margin-top: 30px;
    /*margin-left: 20px;*/
}
.delivery-cost table tr:nth-child(1) {
    font-size: 20px;
}

.delivery-cost table tr th{
    font-size: 18px;
    font-weight: 400;
}
.delivery-cost_light{
    display: none;
}
@media (min-width: 200px) and (max-width: 767px) {
    .delivery-cost input[type='submit'] {
        width: 100%;
    }
    .delivery-cost_light{
        display: block;
    }
    .delivery-cost_fullhd{
        display: none;
    }
}

.form__button-green {
    border: none;
    background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    border-radius: 4px;
    padding: 8px 16px;
    width: 246px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Rubik-Regular";
    color: #FFFFFF;
    cursor: pointer;
}
.form__button-green:hover {
    background: #4C9F11;
}



.form__modal{
    display:flex;
    position: relative;
    background-color: #FFFFFF;
    width: 488px;
    height: auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;

}
.form__modal input[type='submit'] {
    width: 100%;
}

.form__modal form {
    padding: 44px 44px 50px 44px;
    display: flex;
    flex-direction: column;
    gap:1rem;

}

.form__modal  .form__modal-title{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #0B1E11;
    font-family: "Rubik-Bold";
}
.form__modal p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Rubik-Regular";
    color: #919294;
}
.form__modal .form__group label{
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7C7C7C;
    margin-bottom: 8px;
}
.form__modal .form__group {
    display: flex;
    flex-direction: column;
    margin-bottom:0;
}
.form__modal a {
    color:#4DC966;
}
.form__modal .form__modal-close{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px;
    color:white;
    background-color: #4DC966;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    font-size: 16px;
    cursor:pointer;
}

.form__modal-call-delivery_hide{
    display:none;
}
.form__modal-cost_hide{
    display:none;
}
/*.calc-form select{*/
/*    */
/*    background:#F6F6F6;*/
/*}*/
.services .tabs .tabs__content .feedback-form .form__control .form__input {
    appearance: none;
    background: #F6F6F6;
}
.services .tabs .tabs__content .feedback-form:nth-child(3) .form__control .form__input {
    appearance: none;
    background: url('/wp-content/uploads/img/arrow_bottom.svg') no-repeat right #F6F6F6;
    background-position-x: calc(100% - 15px);
}


.fixed-overlay-form__modal-cost  , .fixed-overlay-form__modal-delivery{
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index:9999;
}

.form__modal  {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:9999;
}

.form__modal-cost_hide  {
    display: none;
}


/*new 19,09*/

/*вопросы вертикально исправление*/
.questions-item{
    /*padding:20px;*/
}
.questions-item__icon-my::after{
    content: url("/wp-content/uploads/img/arrowquestinplus.svg");
    width: 20px;
    height: 20px;
    color: white;
    z-index: 8888;
}
.open .questions-item__icon-my::after{
    content:  url("/wp-content/uploads/img/arrowquesttub.svg");
    width: 20px;
    height: 20px;
    color: white;
    z-index: 8888;
}
.questions__list-flex{
    display: flex;
    justify-content: space-between;
    gap:2rem;
}
.questions__list-flex ul{
    width: 100%;
}
.questions .questions__list  {
    flex-direction: column;
}
.questions .questions__list li{
    list-style-type: none;
    width: 100%;
}


.questions .questions__list li .questions-item{
    width: 100%;
}

@media (max-width: 776px) {
    .questions__list-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin:56px 0 16px 0;
    }

    /*.questions__list-flex ul {*/
    /*    margin-top: 0!important;*/
    /*}*/

    .questions .questions__list {
        margin-top: 0;
        margin-bottom:0;
    }


}

.modal-calc,.modal-apperance {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; /* см. ниже */
    align-items: center;
    z-index: 99;
    /* Чтобы окно не прилипало к границе
    браузера установим отступы */
    padding:30px 0;
    background-color: #3A3A3A;
}
.modal-calc_hide{
    display:none;
}
.modal-calc_hide .modal-apperance-close{
    display:none;
}
.close-tabs-modal, .modal-apperance-close{
/*.modal-apperance-close{*/
    position: absolute;
    right: 20px;
    top:75px;
    width: 20px;
    height: 20px;
    /*z-index: 100;*/
    cursor:pointer;
}
.close-tabs-modal img{
    width: 20px;
    height: 20px;
}
.modal-calc .tabs {
    width: 80%;
}

.modal-apperance_hide{
    display:none;
}
.popup-infomation{
    position: relative;
    z-index:100;
}

/*maps*/
.contact-tabs{
    height: 100%;
}
.contact-tabs article{
    width: 100%;
    height: 100%;
    margin-top:0;
}
.contact-tabs article{
    display:block;
}
.contact-tabs{
    width: 100%;
    height: 100%;
}
.contact-container .contact-left{
    width: 70%;
    height: 100%;
    /*overflow: hidden;*/
}
.contact-container .contact-right{
    width: 30%;
    height: 100%;
}
.contact-container .contact-right .contact-list{
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0
}
.contact-container .contact-right .contact-list .contact-item{
    margin-bottom: 0;
}

.contact-tab{
    margin-top: 40px;
}

.contact-container{
    margin-top: 10px;
    height: 488px;
    gap:2rem;
}

.article_hide{
    display:none!important;
}

@media (min-width: 767px ) and (max-width: 1280px) {
    .contact-container{
        flex-wrap: wrap;
        height: auto;

    }
    .contact-container .contact-left{
        width: 100%;
        height: 488px;
    }
    .contact-container .contact-right{
        width: 100%;
    }
    .contact-container .contact-right .contact-list{
        width: 100%;
        flex-wrap:nowrap;
        flex-direction: row;
    }

    .contact-container .contact-right .contact-list .contact-item{
        width: 50%;
    }


}
@media (min-width: 200px ) and (max-width: 766px) {
    .contact-container{
        flex-wrap: wrap;
        height: auto;

    }
    .contact-container .contact-left{
        width: 100%;
        height: 388px;
    }
    .contact-container .contact-right{
        width: 100%;
    }
    .contact-container .contact-right .contact-list{
        width: 100%;
        flex-wrap:wrap;
        flex-direction: row;
    }

    .contact-container .contact-right .contact-list .contact-item{
        width: 100%;
    }


}


/*douwload nakladnaia*/
.overhead .overhead__container .overhead__green{
    padding: 24px 56px 56px 56px;
}

.overhead .overhead__container .overhead__green  .overhead__green-img{
    margin-bottom: 20px;
}
.overhead .overhead__container .overhead__green a{
    padding: 8px 20px;
    color: black;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70%;
    text-align: center;
}

/*ошибки и рамка форм*/
.invalid{
    border:1px solid red!important;
}

.error_form{
    color:red!important;
}


/*мобильное меню*/

@media (max-width: 576px){
    .header-top {
        z-index: 88;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .main .main__container .main__left .main__text {
        padding-top: 123px;
    }
}
.header-mobile__container_show{
    transform: translateX(0) !important;
    position: fixed!important;
    top: 0!important;
    left:0!important;
}
.header-mobile__container_sticky {
    z-index: 88;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal-apperance-menu_close{
    position: absolute;
    right: -20px;
    top:-20px;
    cursor:pointer;
}

.header-mobile__top{
    position: relative;
}

/*avatar svg*/
.header__auth-avatar-logut {
    content:'';
    background-image:url('/wp-content/uploads/img/divfacemini2.svg');
    margin-right:20px;
    filter: invert(27%) sepia(99%) saturate(1299%) hue-rotate(93deg) brightness(93%) contrast(104%);
    height:32px;
    width:32px;
    display:inline-block;
    background-size:32px 32px;

}
.header__auth{
    display:flex;
}
@media (max-width: 767px){

    .header__auth-mob{
        display:flex!important;
        align-items: center;
        min-width: 120px;
    }
}
/*.header__auth-avatar-logut{*/
/*        filter:invert(88%)sepia(22%)saturate(68%)hue-rotate(186deg)brightness(103%)contrast(89%);*/

/*}*/


/*заказать звонок , в мобильном меню поверх меню*/
#test-form{
    z-index:300;
}

.header-mobile__list li:nth-child(1) a{
    color:#6CC031;
}
