*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;
            border-radius: 0;

    -webkit-appearance: none;
            appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
:root
{
    --font_family: "Roboto";
    --font_family2: "Playfair Display SC";
    --scroll_width: 17px;
}


.clear
{
    clear: both;
}


.left
{
    float: left;
}


.left2_arrow {
display:none;
width:47px; 
height:60px; 
background:url(/img/left_arrow.png) no-repeat;
position: absolute; 
z-index:98; 
top:45%; 
left:10px;
cursor:pointer;
}

.right2_arrow {
display:none;
width:47px; 
height:60px; 
background:url(/img/right_arrow.png) no-repeat; 
position: absolute; 
z-index:98; 
top:45%; 
right:10px;
cursor:pointer;
}

.data_small {
    width:50%; 
    float:left;
    font-size:14px;
    color:#a5a5a5;
}		

.right
{
    float: right;
}

#laxh {
    margin-top: 300px;
}

#searchH {
    margin-top: 110px;
}
html
{
    height: 100%;

    background: #FFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}


body
{
    color: #232323;
    font: 300 16px/24px var(--font_family);

    height: 100%;

    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
    -webkit-touch-callout: none;
}

body.lock
{
    overflow: hidden;
}

.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}


.main
{
    flex: 1 0 auto;
}


.cont
{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


.compensate-for-scrollbar
{
    margin-right: var(--scroll_width) !important;
}

#laxdesc {
    margin-top: 0;
}

.lozad
{
    transition: .5s linear;

    opacity: 0;
}

.lozad.loaded
{
    opacity: 1;
}


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

.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}



::-webkit-input-placeholder
{
    color: #232323;
}

:-moz-placeholder
{
    color: #232323;
}

:-ms-input-placeholder
{
    color: #232323;
}

.search_apartments .form .input::-webkit-input-placeholder
{
    color: rgba(35, 35 ,35, .2);
}

.search_apartments .form .input:-moz-placeholder
{
    color: rgba(35, 35 ,35, .2);
}

.search_apartments .form .input:-ms-input-placeholder
{
    color: rgba(35, 35 ,35, .2);
}


.form .line_form
{
    margin-bottom: 23px;
}

.form .line_datepicker{
    position: relative;
}

.form .label
{
	font-size: 16px;
	line-height: normal;
    color: #848484;
    margin-bottom: 2px;
}

.form .input
{
    color: #232323;
    font: 300 15px var(--font_family);

    display: block;

    width: 100%;
    height: 40px;
    padding-bottom: 5px;

    transition: .2s linear;

    border: none;
    border-bottom: 2px solid #cecece;
    background: #fff;
}

.form textarea
{
    color: #2A4962;
    font: 700 20px/22px var(--font_family);

    display: block;

    width: 100%;
    height: 121px;
    padding-bottom: 10px;

    resize: none;
    transition: .2s linear;

    border: none;
    border-bottom: 2px solid #cecece;
    background: #fff;
}

.form .error,
.form .error + .nice-select .current
{
    color: red;

    border-color: red;
}


.form .input:disabled,
.form textarea:disabled
{
    color: #333;

    cursor: default;
    pointer-events: none;
}


.form .error_text
{
    color: red;
    font-size: 12px;
    line-height: normal;

    margin-top: 6px;
}


.form .submit_btn
{
    color: #fff;
    font: 700 20px var(--font_family);
    letter-spacing: .24em;

    position: relative;

    display: block;

    width: 100%;
    height: 76px;
    padding: 0 30px;

    cursor: pointer;
    transition: .2s linear;

    border: none;
    background: #2e374e;
}

.form .submit_btn:hover
{
    background: #4a5b87;
}



.form .agree
{
    color: #818181;
    font-size: 12px;
    line-height: 17px;
    margin-top: 40px;
}

.form .agree a
{
    color: #818181;

    transition: .2s linear;
    text-decoration: none;

    border-bottom: 1px solid #818181;
}

.form .agree a:hover
{
    border-bottom-color: transparent;
}


.text_block > :last-child
{
    margin-bottom: 0 !important;
}

.text_block h1,
.text_block > .title
{
    color: #232323;
    font-family: var(--font_family2);
    font-size: 62px;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 52px;
}

.text_block h2
{
    color: #232323;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 42px;
}

.text_block * + h2
{
    margin-top: 86px;
}

.text_block h1 + h2{
    margin-top: 0;
}

.text_block h3
{
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 42px;
}

.text_block * + h3
{
    margin-top: 86px;
}

.text_block h1 + h3,
.text_block h2 + h3{
    margin-top: 0;
}

.text_block p,
.text_block ul,
.text_block ol
{
    margin-bottom: 24px;
}

.text_block img
{
    display: block;

    max-width: 100%;
    margin-bottom: 24px;
}

.text_block ul
{
    overflow: hidden;
}

.text_block ul li
{
    position: relative;

    display: block;

    padding-left: 26px;

    list-style-type: none;
}

.text_block ul li + li{
    margin-top: 6px;
}

