/*!
Theme Name: m-construct
Theme URI: http://underscores.me/
Author: verstace
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: m-construct
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

m-construct is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*reset*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Raleway", sans-serif;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	outline: none;
}
button {
	cursor: pointer;
}
button, input, a {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a {
	color: inherit;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
/*----------------------
		general
----------------------*/
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
/*----------------------
	header
----------------------*/
#header.default {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 10px 0 0;
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 5px 0;
	background: #fff;
	box-shadow: 0 0 14px rgba(0,0,0, .1);
}
.wrap_header_top,
.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	gap: 5px;
	text-decoration: none;
}
.logo img {
	width: 90px;
}
.logo span {
	font-weight: 400;
	color: #76AA36;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
}
.logo span i {
	font-size: 10px;
}
.descript_head {
	max-width: 150px;
	font-size: 12px;
}
.address_head {
	max-width: 250px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.address_head p {
	font-size: 13px;
}
.address_head p strong {
	font-weight: bold;
}
.btn_head {
	background: transparent;
	border: 1px solid #76AA36;
	border-radius: 5px;
	color: #76AA36;
	height: 60px;
	padding: 0 15px;
	width: 100%;
	max-width: 260px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn_head:hover {
	background: #76AA36;
	color: #fff;
}
.social_head {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.social_head p {
	font-size: 14px;
}
.social_head_inner {
	display: flex;
	gap: 7px;
}
.social_head_inner a {
	max-width: 38px;
	border-radius: 5px;
	overflow: hidden;
}
.social_head_inner a img {
	display: block;
	max-width: 100%;
}
.head_contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.head_contacts p {
	font-size: 14px;
}
.head_contacts a {
	margin: 2px 0 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,sans-serif;
}
.btn_head_two span {
	display: inline-block;
	color: #FF493E;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	border-bottom: 2px dashed #FF493E;
}
.btn_head_two span:hover {
	border-color: transparent;
}
/*----------------------
	nav
----------------------*/
#nav {
	margin: 10px 0 0;
}
#nav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.wrap_nav_custom {
	padding: 15px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 14px rgba(0,0,0, .2);
	display: flex;
	gap: 40px;
	align-items: center;
}
.wrap_nav_custom > a {
	display: flex;
	align-items: center;
}
#nav ul a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
/*----------------------
	general-block
----------------------*/
#section_general {
	padding: 200px 0 100px;
	position: relative;
}
#section_general:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
}
.wrap_content_general {
	position: relative;
	z-index: 3;
	/*background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);*/
}
h1 {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
}
.wrap_content_general h1 {
	max-width: 910px;
}
.descript_general {
	max-width: 750px;
	margin: 30px 0 0;
	font-size: 26px;
	font-weight: bold;
}
.descript_general strong {
	font-weight: bold;
}
.reas_gen_list {
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.col_reas_list {
	text-align: center;
	max-width: 180px;
}
.col_reas_list p {
	margin: 10px 0 0;
	font-size: 16px;
}
.col_reas_list strong {
	font-weight: bold;
}
.wrap_content_general .btn_container {
	min-width: 500px;
}
.btn_general {
	position: relative;
	overflow: hidden;
	-webkit-transition: .4s;
  transition: .4s;
	height: 80px;
	width: 100%;
	max-width: 500px;
	border: none;
	border-radius: 5px;
	background: #76AA36;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.btn_general:after,
.btn_wats:after {
    position:absolute;
    display:block;
    content:"";
    margin-left:-160px;
    width:390px;
    height:50%;
    background:#fff;
    -webkit-animation-delay:50ms;
    animation-delay:50ms;
    left:-145px;
    top:-50%;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-transition:all .1s;
    transition:all .1s;
    -webkit-animation-name:slideme;
    animation-name:slideme;
    -webkit-animation-duration:4s;
    animation-duration:4s;
    opacity: 0.8;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
@keyframes slideme {
    0% {
    left: -390px;
    margin-left: 0;
}
40% {
    left: 110%;
    margin-left: 80px;
}
100% {
    left: 110%;
    margin-left: 80px;
	}
}
.btn_general:hover {
	background: #92C455;
}
.wrap_cont_gen_new {
	display: flex;
	gap: 60px;
	padding: 200px 0 0;
	align-items: center;
}
/*----------------------
	quiz
----------------------*/
#quiz {
	display: none;
}
/*----------------------
	services_general
----------------------*/
#services_general {
	padding: 50px 0;
}
h2 {
	font-size: 48px;
	font-weight: 300;
}
h2 strong {
	font-weight: bold;
}
.descript_block {
	margin: 20px 0 0;
	font-size: 22px;
	color: #7D838A;
}
.wrap_services_gen {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 30px 0 0;
}
.item_serv_gen {
	position: relative;
	height: 350px;
	border-radius: 5px;
	overflow: hidden;
}
.item_serv_gen:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
}
.item_serv_gen img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-id-396 .item_serv_gen img {
	object-fit: contain;
}
.inner_info_serv {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	height: 100%;
	padding: 30px;
	color: #fff;
}
.inner_info_serv h3 {
	font-size: 26px;
	font-weight: bold;
	max-width: 360px;
	line-height: 1.2;
}
.dop_title_serv {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 300;
}
.summ_serv {
	font-size: 15px;
	font-weight: 300;
}
.btn_serv {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: 240px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 20px;
	background: #76AA36;
	border: none;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0 0;
	-webkit-transition: .4s;
  transition: .4s;
}
.btn_serv:hover {
	background: #92C455;
}
.btn_serv:after {
	position:absolute;
  display:block;
  content:"";
  margin-left:-160px;
  width:390px;
  height:50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation-delay:50ms;
  animation-delay:50ms;
  left:-145px;
  top:-50%;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-transition:all .1s;
  transition:all .1s;
  -webkit-animation-name:slideme;
  animation-name:slideme;
  -webkit-animation-duration:4s;
  animation-duration:4s;
  opacity: 0.8;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
/*----------------------
	cases_all
----------------------*/
#cases_all {
	padding: 50px 0;
}
.title_cases {
	font-weight: 300;
	font-size: 42px;
}
.wrap_cases {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_cases {
	width: 48%;
	padding: 50px 0 0;
}
.slider-nav {
	margin-left: -10px;
	margin-right: -10px;
}
.wrap_little_case {
	height: 90px;
	margin: 10px 10px 0;
}
.wrap_big_case {
	height: 400px;
}
.wrap_little_case img,
.wrap_big_case img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap_info_cases {
	padding: 30px 0 0;
}
.title_c {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
}
.text_c {
	margin: 15px 0 0;
	color: #7D838A;
	font-size: 14px;
}
.cases_more {
	display: inline-block;
	margin: 15px 0 0;
	text-transform: uppercase;
	color: #76AA36;
	font-size: 16px;
}
.cases_more:hover {
	text-decoration: none;
}
.btn_container_cases_all {
	text-align: center;
	padding: 35px 0 0;
}
.btn_container_cases_all .btn_general {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 30px 0;
}
section.price {
	padding: 50px 0;
}
.price h3 {
	font-weight: bold;
	font-size: 46px;
	color: #252526;
	margin: 40px 0 0;
}
.sub_price {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 300;
}
.sub_price strong {
	font-weight: bold;
}
.box_table_price table {
	width: 100%;
	border: 2px solid #F8F8F8;
}
.box_table_price table tr:nth-child(odd) {
	background: #F8F8F8;
}
.box_table_price table td {
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.box_table_price {
	padding: 30px 0 0;
}.box_table_price table td:first-child {
	text-align: left;
}
/*----------------------
	call_to_action
----------------------*/
#call_to_action {
	padding: 30px 0;
}
.bg_wrap_call_action {
	background: url(img/bg-call-action.jpg) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	padding: 40px 30px 0 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.box_info_action {
	width: 33%;
	padding: 0 0 40px;
}
.box_info_action_form {
	width: 30%;
}
.box_manager {
	position: absolute;
	bottom: 0;
	left: 35%;
}
.box_manager img {
	display: block;
	width: 370px;
}
#call_to_action h2 {
	line-height: 1.2;
	font-size: 46px;
}
.info_text_action p {
	color: #7D838A;
	margin: 30px 0 0;
	font-size: 18px;
}
.time_work_action {
	margin: 30px 0 0;
	font-weight: 600;
	font-size: 18px;
}
.tel_time_work {
	padding: 15px 0 0;
}
.tel_time_work a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 1px 0 1px 27px;
	background: url(img/icon-phone.svg) no-repeat left 55%;
	background-size: 15px auto;
	font-family: Arial,sans-serif;
}
.socials_action {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px 0 0;
}
.socials_action span {
	font-size: 16px;
	max-width: 120px;
	line-height: 1.2;
}
.socials_action a {
	border-radius: 5px;
	overflow: hidden;
}
.socials_action a img {
	display: block;
	max-width: 100%;
}
.title_action_form {
	font-weight: 500;
	font-size: 32px;
}
.box_info_action_form ul {
	list-style: disc;
	list-style-position: inside;
}
.box_info_action_form li {
	color: #7D838A;
	font-size: 14px;
	margin: 5px 0 0;
}
.box_info_action_form form {
	max-width: 350px;
	margin: 30px 0 0;
}
.box_info_action_form input[type='tel'],
.wr-hidden input[type='tel'] {
	background: #fff;
	border-radius: 5px;
	border: none;
	height: 80px;
	width: 100%;
	padding: 0 50px;
	font-weight: 500;
	font-size: 18px;
}
.wr-hidden input[type='tel'] {
	border: 2px solid #f0f0f0;
}
.box_info_action_form button[type='submit'],
.box_info_action_form input[type='submit'],
.wr-hidden input[type='submit'] {
	margin: 30px 0 0;
}
.inner_box_manager {
	position: relative;
}
.title_manager {
	position: absolute;
	font-weight: 600;
	font-size: 24px;
	width: 150px;
	left: -120px;
	bottom: 0;
	line-height: 1.2;
}
.status_manager {
	position: absolute;
	width: 160px;
	right: -145px;
	bottom: 5px;
	font-size: 14px;
	color: #464748;
}
/*----------------------
	reasons
----------------------*/
#reasons {
	padding: 60px 0 30px;
}
.wrap_reasons {
	padding: 30px 50px 0;
}
.box_reasons {
	position: relative;
}
.box_reasons:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.box_reasons img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.inner_reas {
	padding: 400px 50px 50px 50px;
	position: relative;
	z-index: 6;
	color: #fff;
}
.title_reas {
	font-weight: 600;
	font-size: 26px;
}
.text_reas {
	margin: 15px 0 0;
	font-size: 15px;
}
#reasons .owl-prev,
#reasons .owl-next,
#carousel-sert .owl-prev,
#carousel-sert .owl-next {
	width: 50px;
	height: 50px;
	background: #F2B644;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	margin-top: -25px;
}
#reasons .owl-prev {
	left: -70px;
}
#reasons .owl-next {
	right: -70px;
}
#reasons .owl-dots {
	text-align: center;
	padding: 30px 0 0;
}
#reasons .owl-dot {
	width: 14px;
	height: 14px;
	border-radius: 90px;
	background: #ECECEC;
	margin: 0 15px;
}
#reasons .owl-dot.active {
	background: #F2B644;
}
/*----------------------
	pluses
----------------------*/
#pluses {
	padding: 30px 0;
}
.title_pluses_all {
	color: #7D838A;
	font-size: 26px;
}
.wrap_pluses {
	display: grid;
	padding: 30px 0 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.box_pluses:nth-child(odd) {
	color: #fff;
}
.box_pluses {
	position: relative;
	min-height: 600px;
}
.box_pluses img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.title_pluses {
	font-weight: bold;
	padding: 60px 30px 0 40px;
	font-size: 25px;
	position: relative;
	z-index: 5;
}
.text_pluses {
	padding: 30px 30px 0 40px;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	z-index: 5;
}
/*----------------------
	garant
----------------------*/
#garant {
	padding: 60px 0;
}
.wrap_garant {
	padding: 40px 0 0;
	display: flex;
	justify-content: space-between;
}
.box_garant {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.num_garant,
.img_garant {
	width: 50%;
}
.num_garant {
	background: #F6F6F6;
	padding: 70px 30px 30px;
	color: #464748;
}
.img_garant img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.num_garant,
.title_garant {
	font-weight: 600;
	font-size: 28px;
}
.title_garant {
	margin: 40px 0 0;
}
.text_garant {
	font-size: 14px;
	margin: 30px 0 0;
	font-weight: 300;
}
/*----------------------
	call_to_action_two
----------------------*/
.wrap_bg_action_two {
	background: url(img/bg-call-action-two.jpg) no-repeat center;
	padding: 30px 10% 80px;
	position: relative;
}
.wrap_bg_action_two h3 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	max-width: 800px;
}
.wrap_bg_action_two h3 span {
	color: #fff;
	display: block;
	font-weight: 300;
	font-size: 46px;
}
.descript_form {
	color: #fff;
	font-size: 20px;
	margin: 30px 0 0;
	padding: 0 0 20px;
}
.wrap_bg_action_two form {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	z-index: 5;
}
.wrap_bg_action_two select {
	width: 100%;
	background: #fff;
	border: none;
	height: 80px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 18px;
	cursor: pointer;
}
.wrap_bg_action_two input[type='tel'] {
	width: 100%;
	height: 80px;
	border-radius: 5px;
	border: none;
	background: #fff;
	padding: 0 20px;
	font-size: 18px;
}
.img_action_two {
	position: absolute;
	right: 5%;
	top: 9px;
}
.img_action_two img {
	width: 550px;
}
/*----------------------
	presentation_company
----------------------*/
#presentation_company {
	max-width: 1920px;
	margin: 0 auto;
	background: #202731 url(img/bg-presentation_company.jpg) no-repeat center top;
	padding: 450px 0 80px;
	position: relative;
}
#presentation_company:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 22%,rgba(255,255,255,0) 100%);
	height: 100px;
}
#presentation_company h2 {
	color: #fff;
	font-weight: bold;
	max-width: 1200px;
}
.reasons_present {
	display: flex;
	justify-content: space-around;
	gap: 15px;
	padding: 40px 0 0;
}
.item_reas_pres {
	text-align: center;
}
.item_reas_pres span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background: #F2B644;
	padding: 5px;
	width: 100%;
	max-width: 40px;
}
.item_reas_pres p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0 0;
}
.title_presentation {
	margin: 80px 0 0;
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	max-width: 930px;
}
.title_presentation strong {
	font-weight: bold;
}
.wrap_big_present {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.list_pluses_pres {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
	width: 65%;
	padding: 50px 0 0;
}
.pres_dogovor {
	width: 30%;
	margin-top: -40px;
	text-align: center;
}
.text_dogovor {
	color: #7D838A;
	font-size: 18px;
	margin: 25px 0 0;
}
.title_dogovor {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 22px;
}
.wrap_image_dogovor {
	margin: 30px 0 0;
}
.wrap_image_dogovor img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.item_plus_pres {
	text-align: center;
	margin: 40px 0 0;
}
.item_plus_pres .title {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 0;
}
.item_plus_pres .text {
	font-size: 15px;
	color: #7D848A;
	margin: 10px 0 0;
}
/*----------------------
	list_serv_action
----------------------*/
#list_serv_action {
	padding: 50px 0 0;
}
.wrap_list_serv_act {
	background: #F7F7F7;
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.photo_men_action {
	width: 50%;
}
.photo_men_action img {
	display: block;
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
}
.info_list_serv_action {
	width: 45%;
	padding: 30px 5% 50px 0;
}
.info_list_serv_action h2 {
	line-height: 1.2;
}
.info_list_serv_action ul {
	padding: 30px 0 0;
	list-style: disc;
	list-style-position: inside;
}
.info_list_serv_action li {
	color: #7D838A;
	font-size: 18px;
	margin: 5px 0 0;
}
.text_list_action_serv {
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: 500;
}
.btn_wats {
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: .4s;
  transition: .4s;
	height: 80px;
	width: 100%;
	max-width: 360px;
	border: none;
	border-radius: 5px;
	background: #308E61;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.info_list_serv_action .btn_container {
	padding: 20px 0 0;
}
.wrap_number_serv {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
	align-items: center;
}
.item_serv_list span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 200px;
	line-height: 0.8;
	font-family: 'Arial', sans-serif;
}
.item_serv_list span:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: #F2B644;
	border-radius: 90px;
}
.item_serv_list p {
	margin: 10px 0 0;
	font-size: 18px;
}
.item_serv_list p strong {
	font-weight: bold;
}
.item_sertificates {
	width: 190px;
}
#carousel-sert .owl-prev {
	left: -25px;
	margin-top: -40px;
}
#carousel-sert .owl-next {
	right: -25px;
	margin-top: -40px;
}
/*----------------------
	reviews
----------------------*/
#reviews {
	padding: 30px 0;
}
.wrap_reviews {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
	align-items: center;
}
.reviews_video {
	width: 40%;
}
.reviews_honors {
	width: 50%;
}
.reviews_scrin {
	width: 18%;
}
.box-rev-honor {
	box-shadow: 0 4px 14px rgba(0,0,0, .2);
	margin: 14px;
}
.box-rev-screen {
	padding: 40px 15px 12px;
	background: url(img/phone-background.png) no-repeat center;
	background-size: 100% 100%;
}
#reviews .reviews_honors .owl-next,
#reviews .reviews_honors .owl-prev,
#reviews .reviews_scrin .owl-next,
#reviews .reviews_scrin .owl-prev {
	width: 50px;
	height: 50px;
	background: #76AA36;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	margin-top: -25px;
}
#reviews .reviews_honors .owl-next,
#reviews .reviews_scrin .owl-next {
	right: -25px;
}
#reviews .reviews_honors .owl-prev,
#reviews .reviews_scrin .owl-prev {
	left: -25px;
}
.video_rut {
    position: relative;
    width: 100%;
    height: 405px;
    margin: 0 auto;
}
.video_rut iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.poster-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}
.play-button {
    z-index: 2;
    transition: transform 0.3s ease;
}
.play-button:hover {
    transform: scale(1.1);
}
.video_rut.playing .video-overlay {
    display: none;
}
#reviews .reviews_video .owl-next,
#reviews .reviews_video .owl-prev {
	width: 50px;
	height: 50px;
	background: transparent;
	position: absolute;
	border-radius: 5px;
	top: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	margin-top: -25px;
}
.reviews_video .owl-next {
	right: 15px;
}
.reviews_video .owl-prev {
	left: 15px;
}
/*----------------------
	steps_work
----------------------*/
#steps_work {
	background: #3B3F47;
	padding: 80px 0;
}
#steps_work h2 {
	color: #fff;
}
.wrap_steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 40px 0 0;
}
.item_step_work {
	background: #fff;
	border-radius: 5px;
	padding: 30px 40px;
}
.num_step {
	color: #fff;
	font-size: 16px;
	background: #202731;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 15px;
}
.title_steps {
	color: #252526;
	font-weight: bold;
	margin: 30px 0 0;
	font-size: 24px;
}
.step_phone a {
	text-decoration: none;
	font-weight: bold;
	color: #202731;
	display: inline-block;
	margin: 15px 0 0;
	font-size: 26px;
	font-family: 'Arial',sans-serif;
}
.text_steps {
	padding: 0 20% 0 0;
}
.text_steps p {
	margin: 30px 0 0;
	font-size: 14px;
	color: #252526;
}
.item_step_work .btn_container {
	padding: 30px 0 0;
}
.isw-1 {
	background: url(img/bg-step-1.jpg) no-repeat center;
	background-size: cover;
}
.isw-2 {
	background: url(img/bg-step-2.jpg) no-repeat center;
	background-size: cover;
}
.isw-3 {
	background: url(img/bg-step-3.jpg) no-repeat center;
	background-size: cover;
}
.isw-4 {
	background: url(img/bg-step-4.jpg) no-repeat center;
	background-size: cover;
}
/*----------------------
	info_content_custom
----------------------*/
.info_content_custom {
	padding: 50px 0;
}
.info_content_custom h3 {
	font-weight: bold;
	font-size: 32px;
}
.info_content_custom p {
	margin: 30px 0 0;
	font-size: 16px;
}
.info_content_custom ul {
	list-style: disc;
	padding: 30px 0 0 30px;
}
/*----------------------
	contacts
----------------------*/
#contacts {
	padding: 40px 0 60px;
}
.wrap_contacts {
	display: flex;
	justify-content: space-between;
}
.col_cont_one {
	width: 18%;
}
.cont_gallery_office {
	width: 30%;
}
.wrap_map {
	width: 45%;
}
.col_cont_one h4 {
	font-size: 32px;
	max-width: 200px;
	line-height: 1.2;
	margin: 20px 0 0;
}
.col_cont_one ul {
	padding: 30px 0 0;
}
.col_cont_one li {
	margin: 20px 0 0;
}
.col_cont_one li .item_cont {
	display: flex;
	gap: 7px;
	font-size: 14px;
}
.tel_cont {
	font-weight: bold;
	font-family: 'Arial',sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.col_cont_one li .item_cont a {
	text-decoration: none;
}
.socials_contacts_foot p {
	margin: 35px 0 0;
	font-size: 14px;
}
.socials_contacts_foot p strong {
	font-weight: bold;
}
.inner_soc_cont_foot {
	padding: 10px 0 0;
}
.links_footer_soc {
	margin: 35px 0 0;
}
.btn_rekvizit {
	padding: 45px 0 0;
}
.btn_rekvizit span {
	cursor: pointer;
	color: #76AA36;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #76AA36;
}
.btn_rekvizit span:hover {
	border-color: transparent;
}
.title_gall_off {
	margin: 20px 0 0;
	font-weight: bold;
	font-size: 22px;
}
.wrap_gall_office {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0;
}
.wrap_gall_office img {
	display: block;
	max-width: 100%;
	border-radius: 5px;
}
.big_office {
	width: 68%;
}
.little_office {
	width: 26%;
}
.little_office img:last-child {
	margin: 15px 0 0;
}
.inner_map {
	margin: 15px 0 0;
	height: 89%;
}
.inner_map iframe {
	height: 100% !important;
}
/*----------------------
	footer
----------------------*/
#footer {
	padding: 0 0 80px;
}
.wrap_footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.col_one_footer {
	width: 17%;
}
.col_two_footer {
	width: 12%;
}
.col_three_footer {
	width: 15%;
}
.col_four_footer {
	width: 20%;
}
.col_info_footer {
	width: 20%;
}
.wrap_footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 0;
}
.col_one_footer a.logo {
	max-width: 200px;
}
.wrap_footer_top h5 {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 5px;
}
.wrap_footer_top ul li a {
	font-weight: 300;
	font-size: 15px;
	color: #7D838A;
	text-decoration: none;
}
.wrap_footer_top ul li {
	margin: 3px 0 0;
}
.wrap_footer_top ul li a:hover {
	text-decoration: underline;
}
.col_info_footer p {
	font-weight: 300;
	font-size: 15px;
	color: #7D838A;
	margin: 15px 0 0;
}
.col_four_footer ul li {
	margin: 3px 0 0;
	font-weight: 300;
	font-size: 15px;
	color: #7D838A;
	padding: 0 0 0 25px;
	background: url(img/list-check.svg) no-repeat left center;
}
.copyright {
	font-size: 15px;
	color: #7D838A;
	font-weight: 300;
}
.policy a {
	color: #76AA36;
	font-size: 15px;
	font-weight: 300;
}
.policy a:hover {
	text-decoration: none;
}
.webmaster p {
	text-align: right;
	font-size: 15px;
	font-weight: 300;
	max-width: 205px;
}
.webmaster p a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;

	color: #F24444;
}
.webmaster p a:hover {
	border-color: transparent;
}
/*----------------------
	MODAL
----------------------*/
.a-modal {
	position: relative;
	max-width: 880px;
	margin: 5% auto;
	background: #fff;
	padding: 45px 25px 30px;
}
.wr-hidden li {
	text-align: center;
}
.wr-hidden ul {
	padding: 10px 0 0;
}
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.arcticmodal-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/cross.png) no-repeat top left;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.b-modal {
	position: relative;
	max-width: 880px;
	margin: 5% auto;
	background: #fff;
	padding: 25px;
	z-index: 9999;
}
.title-hidden {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 20px;
}
.wrap_check_pol label {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 13px;
}
#call_to_action .wrap_check_pol label {
	font-size: 12px;
}
.wpcf7-list-item input[type='checkbox'] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wpcf7-list-item {
	margin: 0 !important;
}
form li {
	position: relative;
}
label.error {
	position: absolute;
	top: 118px;
	left: 0;
	color: #fff;
	background: red;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 3px;
}
.title-pol {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.text-pol {
	margin: 25px 0 0;
	line-height: 1.5;
	text-align: justify;
	font-size: 15px;
}
.text-pol strong {
	font-weight: 700;
}
/*---------------------------
		INNER PAGES
---------------------------*/
.wrap_content_general_inner h1 {
	font-weight: 600;
	max-width: 950px;
	text-transform: uppercase;
}
.subtitle_inner {
	color: #252526;
	font-size: 26px;
	font-weight: bold;
	margin: 30px 0 0;
	max-width: 800px;
}
.wrap_content_general_inner .wrap_cont_gen_new {
	padding: 160px 0 0;
}
.wrap_content_general_inner .btn_container {
	min-width: 500px;
}
.wrap_content_general_inner .col_reas_list p {
	color: #fff;
}
.wrap_content_general_inner {
	/*background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);*/
	position: relative;
	z-index: 3;
}
.page-id-377 h1,
.page-id-377 .subtitle_inner {
	color: #fff;
}
.page-id-377 .wrap_content_general_inner {
	background: transparent;
}
.page-id-377 #header.default {
	background: #fff;
}
.policy.spacing {
	padding: 180px 0 60px;
}
.box {
  display: none; /* по умолчанию прячем все блоки */
}  
.box.visible {
  display: block; /* по умолчанию показываем нужный блок */
}
#cases_inner {
	padding: 60px 0;
}
#cases_inner h2,
.title_inner_case_big {
	font-weight: 300;
	font-size: 40px;
}
#cases_inner h2 strong,
.title_inner_case_big {
	font-weight: bold;
}
.section-tab .tabs {
	display: flex;
	gap: 30px;
}
.section-tab .tabs li {
	width: 100%;
	max-width: 280px;
	height: 76px;
	font-size: 14px;
	color: #707070;
	background: #F5F8F9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.section-tab  {
	padding: 40px 0 0;
}
.section-tab .tabs li.current {
	background: #76AA36;
	color: #fff;
}
.wrap_cases_inner {
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}
.col_slider_case,
.col_info_case_inner {
	width: 48%;
}
.col_info_case_inner h3 {
	font-weight: 600;
	font-size: 32px;
	color: #252526;
}
.wrap_list_case_inner p {
	margin: 25px 0 0;
	font-size: 18px;
}
.wrap_list_case_inner ul li {
	margin: 12px 0 0;
	padding: 2px 0 2px 45px;
	font-size: 18px;
	background: url(img/check-case.svg) no-repeat left top;
	background-size: 30px 30px;
}
.price_case_inner {
	margin: 30px 0 0;
	font-size: 20px;
	font-weight: 300;
	color: #252526;
	line-height: 1.2;
}
.price_case_inner strong {
	font-weight: bold;
	font-size: 50px;
}
.price_case_inner span {
	font-weight: bold;
}
.col_info_case_inner .btn_container {
	padding: 25px 0 0;
	display: flex;
	gap: 30px;
}
.col_info_case_inner .btn_general {
	max-width: 300px;
}
.btn_cases {
	background: transparent;
	border: 1px solid #F2B644;
	border-radius: 5px;
	color: #F2B644;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	max-width: 300px;
	padding: 0 30px;
	height: 80px;
}
.btn_cases:hover {
	color: #fff;
	background: #F2B644;
}
#portfolio_inner {
	padding: 200px 0 60px;
}
#modalbox-rekvizite .wr-hidden h3 {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
#modalbox-rekvizite .wr-hidden p {
	padding: 30px 0 0;
	font-size: 15px;
}
#modalbox-rekvizite .wr-hidden strong {
	font-weight: bold;
}
#modalbox-rekvizite .wr-hidden ul {
	list-style: disc;
	list-style-position: inside;
}
/* MENU NAV START */
.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #152025;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
}

