@font-face {
    font-family: 'Yandex Sans';
    src: local('Yandex Sans Text Light'), local('Yandex-Sans-Text-Light'),
        url('../fonts/YandexSansText-Light.woff2') format('woff2'),
        url('../fonts/YandexSansText-Light.woff') format('woff'),
        url('../fonts/YandexSansText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Yandex Sans';
    src: local('Yandex Sans Text Regular'), local('Yandex-Sans-Text-Regular'),
        url('../fonts/YandexSansText-Regular.woff2') format('woff2'),
        url('../fonts/YandexSansText-Regular.woff') format('woff'),
        url('../fonts/YandexSansText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
 }
@font-face {
	font-family: 'Yandex Sans';
	src: local('Yandex Sans Text Medium'), local('Yandex-Sans-Text-Medium'),
		url('../fonts/YandexSansText-Medium.woff2') format('woff2'),
		url('../fonts/YandexSansText-Medium.woff') format('woff'),
		url('../fonts/YandexSansText-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Yandex Sans';
    src: local('Yandex Sans Text Bold'), local('Yandex-Sans-Text-Bold'),
        url('../fonts/YandexSansText-Bold.woff2') format('woff2'),
        url('../fonts/YandexSansText-Bold.woff') format('woff'),
        url('../fonts/YandexSansText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
 }
 .wpcf7-form p{
     margin-bottom:0;
 }
.wpcf7-response-output{
    margin-top:0;
}
.wpcf7-not-valid{
    border-color:red !important;
}
.wpcf7-not-valid-tip{
    font-size:12px;
    text-align:center;
}
.wpcf7-spinner{
    display:none;
}
.wpcf7-response-output{
    margin:0 !important;
    font-size:12px !important;
    line-height:normal;
    margin-top:10px !important;
}
body{
	font-family: 'Yandex Sans';
	background: url("../images/body.webp") top center no-repeat;
}
#portfolio .img img{
    max-width:100%;
}
header{
	padding: 15px 0;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
#menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
}
#menu ul li ul{
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(255,255,255, 0.9);
	font-size: 13px;
	padding: 5px 0;
	display: none;
	z-index: 5;
}
#menu ul li:hover ul{
	display: block;
}
#menu ul li ul li{
	display: block;
}
#menu ul li ul li a{
	display: block;
	white-space: nowrap;
	padding: 5px;
}
#menu ul li.menu-item-has-children>a:after{
	content: '▼';
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
#menu ul li a:hover{
	color: #ff0000;
}
header .phone a{
	font-weight: 500;
	text-decoration: none;
	color: #333;
	font-size: 18px;
}
header .phone img{
	position: relative;
	top: -2px;
	margin-right: 3px;
}
.button{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	border:none;
	background: #3e92d1;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	transition:0.3s all;
}
.button.rounded{
	border-radius: 50px !important;
}
.button:hover{
	background: #3071a2;
}
.p-50{
	padding: 50px 0;
}
.title{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#block-1 .title, .block-1 .title{
	text-transform: none;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
#block-1 .tit{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
#block-1 .form{
	
}
.white-block {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
	padding: 20px;
}
.form-control {
  border-width: 2px;
  border-color: rgb(62, 146, 209);
  border-style: solid;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
	height: 50px;
	padding: 0 15px;
}
#block-1 .button{
	width: 100%;
}
.pol{
	font-size: 10px;
	font-weight: 300;
}
#block-1 img{
	width: auto;
	float: right;
}
#block-1 .white-block{
	box-shadow: none;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	margin-top: -26px;
}
#block-3 .owl-theme .owl-nav{
	top: 20px;
	max-width: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 53px;
	height: 53px;
	overflow: hidden;
	text-indent: -1000px;
}
.owl-carousel .owl-nav button.owl-next{
	background: url("../images/right.png") center center no-repeat !important;
	margin-right: -70px;
	float: right;
}
.owl-carousel .owl-nav button.owl-prev{
	background: url("../images/left.png") center center no-repeat !important;
	margin-left: -70px;
	float: left;
}
.owl-theme .owl-dots .owl-dot span{
	width: 11px;
	height: 11px;
	background: none;
	border:1px solid #777;
	transition:0.3s all;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #3e92d1;
	border-color:#3e92d1;
}
#block-2 .block{
	text-align: center;
	margin-bottom: 24px;
}
#block-2 .block .tit{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3e92d1;
	margin: 10px 0;
}
#block-2 .block .price, #block-6 .block .price{
	background: #f8f8f8;
	font-size: 30px;
	font-weight: 500;
	color: #3e92d1;
	display: inline-block;
	padding: 0 30px;
	border-radius: 10px;
}
#block-2 .block .text{
	text-align: left;
	font-weight: 300;
	padding: 0 50px;
	margin-bottom: 20px;
	min-height: 150px;
}
#block-2 .block ul, .ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#block-2 .block ul li, .ul li{
	position: relative;
	padding-left: 20px;
}
#block-2 .button{
	padding: 15px 50px;
}
#block-2 .block ul li:before, .ul li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/li.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}
#block-3 img{
	width: auto;
	display: inline-block;
}
#block-3 .top{
	max-width: 400px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
a{
	color: #3e92d1;
}
#block-3 .text{
	font-size: 18px;
	font-weight: 300;
	max-width: 830px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}
#block-3 .button{
	padding: 15px 40px;
	margin-bottom: 30px;
}
#block-3 .block .tit{
	font-size: 18px;
}
#block-3 .item{
	padding: 0 15px;
}
#block-3 .block{
	margin-bottom: 24px;
}
.red{
	color: #ef1d24;
}
.blue{
	color: #447bfe;
}
.sub{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
}
.s-title{
	margin-bottom: 10px;
}
.sub.s-sub{
	margin-bottom: 10px;
}
.sub-text{
	font-size: 19px;
	font-weight: 300;
	margin: auto;
	margin-bottom: 40px;
	max-width: 1100px;
}
.white-block .tit{
	font-weight: 500;
	font-size: 20px;
	margin: 12px 0;
}
#block-4 .block .text{
	font-size: 18px;
	font-weight: 300;
}
#block-4 .block .tit{
	min-height: 60px;
}
#block-5{
	background: url("../images/block-5.webp") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-5 .block .tit{
	font-size: 27px;
}
.green{
	color: #129a23;
}
#block-6 .item{
	margin: 10px;
}
#block-5 .block .text{
	margin-bottom: 15px;
}
#block-6 .block .tit{
	text-align: center;
	font-weight: bold;
}
#block-6 .block .price{
	padding:3px 10px;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}