.text_block ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    width: 8px;
    height: 8px;

    content: "";

    background: #4a5b87;
}

.text_block ol
{
    counter-reset: li;
}

.text_block ol li
{
    position: relative;

    display: block;

    list-style-type: none;
}

.text_block ol li + li{
    margin-top: 6px;
}

.text_block ol li:before
{
    color: #4a5b87;
    font-weight: 700;

    display: inline;

    content: counter(li)".";
    counter-increment: li;
}

.text_block a
{
    color: #4a5b87;

    transition: .2s linear;
    text-decoration: none;

    border-bottom: 1px solid;
}

.text_block a:hover
{
    border-bottom-color: transparent;
}


.supports_error
{
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;

    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #FFF;
}

.supports_error.show
{
    display: flex;
}


.main_title
{
    font-size: 85px;
    line-height: 1.2;
    font-family: var(--font_family2);
}

.main_title.white
{
    color: #fff;
}


.breadcrumbs
{
    color: #D9D9D9;
    font-size: 17px;
    line-height: 22px;

    margin-bottom: 50px;

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

.breadcrumbs a
{
    color: #D9D9D9;

    transition: .2s linear;
    text-decoration: none;
}

.breadcrumbs a:hover
{
    color: #5CA2D5;
}

.breadcrumbs .sep
{
    width: 2px;
    height: 9px;
    display: inline-block;
    margin: 3px 10px 0;
    background: #D9D9D9;
}

.page_content{
    padding: 100px 0 192px;
    position: relative;
}

.page_content:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1200px;
    max-width: calc(100% - 30px);
    height: 2px;
    background: #e2e8e9;
}

.page_content > :first-child
{
    margin-top: 0 !important;
}


.page_title
{
    color: #232323;
    font-family: var(--font_family2);
    font-size: 62px;
    font-weight: 400;
    line-height: normal;
}
/*---------------
   Header
---------------*/
header
{
    padding: 110px 0 60px;

    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 99;
}

header.main_header
{
    position: absolute;

    padding: 58px 0 15px;
}

header.main_header.fixed{
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #d0dbdb;
    padding: 22px 0 20px;
    -webkit-animation: moveDown .5s;
    animation: moveDown .5s;
}

@-webkit-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}
@-moz-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}
@keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}

header .cont
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
}

header .lang
{
    padding-top: 2px;
}

header .lang .lang_link
{
    font-size: 18px;
    line-height: normal;
}

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

header .lang .lang_link a
{
    text-decoration: none;
    transition: .2s linear;
    position: relative;
    display: inline-block;
    color: #232323;
}

header.header_active .lang .lang_link a
{
    color: #fff;
}

header .lang .lang_link a.active
{
    font-weight: 700;
}

header .lang .lang_link a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s ease-out;

    background: #232323;
}

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

header .lang .lang_link a:hover:after
{
    width: 100%;
}

header.main_header .lang .lang_link a{
    color: #fff;
}

header.main_header .lang .lang_link a:after{
    background: #fff;
}

header.fixed .lang .lang_link a
{
    color: #232323;
}

header.fixed .lang .lang_link a:after
{
    background: #232323;
}

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

header .menu .item
{
    font-size: 20px;
    line-height: normal;
}

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

header .menu .item a
{
    text-decoration: none;
    transition: .2s linear;
    position: relative;
    display: inline-block;
    color: #232323;
}

header .menu .item a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s ease-out;

    background: #232323;
}

header .menu .item a:hover:after
{
    width: 100%;
}

header.main_header .menu .item a{
    color: #fff;
}

header.main_header .menu .item a:after{
    background: #fff;
}

header.fixed .menu .item a
{
    color: #232323;
}

header.fixed .menu .item a:after
{
    background: #232323;
}

header .logo
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    margin-top: -8px;
}

header .logo a,
header .logo img
{
    display: block;
    max-width: 100%;
}

header .logo img{
    display: none;
}

header .logo .dark{
    display: block;
}

header.main_header img{
    display: block;
}

header.main_header .dark{
    display: none;
}

header.fixed .logo{
    margin-top: 0;
}

header.fixed .logo img{
    display: none;
}

header.fixed .logo .dark{
    display: block;
}

header.header_active .logo img
{
    display: none;
}

header.header_active:not(.fixed) .logo img
{
    display: block;
}

header.header_active .logo .dark
{
    display: block;
}

header.header_active:not(.fixed) .logo .dark
{
    display: none;
}

header .my_reserv_btn
{
    color: #232323;
    font: 300 20px var(--font_family);
    transition: .2s linear;
    border: none;
    display: inline-block;
    background: none;
    cursor: pointer;
    position: relative;
    margin-left: auto;
}

header .my_reserv_btn:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s ease-out;

    background: #232323;
}

header .my_reserv_btn:hover:after
{
    width: 100%;
}

header.main_header .my_reserv_btn{
    color: #fff;
}

header.main_header .my_reserv_btn:after{
    background: #fff;
}

