/*
Theme Name: 3dexpert
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #686F68;
	font-size: 18px;
	line-height: 21px;
	font-family: "Roboto", sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1474px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: "Roboto", sans-serif;
	}

b, strong {
	font-weight: 600;
	}

a {
	color: #456D7B;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #456D7B;
	text-decoration: none;
	}

.entry p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 21px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #456D7B;
	font-weight: 600;
	text-align: center;
	}
h1, .h1, .title{
	font-size: 48px;
	line-height: 57px;
	}
h2, .h2{
	font-size: 44px;
	line-height: 48px;
	}
h3, .h3{
	font-size: 40px;
	line-height: 44px;
	}
h4, .h4{
	font-size: 36px;
	line-height: 40px;
	}
h5, .h5{
	font-size: 32px;
	line-height: 36px;
	}
h6, .h6{
	font-size: 28px;
	line-height: 32px;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	}

.table tr th, .entry table tr th{
	border: 9px solid #fff;
	background: #F6F9F9;
	padding: 21px 24px;
	font-weight: 500;
	text-transform: uppercase;
	}

.table tr td, .entry table tr td{
	border: 9px solid #fff;
	background: #F6F9F9;
	padding: 21px 24px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 15px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 10px 0;
	padding: 0 0 0 26px;
	position: relative;
	}

.entry ul > li:before , ul.list > li:before {
	content: " ";
	display: block;
	width: 6px;
	height: 6px;
	background: #94C8C6;
	position: absolute;
	top: 8px;
	left: 0px;
	border-radius: 50%;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 27px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 18px;
	background: none;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 107px;
	padding: 10px 18px;
	background: none;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	vertical-align: bottom;
	}

.sel {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 38px 10px 18px; /* добавил место под стрелку справа */
	background: none;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	cursor: pointer;
}

/* При фокусе */
.sel:focus {
	outline: none;
	border-color: #555;
}

/* Для disabled */
.sel:disabled {
	color: #aaa;
	border-color: #ccc;
	cursor: not-allowed;
	background-image: none;
}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 11px 36px;
	border: 1px solid #456D7B;
	background: #456D7B;
	border-radius: 4px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #94C8C6;
	background-color: #94C8C6;
	color: #fff;
	text-decoration: none;
	}

.btn_c2{
	border-color: #FFE100;
	background-color: #FFE100;
	color: #456D7B;
	}

.btn_c2:hover{
	border-color: #fff;
	background-color: #fff;
	color: #456D7B;
	}

.btn_c3{
	border-color: #456D7B;
	background-color: transparent;
	color: #456D7B;
	}

.btn_c3:hover{
	border-color: #456D7B;
	background-color: #456D7B;
	color: #fff;
	}

.btn_c4{
	border-color: #94C8C6;
	background-color: transparent;
	color: #000;
	}

.btn_c4:hover{
	border-color: #94C8C6;
	background-color: #94C8C6;
	color: #fff;
	}

.btn_c5{
	border-color: #FFDC08;
	background-color: transparent;
	color: #000;
	}

.btn_c5:hover{
	border-color: #FFDC08;
	background-color: #FFDC08;
	color: #000;
	}