#block-6 .block .text{
	font-size: 14px;
}
#block-6 .block li{
	margin-bottom: 5px;
}
#block-6 .block .button{
	display: block;
	margin-top: 20px;
}
#block-6 .last{
	margin-top: 25px;
}
#block-7 .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 19px;
	background: #f8f8f8;
	width: 100%;
	margin-bottom: 15px;
	align-items: center;
	padding: 5px 15px;
	border-radius:5px;
}
#block-7 .block .left{
	padding-right: 15px;	
}
#block-8{
	background: url("../images/block-8.webp") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}	
#block-8 .tit{
	font-size: 27px;
}
#block-8 .text{
	margin-bottom: 15px;
}
textarea.form-control{
	padding:10px 15px;
	height: 108px;
}
.input-file {
	font-size: 18px;
	height: 50px;
	border-radius: 15px;
	box-shadow: none;
	background: #fff;
	width: 100%;
	position: relative;
}
.input-file input[type="file"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.input-file-btn {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	line-height: 50px;
	width: 100%;
	text-align: left;
	border:1px solid #666;
	font-size: 11px;
	color: #666;
	border-radius: 15px;
	background: url("../images/skrep.png") right 15px center no-repeat;
}
label.top{
	font-size: 15px;
}
#block-9 .block img{
	width: auto;
	border-radius: 50%;
	border:2px solid #fff;
	margin-top: -60px;
}
#block-9 .block{
	margin: 10px;
	margin-top: 55px;
	transition:0.3s all;
}
#block-9 .block .text{
	font-size: 13px;
	min-height: 170px;
}
#block-9 .center .block{
	transform:scale(1.1);
	margin-bottom: 15px;
}
#block-9{
	background: url("../images/block-9.webp") top 140px center no-repeat;
}
.steps .num{
	width: 113px;
	line-height: 113px;
	margin: auto;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	color: #3e92d1;
	background: url("../images/circle.png") center center no-repeat;
	margin-bottom: 20px;
}
.steps .block{
	font-size: 20px;
	font-weight: 500;
	width: 200px;
}
#block-11{
	background: url("../images/block-10.webp") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-11 .text{
	margin-bottom: 20px;
}
#block-11 .tit{
	font-size: 27px;
}
#block-12 .block{
	margin-bottom: 24px;
}
#block-12 .block .text{
	min-height: 170px;
}
#block-13 .block .tit{
	font-size: 18px;
}
#block-13{
	background: url("../images/block-13.webp") center center no-repeat;
	background-size: 100% 100%;
}
#block-14 .block{
	margin-bottom: 24px;
}
#block-14 .block .tit{
	font-weight: bold;
}
#block-14 .block .text{
	min-height: 150px;
	font-size: 15px;
}
#block-15 img{
	margin: 15px;
}
.faq{
	background: url("../images/faq.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.faq .block{
	margin-bottom: 15px;
}
.faq .block .top{
	font-size: 18px;
	padding: 12px 30px;
	background: #fff;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	padding-right: 50px;
}
.faq .block .top:after{
	content: '';
	display: block;
	width: 19px;
	height: 16px;
	background: url("../images/bot.png") center center no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
}
.faq .block .bot{
	background: #f4f4f4;
	padding: 20px;
	margin: 0 30px;
	font-size: 13px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	display: none;
}
.faq .block.active .bot{
	display: block;
}
#block-17 .block, #blog .block{
	max-width: 358px;
	margin: auto;
	margin-bottom: 24px;
}
#blog .block img, #block-17 .block img{
	border-radius: 15px;
	max-width:100%;
	height:auto;
}
#block-17 .block a, #blog .block a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
	text-align: center;
}
#block-17 .block .tit, #blog .block .tit{
	margin-top: 10px;
}
#block-17 .button{
	padding: 15px 50px;
	margin-top: 30px;
}
.text-block{
	font-size: 14px;
}
.text-block h2{
	font-size: 18px;
}
footer{
	background: url("../images/footer.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li{
	margin-bottom: 4px;
}
footer ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #000 !important;
}
footer .block{
	font-size: 16px;
	font-weight: 500;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	margin-bottom: 15px;
}
footer .block a{
	color: #000;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer .block .left{
	padding-right: 15px;
}
.toggler {
	width: 40px;
	cursor: pointer;
	padding: 5px;
	height: 100%;
	float: right;
}
.toggler div {
	height: 2px;
	background: #000;
	margin: 6px 0;
	transition: 0.3s all;
}
.toggler.active .l1 {
	opacity: 0;
}
.toggler.active .l2 {
	transform: rotate(45deg);
}
.toggler.active .l3 {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
/*Landing*/
.block-1 .text{
	margin-bottom: 20px;
}
.block-1 .title{
	margin-bottom: 10px !important;
	line-height: normal;
}
.block-1 img{
	float: right;
}
.breadcrumb{
	font-size: 14px;
	font-weight: 300;
	margin-top: 14px;
}
.breadcrumb a{
	text-decoration: none;
	color: #333;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
header{
	border-bottom: 1px solid #fff;
}
#l-3 .block{
	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 25px;
}
#l-3 .b1{
	justify-content:end;
	text-align: right;
}
#l-3 .b2{
	text-align: left;
}
#l-3 .b1 .left{
	padding: 20px;
}
#l-3 .b2 .right{
	padding: 20px;
}
#l-3 img{
	margin-top: -15px;
	margin-bottom: 15px;
}
#l-4 .block{
	margin-bottom:24px;
}
#l-4 .img{
	margin: 0 -20px;
	margin-bottom: 30px;
}
#l-4 .button{
	padding: 15px 40px;
}
#l-5 .block{
	margin-bottom: 30px;
}
#l-5 .block .top, #l-5 .block .bot{
	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
	border-radius: 20px;
}
#l-5 .block .top{
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 22px;
}
#l-5 .block .top img{
	margin-top: -11px;
	margin-left: 30px;
}
#l-5 .block .top .right{
	padding-left: 30px;
	padding-right: 30px;
}
#l-5 .block .bot{
	margin: 0 40px;
	padding: 30px;
	font-weight: 300;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#l-5 .block .bot p:last-child{
	margin: 0;
}
#l-6 .block{
	min-height: 430px;
}
#l-7 .block{
	margin-bottom: 20px;
	min-height: 450px;
}
#l-8{
	background: url("../images/landing/block-9.webp") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.form-block .tit{
	font-size: 26px;
}
.form-block .text{
	margin-bottom: 20px;
}
.block-1 input.button{
	font-size: 14px;
}
#l-form .tit{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}
#l-form .text{
	margin-bottom: 15px;
}
/*Дизайн*/
#d-2 .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
#d-2 .block .left{
	padding-right: 15px;
}
#d-3 .block .text{
	margin-bottom: 15px;
	font-size: 14px;
	min-height: 70px;
}
#d-3 .block{
	margin-bottom: 24px;
}
#l-3 .block{
	width: 100%;
}
#l-3 .bottom{
	font-size: 22px;
}
#d-5, #d-6{
	font-size: 22px;
}
#d-5 img{
	float: right;
}
#d-8 .block{
	margin-bottom: 24px;
	min-height: 380px;
}
#d-9 .block{
	font-size: 22px;
	margin-bottom: 24px;
}
#d-10 .block{
	margin-bottom: 24px;
	font-weight: bold;
}
#d-10 .block .tit{
	font-weight: bold;
}
/*Создание сайтов*/
#l-1 .bottom{
	font-size: 18px;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 40px;
}
#l-1 .link{
	font-size: 18px;
}
#s-2 .block .text{
	margin-bottom: 15px;
	min-height: 80px;
}
#d-5 .block{
	box-shadow: 0px 0px 3.88px 0.12px rgba(0, 0, 0, 0.25);
	background: #3c91d1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 30px;
	border-radius: 5px;
	margin-bottom: 24px;
}
#d-5 .num{
	border-radius: 3px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	box-shadow: 0px 0px 10.01px 2.99px rgba(0, 0, 0, 0.4);
	font-size: 55px;
	font-weight: bold;
	color: #3c91d1;
	width: 75px;
	line-height: 75px;
	text-align: center;
}
#d-5 .wrap{
	background: #fff;
	border-radius:5px;
	padding:20px 30px;
	box-shadow: 0px 0px 37.73px 11.27px rgba(0, 0, 0, 0.06);
	position: relative;
	z-index: 2;
	min-height: 200px;
}
#d-5 .block .tit{
	font-size: 20px;
	margin-bottom: 5px;
}
#d-5 .block .text{
	font-size: 14px;
	font-weight: 300;
}
#d-5 .b2{
	text-align: right;
}
#l-3.bkg{
	background: url("../images/block-13.webp") center center no-repeat;
	background-size: 100% 100%;
}
#quiz{
	background: url("../images/site/block-6.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#quiz .tit{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
.step-1 .block{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 24px;
	padding: 20px;
}
.step-1 .block .top-1{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.step-1 .block .top-2{
	font-size: 18px;
	margin-bottom: 8px;
}
.step-1 .block label{
	font-size: 18px;
}
#quiz .next{
	padding: 15px 60px;
	margin-top: 20px;
	cursor: pointer;
}
#quiz .bar{
	margin-top: 20px;
}
#quiz .bar div{
	width: 10px;
	height: 10px;
	border:1px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;;
}
#quiz .bar div.active{
	border-color:#3e92d1;
	background: #3e92d1;
}
#quiz .step-2 .block{
	max-width:300px;
	margin: auto;
	margin-bottom: 15px;
}
#quiz .step-3 .block{
	max-width:300px;
	margin: auto;
}
#quiz .step-4 .block{
	max-width:300px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
}
#quiz .step-5 .text{
	font-size: 18px;
	margin: auto;
	margin-bottom: 15px;
	max-width: 800px;
}
#quiz .step-5 .block{
	max-width:300px;
	margin: auto;
}
#quiz .step-5 .pol{
	margin-top: 10px;
	margin-bottom: 30px;
}
#quiz .step{
	display: none;
}
#quiz .step.active{
	display: block;
}
#m-2{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
#m-3 .block{
	margin-bottom: 24px;
	min-height: 240px;
}
#m-5 .block{
	border:2px solid #555554;
	padding: 15px;
	border-radius: 20px;
	position: relative;
	padding-top: 40px;
	min-height: 350px;
}
#m-5 .block:after{
	content: '';
	display: block;
	border:15px solid #3d92d1;
	position: absolute;
	height: 50%;
	bottom: -8px;
	left: -8px;
	right: -8px;
	border-radius:0 0 20px 20px;
	border-top:0;
}
#m-5 .block .tit{
	font-size: 18px;
	margin-bottom: 5px;
}
#m-5 .block .text{
	font-size: 14px;
}
#m-5 .num{
	font-size: 30px;
	font-weight: bold;
	width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border:2px solid #555554;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	background: #fff;
}
#m-6 .block{
	min-height: 380px;
}
#m-7 .block{
	min-height: 400px;
}
#m-8 .block .text{
	margin-bottom: 20px;
}
#m-8.bkg{
	background: url("../images/block-13.webp") center center no-repeat;
	background-size: 100% 100%;
}
/*Корпоративный*/
#c-5 .block{
	margin-bottom: 34px;
}
#c-5 .block .top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0px 0px 37.73px 11.27px rgba(0, 2, 15, 0.06);
	background: #fff;
	font-size: 22px;
	position: relative;
	z-index: 4;
}
#c-5 .block .left{
	padding: 0 30px;
}
#c-5 .block img{
	margin-top: -10px;
}
#c-5 .block .bot{
	font-size: 14px;
	font-weight: 300;
	padding: 15px 30px;
	border-radius:0 0  20px 20px;
	box-shadow: 0px 0px 37.73px 11.27px rgba(0, 2, 15, 0.06);
	margin: 0 20px;
	min-height: 140px;
}
#c-5 .block.last{
	margin-bottom: 0;
}
#c-7 .block{
	min-height: 460px;
}
#m-6.bkg{
	background: url("../images/block-13.webp") center center no-repeat;
	background-size: 100% 100%;
}
/*ПФ*/
#l-1 .ul{
	margin-top: 15px;
}
.pf-2 .top{
	font-weight: bold;
	font-size: 18px;
}
.pf-2 .title{
	text-transform: none;
	margin-bottom: 20px;
}
.pf-2 input.form-control{
	margin-bottom: 10px;
}
.pf-2 .button{
	margin-bottom: 10px;
}
#pf-3 .block .tit{
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}
#pf-3 .block .price{
	font-weight: bold;
	color: #3e92d1;
	font-size: 50px;
	margin: 8px 0;	
	line-height: normal;
}
#pf-3 .block .text .ul{
	text-align: left;
	margin: 15px 0;
	padding: 0 15px;
}
#pf-4 .tit{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
#pf-4 .button{
	padding: 15px 30px;
}
#pf-5{
	background: url("../images/pf/block-5.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#pf-5 .block{
	margin-bottom: 24px;
}
#pf-5 .block .tit{
	font-weight: bold;
	font-size: 24px;
}
#pf-6 .tit{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
}
#pf-6 img{
	border-radius: 20px;
	box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
	margin-bottom: 30px;
}
#pf-6 .text{
	margin-bottom: 15px;
}
#pf-6 .text, #pf-6 .ul{
	text-align: left;
	font-weight: 300;
	font-size: 18px;
}
#pf-7 .button{
	font-size: 14px;
	margin-bottom: 10px;
}
#pf-7 .form-control{
	margin-bottom: 10px;
}
#pf-7 .white-block .tit{
	margin-top: 0;
}
#pf-7 .white-block {
	margin-bottom: 20px;
}
#pf-7 .tit{
	font-weight: 500;
	font-size: 26px;
}
#pf-7 .block{
	padding: 20px;
}
#pf-7 .wrap{
	position: relative;
}
#pf-7 .wrap:after{
	content: '';
	display: block;
	border:5px solid #3e91d0;
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: -50px;
	border-radius: 5px;
}
#pf-7 .block{
	position: relative;
}
#pf-7 .block:after{
	content: '1';
	display: block;
	font-weight: bold;
	font-size: 35px;
	color: #3c8dcb;
	width: 50px;
	border:3px solid #3c8dcb;
	border-radius: 50%;
	line-height: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -70px;
	background: #fff;
	z-index: 5;
}
#pf-7 .b1:after{
	content: '1';
}
#pf-7 .b2:after{
	content: '2';
}
#pf-7 .b3:after{
	content: '3';
}
#pf-7 .b4:after{
	content: '4';
}
#pf-7 .b5:after{
	content: '5';
}
#pf-7 .b6:after{
	content: '6';
}
#pf-8{
	background: url("../images/block-13.webp") center center no-repeat;
	-webkit-background-size: 100%;
	background-size:100%;
}
#pf-8 .block .tit{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
#pf-8 .block .button{
	margin-top : 15px;
}
#pf-8 .block .ul li{
	margin-bottom: 8px;
}
#pf-8 .b1 .ul li:before{
	background: url("../images/pf/ul1.png") center center no-repeat;
}
#pf-8 .b2 .ul li:before{
	background: url("../images/pf/ul2.png") center center no-repeat;
}
/*Конеткст*/
#dir-4 .block{
	margin-bottom: 24px;
}
#dir-4 .block .text{
	min-height: 50px;
}
#dir-4 .button{
	margin-top: 20px;
}
#dir-6{
	background: url("../images/block-13.webp") center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#dir-7 .ul{
	column-count: 4;
	font-size: 14px;
	font-weight: 300;
}
#dir-7 ul li{
	margin-bottom: 3px;
}
#dir-8 .block{
	margin-bottom: 24px;
	min-height: 370px;
}
#dir-9 .item>.block{
	background: #f9fcff;
	border-radius: 20px;
	padding: 30px;
	margin: 0;
}
#dir-9 .tit{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
#dir-9 .left-img{
	border-radius: 20px;
}
#dir-9 .top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #fff;
	padding: 3px;
	border-radius: 10px;
	margin-bottom: 40px;
}
#dir-9 .top div:first-child{
	background: #f8f8f8;
}
#dir-9 .top div{
	font-size: 18px;
	font-weight: 500;
	width: 33.333333%;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}
