@media (max-width:1199px){
.container{
  width: 992px;
}
.item_price {
    width: 32%;
    padding: 35px 25px;
}
.pay {
    max-width: 530px;
}
.logo img {
    height: 65px;
}
}

@media (max-width:991px){
.container {
    width: 768px;
}
.title_banner {
    font-size: 56px;
}
.item_price {
    padding: 25px 12px;
}
.title_item_price {
    font-size: 20px;
    padding-bottom: 15px;
}
.price_item_price {
    font-size: 65px;
}
.price_item_price span {
    font-size: 30px;
}
.line_price {
    margin: 12px auto;
}
.text_item_price {
    padding: 10px;
    line-height: 1.7;
}
.dop_booking {
    margin-top: 20px;
}
.oferta_agree {
    margin-top: 20px;
}
.footer_content {
    flex-wrap: wrap;
    align-content: center;
}
.footer_content > div {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.footer_content .footer_logo {
    margin-top: 20px;
}
.footer_menu .menu a {
    display: inline-block;
}
.top_button.active {
    left: 35px;
    right: auto;
}
.logo img {
    height: 40px;
}
}

@media (max-width:767px){
.container {
    width: 100%;
}
.pay {
    max-width: 100%;
    width: 530px;
}
.title_block {
    font-size: 28px;
    letter-spacing: 0px;
}
.for_contacts {
    flex-wrap: wrap;
}
.for_contacts .item_contacts {
    width: 100%;
    padding: 0;
    text-align: center;
}
.item_contacts:first-child {
    margin-bottom: 40px;
}
.element_item_contacts {
    width: 290px;
    font-size: 16px;
    margin: 0 auto;
}
.item_contacts .soc_block {
    width: 290px;
    margin: 0 auto;
    justify-content: center;
}
.title_item_quest {
    font-size: 16px;
    padding: 10px 20px;
}
.text_item_quest {
    padding: 15px 20px 15px;
}
.for_price {
    flex-wrap: wrap;
    justify-content: center;
}
.item_price {
    width: 100%;
    max-width: 370px;
    margin-bottom: 50px;
    padding: 35px 25px;
}
.dop_booking {
    margin-top: 30px;
}
.oferta_agree {
    margin-top: 30px;
}
.title_item_price {
    font-size: 23px;
}
.item_price:last-child {
    margin-bottom: 0;
}
.big_peint {
    font-size: 110px;
}
.content_banner {
    width: 100%;
}
.title_banner {
    text-align: center;
}
.block_link_banner {
    display: flex;
    justify-content: center;
}
.block_text_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text_banner {
    width: 370px;
}
header {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 67%);
}
.burger {
    display: block;
}

.burger svg {
    width: 40px;
    height: 40px;
}

.right_header {
    transition: .5s;
    left: -100%;
    position: fixed;
    top: 64px;
    bottom: 0;
    padding: 30px 80px 30px 10px;
    background: rgba(9, 25, 42, 0.9);
    width: 320px;
    display: block;
}
.right_header.active {
    left: 0;
}
header.active .right_header {
    top: 44px;
}
.burger svg path {
    stroke: #fff;
}
.menu {
    display: block;
}

.right_header .soc_block {
    margin: 20px 0 0 0;
}

.menu a {
    padding: 15px;
}
.menu a:after {
    content: unset;
}
}

@media (max-width:575px){
.logo {
    font-size: 15px;
}
.logo img {
    height: 30px;
}
.title_banner {
    font-size: 36px;
    letter-spacing: -2px;
}
.text_banner {
    width: 290px;
    padding-left: 50px;
    font-size: 18px;
}
.text_banner:before {
    width: 30px;
    margin-left: -50px;
}
.item_price {
    max-width: 290px;
    padding: 25px 12px;
}

.dop_booking {
    margin-top: 20px;
}
.oferta_agree {
    margin-top: 20px;
}
.title_form {
    font-size: 15px;
}
.for_contacts form .wpcf7-form-control-wrap {
    width: 100%;
}
.for_contacts {
    padding-bottom: 50px;
    justify-content: center;
}
.footer_requis {
    font-size: 13px;
}
.block_text .title_block {
    font-size: 18px;
}
.item_contacts {
    max-width: 400px;
}
.text_content_table {
    max-width: 100%;
    overflow: auto;
}
}
