@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display:fallback;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 450;
    font-display:fallback;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Heavy.woff') format('woff'), url('../fonts/FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-display:fallback;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-display:fallback;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-display:fallback;
    font-style: normal;
}

body {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Futura', sans-serif;
    font-weight: normal;
	padding-top:105px;
}

* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
    display: none
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.container {
    width: 100%;
    max-width: 1280px;
}

.head_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header {
position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 0;
}

.logo img {
    max-width: 200px;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.top_nav {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_nav li {}

.top_nav li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
}

.top_nav li a::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #64BB55;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_nav li a:hover::after {
    opacity: 1;
}

.head_cont {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixed_header .head_cont {
width: 330px;}



.toptel {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    color: #000;
}

.toptel:hover {
    color: #64bb55
}

button {
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.recall {
    height: 56px;
    width: 170px;
    background: #64bb55;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

header .container {
    max-width: 1340px
}

.intro_section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 75px;
}
.intro_section::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/intro_img.jpg);
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 10px;
}

.intro_section .container {
    position: relative;
    z-index: 100;
}



h1 {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 57px;
    line-height: 60px;
    color: #323232;
}

h1 span, h1 i {
    font-style: normal;
    color: #64BB55;
}

.after_h1 {
    padding-left: 19px;
    border-left: 4px solid #64BB55;
    margin-bottom: 24px;
    font-weight: 450;
    font-size: 30px;
    line-height: 43px;
    color: #323232;
}

.after_h1 a {
    color: #323232;
}


.after_h1 span {
    font-size: 23px;
    font-weight: 300;
    padding-left: 20px;
}

.after_h12 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.25;
    color: #323232;
}

.intro_list {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro_list li {
    position: relative;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    color: #323232;
    border-radius: 20px;
    border: 1px solid #00a706;
    padding: 25px;
    padding-left: 60px;
    text-align: center;
}

.intro_list li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/intro_check.svg);
    width: 30px;
    height: 30px;
    top: 20px;
    left: 15px;
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.intro_list li:hover::before {
    margin-top: -4px;
}

.intro_in_wrp {
    position: relative;
    margin-bottom: 14px;
    max-width: 740px;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.15);
    box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.15);
    border-radius: 10px;
    height: 114px;
}

.intro_in_wrp::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/intro_arrow.svg);
    width: 70px;
    top: 1px;
    height: 70px;
    left: -95px;
}

.intro_in_wrp input {
    background: none;
    border: none;
    position: relative;
    height: 100%;
    padding: 0;
    background: none;
    border: none;
    padding-left: 75px;
    left: 0;
    border: 1px solid #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    width: 100%;
    padding-right: 370px;
}


::-webkit-input-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}

:-moz-placeholder {
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

[name="phone"] {
    background-repeat: no-repeat!important;
    background-image: url(../img/phone.svg)!important;
    background-position: 28px 50%!important;
}

.intro_send {
    right: 12px;
    top: 12px;
    height: calc(100% - 24px);
    width: 355px;
    background: #FFA133;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
}

.intro_preim {
    padding-top: 50px;
    padding-bottom: 80px;
}

.intro_preim_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro_preim_list li {}

.intro_preim_list li img {
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.intro_preim_list li:hover img {
    top: -4px
}

.intro_preim_list li p {
    font-weight: 600;
    font-size: 84px;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1;
    color: #64BB55;
}

.intro_preim_list li span {
    display: block;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
}

.intro_preim_list li:nth-child(2) {
    margin-top: 45px;
}

.intro_preim_list li:nth-child(3) {
    margin-top: 95px;
}

.price_flat_get {}

h2 {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 55px;
    line-height: 60px;
    color: #323232;text-align:center;
}

h2 span {
    color: #64BB55;
}

.dfl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.full_h_img {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 17px;
    min-height: 200px;
}
.pressing span {
    text-decoration: underline;
}
.pressing span:hover {
    text-decoration: none
}
.pressing {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    padding-left: 29px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(50, 50, 50, 0.44);
    margin-bottom: 10px;
    display: inline-block;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 6px solid rgba(50, 50, 50, 0.44);
}

.pressing.pressed::before {
    border-color: #64BB55;
}

.noActive {
    opacity: .3!important
}

.noActive::after {
    display: none!important
}

.gt1 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 27px;
    line-height: 36px;
    color: #323232;
}

.gt2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #64BB55;
    margin-bottom: 30px;
}

.gt3 {
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    color: #323232;
}

