.ekotropy-text-underhead.container.-type-index{
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.content__info.offer-detail{
    width: 70%;
}

.order__price-info ul.props{
    margin-bottom: 30px;
}

.order__price-info ul.props li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.order__price-info ul.props li span{
    line-height: 1.4;
}

.order__price-info ul.props li span.icon{
    margin-right: 20px;
    width: 30px;
    min-width: 30px;
}

.order__price-info ul.props li span.icon img{
    width: 100%;
}

.order__price-info ul.props li.big span{
    font-size: 21px;
    line-height: 14px;
}

.iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-video .iframe {
    width: 100%;
    height: 100%;
    padding: 0;
}

#order_action_popup{
    width: 400px;
    margin: 0 auto;
}

.form .field{
    margin-bottom: 15px;
}

.form .field input[type=text],
.form .field input[type=tel]{
    border: solid 1px #f4a800;
    padding: 16px 8px;
    width: 100%;
}

.form .field input.error{
    border-color: #ff0000;
}

.form .field.checkbox{
    display: flex;
    flex-direction: column;
}

.form .field.checkbox label{
    margin-bottom: 10px;
}

.form .field.button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form .field.button input.button{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background-color: #f4a800;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    min-height: 45px;
    height: 100%;
    text-transform: none;
    z-index: 100;
    text-align: center;
    border: solid 1px #f4a800;
}
.form .field.button input.button:hover{
    background: #ffffff;
    border-color: #f4a800;
    color: #f4a800;
}

.form p.hint a{
    color: #000;
}
.form p.hint a:hover{
    color: #f4a800;
}
.form .modal-head{
    text-align: center;
    margin-bottom: 20px;
}

.form .modal-head h4{
    margin-bottom: 10px;
}
.content.-detail.-room.-dostoprimechatelnost .content__image{
    width: 100%;
}