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

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


}

body {
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #000;
	font-size: 19px;
    line-height: 1.2;
	

}

a {
    color: #4c4c4c;
}

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:-moz-placeholder {
    color: transparent
}

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


.container {
    max-width: 1190px!important;
}


section {
overflow:hidden;}



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

H1 {
    font-size: 38px;
    line-height: 1.4;

}

H2 {}



.but {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 11291px;
  z-index: 588;
}

.but {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 11291px;
  z-index: 588;
}

.error-p {
    font-size: 13px;
    line-height: 16px;
    color: #e90000;
    margin-top: 3px;
    margin-bottom: 0;
    display: none;
}


.error-p.visible {

    display: block;
}



.intro-s {
	background: url(../img/qbg.jpg) no-repeat center center;
    background-size: cover;
	text-align:center;
	padding-top:10%;
	
}


H3 {}



.inp {
    outline: none;
	border:none;
    font-size: 18px;
	line-height:22px;
    padding: 13px 10px;
	padding-left: 50px;
	background: #FFF;
	border-radius: 2px;
	width:100%;
	color: rgb(125, 122, 136);
}





.btn-submit {
    
}






ul {
    list-style: none;
}

a {}

a:hover {

    text-decoration: none;
}

.text-center {
    text-align: center;
}



section {
	padding:80px 0;
}

section.prices {
	padding:60px 0 80px;
}

section.text-block_1 {
	padding-top:80px;
	padding-bottom:0;
}

section.text-block_2 {
	padding-top:70px;
	padding-bottom:70px;
	background-color: rgb(236, 236, 236);
}



section H2{
	font-size:40px;
	font-weight:600;
	margin-bottom:10px;
	text-align:center;

}

.jur-l section H2{
	margin-bottom:40px;

}




section H2.blue{
	color:#0099cc;
}




section H3{
	font-size:36px;
	font-weight: 400;
	margin-bottom:50px;
	text-align:center;
}

section H3 {
	font-size:30px;
	display:block;
	font-weight: 500;

}

section.text-block_2 H3 span{
	color:#000;
	text-transform:unset;
}


.blue-btn {
  display:table;
  border-radius: 40px;
  background-image: -moz-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -webkit-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -ms-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  box-shadow: 0px 5px 9px 0px rgba(7, 6, 6, 0.51);
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  color:#fff;
  padding:12px 30px;
  transition:all 0.3s ease-out;
  margin-left: auto;
    margin-right: auto;
	opacity:1!important;
}

.blue-btn:hover, .blue-btn:focus {
  opacity:0.8!important;
  color:#fff;
  text-decoration:none;
}


/* Общее  */

/* Шапка  */


header {
		background: url(../img/bg.jpg) no-repeat center center;
		background-size:cover;
		color:#fff;
}


.jur-l header {
		background: url(../img/bg-l.jpg) no-repeat center center;
		background-size:cover;
		
}


header .header-menu-row a{
		
		color:#fff;
}




.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
	


}

.logo-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #00042D;
	position:relative;
	display:block;
	margin-bottom:5px;
	
}









.header-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-logo-item {
	
}



.header-menu-item {
	
	
}




.header-contact-item:last-child {
	margin-right:0;
}



.header-contact-item {
	font-size:18px;
	font-weight:600;
	border-radius: 30px;
	background-color: rgb(255, 255, 255);
	height:81px;
	padding:8px 20px 0;
	border:2px solid #0099cc;
}





.header-phone {
	background: url(../img/icons/phone.png) no-repeat left center;
	padding-left:40px;
	margin-bottom:4px;
}

.header-phone-one {
	height:30px;
	line-height:30px;
}

.header-phone a{
	display:block;
	font-size:18px;
	font-weight:bold;
}




.header-adress {
	color:#000;
	font-size:13px;
}




.call-btn {
	font-size:16px;
	border-bottom:1px solid #ff3333;
	float:right;
}


.header-menu-row {
	display:table;
	margin:auto;
	min-width:406px;
}

.header-menu-row ul {
	position:relative;
	display:table;
	margin:auto;
}




.header-menu-row ul a.logo img{
	
	
}

.header-menu-row li {
	display:block;
	float:left;
	border-left:4px solid #fff;
	padding:0 15px;
}

.header-menu-row li:first-child {
	border-left:none;
}

.header-menu-row a {
	font-size:23px;
	line-height:22px;
	
}







/* Шапка  */



/* Меню в шапке */







/* Интро  */
.intro {
	position:relative;
	padding:20px 0 55px;
	
}

.jur-l .intro{
	padding-top:60px;
}



