body, button, input, label {
    font-family: 'Geologica Regular'
}

.modal-video .close span {
    display: block;
    width: 5px;
    height: 60px;
    background: #ffffffb8;
    border-radius: 16px;
}

.modal-video .close {
    position: fixed;
    right: 100px;
    top: 50px;
    cursor: pointer;
}

.modal-video .close span:first-child {
    transform: rotate(45deg);
}

.modal-video .close span:last-child {
    transform: rotate(-45deg);
    margin-top: -60px;
}

body, h1, h2, h3, p {
    margin: 0
}

.call-header, nav ul > li > a {
    font-size: var(--size-mini)
}

h1, h2, h2 span {
    letter-spacing: .79px
}

.btn-zakaz, .call-header {
    text-align: center;
    cursor: pointer
}

#five, #ten, section#four, section#two {
    padding-top: 100px
}

#nine ul, .tarif-item__desc ul, footer ul, nav ul {
    list-style-type: none
}

#contacts .block .mail, #contacts .phone, #seven .social-form a, .header-phone, footer a, nav ul > li > a {
    text-decoration: none
}

:root {
    --bg-green: #3C524B;
    --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
}

.btn-zakaz, .social-header a {
    transition: var(--transition)
}

body {
    font-size: 18px
}

button, input {
    outline: 0;
    border: none;
    box-sizing: border-box
}

#green .desc-item, .about-company img, .book-video img, .btn-zakaz, .call-header {
    border-radius: var(--b-radius)
}

h3 {
    font-size: 28px;
    letter-spacing: .54px
}

header {
    padding-top: 32px;
    margin-bottom: 42px
}

.logo {
    background: url('/assets/img/logo.png') no-repeat;
    display: block;
    height: 41px;
    margin-top: 3px
}

nav ul {
    padding: 0 35px;
    margin: 10px 0 0
}

nav ul > li {
    display: inline-block
}

nav ul > li > a {
    text-transform: uppercase;
    color: #000;
    margin-right: 35px
}

nav ul > li:last-child a {
    margin-right: 0
}

section {
    padding-bottom: 100px
}

h1 {
    font-size: var(--size-h1)
}

h1 + .after-title {
    font-size: 24px;
    margin-top: 32px
}

.right-header {
    display: flex;
    justify-content: end
}

.call-header {
    background: var(--bg-brown);
    color: var(--bg-white);
    width: 160px;
    padding: 14px 0
}

h2 {
    font-size: var(--size-h2)
}

h2 span {
    color: var(--bg-green)
}

.header-phone {
    font-size: 20px;
    color: var(--bg-black);
    font-weight: 700;
    margin-right: 16px;
    display: inline-block;
    margin-top: 10px
}

.top-line {
    display: flex;
    margin-top: 61px
}

.top-line__item .item-icon {
    width: 100%;
    height: 56px;
    margin-bottom: 16px
}

.top-line__item {
    max-width: 192px;
    width: 100%;
    margin-right: 28px
}

.top-line__item p {
    line-height: 1.4
}

.btn-zakaz {
    background: var(--bg-green);
    width: 242px;
    color: var(--bg-white);
    padding: 22px 0;
    line-height: 1;
    font-size: 16px
}

.top-line + .btn-zakaz {
    margin-top: 82px
}

.social-header {
    margin-top: 16px;
    height: 30px;
    text-align: right;
    margin-right: 8px
}

.social-header .wh {
    background: url('/assets/img/whatsapp-icon.png') no-repeat
}

.social-header a {
    display: inline-block;
    opacity: .5;
    width: 30px;
    height: 30px
}

.social-header .tlg {
    background: url('/assets/img/telegram-icon.png') no-repeat;
    margin-right: 4px
}

#green, .desc-block.bg {
    background: var(--bg-green);
    position: relative
}
section#dnk{
    padding-bottom: 0;
}
.bg-block-dnk img{
    margin-top: 80px;
    margin-left: 62px;
}
.social-dnk .tlg{
    background: url('/assets/img/tg-dnk.png') no-repeat;
    margin-right: 8px;
}
.social-dnk .wh{
    background: url('/assets/img/wh-dnk.png') no-repeat;
}
.social-dnk a{
    width: 46px;
    height: 46px;
    display: inline-block;
}
.social-dnk{
    margin-top: 26px;
}
#dnk h2{
    margin-top: 192px;
}
#dnk ul{
    margin: 0;
    list-style-type:none;
    padding: 24px 0;
}
#dnk li{
    display:flex;
    position:relative;
    margin-bottom: 8px;
}
#dnk li:last-child{
    margin-bottom: 0;
}
#dnk li:before{
    content:'';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: var(--bg-green);
    border-radius:50%;
    margin-top: 8px;
    margin-right: 12px;
}