.button.rounded{
	padding-left: 30px;
	padding-right: 30px;
}
header .button.rounded{
	padding-left: 15px;
	padding-right: 15px;
}
#dir-9 .block .left{
	font-size: 34px;
	font-weight: 500;
}
#dir-9 .block .right{
	font-weight: 300;
}
#dir-9 .block{
	margin-bottom: 15px;
}
#dir-9 .bottom img{
	width: auto;
}
#dir-9 .bottom .bl{
	display: table;
}
#dir-9 .bottom .bl > div{
	display: table-cell;
	vertical-align: middle;
}
#dir-9 .bottom .left{
	padding-right: 15px;
}
#dir-9 .bottom .bl .tit{
	margin: 0;
	font-size: 30px;
	font-weight: 500;
}
#dir-9 .bottom{
	margin-top: 50px;
}
#dir-9 .button{
	margin-top: 30px;
}
#dir-9 .owl-dots{
	margin-top: 20px;
}
#dir-10 .white-block td{
	text-align: center;
}
#dir-10 .white-block .tit{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
#dir-10 .white-block .price{
	font-size: 30px;
	font-weight: 500;
	color: #3e92d1;
}
#dir-10 .white-block tr:nth-child(odd) td{
	background: #f8f8f8;
	border-radius: 8px;
}
#dir-10 .white-block td{
	padding: 5px;
}
#dir-10 .white-block tr:nth-child(1) td{
	background: none;
}
#dir-10 .white-block tr:last-child td{
	background: none;
}
#dir-10 table{
	width: 100%;
}
#dir-10 .plus{
	font-size: 24px;
	font-weight: bold;
	color: #3e92d1;
	line-height: 24px;
}
#dir-10 .min{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
#dir-10 .button{
	font-size: 13px;
	width: 100%;
}
#dir-10 .first{
	padding-top: 20px;
}
#dir-10 .first td{
	padding: 5px;
}
#dir-10 .first tr:nth-child(1) td{
	padding: 15px 5px;
}
#dir-10 .first tr:nth-child(2) td{
	padding: 12px 5px;
}
#dir-11 {
	font-size: 18px;
	font-weight: 300;
}
#dir-11 .tit{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}
#t-4 .block .tit{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	color: #3e92d1;
	margin-bottom: 0;
}
#t-4 .block{
	margin-bottom: 24px;
	min-height: 510px;
}
#t-5 .block .tit{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 0;
}
#t-5 .block{
	min-height: 360px;
}
#block-10.t-7 .block{
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
#t-8 .block{
	margin-bottom: 24px;
	text-align: center;
}
#t-9 .block .tit{
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}
#t-9 .block .price{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3e92d1;
}
#t-9 .block .wr{
	background: #f8f8f8;
	margin-bottom: 5px;
	padding: 8px 10px;
	border-radius: 7px;
}
#t-9 .block{
	min-height: 370px;
}
#t-5, #t-9{
	background: url("../images/block-13.webp") center center no-repeat;
	background-size: 100% 100%;
}
#l-form.t-form textarea.form-control{
	height: 167px;
}
#akc{
	padding-top: 20px;
}
#akc .block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: 300;
	width: 100%;
	margin-bottom: 24px;
}
#akc .block .left{
	border-radius: 12px;
	background: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
}
#akc .block .tit{
	font-weight: bold;
	text-transform: uppercase;
	color: #3d92d1;
	font-size: 20px;
}
#akc .block .right{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #3d92d1;
	border-radius: 12px;
	padding: 20px;
	writing-mode: vertical-rl;
	transform-origin: center;
  	transform: rotate(-180deg); 
	width: 16%;
	text-align: center;
	min-height: 180px;
	box-shadow: 0px 0px 20.73px rgba(0, 2, 15, 0.06);
}
.blog-cat{
	text-align: center;
}
.blog-cat a{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	background: #3e92d1;
	padding: 10px 20px;
	border-radius: 30px;
}
#blog-form .tit{
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
#blog-form .text{
	margin-bottom: 15px;
}
#blog-form .pol{
	margin-top: 10px;
}
#blog-form .button{
	padding: 11px;
}
#block-16.vakancy{
	background: none;
	padding-top: 20px;
}
#a-1{
	padding-top: 20px;
}
#a-1 .tit{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
#a-1 .block{
	font-size: 18px;
	font-weight: 300;
}
#a-2 .tit{
	font-size: 18px;
	margin-top: 15px;
}
#portfolio .block .top{
	display: table;
	font-size: 17px;
	margin-bottom: 20px;
}
#portfolio .block .top>div{
	display: table-cell;
	vertical-align: middle;
}
#portfolio .block .left{
	padding-right: 15px;
}
#portfolio .block .text{
	margin-bottom: 25px;
}
#portfolio .img{
	margin-bottom: 24px;
}
#portfolio .button{
	padding-left: 40px;
	padding-right: 40px;
}
#portfolio .block{
	margin-bottom: 24px;
}
#contacts{
	padding-top: 20px;
}
#contacts .block{
	display: table;
	margin-bottom: 24px;
}
#contacts .block>div{
	display: table-cell;
}
#contacts .block .left{
	padding-right: 15px;
}
#contacts .block .top{
	font-weight: bold;
	font-size: 20px;
	margin-bottom:10px;
}
#contacts .block .bot{
	font-size: 17px;
}
#teh{
	font-size: 17px;
	font-weight: 300;
}
#teh .title{
	margin-bottom: 20px;
	margin-top: 30px;
}
.wp-pagenavi{
    margin-top:10px;
    text-align:center;
}
.wp-pagenavi>*{
    display:inline-block;
    padding:3px 8px;
    font-size:18px;
    color:#333;
    border:1px solid transparent;
    border-radius:5px;
    text-decoration:none;
}
.wp-pagenavi .current{
    border-color:#3e92d1;
}
.breadcrumb {
    text-indent:-1000px;
    overflow:hidden;
}
.breadcrumb>*{
    text-indent:0;
}
@media(max-width:1400px){
	#menu ul li {
		margin: 0;
	}
	header .button{
		font-size: 13px;
	}
	header .phone a{
		font-size: 15px;
	}
	.logo{
		width: 170px;
		display: block;
	}
	#block-1 .button{
		font-size: 14px;
	}
	#block-1 .owl-dots{
		margin-top: 30px;
	}
	#l-3 .block{
		font-size: 20px;
	}
	#c-5 .block .bot{
		
		padding: 15px;
		min-height: 160px;
	}
	#l-1.dir-1 .button{
		font-size: 14px;
	}
	#dir-9 .top{
		margin-bottom: 15px;
	}
	#dir-9 .bottom{
		margin-top: 15px;
	}
	#dir-10 .first td{
		font-size: 13px;
		padding: 10px 0;
	}
	#akc .block .right{
		width: 20%;
		min-height: 220px;
	}
	#a-2 img{
		height: 50px;
	}
}
@media(max-width:1200px){
	#menu ul li a{
		font-size: 13px;
		padding: 10px 9px;
		display: block;
	}
	header .logo{
		width: 140px;
	}
	header .button{
		font-size: 10px;
	}
	header .phone a{
		font-size: 13px;
	}
	#block-1 .button, .block-1 input.button{
		font-size: 12px;
	}
	#block-4 .block{
		padding: 15px;
	}
	#block-6 .last{
		margin-top: 0;
	}
	#block-10 .block{
		width: 150px;
		font-size: 18px;
	}
	footer .button{
		font-size: 11px;
	}
	#d-2 .block img{
		height: 60px;
	}
	#d-2 .block{
		font-size: 14px;
	}
	#d-3 .block .button{
		font-size: 14px;
	}
	#l-3 .bottom{
		font-size: 18px;
	}
	#d-5, #d-6{
		font-size: 18px;
	}
	#d-9 .block{
		font-size: 16px;
	}
	#d-9 .block img{
		margin-bottom: 10px;
		height: 50px;
	}
	#m-5 .block{
		min-height: 250px;
		margin-bottom: 40px;
	}
	#c-5 .block .bot{
		min-height: 180px;
	}
	#pf-5 .block .tit{
		font-size: 20px;
	}
	#l-1.dir-1 .button{
		padding: 15px;
		font-size: 13px;
	}
	#dir-2 .block .tit{
		font-size: 16px;
		margin-bottom: 0;
	}
	#dir-9 .block .left{
		font-size: 18px;
	}
	#dir-9 .bl{
		padding: 10px;
	}
	#dir-9 .bottom .bl .tit{
		font-size: 18px;
	}
	#dir-11{
		font-size: 16px;
	}
	#t-2 .block img{
		height: 50px;
	}
	#t-2 .block .tit{
		font-size: 16px;
	}
}
@media(max-width:992px){
	header .logo{
		width: 130px;
	}
	#menu ul li a{
		font-size: 11px;
	}
	#block-1 .title, .block-1 .title{
		font-size: 30px;
	}
	.p-50{
		padding: 30px 0;
	}
	#block-1 .button{
		margin-bottom: 10px;
	}
	.title{
		font-size: 25px;
	}
	.title:not(.s-title){
		margin-bottom: 20px;
	}
	#block-2 .block .tit{
		font-size: 20px;
	}
	#block-2 .block .price{
		font-size: 20px;
	}
	#block-2 .block .text{
		padding: 0;
	}
	#block-4 .block{
		margin-bottom: 15px;
	}
	#block-4 .block .text{
		font-size: 14px;
	}
	#block-6 .last{
		margin-top: 15px;
	}
	.sub{
		font-size: 18px;
	}
	.sub-text{
		font-size: 16px;
	}
	#block-7 .block{
		font-size: 13px;
	}
	#block-9 .center .block{
		transform:scale(1);
		min-height: 1px;
	}
	#block-9 .center .block .text{
		min-height: 1px;
	}
	#block-10 .block{
		font-size: 15px;
		width: 120px;
	}
	#block-13 .block{
		padding: 15px;
	}
	#block-13 .block .tit{
		font-size: 14px;
	}
	.sub:not(.s-sub){
		margin-bottom: 25px;
	}
	.sub-text{
		margin-bottom: 25px;
	}
	#block-15 img{
		margin: 5px;
	}
	#block-15 .w-100{
		display: none;
	}
	.faq .block .top{
		font-size: 15px;
	}
	#block-17 .block .tit{
		font-size: 15px;
	}
	#l-3 .block{
		font-size: 16px;
	}
	#l-4 .block .tit{
		font-size: 15px;
		margin-top: 0;
	}
	#l-4 .block{
		padding: 15px;
	}
	#l-4 .block .img{
		margin: 0 -15px;
		margin-bottom: 20px;
	}
	#l-4 .block .button{
		font-size: 16px;
	}
	#d-10 .block .tit{
		font-weight: normal;
	}
	#d-5, #d-6{
		font-size: 16px;
	}
	#d-10 .block .tit{
		font-size: 16px;
	}
	#l-1 .bottom{
		font-size: 16px;
	}
	#s-2 .block{
		margin-bottom: 15px;
	}
	#m-2{
		font-size: 16px;
	}
	#m-3 .block .tit{
		font-size: 16px;
	}
	#m-3 .block{
		min-height: 230px;
	}
	#m-5 .block{
		min-height: 310px;
	}
	#m-6 .block, #m-7 .block, #m-8 .block{
		margin-bottom: 15px;
	}
	#c-5 .block .bot{
		min-height: 1px;
	}
	#c-5 .block{
		margin-bottom: 24px;
	}
	#c-7 .block{
		margin-bottom: 24px;
	}
	#pf-3 .block{
		margin-bottom: 24px;
	}
	#pf-4 .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#pf-4 .text{
		font-size: 14px;
	}
	#pf-6 .block .tit{
		font-size: 18px;
	}
	#pf-6 .block .text, #pf-6 .block .ul{
		font-size: 14px;
	}
	#pf-7 .button{
		font-size: 11px;
	}
	.pf-2 .button{
		margin-top: 10px;
	}
	#dir-2 .block, #dir-6 .block{
		margin-bottom: 24px;
	}
	#dir-7 .ul{
		column-count: 3;
	}
	#dir-10 .block .tit{
		font-size: 20px;
	}
	#t-2 .block{
		margin-bottom: 24px;
	}
	#t-2 .block .tit{
		margin-bottom: 0;
	}
	#t-4 .block .tit{
		font-size: 16px;
	}
	#t-5 .block{
		min-height: 470px;
	}
	#t-9 .block .tit{
		font-size: 17px;
	}
	#t-9 .block .wr{
		font-size: 14px;
	}
	.blog-cat a{
		font-size: 12px;
	}
	#a-1 .block .tit{
		font-size: 16px;
	}
	#a-1 .block{
		font-size: 16px;
	}
	#a-2 .block {
		margin-bottom: 24px;
	}
	#a-3 .block .tit{
		font-size: 16px;
	}
}
@media(max-width:768px){
    header{
        position:sticky;
        top:0;
        z-index:10;
        background:url("../images/body.webp") top center no-repeat;
    }
	.m-wrap{
		padding: 0;
	}
	#menu{
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 20;
		width: 300px;
		padding: 30px;
		margin-left: -300px;
		transition:0.3s all;
	}
	#menu.active{
		margin-left: 0;
	}
	#menu ul li{
		display: block;
	}
	#menu ul li a{
		font-size: 18px;
		padding: 4px 15px;
		white-space:normal;
	}
	#menu ul li ul{
		display: block;
		position: static;
		padding: 0;
		padding-left: 15px;
	}
	#menu ul li ul li a{
		font-size: 15px;
		padding: 5px;
		white-space:normal;
	}
	#block-1 img, .block-1 img{
		width: 300px;
		float: none;
		margin: auto;
		display: block;
	}
	#block-2 .block .text{
		min-height: 1px;
	}
	#block-3 .text{
		font-size: 15px;
	}
	.white-block .tit{
		font-size: 17px;
		min-height: 1px !important;
	}
	#block-7 .block{
		margin-bottom: 5px;
	}
	#block-9 .block .text{
		min-height: 1px;
	}
	#block-10 .block .num{
		margin-bottom: 5px;
		width: 81px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.white-block .text{
		font-size: 14px;
	}
	.white-block{
		padding: 15px;
	}
	#block-13 .block{
		margin-bottom: 10px;
	}
	.faq .block .bot{
		margin: 0 10px;
		padding: 15px;
	}
	.faq .block{
		margin-bottom: 10px;
	}
	.blog .block{
		margin-bottom: 15px !important;
	}
	.blog .button{
		margin-top: 0px !important;
	}
	#l-4 .block{
		margin-bottom: 15px;
	}
	#l-5 .block .top{
		font-size: 20px;
	}
	#l-5 .block .bot{
		padding: 15px;
		margin: 0 15px;
	}
	#l-6 .block{
		margin-bottom: 15px;
	}
	#d-2 .block{
		margin-bottom: 15px;
	}
	#l-1 .bottom{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#l-1 .link{
		font-size: 16px;
	}
	#quiz .step-1 .block .top-1{
		font-size: 16px;
	}
	#quiz .step-1 .block .top-2{
		font-size: 14px;
	}
	#quiz .step-1 label{
		font-size: 14px;
	}
	#quiz .step-1 .block{
		margin-bottom: 10px;
		padding: 15px;
	}
	#quiz .step-4 .block{
		font-size: 15px;
	}
	#m-2 {
		font-size: 15px;
	}
	#m-5 .title{
		margin-bottom: 40px;
	}
	#m-5 {
		padding-bottom: 0;
	}
	#m-5 .block{
		min-height: 420px;
	}
	#pf-4 .tit{
		margin-top: 20px;
	}
	#pf-6 .block{
		margin-bottom: 30px;
	}
	#pf-7 .block{
		padding: 10px 20px;
	}
	#pf-7 .block .tit{
		font-size: 20px;
	}
	#pf-7 .white-block{
		margin: 0;
	}
	#pf-7 .block:after{
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: -30px;
		margin-top: -15px;
	}
	#pf-7 .wrap:after{
		left: -15px;
		border-width: 2px;
	}
	#pf-8 .block .tit{
		font-size: 17px;
	}
	#dir-8 .block{
		min-height: 1px;
		margin-bottom: 15px;
	}
	#dir-9 .item>.block{
		padding: 15px;
	}
	#dir-9 .block .tit{
		font-size: 16px;
	}
	#dir-9 .block .top div{
		font-size: 14px;
	}
	#dir-10 .block{
		margin-bottom: 15px;
	}
	#l-1.t-1 .text{
		margin: 0;
	}
	#l-1.t-1 .ul{
		margin: 0;
	}
	#t-4 .block{
		min-height: 1px;
	}
	#t-5 .block{
		min-height: 1px;
		margin-bottom: 15px;
	}
	#t-6 .text{
		font-size: 14px;
	}
	#block-10.t-7 .block{
		margin-bottom: 20px;
	}
	#t-9 .block{
		margin-bottom: 24px;
		min-height: 330px;
	}
	#akc .block .right{
		font-size: 16px;
		width: 15%;
		min-height: 1px;
	}
	#blog-form .form-control{
		margin-bottom: 10px;
	}
	.blog-cat a{
		padding: 5px 10px;
		font-size: 12px;
		margin-bottom: 3px;
	}
	#a-2 .block .tit{
		margin-top: 10px;
		font-size: 16px;
	}
	#a-3 .block{
		margin-bottom: 15px;
	}
	#a-3 .block .tit{
		margin-top: 0;
	}
	#contacts .block .top, #contacts .block .bot{
		font-size: 16px;
	}
	#contacts .block .top{
		margin-bottom: 5px;
	}
}
@media(max-width:576px){
	#block-1 img, .block-1 img{
		width: 200px;
		margin-bottom: 10px;
	}
	#block-1 .title, .block-1 .title{
		font-size: 25px;
		margin-bottom: 5px;
	}
	#block-1 .tit{
		font-size: 14px;
		margin-top: 0;
	}
	.block-1 .pol br{
		display: none;
	}
	.form-control.mb-3{
		margin-bottom: 5px !important;
	}
	#block-1 .owl-dots{
		margin-top: 10px;
	}
	#block-3 .top img{
		margin-bottom: 10px;
	}
	#block-3 .top{
		text-align: center;
		padding: 10px;
	}
	#block-3 .block{
		margin-bottom: 10px;
	}
	.pol{
		margin-top: 5px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		width: 30px !important;
		height: 30px !important;
		margin-left: -30px;
		background-size: 100% 100%;
	}
	.owl-carousel .owl-nav button.owl-next{
		width: 30px !important;
		height: 30px !important;
		margin-right: -30px;
		background-size: 100% 100%;
	}
	#menu{
		width: 250px;
	}
	.title{
		font-size: 22px;
	}
	#block-14 .block .text{
		min-height: 1px;
	}
	#block-15 img{
		margin: 10px;
		max-width: 90px;
	}
	.faq .block .top{
		padding: 10px;
		padding-right: 50px;
	}
	.text-block img{
		margin-bottom: 10px;
	}
	footer .logo{
		margin-bottom:20px;
	}
	footer ul{
		margin-bottom: 20px;
	}
	#block-3 .block .tit{
		margin-top: 0;
	}
	#l-3 .block img{
		width: 80px;
	}
	#l-3 .block{
		font-size: 15px;
		margin-bottom: 15px;
	}
	#l-5 .block img{
		width: 50px;
	}
	#l-5 .block .top img{
		margin-left: 15px;
	}
	#l-5 .block .top .right{
		padding: 5px;
		padding-left: 15px;
		font-size: 16px;
	}
	#l-5 .block .bot{
		font-size: 14px;
	}
	.white-block{
		min-height: 1px !important;
	}
	#d-5 img{
		margin-top: 15px;
	}
	#d-6 img{
		margin-bottom: 15px;
	}
	#s-2 .block .text{
		min-height: 1px;
	}
	#d-5 .block{
		padding: 5px;
		margin-bottom: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#d-5 .num{
		
	}
	#d-5 .block .wrap{
		padding: 15px;
		width: 100%;
	}
	#d-5 .b2 .right{
		order:1;
	}
	#d-5 .b2 .left{
		order:2;
		text-align: left;
	}
	#quiz .tit{
		margin-bottom: 15px;
	}
	#m-5 .block{
		min-height: 1px;
	}
	#c-5 .block .top img{
		width: 50px;
	}
	#c-5 .block .top .left{
		padding: 0 15px;
	}
	#c-5 .block .top{
		font-size: 16px;
	}
	.pf-2 .top{
		font-size: 14px;
		text-align: center;
	}
	.pf-2 .block .title{
		margin-bottom: 10px !important;
		text-align: center;
	}
	#pf-8 .button{
		font-size: 14px;
	}
	#pf-8 .block{
		margin-bottom: 15px;
	}
	#l-1.dir-1 .button{
		margin-bottom: 10px;
	}
	#dir-3 .button, #dir-4 .button{
		font-size: 14px;
	}
	#dir-7 .ul{
		column-count: 1;
		padding-left: 20px;
		font-size: 13px;
	}
	#dir-9 .block .right{
		font-size: 13px;
	}
	#dir-9 .bl{
		padding: 5px;
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	#dir-9 .owl-dots{
		margin-top: 0px;
	}
	#t-2 .block{
		margin-bottom: 10px;
	}
	#t-4 .button{
		font-size: 14px;
		margin-top: 0 !important;
	}
	#t-8 .block{
		margin-bottom: 10px;
	}
	#t-9 .block{
		margin-bottom: 10px;
	}
	#akc .block .tit{
		font-size: 16px;
	}
	#akc .block .text{
		font-size: 14px;
	}
	#akc .block .left{
		padding: 15px;
	}
	#akc .block .right{
		padding: 10px;
	}
	.blog-cat a{
		font-size: 10px;
	}
	#portfolio .block .top{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	#portfolio .block .top>div{
		display: block;
	}
	#portfolio .block .top .left{
		text-align: center;
		margin-bottom: 10px;
	}
	#teh{
		font-size: 15px;
	}
	#teh .title{
		margin-bottom: 15px;
	}
}