header.fixed .my_reserv_btn{
    display: none;
}

header .toBook_btn{
    display: none;

    margin: 0 31px 0 auto;

    background: #2e374e;
    padding: 0 31px;

    font: 18px var(--font_family);
    color: #ffffff;
    height: 65px;
    cursor: pointer;
    border: none;
    transition: .2s linear;
}

header .toBook_btn:hover{
    background: #4a5b87;
}

header.fixed .toBook_btn{
    display: block;
}

.mob_menu_link
{
    position: relative;
    z-index: 100;

    display: none;

    width: 38px;
    height: 31px;
    margin-right: -5px;
    padding: 5px;

    cursor: pointer;

    border: none;
    background: none;
}

.mob_menu_link span
{
    position: relative;

    display: block;

    width: 100%;
    height: 3px;

    transition: .2s linear;

    background: #232323;
    border-radius: 9px;
}

header.main_header .mob_menu_link span
{
    background: #fff;
}

header.header_active .mob_menu_link span
{
    background: #232323;
}

header.header_active:not(.fixed) .mob_menu_link span
{
    background: #fff;
}

header.main_header.fixed .mob_menu_link span
{
    background: #232323;
}

.mob_menu_link span + span
{
    margin-top: 6px;
}

.mob_menu_link.active span:nth-child(2)
{
    opacity: 0;
}

.mob_menu_link.active span:nth-child(1)
{
    top: 9px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.mob_menu_link.active span:nth-child(3)
{
    top: -9px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


.mob_header
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    visibility: hidden;

    overflow-y: auto;

    width: 100%;
    height: 100%;

    transition: .2s linear;

    opacity: 0;
    background: #2e374e;
    padding: 140px 30px 100px;
}

.mob_header.visible
{
    visibility: visible;

    opacity: 1;
}

.mob_header .menu .item
{
    font-size: 20px;
    border-bottom: 1px solid #485678;
}

.mob_header .menu .item a
{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px 0;
}

.mob_header .my_reserv_btn
{
    font: 300 20px var(--font_family);
    color: #fff;
    padding: 20px 0;
    cursor: pointer;
    border: none;
    background: none;
    display: block;
}


/*---------------
    Slider controls
---------------*/
.swiper-container{
    display: none;
}

.swiper-container.swiper-container-initialized{
    display: block;
}

.slider-button-prev,
.slider-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 59px;

    margin-top: -44px;
    z-index: 10;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.about_slider .slider-button-prev,
.about_slider .slider-button-next
{
    top: 53px;
    margin-top: 0;
}


.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}

.slider-button-prev{
    left: 0;
    transform: rotate(180deg);
}

.about_slider .slider-button-prev
{
    right: 100px;
    left: auto;
}

.slider-button-next{
    right: 0;
}

.about_slider .slider-button-next
{
    right: 0;
}


.slider-button-prev svg,
.slider-button-next svg{
    width: 100%;
    height: 100%;
    display: block;

    fill: #bdc7c9;
    transition: .2s linear;

    position: relative;
    z-index: 1;
}

.slider-button-prev:hover svg,
.slider-button-next:hover svg
{
    fill: #232323;
}

.swiper-button-lock {
    display: none;
}

.slider-pagination{
    bottom: 0;
    left: 0;
    width: 100%;

    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 9;

    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 0;
}

.slider-pagination.swiper-pagination-lock{
    display: none;
}

.slider-pagination .slider-dot{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    background: #2C3D56;
    transition: .2s linear;

    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 5px;
}

.slider-pagination.slider-pagination-clickable .slider-dot{
    cursor: pointer;
}

.slider-pagination .slider-dot_active {
    background: #FFBE00;
    width: 30px;
}


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

