@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
.row {
    margin-right: -15px;
    margin-left: -15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
@media (max-width: 568px){
	.row {
		display: block;
	}
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	min-height: 700px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.text-white,
.text-white a {
	color: #fff !important;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form {
	display: block;
}

img {
	max-width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

a:hover {
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
	outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background: none;
	border: 0;
	color: inherit;
	/* cursor: default; */
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	/* for input */
	-webkit-user-select: none;
	/* for button */
	-moz-user-select: none;
	-ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.caret {
	display: inline-block;
	content: " ";
	width: 8px;
	height: 8px;
	margin-left: -3px;
	vertical-align: middle;
	margin-top: 2px;
	border: 7px solid transparent;
	border-top: 7px solid #ffd52e;
	margin-right: 5px;
	cursor: pointer;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background:#ffd52e;
}

.flex {
	display: -webkit-flex !important;
	-webkit-align-items: center !important;
	-webkit-justify-content: space-between !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.text-right {
	text-align: right;
}

/*menu*/
.dropdown-menu {
	right: 0;
	left: auto;
	padding: 15px 0px;
	border: 0;
	margin-top: 0;
	border-radius: 10px;
	min-width: 230px;
}

.menu_wrap>.dropdown-menu {
	border-top: 12px solid #8DC63B;
	min-width: 320px;
}

.dropdown-menu li {
	padding: 6px 30px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	box-shadow: none;
	position: absolute;
	border-radius: 10px 0 0 10px;
}

.dropdown-submenu>a:before {
	display: block;
	content: " ";
	float: left;
	width: 8px;
	height: 8px;
	border-color: transparent;
	margin-top: 9px;
	margin-left: -16px;
	border: 2px solid #8DC63B;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a {
	border-bottom: 2px solid transparent;
	display: inline-block;
	transition: all 0.3s;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #000;
	background-color: transparent;
	border-bottom: 2px solid #8DC63B;
}

.dropdown-menu>li:focus>a,
.dropdown-menu>li:hover>a {
	color: #000;
	font-weight: 700;
	background-color: transparent;
	display: inline-block;
	border-bottom: 2px solid #ffd52e;
}

.open>.dropdown-menu,
.main_menu .open+.dropdown-menu {
	display: block;
	border-radius: 10px 0 10px 10px;
}

.main_menu .caret {
	margin-top: 6px;
}

.main_menu .open>.dropdown-menu,
.main_menu .open+.dropdown-menu {
	border-radius: 0;
}

.main_menu .dropdown-menu {
	border-radius: 0;
	right: auto;
	left: 0;
	transition: opacity 0.3s;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
}

.main_menu .navbar-nav>li>.dropdown-menu {
	top: 40px;
}

.main_menu .dropdown-menu .caret {
	border: 0;
	color: red;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
}

.main_menu .dropdown-menu .dropdown-menu {
	opacity: 0;
}

.main_menu .dropdown-menu li {
	position: relative;
	padding: 0px;
}

.main_menu .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	display: block;
	top: 0;
	left: 100%;
}

.main_menu .dropdown-menu li a {
	padding: 15px 30px;
	display: block;
	font-size: 17px;
	white-space: nowrap;
	min-width: 315px;
}

.main_menu .dropdown-menu li a:hover {
	background: #ffd52e;
	text-decoration: none;
	font-weight: 700;
}

.main_menu .dropdown-menu li:hover>a {
	font-weight: 700;
}

/*end menu*/

.dropdown-menu>li>a {
	padding: 0;
	font-size: 18px;
}

.header a {
	color: #000;
}

.header {
	border-top: 5px solid #000;
	box-sizing: content-box;
}

.header .logo {
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
	max-width: 170px;
	margin-bottom: -40px;
}

.help_btn {
	background: #ff0000;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0;
	margin-top: -5px;
}

.help_btn .help_ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/help_ico.png) no-repeat center;
	background-size: 32px;
}

.help_btn .help_text {
	width: calc(100% - 50px);
	line-height: 1.2em;
}

.help_btn .help_text span {
	font-size: 18px;
}

.header_info {
	white-space: nowrap;
}

.header_phones {
	font-size: 20px;
	font-weight: 700;
	margin-left: -70px;
	margin-right: 20px;
	position: relative;
}

.header_phones .caret {
	margin-left: 7px;
}

.header_phones>button>span:first-child {
	border-bottom: 1px dashed #000;
}

.main_menu {
	padding-right: 65px;
}

.main_menu .navbar {
	margin-bottom: 0;
	min-height: 0;
}

.main_menu .navbar-nav>li>a,
.main_menu .navbar-nav>li.dropdown>a {
	padding: 10px 8px;
	margin: 0 3px;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
}
.services_row a:focus, 
.services_row a:hover {
    text-decoration: none;
}
.services_row .col-md-4:nth-child(7n) {
	clear:both;
}
.main_menu .navbar-nav>li>a:hover,
.main_menu .navbar-nav>li .open,
.main_menu .navbar-nav>li:active,
.main_menu .navbar-nav>li:focus,
.main_menu .navbar-nav>li:hover {
	background: #ffd52e;
	text-decoration: none;
}

.main_menu .navbar-nav>li>a:hover .caret,
.main_menu .navbar-nav>li .open .caret,
.main_menu .navbar-nav>li:hover .caret {
	border-top: 7px solid #000;
}

.header .top_line {
	display: flex;
	height: 84px;
}

.main_menu,
.header_info_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bottom_block {
	background: #f8f8f8;
	padding: 10px 15px;
}

.wright_us {
	font-size: 17px;
	margin-left: 35px;
	color: #333;
}

.wright_us img {
	margin-left: 10px;
	max-width: 40px;
}

.wright_us span {
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}

.work_time {
	font-size: 18px;
	color: #666666;
}

.banner_text_wrap,
.homeslider-item {
	height: calc(100vh - 366px);
}

.homeslider-item .homeslider-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}

.homeslider-item .homeslider-link{
	display: block;
	height: 100%;
}

.homeslider .slick-next{
	right: 20px;
	background: #ffd52e url(../images/arrow_right.png) no-repeat center;
}

.homeslider .slick-prev{
	left: 20px;
	background: #ffd52e url(../images/arrow_left.png) no-repeat center;
}

.homeslider .slick-next,
.homeslider .slick-prev{
	z-index: 5;
	background-size: auto;
	background-size: 30px;
}

.homeslider .slick-dots{
	bottom: 10px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
	width: 100%;
	left: 0;
}

.homeslider .slick-arrow {
    top: calc(50% - 30px);
    height: 60px;
    width: 60px;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 10;
}

.homeslider-h1{
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 10;
}

.main_banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner_text {
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	margin-bottom: 150px;
}

.banner_text h1,
.homeslider-h1 h1 {
	font-size: 56px;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 1em;
}

.section_title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.section {
	padding: 40px 0;
}

.nav-tabs {
	border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	text-decoration: none;
}

.tab-content>.tab-pane {
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.tab-content>.active {
	opacity: 1;
	height: auto;
}

.nav-tabs>li>a {
	border: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border: 0;
	text-decoration: none;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 80px);
	height: 77px;
	color: transparent;
	width: 71px;
}

.slick-prev {
	left: -100px;
	background: url(../images/arrow_left.png) no-repeat center;
	background-size: cover;
}

.slick-next {
	right: -100px;
	background: url(../images/arrow_right.png) no-repeat center;
	background-size: cover;
}

.slick-arrow:hover {
	opacity: 0.8;
}

.slick-arrow:focus {
	outline: none;
}

.slick-dots {
	text-align: center;
	margin-top: 50px;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	overflow: hidden;
	color: transparent;
	background: #fff;
	margin: 0 10px;
}

.slick-dots li.slick-active button {
	background: #ffd52e;
}

.best {
	position: relative;
	font-size: 18px;
	overflow: hidden;
}

.best {
	padding: 25px 0 30px;
	background: #ffd52e url(../images/best_bg.png) no-repeat 104% -15px;
	background-size: 290px;
}

.best .section_title {
	margin-bottom: 5px;
}

.best .icons_wrap {
	margin-left: auto;
	margin-right: auto;
}

.best .item {
	opacity: 0.8;
}

.best .ico {
	width: 185px;
	height: 85px;
	line-height: 85px;
	margin: 0 auto 10px;
}

.best h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 -15px;
	letter-spacing: -0.5px;
}

.best .zamer_btn {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	padding: 11px 39px;
	border-radius: 15px;
}

.best .zamer_btn:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.zamer_block {
	text-align: left;
	margin-left: -25px;
}

.zamer_block .ico {
	line-height: 0.8em;
	font-size: 33px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding-top: 30px;
}

.zamer_block .ico span {
	font-style: italic;
	font-size: 20px;
	display: block;
	margin-left: 20px;
}

.best .section_title {
	font-size: 22px;
}

.portfolio {
	padding: 80px 0;
	background: #d5d5d5;
}

.portfolio .section_title {
	margin-bottom: 70px;
}

.portfolio .flex {
	flex-wrap: wrap;
	justify-content: flex-start !important;
	width: 100%;
}

.portfolio .flex.video_block>div {
	width: 100%;
}

.portfolio.sertifikat .flex {
	justify-content: space-between !important;
}

.portfolio.sertifikat .flex>div {
	width: 100%;
}

.portfolio .img {
	overflow: hidden;
	position: relative;
	height: 180px;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
	display: block;
}

.portfolio .item {
	width: 20%;
	padding: 0 8px;
	position: relative
}

.portfolio .hover_block {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	background: rgba(255, 213, 46, 0.75);
}

.portfolio .item:hover .hover_block {
	opacity: 1;
}

.portfolio .view_all a {
	padding: 15px 35px;
	border: 2px solid #545454;
	color: #545454;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	margin-top: 35px;
}

.portfolio .view_all a:hover {
	background: #545454;
	color: #fff;
	text-decoration: none;
}

.bred_section {
	padding: 60px 50px 100px;
	background: #d5d5d5;
}

.bred_section .section_title {
	margin-bottom: 70px;
}

.bred_section img {
	margin: 0 auto;
}

.about_block {
	padding: 120px 0 85px;
	background: #f7f7f7 url(../images/inner3_bg.png) no-repeat center;
}

.about_block .nav-tabs {
	margin-bottom: 40px;
	padding-left: 40px;
}

.about_block .nav-tabs li {
	display: inline-block;
	margin-right: 40px;
}

.about_block .nav-tabs li a {
	color: #666666;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 0px solid #8dc63c;
}

.about_block .nav-tabs li.active a {
	border-bottom: 3px solid #8dc63c;
	color: #000;
	background: transparent;
}