.menu > li > a {
  padding: 6px 0;
  font-size: 18px;
  color: #152025;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu > li > a:hover {
  color: #0657A8;
}
@media screen and (max-width: 1123px) {
  .menu > li > a {
    color: #152025;
  }
}

.menu > li:has(.menu__container) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 3;
}

.menu > li:has(.menu__container) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.menu > li:has(.menu__container) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: auto;
  margin: 3px 0 0 0;
}

.menu-arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow path {
  stroke: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1123px) {
  .menu-arrow path {
    stroke: #152025;
  }
}

.menu-arrow.menu-arrow-down {
  width: 12px;
  margin: 3px 0 0 8px;
}

.menu-arrow.menu-arrow-down svg {
  width: 12px;
  height: 12px;
}

.menu-arrow.menu-arrow-down path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 1123px) {
  .menu-arrow.menu-arrow-down path {
    stroke: #152025;
  }
}

.menu__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0 0 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nav .menu__two {
	display: block;
  width: 380px;
  padding: 0 14px 0 18px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

#nav .menu__two > li {
  border-bottom: 1px solid #edeff2;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nav .menu__two > li:last-child {
  border-bottom: none;
}

#nav .menu__two > li > a {
  padding: 10px 5px;
  display: block;
  font-size: 17px;
  line-height: 120%;
  color: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: none;
}