.intro:after {
	
	
}




.intro-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}


.intro-left {
	
	padding-top:50px;
	width: calc(100% - 470px);
	padding-right:10px;
}



.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
	
	
	.custom-checkbox+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	
}
.custom-checkbox+label a{
  margin-left: 5px;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0099cc;
  background-color: #0099cc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size:10px;
}





.intro-btn {
    width: auto;
    padding: 20px 38px;
    margin-top: 53px;

}




.intro H1 {
    font-size: 36px;
	line-height: 1.2;
	color:#0099cc;
	font-weight:800;
	margin-bottom:30px;
	
}


.jur-l H1 {
    font-size: 46px;
	color:#fff;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	
}

.jur-l H1.h1-b {
    margin-bottom:60px;
	
}


.intro-list_1 {
	margin-bottom:40px;
	
}

.jur-l .intro-list_1 {
	display:table;
	margin-left:auto;
	margin-right:auto;
}


.intro-list_1 li {
	background: url(../img/icons/graph_1.png) no-repeat left center;
	padding-left:27px;
	display:block;
	color:#fff;
	font-size:28px;
	margin-bottom:5px;
	
}







.close-btn {
	color: #3399ff;
	background:none;
	border:none;
	outline:none;
	display:table;
	margin:5px auto 0;
	font-size:18px;
}




.intro H2 {

   font-size: 30px;
   font-weight:600;
   text-transform:uppercase;
   margin-bottom:50px;
  
}














/* О банкротстве */

.about {
	background:#eef2f6;
}


.jur-l .about p {
	font-size:24px;
}




.about .blue-btn {
	margin-left:auto;
	margin-right:auto;
}



.about-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:100px;
}

.about-left {
	width:503px;
}
.about-right {
	width: calc(100% - 570px);
}

.about H4{
	font-size:25px;
	color:#0099cc;
	margin-bottom:35px;
}

.debt-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:60px;
}

.debt-row li{
	width:33.3%;
	margin-bottom:40px;
}

.debt-row li:last-child{
	margin-top:-20px;
	width:100%;
	margin-bottom:0;
}


.d-ico {
  display:block;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -webkit-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -ms-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  box-shadow: 0px 5px 9px 0px rgba(7, 6, 6, 0.51);
  width: 83px;
  height: 83px;
  position:relative;
  margin-bottom:25px;
  margin-left:auto;
  margin-right:auto;
}

.d-ico img {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.d-title {
	display:block;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}


/* Преимущества  */

.advantages {
	
}


section.advantages {
background: url(../img/advbg.png) no-repeat center center;
background-size: cover;
color:#fff;
}



section.advantages H2, section.advantages H3 {
    color:#fff;
}

.advantages p{

}

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




p.notice {
	text-align:center;
	margin-bottom:40px;
}






.q-h3 {
	font-size:33px;
	text-align:center;
	font-weight:600;
	margin-bottom:50px;
}




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

.un-row-type_2 {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}




.un-row-type_2 p{
	
}

.un-img_left .un-txt{
	padding-left:40px;
	padding-right:0;	
}

.un-img_right .un-txt{
	padding-left:0;
	padding-right:60px;
	
	
}





.un-img {
	width:377px;
	height:100%;
	border-radius: 30px;
}

.un-img img{
	position:relative;
	z-index:99;
	border-radius: 30px;
}



.un-txt {
	width: calc(100% - 377px);
	
}



.un-txt p:last-child{
	margin-bottom:0;
}

.un-txt H3{
	font-size:36px;
	text-align:left;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:400;
	
}

.un-txt p{
	font-size:30px;

		
}

.ad-row {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:60px;
	
}

.ad-row .d-ico {
	width:113px;
	height:113px;
}
 
.ad-row li {
	width:33.3%;

}

.ad-row .d-title {
	font-weight:400;
	font-size:24px;
}



/* Текстовый блок  */


.effect {
	background:#eef2f6;
}

.effect-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:40px;
}

.effect-mob-row{
	margin-bottom:40px;
}

.effect-item {
	margin-bottom:40px;
	width:560px;
}


.effect-item-new {
	box-shadow: 0px 5px 9px 0px rgb(7 6 6 / 51%);
	background:#fff;
	border-radius:20px;
	margin-bottom:25px;
	padding:10px;
	position:relative;
}

