﻿

/* Общее  */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
			
}

ul {
	padding-left:0;
}

.grecaptcha-badge {
    bottom: 94px!important;
    opacity: 0.3!important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;


}

body {
	font-family: 'GraphikLCG', sans-serif;
    font-weight: 400;
    color: #000;
	font-size: 21px;
    line-height: 1.2;
	

}




a {
    color: #000;
	text-decoration:none;
	font-size: 21px;
    line-height: 1.2;
}

a:focus{
    border: none;
    outline: none;
}

a:hover {
    outline: none;
}

p {
	margin-bottom:27px;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8d8d8d;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8d8d8d;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8d8d8d;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #8d8d8d;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #8d8d8d;
}

.ph.ga_tel {
	font-size:0;
}



.container{
	width:100%;
	padding-right:20px;
	padding-left:20px;
	margin-right:auto;
	margin-left:auto;
	}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1230px}}


@media screen and (min-width:768px) {
    .only-mob, a.only-mob {
        display: none!important;
    }


}

@media screen and (max-width:767px) {
   .only-deskt,  a.only-deskt {
	display: none!important;
}


}

section {

}



H1,
H2,
H3,
H4,
H5,
H6 {
    margin-top: 0;
}

H1 {
   

}

H2 {}

section {
	padding:70px 0;
}

section H2{
	font-size:60px;
	font-weight:600;
	margin-bottom:70px;
}

section H2 span {
	color:#82b71d;
}


.soc-list a.ph {
	background: url(../img/icons/ph.svg) center center no-repeat;
	width:46px;
	height:46px;
	-webkit-transition: transform .26s ease-in-out;
    -o-transition: transform .26s ease-in-out;
    transition: transform .26s ease-in-out;
}

.soc-list a.ph:hover {
	-webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}


.green-btn {
  display:block;
  font-weight:500;
  border-width: 0px;
  border-color: rgb(0, 1, 5);
  border-style: solid;
  border-radius: 15px;
  background-color: rgb(130, 183, 29);
  color:#fff;
  padding:10px 0;
  width:100%;
  text-align:center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.docs-send_popup-submit.green-btn {
	border: 2px solid rgb(130, 183, 29);
	color:rgb(130, 183, 29);
	background:transparent;
}


.green-btn:disabled {
    background-color: rgba(120, 120, 120, .7)!important;
	border-color:transparent!important;
	color:#fff!important;
}




.docs-send_popup-submit.green-btn:hover {
	border: 2px solid rgb(130, 183, 29);
	 color:#fff;
	background-color: rgb(130, 183, 29);
}


.docs-send_popup-submit.green-btn.codecheck {
	border: 2px solid rgb(130, 183, 29);
	 color:#fff;
	background-color: rgb(130, 183, 29);
}

.transp-btn {
  display:block;
  font-weight:500;
  border:2px solid #fff;
  border-radius: 15px;
  background-color: transparent;
  color:#fff;
  padding:18px 0;
  width:100%;
  text-align:center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.transp-btn:hover, .transp-btn:focus{
	background-color: #fff;
	color:#000000;
}

.green-btn:hover, .green-btn:focus{
	background-color: rgb(77, 95, 42);
}

.green-btn.disabled{
	background-color: rgb(77, 95, 42);
}

.input__caption {
	margin-bottom: 5px;
    font-size: 17px;
    text-align: center;
    color: rgba(25,29,33,.5);
}

form .green-btn {
	 padding:18px 0;
	 max-width: 336px;
	 margin-left:auto;
	 margin-right:auto;
}


.input-item {
	margin-bottom:24px;
}

.my-input {
  border-width: 1px;
  border-color: rgb(226, 226, 226);
  border-style: solid;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  font-size:19px;
  color:#8d8d8d;
  text-align:center;
  padding:18px 15px;
  width:100%;
}


.my-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
	height:0;
	width:0;
	left:-999px;
}

.my-checkbox-text {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #8d8d8d;
    padding-left: 35px;
    display: block;
}

form .my-checkbox {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.my-checkbox-text a{
    font-size: 12px;
    line-height: 1.5;
    color: #8d8d8d;
	text-decoration:underline;
}

.my-checkbox {
    position: relative;
    margin-bottom: 0;
    margin-bottom: 30px;
}

label {
    display: inline-block;
}

.my-checkbox-input:checked+.my-checkbox-text:before {
    background-color: rgb(130, 183, 29);
    border-color: transparent;
}
.my-checkbox-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
  border-width: 1px;
  background:#fff;
  border-color: rgb(226, 226, 226);
  border-style: solid;
  border-radius: 6px;
}




.my-checkbox-input:checked+.my-checkbox-text:after {
    opacity: 1;
}
.my-checkbox-text::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 17px;
    height: 13px;
    background: url(../img/icons/mark.png) center/contain no-repeat;
    opacity: 0;
}


@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
}

.wiggle:hover {
  animation: none;
}