.form_sub .wpcf7-spinner {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header {
	background: #456D7B;
	color: #fff;
	}

.top{
	display: flex;
	align-content: center;
	align-items: center;
	padding: 12px 0;
	}

.logo{
	width: 250px;
	min-width: 250px;
	}

.logo img{
	vertical-align: bottom;
	}

.slogan{
	margin: 0 0 0 16px;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.top_cont{
	display: flex;
	margin: 0 0 0 auto;
	}

.top_cont a{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 8px;
	}

.top_cont_t{
	background: url('images/telegram.svg') no-repeat center / contain;
	}
.top_cont_v{
	background: url('images/viber.svg') no-repeat center / contain;
	}
.top_cont_i{
	background: url('images/instagram.svg') no-repeat center / contain;
	}

.top_cont a:hover{
	opacity: 0.6;
	}


.top_tel{
	margin: 0 0 0 36px;
	font-size: 16px;
	line-height: 18px;
	}

.top_tel a{
	padding: 0 0 0 24px;
	background: url('images/phone.svg') no-repeat 0px center / 20px auto;
	color: #fff;
	text-decoration: none;
	}

.top_tel a:hover{
	color: #fff;
	text-decoration: underline;
	}

.top_zap{
	margin: 0 0 0 16px;
	}



.main_nav_bg{
	padding: 10px 0;
	background: #fff;
	}

.show_nav{
	display: none;
	width: 40px;
	height: 23px;
	margin: 0 10px 10px 10px;
	position: relative;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.main_nav{
	display: block !important;
	}
}

.main_nav_fl{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	}

.main_nav > ul {
	display: flex;
	}

.main_nav > ul > li{
	display: block;
	margin: 0 20px 0 0;
	position: relative;
	}

.main_nav > ul > li > a{
	display: block;
	height: 38px;
	padding: 0 22px;
	border-radius: 4px;
	color: #456D7B;
	font-size: 17px;
	line-height: 38px;
	font-weight: bold;
	text-decoration: none;
	}

.main_nav > ul > li.menu-item-has-children > a{
	padding-right: 42px;
	background: url('images/nav.svg') no-repeat right 22px center;
	}

.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a, .main_nav > ul > li.current-menu-parent > a, .main_nav > ul > li.current-menu-ancestor > a, .main_nav > ul > li.current-post-ancestor > a, .main_nav > ul > li.current-page-ancestor > a, .main_nav > ul > li.current-prod-ancestor > a, .main_nav > ul > li:hover > a{
	background-color: #EDF4F4 !important;
	color: #456D7B;
	}

.main_nav > ul > li > ul{
	width: 180px;
	padding: 10px 22px;
	background: #EDF4F4;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 120%;
	left: 0px;
	z-index: 300;
	border-radius: 4px;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.main_nav > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.main_nav > ul > li > ul li{
	display: block;
	padding: 5px 0;
	}

.main_nav > ul > li > ul > li > a:hover, .main_nav > ul > li > ul > li.current-menu-item > a, .main_nav > ul > li > ul > li.current-menu-parent > a, .main_nav > ul > li > ul > li.current-menu-ancestor > a, .main_nav > ul > li > ul > li.current-post-ancestor > a, .main_nav > ul > li > ul > li.current-page-ancestor > a, .main_nav > ul > li > ul > li.current-prod-ancestor > a{
	text-decoration: none;
	}


.search {
	float: right;
	width: 412px;
	height: 50px;
	padding: 0 50px 0 0;
	background: #EDF4F4;
	border-radius: 4px;
	position: relative;
	}

.search_inp {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 10px 10px 10px 25px;
	background: none;
	border: 0;
	color: #76878D;
	font-size: 16px;
	line-height: 30px;
	}

.search_sub {
	width: 50px;
	height: 50px;
	background: none;
	border: 0;
	background: url('images/search.svg') no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	}

/* END HEADER */


/* HOME */

.slider {
	}

.slide {
	position: relative;
	}

.slide:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	}

.slider_text {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 600px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
	}

.slider_text_t {
	padding: 0 0 43px 0;
	font-size: 62px;
	line-height: 59px;
	}

.slider_text_e {
	padding: 0 0 55px 0;
	font-size: 22px;
	line-height: 26px;
	}


.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 300;
	line-height: 9px;
	text-align: center;
	}

.slick-dots li {
	display: inline-block;
	padding: 0 3px;
	}

.slick-dots li button {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	border-radius: 3px;
	}

.slick-dots li button:hover, .slick-dots li.slick-active button {
	background: #456D7B;
	}


.home_post {
	padding: 50px 0 20px 0;
	}



.home_promo {
	padding: 50px 0;
	}

.home_promo .h1 {
	padding: 0 0 13px 0;
	}

.promo_list {
	float: left;
	width: 401px;
	height: 336px;
	padding: 59px 238px 0 79px;
	margin: 0 0 30px 0;
	background-color: #94C8C6;
	background-repeat: no-repeat;
	background-position: right 40px top 40px;
	background-size: 200px auto;
	border-radius: 10px;
	color: #456D7B;
	}

.promo_list:nth-child(2n) {
	float: right;
	}

.promo_list_t {
	height: 114px;
	margin: 0 0 24px 0;
	overflow: hidden;
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	}

.promo_list_t a {
	color: #456D7B;
	text-decoration: none;
	}

.promo_list_t a:hover {
	color: #456D7B;
	text-decoration: underline;
	}

.promo_list_d {
	height: 42px;
	margin: 0 0 20px 0;
	overflow: hidden;
	}

.promo_list_go {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	}

.promo_list_go a {
	color: #456D7B;
	text-decoration: none;
	}

.promo_list_go a:hover {
	color: #456D7B;
	text-decoration: underline;
	}


.home_promo_go {
	padding: 1px 0 0 0;
	text-align: center;
	}


.preims {
	padding: 50px 0;
	}

.preims .h1 {
	padding: 0 0 29px 0;
	}

.preim {
	float: left;
	width: 617px;
	min-height: 50px;
	padding: 0 0 48px 71px;
	background: url('images/preim.svg') no-repeat 0px 2px;
	}

.preim:nth-child(2n) {
	float: right;
	}

.preim:nth-child(2n+1) {
	clear: left;
	}


.preims_go {
	color: #456D7B;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	}


.zayav_bg {
	background: #FFDC08;
	}


.zayav {
	padding: 33px 0 38px 0;
	color: #000;
	}

.zayav p {
	margin: 0;
	}

.zayav .h1 {
	padding: 0 0 12px 0;
	color: #000;
	}

.zayav_fl {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
	}

.zayav_inp {
	width: 32%;
	}

.zayav_sub {
	width: 32%;
	}


.home_persons {
	padding: 50px 0;
	}

.home_persons .h1 {
	padding: 0 80px;
	}

.persons_slider {
	padding: 10px 0 30px 0;
	}

.slick-arrow {
	display: block;
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	border: 1px solid #456D7B;
	position: absolute;
	top: -78px;
	z-index: 300;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s 0.02s ease;
	}

.slick-prev {
	background: #fff url('images/prev.svg') no-repeat center;
	left: 50%;
	transform: translateX(-737px);
	}
.slick-prev:hover {
	background: #456D7B url('images/prev_h.svg') no-repeat center;
	}

.slick-next {
	background: #fff url('images/next.svg') no-repeat center;
	right: 50%;
	transform: translateX(737px);
	}
.slick-next:hover {
	background: #456D7B url('images/next_h.svg') no-repeat center;
	}


.person {
	float: left;
	width: 450px;
	margin: 0 62px 53px 0;
	text-align: center;
	}

.person:nth-child(3n) {
	margin: 0 0 53px 0;
	}

.person:nth-child(3n+1) {
	clear: left;
	}

.home_persons .person {
	float: none;
	margin: 0 20px !important;
	}

.person_img {
	padding: 0 0 21px 0;
	}

.person_img img {
	width: 100%;
	border-radius: 10px;
	vertical-align: bottom;
	}

.person_t {
	padding: 0 0 8px 0;
	line-height: 22px;
	font-weight: bold;
	}

.person_t a {
	color: #000;
	text-decoration: none;
	}

.person_t a:hover {
	color: #456D7B;
	text-decoration: underline;
	}

.person_desc {
	color: #456D7B;
	font-size: 14px;
	line-height: 16px;
	}



.home_rews {
	padding: 50px 0;
	}


.home_rews_desc {
	padding: 2px 0 39px 0;
	text-align: center;
	}

.rews_slider {
	width: 864px;
	margin: 0 auto;
	}

.rews_slide_img {
	float: left;
	width: 431px;
	}

.rews_slide_img img {
	vertical-align: bottom;
	border-radius: 10px;
	}

.rews_slide_r {
	margin: 0 0 0 489px;
	padding: 16px 0 0 0;
	}

.rews_slide_t {
	padding: 0 0 23px 0;
	color: #000;
	font-weight: 600;
	}

.rews_slide_t a {
	color: #000;
	text-decoration: none;
	}

.rews_slide_t a:hover {
	color: #000;
	text-decoration: underline;
	}

.rews_slide_e {
	padding: 0 0 24px 0;
	color: #76878D;
	}

.rews_slide_in {
	font-size: 14px;
	line-height: 16px;
	}

.rews_slide_in a {
	color: #456D7B;
	text-decoration: none;
	}

.rews_slide_in a:hover {
	color: #456D7B;
	text-decoration: underline;
	}


.rews_slider .slick-arrow {
    top: 115px;
	transform: none;
	}

.rews_slider .slick-prev {
	left: -122px;
	}

.rews_slider .slick-next {
	right: -122px;
	}

.rews_slider .slick-dots {
	padding: 38px 0 0 0;
	width: auto;
	position: relative;
	left: 0;
	bottom: 0;
	transform: none;
	}

.rews_slider .slick-dots li button {
	border-radius: 50%;
	background: #94C8C6;
	}

.rews_slider .slick-dots li button:hover, .rews_slider .slick-dots li.slick-active button {
	background: #466e7a;
	}


.home_galer {
	padding: 50px 0;
	}

.home_galer .h1 {
	padding: 0 0 30px 0;
	}

.home_galer_slider {
	margin: 0 0 47px 0;
	}

.home_galer_slide img {
	margin: 0 11px;
	border-radius: 10px;
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}

.home_galer_slider .slick-track {
	left: -243px;
	}

.home_galer_slider .slick-slide img {
	opacity: 0.2;
	}

.home_galer_slider .slick-active img {
	opacity: 1;
	}

.home_galer_slider .slick-prev {
	top: 50%;
	left: 10%;
   	transform: translateY(-50%);
	}

.home_galer_slider .slick-next {
	top: 50%;
	right: 10%;
   	transform: translateY(-50%);
	}


.cont {
	padding: 0 0 87px 0;
	}

.cont .h1 {
	padding: 0 0 38px 0;
	}

.cont_l {
	float: left;
	width: 652px;
	padding: 37px 0 0 0;
	}

.cont_bl {
	float: left;
	width: 320px;
	padding: 0 0 59px 33px;
	color: #456D7B;
	font-weight: 600;
	}

.cont_bl a {
	color: #456D7B;
	}

.cont_bl a:hover {
	color: #456D7B;
	}

.cont_loc {
	background: url('images/cont_loc.svg') no-repeat;
	}

.cont_mail {
	float: right;
	width: 258px;
	background: url('images/cont_mail.svg') no-repeat;
	}

.cont_tel {
	background: url('images/cont_tel.svg') no-repeat;
	}

.cont_tel a {
	text-decoration: none;
	}

.cont_tel a:hover {
	text-decoration: underline;
	}

.cont_soc {
	float: right;
	width: 258px;
	}

.cont_soc a {
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	margin: 7px 24px 0 0;
	}

.cont_soc_f {
	background: url('images/cont_soc_f.svg') no-repeat center / contain;
	}

.cont_soc_i {
	background: url('images/cont_soc_i.svg') no-repeat center / contain;
	}

.cont_soc_y {
	background: url('images/cont_soc_y.svg') no-repeat center / contain;
	}

.cont_soc_t {
	background: url('images/cont_soc_t.svg') no-repeat center / contain;
	}

.cont_soc_v {
	background: url('images/cont_soc_v.svg') no-repeat center / contain;
	}

.cont_soc a:hover {
	opacity: 0.7;
	}


.cont_lab {
	padding: 0 0 8px 0;
	color: #76878D;
	font-weight: 400;
	}

.cont_tit {
	padding: 41px 0 21px 0;
	color: #000;
	font-weight: 600;
	}

.cont_desc {
	padding: 0 0 54px 0;
	color: #76878D;
	}

.cont_go a {
	margin: 0 24px 0 0;
	}


.cont_r {
	float: right;
	width: 717px;
	}

.cont_map iframe {
	width: 100%;
	vertical-align: bottom;
	}

.cont_photo img {
	width: 358px;
	margin: 2px 1px 0 0;
	vertical-align: bottom;
	}

.cont_photo img:nth-child(2n) {
	margin: 2px 0 0 0;
	}


.calc_bg {
	padding: 50px 0;
	background: #dde9ed;
	}

.calc_line {
	display: flex;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	}

.calc_line_sel {
	padding: 0 10px;
	}

.calc_line_inp {
	padding: 0 10px;
	}

.calc_line_sub {
	padding: 0 10px;
	}

.calc_iog {
	display: none;
	padding: 20px 0 0 0;
	background: #dde9ed;
	text-align: center;
	}

.calc_iog_line span {
	font-weight: bold;
	}

/* END HOME */


/* POSTS */

#content {
	padding: 0 0 60px 0;
	}

#content_serv {
	padding: 0 0 10px 0;
	}