.first_section
{
    position: relative;
    padding: 170px 0 85px;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

#lottie
{
    background-color:#ffffff;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

.first_section .bg svg
{
    height: auto !important;
}

.first_section .bg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.first_section .bg_img
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.first_section:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(46, 46, 46, .57);
}

.first_section .cont
{
    position: static;
}

.first_section .title{
    position: relative;
    z-index: 2;
}

.first_section .title img{
    display: block;
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
}

.first_section .title .mob{
    display: none;
}

.first_section .desc
{
    font-size: 29px;
    line-height: normal;
    margin-top: 54px;
    position: relative;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.first_section .search_apartments
{
    margin-top: 110px;
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 50px;
}

.search_apartments
{
    background: #fff;

    padding-bottom: 30px;
}

.search_apartments .form
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.search_apartments .form .line_form
{
    position: relative;
    margin-bottom: 0;
    padding: 12px 0 0 55px;
    width: 205px;
}

.search_apartments .form .line_form.line_datepicker:before
{
    position: absolute;
    content: '';
    top: 13px;
    left: 0;

    display: block;

    width: 31px;
    height: 31px;

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

.search_apartments .form .input
{
    font-weight: 700;
    font-size: 20px;
}

.search_apartments .form .line_form.line_datepicker .input
{
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
    padding-right: 20px;
    background: url(/img/ic_arrow.png) 100% 50% no-repeat;
    cursor: pointer;
}

.search_apartments.search_inner .form .input
{
    border-bottom: none;
}

.search_apartments .form .line_form.discount
{
    padding-left: 56px;
    width: 221px;
}

.search_apartments .form .line_form.discount:before
{
    position: absolute;
    content: '';
    top: 13px;
    left: 0;

    display: block;

    width: 39px;
    height: 39px;

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

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

.search_apartments.search_inner .form .submit_btn
{
    color: #2e374e;

    border: 3px solid #2e374e;
    background: transparent;
}

.search_apartments.search_inner .form .submit_btn:hover
{
    background: #2e374e;
    color: #fff;
}


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

.information .img
{
    width: 49%;
    padding-right: 30px;
}

.information .img img
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.information .info
{
    width: 51%;
    padding-top: 10px;
    max-width: 600px;
}

.information .info .link
{
    line-height: 20px;
    margin-top: 70px;
}

.information .info .link a
{
    color: #929292;
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid #929292;
}

.information .info .link a:hover
{
    border-bottom-color: transparent;
}

.information .info .desc
{
    font-size: 34px;
    line-height: 1.5;
    margin-top: 70px;
}


.list_section
{
    padding-top: 80px;
}

.list_section .col
{
    width: 50%;
    padding-right: 30px;
    margin-top: 110px;
}

.list_section .col.big
{
    width: 100%;
}

.list_section .title
{
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
}

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

.list_section .item ul
{
    margin-top: 33px;
}

.list_section .item ul li
{
    list-style: none;
    display: block;
    position: relative;
    line-height: 27px;
    padding-left: 54px;
}

.list_section .item ul li:before
{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;

    display: block;

    width: 18px;
    height: 14px;

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

.list_section .item ul li + li
{
    margin-top: 15px;
}


.about_slider
{
    padding: 150px 0 185px;
}

.about_slider .slider
{
    padding-right: 180px;
    position: relative;
}

.about_slider .slider:after
{
    position: absolute;
    content: '';
    top: 0;
    right: 0;

    display: block;

    width: 180px;
    height: 100%;

    background: #fff;
    z-index: 1;
}

.about_slider .box
{
    justify-content: space-between;
}

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

.about_slider .img img
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.about_slider .info
{
    width: calc(62.5% - 20px);
    max-width: 600px;
    padding-top: 9px;
}

.about_slider .title
{
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
}

.about_slider .desc
{
    margin-top: 28px;
    line-height: 27px;
}


.rev_faq
{
    padding-top: 170px;
}

.rev_faq .reviews
{
    width: 50%;
}

.reviews_tabs
{
    margin: -35px 0 0 -35px;
    padding-right: 30px;
}

.reviews_tabs button
{
    font: 300 28px var(--font_family);
    color: #232323;
    display: block;
    height: 63px;
    background: none;
    margin: 35px 0 0 35px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 3px;
    padding: 0 36px;
    transition: .2s linear;
}

.reviews_tabs button:hover,
.reviews_tabs button.active
{
    border-color: #bdc7c9;
}

.rev_faq .faq
{
    width: 90%;
}

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

.reviews .tab_contents
{
    margin-top: 60px;
    position: relative;
    padding: 112px 0 140px;
    background: #e2e8e9;
}

.reviews .tab_contents:before
{
    position: absolute;
    content: '';
    top: 0;
    right: 100%;

    display: block;

    width: 2000px;
    height: 100%;

    background: #e2e8e9;
}

.reviews .tab_contents:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;

    display: block;

    width: 100%;
    height: 100%;

    background: #e2e8e9;
}

.reviews .slider
{
    padding: 0 100px;
    max-width: 515px;
    position: relative;
    margin-left: 0;
}

.reviews .slider:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    width: 100px;
    height: 100%;
    z-index: 2;

    background: #e2e8e9;
}

.reviews .slider:after
{
    position: absolute;
    content: '';
    top: 0;
    right: 0;

    display: block;

    width: 100px;
    height: 100%;
    z-index: 2;

    background: #e2e8e9;
}

.reviews .img
{
    position: relative;
    padding-bottom: 123%;
}

.reviews img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.faq .wrapp_acc
{
    margin-top: 110px;
    background: #2e374e;
    padding: 110px 0 95px 75px;
    position: relative;
    z-index: 5;
}

.faq .wrapp_acc:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;

    display: block;

    height: 100%;
    width: 2000px;
    background: #2e374e;
}

.faq .accordion .item .open_btn
{
    font-size: 20px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}

.faq .accordion .item .open_btn span
{
    transition: .2s linear;
    border-bottom: 1px dashed #fff;
}

.faq .accordion .item .open_btn:hover span
{
    border-bottom-color: transparent;
}

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

.faq .accordion .item.hidden
{
    display: none;
}




        .dato4ka {
        	font-family: 'Roboto', sans-serif;
        	display:block;
        	border: none;
        	border-radius: 0.25rem;
        	border: 1px solid transparent;
        	line-height: 1.5rem;
        	padding: 0;
        	font-size: 1rem;
        	color: black;
        	max-width: 115px;
        	margin-top: 0.5rem;
        	background:gray;
        	background: url(/img/ic_arrow.png) 100% 50% no-repeat;
        	padding-right: 20px;
        	cursor: pointer;
        }
        .dato4ka:focus {outline: none;}
        #ui-datepicker-div {
        	display: none;
        	background-color: #fff;
        	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
        	margin-top: 0.25rem;
        	border-radius: 0.5rem;
        	padding: 0.5rem;
        }
        table {
        	border-collapse: collapse;
        	border-spacing: 0;
        }
        .ui-datepicker-calendar thead th {
        	padding: 0.25rem 0;
        	text-align: center;
        	font-size: 0.75rem;
        	font-weight: 400;
        	color: #78909C;
        }
        .ui-datepicker-calendar tbody td {
        	width: 2.5rem;
        	text-align: center;
        	padding: 0;
        }
        .ui-datepicker-calendar tbody td a {
        	display: block;
        	border-radius: 0.25rem;
        	line-height: 2rem;
        	transition: 0.3s all;
        	color: #546E7A;
        	font-size: 0.875rem;
        	text-decoration: none;
        }
        .ui-datepicker-calendar tbody td a:hover {	
        	background-color: #c3cbde;
        }
        .ui-datepicker-calendar tbody td a.ui-state-active {
        	background-color: #2e374e;
        	color: white;
        }
        .ui-datepicker-header a.ui-corner-all {
        	cursor: pointer;
        	position: absolute;
        	top: 0;
        	width: 2rem;
        	height: 2rem;
        	margin: 0.5rem;
        	border-radius: 0.25rem;
        	transition: 0.3s all;
        }
        .ui-datepicker-header a.ui-corner-all:hover {
        	background-color: #ECEFF1;
        }
        .ui-datepicker-header a.ui-datepicker-prev {	
        	left: 0;	
        	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
        	background-repeat: no-repeat;
        	background-size: 0.5rem;
        	background-position: 50%;
        	transform: rotate(180deg);
        }
        .ui-datepicker-header a.ui-datepicker-next {
        	right: 0;
        	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
        	background-repeat: no-repeat;
        	background-size: 10px;
        	background-position: 50%;
        }
        .ui-datepicker-header a>span {
        	display: none;
        }
        .ui-datepicker-title {
        	text-align: center;
        	line-height: 2rem;
        	margin-bottom: 0.25rem;
        	font-size: 0.875rem;
        	font-weight: 500;
        	padding-bottom: 0.25rem;
        }
        .ui-datepicker-week-col {
        	color: #78909C;
        	font-weight: 400;
        	font-size: 0.75rem;
        }
        
        .ui-datepicker-unselectable {
            color: #bbbbbb;
            font-size: 0.875rem;
        }
        
        #ui-datepicker-div {
            z-index:999 !important;
        }
        
        .ui-datepicker-calendar tbody td { 
            line-height: 2rem;
        }