.effect-item-new:before {
	content:'';
    display: block;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
    background-image: -webkit-linear-gradient( 
32deg
, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
    background-image: -ms-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
    box-shadow: 0px 5px 9px 0px rgb(7 6 6 / 51%);
    width: 45px;
    height: 45px;
    position: relative;
	top:0;
	bottom:0;
    margin: auto;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	margin-bottom:15px;
}

.effect-item-new:nth-child(2):before {
	content:'';
}

.effect-item-new:nth-child(3):before {
	content:'';
}

.effect-item-new:nth-child(4):before {
	content:'';
}



.cheme {
	background:#eef2f6;
}

.cheme H2 {
	margin-bottom:70px;
}

.cheme-item {
	background-image: -webkit-linear-gradient( 
32deg
, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
    background-image: -ms-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
	padding:1px;
	border-radius: 33px;
	margin:0;
	overflow:hidden;
	margin-bottom:40px;
}

.cheme-item:last-child {
	margin-bottom:60px;
}

.cheme-item H3 {
	color:#0099cc;
	font-size:30px;
	font-weight:500;
	margin-bottom:40px;
}

.cheme-item-last H3 {
	color:#0099cc;
	font-size:40px;
	font-weight:600;
	margin-bottom:30px;
	text-align:left;
}



.cheme-item-unlast H3 {
	font-size:40px;
	font-weight:600;
	color: #000;
	margin-bottom:30px;
	text-align:left;
}

.cheme-item-unlast p {
	font-size:30px;
	color: #000;
	margin-bottom:20px;
	text-align:left;
	line-height:1.4;
}



.cheme-item-inner {
	background:#fff;
	border-radius: 30px;
	overflow:hidden;
	padding:33px 60px;
	margin:2px;
}

.cheme-item-row {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}

.cheme-item-row:last-child {
	margin-bottom:0;
}


.cheme-item-last .cheme-item-inner{
	background: url(../img/caucasian-man.jpg) no-repeat center center;
	background-size:cover;
}

.cheme-item-unlast .cheme-item-inner{
	background: url(../img/fon.png) no-repeat center center;
	background-size:cover;
}








.cheme-item-row ul li {
    background: url(../img/icons/graph_1.png) no-repeat left 5px;
    padding-left: 27px;
    display: block;
    font-size: 26px;
    margin-bottom: 23px;
}

.img-txt.cheme-item-row ul{
	padding-left:30px;
}

.txt-img.cheme-item-row ul{
	padding-right:10px;
}


.cheme-item-row ul li:last-child {

    margin-bottom: 0;
}



.cheme-item-row img {
	display:block;
	margin:auto;
	border-style: solid;
  border-width: 3px;
  border-color: rgb(0, 158, 225);
  border-radius: 30px;
  width:377px;
  height:100%;
}

.cheme-item-row ul {
	width: calc(100% - 377px);
}





/*  Фак  */

.faq {
	background: url(../img/advbg.png) #112036 no-repeat center center;
	background-attachment: fixed;
	color:#fff;
}

section.faq H2{
	margin-bottom:80px;
}

.accordion-wrap {
	width:100%;
	
}



.accordion-content {
    padding-top: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    line-height: 1.5;
    font-size: 1.125em;
	border-top:2px dashed #336666;
}



.accordion-item .accordion {
font-weight: 500;
font-size: 30px;
cursor:pointer;
position:relative;
padding-bottom:25px;
}


.accordion-item .accordion span{
font-weight: bold;
font-size: 36px;
cursor:pointer;
color:#336666;
display:inline-block;
margin-right:4px;
}


.accordion .mobi-accord-ico {
    position: absolute;
    right: 0;
    top: 3px;
    width: 29px;
    height: 24px;
}



.accordion .mobi-accord-ico:before {
    content: '';
    display: block;
    width: 29px;
    height: 24px;
    vertical-align: middle;
    background: url(../img/icons/up.png) no-repeat center center;
}

.accordion.is-open .mobi-accord-ico {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}



.accordion-item  {
margin-bottom: 30px;
}

.accordion-item:last-child  {
margin-bottom: 30px;
}



@media screen and (max-width:767px) {
	
	
	
	
	
   
.header-menu-row {

	min-width:unset;
}   
   
   
   
.faq {
	
	background: url(../img/advbgm.jpg) #112036 no-repeat center center;
    background-size: cover;
}   
   

}

@media screen and (max-width:480px) {
   .accordion-item .accordion {
    font-size: 25px;
	padding-right:33px;
}





}




















/*  Отзывы  */

section.rev  {
background: #eef2f6;
}




section.rev H2{
	margin-bottom:70px;
}

.rev__row {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:60px;
}




.rev__item {
	width:48%;
	margin-bottom:70px;
	
}

.rev__item:last-child {
	width:48%;
	margin-bottom:0;
	
}

.rev H2.blue {
	margin-bottom:0;
}



.rev__item-title {
	font-size:24px;
	margin-bottom:45px;
}

.rev__item-title span{
	font-size:30px;
	color: #0099cc;
	font-weight:bold;
}

.rev__item-text {
	font-size:18px;

}

.rev__item-text p:last-child{
	margin-bottom:0;
	
}




.rev__item_wrap {
	padding:60px 20px 15px;
}



.rev__row {
	position:relative;
	z-index:99;
}

.rev__item {
	background:#fff;
	border-radius: 30px;
	box-shadow: 0px 0px 37.73px 11.27px rgba(0, 2, 15, 0.06);
	padding:40px 15px;
	position:relative;
	
}

.rev__item-img {
	width:146px;
	position:absolute;
	top:-43px;
	right:30px;
}












@media screen and (max-width:520px) {

.rev__item {
	width:100%;
	
	padding: 115px 15px 15px;
}

.rev__item p {
    margin: 0 0 7px;
}

.rev__item-title {
    font-size: 22px;
    margin-bottom: 25px;
}

.rev-meta-row {
	flex-wrap:wrap;
}

.rev-meta-row > div{
	width:100%;
}

.rev__item-img {

margin-bottom:15px;

}

.rev__item-img img {
display:block;
margin:auto;

}

.rev__item-title {
	text-align:center;
}

.rev__item-date {
	text-align:center;
}

.rev-meta-row {
    display: flex;
    background: url(../img/stars.png) no-repeat bottom center;
    align-items: center;
	padding-bottom:25px;
}

.rev__item-text br {
	display:none;
}

}


/* Схема работы */


.cheme {
	padding-top:30px;
}



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

.cheme__item {
	margin-bottom:70px;
	background: url(../img/cheme.png) no-repeat center center;
	height:574px;
}

.cheme_row {
	margin-bottom:40px;
}

.cheme__item-mob {

border-radius: 30px;
box-shadow: 0px 0px 37.73px 11.27px rgb(0 2 15 / 6%);
padding: 20px 45px 20px 20px;
position:relative;
width:92%;
margin-bottom:20px;
}


.cheme__item-number {
	
	background-color: rgb(0, 151, 225);
	color:#fff;
	font-weight:bold;
	width:50px;
	height:50px;
	border-radius:50%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	position:absolute;
	top:0;
	bottom:0;
	
	right:-25px;
	margin:auto;
	
	
}






/* Подвал  */
footer {
    background: url(../img/advbg.png) no-repeat center center;
	padding:30px 0 0;
	
	color:#fff;
}

.footer-botom {
	padding:30px 0;
}

footer a, footer a:hover, footer a:focus {
    text-decoration:none;
	color:#fff;
}

.footer-contact-item-btns a {
  background-image: -moz-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -webkit-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  background-image: -ms-linear-gradient( 32deg, rgb(38,52,129) 0%, rgb(112,197,235) 100%);
  
  display: block;
  padding:25px;
  font-size:20px;
  font-weight:bold;
  border-radius:40px;
 
  float:left;
}

.footer-contact-item-btns a.active {
  border:2px solid #fff;
}



.novosib-map {
	margin-right:20px;
}


.footer-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;
	padding-bottom:30px;
   
}



.map  {
	background:#eee;
	border-radius:30px;
}

.map-wrap {
	position:relative;
	border-radius:30px;
	overflow:hidden;
}


/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
	color:#000;
	position:absolute;
	box-sizing:border-box;
	top: -100%;
	left: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:15;
	transition: opacity .7s ease;
	background-color:rgba(0,0,0,0.55);
	opacity: 0;
}
.loader:after,
.loader:before {
	box-sizing:border-box;
}
.loader.is-active {
	top: 0;
	opacity: 1;
}