.breadc {
	padding: 12px 0;
	margin: 0 0 30px 0;
	border-top: 1px solid rgba(196, 196, 196, 0.55);
	border-bottom: 1px solid rgba(196, 196, 196, 0.55);
	color: #686F68;
	font-size: 15px;
	line-height: 17px;
	}

.breadc a {
	color: #686F68;
	text-decoration: none;
	}

.breadc a:hover {
	color: #686F68;
	text-decoration: underline;
	}

.breadc .sep {
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 12px;
	vertical-align: -4px;
	background: url('images/breadc.svg') no-repeat center;
	text-indent: -9999px;
	}



.post_list {
	float: left;
	width: 464px;
	margin: 0 41px 41px 0;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	}

.post_list:nth-child(3n) {
	margin: 0 0 41px 0;
	}

.post_list:nth-child(3n+1) {
	clear: left;
	}

.posts_slide .post_list {
	float: none;
	padding: 0;
	margin: 0 auto;
	}

.post_list_img {
	padding: 0 0 28px 0;
	}

.post_list_img img {
	vertical-align: bottom;
	border-radius: 10px;
	}

.post_list_t {
	padding: 0 0 18px 0;
	color: #000;
	font-weight: bold;
	}

.post_list_t a {
	color: #000;
	text-decoration: none;
	}