section#one {
    background: linear-gradient(278.04deg, rgba(255, 179, 147, .056) 23.69%, rgba(117, 179, 117, .08) 46.47%);
    padding-bottom: 53px
}

.bg-top {
    height: 616px;
    padding-left: 27px
}

.desc-block .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .5px
}

.desc-block .text {
    line-height: 1.4;
    color: #777;
    letter-spacing: -0.19px
}

#three h2, .desc-block {
    margin-bottom: 40px
}

#eight h2, #feedback h2, section#two h2 {
    margin-bottom: 60px
}
section#eight{
    padding-top: 60px;
}
.desc-block.one {
    min-height: 152px
}

.desc-block.two {
    min-height: 202px;
    margin-bottom: 41px;
}
.desc-block.four{
    margin-bottom: 42px;
}
.desc-block.five{
    min-height:152px;
} 
.desc-block.six{
    margin-bottom: 92px;
}
.desc-block.three {
    min-height: 164px;
    margin-bottom: 28px
}

.burger span:last-child, .desc-block.bg {
    margin-bottom: 0
}

.desc-block.bg {
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
    max-height: 230px
}

.bg-two .label, .desc-block.bg .label {
    background: var(--bg-brown);
    border-radius: 46px;
    position: absolute;
    color: var(--bg-white);
    font-size: 16px;
    text-align: center
}

.desc-block.pl {
    margin-left: 24px;
    padding-right: 25px
}

.bg-two {
    position: relative;
    border-radius: 16px;
    margin-bottom: 42px
}

.bg-two .label {
    top: 15px;
    width: 199px;
    padding: 6px 0;
    left: 14px
}

#six .bg-block:after, .about-company:after, .book-video:after {
    background: url('/assets/img/button-video.svg') no-repeat;
    width: 70px;
    height: 70px
}

#nine .bg-block:after, #six .bg-block:after, .about-company:after, .book-video:after {
    left: 0;
    right: 0;
    content: '';
    cursor: pointer;
    transition: var(--transition)
}

.desc-block.bg .label {
    top: 12px;
    width: auto;
    padding: 6px 14px;
    left: 12px
}

.btn-zakaz.two-block {
    margin: 61px auto 0
}

section#three {
    background: #f6faf6;
    padding-top: 55px
}
section#two{
        background: linear-gradient(278.04deg, rgba(255, 179, 147, .056) 23.69%, rgba(117, 179, 117, .08) 46.47%);
}
section#two .big-title{
    position:relative;
}
.after-title-two{
    position: absolute;
    background: var(--bg-green);
    color: var(--bg-white);
    right: 0;
    top: 8px;
    padding: 6px 24px;
    border-radius: 16px;
    font-size: 16px;
}
.desc-three .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 9px
}

.desc-three {
    margin-top: 40px
}

.desc-three .desc {
    letter-spacing: -.1px;
    line-height: 1.4
}

.three-right {
    padding-left: 41px
}

.three-left .desc-three.one, .three-right .desc-three.one {
    margin-top: 25px
}

.bg-three img {
    object-position: -7px 2px
}

.three-left {
    margin-top: 47px
}

.bg-three.right img {
    object-position: 6px 0px
}

.bg-three.right {
    margin-top: 26px
}

.about-company {
    position: relative;
    overflow: hidden;
    width: 352px
}

.about-company:after, .book-video:after {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 35px)
}

.photo-director {
    background: url('/assets/img/photo-director.png') no-repeat;
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: block
}

.snoska {
    display: flex;
    margin-top: 16px;
    line-height: 1.4;
    align-items: center
}

.number-block {
    display: flex;
    margin-top: 50px
}

 .modal-video.show, .modal.show, .number-block__item span, .wrp-modal.show {
    display: block
}

.number-block__item span:first-child {
    font-size: 64px;
    font-weight: 700;
    color: var(--bg-green)
}

.number-block__item {
    padding-right: 153px
}

.number-block__item:last-child {
    padding-left: 33px;
    padding-right: 0
}

.snoska .text {
    color: var(--bg-brown);
    font-size: 20px;
    font-style: italic;
    margin-right: 62px
}

#four h2 {
    margin-top: 13px
}

#five {
    background: url('/assets/img/bg-book-fon.png') center 122px no-repeat
}

.after-snoska {
    margin-top: 30px;
    line-height: 28px;
    padding-right: 100px;
    letter-spacing: -.1px
}

.book-info__item .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: block;
    margin-right: 26px
}