.g_list {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g_list li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 20px;
    color: #323232;
    margin-bottom: 10px;
}

.g_list li:hover {
    top: -4px
}

.g_list li::before {
    width: 5px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    background-color: #64BB55;
    left: 0;
    top: 12px;
}

input {
    background: none;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: 90px;
    padding-left: 64px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.send_forma {
    margin-bottom: 14px;
    height: 90px;
    background: #FFA133;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #FFFFFF;
}

.price_flat_get {
    padding: 70px 0;
}


.price_flat_get:after {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    right: 1vw;
    background: url(../img/about-cubes-right.png) no-repeat;
    width: 362px;
    height: 414px;
    z-index: 1;
}



.quiz_section {
    padding: 90px 0;
    background-image: url(../img/5f.jpg);
    background-position: center;
    background-size: cover;
}

.quiz_wrapper {
    padding-top: 51px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 55px;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    border-radius: 17px;
    position: relative;
}

.q_header {
    margin-bottom: 30px;
}

.q_num {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    color: #000000;
}

.q_num .current {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    color: #64BB55;
    vertical-align: middle;
}

.q_ttle {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 105px);
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    top: -1px;
    color: #323232;
}

.total_num {
    position: relative;
    top: 2px;
}

.ch_item {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 90px;
    border: 1px solid #D6E3D2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding-right: 44px;
    padding-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-weight: normal;
    font-size: 22px;
    transition: 0.3s;
    line-height: 25px;
    color: #000000;
    align-items: center;
}

.ch_item::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #64BB55;
    top: calc(50% - 2.5px);
    right: 43px;
}

.ch_item::after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 100;
    border-radius: 6px;
    border: 3px solid #FFA133;
}

.ch_item.chosen {
    font-weight: 600;
    border-color: #FFA133
}

.ch_item:hover {
    border-color: #FFA133
}

.ch_item:hover::after,
.ch_item.chosen::after {
    opacity: 1
}

.ch_item.chosen::before {
    background-image: url(../img/chosen_item.svg);
    width: 20px;
    height: 15px;
    background-color: transparent;
    top: calc(50% - 7.5px);
    right: 33px;
}

.chose_wrp .flex {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
}

.chose_wrp .flex >div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.subh2 {
    margin-top: -15px;
    margin-bottom: 45px;
    font-weight: 450;
    font-size: 29px;
    line-height: 36px;
    color: #323232;
}

.ad_places_section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.ad_places {
    max-width: 100%;
    margin-top: -35px;
    display: inline-block;
    width: auto;
    height: auto;
}

.ad_step_list {
    margin-bottom: 44px;
    position: relative;
}

.ad_step_list::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/ad_steps.svg);
    width: 11px;
    height: 241px;
    z-index: 1000;
    top: 40px;
    left: 40px;
}

.ad_list_item {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 115px;
    padding-left: 75px;
    max-width: 514px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 27px;
    color: #323232;
    z-index: 100;
}

.ad_list_item:hover {
    top: -4px
}

.ad_list_item p {
    margin-bottom: 0;
}

.ad_list_item:nth-child(2) {
    z-index: 10;
}

.ad_list_item:nth-child(3) {
    z-index: 1;
}

.orb {
    height: 90px;
    width: 100%;
    background: #FFA133;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ad_places_section .orb {
    max-width: 415px;
    position: relative;
}

.orb_pseudo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 415px;
}

.ad_places_section .orb_pseudo::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/ad_ar.svg);
    width: 66px;
    height: 66px;
    right: -92px;
    top: -6px;
    z-index: 100;
}

.recall::after,
.intro_send::after,
.send_forma::after,
.orb::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border-radius: 6px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #fff;
    top: 5px;
    left: 5px;
}

.recall:hover::after,
.intro_send:hover::after,
.send_forma:hover::after,
.orb:hover::after {
    opacity: 1;
}

.step_section {
    background-color: #F5FAF3;
    padding-top: 90px;
    padding-bottom: 90px; 
	background: url(../img/4f.jpg);
	background-size:cover;
}

.step_section .subh2 {
    margin-bottom: 8px;
}

.step_img {
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    height: 380px;
    border-radius: 8px;
}

.step_item {
    padding: 25px;
    padding-left: 120px;
    position: relative;
    margin-bottom: 30px;
    background: rgb(255 255 255 / 85%);
    min-height: 280px;
    border-radius: 15px;
}

.step_wrp {
    margin-top: 20px;
}

