@media (max-width: 1024px)
{
    /*---------------
        Main styles
	---------------*/

    .cont
    {
        padding: 0 50px;
    }


    .form .label
    {
        font-size: 11px;
    }

    .form .submit_btn
    {
        height: 53px;
        font-size: 14px;
    }


    .main_title
    {
        font-size: 42px;
    }


    .slider-button-prev,
    .slider-button-next
    {
        width: 20px;
        height: 37px;
        margin-top: -28px;
    }


    .page_content
    {
        padding-bottom: 135px;
    }

    .page_content:before
    {
        max-width: calc(100% - 100px);
    }

    .page_title
    {
        font-size: 48px;
    }


    .text_block h1,
    .text_block > .title
    {
        font-size: 48px;
    }

    .text_block * + h2
    {
        margin-top: 50px;
    }
    /*---------------
        Header
	---------------*/

    header
    {
        padding: 58px 0;
    }

    header.main_header
    {
        padding-top: 60px;
    }

    header.fixed
    {
        padding-top: 22px;
    }

    header.fixed .toBook_btn
    {
        margin-right: 0;
        height: 53px;
        font-size: 14px;
    }

    header .lang
    {
        padding-top: 0;
    }

    header .lang .lang_link
    {
        font-size: 13px;
    }

    header .lang .lang_link + .lang_link
    {
        margin-left: 10px;
    }

    header .lang .lang_link a:after
    {
        display: none;
    }

    header .menu
    {
        margin-left: 26px;
    }

    header .menu .item
    {
        font-size: 14px;
    }

    header .menu .item a:after
    {
        display: none;
    }

    header .menu .item + .item
    {
        margin-left: 36px;
    }

    header .logo
    {
        margin-top: -5px;
        width: 39px;
    }

    header .my_reserv_btn
    {
        font-size: 14px;
    }

    /*---------------
        Main section
	---------------*/

    .first_section
    {
        padding: 0;
        min-height: 1px;
        display: block;
        border-bottom: 3px solid #e2e8e9;
    }

    .first_section .cont
    {
        padding: 0;
    }

    .first_section:after
    {
        display: none;
    }

    .first_section .block
    {
        position: relative;
        padding: 140px 50px 120px;
        min-height: 100vh;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .first_section .block:before
    {
        position: absolute;
        content: '';
        bottom: 75px;
        left: 50%;

        display: block;

        transform: translateX(-50%) rotate(180deg);

        width: 22px;
        height: 33px;
        z-index: 2;

        background: url(/img/mouse.svg) 50%/contain no-repeat;
    }

    .first_section .block:after
    {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(46, 46, 46, .57);
    }

    .first_section .title
    {
        width: 100%;
    }

    .first_section .title img
    {
        max-width: 628px;
    }

    .first_section .desc
    {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-top: 64px;
    }

    .first_section .search_apartments
    {
        margin-top: 0;
        padding: 55px 50px 70px;
    }


    .search_apartments .form .line_form
    {
        padding-left: 40px;
        width: 143px;
    }

    .search_apartments .form .line_form.line_datepicker:before
    {
        width: 24px;
        height: 21px;
    }

    .search_apartments .form .line_form.discount
    {
        width: 152px;
        padding-left: 39px;
    }

    .search_apartments .form .line_form.discount:before
    {
        width: 30px;
        height: 26px;
    }

    .search_apartments .form .input
    {
        font-size: 16px;
        height: 25px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .search_apartments .form .line_form.line_datepicker .input
    {
        font-size: 16px;
        height: 25px;
        background-size: 10px;
    }

    .search_apartments .form .submit
    {
        width: 125px;
    }


    .main_about
    {
        padding: 75px 0 110px;
    }

    .main_about .title
    {
        font-size: 20px;
        line-height: 30px;
    }

    .main_about .tabs_container
    {
        margin-top: 64px;
    }

    .main_about .tab_contents
    {
        width: calc(50% + 4px);
    }

    .main_about .about_img .stick
    {
        top: 26px;
        padding: 0 13px;
        line-height: 50px;
        font-size: 12px;
        text-align: left;
        min-width: 82px;
    }

    .main_about .about_img .stick:before
    {
        width: 27px;
        height: 50px;
        background-size: auto 100%;
    }

    .main_about .about_tabs
    {
        padding-top: 19px;
        width: calc(50% - 44px);
    }

    .about_tabs button
    {
        padding: 0 0 30px 10px;
        font-size: 14px;
    }

    .about_tabs button + button
    {
        margin-top: 23px;
    }

    .about_tabs button .icon
    {
        width: 36px;
        height: 36px;
    }

    .about_tabs button .name
    {
        width: calc(100% - 56px);
    }


    .information
    {
        padding: 150px 0 190px;
    }

    .information .img img
    {
        max-width: 215px;
        margin: 0 auto;
    }

    .information .info
    {
        padding-top: 21px;
    }

    .information .info .link
    {
        line-height: 18px;
        margin-top: 36px;
        font-size: 14px;
    }

    .information .info .desc
    {
        margin-top: 38px;
        font-size: 18px;
    }


    .gallery_photo
    {
        margin-left: -12px;
    }

    .gallery_photo .col
    {
        width: calc(100%/2 - 12px);
        margin-left: 12px;
    }

    .gallery_photo .item
    {
        margin-top: 12px;
    }

    .gallery_photo .col:nth-child(3)
    {
        width: calc(100%/1 - 12px);
        margin-top: 12px;
    }

    .gallery_photo .grid
    {
        height: calc(100% + 12px);
        margin-top: -12px;
    }

    .gallery_photo .grid_item
    {
        width: calc(50% - 6px);
        height: calc(50% - 12px);
        margin-top: 12px;
    }


    .list_section
    {
        padding-top: 35px;
    }

    .list_section .col
    {
        width: 100%;
        padding-right: 0;
        margin-top: 80px;
    }

    .list_section .item + .item
    {
        margin-top: 65px;
    }


    .rev_faq .main_title
    {
        font-size: 47px;
    }

    .reviews .tabs_container
    {
        margin-top: 60px;
    }

    .reviews .tab_contents
    {
        margin-top: 35px;
        padding: 67px 0 88px;
    }

    .reviews_tabs
    {
        margin: -20px 0 0 -20px;
    }

    .reviews_tabs button
    {
        font-size: 18px;
        height: 37px;
        padding: 0 18px;
        margin: 20px 0 0 20px;
    }

    .reviews .slider
    {
        padding: 0 60px;
        max-width: 307px;
    }

    .reviews .slider:before
    {
        width: 60px;
    }

    .reviews .slider:after
    {
        width: 60px;
    }


    .info_slider .slide{
        padding-bottom: 70px;
    }

    .info_slider .slide .box{
        padding-top: 120px;

        padding-bottom: 70px;
        min-height: 424px;
    }

    .info_slider .slide .box:before{
        width: 69.54%;
    }

    .info_slider .slide .box:after{
        left: 50px;
    }

    .info_slider .slide .info {
        max-width: 320px;
    }

    .info_slider .slide .title{
        font-size: 42px;
    }

    .info_slider .slide .desc {
        font-size: 16px;
    }

    .info_slider .slide .desc{
        margin-top: 30px;
    }

    .info_slider .slide .box_img{
        width: 58.34%;
    }

    .info_slider .slide .box_img {
        height: calc(100% - 10px);
        bottom: -70px;
    }

    .info_slider .slide .box_img:before {
        bottom: 70px;
        height: calc(100% + 10px);
    }

    .info_slider .slide .number {
        width: 75px;
        height: 75px;
        font-size: 23px;
    }

    .info_slider .slide .logo{
        top: 88px;
        font-size: 180px;
        line-height: 110px;
        padding-left: 20px;
        -webkit-text-stroke: 1px #bfc2ca;
    }

    .slider-nav{
        left: 41.66%;
        height: 70px;
        width: 148px;
    }

    .slider-nav .slider-button-prev {
        margin-top: -13px;
        margin-right: 0;

        width: 36px;
        height: 26px;
    }

    .slider-nav .slider-button-next {
        margin-top: -13px;
        margin-left: 0;

        width: 36px;
        height: 26px;
    }


    .faq .wrapp_acc
    {
        margin-top: 65px;
        padding: 65px 0 50px 42px;
    }

    .faq .accordion .item .open_btn
    {
        font-size: 14px;
    }

    .faq .accordion .item .open_btn:hover span,
    .faq .accordion .item.active .open_btn span
    {
        border-bottom-color: #fff;
    }

    .faq .accordion .item + .item
    {
        margin-top: 27px;
    }

    .faq .accordion .item .data
    {
        padding-top: 20px;
    }

    .faq .accordion .text_block
    {
        font-size: 13px;
    }

    .faq .accordion .text_block p,
    .faq .accordion .text_block ul,
    .faq .accordion .text_block ol
    {
        margin-bottom: 15px;
    }

    .faq .more_btn
    {
        margin-top: 27px;
    }

    .faq .more_btn button
    {
        font-size: 14px;
    }


    .about_slider
    {
        padding: 112px 0 83px;
    }

    .about_slider .slider
    {
        padding-right: 90px;
    }

    .about_slider .slider:after
    {
        width: 90px;
    }

    .about_slider .img
    {
        width: calc(40% - 30px);
    }

    .about_slider .info
    {
        width: calc(60% - 5px);
        padding-top: 0;
    }

    .about_slider .title
    {
        font-size: 18px;
    }

    .about_slider .desc
    {
        font-size: 14px;
        line-height: 24px;
    }

    .about_slider .slider-button-prev,
    .about_slider .slider-button-next
    {
        top: 10px;
    }

    .about_slider .slider-button-prev
    {
        right: 50px;
    }


    .products{
        margin-top: 60px;
    }

    .products .product + .product{
        margin-top: 45px;
    }

    .products .product .thumb{
        width: 280px;
        max-width: none;
    }

    .products .product .box_info{
        width: calc(100% - 280px);

        padding: 42px 44px 0 52px;
    }

    .products .product .name {
        font-size: 26px;
    }

    .products .product .desc{
        font-size: 14px;
        line-height: 21px;
    }

    .products .product .info{
        margin-top: 10px;
        margin-left: 0;
    }

    .products .product .info .tooltip{
        width: 100%;
        margin-left: 0;
    }

    .tooltip .text{
        left: 0;
        top: calc(100% + 6px);

        transform: translateY(0);
        min-width: 100%;
    }

    .tooltip .text br{
        display: none;
    }

    .products .product .box{
        width: 100%;
        padding: 30px 44px 46px;

        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .products .product .block_l{
        width: 236px;
    }

    .products .product .box_price{
        margin-top: 6px;
    }

    .products .product .old_price{
        margin-top: 0;
        line-height: 56px;
    }

    .products .product .price{
        margin-top: 0;
        line-height: 56px;
    }

    .products .product .toBook{
        margin: 0 0 0 52px;
        width: 242px;
        max-width: calc(100% - 288px);
    }
    /*---------------
        Footer
	---------------*/

    footer .top
    {
        padding-top: 30px;
    }

    footer .top .box
    {
        width: 200px;
        align-content: flex-start;
        align-items: flex-start;
    }

    footer .logo
    {
        width: 36px;
    }

    footer .copy
    {
        margin-left: 20px;
        font-size: 14px;
        width: calc(100% - 56px);
        padding-top: 3px;
    }

    footer .info
    {
        width: calc(100% - 242px);
        max-width: 100%;
        padding-top: 6px;
    }

    footer .box_adress
    {
        padding-left: 0;
    }

    footer .box_adress:before
    {
        display: none;
    }

    footer .adress
    {
        font-size: 14px;
        margin-left: 0;
        width: 100%;
    }

    footer .link_map
    {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 0;
    }

    footer .contacts
    {
        margin-top: 23px;
    }

    footer .messengers a
    {
        width: 20px;
        height: 20px;
    }

    footer .messengers a + a
    {
        margin-left: 10px;
    }

    footer .email
    {
        margin-left: 20px;
        font-size: 16px;
    }

    footer .bot
    {
        font-size: 12px;
        margin-top: 50px;
    }

    footer .links
    {
        margin-left: 25px;
    }

    footer .links .link + .link
    {
        margin-left: 30px;
    }

    footer .payments
    {
        width: 225px;
    }

    footer .payments .img
    {
        width: calc(25% - 10px);
        margin-left: 10px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    footer .payments .img + .img
    {
        margin-left: 10px;
    }

    footer .payments img
    {
        max-height: 100%;
    }

    /*---------------
       PopUp
    ---------------*/


}