.success {
    max-width: 450px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.success_title {
	
    margin: 40px 0 20px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.success_text {
    font-size: 20px;
    margin-bottom: 50px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}




.sticky_header {
  background-color: rgb(245, 246, 247);
  padding:30px 0;

}


.header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.header_logo {
	width:184px;
}

.header_right {
	width: calc(100% - 184px);
	padding-left:46px;
	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_item a {
	font-size:16px;
	font-weight:600;
	color: #000000;
}


.header_item a:hover {
	text-decoration:underline;
	color: #A52A2A;
	font-weight:700;
}

.header {
	padding-top:0;
	background: url(../img/new_bg.png) no-repeat center center;
	padding-bottom:70px;
	background-size:cover;
}

.sticky_header {
    position: fixed;
    z-index: 100;
    width: 100%;
	 padding:22px 0 20px;
}

.header {
    padding-top: 92px;
}

.header .green-btn {
	max-width: 336px;
	padding:16px 0;
}



.header_info_title {
  font-size: 69px;
    font-weight: 600;
    margin-bottom: 70px;
    display: table;
    position: relative;
}

.header_info_title:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../img/bluecheck.png) no-repeat center center;
    right: -110px;
    top: 0;
}


.date-give {
    display: inline-block;
    background: url(../img/cal.svg) #f5f6f7 no-repeat 20px center;
    border-radius: 35px;
    padding: 13px 20px 13px 55px;
    font-size: 18px;
    line-height: 1;
    color: #111111;
    position: relative;
    top: -10px;
}


.header_info_title span{
    color:#82b71d;
}

.soc-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.header  .soc-list {
	position:absolute;
	width:100%;
	margin-top:15px;
	padding-right:40px;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	
}

.header .soc-list li {
 margin-left:15px;
}

.ph-btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-right:0px;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
			align-items:center;
	
}

.ph-btn-ph {
	margin-right:25px;
}

.ph-btn-ph a{
	font-size:21px;
	font-weight:500;
}

.ph-btn-btn a {
	 border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 8px;
  display:table;
  padding:7px 20px;
  font-size: 16px;
  font-weight:500;
  color: rgb(0, 0, 0);
  line-height: 1.632;
}






#precalc {
	padding: 80px 0 100px;
	
	
}

.precalc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.precalc-item {
    width: 32.1%;
   
    -webkit-box-sizing: border-box;
   
            box-sizing: border-box;
     border-width: 0px;
	border-color: rgb(0, 1, 5);
	border-style: solid;
	border-radius: 33px;
	background-color: rgb(245, 246, 247);
    padding: 12px 44px 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align:center;
    
}




.precalc-item:hover {
  /* border: 1px solid #0DC141;*/
    
}



.precalc-item-inner {
	
	
}

.precalc-img {
	margin-top:-25px;
    width: 100%;
	margin-bottom:20px;
    
}

.precalc-img img{
	display:block;
	margin:auto;
	height: 102px;
}





.precalc-btn {
	width:100%;
}



.precalc-title {
	font-weight: 600;
    font-size: 31px;
    line-height: 1.2;
	margin-bottom:20px;
	height:120px;
	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;
}

.precalc-subtitle {
	color:#82b71d;
	font-weight: 600;
	font-size:21px;
	margin-bottom:20px;
}

.precalc-txt p{
	font-size: 21px;
	margin-bottom:25px;
}

.precalc-txt p:last-child{
	
}




.auto_row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.auto-item {
	width:45%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-bottom:60px;
}

.auto-img {
	width:145px;
	position:relative;
	height:100%;
}

.plashka {
	position:absolute;
	width:78px;
	height:78px;
	border-radius:100%;
	top:0;
	left:0;
}

.plashka img{
	display:block;
	margin:auto;
}


.auto-txt {
    width: calc(100% - 145px);
	padding-left:45px;
	font-size:30px;
	font-weight:500;
}

.auto-form-wrap {
	
 padding:30px 0 0;
 background: url(../img/auto-form-wrap.png) no-repeat center bottom;
}
.auto-form-inner {
 
  border-color: rgb(0, 1, 5);
  border-style: solid;
  border-radius: 15px;
  background-color: rgb(245, 246, 247);
  width: 540px;
  margin-left:auto;
  margin-right:auto;
  padding:60px 60px 35px;
}

section#low {
	background-color: rgb(245, 246, 247);
	padding: 50px 0;
}

section#low H2{
	margin-bottom:40px;
}

section#low H2 span{
	color:#b1a17e;
}

.low-wrap {
	background: url(../img/low-wrap.png) no-repeat 50px center;
	padding:50px 0 50px 480px;
}

.low-wrap .low-s{
	font-size:30px;
}


.advant_1_img {
	margin-bottom:70px;
}


.advant_1-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}



.advant_1-item {
    width:40%;
	margin-bottom:60px;
}
.advant_1-item-title {
	font-size:33px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	position:relative;
}

.text-underline-1 {
	background: rgb(130, 183, 29);
	width:0;
	max-width: 100%;
	position: absolute;
	height: 4px;
	bottom: 0;
	display: block
}

.text-underline-2 {
	background: rgb(130, 183, 29);
	width:0;
	max-width: 100%;
	position: absolute;
	height: 4px;
	bottom: 0;
	display: block
}


.advant_1-item-text {
   font-size:21px;
   line-height:1.3;
}


#advant_1 {
	padding-bottom:170px;
}


.advant_2_img {
	margin-bottom:70px;
}


.advant_2-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	margin-bottom:120px;
}



.advant_2-item {
    width:24%;
	 border-width: 0px;
  border-color: rgb(0, 1, 5);
  border-style: solid;
  border-radius: 36px;
  background-color: rgb(245, 246, 247);
  padding:40px 25px;
	
}
.advant_2-item-title {
	font-size:39px;
	font-weight:bold;
	color:#82b71d;
	margin-bottom:10px;

}
.advant_2-item-text {
   font-size:21px;
   line-height:1.6;
}


.advant_2-item-text a {
	font-weight:700;
	text-decoration:underline;
}




.green-form {
	border-radius: 24px;
    background-color: rgb(98, 206, 98);
	padding:50px 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.green-form-left {
	width: calc(100% - 334px);
	background: url(../img/green-form-left.png) no-repeat left center;
	padding-left:90px;
}
.green-form-left H3{
	
	font-size:36px;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
}


.green-form-left span{
 font-size:20px;
 display:block;
}
.green-form-right {
 width: 334px;
}


#help {

	background: url(../img/help.png) rgb(245, 242, 235) no-repeat right center;
	padding-left:90px;
	padding: 90px 0 70px;
}