.about_block .nav-tabs li a {
	display: block;
	color: #666666;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.about_block .tab-content {
	padding: 60px 80px;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 25px;
	max-width: 700px;
}

.about_block .tab-content h3 {
	color: #1677be;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 0 0 25px;
}

.about_block .tab-content .text {
	font-size: 15px;
	line-height: 1.6em;
}

.about_block .tab-content .text p {
	margin-bottom: 15px;
}

.last_news .section_title,
.services_block .section_title {
	margin-bottom: 30px;
}

.services_block .subtitle {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.7em;
}

.last_news .item,
.services_block .item {
	background: #fff;
	overflow: hidden;
	margin: 20px 0;
	transition: box-shadow 0.3s;
}

.last_news .item:hover,
.services_block .item:hover {
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}

.last_news .item:hover,
.services_block .item>a {
	text-decoration: none;
	color: #000;
}

.services_block .col-md-3:nth-child(4n + 1) {
	clear: left;
}

.services_row {
	background: #fbfbfb url(../images/services_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.services_row .col-md-4:nth-child(4n){
	clear:both;
}
.last_news .img,
.services_block .img {
	overflow: hidden;
	position: relative;
	height: 180px;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
}

.last_news .item>div:not(.img),
.services_block .item>div:not(.img) {
	padding: 0 40px;
}

.last_news .news_title,
.services_block .news_title {
	font-size: 16px;
	font-weight: 700;
	margin: 30px 0 10px;
}

.last_news .descr,
.services_block .descr {
	color: #666;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding: 0 15px 15px;
}

.last_news .details {
	text-decoration: underline;
	color: #1677be;
	display: inline-block;
	margin-bottom: 30px;
}

.services_block .details {
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-bottom: 30px;
	background: #ffd52e;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.services_block .details:hover {
	color: #fff;
	background: #000;
}

.last_news .view_all a,
.services_block .view_all a {
	font-weight: 700;
	font-size: 19px;
	color: #8dc63c;
	display: inline-block;
	border-bottom: 1px solid #8dc63c;
	line-height: 1em;
	vertical-align: top;
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
}

.last_news .view_all a:hover,
.services_block .view_all a:hover {
	text-decoration: none;
}

.last_news .slick-dots,
.services_block .slick-dots {
	margin-top: 25px;
}

.testemonial_carousel_block {
	padding: 70px 0 60px;
	background: #666666 url(../images/testemon_bg.png) no-repeat 144% center;
	background-size: 1400px;
}

.testemonial_carousel_block .section_title {
	margin-bottom: 50px;
}

.testemonial_carousel {
	max-width: 1050px;
	margin: 0 auto;
	font-size: 17px;
}

.testemonial_carousel .img {
	overflow: hidden;
	position: relative;
	height: 170px;
	background-position: center;
	background-size: cover;
	margin-right: 25px;
	width: 170px;
	border: 8px solid #fff;
	border-radius: 100%;
	float: left;
}

.testemonial_carousel .title {
	font-weight: 300;
	margin: 40px 0 10px;
}

.testemonial_carousel .more_btn {
	color: #0066cc;
}

.testemonial_carousel_block .view_all a {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	border-bottom: 1px solid #0066ff;
	line-height: 1em;
	color: #0066ff;
	vertical-align: top;
	margin-top: 50px;
}

.testemonial_carousel_block .view_all a:hover {
	text-decoration: none;
}

.slick-initialized .slick-slide:focus {
	outline: none;
}

.call_to_action {
	background: #ffd52e;
	padding: 40px 60px 80px;
}

.white-popup-block .call_to_action {
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 60px 35px;
}

.white-popup-block .call_to_action .container {
	max-width: 100%;
}

.call_to_action .section_title {
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 400;
}

.call_to_action .subtitle {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.call_to_action .desc {
	font-size: 18px;
	margin-bottom: 50px;
}

.perevagi {
	padding-bottom: 80px;
}

.perevagi .section_title {
	margin-bottom: 80px;
}

.perevagi .item img {
	max-width: 145px;
}

.perevagi .item h3 {
	font-size: 18px;
}

.perevagi .item p {
	font-size: 16px;
}

.call_to_action input[type="text"],
.call_to_action input[type="email"] {
	width: 100%;
	font-size: 15px;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);
	color: #000;
	display: inline-block;
	transition: all 0.3s;
	border: 0;
	font-size: 16px;
}

.call_to_action input[type="text"]:focus,
.call_to_action input[type="email"]:focus {
	outline: none;
}

.call_to_action input::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
}

.call_to_action input::-moz-placeholder {
	color: #000;
	font-size: 16px;
}

.call_to_action input:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
}

.call_to_action input:-moz-placeholder {
	color: #000;
	font-size: 16px;
}

.call_to_action .submit_btn {
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	padding: 0 17px;
	border-radius: 20px;
	background: #000;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}

.zayavka {
	background: #ffd52e url(../images/best_bg2.png) no-repeat left center;
}

.call_to_action .submit_btn:hover {
	opacity: 0.7;
}

.how_we_work {
	padding: 50px 0 100px;
}

.how_we_work .section_title {
	margin-bottom: 80px;
}

.how_we_work .line {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	margin-right: 0;
	margin-left: 0;
}

.how_we_work .row {
	margin-right: 0;
	margin-left: 0;
}

.how_we_work .row:before {
	display: none;
}

.how_we_work .line:after {
	content: "";
	background: linear-gradient(to right, #ff5500, #ffd52e);
	height: 14px;
	border-radius: 7px;
	display: block !important;
	bottom: -14px;
	left: 0;
	right: 0;
	position: absolute;
	max-width: calc(100% - 225px);
	margin: 0 89px;
}

.how_we_work .line>div {
	max-width: 410px;
	z-index: 10;
}

.how_we_work .line>div:last-child {
	max-width: 370px;
}

.how_we_work .bottom .col-md-4:first-child {
	margin-left: 18%;
}

.how_we_work .bottom .col-md-4:nth-child(2) {
	margin-left: 4%;
}

.how_we_work .item {
	font-size: 17px;
}

.how_we_work .img {
	max-width: 145px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.how_we_work .line .img:after {
	content: "";
	background: #000;
	height: 16px;
	width: 16px;
	border-radius: 16px;
	display: block !important;
	bottom: -15px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
}

.how_we_work .line+.row .img:after {
	content: "";
	background: #000;
	height: 16px;
	width: 16px;
	border-radius: 16px;
	display: block !important;
	top: -15px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
}

.how_we_work .news_title {
	color: #000;
	font-weight: 700;
	padding-top: 20px;
}

.how_we_work .descr {
	color: #666;
}

.seo_text_block {
	background: #fff url(../images/seo_bg.png) no-repeat bottom center;
	padding: 70px 0 280px;
	font-size: 16px;
	line-height: 1.8em;
}

.seo_text_block .section_title {
	margin-bottom: 40px;
}

.seo_text_block .section_title span {
	color: #8dc63c;
}

.seo_text {
	max-height: 250px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
}

.seo_text p {
	color: #666666;
	margin-bottom: 20px;
}

.seo_text ul,
.services_text ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-position: inside;
	color: #000;
}

.seo_text ol,
.services_text ol {
	margin-bottom: 20px;
	list-style-position: inside;
}

.footer {
	background: #333333;
	padding: 50px 0 0px;
	font-size: 17px;
	position: relative;
}

.footer_title {
	margin-bottom: 15px;
}

.footer_menu li {
	margin-bottom: 10px;
}

.footer_menu li a {
	display: inline-block;
}

.footer .mail a {
	color: #a9f63b;
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 1px solid #a9f63b;
	line-height: 1em;
}

.footer .adress {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
}

.footer .work_time {
	color: #fff;
}

.footer .phone {
	line-height: 2.2em;
	display: -ms-grid;
	display: grid;
}

.footer .caret {
	border-left: 7px solid #ffd52e;
	border-top: 7px solid transparent;
	margin-left: 15px;
}

.footer_menu_wrap {
	align-items: flex-start !important;
	flex-wrap: wrap;
	padding: 0 45px 0 25px;
	position: relative;
}

.footer_menu_wrap:before {
	content: "";
	display: block;
	background: rgba(255, 204, 51, 0.5);
	width: 1px;
	position: absolute;
	left: -5px;
	bottom: 8px;
	top: 7px;
}

.footer_menu_wrap:after {
	content: "";
	display: block;
	background: rgba(255, 204, 51, 0.5);
	width: 1px;
	position: absolute;
	right: 21px;
	bottom: 8px;
	top: 7px;
}

.footer_menu_wrap .footer_title {
	width: 100px;
}

.footer>.container>.row {
	display: flex;
}

.footer_menu {
	flex-wrap: wrap;
	align-items: flex-start !important;
	width: calc(100% - 100px);
}
.footer .wpml-ls,
.footer .wpml-ls a {
 padding-left: 0;  
}
.footer_menu_first .sub-menu {
	display: -webkit-flex!important;
    -webkit-align-items: center!important;
    -webkit-justify-content: space-between!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
	flex-wrap: wrap;
	align-items: flex-start !important;
	width: calc(100% - 100px);
}

.footer_menu_first>li {
	display: inline-flex;

}
.footer_menu_first>li>a {
	margin-right: 50px;
	height: 25px;
}
.footer_menu_first .sub-menu li,
.footer_menu li {
	width: 50%;
	margin-bottom: 10px;
}
.footer_menu_first .sub-menu li a,
.footer_menu li a {
	opacity: 0.7;
}
.footer_menu_first .sub-menu li a:hover,
.footer_menu li a:hover {
	opacity: 1;
}

.footer_menu.last li a {
	opacity: 1;
}

.footer_menu.last,
.footer_menu.last li {
	width: 100%;
}

.fo .map_section {
	margin-bottom: 20px;
}

.footer .callback_btn {
	width: 220px;
	font-size: 15px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	border-radius: 27px;
	background: #8dc63c;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
	text-align: center;
}

.social_block li {
	display: inline-block;
	margin-right: 10px;
}

.social_block li a {
	display: block;
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	background: #000;
	color: #fff;
}

.social_block li a:hover {
	border: 1px solid #000;
	background: transparent;
	color: #fff;
}

.social_block li a.youtube:hover {
	background: #bb0000;
	border: 1px solid #bb0000;
}

.social_block li a.fb:hover {
	background: #3b5998;
	border: 1px solid #3b5998;
}

.footer_logo>a {
	max-width: 165px;
	display: block;
	transition: all 0.3s;
}

.footer .social_block {
	max-width: 200px;
	text-align: left;
	margin-top: 25px;
}

.footer .social_block li a {
	color: #333333 !important;
	background: #fff;
}

.copy_wrap {
	padding: 8px 45px;
	margin: 50px auto 0;
	font-size: 12px;
	position: relative;
	background: #000;
}

.copy_wrap .copy {
	float: left;
	color: #fff;
	font-size: 12px;
}

.copy_wrap .prod {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
}

.copy_wrap .prod span {
	color: #f2bd04;
	text-decoration: underline;
}

.copy_wrap .prod a {
	text-decoration: underline;
	color: #fff;
}

.prices_section {
	background: #f7f7f7;
}

.price_tab li a {
	text-align: center;
	font-weight: 700;
	color: #000;
	font-size: 17px;
}

.price_tab li {
	position: absolute;
	cursor: pointer;
}

.price_tab li.tab1 {
	left: -180px;
}

.price_tab li.tab2 {
	left: -255px;
}

.price_tab li.tab3 {
	left: -180px;
}

.price_tab li.tab4 {
	right: -180px;
}
article ol:not(.popular_faq){
	padding-left: 30px;
	margin-bottom: 15px;
}
article ul:not(.popular_faq),
.services_text .inner_container ul {
	list-style: initial;
	padding-left: 30px;
	margin-bottom: 15px;
}
/* .services_text p {
	display: -ms-grid;
	display: grid;
} */
p.aligncenter {
	text-align: center !important;
}
.services_text p img {
	margin: 30px 0;
}
.services_text p img.aligncenter {
	-ms-grid-column-align: center;
	    justify-self: center;
}
.services_text p img.alignleft {
	-ms-grid-column-align: left;
	    justify-self: left;
}
.services_text p img.alignright {
	-ms-grid-column-align: right;
	    justify-self: right;
}
.price_tab li.tab5 {
	right: -265px;
}

.price_tab li.tab6 {
	right: -180px;
}

.price_tab li.tab1,
.price_tab li.tab4 {
	top: 0px;
}

.price_tab li.tab2,
.price_tab li.tab5 {
	top: 245px;
}

.price_tab li.tab3,
.price_tab li.tab6 {
	top: 480px;
}

.price_tab li .img {
	background: #fff;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	line-height: 200px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
	justify-content: center;
	margin: 0 auto 10px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	z-index: 10;
}

.price_tab li .img img {
	max-width: 120%;
}

.price_tab li .title {
	margin-top: -25px;
	line-height: 1em;
}

.prices_section .text {
	font-size: 17px;
	color: #666666;
	margin-top: 25px;
	text-align: center;
}

.prices_section .label {
	color: #666666;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
}

.prices_section .col-sm-push-3 {
	left: 29%;
}

.prices_section .price_block {
	text-align: Center;
	margin-top: 35px;
}

.price_block .price {
	font-size: 26px;
	color: #999999;
	line-height: 1.2em;
}

.price_block .price span {
	font-weight: 700;
	color: #000;
}

.price_block .price span b {
	font-size: 30px;
}

.btn_block {
	text-align: center;
	padding: 35px 0 0px;
}

.btn_block a {
	margin: 0 15px;
}

.btn_block .all_prices {
	color: #666666;
	border: 2px solid #666;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	display: inline-block;
	font-weight: 700;
	min-width: 220px;
	text-align: center;
	text-transform: uppercase;
}

.btn_block .zakaz_btn {
	color: #000;
	border: 2px solid #ffcc33;
	background: #ffcc33;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	display: inline-block;
	font-weight: 700;
	min-width: 225px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btn_block .zakaz_btn:hover {
	background: transparent;
	text-decoration: none;
}

.btn_block .all_prices:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}

.price_tab li .img,
.price_tab li .title {
	transition: transform 0.3s;
}

.price_tab li:hover .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border: 1px solid #ffd041;
	box-shadow: -15px 10px 20px rgba(0, 0, 0, 0.2);
}

.price_tab li:hover .title {
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}

.price_tab li.active .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border: 1px solid #ffd041;
	box-shadow: -15px 10px 20px rgba(0, 0, 0, 0.2);
}