.loader-default:after {
	content:'';
	position:absolute;
	width:48px;
	height:48px;
	border:solid 8px #fff;
	border-left-color:transparent;
	border-radius:50%;
	top:calc(50% - 24px);
	left:calc(50% - 24px);
	-webkit-animation:rotation 1s linear infinite;
	        animation:rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}
@-webkit-keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}
@keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}



.map iframe {
	display:block;
	margin:auto;
	border-radius:30px;
	position:relative;
	z-index:16;
}


.footer-contact-item {
	min-width:430px;
}



.footer-contact-item-content {
	
}

.footer-contact-item-content a{
	font-size:25px;
}

.footer-phone {
    background: url(../img/icons/fphone.png) no-repeat left center;
    padding-left: 45px;
    margin-bottom: 7px;
	min-height:34px;
}

.footer-point {
    background: url(../img/icons/fpoint.png) no-repeat left center;
    padding-left: 47px;
	font-size:23px;
	min-height:39px;
	line-height:31px;
	
}

.footer-point a{
    display:block;
	color:#0099cc;
	text-decoration:underline;
}

.footer-point a:hover, .footer-point a:focus{
	color:#0099cc;
	text-decoration:underline;
}


@media screen and (max-width:767x) {
    .footer-row {
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}

	
	
	
	
}