.help-top {
	width:100%;
	max-width:400px;
	margin-bottom:35px;
}

.help-top H2{
	margin-bottom:35px;
}

.help-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
. {
 
}

.help-left {
 width: calc(100% - 610px);
 padding-top:70px;
}

.help-right {
 width: 610px;
}

.help-right .auto-form-inner {
    border-color: rgb(0, 1, 5);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(229, 226, 219);
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 60px 35px;
	position:relative;
}

.auto-form-inner H3{
    font-size:36px;
	text-align:center;
	font-weight:600;
	margin-bottom:15px;
}



.help-right .auto-form-inner H4{
    display:block;
    font-size:18px;
	text-align:center;
	margin-bottom:20px;
}

.help-right .auto-form-inner:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/paren.png) no-repeat center center;
    background-size: cover;
    width: 563px;
    height: 502px;
    top: -502px;
    right: 0;
	left:0;
	margin:auto;
}

.help-right .my-checkbox {
	display:table;
	margin-left:auto;
	margin-right:auto;
}




.help-left-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:70px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.help-left-item-img {
	width:158px;
}

.help-left-item-txt {
	width: calc(100% - 158px);
	font-size:30px;
	font-weight:500;
	padding-left:50px;
	padding-right:50px;
}

#online {
	background-color: rgb(241, 252, 229);
}

section#online H2 {
    margin-bottom: 40px;
}

.online-top {
	 /*background: url(../img/online-top.png) no-repeat 90% center;*/
	 padding:50px 0 10px;
	 margin-bottom:30px;
	 position:relative;
}

.online-top:after {
	 content:'';
	 display:table;
	 width:268px;
	 height:268px;
	 background: url(../img/online-top.png) no-repeat center center;
	 position:absolute;
	 top:0;
	 bottom:0;
	 right:80px;
	 margin:auto;
	 animation: wiggle 2.5s infinite;
}


.online-row {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
     -ms-flex-pack:justify;
         justify-content:space-between;
 margin-bottom:70px;
}
.online-item {
  width:48%;
  border-width: 3px;
  border-color: rgb(130, 183, 29);
  border-style: solid;
  border-radius: 20px;
  padding:50px 40px;
  font-size:24px;
  line-height:1.6; 
}

.online-item b{
	font-weight:600;
}

.green-btn.c-green-btn {
	max-width:336px;
	padding:18px 0;
	margin-left:auto;
	margin-right:auto;
}

section#refinance H2 {
    margin-bottom: 40px;
}

.text-row {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
 -webkit-box-pack:justify;
     -ms-flex-pack:justify;
         justify-content:space-between;
 margin-bottom:30px;
 
}
.text-row-text {
 width:50%;
 padding-right:100px;
}

.text-row-text p{
	font-size:24px;
	line-height:1.6;
	margin-bottom:0;
}

.text-row-img {
  width:50%;
}




.c-soc-list {
 margin-left:auto;
 margin-right:auto;
 -webkit-box-pack:center;
     -ms-flex-pack:center;
         justify-content:center;
  margin-bottom:50px;
}

.c-soc-list li{
 margin-left:8px;
 margin-right:8px;
}

.divider {
	 height: 20px;
	 background-color: rgb(245, 246, 250);
}

.divider-b {
	 height: 20px;
	 background-color: rgb(245, 242, 235);
}

#noresident {
	background:;
	padding-left:0;
	padding: 0 0 0;
}

#noresident .container-noresident-top{
	padding-top: 170px;
}

#noresident .container-noresident-bottom{
	padding-bottom: 0;
	background-color: rgb(245, 246, 250);
}


.noresident-top {
	width:100%;
	max-width:600px;
	margin-bottom:35px;
}

.noresident-top H2{
	margin-bottom:45px;
}

.noresident-top p{
	margin-bottom:105px;
}

.noresident-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
. {
 
}

.noresident-left {
 width: calc(100% - 420px);
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 padding-top:70px;
}

.noresident-left h3 {
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
}

.noresident-left-l {
	margin-right:80px;
}

.noresident-left-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}

.noresident-left-inner .noresident-left-item:first-child{
	margin-right:70px;
}

.noresident-left-item .my-checkbox-text.my-checkbox-content{
	padding-top:60px;
	padding-left:0;
}

.noresident-left-item .my-checkbox-text.my-checkbox-content > div{
	display:block;
	margin-bottom:10px;
}

.noresident-left-item .my-checkbox-text.my-checkbox-content > span{
	display:block;
	font-size:21px;
	color:#000;
}

.noresident-left-item .my-checkbox-text.my-checkbox-content > div img{
	display:block;
}

.my-checkbox-text.my-checkbox-content {
	cursor:pointer;
}

.my-checkbox-text.my-checkbox-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 36px;
    height: 36px;
    border-radius: 9px;
}

.my-checkbox-text.my-checkbox-content::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 17px;
    background: url(../img/icons/check.png) center/contain no-repeat;
    opacity: 0;
	
	top: 9px;
    left: 12px;
	margin:auto;
}



.noresident-right {
 width: 420px;
}

.my-checkbox-content {
	position: relative;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #8d8d8d;
    padding-left: 35px;
    display: block;
}



.noresident-right .auto-form-inner {
    border-color: rgb(0, 1, 5);
    border-style: solid;
    border-radius: 0;
    background-color: transparent;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 35px;
	position:relative;
}

