#tarif {
	background: #fff;
}

.tarif_cont {
	border: 1px solid #7f8181;
	border-radius: 30px;
	padding: 30px;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 100px;
	margin-top: 250px;
}

.tarif_cont p {
	margin: 0;
}

.tarif_name {
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 22px;
}

.tarif_line {
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 500px;
	border-bottom: 2px solid #e3e3e3;
	padding: 15px 0;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	padding-right: 30px;
}

.tarif_hint {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 400px;
	padding-top: 20px;
}

.tarif_hint span {
	color: #0e4c70;
	font-size: 24px;
	line-height: 12px;
}

.tarif_more {
	display: block;
	width: 26px;
	height: 26px;
	background: url(/assets/images/tarif_more.png) center center no-repeat;
	position: absolute;
	top: 10px;
	right: 0px;
	
}

.tarif_block_galka_blue {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(/assets/images/tarif_block_galka_blue.png) center center no-repeat;
}

.tarif_block_galka_red {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(/assets/images/tarif_block_galka_red.png) center center no-repeat;
}

.tarif_block {
	position: absolute;
	top: -120px;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
	width: 270px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 15px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 15px 0px rgba(34, 60, 80, 0.2);
	overflow: hidden;
	text-align: center;
}

.tarif_block1 {
	left: 540px;
}

.tarif_block2 {
	left: 830px;
}

.tarif_block_name {
	height: 120px;
	letter-spacing: 3px;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	padding: 35px 0;
	
}

.tarif_block1 .tarif_block_name {
	background: rgb(12,72,108);
	background: linear-gradient(90deg, rgba(12,72,108,1) 0%, rgba(38,127,158,1) 100%);
}

.tarif_block2 .tarif_block_name {
	background: rgb(255,89,89);
	background: linear-gradient(90deg, rgba(255,89,89,1) 0%, rgba(255,146,146,1) 100%);
}

.tarif_block_price  > div:nth-child(1) {
	font-size: 50px;
	line-height: 46px;
	padding: 10px 0;
}

.tarif_block_price  > div:nth-child(1) span {
	display: inline-block;
	font-size: 40px;
	position: relative;
	color: #999999;
}

.tarif_block_price  > div:nth-child(1) span:after {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	background: #663333;
	transform: rotate(-5deg);
}

.tarif_block_price_mini > div:nth-child(1) {
	font-size: 40px;
	margin-bottom: 14px;
}

.tarif_block_price_mini > div:nth-child(1) span {
	color: #0e4c70;
}

.tarif_block_price  > div:nth-child(2) {
	letter-spacing: 3px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0;
}

.tarif_block1 .tarif_block_price > div:nth-child(2) {
	background: #85a3b5;
}

.tarif_block2 .tarif_block_price > div:nth-child(2) {
	background: #ffacac;
}

.tarif_block_line {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
	border-bottom: 2px solid #e3e3e3;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tarif_block1 .tarif_block_line {
	color: #0c486c;
}

.tarif_block2 .tarif_block_line {
	color: #ff5959;
}

.tarif_block_but {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.tarif_block_but a,
.tarif_block_price a,
.tarif_mobile a {
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 12px 30px;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	line-height: 24px;
}

.tarif_block_price a {
	margin-top: 11px;
	margin-bottom: 11px;
	}
	
.tarif_mobile a {
	background: rgb(12,72,108);
	background: linear-gradient(90deg, rgba(12,72,108,1) 0%, rgba(38,127,158,1) 100%);
	width: 100%;
}

.tarif_block1 .tarif_block_but a,
.tarif_block1 .tarif_block_price a,
.tarif_block1 .tarif_mobile a {
	background: rgb(12,72,108);
	background: linear-gradient(90deg, rgba(12,72,108,1) 0%, rgba(38,127,158,1) 100%);
}

.tarif_block2 .tarif_block_but a,
.tarif_block2 .tarif_block_price a,
.tarif_block2 .tarif_mobile a {
	background: rgb(255,89,89);
	background: linear-gradient(90deg, rgba(255,89,89,1) 0%, rgba(255,146,146,1) 100%);
}

.tarif_mobile {
	display: none;
}

.tarif_more_mobile {
	display: none;
}

.tarif_mobile_but {
	display: none;
}






.policy {
	padding-top: 140px;
}

.mypopup {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}

.mypopup_cont {
	position: absolute;
	z-index: 201;
	width: 380px;
	height: 430px;
	border-radius: 15px;
	border: 1px solid #024880;
	background: #fff;
	left: calc(50% - 190px);
	top: calc(50% - 215px);
	padding: 50px 20px;
}

.mypopup_close {
	background: url(/assets/images/my_colorbox_close.png) center center no-repeat;
	width: 36px;
	height: 36px;
	color: transparent;
	right: 10px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}

.myform_submit {
	text-align: center;
}

#myform_popup > div {
	padding: 5px 0;
}

