.order h2{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000000;
}
.order-dostavka-input{
    max-width: 500px;
    height: 68px;
    position: relative;
    border: 1px solid #a5a5a5;
    padding: 10px 15px;
    border-radius: 4px;
}
.order-dostavka-input label{
    font-size: 14px;
    color: #b5b5b5;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
}
.order-dostavka-input input{
    border: 0;
    width: 100%;
    padding-right: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}
.order-dostavka-input input::placeholder{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}
.order-dostavka-input button{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-color: transparent;
    border: 0;
}

.order-dostavka-input button:after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #a5a5a5;
    position: absolute;
    left: 2px;
    top: 10px;
    transform: rotate(45deg);
}
.order-dostavka-input button:before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #a5a5a5;
    position: absolute;
    left: 2px;
    top: 10px;
    transform: rotate(-45deg);
}
.order{
    margin-bottom: 25px;
}

.order-item{
    margin-bottom: 50px;
}
.sposob-dostavki-wrap{
    display: flex;
    margin: 0 -6px;
}
.sposob-dostavki-wrap input{
    display: none;
}
.sposob-dostavki-wrap input + label{
    width: calc(100% / 3 - 12px);
    margin: 0 6px;
    margin-bottom: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}
.sposob-dostavki-wrap input + label .sposob-dostavki__title{
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    padding-left: 37px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}
.sposob-dostavki-wrap input + label img{
    margin-bottom: 10px;
    height: 85px;
}
.sposob-dostavki-wrap input + label .sposob-dostavki__title:before{
    width: 25px;
    height: 25px;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    content: "";
}

.sposob-dostavki-wrap input:checked + label{
    border: 1px solid #f9921b;
}

.sposob-dostavki-wrap input:checked + label .sposob-dostavki__title:after{
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 100%;
    background-color: #000000;
    position: absolute;
    top: 10px;
    left: 6px;
}

.select-wrap{
    display: flex;
    margin: 0 -5px;
}

.select-wrap .selectric .button{
    background-image: url('./img/selectbtn.png');
    background-size: contain;
    background-color: transparent;
    background-position: center right 9px;
    border-left: 1px solid #a5a5a5;
}
.select-wrap .selectric .label{
    margin-left: 5px;
    text-align: left;
    font-size: 14px;
}
.select-wrap .selectric {
    border-radius: 5px;
    border: 1px solid #a5a5a5;
}
.select-wrap .selectric-wrapper{
    width: calc(100% / 2 - 5px);
    margin: 0 5px;
}
.order-adressa{
    margin-bottom: 30px;
}
.order-adressa input{
    display: none;
}
.order-adressa input + label{
    font-size: 25px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
 
}
.order-adressa input + label img{
    margin-right: 12px;
    width: 68px;
    margin-left: 8px;
}
.order-adressa input + label span{
    font-size: 15px;
}

.order-adressa input + label:before {
    width: 25px;
    height: 25px;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    content: "";
}
.order-adressa input:checked + label:after{
    content: "";
    width: 8px;
    height: 11px;
    position: absolute;
    left: 9px;
    top: 10px;
    display: block;
    border-right: 4px solid #48cb00;
    border-bottom: 4px solid #48cb00;
    transform: rotate(45deg);
}

.order-map{
    width: 100%;
    height: 320px;
}
.order-map iframe{
    width: 100%;
    height: 100%;
}

.order-data__wrap{
    display: flex;
    margin: 0 -3px;
}
.order-data__wrap input{
    width: calc(100% / 3 - 3px);
    margin: 0 3px;
    margin-bottom: 6px;
    height: 38px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    padding: 0 15px;
}
.order-data__wrap input::placeholder{
    font-size: 14px;
    color: #474747;
}

.order-data textarea{
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 105px;
    resize: none;
}
.order-data textarea::placeholder{
    font-size: 14px;
    color: #474747;
}