@media screen and (max-width:520px) {
    
	
	
	
	
}


/*  Подвал конец */




/*  Модальное окно */
	
	
	
	.modal .modal-content {
    position: relative;
    background-color: rgb(247, 247, 250);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

	
	
	
	
	
	#callModal .modal-dialog {
		width:100%;
		max-width:600px;
		
	}
	
	#callModal .modal-content form{
		padding: 0 15px 20px;
	}
	
	#modaltrener .modal-content {
		background:#fff;
	}
	
	#modaltrener .close {
	
		opacity: 1;
	}
	
.form-title {
	font-size:30px;
	line-height:32px;
	text-align:center;
	margin-bottom:35px;
	margin-top:20px;
}	
	

.orange-btn.pop-btn {
	width:100%;
	max-width:350px;
	margin:auto;
	padding:14px 0 15px;
	text-align:center;
}

.modal-inp-wrapper {
	position:relative;
}

.modal-inp-wrapper .icon {
    position: absolute;
    top: 15px;
    left: 15px;
	
}
.f_user {
     display: inline-block;
    width: 17px;
    height: 19px;
	background-image: url(../img/icons/user.png);
	background-repeat:no-repeat;
}

.f_phone {
     display: inline-block;
    width: 21px;
    height: 17px;
	background-image: url(../img/icons/phone2.png);
}





.modal-inp-wrapper {
	width:100%;
	max-width:350px;
	margin:auto;
	margin-bottom:30px;
}


.modal-inp-wrapper_last {

}



.modal-inp-wrapper .inp {
	

}

.pol-wrapper {
	
	margin-bottom:35px;
	font-weight: 500;
}

.pol-wrapper label{
	font-size:13px;
	line-height:18px;
	font-weight:400;
}

.pol-wrapper label input[type="checkbox"] {
	margin: 0px 0 0;
	position:relative;
	top:2px;
	left:-2px;
}


.ubtn {
	display:block;
	text-align:center;
	color:#333333;
	font-size:17px;
	margin-top:15px;
}

.modal-inp-wrapper input.inp::-webkit-input-placeholder {color: rgb(125, 122, 136);}
.modal-inp-wrapper input.inp::-moz-placeholder {color: rgb(125, 122, 136);}
.modal-inp-wrapper input.inp:-ms-input-placeholder {color: rgb(125, 122, 136);}
.modal-inp-wrapper input.inp::-ms-input-placeholder {color: rgb(125, 122, 136);}
.modal-inp-wrapper input.inp::placeholder {color: rgb(125, 122, 136);}


.modal-inp-wrapper input.inp:focus::-webkit-input-placeholder {
  color: transparent
}
.modal-inp-wrapper input.inp:focus::-moz-placeholder {
  color: transparent
}
.modal-inp-wrapper input.inp:focus:-moz-placeholder {
  color: transparent
}
.modal-inp-wrapper input.inp:focus:-ms-input-placeholder {
  color: transparent
}




/*  Модальное окно конец */



/*  bstart */

.bstart {
	background: url(../img/bsbg.jpg) no-repeat center center;
	background-size:cover;
	font-size:24px;
}

.bstart ul {
    margin-bottom: 20px;
}

.bstart li {
    background: url(../img/icons/graph_1.png) no-repeat left center;
    padding-left: 27px;
    display: block;
    margin-bottom: 5px;
}




.bstart-row  {
	display:flex;
	align-items:center;
}

.bstart-row img {
    width: 171px;
}

.bstart-row img{
    display:block;
	margin:auto;
}

.bstart-row_1{

	margin-bottom:30px;;
}

.bstart-row p{
    width: calc(100% - 171px);
	padding-left:60px;
	margin-bottom:0;
}



.bstart-row-btn {
	display:flex;
	justify-content:space-between;
	margin:50px 0 50px;
}







a.green-btn {
	background:#1cc814;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	line-height:78px;
	padding:0 30px;
	display:table;
	box-shadow: 0px 5px 9px 0px rgb(7 6 6 / 51%);
	border-radius:40px;
	text-transform:uppercase;
}

a.green-btn:hover, a.green-btn:focus {
    opacity: 0.8!important;
    color: #fff;
    text-decoration: none;
}