.faq .accordion .item .data
{
    display: none;
    padding-top: 30px;
    color: #fff;
}

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

.faq .more_btn button
{
    font: 300 20px var(--font_family);
    color: #8795b9;
    background: none;
    border: none;
    transition: .2s linear;
    cursor: pointer;
    border-bottom: 1px dashed #8795b9;
}

.faq .more_btn button:hover
{
    border-bottom-color: transparent;
}


.main_about{
    padding: 176px 0 330px;
}

.main_about .title{
    color: #232323;
    text-align: center;

    max-width: 820px;
    margin: 0 auto;

    font-size: 32px;
    line-height: 1.65;
}

.main_about .title b{
    color: #4a5b87;
}

.main_about .tabs_container{
    margin-top: 92px;

    justify-content: space-between;
}

.main_about .about_tabs{
    max-width: 512px;
    width: calc(50% - 30px);

    order: 2;
    padding-top: 42px;
}

.about_tabs button{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    font: 23px/1.45 var(--font_family);
    color: #232323;

    cursor: pointer;

    padding: 0 0 34px 15px;

    background: none;
    border: none;
    text-align: left;
    border-bottom: 2px solid transparent;

    transition: .2s linear;
}

.about_tabs button:hover{
    color: #5b6b96;
}

.about_tabs button.active{
    color: #5b6b96;
    border-bottom-color: #b4b4b4;
}

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