.step_item:last-child {
    margin-bottom: 0;
}

.step_item img {
    position: absolute;
    left: 20px;
    top: 25px;    width: 75px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.step_item:hover img {
    top: 5px;
}

.step_item p {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
    color: #323232;
}

.step_item span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.sped_wrp {
    padding-top: 52px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 54px;
    background: #F5FAF3;
    border-radius: 17px;
}

.sped_wrp h2 {
    margin-bottom: 60px;
}

.speed_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
}

.speed_flex p {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    color: #64BB55;
}

.speed_flex span {
    font-weight: normal;
    font-size: 25px;
    line-height: 33px;
    margin-top: 5px;
    color: #000000;
    display: block;
}

.speed_isntruments {
    padding: 110px 0;
}

.vygoda_section {}

.vygoda_section h2 {
    margin-bottom: 45px;
}

.vygoda_section .g_list li {
    width: 100%;
    margin-bottom: 30px;
}

.agent_section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.agent_section h2 {
    margin-bottom: 80px;
}

.agent_section .container {
    position: relative;
    z-index: 100
}

.agent_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/agent_line.svg);
    height: 658px;
    top: 210px;
    background-position: center;
}

.ag_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1162px;
}

.ag_item {
    position: relative;
}

.ag_item img {
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ag_item:hover img {
    top: -4px;
}

.ag_item p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #323232;
}

.ag_item:nth-child(2) {
    top: -75px;
}

.ag_item:nth-child(3) {
    top: -180px;
}

.podchod {
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 20px;
    border-left: 4px solid #64BB55;
    font-weight: 450;
    font-size: 29px;
    line-height: 36px;
    color: #323232;
}

.garance_section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.garance_section:after {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    right: 1vw;
    background: url(../img/about-cubes-right.png) no-repeat;
    width: 362px;
    height: 414px;
    z-index: 1;
}
.garance_section:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -50px;
    left: 1vw;
    background: url(../img/about-cubes-right.png) no-repeat;
    width: 362px;
    height: 414px;
    z-index: 1;
}

.garance_section h2 {
    margin-bottom: 40px;
}

.gar_item {
    height: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    border-radius: 11px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.gar_item:hover {
    top: -5px
}

.gar_item img {
    width: 100%;
    border-radius: 15px;
    border: 5px solid #fff9f2;
}

.gar_item p {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}


.gar_item span {
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: inline-block;
}

.garance_section .flex {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -20px;
    padding-bottom: 65px;
}

.garance_section .flex:last-child {
    padding-bottom: 0;
}

.garance_section .flex > div {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.dog_text {
    position: relative;
    padding-left: 100px;
    margin-bottom: 0;
    max-width: 690px;
    font-weight: 900;
    font-size: 25px;
    line-height: 31px;
    color: #323232;
}

.dog_text::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/dogovor.svg);
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: 0;
}

.garance_section .orb {
    position: relative;
}

.orb2_pseudo {
    position: relative;width:300px;margin:10px auto;
}


.jur_section {
	background-position: center;
    background-size: cover;
    background-image: url(../img/jur_bg.jpg);
    padding: 50px 0;
    border-radius: 20px;
	margin:20px 0;
}



.jur_section .subh2 {
    margin-bottom: 40px;

}


.jur_items {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}



.jur_item {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    padding-left: 85px;
    padding-right: 20px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 49%;
    min-height: 150px;
}

.jur_item:hover {
    top: -4px;
}


.jur_item i {
    font-weight: 900;
    font-style: normal;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #64BB55;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
}





.jur_item p {
    font-weight: 900;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    width: 380px;
}

.jur_item span {
    width: calc(100% - 65px);
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.jur_item div {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jur_section .intro_in_wrp::before {
    display: none
}

.jur_section .pressing::before {
    background-color: #fff
}

.case_section h2 {
    margin-bottom: 35px;
}

.case_section {
    padding-top: 100px;
    padding-bottom: 120px;
}

.g_form {
    max-width: 390px;
}

.case_carousel_main,
.case_carousel_main * {
    height: 100%;
}

.case_img {
    border-radius: 17px;
    background-position: center;
    background-size: cover;
    min-height: 240px;
}

.owl-nav,
.owl-nav > div {
    height: auto
}

.owl-prev,
.owl-next {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 85px!important;
    height: 85px!important;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.owl-prev::before,
.owl-next::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/prev.svg);
}

.case_carousel_main .owl-nav {
    position: absolute;
    z-index: 100;
    left: 60px;
    bottom: 60px
}

.owl-next::before {
    background-image: url(../img/next.svg)
}

.owl-next:hover,
.owl-prev:hover {
    background: #64BB55;
}

.owl-next:hover::before,
.owl-prev:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.case_info_wrp {
    margin-bottom: 60px;
}

.case_ttle {
    margin-bottom: 20px;
    font-weight: 450;
    font-size: 26px;
    line-height: 36px;
    color: #323232;
}

.case_info {}

.case_info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

.case_info li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/case_line.svg);
    height: 3px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    left: 0;
    top: calc(50% + 4px);
}

