: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, 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
}
.btn-zakaz, .social-header a {
    transition: var(--transition)
}

body {
    font-size: 18px
}

button, input {
    outline: 0;
    border: none;
    box-sizing: border-box
}
h3 {
    font-size: 28px;
    letter-spacing: .54px
}

header {
    padding-top: 32px;
    margin-bottom: 28px
}

.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-new)
}

.header-phone {
    font-size: 20px;
    color: var(--bg-black);
    font-weight: 700;
    margin-right: 16px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.btn-zakaz, .call-header {
    border-radius: var(--b-radius);
}
.top-line__item .item-icon {
    width: 56px;
    height: 56px;
    margin-right: 23px;
}

.top-line__item {
    display: flex;
    color:#5B3A2C;
    align-items: center;
    margin-bottom: 24px
}

.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;
}
#one .btn-zakaz{
    margin-top: 80px;
}
.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
}
nav a{
    text-decoration: none;
}
.menu-mobile-hidden{
    display: none;
}
section#one {
    background: linear-gradient(278.04deg, rgba(255, 179, 147, .056) 23.69%, rgba(117, 179, 117, .08) 46.47%);
    padding-bottom: 67px;
}
#one h1{
    margin-top: 15px;
    margin-bottom: 60px;
}
.bg-top {
    height: 616px;
    padding-left: 27px;
    text-align: right;
    position: relative;
}
.bg-top:before{
    content: '';
    width: 70px;
    height: 70px;
    background: url('/assets/img/play-top.svg') no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 56px);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
#seven .form-block,#s .form-block {
    border-radius: var(--b-radius-image);
    padding: 40px 60px 36px;
    position: relative;
}

#seven .bottom-form, #seven .form-block input,#sevens .bottom-form, #sevens .form-block input {
    background: rgba(171, 162, 149, .17);
    width: 493px
}

#seven .required,#sevens .required {
    left: 149px;
    margin-top: -56px;
}

#seven .form-block:after  {
    content: '';
    background: url('/assets/img/bg-form.jpg') no-repeat;
    width: 378px;
    display: block;
    position: absolute;
    right: 0;
    height: 504px;
    top: 0;
    border-radius: var(--b-radius-image);
}
#seven h2,#sevens h2 {
    font-size: 38px;
    margin-bottom: 36px;
}

#seven .form-block input,#sevens .form-block input {
    display: block;
    border: none;
    font-size: 16px;
    border-radius: var(--b-radius);
    margin-bottom: 12px;
    padding: 25px 19px
}

#seven .bottom-form,#sevens .bottom-form {
    display: flex;
    margin-top: 25px;
    border-radius: var(--b-radius);
    padding: 17px 18px 18px;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

#seven .bottom-form button,#sevens .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,#sevens .bottom-form div, .bottom-form div a {
    color: #777;
    font-size: 10px
}

#eight .book-text, #eight .date-text, #seven .line-form, .modal .politica,#sevens .line-form {
    display: flex
}

#seven .social-form div,#sevens .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,#sevens .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,#sevens .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,#sevens .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);
    text-decoration: none;
}

#seven .social-form,#sevens .social-form {
    margin-left: 24px;
    width: 225px
}
#seven .bottom-form div {
    display: flex;
    padding-left: 35px;
    position: relative;
}

#seven .social-form span + span,#sevens .social-form span + span {
    font-weight: 700;
    font-size: 16px;
    margin-top: -35px;
    display: block;
    margin-left: 50px
}
#seven .form-block,#sevens .form-block {
    background: var(--bg-beige);
}
#seven .bottom-form button,#sevens .bottom-form button{
    color: var(--bg-white);
}
#green {
    padding-top: 81px;
    padding-bottom: 51px;
    background: var(--bg-brown);
    color:#ffffff;
}
#green {
    padding-top: 81px;
    padding-bottom: 51px;
    position: relative;
    margin-top: 100px;
}

#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
}
#green .social-section a {
    width: 47px;
    height: 47px;
    display: inline-block
}

#green .social-section {
    margin-top: 118px
}

