.plain_page {
    margin-top: 100px;
    margin-bottom: 60px;
}
p {
    text-transform: none;
}
.center {
    text-align: center;
}
body.wp-theme-volleygrad, body .main_page, body .plain_page, body .main_page_header, body .header_plain {
    font-family: "Manrope", sans-serif;
}
body .header_plain {
    z-index: 90;
}
.page_title {
    margin: 20px 0;
    font-size: 26px;
    font-weight: 500;
    color: #122A6D;
    text-transform: uppercase;
}
.page_title.no_upper {
    text-transform: lowercase;
}
.page_title.no_upper::first-letter {
    text-transform: uppercase;
}
.event_title {
    font-size: 23px;
    margin: 30px 0;
    color: #0087EC;
    font-weight: 500;
}
.new_breadcrumbs {
    margin-top: 20px;
}
.new_breadcrumbs span {
    font-size: 16px;
    color: rgba(88, 85, 109, 1);
}
.new_breadcrumbs .current-item {
    color: rgba(18, 42, 109, 1);
}
.new_breadcrumbs>span:after {
    content: "-";
    margin: 0 5px;
}
.new_breadcrumbs>span:last-child:after {
    content: "";
}
header {
    background: transparent;
}
.header_top {
    background: rgba(18, 42, 109, 0.5);
    padding: 20px 0;
}
.header_bot {
    background: rgba(18, 42, 109, 1);
}
.top_header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header_block .top_menu_place {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header_block .top_menu_place .mega_menu_btn {
    margin-left: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.svg_block {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.logo_top {
    display: flex;
}
#logo-item {
    vertical-align: middle;
}
.nbtn {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    transition: .3s all;
    display: inline-block;
}
.nbtn._green {
    background-color: rgba(28, 192, 131, 1);
}
.nbtn._blue {
    background-color: rgba(0, 135, 236, 1);
}
._grey {
    color: #58556D;
}
.plain_page .nbtn {
    padding: 14px 24px;
}
.nbtn._transparent {
    background: transparent;
    border: 1px solid #122A6D;
    color: #122A6D;
}
.nbtn._transparent:focus, .nbtn._transparent:hover {
    background: #122A6D;
    color: #fff;
}
.nbtn:focus, .nbtn:hover {
    color: #fff;
    text-decoration: none;
}
.nbtn._green:focus, .nbtn._green:hover {
    background-color: rgba(1, 156, 130, 1);
}
.nbtn._blue:focus, .nbtn._blue:hover {
    background-color: rgba(49, 86, 243, 1);
}
.mtc40 {
    margin-top: 20px;
}
.btns_place {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}
.block_about {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.block_about .img_place .img {
    width: 100%;
}
.block_about .vert_pos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block_about .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: #122A6D;
    margin: 0;
}
.block_about .desc {
    font-weight: 500;
    font-size: 16px;
    color: #1E1E21;
    line-height: 150%;
    white-space: pre-line;
    margin: 0;
}
.link_default {
    font-weight: 500;
    font-size: 18px;
    color: #091754;
    position: relative;
    text-decoration: none;
}
.link_default:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -4px;
    width: 50%;
    background-color: #0087EC;
    transition: .3s all;
}
.link_default:hover {
    text-decoration: none;
}
.link_default:hover:before {
    width: 100%;
}
.section_room {
    position: relative;
}
.section_room:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(43, 61, 141, 0.7);
}
.img_place {
    width: 100%;
    max-width: 100%;
}
.img_place .img {
    max-width: 100%;
    width: 100%;
}
.decoration_title, .decoration_title_full {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: rgba(9, 23, 84, 1);
    margin: 0;
}
.decoration_title:before, .decoration_title_full:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -4px;
    background-color: rgba(18, 42, 109, 1);
    transition: .3s all;
}
.decoration_title, .decoration_title_full {
    display: inline-block;
}
.common_one_list, .straight_one_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 20px;
}
.common_one_list .common_one, .straight_one_list .common_one, .swiper-slide.common_one {
    display: grid;
    grid-template-columns: 1fr;
}
.common_one_list .common_one .content_place, .straight_one_list .common_one .content_place, .swiper-slide.common_one .content_place {
    border: 1px solid rgba(18, 42, 109, 1);
    padding: 20px 20px 30px;
}
.common_one_list .common_one .content_place .desc, .straight_one_list .common_one .content_place .desc, .swiper-slide.common_one .content_place .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
.nagrady_list .straight_one_list .common_one .content_place .desc {
    -webkit-line-clamp: none;
}
.straight_one_list .common_one .content_place.light_blue {
    border: 1px solid #B8C4FA;
}
.archive_list .common_one .content_place.offer_place .desc {
    margin-top: 20px;
}
.archive_list .common_one .content_place .desc p, .archive_list .common_one .content_place .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0;
}
.archive_list .common_one .content_place .date, .plus_events .common_one .content_place .date, .bot_title_place .date_color {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #7A92FB;
}
main .bot_title_place .date_color, .plus_events .common_one .content_place .date  {
    color: #0087EC;
}
.date {
    font-weight: 500;
    font-size: 16px;
}
.blue_one {
    color: #0087EC;
}
.straight_one_list .decoration_title_full {

}
.bot_header_block {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
}
.bot_header_block nav {
    display: grid;
    align-items: center;
}
.bot_header_block nav .menu {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}
nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
nav ul a {
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    font-weight: 500;
    font-size: 16px;
    align-self: center;
}
nav ul a:hover, nav ul a:focus {
    color: #fff;
}
.bot_header_block .btn_place {
    justify-self: end;
}
.bot_header_block .btn_place .nbtn {
    margin: 15px 0;
}
.bot_header_block nav .menu > .menu-item {
    display: flex;
    align-items: stretch;
    padding: 15px 0;
}
.bot_header_block .sub-menu {
    display: none;
}
.menu-item-has-children {
    position: relative;
}
.header_bot .menu-item-has-children .sub-menu {
    position: absolute;
    background: rgba(9, 23, 84, 1);
    padding: 20px 0;
    width: 350px;
}
.header_bot .menu-item-has-children:hover > .sub-menu {
    display: block;
    top: 100%;
    left: -20px;
}
.header_bot .menu-item-has-children .sub-menu .menu-item {
    padding: 0 20px 17px 20px;

}
.header_bot .menu-item-has-children .sub-menu .menu-item:last-child {
    padding-bottom: 0;
}
.menu > .menu-item-has-children:before {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.825%200.5L5%204.2085L1.175%200.5L0%201.6417L5%206.5L10%201.6417L8.825%200.5Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
    width: 10px;
    height: 7px;
    position: absolute;
    right: -18px;
    top: calc(50% - 12px);
}
.menu-item-has-children .sub-menu .menu-item-has-children:before {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%201.175L3.7085%205L0%208.825L1.1417%2010L6%205L1.1417%200L0%201.175Z%22%20fill%3D%22white%22/%3E%3C/svg%3E ");
    width: 10px;
    height: 6px;
    position: absolute;
    right: 20px;
}
.header_bot .menu-item-has-children .sub-menu .sub-menu {
    top: calc(-100% + 20px);
    left: 100%;
}
.menu-item-has-children .sub-menu .sub-menu a, .menu-item-has-children .sub-menu .sub-menu a:hover, .menu-item-has-children .sub-menu .sub-menu a:focus {
    color: #B8C4FA;
}
.page-content p {
    font-size: 16px;
    font-weight: 500;
}
.page-content img {
    max-width: 100%;
}
.bot_title_place {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.center_big_gap.bot_title_place {
    justify-content: flex-start;
}
.bot_title_one {
    display: flex;
    justify-content: flex-start;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.bot_title_one:last-child {
    margin-bottom: 0;
}
.bot_title_one .content_place {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E21;
}
.bot_title_one .ico {
    min-width: 24px;
    display: block;
}
.bot_slider_place {
    margin-top: 60px;
}
.bot_slider_place.slider_place {
    margin-top: 30px;
}
.slider_arrows_outside {
    position: relative;
}
main .slider_arrows_outside .swiper-button-next, main .slider_arrows_outside .swiper-button-prev {
    display: none;
}
main .slider_arrows_outside .swiper-button-next {
    margin-right: -70px;
}
main .slider_arrows_outside .swiper-button-prev {
    margin-left: -70px;
}
main .swiper-button-next, main .swiper-button-prev {
    color: #1E1E21;
}
.slider_arrows_outside .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.slider_arrows_outside .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    opacity: 1;
    background: rgba(184, 196, 250, 1);
}
.slider_arrows_outside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(122, 146, 251, 1);
}
.plus_events .img_place, .plus_events .img_place .img {
    height: 250px;
}
.slider_arrows_outside.plus_events {
    position: relative;
}
.complex_list {
    margin-top: 30px;
}
.grid-wrapper-сomplicated {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 160px;
    grid-auto-flow: dense;
}
.grid-wrapper-сomplicated > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper-сomplicated > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.complex_list .one_part {
    position: relative;
    overflow: hidden;
}
.complex_list .one_part .content_place.view_content {
    background: linear-gradient(181.39deg, rgba(16, 10, 49, 0) 3.47%, rgba(16, 10, 49, 0.6) 98.81%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    padding: 0 35px 35px 35px;
    display: flex;
    align-items: end;
}
.complex_list .one_part .content_place.hide_content {
    background: rgba(18, 42, 109, 0.9);
    position: absolute;
    top: 50%;
    bottom: -20%;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 1s all;
    padding: 0 35px 15px 35px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.complex_list .one_part:hover .view_content {
    opacity: 0;
    z-index: -99;
}
.complex_list .one_part:hover .hide_content {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.complex_list .one_part .content_place .decoration_title {
    font-size: 18px;
    font-weight: 500;
}
.complex_list .one_part .content_place .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.complex_list .one_part .content_place .desc, .complex_list .one_part .content_place .link_default, .complex_list .one_part .content_place .link_default:hover, .complex_list .one_part .content_place .link_default:focus, .complex_list .one_part .content_place .decoration_title {
    color: #fff;
}
.complex_list .one_part .content_place .decoration_title:before, .complex_list .one_part .content_place .link_default:before {
    background-color: #fff;
}
.article_slider, .bot_title_place {
    margin-bottom: 30px;
}
.article_slider .img_place {
    position: relative;
    text-align: center;
    line-height: 0;
}
.video-cover {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 0;
    left: 0;
    cursor: pointer;
}
.video-cover img {
    width: 100%;
    display: block;
}
.custom-video {
    width: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main .article_slider .article_swiper-button-prev, main .article_slider .article_swiper-button-next {
    color: #fff;
}
.article_swiper-button-prev_place, .article_swiper-button-next_place {
    position: absolute;
    width: 75px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.article_swiper-button-prev_place {
    background: linear-gradient(270deg, rgba(16, 10, 49, 0) 1.55%, rgba(16, 10, 49, 0.6) 98.45%);
    left: 0;
}
.article_swiper-button-next_place {
    background: linear-gradient(91.83deg, rgba(16, 10, 49, 0) 1.55%, rgba(16, 10, 49, 0.6) 98.45%);
    right: 0;
}
main .article_slider .article_swiper-button-prev {
    left: 20px;
}
main .article_slider .article_swiper-button-next {
    right: 20px;
}
.form_portfolio {
    display: flex;
    justify-content: center;
}
.form_portfolio .choices__inner {
    font-size: 22px;
    color: #122A6D;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    background: transparent;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}
.form_portfolio_place {
    display: flex;
    justify-content: center;
}
.form_portfolio .choices[data-type*=select-one]::after {
    border-style: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.825 0L5 3.7085L1.175 0L0 1.1417L5 6L10 1.1417L8.825 0Z' fill='%23122A6D'/></svg>");
    background-repeat: no-repeat;
    width: 12px;
    height: 6px;
}
.form_portfolio .choices[data-type*=select-one].is-open::after {
    margin-top: 0;
}
.plain_page .choices {
    margin-bottom: 0;
}
.form_portfolio .separator {
    display: block;
    width: 1px;
    background: #E7E5F5;
    margin: 0 30px;
}
.form_portfolio .tab_link_item {
    font-weight: 500;
    color: #CBCBCF;
    font-size: 22px;
    margin: 10px 20px;
    text-decoration: none;
}
.form_portfolio .tab_link_item.active {
    color: #122A6D;
}
.gallery_list {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-gap: 15px;
    justify-content: center;
}
.gallery_list .gallery_item {
    height: 100px;
}
.gallery_list .gallery_item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.portfolio_items .swiper-wrapper {
    display: flex;
    align-items: center;
}
.portfolio_items .custom-video {
    max-height: 500px;
}
.grid_duo_and_side_lane {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.grid_duo_and_side_lane .one_part {
    padding-left: 15px;
    border-left: 1px solid #E7E5F5;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.flex_duo {
    display: flex;
    align-items: center;
}
.flex_duo .first_part {
    padding-right: 30px;
}
.page-content .mini_title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
}
.reviews_list {
    column-width: 420px;
    column-gap: 30px;
}
.reviews_list .two_blocks {
    display: flex;
}
.reviews_list .one_review {
    display:inline-block;
    width:100%;
    margin:0 0 30px;
    break-inside: avoid;
    border: 1px solid #B8C4FA;
    padding: 15px;
}
.reviews_list .img_place {
    min-width: 100px;
    width: 100px;
    margin-right: 15px;
}
.reviews_list .img_place .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.reviews_list .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.reviews_list .date {
    font-size: 16px;
    font-weight: 500;
    color: #7B7892;
    margin: 0;
}
.reviews_list .desc {
    margin-bottom: 0;
    font-weight: 500;
}
.reviews_list .star_place {
    margin-top: 15px;
    display: flex;
    gap: 5px;
}
.review_btn_form_place {
    background-color: #E7E5F5;
    border: 1px solid #E7E5F5;
    padding: 20px 40px;
    text-align: center;
}
.review_btn_form_place .title {
    font-size: 18px;
    font-weight: 500;
    color: #0087EC;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.review_btn_form_place .btn_place {
    text-align: center;
}
.pagination_place {
    margin-top: 30px;
}
.pagination_place .pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.pagination_place .pagination .link {
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    background-color: #F6F6FD;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50%;
    color: #1E1E21;
}
.pagination_place .pagination .link.prev {
    line-height: 48px;
}
.pagination_place .pagination .link.current {
    background-color: #E7E5F5;
}
footer {
    background-color: #091754;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.footer_block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
footer .copy_sign {
    font-size: 1.35em;
    line-height: 1;
    position: relative;
    top: .23em;
}
footer #logo-item {
    width: 136px;
    height: 40px;
}
footer .copyright {
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
footer .copyright .first {
    display: block;
}
footer .off_site {
    font-size: 13px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
footer .social_place {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .social_place .link {
    margin: 0 20px;
}
footer .social_place .link:first-child {
    margin-left: 0;
}
footer .social_place .link:last-child {
    margin-right: 0;
}
footer .menu .menu-item {
    margin-bottom: 15px;
}
footer .menu .menu-item:last-child {
    margin-bottom: 0;
}
footer .menu .menu-item a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    color: #fff;
}
footer .leader_place {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.footer_award {
    margin-bottom: 15px;
    max-width: 100%;
}
.volleygrad_arena {
    max-width: 100%;
}
.leader_place .first {
    width: 188px;
}
.leader_place .second {
    width: 120px;
}
.have_questions_place {
    margin-top: 60px;
    padding: 20px;
    border: 1px solid #122A6D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.have_questions_place .title {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px;
}
.have_questions_place .link_default {
    font-size: 18px;
}
.bit_whatsapp_link {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: block;
}
.equipment_place {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #122A6D;
    color: #091754;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 21px;
}
.equipment_place .title {
    color: #122A6D;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.equipment_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
}
.equipment_list:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E7E5F5;
    position: absolute;
    bottom: -18px;
}
.part:last-child .equipment_list:before {
    content: none;
}
.equipment_list .item {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.equipment_list .item:before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #0087EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
}
.main_page {
    max-width: 100vw;
    margin: 0 0 60px 0;
}
.section_room {
    color: #fff;
}
.rooms_slider {
    color: #fff;
    position: relative;
}
.rooms_slider .slide_content {
    height: 540px;
    position: relative;
}
.rooms_slider .slide_content .img_place {
    height: 100%;
    overflow: hidden;
}
.rooms_slider .slide_content .img_place img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.rooms_slider .content_place {
    background-color: rgba(43, 61, 141, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.rooms_slider .content_place .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mtc100 {
    margin-top: 60px;
}
.section_room p {
    margin: 0;
}
.section_room .top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 50px;
    padding: 0 20px 20px 20px;
}
.section_room .top .link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}
.section_room .top .link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
}
.section_room .top .link.active {
    cursor: default;
}
.section_room .top .link.active:after {
    content: none;
}
.rooms_slider .apartment_content {
    padding: 0 20px;
    text-align: center
}
.rooms_slider .apartment_content .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}
.rooms_slider .btn_place {
    text-align: left;
}
.rooms_slider .apartment_content .desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}
.rooms__slider-button-prev.swiper-button-prev {
    left: 50px;
}
.rooms__slider-button-next.swiper-button-next {
    right: 50px;
}
.rooms__slider-button-prev.swiper-button-prev:after, .rooms__slider-button-next.swiper-button-next:after {
    color: #fff;
}
.rooms_slider .apartment_content .nbtn {
    font-size: 18px;
}
.nav_place {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px;
}
.nav_place .link_default {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.rooms_slide_container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.rooms_slide_container.top {
    top: 20px;
}
.rooms_slide_container.bot {
    bottom: 20px;
}
.section_title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    color: #122A6D;
}
.section_title .center {
    text-alig: center;
}
.phone_place.phone_place_mob {
    display: none;
}
header {
    top: 0;
}
.header {
    padding: 0 !important;
}
header .phone_block {
    display: flex;
}
header .phone_block .phone, header .adress_block .adress {
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
header .adress_block .adress {
    font-style: normal;
    font-weight: 300;
}
.top_header_block .adress_block {
    display: none;
}
.top_header_block .phone_block .phone:hover, .top_header_block .phone_block .phone:focus, .top_header_block .adress_block .adress:hover, .top_header_block .adress_block .adress:focus {
    color: #fff;
}
.main_page_header .top_menu_place .nbtn {
    display: none;
}
.main_page_header .top_menu_place .adress_place {
    display: inline-block;
}
.main_page_header .phone_place {
    display: inline-block;
}
.header_plain .top_menu_place .adress_place {
    display: none;
}
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    overflow: visible;
}
.start_video_block {
    width: 100%;
    position: relative;
}
.start_video_block video, .start_video_block .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.search-form {
    background-color: #E7E5F5;
    padding: 6px 30px;
}
.search-form .block-search {
    box-sizing: border-box;
    max-width: 940px;
    margin: 0 auto;
}
.search-form input {
    border-radius: 0;
}
.search-form .form {
    display: block !important;
}
.section_about {
    margin-top: 60px;
}
.section_infrastructure .complex_list {
    margin-top: 0 !important;
}
.header_plain .header_top .phone_place {
    display: none;
}
.container .swiper-button-prev:after, .container .swiper-button-next:after {
    content: "";
    display: block;
    width: 17px;
    height: 29px;
    background-color: #fff;
    -webkit-mask: url("/wp-content/themes/volleygrad/images/ico/left_arrow.svg") center/contain no-repeat;
    mask: url("/wp-content/themes/volleygrad/images/ico/left_arrow.svg") center/contain no-repeat;
    background-repeat: no-repeat;
}
.container .swiper-button-next:after {
    transform: scaleX(-1);
}
.container .slider_arrows_outside .swiper-button-prev:after, .container .slider_arrows_outside .swiper-button-next:after {
    background-color: #1E1E21;
}
.contact_section {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #122A6D;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.main_info_place.contact_section {
    margin-top: 0 !important;
}
.contact_section .part {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact_section .line {
    display: flex;
    gap: 10px;
    text-align: left;
}
.contact_section .line.social_place {
    justify-content: center;
}
.contact_section .text {
    display: block;
    color: #1E1E21;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.contact_section .line .ico_place {
    min-width: 40px;
}
.contact_section .line .content_place {
    margin-top: 5px;
}
.contact_section .line .text.link {
    text-decoration: underline;
}
.contact_section .line .wh_ico {
    position: relative;
    top: -5px;
}
.contact_section .line .wh_ico svg {
    vertical-align: bottom;
}
.contact_section .social {
    display: flex;
    gap: 36px;
}
.contact_section .pdf_desc {
    margin-top: 10px;
}
.contact_section .title {
    color: #122A6D;
    font-size: 18px;
    font-weight: 500;
}
.contact_section .vacancy {
    border: 1px solid #B8C4FA;
    padding: 15px;
}
.zp {
    font-size: 18px;
    color: #CBCBCF;
    margin-right: 10px;
    font-weight: 500;
}
.contact_section .vacancy .title_place {
    margin-bottom: 10px;
}
.contact_section .vacancy .title {
    color: #0087EC;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact_section .vacancy .top_part {
    margin-bottom: 10px;
}
.contact_section .vacancy .price {
    color: #122A6D;
    font-size: 18px;
    font-weight: 500;
}
.contact_section .vacancy .desc {
    font-size: 16px;
    color: #1E1E21;
}
.contact_section .vacancy .desc ul {
    margin: 0;
    padding-left: 27px;
}
.mega_mob_menu {
    background-color: #122A6D;
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    transition: .3s all;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mega_mob_menu.open {
    left: 0;
}
.mega_mob_menu .menu, .mega_mob_menu .sub-menu {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.mega_mob_menu .menu a {
    font-size: 16px;
    display: block;
    padding: 5px 0;
    margin-right: 40px;
}
.mega_mob_menu .menu > .menu-item-has-children:before {
    right: 20px;
    transform: rotate(-90deg);
    top: calc(50% - 3px);
}
.mega_mob_menu .menu > .menu-item {
    position: relative;
    border-bottom: 1px solid #0C256A;
}
.mega_mob_menu .menu-toggle {
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
}
.mega_mob_menu .menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 120%;
    transition: .3s all;
    background-color: #122A6D;
    padding: 20px 15px;
    z-index: 9;
}
.mega_mob_menu .menu-item-has-children.open > .sub-menu {
    left: 0;
}
.mega_mob_menu .phone_block .phone {
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
}
.mega_mob_menu .btns_place {
    text-align: center;
    padding: 0 40px;
}
.mega_mob_menu .adress_block {
    display: flex;
}
.mega_mob_menu .adress_block .svg_block {
    min-width: 18px;
}
.mega_mob_menu .submenu-header {
    border-bottom: 2px solid #091754;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.mega_mob_menu .submenu-header .crumb, .mega_mob_menu .submenu-header .sep {
    font-size: 16px;
    color: #36499B;
    font-weight: 500;
}
.mega_mob_menu .submenu-header .crumb.current {
    color: #7A92FB;
}
.mega_mob_menu .submenu-header .submenu-back {
    background-color: transparent;
    color: #36499B;
    font-size: 16px;
    border: none;
}
.mega_mob_menu > nav > .submenu-header {
    justify-content: flex-end;
    margin-bottom: 30px;
}
.grecaptcha-badge{
    display: none !important;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fancybox-container .fancybox-slide--html .fancybox-close-small {
    width: 44px;
    height: 44px;
    background: #E7E5F5;
    border-radius: 50%;
    color: currentColor;
    padding: 10px;
    right: 20px;
    top: 25px;
}
.fancybox-container .fancybox-slide--html .fancybox-close-small svg path {
    fill: #1E1E21 !important;
}
.fancybox-content {
    max-width: 705px;
    width: 100%;
    overflow: visible;
    padding: 30px;
}
.fancybox-container .fancybox-content .modal-title {
    font-family: inherit;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #122A6D;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-new p {
    margin: 0;
}
.form-new form input.wpcf7-text, .form-new form textarea.wpcf7-textarea {
    font-family: inherit;
    width: 100%;
    background: transparent;
    color: #0087EC;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #B8C4FA;
    padding: 10px;
}
.input_title {
    color: #122A6D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}
.middle_input {
    margin: 0 auto;
}
.form-new .privacy-text {
    display: flex;
    align-items: center;
}
.form-new .nbtn {
    border: none;
}
.form-new .privacy-text svg {
    min-width: 22px;
    margin-right: 10px;
}
.form-new .one_input {
    margin-bottom: 20px;
}
.form-new .kc_captcha {
    margin-bottom: 20px;
    text-align: center;
}
.form-new .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 10px;
}
.pos_rel {
    position: relative;
}