#nav .menu__two > li:has(.menu-arrow-two) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  z-index: 2;
}

#nav .menu__two > li:has(.menu-arrow-two) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#nav .menu__two > li:has(.menu-arrow-two) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.menu-arrow-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7px;
  height: auto;
  margin: 4px 0 0 0;
}

.menu-arrow-two svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow-two svg path {
  stroke: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__container-two {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 24px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu__container-two.menu-up {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.menu__container-two.menu-adjusted {
  top: 0;
  bottom: auto;
}
.menu__three {
  width: 340px;
  max-height: 300px;
  border-radius: 12px;
  padding: 0 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c1cbd8 #f1f1f1;
}
.menu__three::-webkit-scrollbar {
  width: 6px;
}
.menu__three::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.menu__three::-webkit-scrollbar-thumb {
  background: #c1cbd8;
  border-radius: 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.menu__three::-webkit-scrollbar-thumb:hover {
  background: #a8b5c5;
}

.menu__three > li {
  border-bottom: 1px solid #edeff2;
}
.menu__three > li:last-child {
  border-bottom: none;
}
.menu__three > li > a {
  font-size: 17px;
  line-height: 120%;
  color: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.logo--nav {
  display: none;
}

/* hover */
@media (min-width: 1120px) {
  .menu__three > li > a:hover {
    color: #0657A8;
  }
  .menu__three > li > a:focus {
    color: #0657A8;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg path {
    stroke: #0657A8;
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg path {
    stroke: #0657A8;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu__container-two.menu-up {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu__container-two.menu-up {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li {
    cursor: pointer;
  }
  .menu__two > li:hover > a {
    color: #0657A8;
  }
  .menu__two > li:focus > a {
    color: #0657A8;
  }
  .menu > li:focus > a {
    color: #0657A8;
  }
  .menu > li:hover .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:focus .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:hover .menu-arrow svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:focus .menu-arrow svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:hover .menu-arrow svg path {
    stroke: #FFFFFF;
  }
  .menu > li:focus .menu-arrow svg path {
    stroke: #0657A8;
  }
}
/** breakpoint  **/
@media (max-width: 1119px) {
	#nav .container {
		padding: 0;
	}
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--close {
  	position: absolute;
  	top: 15px;
  	right: 35px;
  }
  .logo--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 70%;
    height: 100vh;
    margin: 0;
    padding: 30px 20px 30px 30px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .nav > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
            box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 16px 0 0 0;
  }
  #nav .menu {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 30px 0;
    position: relative;
    z-index: 3;
  }
  .menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu > li:has(.menu-arrow) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
  }
  .menu > li:has(.menu-arrow) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu > li:has(.menu-arrow) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50px;
    height: 100%;
    padding: 3px 0 0 0;
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-arrow svg {
    width: 32%;
    height: auto;
  }
  .menu > li > a {
    display: block;
    padding: 4px 0 8px 0;
    font-size: 18px;
  }
  .menu-arrow.active {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu__container {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container.active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .menu__two {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu__two > li {
    border-bottom: none;
    background-color: transparent;
    padding: 6px 0 6px 10px;
    margin: 0;
    border-bottom: none;
  }
  .menu__two > li:has(.menu-arrow-two) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .menu__two > li:has(.menu-arrow-two) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu__two > li:has(.menu-arrow-two) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu__two > li > a {
    font-size: 18px;
    padding: 0;
  }
  .menu__two > li:first-child {
    padding: 12px 0 6px 10px;
  }
  .menu__two > li:last-child {
    padding: 6px 0 16px 10px;
  }
  .menu-arrow-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 44px;
    height: 100%;
    margin: 0;
    padding: 0 3px 0 0;
  }
  .menu-arrow-two svg {
    width: 22%;
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-arrow-two.active svg {
    -webkit-transform: scale(1, -1) rotate(90deg);
            transform: scale(1, -1) rotate(90deg);
  }
  .menu__container-two {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container-two.active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .menu__three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
  }
  .menu__three > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu__three > li {
    padding: 0 !important;
    margin: 0;
    background-color: transparent;
  }
  .menu__three > li:first-child,
  .menu__three > li:last-child {
    padding: 0;
  }
  .menu__three > li:first-child a {
    padding: 16px 0 4px 16px;
    border-radius: 0;
  }
  .menu__three > li:last-child a {
    padding: 4px 0 12px 16px;
    border-radius: 0;
  }
  .menu__three > li > a {
    font-size: 20px;
    padding: 4px 0 4px 16px;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .nav {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .icon-menu {
    width: 30px;
    height: 22px;
  }
  .menu > li > a {
    font-size: 18px;
  }
  .menu__two > li > a {
    font-size: 15px;
  }
  .menu__three > li > a {
    font-size: 15px;
  }
}
.logo.logo--nav {
  margin-bottom: 30px;
}

.menu__three li {
  padding: 14px 0;
}
/* MENU NAV END */
/*---------------------------
		MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 1600px) {
	.btn_head {
		font-size: 10px;
	}
	.head_contacts p,
	.social_head p {
		font-size: 13px;
	}
	#call_to_action h2 {
		font-size: 40px;
	}
	.info_text_action p {
		font-size: 16px;
	}
	.bg_wrap_call_action {
		padding: 40px 30px 0;
	}
	.box_manager {
		left: 30%;
	}
	.status_manager {
		width: 110px;
		right: -80px;
	}
	.title_manager {
		left: -105px;
	}
	.inner_reas {
		padding: 200px 40px 50px 40px;
	}
	.title_pluses_all {
		font-size: 24px;
	}
	.title_pluses {
		padding: 25px 25px 0;
	}
	.text_pluses {
		padding: 30px 25px 0;
	}
	.num_garant, .title_garant {
		font-size: 26px;
	}
	.wrap_bg_action_two {
		padding: 30px 5% 80px;
	}
	.img_action_two {
		right: 3%;
	}
	.info_list_serv_action h2 {
		font-size: 38px;
	}
	.info_list_serv_action {
		width: 47%;
	}
	.item_serv_list span {
		font-size: 160px;
	}
	h2 {
		font-size: 44px;
	}
	.item_step_work {
		padding: 20px;
	}
	.col_info_case_inner {
		width: 46%;
	}
	.col_slider_case {
		width: 52.5%;
	}
}
@media screen and (max-width: 1200px) {
	.logo span,
	.btn_head {
		display: none;
	}
	.wrap_content_general h2 {
		font-size: 30px;
	}
	.inner_info_serv {
		padding: 20px;
	}
	.item_serv_gen {
		height: 310px;
	}
	.wrap_big_case {
		height: 320px;
	}
	.box_manager {
		position: static;
		width: 100%;
	}
	.bg_wrap_call_action {
		flex-wrap: wrap;
	}
	.inner_box_manager {
		max-width: 370px;
		margin: 30px auto 0;
	}
	.box_info_action {
		width: 50%;
	}
	.box_info_action_form {
		width: 46%;
	}
	.title_pluses {
		font-size: 20px;
	}
	.wrap_garant,
	.wrap_contacts {
		flex-wrap: wrap;
	}
	.box_garant {
		width: 100%;
	}
	.box_garant:last-child {
		flex-direction: row-reverse;
	}
	.img_garant {
		max-height: 400px;
	}
	.wrap_bg_action_two h3 {
		max-width: 680px;
		font-size: 38px;
	}
	.img_action_two img {
		width: 300px;
	}
	.pres_dogovor {
		margin: 20px 0 0;
	}
	.info_list_serv_action {
		padding: 20px 4% 30px 0;
	}
	.info_list_serv_action h2 {
		font-size: 32px;
	}
	.item_serv_list span {
		font-size: 120px;
	}
	.item_serv_list p {
		font-size: 14px;
	}
	.video_rut {
		height: 320px;
	}
	.wrap_steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.item_step_work {
		min-height: 460px;
	}
	.col_cont_one,
	.cont_gallery_office {
		width: 50%;
	}
	.wrap_map {
		width: 100%;
	}
	.inner_map {
		height: 400px;
		background: #c0c0c0;
		margin: 20px 0 0;
	}
	.col_info_case_inner .btn_container {
		flex-direction: column;
	}
	.wrap_cont_gen_new {
		flex-direction: column-reverse;
	}
	.wrap_content_general .btn_container,
	.wrap_content_general_inner .btn_container {
		min-width: auto;
	}
	.box_table_price table td {
		font-size: 16px;
	}
	.price h3 {
		font-size: 36px;
	}
}
@media screen and (max-width: 1119px) {
	.wrap_nav_custom {
		display: block;
		padding: 0;
		box-shadow: none;
	}
}
@media screen and (max-width: 992px) {
	.descript_head {
		display: none;
	}
	h1 {
		font-size: 40px;
	}
	.wrap_content_general h2 {
		font-size: 22px;
	}
	.descript_general {
		font-size: 22px;
	}
	h2 {
		font-size: 34px;
	}
	.wrap_services_gen {
		grid-template-columns: repeat(2, 1fr);
	}
	.title_cases {
		font-size: 38px;
	}
	.item_cases {
		width: 100%;
	}
	.wrap_big_case {
		height: 400px;
	}
	#call_to_action h2 {
		font-size: 32px;
	}
	.box_info_action {
		width: 44%;
	}
	.bg_wrap_call_action {
		padding: 20px 20px 0;
	}
	.title_action_form {
		font-size: 26px;
	}
	.box_info_action_form {
		width: 50%;
	}
	.wrap_pluses {
		gap: 15px;
	}
	.title_pluses {
		padding: 20px 15px 0;
	}
	.text_pluses {
		padding: 20px 15px 0;
	}
	.wrap_bg_action_two h3 {
		text-align: center;
		font-size: 34px;
	}
	.img_action_two {
		display: none;
	}
	.wrap_bg_action_two form {
		grid-template-columns: repeat(1, 1fr);
	}
	.wrap_bg_action_two .btn_general {
		max-width: 100%;
	}
	.title_presentation {
		font-size: 38px;
	}
	.wrap_big_present,
	.wrap_number_serv,
	.wrap_reviews {
		flex-wrap: wrap;
	}
	.list_pluses_pres,
	.photo_men_action,
	.info_list_serv_action,
	.reviews_video {
		width: 100%;
	}
	.pres_dogovor {
		margin: 40px 0 0;
		width: 100%;
	}
	.wrap_list_serv_act {
		flex-direction: column-reverse;
	}
	.info_list_serv_action {
		padding: 15px 5% 0;
	}
	.info_list_serv_action h2,
	.info_list_serv_action .btn_container,
	.text_list_action_serv {
		text-align: center;
	}
	.btn_wats {
		margin: 0 auto;
	}
	.photo_men_action {
		padding: 40px 0 0;
	}
	.item_serv_list {
		width: 48%;
		margin: 0 0 20px;
	}
	.item_sertificates {
		width: 220px;
		margin: 0 10% 0 0;
	}
	.reviews_honors {
		width: 40%;
	}
	.reviews_scrin {
		width: 30%;
	}
	#section_general {
		padding: 150px 0 80px;
	}
	.wrap_footer_top {
		flex-wrap: wrap;
	}
	.col_one_footer {
		width: 100%;
		padding: 0 0 30px;
	}
	.col_two_footer,
	.col_three_footer {
		width: 19%;
	}
	.col_four_footer {
		width: 28%;
	}
	.col_info_footer {
		width: 33%;
	}
	.wrap_cases_inner {
		flex-wrap: wrap;
	}
	.col_slider_case, .col_info_case_inner {
		width: 100%;
	}
	.col_info_case_inner h3 {
		margin: 35px 0 0;
	}
	.col_info_case_inner .btn_container {
		flex-direction: row;
	}
	.subtitle_inner {
		font-size: 36px;
	}
	#cases_inner h2, .title_inner_case_big {
		font-size: 32px;
	}
	.box_table_price table td {
		padding: 10px;
		font-size: 15px;
		vertical-align: middle;
	}
}
@media screen and (max-width: 767px) {
	#section_general {
		padding: 110px 0 60px;
	}
	.page-id-396 .wrap_content_general_inner {
		background: transparent;
	}
	.page-id-396 #section_general {
		position: relative;
	}
	.page-id-396 #section_general:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 100%);
	}
	.page-id-396 #section_general .container {
		position: relative;
		z-index: 3;
	}
	.address_head,
	.social_head p {
		display: none;
	}
	h1 {
		font-size: 34px;
	}
	.btn_general {
		max-width: 420px;
	}
	h2 {
		font-size: 30px;
	}
	.wrap_services_gen {
		gap: 10px;
	}
	.inner_info_serv {
		padding: 15px;
	}
	.inner_info_serv h3 {
		font-size: 20px;
	}
	.btn_serv {
		padding: 15px 10px;
		font-size: 13px;
	}
	.item_serv_gen {
		height: 250px;
	}
	.title_cases {
		font-size: 28px;
	}
	.wrap_big_case {
		height: 240px;
	}
	.wrap_little_case {
		height: 70px;
	}
	.title_c {
		font-size: 22px;
	}
	.box_info_action,
	.box_info_action_form {
		width: 100%;
	}
	.box_info_action_form form {
		max-width: 100%;
	}
	.title_manager {
		left: -25px;
		font-size: 18px;
	}
	.status_manager {
		width: 80px;
		right: -10px;
		font-size: 12px;
	}
	#reasons .owl-next {
		right: -49px;
		top: 45%;
	}
	#reasons .owl-prev {
		left: -49px;
		top: 45%;
	}
	.wrap_pluses {
		grid-template-columns: repeat(1, 1fr);
	}
	.title_pluses {
		font-size: 30px;
	}
	.num_garant {
		padding: 15px;
	}
	.num_garant, .title_garant {
		font-size: 22px;
	}
	.title_garant,
	.text_garant {
		margin: 15px 0 0;
	}
	.item_reas_pres p {
		font-size: 12px;
	}
	.title_presentation {
		font-size: 28px;
		margin: 40px 0 0;
	}
	.list_pluses_pres {
		grid-template-columns: repeat(2, 1fr);
		padding: 5px 0 0;
	}
	.item_plus_pres .title {
		font-size: 16px;
	}
	.item_plus_pres .text {
		font-size: 14px;
	}
	.item_serv_list {
		width: 32%;
	}
	.item_serv_list p {
		font-size: 13px;
	}
	.item_serv_list span {
		font-size: 80px;
	}
	.item_sertificates {
		margin: 30px auto 0;
	}
	.reviews_honors {
		width: 100%;
	}
	.reviews_scrin {
		width: 34%;
		margin-right: 3%;
	}
	.wrap_steps {
		gap: 10px;
	}
	.item_step_work {
		padding: 10px;
		min-height: 360px;
	}
	.num_step {
		padding: 5px 15px;
	}
	.title_steps {
		font-size: 20px;
		margin: 10px 0 0;
	}
	.step_phone a {
		font-size: 20px;
		margin: 5px 0 0;
	}
	.text_steps p {
		margin: 10px 0 0;
		font-size: 12px;
	}
	.text_steps {
		padding: 0 18% 0 0;
	}
	.item_step_work .btn_container .btn_general {
		height: 50px;
	}
	.col_cont_one, .cont_gallery_office {
		width: 100%;
	}
	.col_two_footer, .col_three_footer {
		width: 49%;
	}
	.col_four_footer,
	.col_info_footer {
		width: 49%;
		padding: 30px 0 0;
	}
	.wrap_footer_bottom {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}
	.webmaster p {
		text-align: center;
	}
	.subtitle_inner {
		font-size: 26px;
	}
	#cases_inner h2, .title_inner_case_big {
		font-size: 28px;
	}
	.section-tab .tabs li {
		height: 56px;
		font-size: 12px;
	}
	.section-tab .tabs {
		gap: 15px;
	}
	.col_info_case_inner h3 {
		font-size: 26px;
	}
	.col_info_case_inner .btn_container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.price_case_inner {
		text-align: center;
	}
	.title-hidden {
		font-size: 32px;
	}
	.btn_general {
		padding: 0 20px;
	}
	#reviews .reviews_honors .owl-next, #reviews .reviews_scrin .owl-next {
		right: 0;
	}
	#reviews .reviews_honors .owl-prev, #reviews .reviews_scrin .owl-prev {
		left: 0;
	}
	#reviews .reviews_honors .owl-next, #reviews .reviews_honors .owl-prev, #reviews .reviews_scrin .owl-next, #reviews .reviews_scrin .owl-prev {
		margin-top: -35px;
	}
	.price h3 {
		font-size: 30px;
	}
	.sub_price {
		font-size: 16px;
	}
	.box_table_price table td {
		padding: 10px 5px;
		font-size: 13px;
	}
	#portfolio_inner {
		padding: 120px 0 60px;
	}
	.box_manager img {
		width: 230px;
		margin: 0 auto;
	}
}