
*::-webkit-input-placeholder {
	color: #b5bec2;
	opacity: 1;
}

*:-moz-placeholder {
	color: #b5bec2;
	opacity: 1;
}
*::-moz-placeholder {
	color: #b5bec2;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #b5bec2;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    position: relative;
}

.no-scroll{
    overflow: hidden;
}

.form-group{
    margin-bottom: 10px;
}

input[type='text'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='email']{
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #2a2f32;
    background-color: #fff;
    border: 1px solid #d3dbdd;
    border-radius: 10px;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 110px;
    padding: 18px 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #2a2f32;
    background-color: #fff;
    border: 1px solid #d3dbdd;
    border-radius: 10px;
    resize: none;
    transition: .3s;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus{
    border-color: #FFB800;
}

input:focus,
textarea:focus,
button{
    outline: none;
}

.button{
    border: none;
    font-family: 'Onest', sans-serif;
    transition: .3s;
}

.btn-border-white{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 28px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: transparent;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.btn-border-white:hover,
.btn-border-white:active{
    background: rgba(255, 255, 255, .85);
    color: #2a2f32;
}

.btn-yellow{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 28px;
    background: #ffb800;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:active{
    opacity: .888;
    background: #ffb800;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(255, 184, 0, 0.25), 0 45px 250px 0 rgba(255, 184, 0, 0.25);
}

.btn-border-yellow{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 28px;
    border: 1px solid rgba(255, 184, 0, .35);
    background: transparent;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #ffb800;
}

.btn-add{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 28px 3px 45px;
    background-color: #ffb800;
    background-image: url(../upload/image/design/default/house/check.svg);
    background-position: 26px center;
    background-repeat: no-repeat;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.btn-add:hover,
.btn-add:active{
    opacity: .888;
    background-color: #ffb800;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(255, 184, 0, 0.25), 0 45px 250px 0 rgba(255, 184, 0, 0.25);
}

.btn-border-yellow:hover,
.btn-border-yellow:active{
    background: #FFB800;
    color: #fff;
}

.i-load{
    width: 17px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../upload/image/design/default/i-load.svg) center no-repeat;
    transition: .3s;
}

.btn-border-yellow:hover .i-load,
.btn-border-yellow:active .i-load{
    background-image: url(../upload/image/design/default/i-load_h.svg);
}

.flex-bot{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 12px!important;
    padding: 0!important;
    vertical-align: middle;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 12px;
    height: 12px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    width: 16px;
    height: 16px;
    border-color: #FFB800;
}

.slick-prev, 
.slick-next{
    width: 70px;
    height: 70px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 100%;
    background-position: center!important;
    background-color: rgba(255, 255, 255, .25)!important;
    background-repeat: no-repeat!important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.stock .slick-prev,
.stock .slick-next{
    background-color: #FFB800!important;
}


.slick-prev{
    left: 0;
    background-image: url(../upload/image/design/default/prev.svg)!important;
    background-position: 26px center!important;
}


.slick-next{
    right: 0;
    background-image: url(../upload/image/design/default/next.svg)!important;
    background-position: 30px center!important;
}

.slick-prev:hover,
.slick-next:hover{
    background-color: #FFB800!important;
}

.stock .slick-prev:hover,
.stock .slick-next:hover{
    background-color: rgba(255, 255, 255, .45) !important;
}


.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.container{
    max-width: 1200px;
}

.section{
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}

.section-black{
    padding-top: 140px;
    padding-bottom: 140px;
    background: #2a2f32;
    position: relative;
    z-index: 1;
}

.section-black:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/stock/arc_b.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 3;
}

.section-black:after{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/stock/arc_b_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 3;
}

.list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.list li{
    padding-left: 22px;
    position: relative;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .85);
}

.list li:before{
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #FFB800;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

.title-block{
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #2a2f32;
}

.title-block.white{
    color: #fff;
}

.title-block.center{
    text-align: center;
}

.title-block span{
    display: inline-block;
    padding: 0 72px;
    position: relative;
    
}

.title-block span:before{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/title-block.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.title-block span:after{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/title-block.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.title-block.white span:before,
.title-block.white span:after{
    filter: brightness(0) invert(100%);
} 

.go-to.center{
    text-align: center;
}

.go-to a{
    display: inline-block;
    padding: 0 30px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffb800;
    text-align: center;
    transition: .3s;
}

.go-to.small a{
    padding: 0 20px;
    font-size: 11px;
}

.go-to a:before{
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    background: url(../upload/image/design/default/go-to.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.go-to.small a:before,
.go-to.small a:after{
    width: 10px;
    height: 20px;
    background-size: contain;
}

.go-to a:after{
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    background: url(../upload/image/design/default/go-to.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.go-to a:hover{
    opacity: .8;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;    
    position: relative;
    z-index: 8;
}

.header.main{
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.header__top{
    padding-top: 30px;
    padding-bottom: 25px;
    
    position: relative;
    z-index: 3;
}

.header__top.bg-1{
    background: url(../upload/image/design/default/header/bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.header.main .header__top{
    background: transparent;
}


.header.main .header__top:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/header/border_arc.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.header.inner .header__top:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/header/arc_menu_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.header__top .container{
    position: relative;
    z-index: 2;
}

.header__top .logo{
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.header__top .logo img{
    width: 120px;
    display: block;
}

.header__top .row{
    flex-wrap: nowrap;
}

.header__top .col{
    width: auto;
    flex: none;
}

.header__top .col:nth-child(2){
    margin-left: auto;
}

.header__place{
    padding-left: 52px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.header__place.yellow{
    color: #ffb800;
}

.header__place:before{
    content: "";
    width: 42px;
    height: 26px;
    display: block;
    background: url(../upload/image/design/default/header/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.header__place a{
    color: inherit;
    border-bottom: 1px dashed #fff;
    transition: .3s;
}

.header__place a:hover{
    color: #ffb800;
    border-color: #ffb800;
}

.header__place:hover:before,
.header__place.yellow:before{
    background-image: url(../upload/image/design/default/header/place_h.svg) ;
}

.header__phone{
    margin-bottom: 2px;    
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: right;
}

.header__phone.yellow{
    color: #ffb800;
}

.header__phone a{
    color: inherit;
}

.header__time{
    font-weight: 500;
    font-size: 13px;
    text-align: right;
    color: #fff;
    opacity: .7;
}

.header__time.dark{
    color: #2a2f32;
    opacity: .7;
}

.header__bottom{
    padding-top: 60px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.nav{
    display: block;
    padding: 0;
    margin: 0;
}

.nav > ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.nav > ul > li{
    margin-left: 70px;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: block;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2a2f32;
    transition: .3s;
}

.nav > ul > li > a:before{
    content: "";
    width: 27px;
    height: 4px;
    display: block;
    background: url(../upload/image/design/default/header/nav.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    opacity: 0;
}

.nav.main > ul > li > a{
    color: #fff;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a{
    color: #ffb800;
}

.nav > ul > li.active > a:before,
.nav > ul > li:hover > a:before{
    opacity: 1;
}

.menu-mob{
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 12;
    display: none;
}

.menu-mob:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/header/arc_menu_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 1;
}

.menu-mob .logo{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.menu-mob .logo img{
    width: 120px;
    display: block;
}

.menu-mob__top{
    padding: 30px 15px 130px;
}

.menu-mob__bottom{
    padding-top: 55px;
    text-align: center;
    position: relative;
}

.menu-mob__bottom:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/header/arc_menu_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.burger{
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: none;
}

.burger.yellow{
    color: #FFB800;
}

.burger i{
    width: 20px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../upload/image/design/default/header/burger.svg) center no-repeat;
}

.burger.yellow i{
    background-image: url(../upload/image/design/default/header/burger_yellow.svg);
}

.call-btn{
    width: 40px;
    height: 40px;
    display: none;
    background: url(../upload/image/design/default/header/phone.svg) center no-repeat;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 100%;
    cursor: pointer;
}

.call-btn.yellow{
    color: #FFB800;
    background-image: url(../upload/image/design/default/header/phone_yellow.svg);
    border-color: rgba(255, 184, 0, .35);
}

.close-btn{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #899298;   
    cursor: pointer;
}

.close-btn i{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../upload/image/design/default/header/close.svg) center no-repeat;
}

.call-drop{
    width: 100%;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}

.call-drop__in{
     padding: 30px 15px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
}

.call-drop:after{
    content: "";
    width: 100%;
    height: 100vh;
    background: #2a2f32;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.call-drop:before{
    content: "";
    width: 100%;
    height: 30px;
    background: url(../upload/image/design/default/header/arc_call_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
}

.call-drop .close-btn{
    justify-content: center;
}

.phone-mob{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #ffb800;
}

.phone-mob a{
    color: inherit;
    border-bottom: 1px dashed #ffb800;
}

.time-mob{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #899298;
    opacity: .7;
}

.mob-btn{
    min-height: 50px;
    margin-bottom: 35px;
    padding: 3px 30px 2px;
    font-size: 13px;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    height: 710px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.intro:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/arc_1.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
}

.slick-slider{
    z-index: 1;
}

.intro .slide{
    position: relative;
}

.intro__back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro__back:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2a2f32;
    mix-blend-mode: multiply;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro .pic{
    width: 100%;
    height: 100%;
}

.intro .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.intro__front{
    padding-top: 200px;
    padding-bottom: 70px;
    position: relative;
    z-index: 3;
}

.intro__front .container{
    height: 440px;
    display: flex;
    align-items: center;
}

.intro__front .vert{
    width: 100%;
    text-align: center;
}

.intro .title{
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.1;
}

.intro .text{
    margin-bottom: 40px;
    text-align: center;
}

.intro .text p{
    display: inline-block;
    padding: 0 72px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.intro .text p:before{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/intro/text.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.intro .text p:after{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/intro/text.svg) center no-repeat; 
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.intro .slick-prev{
    left: 16%;
}


.intro .slick-next{
    right: 16%;

}

.intro .slick-dots{
    bottom: 45px;
}

.intro__btn{
    min-height: 60px;
    padding: 3px 30px 2px;
    font-size: 16px;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.content h1{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #2a2f32;
}

.content h2{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #2a2f32;
}

.content h3{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #2a2f32;
}

.content h4{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #2a2f32;
}

.content h1.center,
.content h2.center,
.content h3.center{
    text-align: center;
}

.content p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    opacity: .6;
}

.pag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.pag__item{
    padding: 0 3px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #899298;
}

.pag__item a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #899298;
    background: #fff;
    border: 1px solid #DFE8EA;
    border-radius: 100%;
    transition: .3s;
}

.pag__item a:hover{
    background: #FFB800;
    color: #fff;
}

.pag__item.active a{
    color: #000;
    box-shadow: 0 3px 8px 0 rgba(42, 47, 50, 0.1), 0 5px 15px 0 rgba(42, 47, 50, 0.1);
    border-color: transparent;
    pointer-events: none;
}

.pag__item.prev a{
    background: url(../upload/image/design/default/pag_prev.svg) center no-repeat;
    filter: grayscale(100%);
}

.pag__item.prev-x a{
    background: url(../upload/image/design/default/pag_prev_2.svg) center no-repeat;
    filter: grayscale(100%);
}

.pag__item.next a{
    background: url(../upload/image/design/default/pag_next.svg) center no-repeat;
    filter: grayscale(100%);
}

.pag__item.next-x a{
    background: url(../upload/image/design/default/pag_next_2.svg) center no-repeat;
    filter: grayscale(100%);
}


.pag__item.prev a:hover,
.pag__item.prev-x a:hover,
.pag__item.next a:hover,
.pag__item.next-x a:hover{
    filter: grayscale(0);
}

.pag__item.disable a{
    opacity: .75;
    pointer-events: none;
}

/**PAPER**/
.paper__top{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.paper__top i{
    width: 27px;
    height: 4px;
    display: block;
    flex-shrink: 0;
    margin: 0 15px;
    background: url(../upload/image/design/default/header/nav.svg) center no-repeat;
}

.sub-devide{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #899298;
}

.paper-date{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #b5bec2;
    letter-spacing: 0.05em;
}

.pic-main{
    margin-bottom: 35px;
}

.pic-main img{
    width: 100%;
    display: block;
    border-radius: 15px;
}

.paper__center{
    padding: 0 100px;
}

.gallery{
    padding-bottom: 45px;
}

.gallery .slider-wrap{
    margin: 0 -15px;
}

.gallery .item{
    padding: 0 15px;
}

.gallery .item .pic{
    height: 270px;
}

.gallery .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.gallery .slick-prev,
.gallery .slick-next{
    background-color: #ECF0F1!important;
}

.gallery .slick-prev{
    left: -85px;
    background-image: url(../upload/image/design/default/paper/prev.svg)!important;
}

.gallery .slick-next{
    right: -85px;
    background-image: url(../upload/image/design/default/paper/next.svg)!important;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover{
    background-color: #FFB800!important;
}

.gallery .slick-prev:hover{
    background-image: url(../upload/image/design/default/prev.svg)!important;
}

.gallery .slick-next:hover{
    background-image: url(../upload/image/design/default/next.svg)!important;
}

/**SERVICES**/
.services .item{
    margin-bottom: 25px;
}

.services .item .in{
    display: flex;
    align-items: center;
}

.services .item.reverse .in{
    flex-direction: row-reverse;
}

.services .item .icon{
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100%;
    position: relative;
    transition: .8s;
}

.services .item .icon:before{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/services/wave.svg) center no-repeat;
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 3;
    opacity: 0;
    transition: 1s;
}

.services .item .icon:after{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/services/wave.svg) center no-repeat;
    position: absolute;
    bottom: 30px;
    right: -10px;
    z-index: 3;
    opacity: 0;
    transition: 1s;
}

.services .item .in:hover .icon:before,
.services .item .in:hover .icon:after{
    opacity: 1;
}

.services .item .in:hover .icon{
    background: #FFB800;
    box-shadow: 0 10px 30px 0 rgba(255, 184, 0, 0.25), 0 45px 250px 0 rgba(255, 184, 0, 0.25);
}

.services .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .5s;
}

.services .item .in:hover .icon img{
    filter: brightness(0) invert(100%);
    transform: scale(1.1);
}

.services .item .right{
    padding-left: 28px;
}

.services .item.reverse .right{
    padding-left: 0;
    padding-right: 28px;
    text-align: right;
}

.services .item .num{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #b5bec2;
}

.services .item p{
    font-weight: 500;
    font-size: 20px;
    color: #2a2f32;
    transition: .8s;
}

.services .item .in:hover p{
    color: #ffb800;
}

/**ABOUT**/
.about .row{
    align-items: center;
}

.about p{
    max-width: 640px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #899298;
}

.about .pic{
    display: flex;
    justify-content: flex-end;
}

.about .pic img{
    max-width: 100%;
    display: block;
}

/**INTERACTIVE**/
.interactive{
    position: relative;
    
}

.interactive__map{
    width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.interactive__map img{
    width: 100%;
    display: block;
    border-radius: 15px;
}

.interactive__items{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.interactive__item{
    position: absolute;
    z-index: 1;
}

.interactive__item.active{
    z-index: 3;
}

.interactive__item.point-1{
    top: 323px;
    left: 577px;
}

.interactive__item.point-2{
    top: 155px;
    left: 406px;
}

.interactive__item.point-3{
    top: 27px;
    left: 560px;
}

.interactive__item.point-4{
    top: 119px;
    left: 626px;
}

.interactive__item.point-5{
    top: 128px;
    left: 717px;
}

.interactive__item.point-6{
    top: 218px;
    left: 820px;
}

.interactive__item.point-7{
    top: 283px;
    left: 786px;
}


.interactive__top{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 5px 15px 0 rgba(42, 47, 50, 0.15);
    position: relative;
    z-index: 3;
    transition: .8s;
    cursor: pointer;
}

.interactive__top:hover{
    background: #FFB800;
    box-shadow: 0 4px 4px 0 rgba(255, 184, 0, 0.25), 0 8px 8px 0 rgba(255, 184, 0, 0.25), 0 16px 16px 0 rgba(255, 184, 0, 0.25);
}

.interactive__item.active .interactive__top{
    background: #FFB800;
    box-shadow: none;
}

.interactive__top img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .3s;
}

.interactive__top:hover img,
.interactive__item.active .interactive__top img{
    filter: brightness(0) invert(100%);
}

.interactive__full{
    width: 250px;
    padding: 30px 25px;
    box-shadow: 0 5px 15px 0 rgba(42, 47, 50, 0.15);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
}

.interactive__item.active .interactive__full{

}

.interactive__full p{
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #2a2f32;
}

.interactive__full p span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #899298;
}

/**STOCK**/
.stock-container{
    max-width: 1750px;
}

.stock{
    
}

.stock .item{

}

.stock .item .back{
    width: 505px;
    height: 290px;
    overflow: hidden;
    display: block;
    position: relative;
    transform: translateY(65px);
    border-radius: 15px;
    transition: .3s;
}

.stock .slick-slide.slick-active .item .back{
    left: 250px;
}

.stock .slick-slide{
/*    opacity: 0;*/
}

.stock .slick-slide.slick-active{
    opacity: 1;
}

.stock .slick-slide.slick-current.slick-center + .slick-slide.slick-active .item .back{
    left: auto;
    right: 250px;
}

.stock .slick-slide.slick-current.slick-center .item .back{
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.stock .item .back .pic{
    border-radius: 15px;
    overflow: hidden;
}

.stock .item .back .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: brightness(50%);
}


.stock .item .center{
    width: 1100px;
    min-height: 392px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: none;
}

.stock .slick-slide.slick-current.slick-center .item .center{
    display: block;
}

.stock .item .left{
    width: 50%;
    padding: 60px 50px 30px 65px;
}

.stock .item .center .title{
    padding-bottom: 22px;
    margin-bottom: 28px;
    position: relative;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffb800;
}

.stock .item .center .title:before{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/title-block.svg) center no-repeat; 
    position: absolute;
    bottom: 0;
    left: 0;
}

.stock .item .center p{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2a2f32;
}

.stock .item .center .pic{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.stock .item .center .pic:before{
    content: "";
    width: 1335px;
    height: 1335px;
    border: 55px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    z-index: 3;
}

.stock .item .center .pic:after{
    content: "";
    width: 1335px;
    height: 1335px;
    border: 1px solid #D3DBDD;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    z-index: 5;
}

.stock .item .center .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.stock__btn{
    min-height: 60px;
    font-size: 16px;
    padding: 3px 30px 2px;
}


.stock .slick-prev{
    left: 50%;
    margin-left: -584px;
}

.stock .slick-next{
    right: 50%;
    margin-right: -584px;
}

/**NEWS**/
.news.main{
    margin-top: 30px;
}

.news .item{
    margin-bottom: 30px;
}

.news .item .in{
    height: 290px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d3dbdd;
    transition: .3s;
}

.news .item .in:hover{
    box-shadow: 0 15px 45px 0 rgba(255, 184, 0, 0.25), 0 60px 60px 0 rgba(255, 184, 0, 0.25);
    border-color: transparent;
}

.news .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.news .item .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #2a2f32;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.5;
}

.news .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news .item .overlay{
    height: 100%;
    padding: 35px 25px 20px;
    text-align: center;
    position: relative;
    z-index: 3;
    transition: .3s;
}

.news .item .in:hover .overlay{
    background: rgba(255, 184, 0, .85);
}

.news .item .date{
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #b5bec2;
    letter-spacing: 0.05em;
    transition: .3s;
}

.news .item .in:hover .date,
.news .item.white .date{
    color: #fff;
}

.news .item .date:before{
    content: "";
    width: 27px;
    height: 4px;
    display: block;
    background: url(../upload/image/design/default/header/nav.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.news .item .in:hover .date:before,
.news .item.white .date:before{
    background-image: url(../upload/image/design/default/footer/nav.svg);
}

.news .item .vert{
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news .item .title{
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667;
    text-align: center;
    color: #2a2f32;
    transition: .3s;
}

.news .item .in:hover .title,
.news .item.white .title{
    color: #fff;
}

.news .item .title a{
    color: inherit;
}

.news .item.white .title{
    transform: translateY(70px);
}

.news .item.white .in:hover .title{
    transform: translateY(0px);
}

.news .item .in:hover .go-to a,
.news .item.white .go-to a{
    color: #fff;
}

.news .item .in:hover .go-to a:before,
.news .item .in:hover .go-to a:after,
.news .item.white .go-to a:before,
.news .item.white .go-to a:after{
    content: "";
    background-image: url(../upload/image/design/default/go-to_white.svg); 
}

.news .item.white .go-to{
    transition: .3s;
    transform: translateY(100px);
}

.news .item.white .in:hover .go-to{
    transform: translateY(0);
}

.news .item .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.news .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .3s;
    filter: grayscale(100%);
}

.news .item .in:hover .icon img{
    filter: grayscale(100%) brightness(0) invert(100%);
}

/**CONTACTS**/
.contacts{

}

.contacts__top{
    padding-bottom: 35px;
}

.contacts__top .row{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contacts__top .col{
    width: auto;
    flex: none;
}

.contacts .subtitle{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #b5bec2;
}

.contacts p{
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 24px;
    color: #2a2f32;
    opacity: 1;
}

.contacts p a{
    color: #ffb800;
}

.contacts p.phone a{
    color: inherit;
}

.contacts__btn{
    min-height: 50px;
    font-size: 14px;
}

.social{
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.contacts .social{
    margin-top: 25px;
}

.social__item{
    padding: 0 5px;
}

.social__item .in{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(255, 184, 0, .35);
    border-radius: 100%;
    transition: .3s;
}

.social__item .in:hover{
    background: #FFB800;
    box-shadow: 0 5px 15px 0 rgba(255, 184, 0, 0.25), 0 15px 15px 0 rgba(255, 184, 0, 0.25);
}

.social__item .in img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .3s;
}

.social__item .in:hover img{
    filter: brightness(0) invert(100%);
}

.contacts__map{
    height: 470px;
    background: #ccc;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

/**ACTION**/
.action{
    max-width: 970px;
    padding: 50px 60px 60px;
    margin: 0 auto;
    box-shadow: 0 4px 4px 0 rgba(137, 146, 152, 0.15), 0 8px 8px 0 rgba(137, 146, 152, 0.15), 0 16px 16px 0 rgba(137, 146, 152, 0.15), 0 32px 32px 0 rgba(137, 146, 152, 0.15);
    background: #fff;
    border-radius: 15px;
}

.action__btn{
    width: 100%;
    max-width: 212px;
    min-height: 50px;
    font-size: 14px;
}

.action__bottom{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

/**ANONS**/
.anons{
    padding-top: 85px;
}

.anons .item{

}

.anons .item .in{
    height: 100%;
    padding: 40px;
    border: 1px solid rgba(42, 47, 50, .1);
    border-radius: 10px;
}

.anons .item .top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
}

.anons .item .sub{
    padding-left: 10px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #899298;
}

.anons .item .sub a{
    color: inherit;
    text-decoration: none;
}

.anons .item .date{
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #b5bec2;
    letter-spacing: 0.05em;
}

.anons .item .title{
    min-height: 56px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667;
    color: #2a2f32;
}

.anons .item .title a{
    color: inherit;
    transition: .3s;
}

.anons .item .title a:hover{
    color: #ffb800;
}

/**CARD**/
.house{
    margin-bottom: 55px;
}

.slider-one{
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.slider-one .pic{
    height: 370px;
    position: relative;
}

.slider-one .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2a2f32;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.slider-one .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slider-one .slick-prev,
.slider-one .slick-next{
    width: 40px;
    height: 40px;
    top: auto;
    transform: none;
    bottom: 30px;
    background-size: 8px 16px !important;
    background-position: center!important;
}  

.slider-one.controls-none .slick-prev,
.slider-one.controls-none .slick-next{
    display: none!important;
} 

.slider-one .slick-prev:hover,
.slider-one .slick-next:hover{
    
}

.slider-one .slick-prev{
    left: auto;
    right: 75px;
}

.slider-one .slick-next{
    right: 30px;
}

.slider-one .slick-prev:hover{

}

.slider-one .slick-next:hover{
    
}

.slider-one .slick-dots{
    display: none!important;
}

.slider-bottom{
    
}

.slider-bottom .slider-wrap{
    margin: 0 -15px;
}

.slider-bottom .item{
    padding: 0 15px;
}

.slider-bottom .item .pic{
    height: 170px;
}

.slider-bottom .slick-slide.slick-current.slick-active .item .pic{
    opacity: .8;
}

.slider-bottom .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.slider-bottom .slick-prev,
.slider-bottom .slick-next{
    background-color: #ECF0F1!important;
}

.slider-bottom .slick-prev{
    left: -85px;
    background-image: url(../upload/image/design/default/paper/prev.svg)!important;
}

.slider-bottom .slick-next{
    right: -85px;
    background-image: url(../upload/image/design/default/paper/next.svg)!important;
}

.slider-bottom .slick-prev:hover,
.slider-bottom .slick-next:hover{
    background-color: #FFB800!important;
}

.slider-bottom .slick-prev:hover{
    background-image: url(../upload/image/design/default/prev.svg)!important;
}

.gallery .slick-next:hover{
    background-image: url(../upload/image/design/default/next.svg)!important;
}

.house__top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.house__top .right{
    text-align: right;
    padding-left: 15px;
}

.house .title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.07143;
    color: #2a2f32;
}

.house p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #2a2f32;
    opacity: .6;
}

.house .price{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #ffb800;
}

.house .person{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #b5bec2;
}

.house .list{
    margin-bottom: 10px;
}

.house .list li{
    margin-bottom: 10px;
}

.house .description{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #2a2f32;
    opacity: .6;
}

.house__bottom{
    padding: 55px 100px 100px;
}

/**PRICE-LIST**/
.price-list{
    max-width: 970px;
    margin: 0 auto;
}

.price-list .item{
    margin-bottom: 20px;
}

.price-list .item .in{
    padding: 30px;
    border: 1px solid #d3dbdd;
    border-radius: 15px;
}

.price-list .item .title{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #2a2f32;
    opacity: 1;
}

.price-list .item .title span{
    display: block;
    font-size: 16px;
    color: #2a2f32;
    opacity: .7;
}

.price-list__bottom p{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #899298;
    opacity: 1;
}

.price-list .price{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #ffb800;
}

/**YAHT**/
.yaht{
    padding-bottom: 85px;
}

.yaht p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #899298;
    opacity: 1;
}

.yaht .pic{
    display: flex;
    justify-content: flex-end;
}

.yaht .pic img{
    max-width: 100%;
    display: block;
}

.yaht .subtitle{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    color: #2a2f32;
}

.yaht .list li{
    margin-bottom: 12px;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    background: #2a2f32;
    position: relative;
    z-index: 3;
}

.footer:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/footer/arc.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.footer__top{
    padding-top: 65px;
    padding-bottom: 75px;
    position: relative;
    z-index: 3;
}

.footer__top:before{
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../upload/image/design/default/header/border_arc.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.footer__top .container{
    position: relative;
    z-index: 2;
}

.footer__top .logo{
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.footer__top .logo img{
    width: 100px;
    display: block;
}

.footer__bottom{
    padding-top: 75px;
    padding-bottom: 25px;
}

.footer-nav{
    display: block;
    padding: 0;
    margin: 0;
}

.footer-nav > ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-nav > ul > li{
    margin-left: 70px;
}

.footer-nav > ul > li:first-child{
    margin-left: 0;
}

.footer-nav > ul > li > a{
    display: block;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
}

.footer-nav > ul > li > a:before{
    content: "";
    width: 27px;
    height: 4px;
    display: block;
    background: url(../upload/image/design/default/header/nav.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    opacity: 0;
}

.footer-nav > ul > li.active > a,
.footer-nav > ul > li:hover > a{
    color: #ffb800;
}

.footer-nav > ul > li.active > a:before,
.footer-nav > ul > li:hover > a:before{
    opacity: 1;
}

.copyrights{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: .5;
}

.modal .btn-close{
    background: url(../upload/image/design/default/close.svg) center no-repeat;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.modal-1 .modal-dialog{
    max-width: 580px;
    border-radius: 15px;
}

.modal-1-content{
    padding: 50px 30px;
    background: #3f3530 url(../upload/image/design/default/modal/bg_1.jpg) center no-repeat;
    border: none;
    background-size: cover;
}

.modal-1__btn{
    width: 100%;
    min-height: 50px;
    font-size: 14px;
}

.modal-1 form{
    padding: 0 65px;
}

.modal-house .modal-dialog{
    max-width: 430px;
    border-radius: 15px;
    overflow: hidden;
}

.modal-house-content{
    padding: 0;
    border: none;
}

.modal-house-content .pic{
    height: 140px;
    position: relative;
    z-index: 1;
}

.modal-house-content .pic:before{
    content: "";
    width: 100%;
    height: 9px;
    background: url(../upload/image/design/default/house/ark.svg) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.modal-house-content .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.modal-house-content .bottom{
    padding: 25px 30px 40px;
}

.modal-house-content .title{
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #2a2f32;
}

.modal-house-content .title:before{
    content: "";
    width: 54px;
    height: 8px;
    display: block;
    background: url(../upload/image/design/default/title-block.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.modal-house__btn{
    width: 100%;
}

.modal{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.modal-dialog{
    margin-left: auto!important;
    margin-right: auto!important;
}

.modal-open{
    padding-right: 0!important;
}