.post_list_t a:hover {
	color: #456D7B;
	}

.post_list_e {
	padding: 0 0 21px 0;
	color: #76878D;
	font-size: 16px;
	line-height: 19px;
	}

.post_list_m {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-decoration-line: underline;
	text-transform: uppercase;
	}


.p_nav {
	padding: 10px 0;
	}



.promo_tit {
	padding: 0 0 38px 0;
	}


.post {
	padding: 0;
	}

.post_img {
	float: left;
	max-width: 45%;
	margin: 0 20px 15px 0;
	}


.price_sum{
	color: #456D7B;
	font-weight: bold;
	}


.serts {
	padding: 50px 0;
	}

.serts .h1{
	padding: 0 0 18px 0;
	}

.serts_slider .slick-prev {
	left: auto !important;
	right: 107px !important;
	top: -95px !important;
	transform: none !important;
	}

.serts_slider .slick-next {
	right: 20px !important;
	top: -95px !important;
	transform: none !important;
	}

.serts_slide span{
	display: block;
	padding: 0 10px;
	}

.serts_slide img{
	vertical-align: bottom;
	margin: 0 auto;
	}


.about-company{
    padding:100px 0;
    background:#fafafa;
}

.container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.section-subtitle{
    display:inline-block;
    color:#2ea83b;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
}

