@font-face {
    font-family: 'MullerThin';
    src: url('../fonts/MullerThinDEMO.eot');
    src: local('Muller Thin DEMO'), local('MullerThinDEMO'),
    url('../fonts/MullerThinDEMO.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MullerThinDEMO.woff') format('woff'),
    url('../fonts/MullerThinDEMO.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'Novoposelensky';
    src: url('../fonts/Novoposelensky.otf');
    url('../fonts/Novoposelensky.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'MullerExtraBold';
    src: url('../fonts/MullerExtraBoldDEMO.eot');
    src: local('Muller ExtraBold DEMO'), local('MullerExtraBoldDEMO'),
    url('../fonts/MullerExtraBoldDEMO.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MullerExtraBoldDEMO.woff') format('woff'),
    url('../fonts/MullerExtraBoldDEMO.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'MullerRegular';
    src: url('../fonts/MullerRegular.ttf');
    url('../fonts/MullerRegular.woff') format('truetype'),
    font-weight: 400;
    font-style: normal;
}
.Novoposelensky{
    font-family: Novoposelensky, sans-serif;
}
body{
    line-height: 1.2;
    font-family: 'MullerRegular', sans-serif;
    padding-top: 7.793rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 7.056rem;
}
.container {
    width: 64.8rem;
}
header {
    position: fixed;
    padding: 1.2rem 0;
    background: white;
}
.menu a{
    display: inline-block;
    margin-left: 0.4rem;
    padding: 0.5rem 0.95rem;
    border-radius: 30px;
}
.menu a:hover, .menu a.active{
    background: #000000;
    color: white;
}
.box1_text h1{
    font-size: 6.111rem;
    line-height: 0.75;
    letter-spacing: -0.2rem;
}
.section_text{
    font-size: 1.692rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.btn{
    border: 1px solid black;
    display: inline-block;
    font-size: 1.111rem;
    text-transform: uppercase;
    padding: 1.6rem 1.9rem;
    border-radius: 50px;
    background: white;
}
.btn:hover{
    background: black;
    color: white;
}
.box1_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.digit_item{
    font-size: 1.111rem;
}
.digit_item p{
    font-size: 6.856rem;
    line-height: 0.6;
}
.digit_item span{
    text-transform: uppercase;
}
#box-2{
    padding-top: 6.9rem;
}
#box-3{
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.section_title{
    font-size: 3.556rem;
    text-transform: uppercase;
}
.box3_flex .img_box{
    width: 23.667rem;
}

.box3_text{
    width: calc(100% - 23.667rem);
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box3_text .content h2{
    font-size: 1.778rem;
    margin-bottom: 0.5rem;
}
.box3_text .content{
    margin-bottom: -1rem;
}
.reverse{
    flex-direction: row-reverse;
    padding-top: 3.7rem;
}
.reverse .box3_text{
    padding-left: 0;
    padding-right: 1rem;
}
#box-4 {
    padding-top: 3.3rem;
}
.black_box{
    background: #000;
    color: white;
    padding: 2.2rem 2.1rem;
}
.black_title{
    text-transform: uppercase;
    font-size: 1.7rem;
    line-height: 1.1;
    margin-bottom: 0.7rem;
}
.black_text.content * {
    line-height: 1;
}
.white_btn{
    font-size: 1.111rem;
    background: #FFF;
    display: block;
    margin-top: 4.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
}
.white_btn:hover{
    background: #e8e8e8;
    color: black;
}
.tab_item_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.778rem;
    text-transform: uppercase;
}
.tab_item_link img{
    width: 2.222rem;
    transition: all 0.35s;
}
.tab_item_link.factive img{
    transform: rotate(-180deg);
}
#box-4 .box3_text{
    display: block;
}
.tabs{
    padding-top: 1.1rem;
}
.tab_item{
    margin-bottom: 1.9rem;
}
.tab_content{
    padding-right: 2rem;
    padding-top: 1rem;
    display: none;
}
.tab_content p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab_content p span{
    width: 49%;
}
.tab_content p span:last-child{
    text-align: right;
}
#box-5 {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
}
.section_title.marged{
    margin-bottom: 1.8rem;
}
.master_img{
    height: 19.2rem;
    overflow: hidden;
}
.master_img img{
    transition: all 0.35s;
}
.master_item:hover .master_img img{
    transform: scale(1.05);
}
.master_title{
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
}
.master_row .slick-list{
    margin: 0 -10px;
}
.master_row .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
}
#box-6{
    padding-top: 5rem;
}
.rev_row{
    padding: 0 8.1rem;
}
.rev_item{
    border: 1px solid #000;
    height: 100%;
    padding: 1.1rem 1.1rem;
}
.rev_title{
    font-size: 1.7rem;
}
.rev_date{
    margin-bottom: 1rem;
    opacity: 0.5;
}
.rev_text{
    line-height: 1.11;
}
.rev_row .slick-list{
    margin: 0 -10px;
    display: flex;
}
.rev_row .slick-track{
    display: flex;
}
.rev_row .slick-slide > div{
    height: 100%;
}
.rev_row .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.rev_row .slick-prev{
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: 0;
}
.rev_row .slick-next{
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: unset;
}
#box-7{
    padding-top: 5.3rem;
    padding-bottom: 5.5rem;
}
.form_box {
    padding: 1.92rem 2rem;
    background: black;
    color: white;
    position: relative;
}
.form_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.form_row{
    position: relative;
    z-index: 2;
}
.form_text{
    text-transform: uppercase;
    font-size: 1.7rem;
}
.form_text p:last-child{
    margin: 0;
}
.form_box .section_title{
    line-height: 1;
    margin-bottom: 4.3rem;
}
.form_row form{
    display: block;
    /*margin-top: 6.3rem;*/
}
.form-control{
    font-family: 'MullerRegular', sans-serif;
    padding: 1rem 1.2rem;
    width: 100%;
    background: #D9D9D9;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.3);
}
.form-group{
    margin-bottom: 1.7rem;
}
.btn.black{
    border-radius: 0;
    font-size: 1.7rem;
    width: 100%;
    padding: 1.1rem 0;
    color: white;
    background: #000000;
}
.btn.black:hover{
    background: white;
    color: black;
}
.policy{
    font-size: 0.84rem;
    margin-top: 0.5rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.footer_menu a{
    display: block;
    margin-bottom: 1.15rem;
}
footer {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
    background: black;
    color: white;
}
footer a{
    color: white;
}
.footer_logo{
    display: block;
    width: 8.3rem;
}
.footer_menu{
    padding-top: 1rem;
}
.footer_left_data {
    margin-top: 4.2rem;
}
.footer_left_data p{
    margin-bottom: 0.2rem;
}
.socials a{
    display: inline-block;
    font-size: 1.3em;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}
.footer_right_data {
    padding-left: 1.8rem;
}
.form_title{
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
}
.subscribe{
    position: relative;
}
.subscribe input{
    width: 100%;
    font-family: 'MullerRegular', sans-serif;
    padding: 0.5rem 1rem;
}
.subscribe input::placeholder{
    opacity: 0.3;
}
.subscribe button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    width: 4.4rem;
}
.page{
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.rev_text p{
    margin: 0;
}
.subscribe img{
    width: 2.5rem;
}
.footer_address{
    padding-top: 1.1rem;
}
.footer_address p{
    margin-bottom: 0.4rem;
}
.footer_pol{
    font-size: 0.889rem;
    text-decoration: underline;
}
.footer_pol:hover{
    text-decoration: none;
}