:root {
    --bg-green: #3C524B;
    --bg-green-new:#497F67;
    --bg-brown: #5B3A2C;
    --bg-beige: #F4F1ED;
    --bg-white: #FFFFFF;
    --bg-black: #333333;
    --transition: all .3s;
    --size-mini: 14px;
    --size-h1: 45px;
    --size-h2: 40px;
    --b-radius: 10px;
    --b-radius-image: 16px
}
body{
    margin: 0;
}
body, button, input, label {
    font-family: 'Spectral-Regular'
}
header{
    padding-top: 30px;
}
.logo{
    background: url('/assets/img/logo-drevo.png') no-repeat;
    height: 42px;
    display: block;
}
input,select,a{
    outline: none;
}
.phone-block-header a{
    text-align: center;
    font-size: 28px;
    font-family: 'Spectral-Bold';
    text-decoration: none;
    color:#000000;
    display: block;
}
.btn-block-header{
    background: #404040;
    text-align: center;
    color:#fff;
    width: 188px;
    cursor: pointer;
    padding: 12px 0;
    margin-left: auto;
}

.nav{
    background: #333333;
    color:#ffffff;
    margin-top: 25px;
}
.nav ul{
    list-style-type: none;
    display: flex;
    padding: 9px 0;
    margin: 0;
}
.nav ul li > a {
    color:#fff;
    text-decoration: none;
}
.nav ul li.active > a{
    text-decoration: underline;
}
.nav ul > li{
    display: inline-block;
    margin-right: 110px;
    font-size: 22px;
}
.nav ul > li:last-child{
    margin-right: 0;
}
#one{
    background: url('/assets/img/bg.jpg') no-repeat;
    background-position: center;
    color:#fff;
    padding-bottom: 197px;
}
#one h2{
    font-size: 72px;
    font-family: 'Spectral-Medium';
    text-align: center;
    margin-top: 169px;
    line-height: 1;
}
#one h2+p{
    font-size: 24px;
    text-align: center;
    width: 648px;
    margin: 0 auto;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Spectral-SemiBold';
    margin-top: 125px;
    padding-bottom: 9px;
    letter-spacing: 0.9px;
}
#one .btn-call{
    background: #fff;
    color: #333333;
    text-align: center;
    width: 283px;
    margin: 0 auto;
    margin-top: 177px;
    padding: 22px 0;
    line-height: 1.2;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Geologica Regular';
}
#two,#three,#four,#five,#six,#seven,#eight,#ten,#price,#reviews{
    background: #F9F9F9;
    padding-top: 140px;
}
#two h2{
    background: #F9F9F9;
    width: 1241px;
    margin: 0 auto;
}
#two h2+p{
    font-size: 22px;
    text-align: center;
    padding: 0 54px;
    margin-top: 40px;
    margin-bottom: 45px;
}
#two .bg-block{
    position: relative;
}
#two .bg-block span{
    font-size: 24px;
    color: #ffffff;
    left: 24px;
    position: absolute;
    bottom: 16px;
}
.soc-block,.message-block{
    display: flex;
    justify-content: end;
}
.soc-block a{
    width: 30px;
    height: 30px;
    display: block;
}
.soc-block .tg{
    background: url('/assets/img/logos_telegram.png') no-repeat;
    margin-right: 13px;
}

.soc-block .wh{
    background: url('/assets/img/logos_whatsapp-icon.png') no-repeat;
}
.message-block .write{
    font-size: 18px;
    margin-right: 26px;
}
.message-block{
    height: 100%;
    align-items: center;
}
h2.title-section{
    font-size: 42px;
    text-align: center;
    font-family: 'Spectral-Bold';
    z-index: 5;
    position: relative;
    margin-top: 0;

}
section{
    position: relative;
}
section#two:before,section#three:before,section#four:before,section#five:before,#six:before,#seven:before,#eight:before,#ten:before,#price:before,#reviews:before{
    content:'';
    width: 100%;
    height: 1px;
    background: #404040;
    position: absolute;
    margin-top: 32px;
}
#two .number-block{
    background: #fff;
    padding-top: 58px;
    margin-bottom: 27px;
    padding-bottom: 34px;
    border-radius: 2px;
}
#two .number-block:last-child{
    margin-bottom: 0;
}
#two .number-block span{
    display: block;
    text-align: center;
}
#two .bg-block{
    background: url('/assets/img/bg-two.jpg') no-repeat;
    width: 859px;
    height: 605px;
    overflow: hidden;
    border-radius: 4px;
}
#two .number-block span:first-child{
    font-size: 48px;
    font-family: 'Spectral-SemiBold';
    line-height: 1;
}
#two .number-block span:last-child{
    font-size: 22px;
    margin-top: 10px;
}
#two .after-block{
    font-size: 20px;
    margin-bottom: 0;
}
#three h2{
    background: #F9F9F9;
    width: 1000px;
    margin: 0 auto;
    line-height: 1.1;
}
#three{
    padding-top: 150px;
}
section#three:before{
    margin-top: 43px;
}
#three .search-icon{
    background: url('/assets/img/gala_search.png') no-repeat;
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
}