.about_tabs button .icon{
    width: 69px;
    height: 69px;

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

.about_tabs button .icon svg{
    display: block;
    max-width: 100%;
    max-height: 100%;

    fill: #b4b4b4;
    transition: .2s linear;
}

.about_tabs button:hover .icon svg,
.about_tabs button.active .icon svg{
    fill: #5b6b96;
}

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

.main_about .tab_contents{
    width: 50%;
}

.tab_content
{
    position: relative;

    visibility: hidden;
    overflow: hidden;

    height: 0;

    pointer-events: none;

    opacity: 0;
}

.tab_content.active
{
    visibility: visible;
    overflow: visible;

    height: auto;

    transition: opacity .5s linear;
    pointer-events: all;

    opacity: 1;
}


.main_about .about_img{
    position: relative;
    padding-bottom: 86.34%;
    overflow: hidden;
}

.main_about .about_img .stick{
    position: absolute;
    top: 43px;
    left: 0;

    padding: 0 24px;

    line-height: 89px;

    font-size: 22px;
    font-weight: 700;
    color: #232323;

    min-width: 144px;
    text-align: center;

    background: #fff;
    z-index: 2;
}

.main_about .about_img .stick:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 44px;
    height: 89px;
    background: url(/img/stick_bg.svg) 100% 0 no-repeat;
}

.main_about .about_img img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 120%;
    object-fit: cover;
}


.info_slider .slide{
    position: relative;

    padding-bottom: 156px;
}

.info_slider .slide .box{
    position: relative;

    padding: 222px 0 100px;

    min-height: 850px;
}

.info_slider .slide .box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    /*width: calc(100% - 480px);
    max-width: 80%;*/

    background: #2e374e;
    height: 100%;
}

.info_slider .slide .box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #677494;
    opacity: .5;

    margin-left: -598px;
}

.info_slider .slide .cont{
    position: static;
}

.info_slider .slide .info{
    position: relative;
    max-width: 780px;
    z-index: 2;
}

.info_slider .slide .title{
    font-size: 85px;
    line-height: 1.23;
    color: #ffffff;

    font-family: var(--font_family2);
}

.info_slider .slide .desc{
    margin-top: 60px;

    font-size: 36px;
    line-height: 1.5;
    color: #ffffff;
}

.info_slider .slide .box_img{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -156px;

    height: calc(100% - 24px);
    z-index: 1;
}

.info_slider .slide .box_img:before{
    content: '';
    position: absolute;
    left: -1px;
    bottom: 156px;
    height: calc(100% + 24px);
    width: 1px;
    background: #677494;
    opacity: .5;
}

.info_slider .slide .img{
    width: 120%;
    height: 120%;
    position: relative;
}

.info_slider .slide .img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.info_slider .slide .number{
    position: absolute;
    left: -1px;
    top: 0;

    width: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 2;

    background: #fff;

    font-size: 51px;
    line-height: normal;
    color: #3e3e3e;
}

.info_slider .slide .logo{
    position: absolute;
    left: 0;
    z-index: 3;
    font-size: 405px;
    line-height: 250px;

    font-family: var(--font_family2);
    top: 135px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;

    -webkit-text-stroke: 3px #bfc2ca;
    color: transparent;

    padding-left: 60px;
}


 .spoiler_links {
    cursor:pointer;
    margin-bottom:20px;
    border-bottom:dotted 1px;
    width:115px;
 }
.spoiler_links {
    display:none;
}

#dates_small {
     display:none;
}

.spoiler_body {
    display:block;
}
 

.slider-nav{
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 330px;
    height: 156px;
    z-index: 10;
    background: #e2e8e9;
}

.slider-nav .slider-button-prev{
    right: 50%;
    left: auto;
    top: 50%;
    margin-top: -29.5px;

    margin-right: 25px;
}

.slider-nav .slider-button-next{
    right: auto;
    left: 50%;
    top: 50%;
    margin-top: -29.5px;

    margin-left: 25px;
}

.slider-button-prev:hover svg,
.slider-button-next:hover svg{
    fill: #2e374e;
}


.gallery_photo{
    margin-left: -22px;

    align-items: stretch;
    align-content: stretch;
}

.gallery_photo .col{
    width: calc(100%/3 - 22px);
    margin-left: 22px;

    display: flex;
    flex-direction: column;
}

.gallery_photo .col > :first-child{
    margin-top: 0 !important;
}

.gallery_photo .item{
    margin-top: 20px;
    padding-bottom: 72.77%;
    position: relative;

    flex-grow: 1;
}

.gallery_photo .item.big{
    padding-bottom: 134.33%;
}

.gallery_photo .item a{
    display: block;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery_photo .item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_photo .grid{
    position: absolute;
    left: 0;
    top: 0;

    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: calc(100% + 20px);
    justify-content: space-between;
    margin-top: -20px;
}

.gallery_photo .grid_item{
    width: calc(50% - 11px);
    height: calc(50% - 20px);
    margin-top: 20px;
    position: relative;
}

.gallery_photo .show_photo
{
    font: 300 16px var(--font_family);
    color: #232323;
    cursor: pointer;
    margin-top: 20px;
    display: none;
    width: 100%;
    background: #e2e8e9;
    padding: 0 15px;
    border: none;
    height: 60px;
}


.products{
    margin-top: 80px;
}

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

.products .product{
    background: #e2e8e9;
}

.products .product .thumb{
    width: 27%;
    max-width: 280px;
    position: relative;
}

.products .product .stick{
    position: absolute;
    top: 29px;
    left: 0;

    padding: 0 18px;

    line-height: 43px;

    font-size: 14px;
    color: #232323;

    min-width: 96px;
    text-align: center;

    background: #fff;
    letter-spacing: .2em;
    z-index: 2;
}

.products .product .stick:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 22px;
    height: 43px;
    background: url(/img/stick_bg.svg) 100% 0/auto 100% no-repeat;
}