#myform_popup input[type=text], #myform_popup select {
	background: #f6f8fa;
	border: 1px solid #c8d7e3;
	border-radius: 5px;
	padding: 3px 10px;
	width: 100%;
}

.main_form1_personal {
	font-size: 11px;
	margin-top: 10px;
}

.main_form1_personal a {
	text-decoration: underline;
}




.main_udostov {
	margin-top: 20px;
	position: relative;
	padding: 50px 0;
}


.main_udostov h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
	margin: 0;
}

.main_udostov_block {
	background: #fff;
	padding: 70px;
	border: 2px solid #ff5959;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 900px;
}

.main_udostov_block img {
	display: inline-block;
	max-width: 100%;
}

.main_udostov_block_line1 {
	width: 90%;
	margin: 0 auto;
}

.main_udostov_block_line1 > div {
	float: left;
}

.main_udostov_block_line1 > div {
	padding: 5px;
}

.main_udostov_block_line1 > div:nth-child(1) {
	width: 25%;
}

.main_udostov_block_line1 > div:nth-child(2) {
	width: 25%;
}

.main_udostov_block_line1 > div:nth-child(3) {
	width: 50%;
}

.main_udostov_block_line2 {
	
}

.main_udostov_block_line2 > div {
	float: left;
	width: 50%;
	padding: 5px;
}

.clear {
	clear: both;
}



.main_top_block_new_links {
	margin-top: 0px;
	position: relative;
	height: 140px;
}

.main_top_block_new_links > div {
	position: absolute;
	top: 0;
}

.main_top_block_new_links > div:nth-child(1) {
	left: 0px;
}

.main_top_block_new_links > div:nth-child(2) {
	left: 130px;
}

.main_top_block_new_links > div:nth-child(3) {
	left: 260px;
}

.main_top_block_new_links > div:hover {
	width: 240px;
	height: 110px;
	z-index: 11;
}

.main_top_block_new_links a {
	text-align: left;
	padding-left: 100px;
	border: 2px solid #fff;
	padding-top: 14px;
	border-radius: 55px;
	background-color: #aae6dc;
	overflow: hidden;
	width: 110px;
	height: 110px;
	color: transparent;
	border-radius: 55px;
	display: block;
	transition: all .2s ease-in-out;
	font-size: 14px;
}