.case_info li span:first-child {
    position: relative;
    z-index: 100;
    padding-right: 6px;
    background-color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
}

.case_info li span:last-child {
    white-space: nowrap;
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding-left: 6px;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
    color: #323232;
}

.gt1 span {
    color: #64BB55;
}

.case_section .g_list li {
    width: 100%
}

.case_section .g_form {
    position: relative;
}

.case_section .g_form::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/case_Ar.svg);
    width: 96px;
    height: 96px;
    top: 60px;
    right: -110px;
}

.sell_seciton {
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-image: url(../img/parallax/8.svg);
    background-position: calc(50% - 90px) calc(100% - 50px);
}

.sell_seciton h2 {
    margin-bottom: 80px;
}

.sell_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sell_item p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 100px;
    line-height: 24px;
    color: #64BB55;
}

.sell_item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    padding-left: 15px;
}

.sell_row {
    margin-bottom: 90px;
}

.sell_row:last-child {
    margin-bottom: 0;
}

.sell_flex1 {
    max-width: 915px;
}

.sell_flex2 {
    max-width: 960px;
}

.sell_flex3 {
    max-width: 915px;
}

.sell_flex4 {
    max-width: 960px;
}

.broker_section {
    background-image: url(../img/broker_bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 95px;
}

.broker_section .subh2 {
    margin-bottom: 65px;
    color: #fff;
}

.broker_section h2 {
    color: #fff
}

.broker_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1140px;
}

.broker_t1 {
    position: relative;
    padding-left: 96px;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.broker_t1::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/broker_check.svg);
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: 0;
}

.broker_t2 {
    padding-left: 162px;
    margin-bottom: 0;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.broker_t2::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/broker_pseudo.svg);
    width: 153px;
    height: 36px;
    top: calc(50% - 18px);
    left: 0;
}

.rev_section {
    padding-top: 80px;position:relative;padding-bottom:50px;
}


.rev_section:after {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    right: 1vw;
    background: url(../img/about-cubes-right.png) no-repeat;
    width: 362px;
    height: 414px;
    z-index: 1;
}




.rev_section h2 {
    margin-bottom: 40px;
}

.rev_item {
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 10px solid #DEEADB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 28px;
}

.rev_item span {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.rev_item span::before {
    content: '';
    display: block;
    padding-top: 140%;
}

.rev_item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/zoom.svg);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100
}

.rev_item:hover {
    border-color: #64BB55
}

.rev_item:hover::before {
    opacity: 1;
}

.rev_carousel .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.rev_carousel .owl-prev,
.rev_carousel .owl-next {
    background-color: #004ddf
}

.rev_carousel .owl-prev::before,
.rev_carousel .owl-next::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.rev_carousel .owl-prev.disabled,
.rev_carousel .owl-next.disabled {
    background-color: #DEEADB
}




.rev_carouselr .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.rev_carouselr .owl-prev,
.rev_carouselr .owl-next {
    background-color: #004ddf
}

.rev_carouselr .owl-prev::before,
.rev_carouselr .owl-next::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.rev_carouselr .owl-prev.disabled,
.rev_carouselr .owl-next.disabled {
    background-color: #DEEADB
}





.contact_section {
	overflow: hidden;
    padding-top: 70px;
    margin-top: 4em;
	position: relative;
}

.maps {
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}


.contact_section h2 {
    margin-bottom: 42px;
}

.map_contact {
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 17px;
    height: 500px;
}

.map_contact iframe {
    width: 100%;
    height: 100%;
}


.contacts-popup {
    position: absolute;
    width: 100%;
    max-width: 460px;
    z-index: 9;
    top: 0;
    right: 80px;
    background: #fff;
}