.price_tab li.active .title {
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}

.price_tab li:after {
	content: "";
	position: absolute;
	height: 109px;
	background: url(../images/strelka.png) no-repeat center;
	top: 0%;
	right: -95px;
	opacity: 0;
	transition: all 0.3s;
	width: 0;
	overflow: hidden;
}

.price_tab li.tab0.active:after {
	display: none;
}

.price_tab li.active:after {
	opacity: 1;
	top: 80%;
	right: -115px;
	width: 133px;
}

.price_tab li.tab2.active:after {
	top: 30%;
	right: -165px;
	width: 133px;
	transform: rotate(-35deg);
}

.price_tab li.tab3.active:after {
	top: 15%;
	right: -155px;
	width: 133px;
	transform: rotate(-35deg);
}

.price_tab li.tab4:after,
.price_tab li.tab5:after,
.price_tab li.tab6:after {
	right: auto;
}

.price_tab li.tab4.active:after {
	opacity: 1;
	top: 107%;
	right: auto;
	left: -30px;
	width: 167px;
	background: url(../images/strelka1.png) no-repeat center;
	transform: rotate(-45deg);
}

.price_tab li.tab5.active:after {
	top: 30%;
	left: -175px;
	right: auto;
	width: 167px;
	background: url(../images/strelka1.png) no-repeat center;
}

.price_tab li.tab6.active:after {
	top: 8%;
	left: -150px;
	right: auto;
	width: 167px;
	transform: rotate(55deg);
	background: url(../images/strelka1.png) no-repeat center;
}



.not_found {
	padding: 150px 0;
	font-size: 22px;
}

.not_found .title {
	font-size: 37px;
	font-weight: 700;
	margin: 25px 0 10px;
}

.not_found .text a {
	font-size: 16px;
	margin-top: 25px;
	color: #000;

}

.acii_bottom {
	padding: 80px 0;
}

.acii_bottom .img {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.acii_bottom .top_info {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.2em;
}

.acii_bottom .top_info span {
	text-transform: uppercase;
	display: block;
}

.acii_bottom .title {
	font-size: 20px;
	font-weight: 700;
	color: #ff0101;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 10px;
}

.acii_bottom .text {
	font-size: 16px;
}

.acii_bottom .text span {
	color: #ff0000;
	font-weight: 700;
}

.acii_bottom a {
	color: #000;
	text-decoration: none;
}

.acii_bottom .btn_wrap {
	text-align: center;
	margin-top: 80px;
}

.acii_bottom .more_btn {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}


.top_section {
	padding: 70px 0 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_section .h1 {
	font-size: 73px;
	color: #3e271d;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 50px;
	line-height: 1em;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	margin-top: 0;
}
.breadcrumb,
.kama_breadcrumbs {
	background: transparent;
	text-align: left;
	padding: 0;
}

.kama_breadcrumbs span {
	margin: 0 5px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.kama_breadcrumbs span:first-child {
	margin-left: 0;
}

.kama_breadcrumbs span a {
	color: #666666;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
}

.kama_breadcrumbs span.active {
	color: #000;
	font-size: 16px;
}

.kama_breadcrumbs>span+span:before {
	color: #000;
	margin: 0 5px 0 -5px;
	font-size: 12px;
	vertical-align: bottom;
}

.contacts_page {
	padding: 80px 0 50px;
}

.contacts_page .phones_title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 45px;
	line-height: 1em;
}

.contacts_page .phones {
	padding-left: 45px;
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666;
	background: url(../images/phone_ico.png) no-repeat left 10px;
}

.contacts_page .phones a {
	color: #666;
}

.contacts_page .phones_wrap {
	border-right: 2px solid #999;
}

.contacts_page .adress {
	padding-left: 40px;
	color: #666;
	background: url(../images/place_ico.png) no-repeat 10px 0px;
}

.contacts_page .adress .title {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding-top: 0px;
	margin-bottom: 8px;
}

.contacts_page .adress p {
	margin-bottom: 5px;
	font-size: 15px;
}

.contacts_page .adress a {
	color: red;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
}
#lang-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contacts_page .work_time {
	padding-left: 40px;
	color: #666;
	background: url(../images/time_ico.png) no-repeat 5px 10px;
	font-size: 15px;
}

.contacts_page .work_time .title {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	margin-bottom: 8px;
}

.contacts_page .work_time p {
	margin-bottom: 0px;
}


.contacts_director {
	background: #cecece;
}

.contacts_director .section_title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px;
	text-transform: none;
}

.contacts_director .text {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4em;
}

.contacts_director .text p {
	margin-bottom: 25px;
}

.contacts_director .text a {
	color: #3333cc;
	text-decoration: underline;
}

.direct_img {
	position: absolute;
	right: 0;
	bottom: -40px;
}

.contacts_director .flex_block {
	display: flex;
}

.bottom_text .container {
	max-width: 900px
}

.bottom_text {
	line-height: 1.7em;
	color: #666;
}

.form_block textarea,
.form_block input,
.form_block button {
	border: 0;
	outline: none;
	border-radius: 10px;
	background: #fff;
	padding: 0px 25px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	display: block;
	margin-bottom: 18px;
}

.form_block textarea {
	width: 100%;
	height: 100px;
	padding: 14px 25px;
}

.form_block input {
	width: 100%;
	border-radius: 20px;
	line-height: 50px;
}

.form_block button {
	background: #000;
	width: 100%;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	transition: background 0.3s;
	cursor: pointer;
	margin-bottom: 0;
}

.form_block button:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.form_block textarea::-webkit-input-placeholder,
.form_block input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.form_block textarea::-moz-placeholder,
.form_block input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.form_block textarea:-ms-input-placeholder,
.form_block input:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.form_block textarea:-moz-placeholder,
.form_block input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

.contacts_page .container,
.contacts_director .container,
.inner_container {
	max-width: 1400px;
}

.inner_template .main_menu,
.inner_template .header_info_wrap {
	justify-content: center;
}

.inner_template .header_info .social_block {
	margin-right: 15px;
}

.sidebar .block_title {
	font-size: 13px;
	color: red;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.2px;
	margin-bottom: 20px;
}

.popular_faq li {
	margin-bottom: 10px;
}

.popular_faq a {
	text-decoration: underline;
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

.popular_faq a:hover {
	text-decoration: none;
}

.post_style .item {
	margin-bottom: 60px;
	padding-right: 45px;
}

.post_style .item .date {
	color: #020202;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
}

.post_style .item .title {
	color: #020202;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
}

.post_style .item .img {
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}

.post_style .item .descr {
	font-size: 18px;
	line-height: 1.7em;
}

.post_style .item .view_all {
	font-size: 18px;
	color: red;
	line-height: 1.7em;
	transition: font-weight 0.3s;
}

.post_style .link {
	color: inherit;
	text-decoration: none;
}

.post_style .item .view_all:hover {
	font-weight: 600;
}

.yellow_btn {
	background: #ffd52e;
	height: 60px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 60px;
	display: inline-block;
	border: 2px solid #ffd52e;
	box-sizing: border-box;
	line-height: 56px;
	font-size: 18px;
	transition: background 0.3s;
}

.yellow_btn:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 2px solid #ffd52e;
}

