.form-group.has-error .error{
    color: #b1232a;
    font-size: 1.3rem;
}

.has-error .error{
    color: #b1232a;
    font-size: 1.3rem;
}

.widget-language-desktop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    transition: .5s;
    cursor: pointer;
    line-height: 1.3;
    border: none;
}

.header-contacts {
    right: 385px;
}

.widget-language-desktop .text {
    font-size: 1.5rem;
    color: #4a5152;
    text-transform: capitalize;
    letter-spacing: -0.04rem;
}

.widget-language-desktop .language-text {
    color: #b1232a;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-language-desktop-modal.toggle-active {
    top: -85px;
}

.widget-language-desktop-modal{
    background: #fff;
    position: absolute;
    top: -250px;
    z-index: 1;
    right: 0px;
    width: 70px;
    font-size: 1.4rem;
    padding: 5px;
    text-align: center;
	display:flex;
	flex-direction:column;
	gap:15px;
	border-radius:5px;
    -webkit-box-shadow: 0 1px 7px 0 rgb(50 50 50 / 25%);
    box-shadow: 0 1px 7px 0 rgb(50 50 50 / 25%);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

@media (max-width: 37.5em) {
    .block-map{
        text-align: center;
    }
    
    .block-map iframe {
        width: 100% !important;
    }
}

.block-map iframe{
    max-width: 600px;
    width: 600px;
}

.icon-viber-after {
    padding-left: 19px;
    position: relative;
    cursor: pointer;
}

.not-scrollable {
    overflow-y: hidden;
}

.delivery-section .vertical-radio-group .help-block {
    margin-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.delivery-info-form {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width:767px){
    .delivery-info-form {
        flex-direction: column;
    }
}

.delivery-address {
    align-self: end;
}

.address-delivery-city .np-select label:before, .delivery-address .np-select label:before {
    content: none;
}

.delivery-info-form .chosen-container {
    width: 100% !important;
}

.checkout-page {
    overflow: unset !important;
}

@media screen and (max-width:767px){
    .fixed-content {
        position: static !important;
    }
}