.products .product .thumb .img{
    display: block;
    padding-bottom: 87.15%;
    position: relative;
}

.products .product .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.products .product .box_info{
    width: 48.66%;
    max-width: 580px;
    padding: 26px 0 36px 54px;

    margin-top: auto;
}

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

    line-height: normal;
}

.products .product .name a{
    color: #232323;
    text-decoration: none;
    transition: .2s linear;
}

.products .product .name a:hover{
    color: #5b6b96;
}

.products .product .desc{
    margin-top: 14px;
    color: #818181;
}

.products .product .info{
    margin: 14px 0 0 -30px;
}

    .about_tabs button.active {
        font-weight: bold;
    }

.products .product .info .tooltip{
    margin: 12px 0 0 30px;
}

.products .product .box{
    width: 24.34%;
    padding: 26px 26px 36px;

    margin: auto 0 0 auto;
}

.products .product .small_desc{
    font-size: 12px;
    letter-spacing: .06em;
    color: #969595;
    line-height: 17px;
}

.products .product .box_price{
    margin-left: -20px;
}

.products .product .old_price{
    margin: 20px 0 0 20px;

    font-size: 18px;
    font-weight: 700;
    color: #969595;
    line-height: 26px;
    position: relative;
}

.products .product .old_price:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #ce5858;
}

.products .product .price{
    margin: 20px 0 0 20px;

    font-size: 20px;
    line-height: 26px;
    color: #232323;
    font-weight: 700;
}

.products .product .toBook{
    margin-top: 24px;
}

.products .product .toBook_btn{
    display: block;
    width: 100%;

    background: #2e374e;

    font: 700 17px var(--font_family);
    color: #ffffff;
    height: 56px;
    cursor: pointer;
    border: none;
    transition: .2s linear;

    letter-spacing: .16em;
}

.products .product .toBook_btn:hover{
    background: #4a5b87;
}


.tooltip
{
    position: relative;

    font-size: 14px;
    line-height: 22px;
    color: #232323;
}

.tooltip .tooltip_box{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

.tooltip .icon{
    width: 20px;
    height: 20px;

    position: absolute;
    right: 0;
    top: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    opacity: .3;

    transition: .2s linear;
}

.tooltip:hover .icon{
    opacity: 1;
}

.tooltip .icon img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tooltip .text
{
    color: #232323;
    font-size: 13px;
    line-height: 23px;

    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 16px);

    visibility: hidden;

    width: 324px;
    padding: 30px;

    transition: .2s linear;

    pointer-events: none;

    opacity: 0;
    background: #fff;
    border: 2px solid #e2e8e9;
}

.tooltip:hover .text
{
    visibility: visible;

    opacity: 1;
}



.dopphoto {
    width: calc(100%/6 - 19px); 
    height: 11.3vw; 
    margin-top:20px;
    background:red;
    overflow:hidden;
    float:left;
    margin-right:22px;
}

.dopphoto:nth-child(6),
.dopphoto:nth-child(12),
.dopphoto:nth-child(18),
.dopphoto:nth-child(24),
.dopphoto:nth-child(30),
.dopphoto:nth-child(36),
.dopphoto:nth-child(42){
    margin-right:0px !important;
}


@media (max-width: 960px) {
    .dopphoto {
        width:100%;
        height: 72vw;
    }
    
}




/*---------------
   Footer
---------------*/
footer
{
    padding-bottom: 90px;
}

footer .top
{
    padding-top: 75px;
    justify-content: space-between;
    position: relative;
}

footer .top:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    display: block;

    height: 5px;
    width: 3000px;

    background: #e2e8e9;
}

