/*Popup form*/

.popup {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	z-index:100;
	display:none;
	background:rgba(0,0,0,0.4);
}

.popup_bg {
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}
		
		
.zagpopupform {
	text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}		
		
.call_form_new {
	top:20%;
	position: relative;
	margin:4px auto;
	z-index:2;
	width:300px;
	padding:40px 20px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	}

div.closes {
	opacity: 0.5;
	position: absolute;
    right: 6px;
    top: 8px;
    cursor: pointer;
    background: #0459a8;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 50%;
}

div.closes:hover {
	background: #36A9E1 !important;
}


div.closes:hover {
	opacity: 1;
}


.call_form_new .input_block input {
	border-radius: 4px;
    margin-bottom: 15px;
    width: 93%;
    padding: 10px 12px;
}

.call_form_new .input_btn input {
	background: #0459A8;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 11px 20px;
    cursor: pointer;
    width: 100%;
}	

.call_form_new .input_btn input:hover {
	background: #36A9E1 !important;
    border: 2px solid white;
}


.topbanner {
	min-height:562px;
	margin-bottom: 20px;
}

.topbannercontainer_inner {
	padding-left:99px;
	padding-top:70px;
}
.topbannerzag {
	color:white;
	font-size:48px;
	font-weight:700;
	margin-bottom:20px;
	text-transform:uppercase;
	
}

.topbannertext {
	color:white;
	font-weight:400;
	font-size:20px;
	line-height: 24px;
	max-width: 830px;
}

.topbannericons {
	padding-top:70px;
	display:flex;
	justify-content: space-between;
    max-width: 850px;
}

.iconimg {
	padding-bottom: 7px;
	height: 70px;
}

.icontext {
	color:white;
	font-weight:400;
	font-size:20px;
	line-height: 24px;
}


.iconscontainer {
	
}