.order-oplata input + label{
    display: flex;
    align-items: center;
}
.order-oplata .order-adressa input + label:after{
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 100%;
    background-color: #000000;
    border: none;
    left: 6px;
    top: 10px;
}
.order{
    position: relative;
}
.order-right{
    position:sticky;   
    top: 156px;
    right: 0;
    
}
.order-right__wrap{
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.order-line{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.order-line span{
    font-weight: 600;
}
.order-line.promokod {
    display: flex;
}
.order-line.promokod button{
    color: #fff;
    font-weight: 600;
    background-color: #b56cbb;
    border-radius: 5px;
    border: 0;
    transition: 0.3s all;
    width: 140px;
    height: 39px;
}
.order-line.promokod input{
    flex: 1;
    margin-right: 5px;
    height: 39px;
    transition: 0.3s all;
    border-radius: 5px;
    border: 1px solid #77c23e;
    padding: 0 15px;
}
.order-line.promokod input:focus{
    box-shadow: 0 0 5px rgba(0,0,0, 0.4);
}
.order-line.promokod button:hover{
    box-shadow: 0 0 5px rgba(0,0,0, 0.4);
}

.order-line.promokod-yes{
    text-align: center;
    flex-direction: column;
}
.order-line.promokod-yes div{
    color: #b56cbb;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-size: 17px;
    margin-bottom: 5px;
}
.order-line.promokod-yes div:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: #b56cbb;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.order-line.promokod-yes div:after{
    content: "";
    width: 8px;
    height: 11px;
    position: absolute;
    left: 9px;
    top: 6px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.order-line.promokod-yes span{
    color: #ff0000;
    display: block;
    font-size: 17px;
}

.order-line.price{
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.order-line.price .price__left{
    font-size: 25px;
    margin-right: 15px;
    line-height: 1;
}
.order-line.price .price__right span{
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.order-line.price .price__right span.old{
    position: relative;
    color: #ff0000;
}

.order-line.price .price__right span.old:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff0000;
    top: 50%;
    transform: translateY(50%);
}

.order-sub{
    width: 100%;
    height: 69px;
    border-radius: 5px;
    background-color: #f9921b;
    color: #fff;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    transition: 0.3s all;
}

.order-sub:hover{
    box-shadow: 0 0 7px rgba(0,0,0, 0.4);
}

@media(max-width: 1199px){
    .order-line.promokod{
        flex-direction: column;
    }
    .order-line.promokod input{
        flex: auto;
        width: 100%;
        margin-bottom: 5px;
    }
    .order-line.promokod button{
        width: 100%;
    }
    .sposob-dostavki-wrap input + label .sposob-dostavki__title{
        font-size: 20px;
    }
    
    .order-line.promokod-yes div{
        text-align: center;
    }
    .order-line.promokod-yes span{
        font-size: 15px;
    }
    .order-line.price .price__left{
        font-size: 18px;
    }
}
@media(max-width: 1024px){
    .order-sub{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        border-radius: 0;
    }
}

@media(max-width: 767px){
    .order-sub{
        height: 50px;
        font-size: 16px;
    }
    .sposob-dostavki-wrap{
        flex-wrap: wrap;
    }
    .sposob-dostavki-wrap input + label{
        width: calc(100% / 2 - 12px);
    }
    .sposob-dostavki-wrap input + label .sposob-dostavki__title{
        font-size: 25px;
    }
}
@media(max-width: 559px){
    .order-data__wrap input{
        width: calc(100% - 3px);
    }
    .order-data__wrap{
        flex-wrap: wrap;
    }
    .order-adressa input + label span{
        display: block;
    }
    .select-wrap{
        flex-wrap:wrap;
    }
    .select-wrap .selectric-wrapper{
        width: calc(100% - 5px);
        margin-bottom: 5px;
    }

    .sposob-dostavki-wrap input + label .sposob-dostavki__title{
        font-size: 18px;
        line-height: 34px;
    }
    .order-oplata input + label:before{
        position: absolute;
    }
    .order-oplata input + label{
        padding-left: 35px;
    }
}

@media(max-width: 424px){
    .sposob-dostavki-wrap input + label{
        width: calc(100% - 12px);
    }
    .order-adressa input + label{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .order-adressa input + label span{
        font-size: 14px;
    }
    .order-oplata input + label{
        font-size: 16px;
    }
    .order-adressa input + label img{
        width: 55px;
    }
}


.label-1{
    display: block;
    margin-bottom: 5px;
}

#iblock_add__form .text_inpt{
    height: 38px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    width: 320px;
    max-width: 100%;
}
#iblock_add__form .text_inpt:focus{
    border-color: #c4c4c4;
}

#iblock_add__form .row-form{
    margin-bottom: 15px;
}

#iblock_add__form .textarea-1{
    width: 550px;
    max-width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    resize: none;
    height: 100px;
    font-family: 'MuseoSansCyrl', sans-serif;
}
#iblock_add__form .textarea-1:focus{
    border-color: #c4c4c4;
}

#iblock_add__form .row-form.form-response-opts button{
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    padding: 15px 25px;
    background: #f9921c;
    border-radius: 2px;
    transition: 0.3s all;
}
#iblock_add__form .row-form.form-response-opts button:hover{
    opacity: 0.9;
}
#iblock_add__form .row-form.form-response-opts{
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
#iblock_add__form .selectric-wrapper{
    width: 320px;
}
@media(max-width: 559px){
    #iblock_add__form .textarea-1{
        width: 100%;
    }
    #iblock_add__form .selectric-wrapper{
        width: 100%;
    }
    #iblock_add__form .text_inpt{
        width: 100%;
    }
}