.book-info__item .icon.one {
    background: url('/assets/img/icon-book-1.svg') no-repeat
}

.book-info__item .icon.two {
    background: url('/assets/img/icon-book-2.svg') no-repeat
}

.book-info__item {
    display: flex;
    align-items: center
}

#green .desc-item, #seven .bottom-form {
    align-items: center;
    box-sizing: border-box
}

#five h3 {
    margin-top: 62px
}

.book-info {
    margin-top: 31px
}

.book-info__item p {
    letter-spacing: -.1px;
    line-height: 1.4
}

.book-info .book-info__item:first-child {
    margin-bottom: 32px
}

.btn-zakaz.five-block {
    margin-left: 0;
    margin-top: 62px
}

#five h2 {
    margin-top: 15px
}

#five .book-video {
    width: 352px;
    float: right;
    position: relative
}

#green {
    padding-top: 81px;
    padding-bottom: 51px
}

#green h2 {
    color: var(--bg-white)
}

#green .desc-item {
    background: var(--bg-white);
    box-shadow: 6px 27px 21px 0 #00000040;
    font-size: 16px;
    color: #545567;
    display: flex;
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 2
}

#seven .bottom-form button, #six .label, footer, footer a {
    color: var(--bg-white)
}

#green .social-section a {
    width: 47px;
    height: 47px;
    display: inline-block
}

#green .social-section {
    margin-top: 108px
}

#green .social-section a.wh {
    background: url('/assets/img/wh-green.png') no-repeat
}

#green .social-section a.tg {
    background: url('/assets/img/tg-green.png') no-repeat;
    margin-right: 7px
}

.desc-item span {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 18px
}

.desc-item.podarok {
    margin-top: 64px;
    width: 282px
}

.desc-item.podarok span {
    background: url('/assets/img/book-icon.jpg') no-repeat
}

.desc-item.history span {
    background: url('/assets/img/history-icon.jpg') no-repeat
}

.desc-item.podarok-two span {
    background: url('/assets/img/smile-icon.jpg') no-repeat
}

.desc-item.history {
    margin-left: 92px;
    margin-top: 121px;
    padding-right: 15px
}

.desc-item.podarok-two {
    margin-top: 94px;
    margin-left: 42px;
    width: 308px
}

#green .bg-section {
    position: absolute;
    top: -101px;
    margin-left: 591px;
    z-index: 0
}

#green .bg-section img {
    background-position: center
}

#six {
    background: url('/assets/img/bg-six.jpg') center 0 no-repeat;
    padding-top: 85px
}

#six .desc-block.paper span {
    width: 48px;
    height: 50px;
    display: block;
    background: url('/assets/img/paper.svg') no-repeat
}

#six .desc-block.zoom span {
    width: 40px;
    height: 50px;
    display: block;
    background: url('/assets/img/zoom.svg') no-repeat
}

#six .desc-block.house span {
    width: 55px;
    height: 50px;
    display: block;
    background: url('/assets/img/house.svg') no-repeat
}

#six .desc-block.paper {
    margin-top: 111px
}

#six .desc-block.zoom {
    margin-top: 60px
}

#six .desc-block p {
    margin-top: 14px;
    line-height: 1.4;
    letter-spacing: -.2px
}

#six .desc-block.house {
    margin-top: 115px
}

#six .desc-block.house p {
    margin-top: 19px
}

#six .bg-block img {
    border-radius: var(--b-radius-image);
    margin-top: -30px;
    box-shadow: 0 11px 14.9px 0 rgba(0, 0, 0, .25)
}

#six .bg-block {
    width: 352px;
    margin: 0 auto;
    position: relative
}

#six .label {
    z-index: 2;
    display: inline-block;
    background: var(--bg-brown);
    border-radius: 46px;
    font-size: 16px;
    width: auto;
    padding: 6px 14px;
    text-align: center;
    position: absolute;
    top: -17px;
    left: 12px
}

#nine, #seven .form-block {
    background: var(--bg-beige)
}

#after-tarifs p, #nine .bg-block, #sertifikat .bg-block, #seven .form-block, #tarifs h2 + p {
    position: relative
}

#six .bg-block:after {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 52px)
}

#seven .form-block {
    border-radius: var(--b-radius-image);
    padding: 61px 59px 41px
}

#seven .bottom-form, #seven .form-block input {
    background: rgba(171, 162, 149, .17);
    width: 493px
}

#seven .required {
    left: 149px;
    margin-top: -56px
}

#seven .form-block:after {
    content: '';
    background: url('/assets/img/bg-form.png') no-repeat;
    width: 460px;
    display: block;
    position: absolute;
    right: 0;
    height: 482px;
    top: 5px
}