.noresident-right .auto-form-inner H3{
    font-size:36px;
	text-align:center;
	font-weight:600;
	margin-bottom:15px;
}

.noresident-right .auto-form-inner H4{
    display:block;
    font-size:18px;
	text-align:center;
	margin-bottom:20px;
}

.noresident-right .auto-form-inner:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/paren2.png) no-repeat center center;
    background-size: cover;
    width: 424px;
    height: 481px;
    top: -481px;
    right: 0;
	left:-50px;
	
	
}

.noresident-right .my-checkbox {
	display:table;
	margin-left:auto;
	margin-right:auto;
}




.noresident-left-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:70px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.noresident-left-item-img {
	width:158px;
}

.noresident-left-item-txt {
	width: calc(100% - 158px);
	font-size:30px;
	font-weight:500;
	padding-left:50px;
	padding-right:50px;
}


section#rocket {
	 background-color: rgb(245, 242, 235);
	 padding:50px 40px;
}

#rocket H2{
	 margin-bottom:30px;
}

#rocket p{
	 margin-bottom:0;
}

.rocket-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.rocket-row-text {
  width: calc(100% - 290px);
}

.rocket-row-img {
  width:290px;
  position:relative;
}

.rocket-row-img img{
  position:absolute;
  top:-40px;
  left:0;
  
}


.advant_3_row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin-bottom:70px;
}
.advant_3_row-item {
	width:24%;
}

.advant_3_row-item:nth-child(2) {
	margin-right:20px;
}

.advant_3_row-item-top {
	font-size:96px;
	font-weight:bold;
	padding-top:20px;
}
.advant_3_row-item-bottom {
	font-size:21px;
}
.advant_3_row-item-header {
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:15px;
}
.advant_3_row-item-list {
 border-width: 1px;
  border-color: rgb(130, 183, 29);
  border-style: solid;
  border-radius: 17px;
  padding:20px;
 
}
.advant_3_row-item-list li {
	font-size:18px;
	list-style:none;
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}

.advant_3_row-item-list li:before {
	content:'';
	display:block;
	width:16px;
	height:11px;
	background: url(../img/icons/greencheck.png) no-repeat center center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

#advant_3 .auto-form-wrap {
    padding: 30px 0 0;
    background: none;
}

#advant_3 .auto-form-inner {
    background-color: rgb(229, 226, 219);
	padding: 35px 60px 35px;
}

#advant_3  .my-checkbox {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#advant_3 .auto-form-inner H3 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}


section#action {
	 padding:50px 0 0 0; 
}

#action {
	overflow:hidden;
}

.action-inner {
	background-color: rgb(245, 242, 235);
	 padding:60px 40px 30px;
}

#action H2{
	 margin-bottom:0px;
	 font-size:123px;
}



.action-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.action-row-text {
  width: calc(100% - 509px);
  position:relative;
}

.action-row-text:before{
  content:'';
  display:block;
  background: url(../img/boom.png) no-repeat center center;	
  width:264px;
  height:248px;
  position:absolute;
  top:-50px;
  right:-120px;
 
}




.action-row-text img {
	margin-bottom:46px;
}

.action-row-text p.act-p {
	font-size:30px;
	font-weight:bold;
	margin-bottom:56px;
}


.action-row-text span.smile {
	display:table;
	font-size:27px;
	line-height:61px;
	position:relative;
	padding-right:90px;
}

.action-row-text span.smile:before{
  content:'';
  display:block;
  background: url(../img/smile.png) no-repeat center center;	
  width:63px;
  height:61px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
}

.action-row-img {
  width:509px;
  position:relative;
}



.action-row-img:before{
  content:'';
  display:block;
  background: url(../img/action-row-img.png) no-repeat center center;	
  width:649px;
  height:609px;
  position:absolute;
  top:-100px;
  right: -140px;
  left:0;  
}



.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}



.slider-arrow {
	position: absolute;
	bottom:-70px;
	z-index: 3;
	width: 36px;
	height: 36px
}

.slider-arrow:hover {
	cursor: pointer
}

.slider-arrow-prod_left {
	border-radius: 50%;
	background: rgb(130, 183, 29) url(../img/chevron-down.png) center center no-repeat;
	left: 30px;
	margin: 0 auto;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slider-arrow-prod_left:hover {
	background-color: rgb(77, 95, 42);
}


.slider-arrow-prod_right {
	border-radius: 50%;
	background: rgb(130, 183, 29) url(../img/chevron-down2.png) 50% no-repeat;
	left:340px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slider-arrow-prod_right:hover {
	background-color: rgb(77, 95, 42);
}





.slick-dots {
    bottom:-65px;
    left: 75px;
}



.contacts_slider .slick-dots  {
	left: unset;
	position: relative;
    display: block!important;
    width: 100%!important;
    padding: 0;
    margin: 0;
    margin-top: 0;
    list-style: none;
    text-align: center;
	bottom: -30px;
}

.contacts_slider .slider-arrow {
    z-index: 333;
	bottom: -35px;
}

.contacts_slider .slider-arrow-prod_left {
    left: 30%;
}

.contacts_slider .slider-arrow-prod_right {
    right: 30%;
	left:unset;
}



.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 4.5px;
    border: none;
	background-color: rgb(229, 226, 219);

}

.slick-dots li.slick-active {
    background: rgb(130, 183, 29) ;
}


.reviews-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-bottom:70px;
}

.reviews-row-left {
	width: 400px;
}

.reviews-row-right {
	width: calc(100% - 380px);
	padding-left:10px;
}

.slick-track .slick-slide.review.only-mob {
	display:none;
}