.cf7-cf-turnstile iframe {
	max-width: 100% !important;
	margin-bottom: 0!important;
}

.cf7-cf-turnstile + br {
	display: none !important;
}

.rounded-300 {
	max-width: 320px;
}
.vac{
	padding:40px 0; 
}
.vac .block{
	max-width:100% !important;
	margin:0 !important;
	margin-bottom:12px !important;
	background:#fff;
}
.vac .block .top{
	padding: 23px 23px 23px 50px;
	border: 1px solid #dadfe7;
	cursor:pointer;
	font-weight:500;
	background:#fff url("../images/arrow-down.svg") left 10px center no-repeat;
	background-size:auto 36px;
	color: #0158b6;
}
.vac h2{
	font-size:16px;
}
.vac .block.active .top{
	background:#fff url("../images/arrow-up.svg") left 10px center no-repeat;
	background-size:auto 36px;
}
.vac .block .bot{
	padding: 23px 23px 23px 23px;
	border: 1px solid #dadfe7;
	border:-top:none;
	display:none;
}
.vac .block .top:hover{
	background-color: #f5f9fc;	
}
.vac .block ul{
	list-style:none;
	padding:0;
}
.vac .block ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.vac .block ul li:before{
	content: '';
	  display: block;
	  position: absolute;
	  left: 0;
	  width: 8px;
	  height: 8px;
	  top: 8px;
	  border-radius: 4px;
	  background-color: #0158b6;
}
#pf-8 .b1 .ul{
	min-height:240px;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  font-size: 24px;
  color: #fff;
  background: #222;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
	opacity:0;
	text-decoration:none;
	transition:0.3s ease all;
}
 