#seven {
    padding-top: 57px
}

#seven h2 {
    font-size: 38px;
    margin-bottom: 41px;
    padding-left: 53px
}

#seven .form-block input {
    display: block;
    border: none;
    font-size: 16px;
    border-radius: var(--b-radius);
    margin-bottom: 12px;
    padding: 25px 19px
}

#seven .bottom-form {
    display: flex;
    margin-top: 25px;
    border-radius: var(--b-radius);
    padding: 17px 18px 18px
}

#seven .bottom-form button {
    background: var(--bg-green);
    border-radius: var(--b-radius);
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    padding: 23px 28px;
    margin-left: auto
}

#seven .bottom-form div, .bottom-form div a {
    color: #777;
    font-size: 10px;
    position:relative;
}
#seven .bottom-form div{
    display: flex;
    padding-left: 35px;
}
#eight .book-text, #eight .date-text, #seven .line-form, .modal .politica {
    display: flex
}

#seven .social-form div {
    background: rgba(171, 162, 149, .17);
    border-radius: var(--b-radius-image);
    margin-bottom: 23px;
    padding: 16px 33px 29px
}

#seven .social-form .wh span:first-child {
    background: url('/assets/img/wh-form.svg') no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block
}

#seven .social-form .tlg span:first-child {
    background: url('/assets/img/tlg-form.svg') no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block
}

#seven .social-form a {
    display: block;
    color: var(--bg-black);
    background: var(--bg-white);
    font-size: 14px;
    border-radius: 27px;
    width: 89px;
    text-align: center;
    padding: 5px 0;
    margin: 23px auto 0;
    transition: var(--transition)
}

#seven .social-form {
    margin-left: 24px;
    width: 225px
}

#seven .social-form span + span {
    font-weight: 700;
    font-size: 16px;
    margin-top: -35px;
    display: block;
    margin-left: 50px
}

#eight .date-text span:first-child {
    width: 45px;
    height: 45px;
    background: url('/assets/img/date-icon.svg') no-repeat;
    display: block;
    margin-right: 11px
}

#eight .date-text {
    margin-right: 48px
}

#eight .book-text span:first-child {
    width: 45px;
    height: 45px;
    background: url('/assets/img/book1-icon.svg') no-repeat;
    display: block;
    margin-right: 11px
}

#eight .top-section {
    display: flex;
    align-items: center;
    margin-bottom: 34px
}

#eight .top-section p {
    font-size: 16px;
    color: #777;
    line-height: 1.4
}

#eight .desc-block p:first-child {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: .4px
}

#eight .desc-block p + p {
    color: #777;
    line-height: 1.44
}

#eight .bottom .desc-block {
    padding-right: 20px
}

#nine {
    padding-top: 61px;
    padding-bottom: 54px
}

#nine .icon {
    background: url('/assets/img/nine-icon.svg') no-repeat;
    height: 129px;
    display: block;
    margin-top: 100px
}

#nine .bg-block {
    width: 352px;
    margin: 0 auto
}

#nine .bg-block img, #sertifikat img {
    border-radius: var(--b-radius-image)
}

#nine ul {
    padding: 0;
    margin: 0
}

#nine ul > li {
    display: flex;
    margin-bottom: 16px
}

#nine ul > li:before {
    content: '';
    background: var(--bg-green);
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 11px;
    margin-top: 8px
}

#nine .bg-block:after {
    background: url('/assets/img/button-video.svg') no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 39px)
}

#nine h2 {
    padding-top: 79px;
    line-height: 1.1
}

#nine h2 + p {
    margin-top: 33px;
    padding-right: 43px;
    letter-spacing: -.2px
}

#nine h3 {
    margin-top: 50px;
    margin-bottom: 25px
}

#nine .btn-zakaz {
    margin-top: 61px
}

#ten {
    padding-bottom: 96px
}

#ten .number {
    background: var(--bg-beige);
    border-radius: 100%;
    font-weight: 700;
    width: 30px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 5px;
    align-items: center;
    box-sizing: border-box;
    padding-top: 4px
}

#ten .line-arrow {
    margin-left: 45px
}

#ten .line-arrow.one {
    background: url('/assets/img/ten-icon-1.png') no-repeat;
    height: 93px;
    margin-left: 45px;
    margin-bottom: 40px
}

#ten .line-arrow.one:after, #ten .line-arrow.two:after {
    content: '';
    background: url('/assets/img/ten-arrow.svg') no-repeat;
    width: 175px;
    display: block;
    height: 19px;
    position: absolute;
    margin-top: 35px;
    margin-left: 190px
}