.contacts-popup .cp-inner {
    padding: 70px;
}
.contacts-popup .contact-item {
    padding-left: 40px;
    margin-bottom: 30px;
}
.contacts-popup .ci-title {
    position: relative;
    margin-bottom: 20px;
}
.contacts-popup .ci-title i {
    position: absolute;
    display: block;
    top: 2px;
    left: -40px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.contacts-popup .address i {
    background-image: url(../img/y1.png);
}
.contacts-popup .ci-title p {
    font-size: 22px;font-weight: 600;
}
.contacts-popup .phone i {
    background-image: url(../img/y2.png);
}
.contacts-popup .email i {
    background-image: url(../img/y3.png);
}

.contact_section {height:600px;}
.ci-description p {
	font-size: 18px;
    color: #000;
}
.ci-description a {
    color: #000;font-size: 18px;
}


.foot_tel {
    margin-bottom: 20px;
    font-weight: 900;
    white-space: nowrap;
    font-size: 59px;
    line-height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #64BB55;
    display: inline-block;
}

.foot_tels {
	    font-size: 48px;
    color: #64ba55;
	  margin-bottom: 40px;    display: inline-block;
}


.foot_tel:hover,
.foot_call_wrp a:hover {
    color: #FFA133
}

.visit_label {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 29px;
    line-height: 36px;
    color: #323232;
    margin-top: 72px;
}

form.foot_forma {
    white-space: nowrap;
    z-index: 100;
    width: 740px;
    float: right;
    z-index: 100;
    position: relative;
    text-align: right;
}


footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_flex:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.foot_adr {
    margin-bottom: 0;
    position: relative;
    padding-left: 32px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    display: block;
}
.foot_adr:hover {
    text-decoration: underline
}

.foot_adr::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/metka.svg);
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px
}

.foot_adr {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.foot_call_wrp {}

.foot_call_wrp a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

.foottel {
    margin-left: 14px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #000000;
}

.foott {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
	text-align:center
}

.foott span {
    text-decoration: underline;
    cursor: pointer;
}

.foott span:hover {
    text-decoration: none;
}

.razrab img {
    max-width: 100%;
    top: 0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.razrab img:hover {
    top: -4px
}

.container {
    position: relative;
    z-index: 100;
}

section {
    position: relative;
}

.price_flat_get::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/1.svg);
    height: 250px;
    background-repeat: no-repeat;
    bottom: 70px;
    background-position: calc(50% - 30px) 0;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.ad_places_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/3.svg);
    height: 123px;
    background-repeat: no-repeat;
    top: 125px;
    background-position: calc(50% + 480px) 0;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.vygoda_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/4.svg);
    height: 936px;
    background-repeat: no-repeat;
    top: -40px;
    background-position: calc(50% + 10px) 0;
}

.agent_section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/5.svg);
    height: 123px;
    background-repeat: no-repeat;
    bottom: 50px;
    top: inherit;
    background-position: calc(50% - 50px) 0;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.jur_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/6.svg);
    height: 223px;
    background-repeat: no-repeat;
    bottom: 24px;
    top: inherit;
    background-position: calc(50% + 250px) 0;
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}

.case_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/7.svg);
    height: 250px;
    background-repeat: no-repeat;
    bottom: 120px;
    background-position: calc(50% + 20px) 0;
    top: inherit;
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}

.rev_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/9.svg);
    height: 223px;
    background-repeat: no-repeat;
    bottom: -140px;
    background-position: 80px 0;
    top: inherit;
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}

.contact_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/parallax/10.svg);
    height: 250px;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: calc(50% - 63px) 0;
    top: inherit;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.meters {
    max-width: 560px;
    background-position: calc(100% - 35px) 50%;
    padding-right: 45px;
    background-repeat: no-repeat;
    padding-left: 38px;
    height: 80px;
}

.q_footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.item {
	padding: 15px;
    border: 1px solid #cbcbcb;
}

.ffes {
font-weight: 600;
    font-size: 18px;
    padding-left: 80px;
    position: relative;
    height: 70px;
    display: block;
    padding-top: 17px;
    margin-top: 20px;
}


.owl-carousel .owl-item .ffes img {
    display: block;
    width: 70px;
    border-radius: 50px;
    left: 0;
    position: absolute;
    top: 0;	
}


.ffe {
	    font-size: 17px;
}






