.left-m-s {
    display: none;
}
.right-cat {
    width: 100% !important;
}
.title-right{
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    text-transform: uppercase;
    margin-bottom: 34px;
    color: rgba(34, 38, 42, 0.7);
}
#content .right-cat p, #content .right-cat ul, #content .right-cat ol{
    font-family: var(--base-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #262626;
    text-align: justify;
}
.conditions__wrapper{
    display: flex;
    margin-top: 57px;
}
.conditions__item{
    margin-right: 30px;
    width: 40%;
    display: flex;
}
.conditions__item:first-of-type, .conditions__item:last-of-type{
    width: 30%;
}

@media all and (max-width: 890px) {
    .conditions__item{
        width: 100%!important;
    }
}

.conditions__item:last-of-type{
    margin-right: 0;
}
.conditions__item img{
    width: 64px;
    height: 64px;
    margin-right: 12px;
}
.oplata__ul{
    padding-left: 0 !important;
}
.oplata__ul li{
    list-style-type: none;
}
.oplata__ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #33A0FF;
    display: inline-block;
    margin-right: 10px;
}
.oplata__h3{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    text-transform: uppercase;
    color: #22262A;
    margin-bottom: 30px;
}
.dostavka_page__top-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.dostavka_page__top-content{
    width: 65%;
    margin-right: 30px;
}
.dostavka_page__map{
    width: 35%;
}

.contacts__container{
    display: flex;
}
.contacts__map{
    width: 50%;
    position: relative;
    margin-right: 15px;
}
.contacts-info__wrap{
    position: absolute;
    top: 65px;
    left: 0;
    width: 60%;
    padding: 20px 14px 35px 41px;
    background: rgba(51, 160, 255, 0.8);
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;

    color: #FFFFFF;
}
.contacts-info__wrap p, .contacts-info__wrap span, .contacts-info__wrap a, .contacts-info__wrap p a, .contacts-info__wrap p b{
    color: #FFFFFF !important;
}
.contacts__form{
    width: 50%;
    margin-left: 15px;
}

input.button-formitem {
    border: none!important;
}

@media (max-width: 900px) {
    .contacts__container{
        flex-direction: column;
    }
    .contacts__map, .contacts__form{
        width: 100%;
    }
    .contacts__form{
        margin-top: 30px;
    }
    .formItemName{
        justify-content: center !important;
    }
}

@media (max-width: 820px) {
    .conditions__wrapper{
        flex-direction: column;
    }
    .conditions__item{
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .dostavka_page__top-container{
        flex-direction: column;
    }
    .dostavka_page__top-content, .dostavka_page__map{
        width: 100%;
    }
    .dostavka_page__top-content{
        margin-right: 0;
    }
}

@media (max-width: 390px){
    .oplata__h3{
        text-align: left;
    }
}


@media all and (max-width: 660px){
    .contacts__map iframe {
        max-height: 70vh;
    }
    .contacts-info__wrap{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
    }
    .title-right {
        font-size: 24px;
        line-height: 1.5;
    }

    .navigation {
        display: none;
    }
}