#ten .line-arrow.two:after {
    margin-left: 207px
}

#ten .line-arrow.two {
    background: url('/assets/img/ten-icon-2.png') no-repeat;
    height: 136px;
    margin-bottom: 90px
}

#ten .line-arrow.three {
    background: url('/assets/img/ten-icon-3.png') no-repeat;
    height: 182px;
    margin-left: 33px;
    margin-bottom: 44px
}

#ten h2 {
    padding-bottom: 58px
}

#ten .number-block {
    margin-top: 0
}

#ten .desc-block p:first-child {
    color: var(--bg-brown);
    font-weight: 700;
    letter-spacing: .31px
}

#ten .desc-block {
    padding-left: 16px;
    margin-bottom: 24px
}

#tarifs .tarif-item {
    background: var(--bg-beige);
    border-radius: var(--b-radius-image);
    margin-top: 33px;
    position: relative;
    padding-bottom: 31px
}

#tarifs img {
    border-radius: 16px 16px 0 0
}

#tarifs h2, #tarifs h2 + p {
    text-align: center
}

#tarifs h2 + p {
    width: 335px;
    margin: 24px auto 0;
    display: flex
}

#tarifs h2 + p:before {
    content: '';
    background: url('/assets/img/packet-icon.svg') no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 7px
}

.tarif-item__name {
    font-size: 24px;
    font-weight: 700;
    padding: 0 31px;
    margin-top: 29px;
    letter-spacing: .45px
}

.tarif-item__desc {
    padding: 0 31px;
    margin-top: 12px;
    letter-spacing: -.1px
}

.tarif-item__desc ul {
    padding-left: 0;
    margin: 15px 0 0;
    min-height: 68px
}

.tarif-item__desc ul > li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px
}

.tarif-item__desc ul > li:before {
    content: '';
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: var(--bg-green);
    border-radius: 100%;
    margin-right: 8px
}

.tarif-item__srok {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #777;
    padding: 0 31px;
    margin-top: 36px
}

#after-tarifs p, #contacts .phone, .tarif-item__price {
    font-size: 24px;
    font-weight: 700
}

.tarif-item__srok:before {
    content: '';
    background: url('/assets/img/calendar-tarif.svg') no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.tarif-item__price {
    padding: 0 31px;
    margin-top: 8px
}

#tarifs .btn-zakaz {
    margin-left: 31px;
    margin-top: 38px;
    width: 127px
}

#tarifs {
    padding-bottom: 77px
}

.tarif-item__bg .label {
    /*color: var(--bg-brown);
    background: var(--bg-white);*/
    color:#ffffff;
    background: #D62D30;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
}

.tarif-item__bg .label b{
    font-size:24px;
}

#after-tarifs {
    padding-bottom: 43px
}

#after-tarifs p {
    text-align: center;
    color: var(--bg-brown);
    font-style: italic;
    letter-spacing: .3px;
    line-height: 1.2
}

#after-tarifs p:before {
    content: '';
    background: url('/assets/img/kv-before.svg') no-repeat;
    display: block;
    position: absolute;
    left: -2px;
    top: -9px;
    width: 30px;
    height: 30px
}

#after-tarifs p:after {
    content: '';
    background: url('/assets/img/kv-after.svg') no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 30px
}

#after-tarifs .bg-block img {
    display: block;
    margin: 0 auto
}

#after-tarifs .bg-block {
    margin-bottom: 27px
}

#seven.repeat-form .form-block:after {
    background: url('/assets/img/book-form.png') no-repeat;
    width: 351px;
    height: 428px;
    top: 81px
}

#seven.repeat-form h2 {
    padding-left: 0;
    margin-bottom: 37px
}

#seven.repeat-form .form-block {
    padding-top: 40px;
    padding-bottom: 40px
}

#sertifikat {
    padding-bottom: 94px
}

#sertifikat .icon-line {
    display: flex;
    align-items: center;
    margin-top: 31px
}

#sertifikat .icon-line span {
    display: inline-block;
    background: url('/assets/img/podarok.svg') no-repeat;
    width: 63px;
    min-width: 63px;
    height: 60px;
    margin-right: 26px
}

#sertifikat .btn-zakaz {
    margin-top: 61px;
    width: 188px
}

#sertifikat .bg-block .label {
    box-shadow: -6px 20px 12.1px 0 #0000005C;
    color: var(--bg-white);
    padding: 14px 16px;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    text-align: right;
    box-sizing: border-box
}

#sertifikat .bg-block .label:before {
    content: '';
    background: url('/assets/img/rub-icon.svg') no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 12px
}

#sertifikat .bg-block .label.one {
    background: var(--bg-brown);
    width: 133px;
    left: 28px;
    top: 234px;
}