.back-to-top:hover {
  text-decoration: none;
	color:#fff;
	opacity:1 !important;
}
@media(max-width:768px){
	.vac .block{
		margin-bottom:10px !important;
		font-size:14px;
	}
	.vac .block .top{
		padding: 10px 15px 10px 30px;
		background-size:auto 20px !important;
		background-position:left 5px center !important;
	}
	.vac .block .bot{
		padding:10px 15px;
	}
	.vac .block ul li:before{
		  top: 5px;
	}
	.vac .button{
		font-size:14px !important;
	}
	#pf-8 .b1 .ul{
		min-height:1px;
	}
	.back-to-top {
		display:none !important;
	}
}
#seo.block-1 img{
	float: none;
}
#seo .block {
	text-align: center;
	margin-bottom: 24px;
}
#seo .block .tit{
	font-weight: bold;
	font-size: 20px;
	padding: 15px 30px;
	line-height: normal;
}
#pf-3.seo .sub{
	font-size: 18px;
	font-weight: normal;
}
.seo .eks{
	margin-top: 60px;
}
.seo .eks .text{
	padding: 15px;	
}
.seo .eks .button{
	width: 230px;
}
.seok .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.seok .block .num{
	font-size: 45px;
	font-weight: bold;
	color: #3e92d1;
	width: 70px;
	height: 70px;
	background: url("../images/circle.png") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 70px;
}
.seok .block .right{
	padding-left: 20px;
}
.seok .block .tit{
	font-size: 20px;
	font-weight: 500;
}
.seok .block{
	font-size: 17px;
	line-height: normal;
	margin-bottom: 12px;
}
.seop{
	background: url("../images/seop.jpg");
}
.seop .white-block{
	padding: 40px;
}
.seop .tit{
	font-weight: 500;
	font-size: 22px;
}
.seop .block .num{
	font-size: 60px;
	color: #3e92d1;
	line-height: normal;
	margin-bottom: -20px;
	font-weight: bold;
}
.seop .block .tit{
	font-weight: 500;
	font-size: 20px;
}
.seoc{
	background: url("../images/seoc.jpg") center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.seoc .block{
	width: 20%;
	padding: 0 12px;
	text-align: center;
	line-height: normal;
	font-size: 18px;
}
.seoc img{
	border-radius: 50%;
	border:6px solid #fff;
	margin-bottom: 10px;
}
.seon .block{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: normal;
	min-height: 200px;
	margin-bottom: 24px;
}
.seon .block .tit{
	margin: auto;
}
#l-8.seof{
	background: url("../images/seof.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.seom .block{
	margin-bottom: 24px;
	text-align: center;
	min-height: 350px;
}
.seom .block .num{
	font-size: 70px;
	font-weight: bold;
	color: #3e92d1;
	background: url("../images/circle.png") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 111px;
	height: 110px;
	line-height: normal;
	line-height: 111px;
	text-align: center;
	display: inline-block;
}
.seom .block .text{
	line-height: normal;
}
.seo1{
	background: url("../images/seop.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media(max-width:1400px){
	#pf-3 .block .price{
		font-size: 30px;
	}
	#pf-3 .block .button{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	#pf-3 .block .price{
		font-size: 30px;
	}
	#pf-3 .block .button{
		font-size: 16px;
	}
}
@media(max-width:992px){
	#seo .block .tit{
		font-size: 16px;
		padding: 10px;
	}
	.seo .eks{
		margin-top: 0;
		margin-bottom: 0;
	}
	.seop .white-block{
		padding: 20px;
	}
	.seop .tit{
		font-size: 16px;
	}
	.seop .block .tit{
		font-size: 16px;
	}
	.seop .block .num{
		font-size: 30px;
	}
	.seoc .block{
		font-size: 16px;
	}
}
@media(max-width:768px){
	#seo .block .tit{
		font-size: 16px;
	}
	#pf-3.seo .sub{
		font-size: 15px;
	}
	.seoc .row{
		justify-content: center;
	}
	.seoc .block{
		width: 33.33333%;
		margin-bottom:15px;
	}
	.seom .block{
		min-height: 1px;
	}
}
@media(max-width:576px){
	.seoc .block{
		margin-bottom: 15px;
		width: 50%;
	}
	.seon .block{
		margin-bottom: 12px;
	}
	.seoc{
		padding: 40px 0;
	}
}