.main_top_block_doc a {
	background-image: url(/assets/images/main_top_block_gerb_white.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.main_top_block_doc a:hover {
	background-image: url(/assets/images/main_top_block_gerb.png);
}

.main_top_block_cert a {
	background-image: url(/assets/images/main_top_block_cert_white.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 25px;
}

.main_top_block_cert a:hover {
	background-image: url(/assets/images/main_top_block_cert.png);
}

.main_top_block_new_links a:hover {
	width: 240px;
	color: #0b486b;
	text-decoration: none;
}




/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */



@media (max-width:1650px){
	
}

@media (max-width:1400px){

}

@media (max-width:1370px){
}

@media (max-width:1200px){
	
	.tarif_name {
	font-size: 38px;
	margin-bottom: 34px;
}

	.tarif_name2 {
	margin-bottom: 3px;
}

.tarif_line {
	width: auto;
	max-width: 400px;
}

.tarif_block_price > div:nth-child(1) {
	font-size: 40px;
}

.tarif_block_price > div:nth-child(2) {
	font-size: 12px;
}

.tarif_block1 {
	left: 450px;
}

.tarif_block2 {
	left: 690px;
}

.tarif_block {
	top: -90px;
	width: 230px;
}

.tarif_block_name {
	height: 90px;
	font-size: 30px;
	padding: 20px 0;
}

.tarif_block_price_mini > div:nth-child(1) {
	font-size: 34px;
	margin-bottom: 9px;
}



}

@media (max-width:990px){
	
.tarif_line {
	font-size: 18px;
	line-height: 24px;
	max-width: 100%;
}

.tarif_more_mobile {
	display: block;
}

.tarif_more {
	display: none;
}

.tarif_mobile {
	display: block;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 15px;
}

.tarif_mobile  > div span.old_price {
	display: inline-block;
	font-size: 22px;
	position: relative;
	color: #999999;
}

.tarif_mobile  > div span.old_price:after {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	top: 12px;
	left: 0;
	background: #663333;
	transform: rotate(-5deg);
}

.tarif_mobile > div {
	float: left;
	width: 50%;
	text-align: center;
}

.tarif_mobile > div > div:nth-child(1) {
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
}

.tarif_mobile > div > div:nth-child(2) {
	padding: 15px 0;
	font-size: 28px;
}

.tarif_mobile > div:nth-child(1) > div:nth-child(2) {
	color: #0c486c;
}



.tarif_mobile > div:nth-child(2) > div:nth-child(2) {
	color: #ff5959;
}

.tarif_mobile > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
	color: #fff;
	font-size: 14px;
	background: #85a3b5;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 0;
}

.tarif_mobile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	color: #fff;
	font-size: 14px;
	background: #ffacac;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 0;
}

.tarif_mobile > div:nth-child(1) > div:nth-child(1) {
	background: rgb(12,72,108);
	background: linear-gradient(90deg, rgba(12,72,108,1) 0%, rgba(38,127,158,1) 100%);
}

.tarif_mobile > div:nth-child(2) > div:nth-child(1) {
	background: rgb(255,89,89);
	background: linear-gradient(90deg, rgba(255,89,89,1) 0%, rgba(255,146,146,1) 100%);
}



.tarif_block {
	display: none;
}

.tarif_name {
	font-size: 28px;
	text-align: center;
	margin-bottom: 15px;
	}
	
.tarif_cont {
	padding: 30px 15px;
	margin-top: 80px;
	margin-bottom: 0;
}

.tarif_mobile_but {
	display: block;
}

.tarif_mobile_but > div {
	text-align: center;
	padding: 40px 0;
	float: left;
	width: 50%;
}


.tarif_mobile_but a {
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 12px 20px;
	color: #fff;
	border-radius: 20px;
}

.tarif_mobile_but > div:nth-child(1) a {
	background: rgb(12,72,108);
	background: linear-gradient(90deg, rgba(12,72,108,1) 0%, rgba(38,127,158,1) 100%);
}

.tarif_mobile_but > div:nth-child(2) a {
	background: rgb(255,89,89);
	background: linear-gradient(90deg, rgba(255,89,89,1) 0%, rgba(255,146,146,1) 100%);
}

}

@media (max-width:768px){
	
	.main_udostov_block {
	padding: 20px;
}

}

@media (max-width:480px){

.main_udostov_block_line1 {
	width: 100%;
}
	
.main_udostov_block_line1 > div, .main_udostov_block_line2 > div {
	width: 100% !important;
	float: none;
	padding: 10px 0;
}

.mypopup_cont {
	position: absolute;
	z-index: 201;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 1px solid #024880;
	background: #fff;
	left: 0;
	top: 0;
	padding: 50px 20px;
	padding-top: 130px;
}

.mypopup_close {
	top: 80px;
}



.main_top_block_new_links > div {
	position: relative;
	top: auto !important;
	left: auto !important;
}

.main_top_block_new_links {
	margin-top: 60px;
	height: auto;
}

.main_top_block_new_links a {
	width: 300px;
	height: 110px;
	color: #024880;
	padding-right: 20px;
	margin: 10px auto;
	font-size: 16px;
	padding-top: 10px;
}

.main_top_block_new_links a:hover {
	width: 300px !important;
	margin: 10px auto;
	left: auto !important;
}

.main_top_block_new_links > div:hover {
	width: auto;
}

}

@media (max-width:380px){
}