#sertifikat .bg-block .label.two {
    background: #32416A;
    width: 133px;
    right: 35px;
    top: 66px;
    box-shadow: 5px 20px 12.1px 0 #0000005C;
}
#sertifikat .bg-block .label.four {
    background: #895F29;
    width: 144px;
    left: 161px;
    top: 77px;
    box-shadow: 5px 20px 12.1px 0 #0000005C;
}
#sertifikat .bg-block .label.three {
    background: var(--bg-green);
    width: 136px;
    right: 229px;
    bottom: 89px;
    box-shadow: 0 20px 12.1px 0 #0000005C
}

#contacts .block {
    background: var(--bg-beige);
    border-radius: 16px 177px 177px 16px;
    padding-left: 60px;
    display: flex
}

#contacts .block .left-block {
    padding-top: 40px;
    padding-bottom: 80px
}

#contacts .phone {
    color: #000
}

#contacts h2 {
    padding-bottom: 70px
}

#contacts .block .adress {
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 29px;
    letter-spacing: -.3px;
    position: relative
}

#contacts .block .adress:before {
    content: '';
    background: url('/assets/img/loc-icon.svg');
    width: 17px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px
}

#contacts .block .mail {
    color: #000;
    padding-left: 29px;
    letter-spacing: -.3px;
    position: relative
}

#contacts .block .mail:before {
    content: '';
    background: url('/assets/img/mail-icon.svg');
    width: 20px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px
}

#contacts .soc-block {
    margin-top: 70px
}

#contacts .soc-block a {
    display: inline-block;
    transition: var(--transition);
    width: 35px;
    height: 35px
}

#contacts .soc-block a.tlg {
    background: url('/assets/img/tg-c.png') no-repeat;
    margin-right: 3px
}

#contacts .soc-block a.wh {
    background: url('/assets/img/wh-c.png') no-repeat;
    position: relative
}

#contacts .soc-block a.wh:after {
    content: '';
    background: url('/assets/img/hand.svg') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    right: -6px;
    bottom: -17px
}

#contacts form input {
    display: block;
    width: 297px;
    background: var(--bg-white);
    border: none;
    border-radius: var(--b-radius);
    margin-bottom: 9px;
    padding: 15px 16px;
    font-size: 16px
}

#eight .bg-section, #eight picture img, #feedback .slider-feedback img, .modal, .modal-thanks {
    border-radius: var(--b-radius-image)
}

#contacts form button {
    margin-top: 21px;
    width: 188px
}

#contacts .form-block {
    margin-left: 143px;
    padding-top: 153px;
    position: relative
}

#contacts .form-block:before {
    content: '';
    width: 1px;
    height: 240px;
    background: #d5cec5;
    display: block;
    position: absolute;
    left: -66px;
    top: 155px
}

#contacts img {
    border-radius: 165px;
    position: relative
}

#contacts .bg-block {
    margin-left: 158px;
    margin-top: 16px;
    position: relative
}

#eight picture img {
    overflow: hidden
}

#eight .bg-section {
    position: relative;
    height: 363px;
    overflow: hidden
}

#eight .bg-section:before {
    content: '';
    width: 38px;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: var(--bg-green);
    background-image: url("/assets/img/logo-icon.svg");
    background-repeat: no-repeat;
    background-position: 6px 9px
}

#contacts input::placeholder {
    color: #c6bdb2
}

#contacts input::-webkit-input-placeholder {
    color: #c6bdb2
}

#contacts input::-moz-placeholder {
    color: #c6bdb2
}

#contacts input:-moz-placeholder {
    color: #c6bdb2
}

#contacts input:-ms-input-placeholder {
    color: #c6bdb2
}

#feedback {
    padding-bottom: 95px
}

#feedback .slider-feedback img {
    width: 100%;
    object-fit: cover !important;
    height: 100%
}

#feedback .slider-feedback__item {
    height: 426px;
    cursor: pointer;
    position: relative
}

#feedback .slider-feedback .slick-slide {
    padding: 0 12px
}

#feedback .slider-feedback {
    margin: 0 -12px
}

#feedback .slider-feedback__item:after {
    content: '';
    background: url('/assets/img/play-slider.svg') no-repeat;
    display: block;
    width: 59px;
    height: 58px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 29px);
    cursor: pointer;
    transition: var(--transition)
}

#feedback .dots-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 11px
}

#feedback .dots-slider .slick-dots li button:before {
    content: none
}

#feedback .dots-slider .slick-dots li {
    width: 20px;
    height: 4px;
    border-radius: 3.5px;
    background: #5b3A2C1F;
    margin: 0 2px
}