#three h2+span+p{
    font-size: 28px;
    text-align: center;
    padding: 0 123px;
    margin-top: 24px;
    font-family: 'Spectral-SemiBold';
    line-height: 40px;
}
#three .item-list p:first-child{
    font-family: 'Spectral-Bold';
    font-size: 24px;
    width: 507px;
    margin-right: 86px;
    margin-top: 27px;
    line-height: 1.4;
}

#three .item-list:last-child p:first-child {
    font-size: 28px;
    width: 702px;
    border-right: 1px solid #000;
    margin: 0;
    padding-top: 57px;
    line-height: 1.2;
    padding-bottom: 57px;
}
#three .item-list:last-child{
    padding: 0;
}
#three .item-list:last-child p:last-child{
    font-size: 28px;
    font-family: 'Spectral-Bold';
    line-height: 1.4;
    padding-left: 66px;
    padding-top: 14px;
}
#three .item-list:last-child p:last-child:before{
    content:'';
    background: url('/assets/img/gift-icon.svg') no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 13px;
}
#three .item-list p:last-child{
    font-size: 22px;
}
#three .item-list{
    display: flex;
    border-top: 1px solid rgb(119 119 119 / 50%);
    padding-top: 4px;
    align-items: center;
    padding-bottom: 6px;
}
#three .item-list:last-child{
    border-bottom: 1px solid rgb(119 119 119 / 50%);
}
#three .item-list:first-child{
    margin-top: 20px;
}
#four h2{
    background: #F9F9F9;
    width: 771px;
    margin: 0 auto;
}
#four .desc-block i{
    width: 65px;
    height: 65px;
    display: block;
}
#four .desc-block{
    background: #ffffff;
    border-radius: 4px;
    height: 283px;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 30px;
    box-sizing: border-box;
}
#four .desc-block i+p{
    font-weight: bold;
    margin-bottom: 0;
}
#four .desc-block i+p+p{
    margin-top: 0px;
}
#four .desc-block p{
    font-size: 22px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 0;
    box-sizing: border-box;
}
#four .btn-call{
    background: #404040;
    width: 246px;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
    margin: 0 auto;
    margin-top: 70px;
    cursor: pointer;
    font-family: 'Geologica Regular';
}
#four .desc-block i.one{
    background: url('/assets/img/tdesign_microphone.png') no-repeat;
}
#four .desc-block i.two{
    background: url('/assets/img/icon-park-outline_folder-protection.png') no-repeat;
}
#four .desc-block i.three{
    background: url('/assets/img/grommet-icons_user-manager.png') no-repeat;
}
#four .desc-block i.four{
    background: url('/assets/img/tabler_contract.png') no-repeat;
}
#five .block-image{
    position: relative;
    margin-top: 59px;
}
#five .block-image.play{
    cursor: pointer;
    margin-top: 44px;
}
#five{
    padding-top: 120px;
}
#five .search-icon{
    background: url('/assets/img/search-icon.svg') no-repeat;
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 auto;
    margin-top: 39px;
}
#five .block-image.play:before{
    content:'';
    background: url('/assets/img/play-icon.png') no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:calc(50% - 100px/2);
}
#five h2 {
    background: #F9F9F9;
    width: 960px;
    margin: 0 auto;
}
#five h3{
    font-size: 24px;
    font-family: 'Spectral-Bold';
    border-bottom: 1px solid #333333;
    text-align: center;
    width: 542px;
    margin: 0 auto;
    margin-top: 27px;
    padding-bottom: 3px;
    margin-bottom: 50px;
}
#five .item-type-doc,#six .item-type-doc{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 41px;
    padding-left: 46px;
}
#five .item-type-doc span,#six .item-type-doc span{
    font-family: 'Spectral-Bold';
    display: block;
    position: relative;

}
#five .left .item-type-doc:last-child{
    margin-bottom: 0;
}
#five .right .item-type-doc:last-child{
    margin-bottom: 0;
}
#five .item-type-doc span:before{
    content:'';
    background: url('/assets/img/ellipse-green.png') no-repeat;
    width: 23px;
    height: 23px;
    top: 0px;
    position: absolute;
    left: -49px;
}