.svidetelstvo_section {
	margin-bottom: 60px;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.svidleft {
	margin-right: 100px;
    position:relative;
	width:162px;
	height:219px;
}
.svidleft:before {
	position: absolute;
    width: 132px;
    height: 200px;
    background: #D9D9D9;
    transform: rotate(-8deg);
    content: "";
    z-index: 0;
    left: -22px;
    top: 11px;
}


.svidleft img {
	position: absolute;
}

.svidright {
	font-weight:700;
	font-size:32px;
	text-transform:uppercase;
}

.svidright>span {
	color:#0459A8;
}

.newsvyas_section {
	border: 1px solid #000000;
    padding: 40px 40px;
    margin-left: 33px;
    margin-right: 33px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.newsvyas_section_left {
	
}

.newsvyas_section_right {
	
}

.newsvyas_zag {
	
font-size: 32px;
font-weight: 700;
line-height: 38.73px;
text-align: left;

}

.newsvyas_text {
	
font-size: 16px;
font-weight: 400;
line-height: 19.36px;
text-align: left;
margin-top: 22px;

}

.svyazbutton {
	background: #0459A8;
	color:white;
font-size: 24px;
font-weight: 500;
line-height: 29.05px;
text-align: left;
padding: 20px 72px;
cursor:pointer;
}

.svyazbutton:hover {
	background:#36A9E1;
}

.newraschetform:hover {
	background:#36A9E1!important;
	border: 2px solid white;
}


.chto_daet_section {
	
}

.chto_daet_section_zag {
	text-transform:uppercase;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.89px;
	text-align: center;
	margin-bottom:20px;
}

.chto_daet_section_text {
	
}


.newchtodflex {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.newchtodflex_left {
	flex-basis:45%;
}

.newchtodflex_right {
	flex-basis:45%;
	
}

.chto_daet_section_text ul {
	padding-left:65px;
	list-style: none;
}

.chto_daet_section_text span {
	font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.chto_daet_section_text li {
	position: relative;
    margin-left: 24px;
    font-size: 24px;
    padding-bottom: 26px;
}

.chto_daet_section_text li:before {
	content: "■";
    color: #3C82D3;
    display: inline-block;
    position: absolute;
    font-size: 30px;
    left: -40px;
    top: -9px;
}


.rasc_sect {
	background:#36A9E1;
	margin-bottom: 100px;
    padding-bottom: 80px;
}
.rasc_sect_zag {
	color:white;
	text-transform:uppercase;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.89px;
	text-align: center;
	padding-top: 30px;
    padding-bottom: 30px;
}

.rasc_sect_text {
	text-align: center;
	color:white;
	padding-bottom: 30px;
	font-size:24px;
}


.rasc_sect_flex {
	display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.rasc_sect_flex_container {
    display: flex;
    flex-direction: column;
}

.rasc_sect_flex_container .svyazbutton {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-top: 20px;
	box-sizing: border-box;
}


.rasc_sect_flex_container .svyazbutton:hover {
	padding: 18px 70px;
}

.rasc_sect_flex_item {
	background: white;
	padding: 30px 47px;
	position: relative;
}

.rasc_sect_flex_item_logo {
	height: 65px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rasc_sect_flex_item_logo img {
	
}

.rasc_sect_flex_item_text {
	font-size:22px;
	text-indent: 38px;
}

.newchek {
	width:20px;
	height:20px;
	position:absolute;
	background:url(/includes/4.png);
	left: 50px;
    bottom: 32px;
}

.rasc_sect_but {
	float: right;
}

.rastsec_container {
	max-width: 1084px;
    margin: 0 auto;
}

.prcedura_rasc_section {
	margin-bottom:30px;
}


.prcedura_rasc_section_zag {
	margin-bottom:50px;
font-size: 28px;
font-weight: 700;
line-height: 33.89px;
text-align: center;
text-transform:uppercase;
}

.prcedura_rasc_container {
	max-width: 1084px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}

.prcedura_rasc_item {
	flex-basis:30%;
	margin-bottom: 30px;
    margin-right: 20px;
	display: flex;

}

.prcedura_rasc_item_left {
	background: #36A9E1;
    color: white;
    font-size: 48px;
    font-weight: 600;
    width: 53px;
    text-align: center;
    height: 53px;
    margin-right: 20px;
	flex-basis: 20%;
}

.prcedura_rasc_item_right {
	flex-basis: 70%;
    font-size: 22px;
}

.howwework_section {
	margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.howwework_left {
	flex-basis: 35%;
}

.howwework_left img {
	width: 100%;
}

.howwework_right {
	flex-basis: 60%;
}

.howweworkszag {
	text-transform:uppercase;
font-size: 40px;
font-weight: 700;
line-height: 48.41px;
text-align: left;
margin-bottom: 27px;

}

.howweworkstext {
	
}


.howweworkstext p {
	font-size:24px;
}

.howweworkstext ul {
	padding-left: 17px;
    list-style: none;
}

.howweworkstext li {
	
	position: relative;
    margin-left: 24px;
    font-size: 24px;
    padding-bottom: 26px;
}

.howweworkstext li:before {
	content: "■";
    color: #3C82D3;
    display: inline-block;
    position: absolute;
    font-size: 30px;
    left: -40px;
    top: -9px;
}

.whycontainer {
	justify-content: space-between;
}


.whycontainer-item {
	flex-basis: 21%;
    margin-bottom: 40px;
}

.whycontainer-item-img {
	height: 85px;
    margin-bottom: 30px;
}

.whycontainer-item-img img {
	
}

.whycontainer-item-text {
	
font-size: 22px;
font-weight: 400;
line-height: 26.4px;
text-align: left;

}

.ms-documents-group {
    border: 1px solid #000;
    margin: 18px 0;
}
.ms-documents-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 36px;
}
.ms-documents-group__title-price {
    display: flex;
    width: 73%;
    align-items: center;
}
.ms-documents-group__title {
    width: 80%;
    font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
.ms-documents-group__price {
    font-weight: bold;
    width: 200px;
    padding-left: 100px;
	font-family: "Montserrat", sans-serif;
}

.ms-documents-group__hide {
    cursor: pointer;
    width: 13%;
    text-align: center;
    display: none;
}

.ms-documents-group__show {
    width: 13%;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.ms-documents-group__icon {
    transition: transform ease-in .3s;
    cursor: pointer;
}

.ms-document-group__documents-container {
    padding: 32px 82px 50px 82px;
    display: none;
}

.newactive {
	display:block!important;
}

.ms-documents-group__header-underline {
	display:none;
	border-bottom: 1px solid #000;
    width: auto;
    margin: 0 10px;
}

.newactive {
	display:block!important;
}

.newgote {
	transform: rotate(180deg);
}


.ms-document-group__document {
	display:flex;
}

.ms-document-group__document-title {
	flex-basis:60%;
}

.ms-document-group__document-price {
	flex-basis:30%;
	
}


.ms-document-group__document-title {
	position:relative;
}

.ms-document-group__document-title:before {
	content: "";
    position: absolute;
    left: -21px;
    width: 8.6px;
    height: 8.3px;
    background: black;
    top: 5px;
    border-radius: 50%;
}


.tarifs_section {
	margin-top: 50px;
	margin-bottom: 55px;
}

.tarifs_container {
	display:flex;
	justify-content: space-between;
	font-family: "Montserrat", sans-serif;
}

.tarif_item {
	flex-basis:30%;
	padding:15px;
	border:1px solid black;
	padding-bottom: 40px;
}

.tarfs_header {
	display:flex;
	font-weight:700;
	font-size:20px;
	border-bottom:1px solid black;
	justify-content: space-between;
}

.tarifstext {
	min-height:550px;
}


.tarifstext ul {
	line-height:normal;
}

.tarifstext ul li {
	line-height:normal;
	margin-bottom: 5px;
}

.tarifstext p {
	line-height:normal;
}

.tarifsbutton {
	text-align:center;
}


.rassrochka_section {
	margin-bottom: 50px;
}


.rassr_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.rassr_container_left {
	flex-basis:32%;
}

.rassr_container_left img {
	width:100%;
}

.rassr_container_right {
	flex-basis:60%;
}

.rassr_container_right p {
	font-weight:400;
	font-size:22px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
}

.zareg_section {
	background: #36A9E1;
    margin-bottom: 50px;
    padding-left: 109px;
    padding-right: 109px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.zareg_container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.zareg_container_left {
	color:white;
	
font-size: 32px;
font-weight: 700;
line-height: 38.4px;
text-align: left;

}

.zareg_container_right {
	
}

.svyazbutton1 {
	color:white;
font-size: 24px;
font-weight: 500;
line-height: 29.05px;
border:2px solid white;
padding: 21px 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.svyazbutton1:hover {
	background:white;
	color:#36A9E1;
}


.newactive1 {
	padding: 32px 78px 50px 20px;
}


.newactive1 ul {
	
}

.newactive1 li {
	margin-bottom:5px;
}


.newtitle1 {
	font-weight:normal;
	font-family: "Inter", sans-serif;
	
}

.newactive {
	font-family: "Montserrat", sans-serif;
}
.newactive ol li {
	margin-bottom:10px;
}


@media screen and (max-width:600px) {
	.topbannerzag {
		font-size:24px;
	}
	
	.topbannercontainer_inner {
		padding-left: 30px;
		padding-top: 30px;
	}
	
	.topbannertext {
		font-size: 16px;
	}
	
	.topbannericons {
		padding-top: 20px;
		flex-wrap: wrap;
	}
	.icontext {
		font-size: 14px;
	}
	
	.iconscontainer {
    flex-basis: 100%;
    display: flex;
}

.iconimg img {
	width: 35px;
}

.iconimg {
	flex-basis:20%;
}

.icontext {
	flex-basis:60%;
	margin-top: 5px;
}
.icontext br {
	display:none;
}

.iconimg {
    padding-bottom: 7px;
    height: 40px;
}

.svidright {
	font-size: 18px;
}

.newsvyas_section {
	flex-wrap: wrap;
	margin-left: 0px;
    margin-right: 0px;
	padding: 20px 20px;
}
.newsvyas_zag {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.newsvyas_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    margin-top: 15px;
}

.newsvyas_section_left {
    flex-basis: 100%;
}

.newsvyas_section_right {
    flex-basis: 100%;
}

.svyazbutton {
    display: block;
    margin-top: 30px;
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    padding: 16px 72px;
}

.rasc_sect_flex_container .svyazbutton:hover {
    padding: 14px 70px;
}

.chto_daet_section_zag {
	font-size: 16px;
	line-height: normal;
}

.newchtodflex_left {
    flex-basis: 100%;
}

.newchtodflex_right {
    flex-basis: 100%;
}

.newchtodflex {
	flex-wrap: wrap;
}

.chto_daet_section_text li {
	font-size: 14px;
}

.chto_daet_section_text ul {
    padding-left: 15px;
    list-style: none;
	margin-top: 0px;
}

.rasc_sect_zag {
	font-size:16px;
	line-height: normal;
	padding-bottom: 20px;
}

.rasc_sect_text {
	font-size:16px;
	line-height: normal;
}

.rasc_sect_flex {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
}
.rasc_sect_flex_item {
    background: white;
    margin-right: 0px;
    padding: 10px;
    position: relative;
    flex-basis: 88%;
    display: flex;
    flex-wrap: wrap;
}

.rasc_sect_flex_item_logo {
	flex-basis:100%;
	order:2;
}
.rasc_sect_flex_item_text {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 15px;
    text-indent: 0;
    text-align: center;
}
.newchek {
	top: 13px;
	left: 13px;
}

.rasc_sect_flex {
	margin-bottom: 10px;
}

.rasc_sect_but {
	float: none;
}


.rasc_sect {
    background: #36A9E1;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.prcedura_rasc_section_zag {
	
	font-size:16px;
	line-height: normal;
}

.prcedura_rasc_item_right {
    flex-basis: 75%;
    font-size: 16px;
}

.prcedura_rasc_item {
	flex-basis: 100%;
}

.prcedura_rasc_item_left {
	
}

.prcedura_rasc_item_left {
    background: #36A9E1;
    color: white;
    font-size: 20px;
    font-weight: 600;
    width: 23px;
    text-align: center;
    height: 23px;
    margin-right: 20px;
    flex-basis: 8%;
}

.howwework_section {
	flex-wrap: wrap;
}

.howwework_left {
    flex-basis: 100%;
}

.howwework_right {
    flex-basis: 100%;
    margin-top: 20px;
}

.howweworkszag {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 19px;
}

.howweworkstext li {
    position: relative;
    margin-left: 24px;
    font-size: 16px;
    padding-bottom: 26px;
}

.howweworkstext p {
    font-size: 14px;
}

.whycontainer-item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.whycontainer-item {
    flex-basis: 45%;
    margin-bottom: 30px;
}

.ms-documents-group__hide {
	display:none;
}

.ms-documents-group__show {
	display:none;
}

.ms-documents-group__price {
    font-weight: bold;
    width: 200px;
    padding-left: 50px;
}

.ms-documents-group__header {
	padding: 8px 20px;
}

.ms-document-group__documents-container {
	padding: 20px 15px 10px 25px;
}

.ms-document-group__document-title {
    
    font-size: 10px;
}

.ms-document-group__document-price {
    flex-basis: 30%;
    font-size: 10px;
}

.dops {
	font-size: 10px;
}

.tarifs_container {
	flex-wrap: wrap;
}

.tarif_item {
    flex-basis: 100%;
    padding: 15px;
    border: 1px solid black;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.tarfs_header {
	font-size: 16px;
}

.tarifstext {
    min-height: 230px;
    font-size: 12px;
}

.rassr_container_right p {
    font-weight: 400;
    font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}

.zareg_section {
    background: #36A9E1;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zareg_container {
	flex-wrap: wrap;
}

.zareg_container_left {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    text-align: center;
    margin-bottom: 35px;
}

.svyazbutton1 {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: 2px solid white;
    padding: 14px 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.zareg_container_right {
    width: 100%;
    text-align: center;
}

.newtitle1 {
	font-weight:normal;
	font-size:14px;
	
}

.newactive1 {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
}

.ms-documents-group__icon svg{
	width:25px;
	height:25px;
}

.ms-document-group__document-title {
    flex-basis: 59%;
}
	
}


.newchek1 {
	background: url(/includes/44.jpg);
}



@media screen and (max-width:360px) {
	.call_form_new {
		width: 290px;
		padding: 10px 10px;
	}
	.call_form_new .input_block input {
		width: 90%;
	}
	
	.rasc_sect_flex_item_logo img {
		max-width: 100%;
	}
	
}