html {
    font-size: 45%;
}
@media only screen and (max-width: 1024px) {
    html {
      font-size: 43.75%;
    }
}
@media only screen and (max-width: 480px) {
    html {
      font-size: 37.5%;
    }
}
.body.change-region {
    margin-top: 30px;
    /* margin-top: 30px!important; */
}
.page-title {
    margin: 0 !important;
    margin-top: 30px !important;
    padding: 0 !important;
}
.page-header__box {
    margin: 0 !important;
    padding: 0 !important;
}
@media (min-width: 500px) {
    .consultation-block__img img {
        max-width: 265px;
    }
}
.options__content p {
    max-width: 80%;
}
.body .block-decorated {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.body .container {
    position: relative;
}
.close-btn {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #535252;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.close-btn:hover {
    transform: scale(1.2);
}
.close-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.close-btn__inner::before,
.close-btn__inner::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #535252;
}
.close-btn__inner::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn__inner::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
section#call-order {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    visibility: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
section#call-order .call-order__paranja {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
section#call-order .call-order__content {
    width: 77.6rem;
    max-width: 77.6rem;
    position: relative;
    padding: 4.5rem 2rem 5.5rem;
    background-color: #fff;
    border-radius: 2rem;
    z-index: 2;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
section#call-order .call-order__content button.call-order__close {
    position: absolute;
    top: 2rem;
    border-radius: 50%;
    cursor: pointer;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background-color: #f56c1d;
    border: none;
}
section#call-order .call-order__content button.call-order__close:after,
section#call-order .call-order__content button.call-order__close:before {
    content: "";
    position: absolute;
    width: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #444;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
section#call-order .call-order__content button.call-order__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
section#call-order .call-order__content button.call-order__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
section#call-order .call-order__content .call-us {
    margin-top: 3rem;
}
section#call-order .call-order__content .call-us h4 {
    font-size: 2.2rem;
    color: #272f38;
    text-transform: uppercase;
}
section#call-order .call-order__content .call-us a {
    font-size: 3rem;
    color: #f56c1d;
}
section#call-order .call-order__content h3 {
    color: #272f38;
    margin-bottom: 3rem;
    font-size: 4.1rem;
    font-weight: 500;
}
section#call-order .call-order__content input[type="text"],
section#call-order .call-order__content input[type="tel"] {
    width: 48.9rem;
    border: none;
    margin-top: 2rem;
    padding: 1.6rem 3.6rem;
    box-shadow: inset 0 0.3rem 0.7rem rgba(0, 0, 0, 0.11);
    border-radius: 2.3rem;
    color: #f56c1d;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    background-color: #f3f3f3;
}
@media only screen and (max-width: 768px) {
    section#call-order .call-order__content input[type="text"],
    section#call-order .call-order__content input[type="tel"] {
        padding: 2.2rem 3.6rem;
        border-radius: 3rem;
        font-size: 2.2rem;
        margin-top: 2.5rem;
    }
}
@media only screen and (max-width: 480px) {
    section#call-order .call-order__content input[type="text"],
    section#call-order .call-order__content input[type="tel"] {
        width: 45rem;
    }
}
section#call-order .call-order__content input[type="text"]::-webkit-input-placeholder,
section#call-order .call-order__content input[type="tel"]::-webkit-input-placeholder {
    color: #f56c1d;
    font-size: 1.6rem;
    font-weight: 500;
}
section#call-order .call-order__content input[type="text"]:-ms-input-placeholder,
section#call-order .call-order__content input[type="tel"]:-ms-input-placeholder {
    color: #f56c1d;
    font-size: 1.6rem;
    font-weight: 500;
}
section#call-order .call-order__content input[type="text"]::placeholder,
section#call-order .call-order__content input[type="tel"]::placeholder {
    color: #f56c1d;
    font-size: 1.6rem;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    section#call-order .call-order__content input[type="text"]::-webkit-input-placeholder,
    section#call-order .call-order__content input[type="tel"]::-webkit-input-placeholder {
        font-size: 2.2rem;
    }
    section#call-order .call-order__content input[type="text"]:-ms-input-placeholder,
    section#call-order .call-order__content input[type="tel"]:-ms-input-placeholder {
        font-size: 2.2rem;
    }
    section#call-order .call-order__content input[type="text"]::placeholder,
    section#call-order .call-order__content input[type="tel"]::placeholder {
        font-size: 2.2rem;
    }
}
section#call-order .call-order__content input[type="submit"] {
    margin-top: 3.8rem;
    font-size: 1.6rem;
    padding: 2rem 3.4rem;
}
form {
    text-align: center;
}
button.green-button,
.green-button {
    box-shadow: 0 0.5rem 1.333rem rgba(0, 0, 0, 0.19);
    border-radius: 3rem;
    border: 0;
    color: #272f38;
    padding: 1.5rem 3.3rem;
    font-size: 1.333rem;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    background-image: url("../img/glass-layer.png"), linear-gradient(to right, #69d550, #69d550);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
button.green-button:hover,
.green-button:hover {
    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.19);
    background-image: url("../img/glass-layer.png"), linear-gradient(to right, #309917, #309917);
}