.about-left h2{
    font-size:42px;
    line-height:1.2;
    margin-bottom:30px;
}

.about-left p{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:20px;
}


.about-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.step{
    position:relative;

    padding:35px 30px;
    background:#fff;

    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.3s;
}

.step:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.step span{
    display:inline-flex;
    width:56px;
    height:56px;

    border-radius:14px;

    align-items:center;
    justify-content:center;

    background:#eaf8ec;
    color:#2ea83b;

    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
}

.step h3{
    margin-bottom:12px;
    font-size:24px;
}

.step p{
    color:#777;
    line-height:1.7;
}


@media (max-width:1200px){

    .container{
        gap:50px;
    }

    .about-left h2{
        font-size:36px;
    }

    .step{
        padding:28px;
    }

    .step h3{
        font-size:22px;
    }

}




@media (max-width:768px){

    .about-company{
        padding:70px 0;
    }

    .container{
        grid-template-columns:1fr;
        gap:50px;
    }

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

    .section-subtitle{
        margin-bottom:15px;
    }

    .about-left h2{
        font-size:32px;
        margin-bottom:20px;
    }

    .about-left p{
        font-size:16px;
    }


    .about-right{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

}



@media (max-width:480px){

    .about-company{
        padding:50px 0;
    }

    .container{
        padding:0 15px;
    }

    .about-left h2{
        font-size:28px;
    }

    .about-left p{
        font-size:15px;
        line-height:1.7;
    }

    .about-right{
        grid-template-columns:1fr;
        gap:15px;
    }

    .step{
        padding:22px;
        border-radius:14px;
    }

    .step span{
        width:48px;
        height:48px;
        font-size:20px;
        margin-bottom:18px;
    }

    .step h3{
        font-size:20px;
        margin-bottom:10px;
    }

    .step p{
        font-size:14px;
        line-height:1.6;
    }

}


/* END POSTS */


/* FOOTER */

footer {
	padding: 20px 0;
	background: #456D7B;
	color: #fff;
	}

.bot {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 0;
	}

.copy {
	font-size: 12px;
	line-height: 14px;
	}

.copy a {
	color: #fff;
	text-decoration: none;
	}

.copy a:hover {
	color: #fff;
	text-decoration: underline;
	}

.nav_bot ul {
	display: flex;
	flex-wrap: wrap;
	}

.nav_bot ul li {
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	}

.nav_bot ul li a {
	color: #fff;
	text-decoration: none;
	}

.nav_bot ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#back_top {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	transform: rotate(-90deg);
	transition: all .3s ease;
	background: url('images/back_top.svg') no-repeat right center;
	}

#back_top:hover {
	opacity: 0.7;
	}

/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: center;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

/* END MODAL */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

/* END WP OTHER */


body::after{
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url(images/prev_h.svg) url(images/next_h.svg);
	}