.gallery_block {
	background: #fff;
}

.top_text {
	background: rgba(0, 0, 0, 0.5);
	padding: 35px 100px;
	margin-bottom: 20px;
}

.gallery .top_text .title {
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.gallery .top_text .title span {
	font-family: 'Merriweather', serif;
	font-size: 55px;
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
	letter-spacing: 0;
}

.gallery .top_text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
}

.pagination li a,
.pagination li span {
	border: 0;
	padding: 3px 6px;
	margin: 0 5px;
}

.pagination li a {
	border: 0;
	padding: 3px 6px;
	margin: 0 8px;
	font-weight: 700;
	border-radius: 0;
	color: #000;
	font-size: 16px;
}

.pagination li span {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
}

.pagination li span:hover {
	color: #999999;
	background: transparent;
}

.pagination li a:hover {
	background: #ffcc33;
	color: #000;
	border-radius: 0;
}

.pagination_wrap {
	padding: 80px 0 0px;
}

.video_block .item {
	width: 23%;
	padding: 15px;
}

.video_block .img {
	margin-bottom: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border: 15px solid #fff;
}

.video_block .hover_block {
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.video_block .item .hover_block img {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}

.video_block .item:hover .hover_block img {
	opacity: 1;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.block_title {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 50px;
}

.video_block_wrap {
	padding: 50px 0 30px;
}

.video_block .slick-arrow,
.sertifikat .slick-arrow,
.brend_carousel .slick-arrow {
	top: calc(50% - 30px);
	height: 60px;
	width: 60px;
	opacity: 0.8;
	border-radius: 10px;
	z-index: 10;
}

.video_block .slick-next,
.sertifikat .slick-next,
.brend_carousel .slick-next {
	right: -20px;
	background: #ffd52e url(../images/arrow_right.png) no-repeat center;
	background-size: 30px;
}

.video_block .slick-prev,
.sertifikat .slick-prev,
.brend_carousel .slick-prev {
	left: -20px;
	background: #ffd52e url(../images/arrow_left.png) no-repeat center;
	background-size: 30px;
}

.video_block .slick-arrow:hover,
.sertifikat .slick-arrow:hover,
.brend_carousel .slick-arrow:hover {
	opacity: 1;
}

.brend_carousel {
	padding: 0 50px;
}


.services_table {
	margin-bottom: 50px;
}

.prices_title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.prices_subtitle {
	font-size: 22px;
	margin-bottom: 15px;
}

.check_title {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
}

.check_title img {
	vertical-align: bottom;
	margin-right: 15px;
}

.service_table {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

.service_title {
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 20px;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.table_row {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.grow1 {
	-webkit-flex-basis: 5%;
	flex-basis: 5%;
}

.grow2 {
	-webkit-flex-basis: 10%;
	flex-basis: 10%;
	text-align: center;
}

.grow3 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	text-align: left;
}

.table_row:first-child {
	background: #f5f5f5;
	padding: 10px 0;
	font-weight: 700;
	font-size: 16px;
	height: 60px;
	align-items: center;
}

.table_row {
	border-bottom: 2px solid #f5f5f5
}

.table_td {
	padding: 15px 0;
	color: #3e271d;
}

.table_td a {
	text-decoration: underline;
	color: #3e271d;
	font-weight: 700;
}

.table_td a:hover {
	color: red;
}

.value_service {
	width: 25px;
	height: 25px;
	text-align: center;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.table_td .minus {
	margin-right: 12px;
	font-size: 31px;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.table_td .plus {
	margin-left: 10px;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.check_input {
	display: none;
}

.check_input+label {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}

.check_input:checked+label:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 20px;
	background: url(../images/check.png) no-repeat center;
	top: -3px;
	right: -5px;
}

.resoult_block {
	background: #f5f5f5;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 10px;
	display: none;
	max-width: 1370px;
	margin: 0 auto;
}

.resoult_block .title {
	font-size: 24px;
	font-weight: 700;
	color: #666666;
	padding-left: 25px;
}

.resoult_block .zakaz_btn {
	background: #ffcc00;
	color: #000;
	padding: 10px 15px;
	float: right;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	display: flex;
	align-items: center;
	margin-left: 20px;
	letter-spacing: 0.5px;
	min-width: 0;
	text-transform: none;
}

.resoult_block .zakaz_btn span {
	text-decoration: underline;
	margin-right: 6px;
}

.resoult_block .zakaz_btn:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.resoult_block .summa {
	display: flex;
	align-items: center;
}

.resoult_block .price {
	font-size: 20px;
	color: #000;
	line-height: 1em;
	font-weight: 700;
	text-align: right;
	margin-bottom: 5px;
}

.resoult_block .info {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	color: #666
}

.services_section {
	padding-bottom: 30px;
}

.resoult_block_wrap {
	/*visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left:0;
	right: 0;*/
}

.resoult_block_wrap.fixed {
	visibility: visible;
	opacity: 1;
}


.thank_page {
	background: url(../images/thank.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.thank_page .logo_img {
	display: inline-block;
	margin-bottom: 50px;
}

.thank_page .title {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.thank_page .title+p {
	font-size: 26px;
	margin-bottom: 60px;
	font-weight: 700;
}

.thank_page .line {
	height: 3px;
	background: #fff;
	max-width: 700px;
	margin: 20px auto;
}

.thank_bottom p {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0px;
}

.thank_bottom p.phone {
	font-size: 30px;
	color: red;
}

.akcii_page.acii_bottom .item {
	margin-bottom: 80px;
}

.akcii_page.acii_bottom .img {
	height: 325px;
}

.akcii_page.acii_bottom .item .descr {
	text-align: center;
}

.akcii_page.acii_bottom .top_info {
	font-size: 21px;
	margin: 17px 0;
}

.akcii_page.acii_bottom .title {
	font-size: 30px;
}

.akcii_page.acii_bottom .text {
	font-size: 18px;
}

.akcii_page.acii_bottom .btn_wrap {
	margin-top: 0;
}

.service_single_section .section_title {
	font-size: 37px;
}
.section.shema {
	padding-top: 0;
}
.section.shema h2 {
	font-size: 27.08px; 
	font-weight: 500; 
	text-align:left; 
	margin: 30px 0px; 
	text-transform: uppercase;
}
.service_single_section .subtitle {
	font-size: 22px;
	max-width: 1050px;
	margin: 30px auto 50px;
}

.service_single>.container>.row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service_single .col-md-12 a,
.service_single .col-md-6 a {
	color: #000;
	text-decoration: none;
}
.service_list {
	margin-top: 60px;
}
.tab-menu> ul > li.active, 
.tab-menu > ul > li.active:hover {
    background: #ffcc33;
    color: #000;
}
.tab-menu > ul > li {
    text-transform: uppercase;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
    background: #f2f2f2;
    color: #000;
    padding: 13px 40px;
	font-weight: 700;
}
.tab-menu  > ul > li:hover {
    background: #dedede;
}
@media (max-width:568px){
	.tab-menu > ul > li {
		width: 100%;
		text-align: center;
	}
}
.service_single_section:not(.service_detail) .service_single .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tab-wrapper {
	margin-top: 60px;
}
.service_single .item {
	background: #f2f2f2;
	padding: 45px 40px;
	margin-bottom: 25px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;    
	-ms-flex-align: center;    
	align-items: center;
	min-height: 410px;
}
.service_single.tab-content .item {
	padding: 45px 40px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
	min-height: initial;
}
.service_single_section.service_detail .item {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	min-height: initial;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #000;
	font-weight: 700;
}
.service_single.tab-content .item:hover{
	box-shadow: none !important;
}
.tab-content .item_wrap {
	background: #f2f2f2;
	border-top: 4px solid #ffcc33;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #ffcc33;
}

.service_single .img {
	overflow: hidden;
	position: relative;
	width: 215px;
	height: 215px;
	box-sizing: border-box;
	border: 15px solid #fff;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
	border-radius: 100%;
	margin-right: 20px;
}

.service_single .right {
	width: calc(100% - 235px);
}

.service_single .title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.service_single .descr {
	font-size: 18px;
	margin-bottom: 20px;
}

.service_single .price {
	font-size: 20px;
	font-weight: 700;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}

.zakaz_btn {
	color: #000;
	border: 2px solid #ffcc33;
	background: #ffcc33;
	height: 60px;
	line-height: 54px;
	font-size: 17px;
	display: inline-block;
	font-weight: 700;
	min-width: 225px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s;
}

.zakaz_btn:hover {
	background: transparent;
	text-decoration: none;
	color: #000;
}

.service_single .item.last {
	background: #cccccc;
	height: calc(100% - 25px);
}

.service_single .item.last .right {
	width: 100%;
}

.service_single .item.last .title {
	margin-bottom: 35px;
}

.service_single .item.last .descr {
	margin-bottom: 35px;
	font-weight: 700;
}

.service_single .item.last .descr {
	margin-bottom: 35px;
	font-weight: 700;
}

.service_single .item.last .details {
	color: #fff;
	border: 2px solid #000;
	background: #000;
	height: 60px;
	line-height: 54px;
	font-size: 20px;
	display: inline-block;
	font-weight: 700;
	min-width: 225px;
	text-align: center;
	transition: all 0.3s;
}

.service_single .item.last .details:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.services_text {
	padding: 60px 0;
}

.services_text .title {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 45px;
	text-align: center;
}

.services_text .text {
	font-size: 22px;
	margin-bottom: 55px;
}

.services_text .text p {
	margin-bottom: 35px;
}

.services_text .btn_wrap {
	margin-top: 100px;
}

.services_list_top {
	max-width: 1050px;
	margin: 0 auto 30px;
}

.services_list_top ul {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services_list_top li {
	width: 33.3%;
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}

.services_list_top li:before {
	content: "";
	top: 8px;
	left: 0;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ffd531;
	display: block;
}

.services_list_top li a {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
	font-size: 17px;
	line-height: 1.2em;
}

.services_list_top li.active a {
	text-decoration: none;
	font-weight: 400;
}

.service_single_section.service_detail .section_title {
	font-size: 26px;
}

.service_detail+.services_text {
	margin-bottom: 50px;
}

.service_detail_item .item_wrap {
	padding: 60px 0 120px;
	background: #f2f2f2;
}

.service_detail_item .title {
	font-size: 37px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.service_detail_item.service_single .item {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.service_detail_item.service_single .img {
	width: 275px;
	height: 275px;
	margin-right: 55px;
}

.service_detail_item.service_single .right {
	width: calc(100% - 330px)
}

.service_detail_item.service_single .descr {
	margin-bottom: 40px;
}

.service_detail_item.service_single .price {
	font-size: 37px;
	margin-top: -10px;
	margin-right: 15%;
}

.service_detail_item.service_single .price .dop_info {
	font-size: 20px;
	margin-top: 25px;
	line-height: 1.2em;
}



.last_news.acii_bottom .top_info {
	color: #000;
}

.last_news.acii_bottom .title {
	text-transform: none;
}

.last_news.acii_bottom .text {
	color: #000;
}


.sertifikat.portfolio {
	margin-bottom: 70px;
	padding: 60px 0;
}

.sertifikat.portfolio .item {
	width: auto;
}

.sertifikat.portfolio .item img {
	max-height: 330px;
	margin: 0 auto;
}


.reviews_section .section_title {
	margin-bottom: 0
}

.controls {
	padding: 15px;
	text-align: center;
}

.control {
	position: relative;
	display: inline-block;
	height: 35px;
	background: #fff;
	border: 1px solid #989898;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	transition: background 150ms;
	padding: 0 10px;
}

.mixitup-control-active,
.control:hover {
	background: #ffd530;
	border: 1px solid #ffd530;
}

.control[data-filter="all"] {
	padding: 0 30px;
	font-weight: 700;
}

.control[data-filter=".video_reviews"] {
	background: #fff url(../images/video_ico.png) no-repeat 10px center;
	padding-left: 30px;
}

.control[data-filter=".text_reviews"] {
	background: #fff url(../images/text_ico.png) no-repeat 10px center;
	padding-left: 30px;
}

.control[data-filter=".video_reviews"]:hover,
.control[data-filter=".video_reviews"].mixitup-control-active {
	background: #ffd530 url(../images/video_ico.png) no-repeat 10px center;
	padding-left: 30px;
}

.control[data-filter=".text_reviews"]:hover,
.control[data-filter=".text_reviews"].mixitup-control-active {
	background: #ffd530 url(../images/text_ico.png) no-repeat 10px center;
	padding-left: 30px;
}

.container_box {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1320px;
	margin: 0 auto;
}

.container_box:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.mix,
.gap {}

.mix {
	background: #fff;
	margin-bottom: 35px;
	position: relative;
}

.video_reviews {
	border: 1px solid #000;
	width: 31%;
	margin-top: 25px;
}

.video_reviews .title {
	text-align: center;
	padding: 10px 0;
}

.video_reviews .title img {
	height: 65px;
	max-width: 100%;
}

.video_reviews iframe {
	display: block;
}

.video_reviews .bottom_text {
	padding: 20px 30px;
	color: #000;
}

.video_reviews .bottom_text .user {
	font-size: 18px;
	font-weight: 700;
}

.video_reviews .bottom_text .descr {
	font-size: 16px;
}

.text_reviews {
	background: #f2f2f2;
	width: 48%;
	padding: 30px 25px;
	margin: 50px 0 0;
}

.text_reviews .logo_img {
	width: 170px;
	height: 170px;
	border-radius: 100%;
	border: 15px solid #fff;
	background: #f4f4f4;
	overflow: hidden;
	line-height: 140px;
	text-align: center;
	margin-top: -65px;
}

.text_reviews .logo_img img {
	max-width: 78%;
	max-height: 78%;
}

.text_reviews .user_info {
	width: calc(100% - 185px);
	font-weight: 700;
	margin-top: -35px;
}

.text_reviews .user_info p {
	margin-bottom: 0;
}

.text_reviews .top_info {
	margin-bottom: 20px;
}

.text_reviews .descr {
	padding: 0 15px;
}

#callback,
.form_wrap {
	max-width: 885px;
	margin: 40px auto;
	position: relative;
	background: url(../images/popup_bg.jpg) no-repeat center;
	background-size: cover;
}

#callback textarea,
.form_wrap textarea {
	width: 100%;
	padding: 15px 30px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 1);
	color: #000;
	display: inline-block;
	transition: all 0.3s;
	border: 0;
	font-size: 16px;
	height: 100px;
	margin-bottom: 15px;
}




.file_upload {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	/* example */
	height: 35px;
	/* example */
	line-height: 2em;
	/* the same as height */
	margin-top: 20px;
	padding-left: 30px;
	background: url(../images/add_foto.png) no-repeat left center;
	text-align: left;
	cursor: pointer;
}

.file_upload .button,
.file_upload>mark {
	display: block;
	cursor: pointer;
	float: left;
	padding: 0;
	/* example */
}

.file_upload .button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* example */
	height: 100%;
	display: inline-block;
	cursor: pointer;
	/* example */
}

.file_upload>mark {
	background: transparent;
	/* example */
	padding-left: 1em;
	float: left;
	/* example */
}

.file_upload input[type=file] {
	position: absolute;
	top: -100%;
	opacity: 0;
	cursor: pointer;
}

.file_upload input[type=file]:hover {
	cursor: pointer;
}

.file_upload {
	border-radius: 3px;
	transition: box-shadow 0.1s linear
}

.file_upload .button {
	transition: background 0.2s;
	border-radius: 2px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-decoration: underline;
	color: #fff;
}



.resoult_block_wrap {

	bottom: 0;
	width: 100%;
	left: 0;
}

#x {
	position: fixed;
	bottom: 0;
	width: 320px;
	height: 30px;
}

.main_menu .navbar-toggler {
	display: none;
}

.logo_block {
	width: 13%;
	height: 120px;
	border: 1px solid #ccc;
	line-height: 120px;
	text-align: center;
}

.logo_block img {
	max-height: 130px;
	max-width: 90%;
	margin: 0 auto;
}

.seo_text {
	transition: all 1s;
}

.seo_text.active {
	max-height: 5000px;
}

.seo_text+p .more {
	cursor: pointer;
	text-align: right;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 0;
	line-height: 1.2em;
}

.gMap-holder {
	height: 500px;
}

#go-top {
	position: fixed;
	bottom: 25px;
	right: 70px;
	text-align: center;
	cursor: pointer;
	display: none;
	width: 50px;
	height: 50px;
	background: #ffd52e;
	line-height: 50px;
	border-radius: 5px;
	color: #000 !important;
	font-size: 21px;
}

#go-top:hover {
	background: #333;
	color: #fff !important;
}

.top_line .logo {
	transition: all 0.3s;
}

.top_line.nav_fixed {
	position: fixed;
	z-index: 1000;
	background: #fff;
	left: 15px;
	right: 15px;
	top: 0;
	border-top: 5px solid #000;
	animation: fixed 0.3s linear;
}

.top_line.nav_fixed .logo {
	max-width: 100px;
	margin-bottom: -40px;
}

.bred_section .item {
	line-height: 65px;
}

.bred_section .item img {
	max-height: 65px;
	display: inline-block;
	vertical-align: middle;
}

.popup_head {
	padding-bottom: 16px;
	border-bottom: 2px solid #fff;
}

.popup_logo img {
	max-width: 155px;
}

.popup_content {
	color: #fff;
	padding: 50px 0 80px;
}

.popup_text {
	font-size: 20px;
}

.pupup_bottom {
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.4px;
	padding: 20px 0 0;
	border-top: 2px solid #fff;
}

.pupup_bottom .work_time {
	font-size: 17px;
	margin-top: 17px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 300;
}

.mfp-close-btn-in .call_to_action+.mfp-close {
	color: #fff;
}

#success .popup_content {
	padding-bottom: 100px;
}



@-webkit-keyframes windiw {
	0% {
		transform: translateX(0%);
		z-index: 10;
	}

	100% {
		transform: translateX(100%);
		z-index: 10;
	}
}

@-webkit-keyframes fixed {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes cloud2 {
	0% {
		transform: translateX(100%);
		z-index: 10;
	}

	50% {
		bottom: 50px;
	}

	100% {
		transform: translateX(-100%);
		z-index: 10;
		bottom: 70px;
	}
}

.services_page {
	margin-bottom: 60px;
}




@media screen and (max-width: 1550px) {
	.help_btn .help_text {
		width: calc(100% - 40px);
	}

	.help_btn .help_text span {
		font-size: 15px;
	}

	.main_menu .navbar-nav>li>a {
		padding: 10px 6px;
		font-size: 14px;
	}

	.caret {
		border: 5px solid transparent;
		border-top: 5px solid #ffd52e;
	}

	.main_menu .navbar-nav>li>a:hover .caret,
	.main_menu .navbar-nav>li .open .caret,
	.main_menu .navbar-nav>li>.toggle_btn:hover .caret {
		border-top: 5px solid #000;
	}

	.header_phones {
		font-size: 17px;
	}

	.header .work_time {
		font-size: 15px;
		margin-left: -25px;
	}

	.wright_us {
		font-size: 14px;
		margin-left: 0;
	}

	.wright_us img {
		max-width: 25px;
	}

	.perevagi .item p {
		font-size: 14px;
	}

	.prices_section .text {
		font-size: 16px;
	}

	.how_we_work .bottom .col-md-4:first-child{
		margin-left: 17%;
	}

	.how_we_work .bottom .col-md-4:nth-child(2) {
		margin-left: 0;
	}

	.footer,
	.work_time {
		font-size: 14px;
	}

	.footer_menu_wrap {
		padding: 0 40px 0 7px;
	}

	.copy_wrap {
		padding: 8px 0px;
	}

	.how_we_work .item {
		font-size: 15px;
	}

	.price_tab li .img {
		background: #fff;
		width: 160px;
		height: 160px;
		border-radius: 100%;
		line-height: 160px;
	}

	.price_tab li .img img {
		max-height: 110%;
	}

	.price_tab li.tab2,
	.price_tab li.tab5 {
		top: 210px;
	}

	.price_tab li.tab3,
	.price_tab li.tab6 {
		top: 420px;
	}

	.testemonial_carousel_block {
		background: #666666 url(../images/testemon_bg.png) no-repeat right center;
		background-size: 1400px;
	}

	.slick-next {
		right: -50px;
	}

	.slick-prev {
		left: -50px;
	}

	.main_menu .dropdown-menu li a {
		font-size: 14px;
		padding: 10px 40px;
	}

	.main_menu .navbar-nav>li>a,
	.main_menu .navbar-nav>li.dropdown>a {
		font-size: 14px;
	}

	.top_section .h1 {
		font-size: 50px;
	}

	.akcii_page.acii_bottom .top_info {
		font-size: 17px;
		margin: 17px 0;
	}

	.akcii_page.acii_bottom .title {
		font-size: 23px;
	}

	.akcii_page.acii_bottom .text {
		font-size: 16px;
	}

	.akcii_page.acii_bottom .img {
		height: 280px;
	}

	.service_single .price {
		margin-bottom: 15px;
	}

	.services_list_top li a {
		font-size: 17px;
	}

	.services_list_top li:before {
		top: 8px;
		left: 0;
		width: 10px;
		height: 10px;
	}

	.services_list_top li {
		padding-left: 25px;
		margin-bottom: 5px;
	}

	.service_detail_item .title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.service_detail_item .item_wrap {
		padding: 60px 0 60px;
	}

	.zakaz_btn {
		height: 50px;
		line-height: 48px;
		font-size: 15px;
		min-width: 170px;
	}

	.service_single .title {
		font-size: 21px;
	}

	.service_single .descr {
		font-size: 16px;
	}

	.service_single .price {
		font-size: 19px;
	}

	.service_single .img {
		width: 180px;
		height: 180px;
		border: 8px solid #fff;
		margin-right: 10px;
	}

	.service_single .right {
		width: calc(100% - 200px);
	}

	.resoult_block .zakaz_btn {
		min-width: 0;
	}
}



@media screen and (max-width: 1300px) {
	.banner_text h1 {
		font-size: 40px;
	}

	.main_menu .navbar {
		margin-left: -30px;
	}

	.social_block li {
		margin-right: 7px;
	}

	.post_style .item .title {
		font-size: 23px;
	}

	.post_style .item .date {
		font-size: 14px;
		line-height: 1.3em;
	}

	.post_style .item .descr {
		font-size: 16px;
		line-height: 1.5em;
	}

	.post_style .item .view_all {
		font-size: 17px;
		line-height: 1.5em;
	}

	.popular_faq a {
		font-size: 18px;
	}

	.service_single_section .section_title {
		font-size: 30px;
	}

	.service_single_section .subtitle {
		font-size: 19px;
		margin: 0 auto 30px;
	}

	.service_single .item {
		padding: 30px 30px;
	}

	.services_text .text {
		font-size: 19px;
		margin-bottom: 35px;
	}

	.service_detail_item.service_single .price {
		font-size: 27px;
		margin-top: 15px;
	}

	.service_detail_item.service_single .price .dop_info {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.2em;
	}

	.service_detail_item .item_wrap {
		padding: 60px 40px 60px;
	}

	.footer_logo>a {
		max-width: 125px;
	}

	.btn_block .all_prices,
	.btn_block .zakaz_btn {
		min-width: 200px;
	}

	.btn_block a {
		margin: 0 10px;
	}

	.header_phones {
		margin-right: 10px;
		font-size: 14px;
	}

	.main_menu .navbar-nav>li>a {
		padding: 10px 3px;
		font-size: 14px;
	}
}




@media screen and (max-width: 1199px) {
	.footer_menu_first>li {
		display: block;
	}
	.footer_menu_first .sub-menu {
		width: 100%;
		margin-top: 15px;
	}
	.header .logo {
		max-width: 140px;
	}

	.header_phones {
		font-size: 14px;
	}

	.dropdown-menu li {
		padding: 4px 30px;
	}

	.dropdown-menu>li>a {
		font-size: 14px;
	}

	.help_btn {
		margin-right: -10px;
	}

	.help_btn .help_ico {
		width: 30px;
		height: 30px;
		background-size: 22px;
	}

	.help_btn .help_text {
		width: calc(100% - 30px);
		font-size: 13px;
	}

	.help_btn .help_text span {
		font-size: 14px;
	}

	.wright_us {
		font-size: 13px;
	}

	.header .work_time {
		font-size: 13px;
	}

	.main_menu .navbar-toggler {
		height: 35px;
		width: 35px;
		background: #000;
		display: block;
		color: #fff;
		border-radius: 3px;
		font-size: 23px;
	}

	.collapse.navbar-collapse {
		display: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}

	.main_menu .navbar-collapse {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 45px;
		left: 0;
		width: 300px;
		background: #fff;
	}

	.main_menu {
		padding-right: 115px;
	}

	.main_menu .navbar {
		min-height: 0;
		margin-bottom: 0;
	}

	.header {
		position: relative;
		z-index: 2;
	}

	.main_menu .navbar-nav {
		float: none;
		margin: 0 -15px;
	}

	.main_menu .navbar-nav>li {
		float: none;
		width: 100%;
	}

	.main_menu .navbar-nav>li>a {
		float: none;
		width: 100%;
		padding: 7px 15px;
		margin: 0;
		box-sizing: border-box;
	}

	.main_menu .navbar-nav>li.dropdown>a {
		float: none;
		width: 80%;
		padding: 7px 15px;
		margin: 0;
		margin-right: 20px;
	}
	nav .caret {	
		position: absolute;
		right: 20px;
		top: 7px;
	}
	.header .top_line {
		position: relative;
		z-index: 10;
	}

	.top_line.nav_fixed {
		position: fixed;
		z-index: 1000;
	}

	.main_menu .navbar-nav>li>.dropdown-menu {
		position: static;
		box-sizing: border-box;
		max-width: 100%;
		box-shadow: none;
		width: 100%;
	}

	.main_menu .dropdown-menu li a {
		max-width: 100%;
		box-sizing: border-box;
		min-width: 0;
	}

	.best .ico {
		width: 150px;
	}

	.best h3 {
		font-size: 15px;
	}

	.best .zamer_btn {
		font-size: 14px;
		padding: 11px 25px;
	}

	.zamer_block .ico {
		line-height: 1em;
		font-size: 25px;
	}

	.zamer_block .ico span {
		font-size: 17px;
		margin-left: 14px;
	}

	.slick-next,
	.video_block .slick-next,
	.sertifikat .slick-next,
	.brend_carousel .slick-next {
		right: 0px;
	}

	.slick-prev,
	.video_block .slick-prev,
	.sertifikat .slick-prev,
	.brend_carousel .slick-prev {
		left: 0px;
	}

	.price_tab li a {
		font-size: 14px;
	}

	.price_tab li.tab4 {
		right: -155px;
	}

	.price_tab li.tab5 {
		right: -230px;
	}

	.price_tab li.tab2 {
		left: -230px;
	}

	.bottom_block {
		padding: 10px 0px;
	}

	.best {
		background: #ffd52e url(../images/best_bg.png) no-repeat 115% -15px;
	}

	.last_news .item>div:not(.img),
	.services_block .item>div:not(.img) {
		padding: 0 20px;
		font-size: 14px;
	}

	.portfolio .img {
		height: 130px;
	}

	.portfolio .view_all a {
		padding: 12px 25px;
		font-size: 15px;
	}

	.perevagi .item img {
		max-width: 100%;
	}

	.perevagi .item h3 {
		font-size: 14px;
	}

	.perevagi .item p br {
		display: none;
	}

	.price_tab li .img {
		width: 130px;
		height: 130px;
		line-height: 130px;
	}

	.price_tab li:after {
		height: 90px;
		background-size: contain;
	}

	.price_tab li.active:after {
		right: -155px;
	}

	.price_tab li.tab4.active:after {
		left: -101px;
		width: 135px;
		background-size: contain;
	}

	.price_tab li.tab5.active:after,
	.price_tab li.tab6.active:after {
		width: 135px;
		background-size: contain;
		left: -130px;
	}

	.price_tab li.tab1,
	.price_tab li.tab4 {
		top: -30px;
	}

	.price_tab li.tab2,
	.price_tab li.tab5 {
		top: 135px;
	}

	.price_tab li.tab3,
	.price_tab li.tab6 {
		top: 310px;
	}

	.prices_section .text {
		font-size: 14px;
	}

	.btn_block .all_prices,
	.btn_block .zakaz_btn {
		font-size: 16px;
		min-width: 150px;
		height: 50px;
		line-height: 46px;
	}

	.btn_block a {
		margin: 0 7px;
	}

	.how_we_work .img {
		max-width: 100px;
		margin-right: 10px;
	}

	.how_we_work .news_title {
		color: #000;
		font-weight: 700;
		padding-top: 5px;
	}

	.how_we_work .item {
		font-size: 14px;
	}

	.how_we_work .item br {
		display: none;
	}

	.how_we_work .item .descr {
		font-size: 13px;
	}

	.how_we_work .line:after {
		max-width: calc(100% - 180px);
		margin: 0 60px;
	}

	.seo_text p {
		color: #666666;
		margin-bottom: 15px;
		line-height: 1.4em;
		font-size: 15px;
	}

	.seo_text ul li {
		margin-bottom: 5px;
		color: #666666;
		line-height: 1.4em;
	}

	.social_block li {
		margin-right: 12px;
		margin-bottom: 5px;
	}

	.footer {
		font-size: 13px;
	}

	.footer .work_time {
		font-size: 14px;
	}

	.footer_menu_wrap .footer_title {
		width: 75px;
		margin-bottom: 10px;
	}

	.footer .caret {
		border: 5px solid transparent;
		border-top: 5px solid #ffd52e;
		margin-left: 10px;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}

	.footer_menu_wrap {
		overflow: hidden;
	}

	.footer_menu {
		width: calc(100% + 30px);
	}

	.footer_menu li {
		padding: 0 10px 0 0;
	}

	.footer_menu_wrap:before {
		left: -5px;
	}

	.footer_menu_wrap {
		padding: 0 15px 0 15px;
	}

	.header .logo {
		max-width: 100px;
	}

	.header_phones {
		font-size: 14px;
	}

	.dropdown-menu li {
		padding: 4px 30px;
	}

	.dropdown-menu>li>a {
		font-size: 14px;
	}

	.help_btn .help_ico {
		width: 28px;
		height: 28px;
		background-size: 22px;
	}

	.contacts_page .phones {
		font-size: 25px;
	}

	.contacts_director .text {
		font-size: 14px;
		line-height: 1.3em;
	}

	.form_block textarea {
		padding: 10px 17px;
	}

	.form_block textarea,
	.form_block input,
	.form_block button {
		padding: 0px 17px;
		font-size: 13px;
		margin-bottom: 13px;
	}

	.form_block input {
		border-radius: 15px;
		line-height: 40px;
	}

	.direct_img {
		max-width: 200px;
	}

	.bottom_text {
		font-size: 14px;
	}

	.gallery .top_text p {
		font-size: 14px;
	}

	.service_single .img {
		width: 150px;
		height: 150px;
		border: 8px solid #fff;
	}

	.service_single .right {
		width: calc(100% - 170px);
	}

	.service_single .title {
		font-size: 18px;
	}

	.service_single .descr {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.service_single .price {
		font-size: 17px;
	}

	.zakaz_btn,
	.service_single .item.last .details {
		height: 50px;
		line-height: 46px;
		font-size: 15px;
		min-width: 180px;
	}

	.service_single_section .section_title {
		font-size: 25px;
	}

	.service_single_section .subtitle {
		font-size: 16px;
		margin: 0 auto 10px;
	}

	.service_detail_item .title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.service_detail_item.service_single .price {
		font-size: 24px;
		margin-top: 10px;
	}

	.service_detail_item.service_single .img {
		width: 235px;
		height: 235px;
		margin-right: 35px;
	}

	.service_detail_item.service_single .right {
		width: calc(100% - 250px);
	}

	.not_found {
		padding: 80px 0 20px;
	}

	.acii_bottom .top_info {
		font-size: 13px;
	}

	.acii_bottom .title {
		font-size: 14px;
	}

	.acii_bottom .text {
		font-size: 13px;
	}

	.logo_block {
		width: 18%;
	}
}



@media screen and (max-width: 991px) {
	.header .top_line {
		display: flex;
		justify-content: space-between;
	}

	.header .work_time {
		margin-left: 0;
	}

	.header .top_line:after,
	.header .top_line:before {
		display: none;
	}

	.header .bottom_block .text-center {
		text-align: right;
	}

	.help_btn .help_text span {
		font-size: 12px;
	}

	.help_btn {
		font-size: 15px;
		padding: 10px 10px 10px;
		margin-top: -5px;
	}

	.help_btn .help_text {
		width: 100%;
		font-size: 13px;
	}

	.bottom_block .text-left.col-sm-7 {
		text-align: right;
	}

	.banner_text {
		margin-bottom: 75px;
	}

	.banner_text h1 {
		font-size: 23px;
		line-height: 1.3em;
	}

	.best .ico {
		width: 70px;
	}

	.best h3 {
		font-size: 13px;
	}

	.zamer_block {
		margin-left: 0
	}

	.zamer_block .ico {
		width: 100%;
	}

	.services_block .subtitle {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.5em;
		padding: 0 10%;
	}

	.services_block .subtitle br {
		display: none;
	}

	.news_carousel .col-sm-4:nth-child(3n + 1) {
		clear: left;
	}

	.portfolio .item {
		width: 50%;
	}

	.portfolio .img {
		height: 190px;
	}

	.testemonial_carousel {
		max-width: 1050px;
		margin: 0 auto;
		font-size: 14px;
		padding: 0 70px;
	}

	.call_to_action .section_title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.call_to_action .subtitle {
		margin-bottom: 25px;
	}

	.call_to_action .desc {
		font-size: 15px;
		margin-bottom: 40px;
	}

	.call_to_action input[type="text"],
	.call_to_action input[type="email"] {
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		font-size: 14px;
	}

	.call_to_action .submit_btn {
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		font-size: 14px;
	}

	.perevagi {
		padding-bottom: 50px;
	}

	.perevagi .item {
		margin-bottom: 35px;
	}

	.services_row {
		padding: 30px 0;
	}

	.portfolio {
		padding: 50px 0;
	}

	.portfolio .section_title {
		margin-bottom: 40px;
	}

	.bred_section {
		padding: 20px 0 80px;
	}

	.price_tab li.tab1 {
		left: -90px;
	}

	.price_tab li.tab2 {
		left: -100px;
	}

	.price_tab li.tab3 {
		left: -90px;
	}

	.price_tab li.tab4 {
		right: -90px;
	}

	.price_tab li.tab5 {
		right: -110px;
		max-width: 140px;
	}

	.price_tab li.tab6 {
		right: -90px;
	}

	.price_tab li.active:after {
		right: -155px;
		transform: rotate(-90deg);
		top: 80px;
	}

	.prices_section .text {
		font-size: 14px;
		max-width: 90%;
		margin: 0 auto;
	}

	.call_to_action {
		padding: 20px 0 50px;
	}

	.how_we_work .row {
		display: block;
		clear: left;
	}

	.how_we_work .bottom .col-md-4:first-child{
		margin-left: 0;
	}

	.how_we_work .row .item:after {
		content: "";
		display: block;
		clear: both;
	}

	.how_we_work .line:after,
	.how_we_work .line .img:after {
		display: none !important;
	}

	.how_we_work .line+.row .img:after {
		display: none !important;
	}

	.how_we_work .section_title {
		margin-bottom: 40px;
	}

	.how_we_work .row>div {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.how_we_work {
		padding: 50px 0 30px;
	}

	.call_to_action .submit_btn {
		margin-top: 25px;
	}

	.footer>.container>.row {
		display: block;
	}

	.footer_logo {
		text-align: center;
	}

	.footer .social_block {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.footer>.container>.row>div {
		margin-bottom: 35px;
	}

	.footer_menu_wrap.flex {
		display: block !important;
	}

	.footer_menu_wrap .footer_title {
		margin-bottom: 15px;
	}

	.footer_menu_wrap:before,
	.footer_menu_wrap:after {
		display: none;
	}

	.akcii_page.acii_bottom .item:nth-child(2n) {
		padding-left: 15px;
	}

	.akcii_page.acii_bottom .item:first-child,
	.akcii_page.acii_bottom .item:nth-child(2n + 1) {
		padding-right: 15px;
	}

	.akcii_page.acii_bottom .img {
		height: 250px;
	}

	.akcii_page.acii_bottom .title {
		font-size: 17px;
	}

	.akcii_page.acii_bottom .top_info {
		font-size: 14px;
		margin: 10px 0;
	}

	.footer {
		font-size: 16px;
	}

	.footer_menu_wrap .footer_title {
		width: 105px;
	}

	.post_style .item .img {
		height: 300px;
	}

	.post_style .item {
		padding-right: 0px;
	}

	.contacts_page .phones_wrap {
		border-right: 0;
		margin-bottom: 25px;
	}

	.contacts_page .work_time {
		margin-bottom: 25px;
	}

	.contacts_director .flex_block {
		flex-wrap: wrap;
	}

	.contacts_director .text {
		margin-bottom: 40px;
	}

	.direct_img {
		left: 0;
		margin: 0 auto;
		right: 0;
	}

	.direct_img {
		bottom: -10px;
		left: -60px;
	}

	.contacts_director .section_title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.contacts_director .text {
		margin-bottom: 0px;
	}

	.top_text {
		padding: 35px 40px;
	}

	.gallery .top_text .item {
		padding: 0 10px;
	}

	.gallery .top_text br {
		display: none;
	}

	.service_single>.container>.row>div {
		width: 100%;
	}

	.table_td a {
		font-size: 13px;
	}

	.service_detail_item.service_single .img {
		width: 180px;
		height: 180px;
		margin-right: 35px;
	}

	.service_detail_item.service_single .right {
		width: calc(100% - 215px);
	}

	.service_single .item {
		padding: 30px 20px;
		margin-bottom: 25px;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.service_detail_item.service_single .descr {
		margin-bottom: 10px;
	}

	.services_list_top li a {
		font-size: 14px;
	}

	.thank_page .title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.thank_page .title+p {
		font-size: 20px;
		margin-bottom: 35px;
	}

	.thank_bottom p {
		font-size: 20px;
	}

	.thank_bottom p.phone {
		font-size: 25px;
	}

	.logo_block {
		width: 23%;
	}

	.video_reviews {
		width: 48%;
	}

	.text_reviews {
		width: 100%;
	}

	.services_block .col-md-3:nth-child(4n + 1) {
		clear: none;
	}

	.services_block .col-md-3:nth-child(3n + 1) {
		clear: left;
	}

	.zayavka {
		background: #ffd52e;
	}

	.call_to_action .desc {
		display: none;
	}

	.call_to_action .subtitle {
		font-size: 20px;
	}

	.resoult_block .title {
		font-size: 18px;
		padding-left: 15px;
	}

	.zakaz_btn,
	.service_single .item.last .details {
		min-width: 140px;
	}

	.zakaz_btn {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.prices_section .col-sm-push-3 {
		left: 21%;
	}

	.help_btn .help_ico {
		display: none;
	}

	.call_to_action form input {
		margin-top: 20px;
	}

	.pupup_bottom {
		font-size: 17px;
	}

	.pupup_bottom .work_time {
		font-size: 14px;
	}

	.popup_text {
		font-size: 17px;
	}
}



@media screen and (max-width: 767px) {
	.help_btn {
		display: none;
	}

	.best .icons_wrap {
		flex-wrap: wrap;
	}

	.price_tab li.tab1,
	.price_tab li.tab2,
	.price_tab li.tab3 {
		left: 0;
	}

	.price_tab li.tab4,
	.price_tab li.tab5,
	.price_tab li.tab6 {
		right: 0;
	}

	.btn_block .all_prices,
	.btn_block .zakaz_btn {
		margin-bottom: 10px;
	}

	.footer {
		font-size: 14px;
		padding: 30px 0 0px;
	}

	.post_style .item {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.news_carousel .col-sm-4:nth-child(2n + 1) {
		clear: left;
	}

	.news_carousel .col-sm-4:nth-child(3n + 1) {
		clear: none;
	}

	.service_single_section .section_title {
		font-size: 22px;
	}

	.grow2 {
		-webkit-flex-basis: 70px;
		flex-basis: 70px;
	}

	.service_table {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
	}

	.table_td:nth-child(2n),
	.table_td:nth-child(7n),
	.table_th:nth-child(2n),
	.table_th:nth-child(7n) {
		display: none;
	}

	.table_td:nth-child(6n),
	.table_th:nth-child(6n) {
		display: block;
	}

	.service_title {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.logo_block {
		width: 31%;
	}

	.video_reviews {
		width: 48%;
	}

	.text_reviews {
		width: 100%;
	}

	.prices_section .col-sm-push-3 {
		left: 0%;
	}

	.header_phones .dropdown-menu {
		right: auto;
		left: 0;
	}

	.seo_text_block {
		background-size: 780px;
		padding: 40px 0 150px;
	}

	.resoult_block {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.resoult_block .title {
		width: 100%;
		text-align: center;
	}

	.resoult_block .summa {
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		padding-top: 10px;
	}

	.top_line .col-md-2:last-child {
		display: none;
	}

	.prices_section .main_img {
		display: none;
	}

	.price_tab li.active:after {
		display: none !important;
	}

	.prices_section .tab-content {
		padding-top: 105px;
		padding-bottom: 110px;
	}

	#go-top {
		right: 15px;
	}
}


@media screen and (max-width: 600px) {
	.portfolio .item {
		width: 100%;
	}

	.slick-next,
	.slick-prev {
		display: none !important;
	}

	.testemonial_carousel {
		padding: 0 10px;
	}

	.header .top_line {
		flex-wrap: wrap;
		height: auto;
	}

	.header .top_line .col-md-2:first-child {
		width: 100%;
		text-align: center;
	}

	.header .logo {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.main_menu {
		padding-right: 15px;
	}

	.header_phones {
		margin-left: 0;
	}

	.main_menu .navbar {
		margin-left: 0px;
	}

	.header .bottom_block .text-center,
	.header .bottom_block .text-left {
		padding: 0 7px;
	}

	.header .wright_us {
		white-space: nowrap;
	}

	.banner_text h1 {
		line-height: 1em;
		font-size: 16px;
	}

	.banner_text {
		margin-bottom: 30px;
	}

	.wright_us span {
		vertical-align: baseline;
	}

	.wright_us img {
		max-width: 18px;
	}

	.best .ico {
		width: 110px;
	}

	.best .item {
		margin-bottom: 15px;
	}

	.zamer_block .ico {
		width: 100%;
	}

	.best .icons_wrap:after,
	.best .icons_wrap:before {
		display: none;
	}

	.testemonial_carousel .descr br {
		display: none;
	}

	.call_to_action .subtitle {
		font-size: 16px;
	}

	.footer_menu_wrap.flex {
		width: 100%;
	}

	.how_we_work .item .descr {
		margin-left: 110px;
	}

	.testemonial_carousel_block {
		background: #666666 url(../images/testemon_bg.png) no-repeat 43% center;
		background-size: 1210px;
	}

	.prices_section .tab-content {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.price_tab li:after,
	.services_block .item>div br {
		display: none;
	}

	.bottom_block .text-left.col-sm-7 {
		text-align: left;
	}

	.call_to_action .section_title {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.top_section .h1 {
		font-size: 30px;
	}

	.copy_wrap {
		margin: 0px auto 0;
	}

	.top_text {
		flex-wrap: wrap;
	}

	.gallery .top_text .title span {
		font-size: 30px;
	}

	.top_text {
		padding: 25px 15px;
	}

	.portfolio {
		padding: 20px 0;
	}

	.pagination_wrap {
		padding: 10px 0 0px;
	}

	.portfolio.video_block_wrap .item {
		margin-bottom: 25px;
	}

	.section {
		padding: 30px 0;
	}

	.last_news .item>div:not(.img),
	.services_block .item>div:not(.img) {
		padding: 0 20px;
		font-size: 17px;
	}

	.news_carousel .col-sm-4 {
		width: 100%;
	}

	.service_single_section .section_title {
		margin-bottom: 25px;
	}

	.service_single_section .subtitle {
		font-size: 14px;
		margin: 0 auto 10px;
	}

	.service_single .price {
		margin-top: 0;
	}

	.service_single .item {
		flex-wrap: wrap;
	}

	.service_single .img,
	.service_detail_item.service_single .img {
		margin: 0 auto 20px;
	}

	.service_single .right,
	.service_detail_item.service_single .right {
		width: 100%;
		text-align: center;
	}

	.service_single .price {
		float: none;
		margin-right: 0px;
	}

	.service_single .item {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.grow3 {
		padding: 15px 10px;
		-webkit-flex-basis: 39%;
		flex-basis: 39%;
	}

	.service_detail_item .item_wrap {
		padding: 30px 0px;
	}

	.services_list_top li {
		width: 100%;
	}

	.service_single_section.service_detail .section_title {
		font-size: 18px;
	}

	.best {
		background: #ffd52e;
		background-image: none !important;
	}

	.header_phones {
		margin-right: 10px;
	}

	.services_text .title {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.services_text .text {
		font-size: 15px;
		margin-bottom: 25px;
	}

	.services_text .text p {
		margin-bottom: 15px;
	}

	.prices_title {
		font-size: 18px;
	}

	.prices_subtitle {
		font-size: 18px;
	}

	.thank_page .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.thank_page .title+p {
		font-size: 16px;
		margin-bottom: 35px;
	}

	.thank_bottom p {
		font-size: 16px;
	}

	.thank_bottom p.phone {
		font-size: 20px;
	}

	.thank_page .line {
		max-width: 80%;
	}

	.thank_page {
		padding: 40px 15px;
	}

	.acii_bottom .col-sm-4 {
		margin-bottom: 20px;
	}

	.acii_bottom .btn_wrap {
		text-align: center;
		margin-top: 30px;
	}

	.not_found {
		padding: 50px 0 20px;
		font-size: 19px;
	}

	.not_found img {
		max-width: 80%;
	}

	.not_found .title {
		font-size: 30px;
	}

	.logo_block {
		width: 48%;
	}

	.video_reviews {
		width: 48%;
	}

	.text_reviews {
		width: 100%;
	}

	.text_reviews .user_info {
		width: 100%;
		margin-top: 15px;
	}

	.text_reviews .top_info {
		flex-wrap: wrap;
	}

	.text_reviews .descr {
		padding: 0 0px;
	}

	.sertifikat.portfolio .item {
		width: 100%;
		text-align: center;
	}

	.sertifikat.portfolio {
		margin-bottom: 50px;
		padding: 30px 0;
	}

	.perevagi .item img {
		max-width: 100px;
	}

	.perevagi .section_title {
		margin-bottom: 35px;
	}

	.prices_section .section_title {
		margin-bottom: 25px;
	}

	.how_we_work .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.services_section {
		margin-bottom: 50px;
	}

	.header .social_block {
		display: none;
	}

	.header .logo {
		position: absolute;
		left: 15px;
		max-width: 65px;
	}

	.top_line.nav_fixed .logo {
		max-width: 65px;
	}

	.header .top_line {
		height: 55px;
		position: fixed;
		left: 0;
		right: 0;
		background: #fff;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		top: 0;
		border-top: 5px solid #000;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.header {
		padding-top: 50px;
	}

	.main_menu {
		position: absolute;
		right: 0px;
		top: 7px;
	}

	.main_menu,
	.header_info_wrap {
		margin: 0 auto;
	}

	.header_phones {
		margin-right: 0px;
	}

	.header_info_wrap {
		width: 190px;
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
	}

	.main_menu .navbar-collapse {
		left: -250px;
		top: 42px;
	}

	.banner_text_wrap {
		height: 230px;
	}

	.footer_logo>a {
		max-width: 85px;
	}

	.footer>.container>.row>div {
		margin-bottom: 15px;
	}

	.footer .adress {
		margin-bottom: 10px;
	}

	.footer_title {
		margin-bottom: 10px;
	}

	.prices_section .price_block {
		display: none;
	}

	.price_tab {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.price_tab li {
		float: none;
		position: static;
		max-width: 50% !important;
		width: 50%;
		margin-bottom: 35px;
	}

	.price_tab li:first-child {
		display: none;
	}

	.price_tab li .price_mob {
		position: absolute;
		top: 65%;
		left: 40%;
		color: red;
		font-size: 22px;
		white-space: nowrap;
	}

	.price_tab li>a {
		display: block;
		position: relative;
		background: transparent !important;
	}

	.price_tab li.active .price_mob {
		display: block !important;
		visibility: visible !important;
	}

	.btn_block {
		text-align: center;
		padding: 5px 0 10px;
	}

	.akcii_page.acii_bottom .item {
		margin-bottom: 40px;
	}

	.white-popup-block .call_to_action {
		padding: 15px 15px 35px;
	}

	.pupup_bottom {
		font-size: 15px;
	}

	.pupup_bottom .work_time {
		font-size: 13px;
	}

	.popup_content {
		padding: 30px 0 40px;
	}

	.yellow_btn {
		padding: 0 20px;
		font-size: 16px;
		min-width: 290px;
	}

	.popup_text {
		font-size: 15px;
	}

	#success .popup_content {
		padding-bottom: 50px;
	}
}



@media screen and (max-width: 480px) {
	.footer .work_time {
		font-size: 12px;
	}

	.footer {
		font-size: 13px;
	}

	.post_style .item .img {
		height: 220px;
	}

	.logo_block {
		width: 100%;
	}

	.video_reviews {
		width: 100%;
	}

	.text_reviews {
		width: 100%;
	}

	.control {
		margin-bottom: 10px;
	}

	.section_title {
		margin-bottom: 15px;
	}

	.resoult_block .title {
		font-size: 14px;
	}

	.resoult_block .zakaz_btn {
		margin-left: 10px;
	}

	.resoult_block .info {
		margin-bottom: 0;
		font-size: 11px;
		font-weight: 700;
		color: #666;
	}

	.table_td {
		padding: 5px 0;
	}

	.grow3 {
		padding: 5px 10px;
	}

	.price_tab li .price_mob {
		left: 40%;
		font-size: 17px;
		top: 70%;
	}

	.bred_section .section_title,
	.testemonial_carousel_block .section_title {
		margin-bottom: 20px;
	}

	.slick-dots {
		margin-top: 20px;
	}
}


@media screen and (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1600px;
	}

	.contacts_page .container,
	.contacts_director .container,
	.inner_container {
		max-width: 1400px;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}
}


@media screen and (min-width: 767px) {
	.header_phones a {
		pointer-events: auto;
	}
}



@media only screen and (max-width: 500px) {
	.file_upload>mark {
		display: none
	}

	.file_upload .button {
		width: 100%
	}
}

.error {
	border: 1px solid red !important;
}



.margin-top-20 {
	margin-top: 20px;
}

.item-text {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.best-h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 -15px;
	letter-spacing: -0.5px;
}


.table-home {
	width: 100%;
}

.table-home tr {
	border-bottom: 2px solid #f5f5f5;
}

.table-home tr th {
	background: #f5f5f5;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	height: 60px;
	align-items: center;
	width: 100%;

}

.table-home tr th:first-of-type {
	padding: 15px 15%;
}

.table-home tr td {
	padding: 15px;
	color: #3e271d;
}

.table-home tr td:first-of-type {
	padding: 15px 15%;
}

/* //~ ---------- */
.last_news .item,
.services_row .item {
	background: #fff;
	overflow: hidden;
	margin: 20px 0;
	transition: box-shadow 0.3s;
}

.last_news .img,
.services_row .img {
	overflow: hidden;
	position: relative;
	height: 180px;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
}

.last_news .news_title,
.services_row .news_title {
	font-size: 16px;
	font-weight: 700;
	margin: 30px 0 10px;
}

.last_news .descr,
.services_row .descr {
	color: #666;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding: 0 15px 15px;
}

.last_news .item>div:not(.img),
.services_row .item>div:not(.img) {
	padding: 0 40px;
}

.services_row .details {
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-bottom: 30px;
	background: #ffd52e;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 479px) {

	.table-home tr th,
	.table-home tr td {
		padding: 10px 15px !important;
	}

	.h2,
	h2 {
		font-size: 21px;
	}

	.homeslider-item{
		height: 300px;
	}
}