a.yellow-btn {
	background:#cc9900;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	line-height:78px;
	padding:0 30px;
	display:table;
	box-shadow: 0px 5px 9px 0px rgb(7 6 6 / 51%);
	border-radius:40px;
	text-transform:uppercase;
}

a.yellow-btn:hover, a.yellow-btn:focus {
    opacity: 0.8!important;
    color: #fff;
    text-decoration: none;
}


/*  bstart */



/*  txt_1 */
.txt_1 {
	font-size:24px;
}


.txt_1-notice {
	background: url(../img/qw.png) no-repeat center center;
	border-radius: 30px;
	border:3px solid #fff;
	font-size:33px;
	text-align:center;
	font-weight:bold;
	padding:44px 20px;
	margin-top:50px;
	
}

.txt_1-row {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}

.txt_1-left {
	width:442px;
}

.txt_1-right {
	width: calc(100% - 442px);
	padding-left:30px;
}


.txt_1-list {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
	align-items:center;
}

.txt_1-list-left {
	width:278px;
}

.txt_1-list-right {
	width: calc(100% - 278px);
	padding-left:30px;
}


/*  txt_1 */

/*  intro-m */
.intro-m {
	background: url(../img/intro-m-bg.jpg) no-repeat center center;
	background-size:cover;
	font-size:24px;
}


.intro-m H2{
	margin-bottom:60px;
}


.intro-m-row {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}

.intro-m-left {
	width:477px;
}

.intro-m-right {
	width: calc(100% - 477px);
	padding-left:30px;
}

.intro-m-notice {
	color:#0099cc;
	text-align:center;
	font-weight:500;
	margin-top:50px;
	margin-bottom:50px;
}



/*  intro-m */




/*  efm */

.efm {
background:#eef2f6;
}

.efm-row {
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
	
}

.efm-item {
	background:#fff;
	width:272px;
	border-radius: 30px;
	padding:12px	
}

.efm-img{
	
	margin-bottom:17px;
}

.efm-img img {
	display:block;
	margin:auto;
}

.efm-txt {
	text-align:center;
	font-size:21px;
	font-weight:500;
}


/*  efm */

.jur-l .advantages p {
    font-size: 24px;
}

.jur-l .un-txt p {
    font-size: 24px;
}

.jur-l .un-txt H3 {
    font-size: 28px;
	font-weight:600;
}

p.in-p  {
	margin-bottom:5px;
}

.intro-b p {
	font-size:24px;
}

.intro-b-row {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:50px;
}

.intro-b-right {
	width:535px;
}

.intro-b-left {
	width: calc(100% - 535px);
}

section.intro-b H2.blue {
    margin-bottom:0;
}


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


}

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


}



@media screen and (max-width:767px) {




header {
	
}

.logo {
    margin-bottom: 0;
}

#callModal .modal-dialog {
    width: auto;

}




.header-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;

}


.header-contact {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
		width:100%;
}

.logo.only-mob img{
	display:block;
	margin:auto;
}


.header-contact-item {
    width:100%;
    margin-right: 0;
}




.header-logo-item {
	width:100%;
	margin-bottom:15px;
}

.header-adress {
    background: none;
    padding-left: 0;
	text-align:center;
    font-size: 16px;
	margin-top:3px;
}