.review {
  border-width: 2px;
  border-color: rgb(130, 183, 29);
  border-style: solid;
  border-radius: 15px;
  padding:25px 30px;
  margin: 0 10px;
 
}



.meta-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-bottom:20px;
}




.review-author {
 font-size:15px;
}
.review-title {
  font-size:15px;
  margin-bottom:25px;
  font-weight:bold;
}

.review-text {
	font-size:14px;
	margin-bottom:25px;
}




.meta-bottom {
 font-size:12px;
 margin:auto 0 0 0;
}

.reviews-row-left {
 border-radius: 15px;
  background-image: -ms-linear-gradient( -90deg, rgb(130,183,29) 0%, rgb(185,221,62) 100%);
  background-image: linear-gradient( -90deg, rgb(130,183,29) 0%, rgb(185,221,62) 100%);
  text-align:center;
  padding:30px 50px;
  
  display:flex;
  flex-direction:column;
  justify-content:center;
  
  
}


.reviews-row-left-title {
   font-size:128px;
   font-weight:bold;
   color:#fff;
}
.reviews-row-left-subtitle {
 font-size:19px;
 margin-bottom:30px;
}

.reviews-row-left-subtitle_2 {
	font-size:14px;
	color:#fff;
}
.reviews-row-left-img {
 margin-bottom:30px;
}
#reviews {
	padding-top:150px;
}

#reviews H2 {
 position:relative;
 padding:30px 0 30px;
 margin-bottom:90px;
}
#reviews H2:before {
  content:'';
  display:block;
  background: url(../img/cup.png) no-repeat center center;	
  width:270px;
  height:265px;
  position:absolute;
  top:-100px;
  right: 70px;
}



section#map-section h2 {
	margin-bottom:30px;
}
section#map-section .text-row {
   -webkit-box-align:center;
       -ms-flex-align:center;
           align-items:center;
   margin-bottom:70px;
} 

.map-wrap {
	margin-bottom:50px;
}


.adress-title {
 font-size:21px;
 font-weight:bold;
 margin-bottom:30px;
}
.adress-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.adress-item {
  width:50%;
  font-size:15px;
  position:relative;
  padding-left:15px;
  padding-right:20px;
  margin-bottom:20px;
}

.adress-item  a{
  font-size:15px;
  text-decoration:underline;
}

#map-section .text-row-text p {
   margin-bottom:30px;
}


.adress-item:before {
 content:'';
  display:block;
   border-radius: 50%;
  background-color: rgb(130, 183, 29);
  width: 6px;
  height: 6px;
  position:absolute;
  top:4px;
  left: 0;
}






.text-info {
 font-size:15px;
}

footer {
	background-color: rgb(245, 242, 235);
	padding:90px 0 40px;
}



.footer-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.footer-left {
	width: 25%;
}
.footer-center {
 width: 20%;
}
.footer-right {
 width: 32%;
}
.footer-logo {
	margin-bottom:40px;
}
.footer-desc {
 font-size:15px;
 font-weight:500;
 text-align:center;
 margin-bottom:40px;
}

.footer-soc {
 margin-bottom:40px;
}

.footer-soc .soc-list {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.footer-soc .soc-list li{
	margin: 0 7px;
}

.footer-links-list {
	text-align:center;
}

.footer-links-list a {
	font-size:12px;
	text-decoration:underline;
}


.footer-menu-list li {
 margin-bottom:15px;
}

.footer-menu-list li a {
	font-size:16px;
}
.footer-oferta {
 font-size:12px;
 margin-bottom:40px;
 line-height:1.5;
}

.footer-phone{
	margin-bottom:40px;
}

.footer-phone a {
	display:table;
	font-size:24px;
	font-weight:500;
	 background: url(../img/icons/ph-m.png) no-repeat left center;
	 line-height:31px;
	 padding-left:50px;
}

.footer-btn {
 margin-bottom:40px;
}

.footer-btn .green-btn {
 padding:18px 0;
}
.footer-cprt {
 font-size:12px;
}




#calculator {
	
}

#calculator .auto-form-wrap {
    padding: 30px 0 0;
    background: none;
}

#calculator .auto-form-inner H3{
	margin-bottom:25px;
}

#calculator H2{
	text-align:center;
	margin-bottom:50px;
}

.how-it-works__calculator {
	display:block;
	border-radius: 36px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	padding:79px 70px;
}

.calculator-tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin-bottom:70px;
}

.calculator-tabs-item {
	border-width: 1px;
	border-color: rgb(140, 202, 20);
	border-style: solid;
	font-size:20px;
	font-weight:500;
	border-radius: 18px;
	padding:7px 45px;
	cursor:pointer;
	transition: all .2s ease-in-out;
}

.calculator-tabs-item:hover {
	background:rgb(140, 202, 20);
	color:#fff;
}

.calculator-tabs-item.active {
	background:rgb(140, 202, 20);
	color:#fff;
}


.label-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #758FAD;
	padding-top:25px;
}

.label-row-date span{
	text-align:left;
	position:relative;
}




.how-it-works__calculator-work {

	position: relative;
	margin-bottom: 55px;
	z-index: 1;
}

.calc_item {
	margin-bottom:50px;
	padding:0 60px;
}

.calc_item-titlediv, .amount-time-block {
	margin-bottom:26px;
}

.calc_item-title {
color: #8d8d8d;
margin-bottom:21px;
font-size: 20px;
line-height: 100%;

}

.ui-slider {
    position: relative;
    background: #d0ebe0;
    height: 12px;
    border-radius:10px;
   
}

.ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -13px;
    text-align: center;
   
   
    z-index: 2;
  
    
}