#five .after-type-doc{
    font-size: 22px;
    text-align: center;
}

#five .right .item-type-doc{
    padding-right: 113px;
}
#five .after-type-doc{
    margin-top: 39px;
    margin-bottom: 15px;
}
#six h2 {
    background: #F9F9F9;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#six .item-type-doc span:before{
    content:'';
    background: url('/assets/img/ellipse-brown.png') no-repeat;
    width: 23px;
    height: 23px;
    top: -49px;
    position: absolute;
}
#six .right-docs{
    margin-top: 103px;
    padding-left: 123px;
}
#six .block-video{
    position: relative;
    cursor: pointer;
}
#six .right-docs .item-type-doc:last-child{
    margin-bottom: 0;
}
#six .block-video:before{
    content:'';
    background: url('/assets/img/play-icon.png') no-repeat;
    width: 86px;
    height: 86px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:calc(50% - 86px/2);
}
#seven h2{
    background: #F9F9F9;
    width: 710px;
    margin: 0 auto;
}
#eight h2{
    background: #F9F9F9;
    width: 937px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#eight .block-text span {
    background: #EAE2D8;
    font-size: 22px;
    padding-left: 17px;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-right: 17px;
    width: 222px;
    border-radius: 50px;
    text-align: center;
}

#eight .block-text .title-block{
    font-family: 'Spectral-Bold';
    font-size: 30px;
    margin-top: 63px;
    margin-bottom: 0;
}
#eight .three-line .block-text span{
    width: 291px;
}
#eight .two-line .block-text span{
    width: 264px;
}
#eight .four-line .block-text span{
    width: 294px;
}
#eight .block-text .desc-block{
    font-size: 22px;
    margin-top: 17px;
    padding-right: 120px;
    line-height: 1.47;
}
#eight .four-line .block-text .desc-block{
    padding-right: 0px;
}
#eight .block-text{
    margin-top: 116px;
}
#eight .two-line .image-block{
    position: relative;
}
#eight .two-line .image-block img{
    position: absolute;
    right: 0;
    top: -6px;
}
#eight .two-line .block-text{
    padding-left: 111px;
    margin-top: 160px;
}
#eight .two-line .block-text .title-block{
    margin-top: 49px;
}
#eight .two-line .block-text  .desc-block{
    padding-right: 40px;
}
#eight .three-line{
    margin-top: 138px;
}
#eight .three-line .block-text{
    margin-top: 115px;
}
#eight .three-line .block-text .title-block{
    margin-top: 55px;
    line-height: 1.2;
}
#eight .three-line .block-text .desc-block{
    margin-top: 26px;
    padding-right: 100px;
}
#eight .four-line .image-block{
    position: relative;
}
#eight .four-line .image-block img{
    position: absolute;
    right: 0;
    top: -7px;
}
#eight .four-line .block-text{
    margin-top: 90px;
    padding-left: 110px;
}
#eight .four-line  .block-text .title-block{
    margin-top: 54px;
    line-height: 1.25;
}
#eight{
    padding-bottom: 160px;
    border-bottom: 1px solid #404040;
}
#nine{
    padding-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 103px;
}
#nine.new{
    box-shadow: 0px 9px 14.1px 4px rgb(88 58 44 / 25%);
}
#nine.new .form-icon{
    background: url('/assets/img/form-icon.svg') no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