#feedback .dots-slider .slick-dots li.slick-active {
    background: var(--bg-brown)
}

#feedback .control-slider {
    width: 115px;
    margin: 5px auto 0;
    box-sizing: border-box;
    user-select: none
}

#feedback .control-slider div {
    width: 51px;
    height: 51px;
    background: var(--bg-beige);
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    background-image: url('/assets/img/arrow-slider.svg');
    background-repeat: no-repeat;
    background-position: center
}

#feedback .control-slider div.slick-disabled {
    background-image: url('/assets/img/arrow-slider-disabled.svg')
}

#feedback .control-slider div.left-slider, #feedback .control-slider div.right-slider.slick-disabled {
    transform: rotate(180deg)
}

#feedback .control-slider div.left-slider.slick-disabled {
    transform: none
}

#feedback .control-slider div:first-child {
    margin-right: 6px
}

.required {
    background: url('/assets/img/required.svg') no-repeat;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    margin-top: -42px;
    left: 87px
}

.menu-mobile-hidden, input:focus + .required {
    display: none
}

footer {
    background: var(--bg-green);
    padding: 72px 0;
    padding-bottom: 40px;
}

.footer-logo {
    background: url('/assets/img/logo-footer.png') no-repeat;
    width: 160px;
    height: 41px;
    display: block;
    margin-top: 3px
}

footer ul {
    padding: 9px 18px;
    margin: 3px 0 0
}

footer ul > li {
    display: inline-block;
    margin-right: 57px
}

footer ul > li > a {
    transition: var(--transition)
}

.footer-right {
    display: flex;
    justify-content: space-between;
    padding-left: 8px
}

footer .phone-block span {
    display: block;
    font-size: 12px;
    font-family: "Geologica Thin";
    letter-spacing: 1.5px;
    margin-top: 9px;
    text-align: right
}

.footer-right .soc-block a {
    width: 35px;
    height: 35px;
    display: inline-block
}

.footer-right .wh {
    background: url('/assets/img/wh-footer.png') no-repeat
}

.footer-right .tg {
    background: url('/assets/img/tg-footer.png') no-repeat;
    margin-right: 4px
}

footer .soc-block {
    margin-top: 7px;
    position: relative
}

footer .soc-block:after {
    content: '';
    width: 1px;
    height: 39px;
    background: var(--bg-white);
    display: block;
    position: absolute;
    right: -22px;
    top: -1px
}

footer .phone-block a {
    display: block;
    text-align: right;
    font-weight: 700;
    letter-spacing: 1.2px
}

.wrp-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    background: #3c5248A3;
    display: none
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 20%
}

.modal-video{
    position: fixed;
    left: 0;
    right: 0;
    top: 10%
}
.modal {
    background: var(--bg-beige);
    width: 651px;
    margin: 0 auto;
    padding: 45px 98px;
    z-index: 6;
    box-sizing: border-box;
    display: none
}
 .modal-thanks{
    background: var(--bg-beige);
    width: 651px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 45px 98px;
    z-index: 6;
    box-sizing: border-box;
 }

.modal .bottom-modal {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin: 55px auto 0;
    width: 445px;
    box-sizing: border-box
}

.modal .left-politica p {
    background: url('/assets/img/politika.svg') no-repeat;
    width: 24px;
    height: 23px
}

.modal .left-politica div, .modal .left-politica div a {
    color: #777;
    font-size: 10px;
    text-decoration: none
}

.modal .left-politica div {
    margin-left: 3px;
    letter-spacing: -.2px
}

.modal .title-modal, .modal-thanks .title-modal {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 20px;
    line-height: 1.3
}

.modal-thanks .title-modal {
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: .2px
}

.modal input {
    display: block;
    border-radius: 10px;
    background: #aba2952B;
    font-size: 16px;
    width: 445px;
    margin: 0 auto 8px;
    padding: 20px 17px
}

.modal .close, .modal-thanks .close,.modal-politika .close {
    background: url('/assets/img/close.svg') no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 23px;
    right: 25px;
    cursor: pointer;
    transition: var(--transition)
}

.modal .close:hover, .modal-thanks .close:hover, .modal-politika .close:hover{
    transform: rotate(90deg)
}

.modal input::placeholder {
    color: #12112752
}

.modal input::-webkit-input-placeholder {
    color: #12112752
}

.modal input::-moz-placeholder {
    color: #12112752
}

.modal input:-moz-placeholder {
    color: #12112752
}

.modal input:-ms-input-placeholder {
    color: #12112752
}

.modal .bottom-modal {
    background: #aba2952B;
    border-radius: 10px
}