#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: 103px;
    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
}
#green .desc-item {
    border-radius: var(--b-radius);
    align-items: center;
    box-sizing: border-box;
}
#seven .social-form a{
    text-decoration: none;
}
#tarifs .tarif-item {
    background: var(--bg-beige);
    border-radius: var(--b-radius-image);
    margin-top: 60px;
    position: relative;
    padding-bottom: 31px
}
#tarifs .top-section{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
#tarifs .top-section p{
    margin: 0;
    font-weight: bold;
    color:var(--bg-green);
    padding-right: 47px;
    letter-spacing: 0.5px;
}
#tarifs img {
    border-radius: 16px 16px 0 0;
    width: 100%;
}

#tarifs h2 + p:before {
    content: '';
    background: url('/assets/img/sale.svg') no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top:9px;
}

.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-top: 100px;
    padding-bottom: 100px;
}

.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;
}
#nine {
    padding-top: 61px;
    padding-bottom: 62px;
}

#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 {
    content:'';
    background: url('/assets/img/button-video.svg') no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 39px);
    left: 0;
    right: 0;
    cursor: pointer;
}
#nine{
    background: url('/assets/img/nine-fon.jpg') no-repeat;
    background-position: center;
}
#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
}
#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
}
#contacts form button {
    margin-top: 39px;
    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
}
#contacts .block .mail, #contacts .phone,.header-phone, footer a, nav ul > li > a {
    text-decoration: 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 .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;
}
footer, footer a {
    color: var(--bg-white);
}
.modal-thanks.show, .modal-video.show, .modal.show, .number-block__item span, .wrp-modal.show {
    display: block
}
.modal, .modal-thanks,.modal-politika {
    border-radius: var(--b-radius-image);
}
#feedback{
    padding-top: 100px;
}
#feedback h2{
    margin-bottom: 25px;
}
#feedback .dots-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 11px;
}
#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);
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
#feedback .dots-slider .slick-dots li button:before{
    content:none;
}
#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 .slider-feedback__item {
    height: 426px;
    cursor: pointer;
    position: relative;
}
#feedback .slider-feedback .slick-slide {
    padding: 0 12px;
}
#feedback .slider-feedback {
    margin: 0 -12px;
    margin-top: 35px;
}
#feedback .slider-feedback img {
    width: 100%;
    object-fit: cover !important;
    height: 100%;
    border-radius: var(--b-radius-image);
}
#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
}
#nine .bg-block{
    position: relative;
}
#sevens{
    margin-top: 92px;
}
#sevens .form-block{
    border-radius: var(--b-radius-image);
}
#sevens h2{
    padding-left: 86px;
    padding-top: 61px;
    margin-bottom: 41px;
}
#sevens .line-form{
    padding-left: 53px;
    position: relative;
}
#sevens .bg-block,#sevens .bg-block img{
    height: 482px;
}
#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;
}
#seven .form-block input#politika {
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 4px;
    padding: 0;
    margin: 0;
}
#sevens .form-block input#politika-two {
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 4px;
    padding: 0;
    margin: 0;
}
#sevens .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;
}
#sevens .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;
}
#sevens .bottom-form div {
    display: flex;
    padding-left: 35px;
    position: relative;
}
#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 .bottom-form {
    display: flex;
    margin-top: 25px;
}
#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 .bottom-form div {
    display: flex;
    padding-left: 35px;
    color: #777;
    font-size: 10px;
    position: relative;
}
#contacts form button {
    margin-top: 21px;
    width: 188px;
}
.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;
}
.modal .bottom-modal {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin: 55px auto 0;
    width: 445px;
    box-sizing: border-box;
}
.modal .bottom-modal div {
    position: relative;
    font-size: 10px;
    padding-top: 11px;
    padding-left: 42px;
}
.modal input#politika_four {
    display: inline;
    width: 20px;
    height: 17px;
    position: absolute;
    opacity: 0;
    left: 8px;
    top: 14px;
    padding: 0;
    margin: 0;
}
.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 label, .modal label a {
    user-select: none;
    color: #777;
    font-size: 10px;
}
#sevens .form-block input:checked + label:after {
    opacity: 1;
}
.modal .bottom-modal input:checked + label:after {
    opacity: 1;
}
#contacts .form-block input:checked + label:after {
    opacity: 1;
}
.required {
    background: url('/assets/img/required.svg') no-repeat;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    margin-top: -42px;
    left: 87px;
}
.modal-thanks {
    background: var(--bg-beige);
    width: 651px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 45px 98px;
    z-index: 6;
    box-sizing: border-box;
}
.bg-modal-thanks {
    background: url(/assets/img/modal-thanks.png) center no-repeat;
    height: 149px;
    margin-top: 32px;
}