.how-it-works__calculator-work span.ui-slider-handle.ui-corner-all.ui-state-default {
	position: absolute;
	border:none;
	border-radius: 15px;
	background-color: rgb(140, 202, 20);
	outline: 0;
	cursor: pointer;
	max-width: 41px;
	max-height: 32px;
	min-width: 41px;
	min-height: 32px;
	display:block;
	position:absolute;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
	        box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
	
	
}

.ui-slider .ui-slider-handle:hover {
     
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
     
            box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}








.ui-slider .ui-slider-handle:before{
	position:absolute;
	display:block;
	content: attr(data-before);
	width:200px;
	top:-30px;
	left:0;
	right:0;
	margin:auto;
	left:-80px;
	font-size:20px;
	font-weight:600;
	text-align:center;
}

.ui-slider .ui-slider-handle:before{
	display:none;
}






.how-it-works__calculator-work .q-calc__range {
	height: 16px;
	background-color: rgb(238, 235, 228);
	border: none;
	position:relative;
	z-index:99;
	 -webkit-box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255);
	         box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255);
}

.how-it-works__calculator-work .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 18px;
    display: block;
    border: 0;
    background-color: rgb(140, 202, 20);
    border-radius: 10px;
     -webkit-box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255);
             box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255);
}







.how-it-works__calculator-work .ui-slider-range-min {
	background: #0DC141
}

.how-it-works__calculator-work .ui-slider-horizontal .ui-slider-handle {
	top: -.4em
}







.how-it-works__calculator-work #amount_cash,
.how-it-works__calculator-work #amount_time {
	font-size: 25px;
	padding: 0 15px;
	width: 200px;
	height: 60px;
	background: #FFFFFF;
	border: 2px solid rgba(113, 132, 154, 0.3);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	margin-right:20px;
	
}


.q-calc__row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	
}




.how-it-works__calculator-result {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	padding-top:50px;
}

.how-it-works__calculator-result H3 {
	font-weight: bold;
font-size: 28px;
line-height: 110%;
color: #0D325C;
margin-bottom:40px;
}




.how-it-works__calculator-result p {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1
}


.how-it-works__calculator-result-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.how-it-works__calculator-result-row  .form_header {
    width: auto;
   
}

.calculator-result-row-left {
	width:100%;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	border-radius: 25px;
	background-color: rgb(245, 246, 247);
	-webkit-box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
	        box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
	padding:30px 50px;
	margin-bottom:40px;

}

.calculator-result-row-left {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}


.how-it-works__calculator-result .content {
	position:relative
}



.how-it-works__calculator-result .content:first-of-type {
	min-width:301px;
	position:relative
}

.how-it-works__calculator-result .content:first-of-type:before {
	content:'Ежемесячный платеж';
	color:#8d8d8d;
	font-size:18px;
	position:absolute;
	left:0;
	top:-70px;
}





.how-it-works__calculator-result .content:nth-of-type(2){
margin-left:-30px;
}



.how-it-works__calculator-result .content:nth-of-type(2):before {
	content:'Срок займа';
	color:#8d8d8d;
	font-size:18px;
	position:absolute;
	left:0;
	top:-70px;
}






.how-it-works__calculator-result .content:nth-of-type(2) span{
font-weight: bold;
font-size: 33px;
line-height: 110%;
letter-spacing: 0.02em;
color: #000;

}


.how-it-works__calculator-result .content:first-of-type span{
font-weight: bold;
font-size: 33px;
line-height: 110%;
letter-spacing: 0.02em;
color: #000;

}

.how-it-works__calculator-result .content:last-of-type span{
font-weight: bold;
font-size: 33px;
line-height: 110%;
letter-spacing: 0.02em;	
color: #82b71d;
}


.how-it-works__calculator-result .content:last-of-type:before {
	content:'Процентная ставка';
	color:#8d8d8d;
	font-size:18px;
	position:absolute;
	left:0;
	top:-70px;
}





.how-it-works__calculator-result .content {
	

}

.how-it-works__calculator-result .content:last-of-type {
}

.how-it-works__calculator-result h2 {
	font-size: 25px;
	margin-bottom: 25px
}

.how-it-works__calculator-result input {
border: 2px solid rgba(113, 132, 154, 0.3);
}

.how-it-works__calculator-result .content span.result__btn {
font-weight:400;
margin-left:12px;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.02em;
color: #0D325C;
border-bottom:1px dotted #0D325C;
display:inline-block;
position:relative;
top:-3px;
cursor:pointer;
}


.how-it-works__calculator-result input#calc__percents {
border: none;
background:transparent;
max-width:45px;
	width:auto!important;
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #FC554E;
}

.how-it-works__calculator-result input#calc__percents.active {

background:#fff;

}







.how-it-works__calculator-result .details-btn {
	
}

.how-it-works__calculator-result .details-btn:hover {
	cursor: pointer
}












. {
 
}
. {
 
}


. {
 
}
. {
 
}
. {
 
}
. {
 
}

. {
 
}
. {
 
}
. {
 
}
. {
 
}






.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;

}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}


.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}




.docs-send_popup, .lead-popup {
	position: relative;
	max-width: 540px;
	width: 100%;
	padding: 50px 65px;
	border-radius: 15px;
    background-color: rgb(245, 246, 247);
	margin: 20px auto
}

.docs-send_popup .my-checkbox, .lead-popup .my-checkbox {
	  margin-left:0;
      margin-right: 0;
}




.input-item-with-mark {
	position:relative;
}

.input-item-with-mark:before {
	content:'';
	display:block;
	width: 10px;
   height: 10px;
   background-color: rgb(205, 205, 205);
    border-radius: 50%;
    
	 position: absolute;
	 top:0;
	 bottom:0;
	 left:-20px;
	 margin:auto;
}