#nine h2.title-section{
    margin-top: 32px;
}
#nine input{
    width: 424px;
    border:none;
    border-bottom:1px solid #404040;
    font-size: 18px;
    outline: none !important;
    margin-right: 19px;
}
#nine button{
    background: #5B3A2C;
    border-radius: 2px;
    color:#ffffff;
    text-align: center;
    width: 200px;
    border:none;
    font-size: 16px;
    font-family: 'Geologica Regular';
    cursor: pointer;
    padding: 14px 0;
}
#nine form{
    padding: 0 109px;
    margin-top: 52px;
    display: flex;
}
#ten h2{
    background: #F9F9F9;
    width: 485px;
    margin: 0 auto;

}
#ten h2 + span{
    background: url('/assets/img/book-icon.png') no-repeat;
    width: 53px;
    height: 53px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
}
#ten h2 + span +p{
    text-align: center;
    font-size: 22px;
    margin-top: 7px;
    margin-bottom: 48px;
}
#ten .bg-book p:first-child{
    font-family: 'Spectral-Bold';
    font-size: 35px;
    color:#ffffff;
    margin-bottom: 0;
    margin-top: 0;
}
#ten .bg-book p:last-child{
    font-size: 22px;
    color:#ffffff;
    margin-top: 6px;
}
#ten .bg-book{
    background: url('/assets/img/book-bg.jpg') no-repeat;
    padding-left: 62px;
    position: relative;
    height: 222px;
    padding-top: 26px;
    box-sizing: border-box;
    margin-bottom: 28px;
}
#ten .bg-panno p:first-child{
    font-family: 'Spectral-Bold';
    font-size: 35px;
    color:#ffffff;
    margin-bottom: 0;
    margin-top: 0px;
}
#ten .bg-panno p:last-child{
    font-size: 22px;
    color:#ffffff;
    margin-top: 6px;
}
#ten .bg-panno{
    background: url('/assets/img/pano-bg.jpg') no-repeat;
    padding-left: 62px;
    padding-bottom: 13px;
    position: relative;
    height: 221px;
    padding-top: 25px;
    box-sizing: border-box;
}
#ten .bg-arhive p:first-child{
    font-family: 'Spectral-Bold';
    font-size: 35px;
    color:#ffffff;
    margin-bottom: 0;
    margin-top: 0;
}
#ten .bg-arhive p:last-child{
    font-size: 22px;
    color:#ffffff;
    margin-top: 6px;
}
#ten .bg-arhive{
    background: url('/assets/img/arhive-bg.jpg') no-repeat;
    padding-left: 60px;
    padding-bottom: 13px;
    position: relative;
    height: 221px;
    padding-top: 25px;
    box-sizing: border-box;
    padding-right: 98px;Аыусешщ
}
#ten .bg-book:after{
    content:'';
    background: url('/assets/img/icon-drevo.png') no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 26px;
    right: 26px;
}
#price h2{
    background: #F9F9F9;
    width: 909px;
    margin: 0 auto;
}
#price .tarif-block .tarif-block__title{
    font-size: 35px;
    font-family: 'Spectral-Bold';
    color:#5B3A2C;
}
#price .tarif-block:last-child .tarif-block__title{
    color:#495577;
}
#price h2+span>i{
    background: url('/assets/img/str-bottom.png') no-repeat;
    width: 20px;
    height: 28px;
    display: block;
    margin-top: 6px;
    margin-right: 15px;
}
#price h2+span{
    font-size: 22px;
    color: #777777;
    display: flex;
    justify-content: center;
    margin-left: -90px;
    margin-top: 22px;
    margin-bottom: 21px;
}
#price .tarif-block__price{
    font-size: 32px;
    font-family: 'Spectral-Medium';
    margin-top: 25px;
    line-height: 1;
}
#price .tarif-block__srok{
    font-size: 22px;
    margin-top: 4px;
}
#price .tarif-block{
    border-bottom:1px solid #777777;
}
#price .left-block{
    border-right:1px solid #777777;
    padding-bottom: 43px;
    padding-top: 40px;
}
#price .tarif-block__bottom-btn{
    font-family: "Geologica Regular";
    width: 191px;
    text-align: center;
    background: #5B3A2C;
    color:#ffffff;
    padding: 14px 0;
    cursor: pointer;
    margin-top: 21px;
}
#price .tarif-block:last-child .tarif-block__bottom-btn{
    background: #495577;
}
#price .col-lg-7 p{
    font-size: 22px;
    font-family: 'Spectral-Bold';
    margin-top: 40px;
    margin-bottom: 15px;
}
#price .col-lg-7 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
}
#price .col-lg-7 ul>li{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
#price .col-lg-7 ul>li:before{
    content:'';
    width: 6px;
    height: 6px;
    background: #5B3A2C;
    border-radius: 50%;
    margin-right: 12px;
}
#price .tarif-block .tg{
    background: url('/assets/img/tg-t1.png') no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    margin-right: 6px;
}
#price .tarif-block .wh{
    background: url('/assets/img/wh-t1.png') no-repeat;
    width: 36px;
    height: 36px;
    display: block;
}
#price .tarif-block:last-child .tg{
    background: url('/assets/img/tg-t2.png') no-repeat;
}
#price .tarif-block:last-child .wh{
    background: url('/assets/img/wh-t2.png') no-repeat;
}
#price .tarif-block .soc-line{
    display: flex;
}
#price .tarif-block__bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 189px;
    padding-right: 26px;
}
#price .tarif-block:last-child .col-lg-7 ul>li:before{
    background:#495577;
}
#price .tarif-block__bottom-soc span{
    margin-bottom: 8px;
    display: block;
    color:#777777;

}
#price .tarif-block:last-child .tarif-block__bottom{
    margin-top:334px;
}
#reviews h2{
    background: #F9F9F9;
    width: 790px;
    margin: 0 auto;
    font-size: 38px;
}
#reviews .video-icon{
    background: url('/assets/img/reviews-icon.png') no-repeat;
    width: 53px;
    height: 53px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