.go_prev {
    width: 100%;
    max-width: 310px;
    height: 90px;
    background: #bbbbbb;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.go_next {
    width: 100%;
    max-width: 310px;
    height: 90px;
    background: #FFA133;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.q_footer button:hover {
    opacity: .7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.adres {
    padding-left: 38px;
    max-width: 560px;
    height: 80px;
}

.quiz_item {
    display: none
}

.quiz_item:first-child {
    display: block
}

.modal_wrp {
    position: relative;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    box-shadow: 10px 14px 76px rgba(10, 19, 51, 0.09);
    border-radius: 17px;
    padding-left: 14px;
    padding-right: 14px;
}

.closemod {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 10px;
    right: 10px;
}

.closemod:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modt1 {
    font-weight: 900;
    font-size: 19px;
    line-height: 1.2;
    background-color: #64BB55;
    margin-bottom: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 10px;
}

.modt2 {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #323232;
}

.modal_wrp form {
    max-width: 400px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

button.send_forma.closeform {
    margin: 0 auto;
    max-width: 350px;
}

.lines {
    position: absolute;
    top: 0;
    z-index: 0;
    max-width: 1560px;
    left: calc(50% - 780px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.lines li {
    height: 100%;
    background: #D2D8E3;
    opacity: 0.2;
    width: 1px;
}

.fixed_header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    top: -160px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 40px 160px rgba(0, 0, 0, 0.08);
    padding: 14px 0;
}

.fixed_header.nav-down {
    top: 0;
}

.modal-lg .modal_wrp {
    max-width: 100%;
    padding: 30px;
    text-align: left;
}

@-webkit-keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

@keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

.orb,
.send_forma,
.recall {
    overflow: hidden;
    position: relative;
}

.intro_send {
    overflow: hidden;
}

.orb::before,
.send_forma::before,
.recall::before,
.intro_send::before {
    background: #fff;
    content: "";
    height: 295px;
    left: -75px;
    opacity: .2;
    
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: .7
}

.open_nav {
    display: none
}

.mob_punkt {
    display: none!important
}
.intro_preim > h6 {
    display: none;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.foot_graf a:hover {
    text-decoration: underline
}
.foot_graf a{

        margin-top: 14px;
        color: #333
    }
.ad_list_item p span, .podchod span {
    /* border-bottom: 1px solid #323232; */
    text-decoration: underline;
}
.q_num i {
    font-style: normal;
    font-size: 20px;
    color: #323232;
}
ul.check_progress {
    margin-bottom: 15px;
    margin-top: -10px;
}

ul.check_progress li {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 58px;
    border: 1px solid #b5b5b5;
    border-radius: 100px;
}
ul.check_progress li.active {
    background: #63b954;
    border-color: #63b954
}
.modal-open header, .modal-open .fixed_header {
    width: calc(100% - 17px)
}
.no_shine::before {
    display: none!important
}

.foot_flex > div > a.foot_adr {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 11px;
}
.shine_ar {
    position: relative;
    max-width: 300px;
    margin: 20px auto;
}
.item {
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 2px 2px 3px #e5e5e5;
}


.noga {
    font-size: 22px;
    font-weight: 500;
    list-style: disc;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}


.nodeg {
    min-height: 350px;
	height: 560px;
	    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
	
	
}


.asd {    width: 300px;
    text-align: left;
    margin-right: 0;
    display: inline-block;}


.hoksa {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;

}

.hoksa h2 {text-align:left;}

.jur_itema {
	    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 2px 3px #ebebeb;margin-bottom:20px;
}


.jur_itema img {width:100%;}

.jur_itema .epa {font-size: 21px;
    margin-top: 10px;
    font-weight: 500;}
.jur_itema .pola {}
.jur_itema span {    font-size: 17px;
    min-height: 200px;
    display: inline-block;}
	
	
	.jur_itema span.jos {
    min-height: 20px;}
	
	
	.hetr {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    color: #323232;
	}
	
	
	.berta {
		    padding: 10px;
    width: 240px;
    margin: 0 auto;
	}
	
	.bertas {
		margin-top:20px;font-size: 20px;font-style: italic;margin-bottom: 25px;
	}
	
	
	.text-center {text-align:center;}
	
	.intra {
    font-size: 16px;
    list-style: disc;
    padding-left: 20px;
    color: #111;
    margin-top: 10px;    margin-bottom: 20px;
	}
	
	
	        .table-container {
            width: 100%;
            overflow-x: auto;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        
        th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        
        th {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        @media screen and (max-width: 600px) {
            th, td {
                padding: 8px;
                font-size: 14px;
            }
        }
		
		
		.ders {
    text-align: left;
    list-style: auto;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 500;
		}
		
		.ders li {
			margin-bottom:5px;
		}