.input-item-with-mark.active:before {
	
	background-color: rgb(130, 183, 29);
}





.docs-send_popup-title, .lead-popup-title {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center
}

.docs-send_popup-text,  .lead-popup-text {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5
}



.docs-send_popup-item-error, .lead-popup-item-error {
	margin-bottom: 10px
}



.docs-send_popup-item-error span, .lead-popup-item-error span {
	font-size: 14px;
	color: #f11
}

#docs-send-popup-success .docs-send_popup-text {
	font-size: 24px
}

#docs-send-popup-success img {
	display: block;
	margin: 0 auto 30px
}






.docs-send_popup-submit:disabled {
	background-color: rgba(120, 120, 120, .7)
}





.docs-send_popup-checkbox-text a {
	color: #3c3c3c;
	text-decoration: underline
}

.docs-send_popup-checkbox-text a:hover {
	color: #ffb400
}


	
	
	
	
.pulse-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-bottom:70px;
	
}

.header_info_online {
	display:block;
	font-size:25px;
	font-weight:normal;
	margin-left:20px;
	position:relative;
	padding-left:0;
	
}
	


.pulse {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  border:8px solid #82b71d;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(130,183,29, 0.6);
          box-shadow: 0 0 0 rgba(130,183,29, 0.6);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  position:relative;
  top:-2px;
}
.pulse:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(130,183,29, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(130,183,29, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(130,183,29, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(130,183,29, 0.6);
            box-shadow: 0 0 0 0 rgba(130,183,29, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(130,183,29, 0);
              box-shadow: 0 0 0 10px rgba(130,183,29, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(130,183,29, 0);
              box-shadow: 0 0 0 0 rgba(130,183,29, 0);
  }
}







@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		        transform: rotate3d(0, 0, 1, 90deg);
		opacity: 1
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		        transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		        transform: rotate3d(0, 0, 1, 90deg);
		opacity: 1
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-30%, 0, 0);
		        transform: translate3d(-30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-30%, 0, 0);
		        transform: translate3d(-30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		        transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		        transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		        transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		        transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		        transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		        transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes widthRight {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes widthRight {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

.widthRight {
	-webkit-animation-name: widthRight;
	animation-name: widthRight
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset!important;
		animation: unset!important;
		-webkit-transition: none!important;
		-o-transition: none!important;
		transition: none!important
	}
}



.element-animation {
  opacity: 0;
  -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
          transform: translateX(-500px);
}
.element-animation.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.soc-list a{
	
	position:relative;
	display:block;
	margin:auto;
}

.soc-list a img{
	-webkit-transition: transform .26s ease-in-out;
	-o-transition: transform .26s ease-in-out;
	transition: transform .26s ease-in-out;
	position:relative;
	display:block;
	margin:auto;
}

.soc-list a:hover img{
	-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	        transform: scale(1.07);
}


.contacts_map {
    margin-top: 50px;
    border-radius: 5px;
    width: 100%;
    height: 355px;
}





.btn__up {
    position: fixed;
    z-index: 98;
    right: 20px;
    bottom: 192px;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: 0;
    background: rgba(13, 50, 92, .6) url(../img/arrow_up.svg) center/16px no-repeat;
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
}





.route:before {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity .3s ease-in-out
}

.route.active {
	position: fixed;
	z-index: 99
}

.route.active:before {
	opacity: .5
}

.route-tabs {
	position: fixed;
	z-index: 99;
	right: 8px;
	left: 8px;
	bottom: -100%;
	border-radius: 16px;
	overflow: hidden;
	transition: bottom .3s ease-in-out
}

.route-tabs.active {
	bottom: 25px
}

.route__caption {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #fbba00
}

.route-tabs__inner {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px
}

.route__tab {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 5px 16px;
	font-size: 18px;
	font-weight: 700;
	color: #0f141a;
	background: url(../img/route_right.svg) center right/34px no-repeat
}

.route__tab svg {
	margin-right: 16px
}

.btn__route {
	width: 100%;
	height: 60px;
	margin-top: 8px;
	padding: 5px;
	color: #0f141a;
	font-size: 18px;
	font-weight: 700;
	border-radius: 40px;
	border: none;
	outline: 0;
	box-shadow: 0 22px 18px rgba(0, 0, 0, .3);
	background-color: #fff
}

.route-content {
	position: fixed;
	z-index: 99;
	right: 8px;
	left: 8px;
	bottom: -100%;
	transition: bottom .3s ease-in-out
}

.route-content.active {
	bottom: 25px
}

.route-item {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	position: fixed;
	z-index: 99;
	right: 8px;
	left: 8px;
	bottom: -100%;
	transition: bottom .3s ease-in-out
}

.route-item.active {
	bottom: 25px
}

.route-item__caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #fbba00
}

.route-item__btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 60px;
	padding: 0;
	border: none;
	outline: 0;
	background: url(../img/route_left.svg) center/contain no-repeat
}

.route-item__inner {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px
}

.route__address {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 5px 16px;
	font-size: 18px;
	font-weight: 700;
	color: #0f141a;
	background: url(../img/route_right.svg) center right/34px no-repeat
}



.messanger {
	position: fixed;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	right: 20px;
	bottom: 20px;
	padding: 24px;
	border-radius: 16px;
	background: rgba(13, 50, 92, 0.6);
	-webkit-backdrop-filter: blur(60px);
	        backdrop-filter: blur(60px)
}

@media (max-width:1259px) {
	.messanger {
		right: 5px;
		bottom: 5px;
		padding: 10px
	}
}

@media (max-width:575px) {
	.messanger {
		left: 5px
	}
}

.messanger__img {
	position: relative;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	margin-right: 15px;
	background: url(../img/woman.jpg) center/cover no-repeat;
	background: url(../img/gif.gif) center/cover no-repeat;
}

@media (max-width:1259px) {
	.messanger__img {
		width: 70px;
		height: 70px
	}
}

@media (max-width:767px) {
	.messanger__img {
		width: 50px;
		height: 50px
	}
}

.messanger__img::after,
.messanger__img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 100%;
	width: 108px;
	height: 108px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-animation: scaleing 2s ease-in-out forwards infinite;
	        animation: scaleing 2s ease-in-out forwards infinite
}

.messanger__img::after {
	-webkit-animation: scaleing 2s ease-in-out 1s forwards infinite;
	        animation: scaleing 2s ease-in-out 1s forwards infinite
}

@media (max-width:1259px) {
	.messanger__img::after,
	.messanger__img::before {
		width: 70px;
		height: 70px
	}
}

@media (max-width:767px) {
	.messanger__img::after,
	.messanger__img::before {
		width: 50px;
		height: 50px
	}
}

@-webkit-keyframes scaleing {
	from {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		        transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
		        transform: translateX(-50%) translateY(-50%) scale(1.3);
		opacity: 0
	}
}

@keyframes scaleing {
	from {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		        transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
		        transform: translateX(-50%) translateY(-50%) scale(1.3);
		opacity: 0
	}
}

.messanger__list {
	width:170px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}

.messanger__item_telegram {
    margin-bottom: 5px;
}

@media (max-width:1259px) {
	.messanger__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
	}
}