.header-logo-item img.only-m {
	display:block;
	margin:auto;
}





    .intro-list {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .intro-list__item {
        
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }





.un-row {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
	    margin-bottom: 30px;
}

.blue-btn {
    font-size: 20px;
    border-radius: 22px;
    padding: 12px 12px;

}



.un-img {
    width: 100%;
	margin-bottom:20px;
}

.un-img img{
    max-width: 100%;
}

.un-txt {
    width: 100%;
    font-size: 19px;
	text-align:center;
}

.un-txt H3 {
    font-size: 25px;
    
}

.q-h3 {
    font-size: 25px;
    
    margin-bottom: 20px;
}

.un-row4 {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.un-row4-item {
    border-radius: 30px;
    width: 48%;
    padding: 8px;
	margin-bottom:15px;
}

.un-row4-txt {
    font-size: 17px;
    text-align: center;
}

.un-row-type_2 .un-txt {
    padding-left: 0;
}

.un-row-type_2 ul {
    text-align: left;
}

.un-row-type_2 p {
    font-size: 22px;
    margin-bottom: 15px;
}

.un-row-type_2 ul li {
    padding-left: 22px;
    font-size: 20px;
    margin-bottom: 8px;
}

.un-img {
	-webkit-box-ordinal-group:1;
	    -ms-flex-order:0;
	        order:0;
}

.un-txt {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
}

section.text-block_2 {
    padding-bottom: 35px;
}



.intro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: unset;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}






section.advantages {
    background: url(../img/advbgm.jpg) no-repeat center center;
    background-size: cover;
}


.header-contact-mob {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}

.header-contact-mob  .header-phone {
    font-size: 19px;
    
}

.call-btn {
    font-size: 13px;
}


.logo.only-mob{
	width:42%;
}

.cont-m {
	width:55%;
}


.header-row {
    padding: 10px 0 7px;



}

section.text-block_1 {
    padding-top: 40px;
    padding-bottom: 0;
}

.intro-right {
    width: 100%;
	display:none;
}

.header-menu-row {
	display:none;
}	
	
header {
    padding-top: 0;
}

.header-contact-content {
	display:none;
}

.intro:before {
    content: none;
}

.header-menu-row ul a.logo {
    display:none;
}






.faq__inner {
    width: 100%;
    padding: 0 0;
}

.faq__plus {
    position: absolute;
    top: 15px;
	
	right: 10px;
	margin:auto;
    
}

.faq__item--title {
    border-radius: 20px;
    font-size: 23px;
    padding: 10px 15px;
	padding-right:45px;
	text-align:left;
}

.faq__answer {
    padding: 12px 10px;
    font-size: 22px;
    border-radius: 0 0 20px 20px;
    width: 90%;
}

.rev__item-img {
    margin-left: auto;
	margin-right: auto;
}

.rev-btn {
    margin-top: 30px;
	font-size: 20px;
    padding: 12px 10px;
	width:100%;
	text-align:center;
}






.footer-row {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.footer-row-left {
    width: 100%;
	margin-bottom:40px;
	
}

.footer-row-right {
    width: 100%;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom:15px;
}

.footer-contact-item {
    float: none;
    margin-right: 0;
}

.about-content p:last-child {
    margin-bottom: 0;
}





footer .header-phone, header .header-phone {
    display: table;
    margin: auto;
	background-size:23px;
} 

.header-phone-one {
    height: unset;
    line-height: 24px;
}


.footer-contact-txt {
    text-align: center;
    padding-top: 40px;
    font-size: 22px;
}







.rev__row {
   
}

.navbar-toggler.collapsed {
	display:none;
}

}

@media screen and (max-width:520px) {


.intro-list_1 li {
    
    padding-left: 30px;
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}


.intro-list_1  {
	display:table;
	margin:auto;
    margin-bottom:30px;
}



section H2 {
    font-size: 33px;
    margin-bottom: 30px;

}
	
.rev__item-text {
   
    min-height: unset;
}


section H2 {
    border-bottom:none
}

section H3 {
    font-size: 24px;
    
}





.text-block_2 .un-img {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.un-txt H3 {
    text-align:center;
}

.un-img_right .un-txt {
    padding-left: 0;
    padding-right: 0;
}


footer H2 {
    font-size: 36px;
    border-bottom: none;
    font-weight: 400;
    display: table;
    margin-bottom: 30px;
	
}


.notice-top {
    line-height: 40px;
    font-size:18px;
}

.notice-bottom {
    line-height: 40px;
    font-size:18px;
}

	
}




@media (max-width: 520px) {
	
	
 .intro H1 {
        font-size: 27px;
		line-height:32px;
        margin-bottom: 20px;
		text-align:center;
		font-weight:600;
    }
	
	.intro .col-xs-12 {
   
    
}

.intro {
    background: transparent;
}

.intro-form {
    width: 100%;
    position: relative;
    left: 0;
}

.intro-form-top {
    width: 100%;
    height: 193px;
    background: url(../img/planka.png) no-repeat center left, url(../img/planka.png) no-repeat center right;
    padding: 50px 10px 0;
    font-size: 33px;
    text-align: center;
}

.intro-form-bottom:before {
	content:unset;
}

.intro-form-bottom:after {
	content:unset;
}






	.intro H2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}



.intro-list__item {
    padding: 5px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 6px;
   
}

.intro-list .list-img img {
    width: 25px;
}
	
	
	
	
	
	

	
	
}



@media screen and (max-width:420px) {
    H1 {
        font-size: 38px;
    }

    H2 {
        font-size: 32px;
    }

    H3 {
        font-size: 27px;
    }
}

.rev__item{
 
  animation-duration: 1s;
  
}


.rev__item:nth-child(even) {
 
  
  
  -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
  
}

.cheme-item {
	
}


.pop-btn {
	outline:none;
	border:none;
}




@media screen and (max-width:768px) {
   .about-left {
    width: 100%;
	margin-bottom:20px;
	
}
	 .about-right {
    width: 100%;
	
}

.debt-row li {
    width: 50%;
    margin-bottom: 20px;
}

.d-title {
    font-size: 19px;
}

.ad-row li {
    width: 100%;
	margin-bottom:30px;
}

.cheme-item {
  
    border-radius: 23px;

}

.cheme-item-inner {
    border-radius: 20px;
    padding: 15px 15px;

}

.cheme-item H3 {
    font-size: 25px;
    margin-bottom: 20px;
	text-align:left;
}


.cheme-item-row {
    display: flex;
    flex-wrap:wrap;
}

.cheme-item-row img {
	max-width:100%;
	margin-bottom:20px;
	order:0;
}

.cheme-item-row ul {
    width:100%;
	order:1;
	 margin-bottom: 20px;
}

.cheme-item-row ul li {

	 margin-bottom: 10px;
    font-size: 20px;
   
}

.cheme-item-row {

    margin-bottom: 0;
}



.img-txt.cheme-item-row ul {
    padding-left: 0;
}




.footer-contact-item {
    min-width: unset;
}

.rev__item:last-child {
    width: 100%;
    margin-bottom: 0;
}



.ad-row {

    margin-bottom: 30px;
}

.ad-row .d-title {
    font-size: 19px;
}

.about-row {

    margin-bottom: 70px;
}

section {
    padding: 40px 0;
}

.header-logo-item img {
	display:block;
	margin:auto;
}



.header-contact-item {
    font-size: 18px;
    border-radius: 30px;
    height: unset;
    padding: 5px;
    border: 2px solid #0099cc;
	margin-bottom:10px;
}

.header-phone a {

    font-size: 20px;

}

.intro {
    position: relative;
    padding: 0 0 55px;
}

header {
    background: url(../img/bgm.jpg) no-repeat center center;
	background-size:cover;

}

.jur-l header {
		background: url(../img/bgm-l.jpg) no-repeat center center;
		background-size:cover;
}





.rev__item-img {
    position: absolute;
    top: -43px;
    right: 0;
	left:0;
	margin:auto;
}



.footer-contact-item-btns a {
   width:100%;
   float:none;
   text-align:center;
}
.footer-contact-item-btns a:first-child {
   margin-bottom:20px;
}

.footer-contact-item-btns a:last-child {
   margin-bottom:40px;
}

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

.footer-contact-item {
	width:100%;
}


section.faq H2 {
    margin-bottom: 50px;
}

.accordion .mobi-accord-ico {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    height: 19px;
}

.accordion .mobi-accord-ico:before {
    content: '';
    display: block;
    width: 23px;
    height: 19px;
    vertical-align: middle;
    background: url(../img/icons/up.png) no-repeat center center;
}





}


@media screen and (max-width:767px) {
	.about-right img.only-mob {
		display:block;
		margin:auto;
	}
	.bstart-row img {
   
}
	.bstart-row {
		flex-wrap:wrap;
		margin-bottom:20px;
	}
	
	
	.bstart-row p {
    width:100%;
    padding-left:0;
	padding-top:15px;

}

.bstart-row-btn {
	flex-wrap:wrap;
}

a.green-btn {
	margin: 0 auto 30px;
	width:340px;
	font-size:27px;
	line-height:72px;
	text-align:center;
}

a.yellow-btn {
	margin: 30px auto 0;
	width:340px;
	font-size:27px;
	line-height:72px;
	text-align:center;
}

.txt_1-right, .txt_1-list-right, .intro-m-right {
    width:100%;
    padding-left:0;
}

.txt_1-list-left, .txt_1-left, .intro-m-left {
   width:100%;
   margin-bottom:20px;
}






.txt_1-list-left img, .txt_1-left img, .intro-m-left img{
  display:block;
   margin:auto;
   width:278px;
   
}


.txt_1-notice {
    background: url(../img/qw.png) no-repeat center center;
    border-radius: 20px;
    font-size: 27px;
    padding: 30px 15px;
    margin-top: 40px;
}

.efm-row {
    flex-wrap:wrap;
}


.efm-item {

    width: 270px;
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}


.about-row {
    margin-bottom: 40px;
}

.jur-l .intro {
    padding-top: 30px;
}

.jur-l H1 {
    font-size: 40px;
    margin-bottom: 30px;
	line-height:1.2;

}

.jur-l H1.h1-b {
    margin-bottom: 40px;
}

.intro-b-left {
    width:100%;
}

.intro-b-right {
    width: 100%;
}



	
}