#reviews .video-icon+p{
    text-align: center;
    font-size: 22px;
    margin-top: 14px;
}
#reviews{
    border-bottom:1px solid #404040;
    padding-bottom: 149px;
}
#bottom-form{
    padding-top: 79px;
    padding-bottom: 106px;
}
#bottom-form h2{
    font-size: 38px;
    line-height: 1.2;
}
#bottom-form input{
    width: 420px;
    border: none;
    border-bottom: 1px solid #404040;
    font-size: 18px;
    outline: none !important;
    margin-right: 23px;
    padding-bottom: 4px;
}
#bottom-form button{
    background: #404040;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    border: none;
    font-size: 16px;
    font-family: 'Geologica Regular';
    cursor: pointer;
    padding: 14px 0;
}
#bottom-form form{
    margin-top: 63px;
    padding: 0px 109px;
    display: flex;
}
#footer{
    background: #404040;
    color:#ffffff;
    padding-top: 79px;
    padding-bottom: 59px;
}
#footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer ul  a{
    font-size: 22px;
    color:#ffffff;
    text-decoration: none;
}
#footer ul li{
    margin-bottom: 19px;
}
#footer .footer-logo{
    background: url('/assets/img/logo-footer.png') no-repeat;
    width: 312px;
    height: 61px;
    display: block;
}
#footer .footer-phone{
    font-size: 28px;
    font-family: 'Spectral-Bold';
    color:#ffffff;
    text-decoration: none;
    display: block;
    text-align: right;
}
#footer .tg-footer{
    background: url('/assets/img/tg-footer.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 12px;
}
#footer .wh-footer{
    background: url('/assets/img/wh-footer.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}
#footer .soc-footer{
    display: flex;
    justify-content: end;
    margin-top: 32px;
}
#footer .soc-footer span{
    font-size: 18px;
    margin-right: 14px;
    margin-top: 1px;
}
#footer .btn-footer{
    background: #FFFFFF;
    color:#333333;
    width: 188px;
    text-align: center;
    font-family: 'Geologica Regular';
    float: right;
    margin-top: 32px;
    padding: 14px 0;
    cursor: pointer;
}
#seven .col-lg-12{
    position: relative;
}
.slider-works{
    height: 821px;
    margin-top: 44px;
}
.slider-works__arrow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top:calc(50% - 65px/2);
}
.slider-works__arrow div{
    width: 65px;
    height: 65px;
    border-radius: 4px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer;
}
.slider-works__arrow div.left{
    background: url('/assets/img/sl-left.png') #F6F7F8;

}
.slider-works__arrow div.right{
    background: url('/assets/img/sl-right.png') #F6F7F8;
}
.slider-reviews{
    height: 918px;
    margin: 0 -12px;
    margin-top: 33px;
}
.slider-reviews__item{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
.slider-reviews__item:before{
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    left:0;
    top:0;
}
.slider-reviews__item:after{
    content:'';
    width: 114px;
    height: 114px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:calc(50% - 114px/2);
    background: url('/assets/img/feed-play.svg') no-repeat;
    cursor: pointer;
    transition: all .3s;
}
.slider-reviews__item:hover:after{
    opacity: .7;
}
.slider-reviews__item img{
    width: 100%;
}
.slider-reviews .slick-slide {
    padding: 0 12px;
}
#reviews .slider-arrow div{
    width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all .3s;
}
#reviews .slider-arrow div:hover{
    opacity: .7;
}
#reviews .slider-arrow{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 5;
    margin-top: 115px;
}
#reviews .slider-arrow .left{
    background: url('/assets/img/sl-left.png') #F6F7F8;
    background-position: center;
    background-repeat: no-repeat;
}
#reviews .slider-arrow .right{
    background: url('/assets/img/sl-right.png') #F6F7F8;
    background-position: center;
    background-repeat: no-repeat;
}
#reviews .col-lg-12{
    position: relative;
}
#reviews .slider-arrow .right{
    margin-right: 24px;
}
.modal-form{
    background: #ffffff;
    border-radius: 4px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 840px;
    top: calc(50% - 435px/2);
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 48px;
    z-index: 7;
    display: none;
}
.modal-form .title-form{
    font-family: 'Spectral-Bold';
    font-size: 30px;
    text-align: center;
}
.modal-form.show{
    display: block;
}
.modal-form form{
    padding-left: 186px;
    padding-right: 160px;
    margin-top: 43px;
}
.modal-form input{
    display: block;
    width: 465px;
    border:none;
    border-bottom: 1px solid #333333;
    font-size: 22px;
}
.modal-form input:first-child{
    margin-bottom: 37px;
}
.modal-form button{
    background: #404040;
    display: block;
    width: 129px;
    margin: 0 auto;
    border:none;
    color:#ffffff;
    font-size: 16px;
    font-family: 'Geologica Regular';
    margin-top: 12px;
    padding: 14px 0;
    margin-left: 169px;
}
.modal-form .close{
    background: url('/assets/img/close-modal-form.png') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all .3s;
}
.modal-form .close:hover{
    opacity: .7;
}
.modal-form .politika-line a{
    font-size: 16px;
    text-decoration: none;
    color:#333333;
}
.modal-form .check{
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border:2px solid #333333;
    display: block;
    box-sizing: border-box;
    margin-right: 14px;
}
.modal-form .politika-line{
    display: flex;
    margin-top: 45px;
}
.modal-form #politika{
    position: absolute;
    width: 20px;
    left: -5px;
    opacity: 0;
}
.modal-form label[for="politika"]{
    position: relative;
}
.wrp{
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    display: none;
}
.wrp.show{
    display: block;
}
#thanks{
    background: url('../img/thanks.jpg') no-repeat;
    color:#ffffff;
    text-align: center;
    background-position: center;
    padding: 245px 0;
}
#thanks h1{
    font-size: 72px;
    margin-bottom: 0;
}
#thanks h1+p{
    font-size: 30px;
    letter-spacing: 1.4px;
    width: 424px;
    margin: 0 auto;
    border-bottom:1px solid #ffffff;
    margin-top: 30px;
    padding-bottom: 14px;
}
#thanks .return-index{
    display: block;
    background: #ffffff;
    color:#333333;
    width: 135px;
    text-decoration: none;
    margin: 0 auto;
    font-family: 'Geologica Regular';
    font-size: 16px;
    margin-top: 83px;
    padding: 14px 0;
}
.top-mobile-menu{
    background: #fff;
    display: none;
    position: absolute;
    border-radius: 4px;
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    z-index: 5;
    top: 97px;
    box-shadow: 0px 0px 5.6px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.top-mobile-menu.show{
    display: block;
}
.top-mobile-menu ul{
    list-style-type: none;
    padding: 0;
}
.top-mobile-menu ul a{
    text-decoration: none;
    color:#333333;
    font-size: 22px;
    font-family: 'Spectral-Bold';
    margin-bottom: 8px;
}
.top-mobile-menu ul li:last-child a{
    margin-bottom: 0;
}
.modal-politika {
    position: fixed;
    width: 651px;
    height: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    z-index: 7;
    display: none;
    
}
.modal-politika.show{
    display: block;
}
.modal-politika .title-modal{
    text-align: center;
    font-size: 32px;
    font-family: 'Spectral-Bold';
}
.modal-politika #policy-output{
    height: 440px;
    overflow-y: scroll;
}
.modal-politika .close{
    background: url('/assets/img/close-modal-form.png') no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 23px;
    right: 25px;
    cursor: pointer;
    transition: all .3s;

}
.modal-politika .close:hover{
    opacity:.7;
}
.politika-line .check{
    position:relative;
}
.politika-line .check:after{
    content: '';
    background: url(../img/check-str.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
}
.modal-form input:checked + .politika-line > .check:after {
    opacity: 1;
}
.modal-video {
    margin: 0 auto;
    width: 352px;
    border-radius: var(--b-radius-image);
    display: none;
    z-index: 7;
    overflow:hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 10%;
}
.modal-video .close {
    position: fixed;
    right: 100px;
    top: 50px;
    cursor: pointer;
}
.modal-video .close span:last-child {
    transform: rotate(-45deg);
    margin-top: -60px;
}
.modal-video .close span:first-child {
    transform: rotate(45deg);
}
.modal-video .close span {
    display: block;
    width: 5px;
    height: 60px;
    background: #ffffffb8;
    border-radius: 16px;
}
.modal-video .data-video {
    border-radius: 6px;
    overflow: hidden;
    height: 627px
}
.modal-video.show{
    display: block;
}
.modal-cookie{
    background: #F6F7F8;
    font-size: 16px;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 890px;
    margin: 0 auto;
    font-weight: normal;
    color: #333333;
    border-radius: 12px;
    padding: 8px 30px;
    z-index: 4;
    box-sizing: border-box;
    display: none;
    z-index:6;
}
.modal-cookie.show{
    display: block;
}
.modal-cookie div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-cookie button {
    border: none;
    background: #333333;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'Geologica Regular';
    cursor: pointer;
    font-size: 12px;
    padding: 11px;
}
.modal-cookie .close {
    background: url(../img/close-cookie.png) no-repeat;
    position: absolute;
    right: 6px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    top: 10px;
}

.two .bg-block{
    position: relative;
}

#two .bg-block:before{
    content:'';
    background: url('../img/play-two.png') no-repeat;
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 65px);
    cursor: pointer;
}
#two .bg-block span:last-child{
    right: 24px;
    left: auto;
}
#arhives{
    padding-top: 35px;
    background: #F9F9F9;
}
#arhives .desc-block{
    background: #ffffff;
    font-size: 22px;
    border-radius: 4px;
    padding-left: 40px;
    padding-top: 33px;
    padding-right: 44px;
    padding-bottom: 16px;
}
#arhives .desc-block ul{
    list-style-type: none;
    padding-left: 13px;
}
#arhives .desc-block ul li{
    position: relative;
    display: flex;
    margin-bottom: 22px;
}
#arhives .desc-block ul li:before{
    content: '';
    width: 5px;
    min-width: 5px;
    height: 5px;
    display: block;
    float: left;
    background: #333;
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 14px;
}
#arhives  .right-block p{
    font-size: 22px;
    text-align: right;
    width: 560px;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 28px;
}
#arhives .right-block__img{
    text-align: right;
}
#arhives .desc-block strong{
    font-family: "Geologica Bold";
    font-weight: 900;
}
#arhives:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #404040;
    position: absolute;
    margin-top: 32px;
}
#arhives h2{
    width: 815px;
    margin: 0 auto;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 35px;
}
#arhives .desc-block ul+p{
    margin-bottom: 30px;
}
#nine.after-price .form-icon {
    background: url('/assets/img/form-icon.svg') no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
#nine.after-price {
    box-shadow: 0px 9px 14.1px 4px rgb(88 58 44 / 25%);
}
#gifts{
    padding-top: 150px;
    background: #F9F9F9;
}
#gifts:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #404040;
    position: absolute;
    margin-top: 32px;
}
#gifts h2{
    background: #F9F9F9;
    width: 820px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#gifts h3{
    font-size: 30px;
    margin-top: 152px;
    font-family: 'Spectral-Bold';
    margin-bottom: 0;
}
#gifts ul{
    list-style-type: none;
    padding-left: 14px;
}
#gifts ul li{
    display: flex;
    font-size: 22px;
}
#gifts ul li:before{
    content: '';
    width: 5px;
    min-width: 5px;
    height: 5px;
    display: block;
    float: left;
    background: #333;
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 14px;
}
#gifts .btn-zakaz{
    background: #5B3A2C;
    width: 216px;
    text-align: center;
    color:#ffffff;
    padding: 14px 0;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Geologica Regular';
    margin-top: 39px;
}

#nine.bottom .form-icon{
    background: url('/assets/img/form-icon.svg') no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