.modal .btn-zakaz {
    width: 147px
}

.modal .left-politica {
    display: flex;
    align-items: center;
    padding-left: 6px
}

.modal .required {
    left: 189px;
    margin-top: -45px
}

.bg-modal-thanks {
    background: url('/assets/img/modal-thanks.png') center no-repeat;
    height: 149px;
    margin-top: 32px
}

.modal-thanks .after-modal-title {
    font-size: 24px;
    text-align: center
}

.modal-thanks {
    padding-bottom: 39px;
    box-shadow: 0 21px 37.4px 0 #273A31B8
}

.phone-mobile-header {
    background-color: var(--bg-green);
    background-image: url('/assets/img/phone-mobile.svg');
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: block;
    background-position: center
}

.burger span {
    display: block;
    width: 29px;
    border-radius: 15px;
    height: 4.6px;
    margin-bottom: 4.6px;
    background: var(--bg-brown)
}

.burger {
    margin-left: 0;
    display: flex;
    flex-flow: column;
    align-items: end;
    justify-content: center;
    height: 100%
}

.menu-mobile {
    background: #f4f1ed;
    margin-top: 18px;
    padding: 7px 0
}

.modal-video {
    margin: 0 auto;
    width: 352px;
    border-radius: var(--b-radius-image);
    display: none;
    z-index: 5;
    overflow:hidden;
}

.modal-video .data-video {
    border-radius: 6px;
    overflow: hidden;
    height: 627px
}
.modal-politika{
    position: fixed;
    width: 651px;
    height: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    background: var(--bg-beige);
    padding: 30px;
    border-radius: 16px;
    z-index:6;
    display:none;
}
.modal-politika.show{
    display:block;
}
.modal-politika #policy-output{
    height: 480px;
    overflow-y: scroll;
}
.modal-politika .title-modal{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.modal-politika p{
    font-size:16px;
    margin-bottom: 15px;
}
.modal-politika h2{
    font-size:20px;
}
.politika-footer{
    font-size:12px;
    color:#ffffff;
    margin-top: 30px;
    cursor:pointer;
}
#seven .form-block input#politika,#seven.repeat-form .form-block input#politika_two{
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 4px;
    padding: 0;
    margin: 0;
}
#seven .form-block label:before{
    content:'';
    width: 20px;
    height: 20px;
    border:3px solid var(--bg-green);
    position: absolute;
    left: 0;
    top:10px;
    border-radius:4px;
    box-sizing: border-box;
}
#seven .form-block label{
    user-select:none;
}
#seven .form-block label:after{
    content:'';
    background: url('../img/check.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    opacity:0;
}
#seven .form-block input:checked +  label:after{
    opacity:1;
}
#contacts .bottom-form{
    display: flex;
    margin-top: 25px;
}
#contacts .bottom-form div {
    display: flex;
    padding-left: 35px;
}

#contacts  .bottom-form div, .bottom-form div a {
    color: #777;
    font-size: 10px;
    position: relative;
}
#contacts .form-block input#politika_three {
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 2px;
    top: -5px;
    padding: 0;
    margin: 0;
}
#contacts .form-block label {
    user-select: none;
}
#contacts .form-block label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid var(--bg-green);
    position: absolute;
    left: 0;
    top:2px;
    border-radius: 4px;
    box-sizing: border-box;
}
#contacts .form-block label:after {
    content: '';
    background: url(../img/check.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    opacity: 0;
}
#contacts .form-block input:checked + label:after {
    opacity: 1;
}
#seven.repeat-form .form-block input:checked + label:after {
    opacity: 1;
}
.modal  input#politika_four{
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 8px;
    top: 14px;
    padding: 0;
    margin: 0;
}
.modal  label,.modal  label a {
    user-select: none;
    color: #777;
    font-size: 10px;
}
.modal .bottom-modal div{
    position:relative;
    font-size:10px;
    padding-top: 11px;
    padding-left: 42px;
}
.modal label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid var(--bg-green);
    position: absolute;
    left: 6px;
    top: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}
.modal label:after{
    content: '';
    background: url(../img/check.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 25px;
    left: 10px;
    opacity: 0;
}
.modal input:checked + label:after{
    opacity:1;
}
.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;
    font-family: 'Geologica Thin';
    border-radius: 12px;
    padding: 8px 30px;
    z-index: 4;
    box-sizing: border-box;
    display: none;
}
.modal-cookie.show{
    display: block;
}
.modal-cookie div{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.modal-cookie button{
    border:none;
    background: var(--bg-green);
    color:#ffffff;
    border-radius:6px;
    font-family: 'Geologica Thin';
    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;
}