@media (max-width:575px) {
	.messanger__item {
		width: calc(50% - 5px)
	}
	
	.messanger__list {
    width: calc(90% - 60px);
}
}

@media (max-width:1259px) {
	.messanger__item_whatsapp {
		margin-right: 10px
	}
}

@media (max-width:575px) {
	.messanger__item_telegram {
		display: none
	}
}

.messanger__item_whatsapp .messanger__link {
	background-image: -o-linear-gradient(266deg, #25d366 0, #1bc45a 100%);
	background-image: linear-gradient(184deg, #25d366 0, #1bc45a 100%);
	-webkit-box-shadow: inset 0 -3px 0 0 #068837;
	        box-shadow: inset 0 -3px 0 0 #068837
}

.messanger__item_telegram .messanger__link {
	background-image: -o-linear-gradient(266deg, #40a7e3 0, #2b95d2 100%);
	background-image: linear-gradient(184deg, #40a7e3 0, #2b95d2 100%);
	-webkit-box-shadow: inset 0 -3px 0 0 #0e71ab;
	        box-shadow: inset 0 -3px 0 0 #0e71ab
}

.messanger__item_whatsapp .messanger__link::before {
	width: 36px;
	height: 36px;
	background: url(../img/wa2.svg) center/contain no-repeat
}

@media (max-width:767px) {
	.messanger__item_whatsapp .messanger__link::before {
		width: 24px;
		height: 24px
	}
}

.messanger__item_telegram .messanger__link::before {
	width: 21px;
	height: 18px;
	background: url(../img/message_telegram.svg) center/contain no-repeat
}

@media (max-width:767px) {
	.messanger__item_telegram .messanger__link::before {
		width: 19px;
		height: 16px
	}
}

.messanger__item_route {
	display: none
}

@media (max-width:575px) {
	.messanger__item_route {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.messanger__item_route .messanger__link {
	border: none;
	outline: 0;
	background-image: -o-linear-gradient(107deg, #fbba00 0, #ebb41f 100%);
	background-image: linear-gradient(-17deg, #fbba00 0, #ebb41f 100%);
	-webkit-box-shadow: inset 0 -3px 0 0 #6d540d88;
	        box-shadow: inset 0 -3px 0 0 #6d540d88
}

.messanger__item_route .messanger__link::before {
	width: 20px;
	height: 22px;
	background: url(../img/message_route.svg) center/contain no-repeat
}

.messanger__link {
	position: relative;
	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;
	text-align: center;
	max-width: 180px;
	width: 100%;
	height: 53px;
	padding: 8px 10px 5px 50px;
	border-radius: 30px;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .75px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .16);
	color: #fff
}

.messanger__item_whatsapp {
	margin-bottom:5px;
}

.messanger__link:hover {
	color: #fff
}

@media (max-width:767px) {
	.messanger__link {
		max-width: 130px;
		padding-left: 25px;
		padding-right: 10px;
		font-size: 9px
	}
}

@media (max-width:575px) {
	.messanger__link {
		max-width: 100%
	}
}

.messanger__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%)
}

@media (max-width:767px) {
	.messanger__link::before {
		left: 7px
	}
}






@media (max-width:575px) {
	.messanger {
		display:none;
	}
}




.planka {
	display:none;
    background-color: rgb(98, 94, 84);
	position: fixed;
    z-index: 4;
    
    align-items: center;
    bottom: 12px;
	width:98%;
	left:0;
	right:0;
	margin:auto;
}




.planka__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.planka__item {
	display:block;
	width:25%;
	border-left:2px solid #a2a2a2;
	
	position:relative;
	height:38px;
}

.planka__item img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.planka_img span{
	display:block;
	width:28px;
	height:28px;
	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-radius: 50%;
    background: url(../img/gif.gif) center/cover no-repeat;
	
}

.planka__item:first-child {
	border-left:none
}


@media (max-width:575px) {
	.planka  {
		display: flex;
	}
}