footer .top .box
{
    width: 245px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

footer .logo
{
    flex-shrink: 0;
}

footer .logo img
{
    display: block;
    max-width: 100%;
}

footer .copy
{
    margin-left: 35px;
    color: #929292;
    font-size: 15px;
    line-height: 21px;
    width: calc(100% - 93px);
    padding-top: 4px;
}

footer .info
{
    width: calc(100% - 320px);
    max-width: 855px;
    padding-top: 17px;
}

footer .box_adress
{
    padding-left: 25px;
    position: relative;
}

footer .box_adress:before
{
    position: absolute;
    content: '';
    top: -4px;
    left: 0;

    display: block;

    width: 26px;
    height: 39px;

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

footer .adress
{
    font-size: 22px;
    line-height: normal;
    margin-left: 40px;
}

footer .link_map
{
    margin-left: 40px;
    font-size: 22px;
    line-height: normal;
}

footer .link_map a
{
    text-decoration: none;
    transition: .2s linear;
    color: #232323;
    border-bottom: 1px solid #232323;
}

footer .link_map a:hover
{
    border-bottom-color: transparent;
}

footer .contacts
{
    margin-top: 60px;
    align-content: center;
    align-content: center;
}

footer .messengers a
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    width: 38px;
    height: 38px;
}

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

footer .messengers img
{
    display: block;
    transition: .2s linear;

    max-width: 100%;
    max-height: 100%;
}

footer .messengers a:hover img
{
    transform: scale(1.1);
}

footer .email
{
    margin-left: 40px;
    font-size: 22px;
    line-height: normal;
}

footer .email a
{
    color: #45a4fc;
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid #45a4fc;
}

footer .email a:hover
{
    border-bottom-color: transparent;
}

footer .bot
{
    align-content: center;
    align-items: center;
    margin-top: 70px;

    font-size: 15px;
    line-height: normal;
    color: #929292;
}

footer .bot a
{
    color: #929292;
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid #929292;
}

footer .bot a:hover
{
    border-bottom-color: transparent;
}

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

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

footer .payments
{
    margin-left: auto;
    align-content: center;
    align-items: center;
    opacity: .22;
}

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

footer .payments img
{
    display: block;
    max-width: 100%;
}


footer .mob_menu_link
{
    z-index: 1;
    position: absolute;
    top: -5px;
    right: -5px;
}

footer .mob_menu_link span
{
    background: #232323;
}

/*---------------
   PopUp
---------------*/
.modal
{
    display: none;
    visibility: visible !important;

    width: 484px;
    padding: 65px 50px 55px;
    max-width: 100%;

    background: #fff;
}

.modal_title
{
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
}

.modal .form
{
    margin-top: 40px;
}

.modal .form .submit
{
    margin-top: 50px;
}

.modal .form .submit_btn
{
    width: auto;
    padding: 0 40px;
    margin-left: auto;
}

.modal .form .bot
{
    max-width: 295px;
    margin-left: auto;
}

.modal .form .bot .submit_btn
{
    width: 100%;
}


@media (max-width: 1399px)
{


        #searchH {
    margin-top: 70px;
}


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

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

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

        min-height: 600px;
    }

    .info_slider .slide .box_img{
        height: 100%;
        bottom: -100px;
    }

    .info_slider .slide .logo {
        font-size: 300px;
        line-height: 200px;

        padding-left: 40px;
    }

    .info_slider .slide .number{
        width: 120px;
        height: 120px;
        font-size: 45px;
    }

    .info_slider .slide .box_img:before {
        bottom: 100px;
        height: 100%;
    }

    .slider-nav{
        height: 100px;
        width: 220px;
    }
}

@media (max-width: 1339px)
{


    #laxh {
    margin-top: 140px;
        }



   .first_section .bg
    {
        display: none;
    }

    .first_section .bg_img,
    .first_section:after
    {
        display: block;
    }

    .cont {
        max-width: 1000px;
    }

    .first_section {
    padding: 250px 0 85px;
    }

    .search_apartments .form .line_form {
    width: 170px;
    }

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

    .search_apartments .form .line_form.discount {
    width: 170px;
    }

    .main_about .title {
    font-size: 28px;
    }

    .about_tabs button {
    font: 20px/1.35 var(--font_family);
    }

    .main_about .about_tabs {
    padding-top: 2px;
    }

    .main_about {
    padding: 176px 0 170px;
    }

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

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

    .main_title {
    font-size: 62px;
    }

    .info_slider .slide .desc {
    font-size: 28px;
    max-width: 500px;
    }

     .info_slider .slide .desc br{
    display: none;
    }



}

@media (max-width: 1239px)
{
    .info_slider .slide .box:after{
        left: 20px;
        margin-left: 0;
    }
}

@media (max-width: 1111px)
{
    }


@media (max-width: 970px)

{
    #laxh {
    margin-top: 100px;
        }

    #laxdesc {
    margin-top: 20px;
    }
}

@media (min-width: 1339px) and (max-height: 850px)

{
    #laxh {
    margin-top: 250px;
        }

    #laxdesc {
    margin-top: 20px;
    }
}

@media (max-width: 960px) 

{
    #laxh {
    margin-top: 0px;
        }

    #laxdesc {
    margin-top: 20px;
    }
    
    
.left2_arrow {
display:block;
}

.right2_arrow {
display:block;

}


}

.day_green {
  background-image: radial-gradient(#21ee21 60%, transparent 20%),
      radial-gradient(#fafafa 60%, transparent 20%);
  background-repeat:no-repeat;
  background-position: 3px 3px;
  background-size: 5px 5px;
}
.day_yellow {
  background-image: radial-gradient(#eeee21 60%, transparent 20%),
      radial-gradient(#fafafa 60%, transparent 20%);
  background-repeat:no-repeat;
  background-position: 3px 3px;
  background-size: 6px 6px;
}



