/*!
Theme Name: sy_3
Theme URI: http://underscores.me/
Author: B1N
Author URI: https://b1n.ru/
Description: Стартовая тема для Wordpress основана на Bootstrap 5
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sy_3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

B1N.RU is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,::before,::after{box-sizing:inherit}html{box-sizing:border-box}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Open Sans';
    src: url("assets/fonts/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url("assets/fonts/OpenSans-Bold.ttf");
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("assets/fonts/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("assets/fonts/Montserrat-Bold.ttf");
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.h2, h2 {
    font-size: 1.75rem !important;
}

.h3, h3 {
    font-size: 1.5rem !important;
}

.h4, h4 {
    font-size: 1.3rem !important;
}

/* Bootstrap
--------------------------------------------- */


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


div.wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
}


.wpcf7-not-valid-tip, .wpcf7-response-output{
    display: none !important;
}

.wpcf7-not-valid{
    border: 1px solid red !important;
}

.wpcf7-not-valid::placeholder{
    color: red !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.fixed-top {
    background: #fff;
}
.site-header {
    /* padding: 30px 0; */
}

.site-nav {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding-right: 10px;
    font-weight: 600;
    font-size: 20px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.navbar-nav {
    margin: 0;
}

.navbar-toggler {
    padding: 3px 7px !important;
}

.navbar-toggler-icon {
  /* background-image: none; */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(48,48,48, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon::before {
    /* font-family: "Font Awesome 5 Free"; */
    /* content: "\f0c9"; */
}
/* Выпадающее меню
@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
} */
/**/
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post, .page {
    /* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-post-image {
    width: 100%;
    height: auto;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*header*/
.top-header {
    background: #2C2431;
}

.top-panel {
    max-width: 1760px;
    margin: 0 auto;
    padding: 10px 0;
    color: #FFF;
	font-size: 1em;
    line-height: 1em;
}

.top-panel .top_email a {
    padding-left: 33px;
    background: url(images/Mail_icon.png) left center no-repeat;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s color;
}
.top-panel .top_email a:hover {
    color: #FF131F;
    text-decoration: underline;
}

.top-panel .top_phone {
    display: flex;
    gap: 8px;
}
.top-panel .top_phone a:first-child {
    background: url(images/Phone_icon.png) left center no-repeat;
    background-size: 18px;
}
.top-panel .top_phone a {
    padding-left: 33px;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s color;
}
.top-panel .top_phone a:hover {
    color: #FF131F;
    text-decoration: underline;
}

.top-panel .top_schedule {
    color: #FFF;
    position: relative;
}
.top-panel .top_schedule:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/mline.png);
    width: 1px;
    height: 22px;
}
.top-panel .top_schedule span {
    position: relative;
    display: inline-block;
}

.top-panel .top_schedule span:before {
    background: url(images/clock.png) left center no-repeat;
    content: "";
    margin-right: 5px;
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
}
.top-panel .top_location {
    text-align: center;
    position: relative;
}
.top-panel .top_location:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/mline.png);
    width: 1px;
    height: 22px;
}
.top-panel .top_location span {
    color: #FFF;
    display: inline-block;
}
.top-panel .top_location span:before {
    background: url(images/Geolocation_icon.png) left center no-repeat;
    content: "";
    margin-right: 7px;
    width: 13px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
}
.top-panel .top_social {
    text-align: center;
}
.top-panel .top_social a {
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0.5;
    transition: 0.5s opacity;
}
.top-panel .top_social a.top-twitter {
    background: url(images/Twitter.png) center center no-repeat;
}
.top-panel .top_social a.top-facebook {
    background: url(images/fb.png) center center no-repeat;
}
.top-panel .top_social a.top-google {
    background: url(images/Google.png) center center no-repeat;
}
.top-panel .top_social a.top-youtube {
    background: url(images/YouTube.png) center center no-repeat;
}
.top-panel .top_social a.top-printerest {
    background: url(images/Pintrest.png) center center no-repeat;
}
.top-panel .top_social a:hover {
    opacity: 1;
}

.bottom-header {
    background: #fff;
    border-bottom: 1px solid #C4C4C4;
}

.bottom-header .logo {
    text-align: center;
    height: 80px;
    border-right: 1px solid #C4C4C4;
    color: #FF131F;
    font-size: 12px;
    display: grid;
    align-items: center;
    line-height: 15px;
    padding: 10px 0;
}
.bottom-header .logo img {
    margin-bottom: 3px;
	height: 30px;
}
.bottom-header .logo strong {
    font-weight: 800;
    color: black;
}

.bottom-header .order {
    border-right: 1px solid #C4C4C4;
    height: 80px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.bottom-header .order div {
    /*padding-left: 50px;*/
    font-size: 18px;
    /*background: url(images/headphones.png) left center no-repeat;*/
    text-align: center;
}
.bottom-header.order div strong {
    font-weight: 700;
}
.bottom-header .order div a, .bottom-header .order div span {
    text-decoration: none;
    color: black;
    line-height: 22px;
    transition: 0.5s color, 0.5s text-decoration;
	font-size: 16px;
	display: inline-block;
}

.bottom-header .order div a:hover {
    color: #FF131F;
    text-decoration: underline;
}
/* Меню */
.navcontainer  {
    width: 100%;
}
.bottom-header .navbar-nav {
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}
.bottom-header .navbar {
    border-right: 1px solid #C4C4C4;
    height: 80px;
}



.bottom-header .navbar ul li:hover > a {
    color: #FF131F;
}

.bottom-header .navbar ul li a {
    transition: 0.5s color ease;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: black;
    font-size: 18px;
	padding: 10px;
}

.bottom-header .navbar ul li ul a {
    text-transform: none;
    font-weight: 400;
    white-space: pre-wrap;
    padding: 5px 10px;
    font-size: 16px;
}

.bottom-header .navbar-nav .menu-item {
    position: relative !important;
    border: none !important;
}

.bottom-header .navbar-nav .dropdown-menu {
    width: 300px;
    padding: 0;
    border-radius: 0;
}

.bottom-header .navbar-nav .dropdown-menu .depth_1 {
    left: 300px;
    top: -1px;
}

.bottom-header .navbar-nav>li:hover>ul {
        display: block;
        margin-top: 0;
    }

.bottom-header .navbar-nav ul li ul {
    display: none;
}

.bottom-header .navbar-nav>li:hover>ul>li {
    display: block;
}

.bottom-header .navbar-nav ul>li:hover>ul {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent !important;
}

/* buffered-rendering: inherit; */
.bottom-header .search {
    position: relative;
}

.site-header .search-form {
    position: absolute;
    right: 0;
    /* top: 20px; */
    padding-right: 50px;
}
.site-header .search-form:focus {
    width: 400px;
	background-color: #fff;
}

.site-header .search-field {

	background-color: transparent;
    background-image: url(images/Search.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 80px;
    margin: 0;
    padding: 0 40px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;

	font-size: 25px;
}
.site-header input[type="search"]::-webkit-search-cancel-button {
	padding: 0;
}

.site-header .search-form:focus .search-field {

}

.site-header .search-field:focus {
	background-color: #fff;
	background-image: none;
	box-shadow: none;
    border: none;
	cursor: text;
	outline: 0;
	width: 400px;
	border-left: 1px solid #C4C4C4;
}
.search-form .search-submit { 
	display:none;
}
.bottom-header  .search a:hover {
    background: #dedede url(images/Search.png) center center no-repeat;
}
.bottom-header  .calc {
    position: relative;
    height: 60px;
}
.bottom-header .calc a {
    background: #FF131F url(images/calc.png) center center no-repeat;
    display: block;
    height: 130px;
    position: relative;
    top: -10px;
    width: 100%;
    transition: 0.5s background ease;
}
.bottom-header  .calc a:hover {
    background: #c72028 url(images/calc.png) center center no-repeat;
}
/*slide_home*/

.slide_home {
    text-align: center;
	padding: 120px 15px;
	color: #fff;
}



.slide_home .desc_slide {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    margin: 30px 0 5px;
    line-height: 25px;
}

.slide_home .title_slide {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 65px;
    color: #fff;
}

.slide_home .title_slide:before {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 19.8px;
    background: url(images/h1back.png) bottom center no-repeat;
}

.slide_home .title_slide:after {
    display: none;
}

.slide_home .but-header {
    display: flex;
    justify-content: center;
}

.but-header a {
    font-family: 'Open Sans', sans-serif;
	padding: 10px 10px 10px 35px;
    width: 365px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.5s color, 0.5s background;
    /* position: relative; */
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
	padding-left: 30px;
}

.but-header .but-left {
    background: #FFF;
    border: 1px solid #FF131F;
    color: #FF131F;
	position: relative;
}

.but-header .but-left:before {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 10px;
    background: url(images/Arrowred.png);
}

.but-header .but-left:hover {
  color: #FFF;
  background: #FF131F;
}


.but-header .but-right {
    background: #FF131F;
    border: 1px solid #FF131F;
    color: #FFF;
	position: relative;
}

.but-header .but-right:before {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 10px;
    background: url(images/Arrowwhite.png);
}

.but-header .but-right:hover {
  color: #FF131F;
  background: #FFF;
}

/*achievements*/
.achievements {
    background: #C4C4C4;
}

.achievements .achievements_container {
    padding: 30px 0;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.achievements_container .grblock .greytitle {
    font-size: 48px;
    font-weight: 800;
    color: #FF131F;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
    text-align: center;
}
.achievements_container .grblock .greysubtitle {
    font-size: 20px;
    color: #2C2431;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.achievements_container .grblock .greydesk {
    font-size: 16px;
    color: #878787;
    line-height: 18px;
	text-align: center
}
/*project*/

.project {
  padding: 0 20px;
  padding-top: 170px;
  background: url(images/fon1.png) 0 -300px repeat-x;
  margin-bottom: 140px;
}
.project .projectcontainer {

}
.project .projectcontainer .projectleft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 80px;
}
.project .projectcontainer .projectleft div {
  position: relative;
  height: auto;
}
.project .projectcontainer .projectleft div:nth-child(1) div {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
.project .projectcontainer .projectleft div:nth-child(1) div {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
.project .projectcontainer .projectleft div:nth-child(2) div {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.project .projectcontainer .projectleft div:nth-child(3) div {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
.project .projectcontainer .projectleft div:nth-child(4) div {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.project .projectcontainer .projectleft div div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.5s background;
  object-fit: cover;
}
.project .projectcontainer .projectleft div div img {
  width: 100%;
  transition: 0.5s opacity;
  height: 100%;
}
.project .projectcontainer .projectleft div div::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 8px;
  width: 100%;
  background: url(images/Lines4.png);
}
.project .projectcontainer .projectleft div div:hover {
  background: black;
}
.project .projectcontainer .projectleft div div:hover img {
  opacity: 0.4;
}
.project .projectcontainer .projectright {

}
.project .projectcontainer .projectright .prh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
}
.project .projectcontainer .projectright .prh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom left no-repeat;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.project .projectcontainer .projectright .prdesk {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
  margin-bottom: 80px;
}

.project .projectcontainer .projectright ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project .projectcontainer .projectright ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 37px;
  color: #2D2D2D;
  background: url(images/Y.png) left center no-repeat;
  padding-left: 30px;
}
/*zakaz*/
.zakaz {
  background: #FF131F url(images/redblock.png) top center no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.zakaz .zakazcontainer {
  padding: 65px 0;
  align-items: center;
}
.zakaz .zakazcontainer .zblock1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    border-right: 2px solid #000;
    /* padding-right: 65px; */
}
.zakaz .zakazcontainer .zblock2 {
  font-size: 18px;
}
.zakaz .zakazcontainer .zblock2 div {
  padding: 8px 0 8px 0;
  margin-left: 65px;
  padding-left: 60px;
  text-transform: uppercase;
  background: url(images/Callus.png) left center no-repeat;
  line-height: 30px;
}
.zakaz .zakazcontainer .zblock2 a {
  color: #000;
  text-decoration: none;
}
.zakaz .zakazcontainer .zblock2 span {
    display: block;
    font-size: 18px;
}
.zakaz .zakazcontainer .zblock2 .phonez2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding-top: 5px;
}

.zakaz .zakazcontainer .zblock3 {
  padding-left: 30px;
}
.zakaz .zakazcontainer .zblock3 button {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  height: 53px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.5s color, 0.5s background;
  position: relative;
  background: #2C2431;
  border: 1px solid #2C2431;
  color: #FFF;
  text-align: left;
  padding-left: 20px;
}
.zakaz .zakazcontainer .zblock3 button:hover {
  color: #2C2431;
  background: #FFF;
}
.zakaz .zakazcontainer .zblock3 button:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(images/Arrowwhite.png);
}

/*slickslider*/
.slickslider {
  margin-bottom: 150px;

}
.slickslider .slickcontainer {
  margin: 0 auto;
  padding-top: 55px;
}
.slickslider .slickcontainer .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
  text-align: center;
}
.slickslider .slickcontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
.slickslider .slickcontainer .sl-block {
    margin-top: 60px;
    position: relative;
    /* padding-bottom: 22px; */
    background: url(images/linegrey.png) left bottom repeat-x;
    background-size: 100% auto;
    padding: 0 0 22px 0;
}

.slickslider .slickcontainer .sl-block .owl-stage {
    display: flex;
}
.slickslider .slickcontainer .sl-block .slickitem {
  background: #F6F6F6;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 2fr 0.7fr;
  grid-gap: 20px;
  height: 100%;
}

.slickslider .slickcontainer .sl-block .slickitem .slimg img {
    object-fit: cover;
    height: 100%;
}

.slickslider .slickcontainer .sl-block .slickitem .sldesk .h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.slickslider .slickcontainer .sl-block .slickitem .sldesk p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #2D2D2D;
  margin-bottom: 30px;
}
.slickslider .slickcontainer .sl-block .slickitem .sldesk .atribut {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
}
.slickslider .slickcontainer .sl-block .slickitem .sldesk .atribut ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slickslider .slickcontainer .sl-block .slickitem .sldesk .atribut ul li {
    background: url(images/Ellipse31.png) left 10px no-repeat;
    padding-left: 10px;
    line-height: 25px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice {
    background: #FFF;
    padding: 35px 0px 0 0px;
    position: relative;
    min-height: 190px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #FF131F;
  margin-bottom: 20px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .read {
  background: #393939;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 5px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slickslider .slickcontainer .sl-block .owl-prev {
  width: 46px;
  height: 46px;
  background: url(images/slprev.png);
  position: absolute;
  left: -170px;
  top: -40px;
}
.slickslider .slickcontainer .sl-block .owl-prev:before {
  display: none;
}
.slickslider .slickcontainer .sl-block .owl-next {
  width: 46px;
  height: 46px;
  background: url(images/sknext.png);
  position: absolute;
  right: -170px;
  top: -40px;
}
.slickslider .slickcontainer .sl-block .owl-next:before {
  display: none;
}
.slickslider .slickcontainer .sl-block .owl-dots {
  position: absolute;
  left: 0;
  top: -60px;
  text-align: center;
  width: 100%;
  height: 40px;
}
.slickslider .slickcontainer .sl-block .owl-dots button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  width: auto!important;
  margin: 0 10px;
}
.slickslider .slickcontainer .sl-block .owl-dots button.active  {
  color: #FF131F;
}

/*whoo*/
.whoo {
  padding: 0 20px;
  margin-bottom: 135px;
}
.whoo .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
  text-align: center;
}
.whoo .slh3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.whoo .whoocontainer {

}
.whoo .whoocontainer .video {
  position: relative;
}
.whoo .whoocontainer .video img {
  width: 100%;
}
.whoo .whoocontainer .video .titlevideo {
    position: absolute;
    /* left: 0; */
    bottom: 0;
    height: 120px;
    line-height: 120px;
    width: calc(100% - 24px);
    background: rgba(255, 19, 31, 0.9);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}
.whoo .whoocontainer .video .titlevideo:before {
  border: 45px solid transparent;
  border-bottom: 45px solid rgba(255, 19, 31, 0.9);
  content: "";
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
}
.whoo .whoocontainer .photo {

}
.whoo .whoocontainer .photo .itemphoto {
    position: relative;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    height: 100%;
}
.whoo .whoocontainer .photo .itemphoto .titlephoto {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.whoo .whoocontainer .photo .itemphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*jobs*/
.jobs {
  background: #F6F6F6;
  padding: 135px 20px;
}
.jobs .jobscontainer {

}
.jobs .jobscontainer .jhead {

}
.jobs .jobscontainer .jhead .jobstitle-block .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
}
.jobs .jobscontainer .jhead .jobstitle-block .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom left no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.jobs .jobscontainer .jhead .jbutton a {
  border: 2px solid #E9E9E9;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2D2D2D;
  padding: 25px 35px;
  width: 100%;
  background: none;
  cursor: pointer;
  transition: 0.5s background;
  text-decoration: none;
}
.jobs .jobscontainer .jhead .jbutton a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.jobs .jobscontainer .jobscarousel .jobsitem {
  background: #FFF;
  position: relative;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jimg img {
  width: 100%;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jdesk {
    padding: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #878787;
    border-bottom: 1px solid #dedede;
    line-height: 22px;
    min-height: 200px;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jread {
  padding: 45px;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jread a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #2D2D2D;
  text-decoration: none;
  position: relative;
  transition: 0.5s color;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jread a:hover {
  color: #FF131F;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jread a::after {
  content: "";
  width: 24px;
  height: 10px;
  background: url(images/Arrowred.png);
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.jobs .jobscontainer .jobscarousel .jobsitem span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  background: #FFF;
  padding: 5px 10px;
  z-index: 9999;
}
.jobs .jobscontainer .jobscarousel .slick-prev {
  width: 46px;
  height: 46px;
  background: url(images/slprev.png);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.jobs .jobscontainer .jobscarousel .slick-prev:before {
  display: none;
}
.jobs .jobscontainer .jobscarousel .slick-next {
  width: 46px;
  height: 46px;
  background: url(images/sknext.png);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.jobs .jobscontainer .jobscarousel .slick-next:before {
  display: none;
}
.jobs .jobscontainer .slick-slide {
  margin: 0 15px;
}
.jobs .slick-list {
  margin: 0 -15px;
}

.jobs .jobscontainer .owl-jobs .owl-dots {
    text-align: center;
}
.jobs .jobscontainer .owl-jobs .owl-dots button {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border-radius: 15px;
    border: 2px solid transparent;
    margin: 0 5px;
}
.jobs .jobscontainer .owl-jobs .owl-dots button.active {
  background: #FF131F;
  border: 4px solid #FF131F;
}
/*price*/
.price {
    background: #F6F6F6 url(images/priceline.png) left top no-repeat;
    padding: 135px 0px 100px !important;
}
.price .price2 {
  background: url(images/Honeycomb.png) 0 350px no-repeat;
  padding: 0 20px 35px;
}

.price .price2 .pricecontainer {

}
.price .price2 .pricecontainer .pricehead {

}
.price .price2 .pricecontainer .pricehead .jpricetitle-block .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
}
.price .price2 .pricecontainer .pricehead .jpricetitle-block .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom left no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.price .price2 .pricecontainer .pricehead .pricebutton a {
  border: 2px solid #E9E9E9;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2D2D2D;
  padding: 25px 35px;
  width: 100%;
  background: none;
  cursor: pointer;
  transition: 0.5s background;
  text-decoration: none;
  background: url(images/Arrowred.png) 480px center no-repeat;
}
.price .price2 .pricecontainer .pricehead .pricebutton a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.price .price2 .pricecontainer .pricecarousel .priceitem {
  background: #FFF;
  position: relative;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceimg img {
  width: 100%;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceprice {
  background: #FF131F;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .pricedesk {
  padding: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #878787;
  border-bottom: 1px solid #dedede;
  line-height: 22px;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceread {
  padding: 45px;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceread a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #2D2D2D;
  text-decoration: none;
  position: relative;
  transition: 0.5s color;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceread a:hover {
  color: #FF131F;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceread a::after {
  content: "";
  width: 24px;
  height: 10px;
  background: url(images/Arrowred.png);
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.price .price2 .pricecontainer .pricecarousel .priceitem span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  background: #FFF;
  padding: 5px 10px;
  z-index: 9999;
}
.price .price2 .pricecontainer .pricecarousel .slick-prev {
  width: 46px;
  height: 46px;
  background: url(images/slprev.png);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.price .price2 .pricecontainer .pricecarousel .slick-prev:before {
  display: none;
}
.price .price2 .pricecontainer .pricecarousel .slick-next {
  width: 46px;
  height: 46px;
  background: url(images/sknext.png);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.price .price2 .pricecontainer .pricecarousel .slick-next:before {
  display: none;
}
.price .price2 .pricecontainer .slick-slide {
  margin: 0 15px;
}
.price .price2 .slick-list {
  margin: 0 -15px;
}
.block_price:not(.price_visible):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    /* left: 5px; */
    width: calc(100% - 24px);
    height: 30%;
    z-index: 3;
    background: linear-gradient(0deg, #e9e9e9, rgba(255,255,255,.5));
}
.block_price:not(.price_visible) {
    overflow: hidden;
    max-height: 400px;
    position: relative;
}
.price_show {
    background: #FF131F;
    border: 1px solid #FF131F;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    width: auto;
    padding: 10px 20px;
    border-radius: 0;
	margin-top: 15px;
}
.price_show:hover {
    color: #FF131F;
    background: #FFF;
    border: 1px solid #FF131F;
}
/*reviews*/
.reviews {
  padding: 35px 20px;
  background: url(images/priceline.png) 350% 0 no-repeat;
}
.reviews .reviewscontainer {
  position: relative;
}
.reviews .reviewscontainer .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
  text-align: center;
}
.reviews .reviewscontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 30px;
  margin-bottom: 25px;
  text-align: center;
}
.reviews .reviewscontainer .allreview {
  border: 2px solid #E9E9E9;
  display: block;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2D2D2D;
  padding: 25px 35px;
  width: 230px;
  background: none;
  cursor: pointer;
  transition: 0.5s background;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(images/Arrowred.png) 180px center no-repeat;
}

.reviews .reviewscontainer .reviewscarousel .owl-stage{
    display: flex;
    padding: 20px 0;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem {
    border: 1px solid #dedede;
    padding: 0 60px 10px 60px;
    position: relative;
    height: 100%;
}
.reviews .reviewscontainer .reviewscarousel .owl-item::after {
    position: absolute;
    left: 50px;
    top: -15px;
    z-index: 9999;
    padding: 15px 18px;
    background: url(images/_.png) center no-repeat;
    content: "";
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead {
  display: flex;
  /*grid-template-columns: 1.5fr 1fr;*/
  margin-bottom: 15px;
  /*grid-gap: 10px;*/
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #2D2D2D;
  line-height: 25px;

}

.reviews.video-comments .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rtitle{
  min-height: 325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cecece;
  border: 1px solid #9a9a9a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rstar img {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-bottom: 15px;
}

.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rstar img.no_star{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rstar p {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #2D2D2D;
  line-height: 25px;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .rdesk {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #878787;
  margin-bottom: 20px;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .rinfo {
  display: grid;
  grid-template-columns: 75px 1fr;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .rinfo .rname {
    padding-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    padding-left: 15px;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .rinfo .rname strong {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2D2D2D;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .kv {
  position: absolute;
  left: 50px;
  top: -15px;
  z-index: 9999;
  padding: 5px;
}
.reviews .reviewscontainer .reviewscarousel .owl-dots {
    text-align: center;
}
.reviews .reviewscontainer .reviewscarousel .owl-dots button {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border-radius: 15px;
    border: 2px solid transparent;
    margin: 0 5px;
}
.reviews .reviewscontainer .reviewscarousel .owl-dots button.active {
  background: #000;
  border: 2px solid #000;
}
.reviews .reviewscontainer .slick-slide {
  margin: 0 150px;
}
.reviews .slick-list {
  margin: 0 -150px;
  padding: 20px 0;
}

.rimg img{
  width: 70px;
  height: 70px;
  border-radius:50%;
  object-fit: cover;
}

.video-comments {
    background: #F7F7F7;
	background-image: none;
}
/*etap*/
.etap {
    padding: 100px 20px 120px 20px;
}

.single-uslugi .etap {
    background: #F7F7F7;
	padding: 100px 20px 120px 20px;
}
.etap .etapcontainer {

}
.etap .etapcontainer .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
  text-align: center;
}
.etap .etapcontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.etap .etapcontainer .etapitem {
    position: relative;
}

.etap .etapcontainer .etapitem .etap_img {
  text-align: center;
  display: grid;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #F6F6F6;
  padding: 20px;
  min-height: 257px;
}

.etap .etapcontainer .etapitem:nth-child(1) .etap_img {
  background: url(images/obj1.png) center center no-repeat;
}
.etap .etapcontainer .etapitem:nth-child(2) .etap_img {
  background: url(images/obj2.png) center center no-repeat;
}
.etap .etapcontainer .etapitem:nth-child(3) .etap_img {
  background: url(images/obj3.png) center center no-repeat;
}
.etap .etapcontainer .etapitem:nth-child(4) .etap_img {
  background: url(images/obj1.png) center center no-repeat;
}
.etap .etapcontainer .etapitem:nth-child(5) .etap_img {
  background: url(images/obj2.png) center center no-repeat;
}
.etap .etapcontainer .etapitem:nth-child(6) .etap_img {
  background: url(images/obj3.png) center center no-repeat;
}

.etap .etapcontainer .etapitem:nth-child(44) .etap_img {
  background: url(images/obj4.png) center center no-repeat;
}

.etap .etapcontainer .etapitem .etap_title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #2D2D2D;
}

.etap .etapcontainer .etapitem .etap_toggle {
    display: none;
    position: absolute;
    /* left: 50%; */
    top: 112%;
    background: #FFF;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #878787;
    width: calc(100% - 30px);
	z-index: 99;
}

.etap .etapcontainer .etapitem .etap_toggle:before {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
    top: -25px;
    left: 50%;
    box-shadow: -4px -4px 3px 1px #efefef;
    z-index: -1;
	margin-left: -25px;
}

.etap .etapcontainer .etapitem:hover .etap_toggle {
  display: block;
}

/*sertificate*/

.sertificate {
  background: #2C2431;
  padding: 90px 20px;
}

.sertificate .sertright {
  color: #FFF;
  margin-bottom: 20px;
}

.sertificate .sertcontainer .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
}
.sertificate .sertcontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #FFF;
  background: url(images/Group16.png) bottom left no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.sertificate .sertcontainer .sertdesk {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #727272;
  margin-bottom: 30px;
}

.sertificate .sertcontainer .serthumb {
    padding-top: 30px;
}

.sertificate .sertcontainer .sertatr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sertificate .sertcontainer .sertatr ul li {
  margin: 15px 0;
}
.sertificate .sertcontainer .sertatr .sulright li {
  border-left: 1px solid #FFF;
  padding-left: 30px;
  color: #8A8A8A;
}
.sertificate .sertcontainer .serthumb .owl-dots {
    text-align: center;
}
.sertificate .sertcontainer .serthumb .owl-dots button {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border-radius: 15px;
    border: 2px solid transparent;
    margin: 0 5px;
}
.sertificate .sertcontainer .serthumb .owl-dots button.active {
  background: #FF131F;
  border: 4px solid #FF131F;
}
/*faq*/
.faq {
  background: url(images/fon2.png) bottom center repeat-x;
}
.faq .faqcontainer {
  padding: 140px 0;
  background: url(images/bline.png) bottom center no-repeat;
}
.faq .faqcontainer .faqtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.faq .faqcontainer .bt-answer.faqsubtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF131F;
  padding: 15px;
  /*width: 100%;*/
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  /*display: inline;*/
}
.faq .faqcontainer .faqdesk {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 60px;
  padding: 20px;
  background: #F9F9F9;
  display: none;

}
.faq .faqcontainer .bt-answer {
  padding: 10px 15px;
  border: 1px solid #CACACA;
  background: none;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
}
.faq .faqcontainer .faqbut {
  padding-top: 30px;
}
.faq .faqcontainer .faqbut a:first-child {
  background: #2C2431;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 30px;
  text-decoration: none;
}
.faq .faqcontainer .faqbut a:last-child {
  background: #FF131F;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
/*article*/
.article {
  padding: 50px 20px 70px 20px;
}
.article .artcontainer {
  position: relative;
}
.article .artcontainer .slh6 {
  font-size: 16px;
  line-height: 19px;
  color: #878787;
  margin-bottom: 10px;
  text-align: center;
}
.article .artcontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.article .artcontainer .allarticle {
  border: 2px solid #E9E9E9;
  display: block;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2D2D2D;
  padding: 25px 35px;
  width: 230px;
  background: none;
  cursor: pointer;
  transition: 0.5s background;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(images/Arrowred.png) 180px center no-repeat;
}
.article .artcontainer .artdesk {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 25px;
    text-align: center;
}
.article .artcontainer .artlist {

}
.article .artcontainer .artlist .artitem {

}
.article .artcontainer .artlist .artitem .artright .artzag {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    /* padding-top: 10px; */
}
.article .artcontainer .artlist .artitem .artright .artdate {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.article .artcontainer .artlist .artitem .artright .artopis {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.article .artcontainer .artlist .artitem .artright .artopis a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.article .artcontainer .artlist .artitem .artright .artopis a:hover {
    color: #FF131F;
}
.article .artcontainer .artlist .artitem .artright .artopis strong {
  font-weight: 600;
  margin-left: 10px;
}

/*calculator*/
.calculator {
  padding: 0 20px;
}
.calculator .calcontainer {
  padding: 50px 0;
}
.calculator .calcontainer .slh3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  background: url(images/Group16.png) bottom center no-repeat;
  padding-bottom: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.calculator2 {
  padding: 0 20px;
  padding-bottom: 65px;
  background: url(images/fon5.png) 0 40px no-repeat;
  background-size: cover;
}
.calculator2 .calcontainer2 {

}
.calculator2 .calcontainer2 .tab {
  overflow: hidden;
  border-bottom: 2px solid #FF131F;
  background: #DEDEDE;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 0;
}
.calculator2 .calcontainer2 .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 20px;
  transition: 0.3s;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.calculator2 .calcontainer2 .tab button:hover {
  background: #FF131F;
  color: #FFF;
}
.calculator2 .calcontainer2 .tab button.active {
  background: #FF131F;
  color: #FFF;
}
.calculator2 .calcontainer2 .tabcontent {
  display: none;
  border-top: none;
}
.calculator2 .calcontainer2 .tabcontent .filter {
  margin: 60px auto;
}
.calculator2 .calcontainer2 .tabcontent .filter select, .calculator2 .calcontainer2 .tabcontent .filter input {
  width: 100%;
  padding: 15px;
  border: 1px solid #E1E1E1;
}
.calculator2 .calcontainer2 .tabcontent .filter label {
    font-size: 14px;
    margin-bottom: 10px;
}
.calculator2 .calcontainer2 .tabcontent .calcform {
  background: #FFF;
  border-top: 2px solid #FF131F;
  padding: 40px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader {
  display: grid;
  grid-template-columns: 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader strong {
  font-weight: 700;
  margin-top: 10px;
  display: block;
  margin-bottom: 15px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader span {
  color: #FF131F;
  font-weight: 700;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calctitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz .body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: end;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz .form{
  width: 100%;
}


.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dedede;
  height: 44px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz input[type='submit'] {
  background: #FF131F;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  width: 100%;
  height: 44px;

}

/*akcya*/

.akcya {
  background: url(images/akcyabg1.png);
  background-size: cover;
  padding-top: 150px;
}
.akcya .akcyacontainer {
  background: #FFF url(images/akcya.png) right bottom no-repeat;
  background-size: cover;
}
.akcya .akcyacontainer .akcyaleft {
    background: url(images/rab.jpg) center top no-repeat;
    background-size: cover;
}
.akcya .akcyacontainer .akcyaright {
  padding: 55px 85px;
}
.akcya .akcyacontainer .akcyaright .akredtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #FF131F;
  margin-bottom: 10px;
}
.akcya .akcyacontainer .akcyaright .akblacktitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}
.akcya .akcyacontainer .akcyaright .akform input {
  width: 100%;
  padding: 12px;
  border: 1px solid #999;
}
.akcya .akcyacontainer .akcyaright .akform .akformhead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.akcya .akcyacontainer .akcyaright input[type='submit'] {
  margin-top: 20px;
  background: #FF131F;
  border: 1px solid #FF131F;
  color: #FFF;
  text-align: left;
  padding-left: 35px;
  padding: 10px;
  width: 50%;
  font-size: 18px;
  text-transform: uppercase;
  height: 53px;
  cursor: pointer;
  transition: 0.5s color, 0.5s background;
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.akcya .akcyacontainer .akcyaright input[type='submit']:before {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(images/Arrowwhite.png);
}
.akcya .akcyacontainer .akcyaright input[type='submit']:hover {
  background: #FFF;
  color: #FF131F;
}
.akcya .akcyacontainer .akcyaright .akdesk {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #2D2D2D;
}
/*contact*/
.contact {
  padding: 135px 20px 40px 20px;
  background: url(images/fon2.png) 50px 0;
}
.contact .contactcontainer {

}
.contact .contactcontainer .contactblock {
  background: #FF131F;
  padding: 30px 40px;
  color: #FFF;
  display: grid;
  grid-template-columns: 50px 1fr;
}

.contact .contactcontainer .map {
    padding-left: 0;
}
.contact .contactcontainer .contactblock .citemtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact .contactcontainer .contactblock .citem {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
  align-items: center;
}
.contact .contactcontainer .map img {
  width: 100%;
}

.contact-page .contactblock {
  background: #FF131F;
  padding: 30px 40px;
  color: #FFF;
  display: grid;
  grid-template-columns: 50px 1fr;
}

.contact-page .map {
    padding-left: 0;
}
.contact-page .contactblock .citemtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact-page .contactblock .citem {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
  align-items: center;
}
.contact-page .map img {
  width: 100%;
}
/*footer*/
footer {
    background: #2C2431;
    padding: 25px 20px 10px 20px;
    position: relative;
    margin-top: 50px;
}
footer:before {
    position: absolute;
    content: "";
    top: -32px;
    left: 0;
    height: 32px;
    width: 100%;
    background: url(images/footerline.png);
}

.single-uslugi footer {
    margin-top: 32px;
}

.single-uslugi footer:before {
    position: absolute;
    content: "";
    top: -32px;
    left: -50%;
    height: 32px;
    width: 100%;
    background: url(images/footerline.png);
}

footer .footer {

}
footer .footer .topfooter {
    border-bottom: 1px solid #636363;
    padding-bottom: 25px;
    align-items: center;
}
footer .footer .topfooter .flogo a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}
footer .footer .topfooter .flogo a img {
    margin-left: 10px;
}
footer .footer .topfooter .fcompany {
    border-left: 1px solid #FF131F;
    padding-left: 20px;
}
footer .footer .topfooter .fcompany .h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
footer .footer .topfooter .fcompany p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #878787;
}
footer .footer .topfooter .flinks {
    /* padding-right: 40px; */
}
footer .footer .topfooter .flinks .fsocial {
    text-align: right;
    margin-bottom: 15px;
}
footer .footer .topfooter .flinks .fsocial img {
    width: 27px;
}
footer .footer .topfooter .flinks .fpayment {
    text-align: right;
    color: #FFF;
}
footer .footer .topfooter .flinks .fpayment img {
    margin-left: 5px;
}
footer .footer .topfooter .fzakaz button {
    background: #FF131F;
    border: 1px solid #FF131F;
    color: #FFF;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    height: 53px;
    cursor: pointer;
    transition: 0.5s color, 0.5s background;
    position: relative;
}
footer .footer .topfooter .fzakaz button:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 10px;
    background: url(images/Arrowwhite.png);
}
footer .footer .bottomfooter {
    padding-top: 10px;
}
footer .footer .bottomfooter .blink .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-bottom: 40px;
}
footer .footer .bottomfooter .blink .h3:before {
    width: 32px;
    height: 9px;
    background: url(images/fh3.png);
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
}

footer .footer .bottomfooter .blink ul {
    padding: 0;
    margin: 0;
}

footer .footer .bottomfooter .blink ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    text-decoration: none;
    background: url(images/fki.png) left center no-repeat;
    padding-left: 10px;
}
footer .footer .bottomfooter .blink ul li a:hover {
    color: #FFF;
    background: url(images/flihover.png) left center no-repeat;
}
footer .footer .bottomfooter .bcontact .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-bottom: 0;
    /* border-bottom: none; */
    padding-bottom: 20px;
}
footer .footer .bottomfooter .bcontact .h3:before {
    width: 32px;
    height: 9px;
    background: url(images/fh3.png);
    content: "";
    position: absolute;
    left: 0;
    /* bottom: -20px; */
    top: 50px;
}
footer .footer .bottomfooter .bcontact div {
    font-weight: 600;
    color: #FFF;
    padding: 13px 0;
    border-bottom: 1px solid #646464;
}
footer .footer .bottomfooter .bcontact div.mobile-footer-phone{
    display:none;
}
footer .footer .bottomfooter .bcontact div:last-child {
    /* border-bottom: 0px solid #000; */
}
footer .footer .copyright {
    padding-top: 10px;
    color: #FFF;
}

/* usl */
.uslugiblock {
    margin: 60px 0;
}

.uslugiblock .uslugicontainer {
    margin: 0 auto;
}

.uslugiblock .uslugicontainer .blockred {
    background: #ff131f;
    color: #fff;
    padding: 30px;
    border-bottom: 1px solid #fff;
}

.uslugiblock .uslugicontainer .blockred .h3 {
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #efefef;
    position: relative;
    margin-left: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.uslugiblock .uslugicontainer .blockred .h3:before {
    width: 31px;
    height: 6px;
    background: url(images/Lines.png);
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
}



.uslugiblock .uslugicontainer .blockred .menu_uslugi {
    padding: 0;
    margin: 0;
    list-style: none;
}

.uslugiblock .uslugicontainer .blockred .menu_uslugi li a {
    background: url(images/usl_li.png) left center no-repeat;
    padding-left: 30px;
    color: #efefef;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
	font-size: 18px;
}

.uslugiblock .uslugicontainer .blockred .menu_uslugi li a:hover {
	background: url(images/usl_li_hover.png) left center no-repeat;
    padding-left: 30px;
	color: #000;
	text-decoration: underline;
}

.uslugiblock .uslugicontainer .blockred .usl_articles {
    margin-bottom: 20px;
}

.uslugiblock .uslugicontainer .blockred .usl_articles_txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.uslugiblock .uslugicontainer .blockred .usl_articles_txt a {
    color: #000;
    text-decoration: none;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.uslugiblock .uslugicontainer .blockred .usl_articles_txt a:hover {
    color: #efefef;
    text-decoration: underline;
}

.uslugiblock .uslugicontainer .blockred input[type="text"], .uslugiblock .uslugicontainer .blockred input[type="tel"], .uslugiblock .uslugicontainer .blockred textarea {
    background: transparent;
    color: #efefef;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    font-size: 14px;
}

.uslugiblock .uslugicontainer .blockred textarea::placeholder, .uslugiblock .uslugicontainer .blockred input[type="tel"]::placeholder, .uslugiblock .uslugicontainer .blockred input[type="text"]::placeholder {
    color: #efefef;
}

.uslugiblock .uslugicontainer .blockred .wpcf7-not-valid {
    border: 3px solid #2c2431 !important;
}

.uslugiblock .uslugicontainer .blockred input.wpcf7-not-valid::placeholder {
    color: #efefef;
}

.uslugiblock .uslugicontainer .blockred input[type="submit"] {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    height: 53px;
    cursor: pointer;
    transition: 0.5s color, 0.5s background;
    position: relative;
    background: #2C2431;
    border: 1px solid #2C2431;
    color: #FFF;
    text-align: left;
    padding-left: 20px;
}
.uslugiblock .uslugicontainer .blockred input[type="submit"]:hover {
  color: #2C2431;
  background: #FFF;
}
.uslugiblock .uslugicontainer .blockred input[type="submit"]:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(images/Arrowwhite.png);
}



.uslugiblock .uslugicontainer .uslugiright_right h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/Group16.png) bottom left no-repeat;
    padding-bottom: 50px;
    margin-bottom: 30px;
}


.uslugiblock .uslugicontainer .uslugiright_center {
    margin-top: 40px;
}

.uslugiblock .uslugicontainer .uslugiright_center .slh6 {
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    margin-bottom: 10px;
    text-align: center;
}

.uslugiblock .uslugicontainer .uslugiright_center .slh3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/Group16.png) bottom center no-repeat;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.uslugiblock .uslugicontainer .uslugiright_center .owl-stage {
    display: flex;
    height: 100%;
}

.uslugiblock .uslugicontainer .uslugiright_center .owl-stage a {
    display: block;
    height: 100%;
}

.uslugiblock .uslugicontainer .uslugiright_center .owl-stage a img {
    height: 100%;
    object-fit: cover;
}

.uslugiblock .uslugicontainer .uslugiright_center .owl-stage a .titlephoto {
    display: block;
    text-align: center;
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffff94;
    padding: 5px;
}

/*usl_zakaz*/
.usl_zakaz {
  background: #FF131F url(images/redblock.png) top center no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.usl_zakaz .zakazcontainer {
  padding: 65px 0;
  align-items: center;
}
.usl_zakaz .zakazcontainer .zblock1 {
    text-align: left;
    font-size: 19px;
    font-weight: 600;

    text-transform: uppercase;
}
.usl_zakaz .zakazcontainer .zblock2 {
    padding-left: 30px;
	font-weight: 600;
    border-left: 2px solid #000;
	font-family: 'Montserrat', sans-serif;
}

.usl_zakaz .zakazcontainer .zblock2 .body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: end;
}
.usl_zakaz .zakazcontainer .zblock2 .form{
  width: 100%;
}


.usl_zakaz .zakazcontainer .zblock2 input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 44px;
    border-radius: 0;
} 
.usl_zakaz .zakazcontainer .zblock2 input[type='submit'] {
  background: #2C2431;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  width: 100%;
  height: 44px;

}

.usl_zakaz .zakazcontainer .zblock2 input[type='submit']:hover {
  color: #2C2431;
  background: #FFF;
}

.usl_text2 {
    background: url(images/fon2.png) bottom center repeat-x;
}
.usl_text2 .usltext2container {
    padding: 100px 0 140px;
}

.usl_text2 .usltext2container .slh6 {
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    margin-bottom: 10px;
    text-align: center;
}

.usl_text2 .usltext2container .slh3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/usl_zag.png) bottom center no-repeat;
    padding-bottom: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.usl_price {
    background: url(images/fon2.png) bottom center repeat-x;
}

.usl_price .uslpricecontainer {
    padding: 100px 0 140px;
    background: url(images/bline.png) bottom center no-repeat;
}

.usl_price .uslpricecontainer .slh6 {
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    margin-bottom: 10px;
    text-align: center;
}

.usl_price .uslpricecontainer .slh3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/Group16.png) bottom center no-repeat;
    padding-bottom: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.usl_price .uslpricecontainer .usl_price_block .slickitem {
    background: #F6F6F6;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 2fr 0.7fr;
    grid-gap: 20px;
    max-height: 250px;
    margin-bottom: 30px;
}

.usl_price .uslpricecontainer .usl_price_block .slickitem .slimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.usl_price .uslpricecontainer .usl_price_block .slickitem .sldesk .h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .sldesk p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #2D2D2D;
  margin-bottom: 30px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .sldesk .atribut {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .sldesk .atribut ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .sldesk .atribut ul li {
  background: url(images/Ellipse31.png) left center no-repeat;
  padding-left: 10px;
  line-height: 25px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .slprice {
  background: #FFF;
  padding: 35px 0px 0 0px;
  position: relative;
    min-height: 190px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .slprice .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .slprice .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #FF131F;
  margin-bottom: 20px;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .slprice p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.usl_price .uslpricecontainer .usl_price_block .slickitem .slprice .read {
  background: #393939;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 5px;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*article*/
.article-header {
    padding: 45px 0 30px 0;
    background-image: url(images/bg-promo-article.jpg);
}

.article-header h1 {
    color: #efefef;
    text-align: center;
}

.article-header .entry-ratings {
    text-align: center;
    color: #efefef;
}

.article-header .entry-desc {
    color: #fff;
    text-align: center;
    padding: 40px;
}

.article-header .entry-meta {
    
}
.article-header .entry-meta span {
    color: #aaaac1;
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    line-height: 21px;
    padding-left: 30px;
	display: inline-block;
    margin-right: 40px;
}

.article-header .entry-meta .byline {
    background: url(images/i-user.png) left center no-repeat;
	background-size: 20px;
}

.article-header .entry-meta .posted-on {
    background: url(images/i-clock.png) left center no-repeat;
	background-size: 20px;
}

.article-header .entry-meta .eye {
    background: url(images/i-eye.png) left center no-repeat;
	background-size: 20px;
}

.article-header .entry-meta .comm {
    background: url(images/i-comm.png) left center no-repeat;
	background-size: 20px;
}

.single-post .entry-img {
    padding: 60px 0;
}

.single-post .entry-content h2 {
    margin-bottom: 10px;
    margin-top: 15px;
	position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #2e2934;
    padding-left: 25px;
}

.single-post .entry-content h2:after {
    background-color: #FF131F;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 30px;
}

.single-post .entry-content .blockquote {
  margin-bottom: 25px;
  padding: 25px 120px 25px 28px;
  background: #ddeefb;
  background-image: url(images/text-sign-info.png);
  background-repeat: no-repeat;
  background-position: right 25px top 10px;
  font-size: 1rem;
}

.single-post .entry-content .blockquote p {
  margin: 0 !important;
}

.single-post .entry-content .alert-warning {
  background: #ffe7e8;
  background-image: url(images/text-sign-warning.png);
  background-repeat: no-repeat;
  background-position: right 25px bottom 5px;
}

.single-post .entry-content .text-edit {
  background: #ddf3e9;
  background-image: url(images/text-sign-edit.png);
  background-repeat: no-repeat;
  background-position: right 25px bottom 5px;
}

.single-post .entry-content .article-buttons {
  font-size: 0;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single-post .entry-content .article-buttons .btn {
  margin-right: 22px;
}

.list-red__title {
    margin-bottom: 20px;
    color: #2c2431;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #1eaf6d;
}

.list-red ul {
    margin-left: 0;
    padding-left: 40px !important;
    list-style: none;
}

.list-red ul li {
    padding-left: 0 !important;
}

.list-red ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url(images/icon-list-red.png);
    left: -25px !important;
	background-color: transparent !important;
}


.list-green__title {
    margin-bottom: 20px;
    color: #2c2431;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #1eaf6d;
}

.list-green ul {
    margin-left: 0;
    padding-left: 40px !important;
    list-style: none;
}

.list-green ul li {
    padding-left: 0 !important;
}

.list-green ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px !important;
    width: 16px !important;
    height: 15px !important;
    background-image: url(images/icon-list-green.png);
    left: -25px !important;
	background-color: transparent !important;
}

.single-post .entry-content ol {
    padding-bottom: 10px;
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 20px;
}

.single-post .entry-content ol li {
  position: relative;
  font-size: 16px;
  color: #545464;
  margin-bottom: 15px;
  padding-left: 18px;
  list-style: none;
  line-height: 21px;
}

.single-post .entry-content ol li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #FF131F;
  font-weight: 700;
  font-size: 16px;
  counter-increment: myCounter;
  content: counter(myCounter);
}

.single-post .entry-content ol li a {
  color: #545464;
  text-decoration: none;
}

.single-post .entry-content ol li a:hover {
  color: #FF131F;
}

.single-post .entry-content ul {
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 20px;
}

.single-post .entry-content ul li {
  position: relative;
  font-size: 16px;
  color: #545464;
  margin-bottom: 15px;
  padding-left: 18px;
  list-style: none;
  line-height: 21px;
}

.single-post .entry-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    opacity: 0.7;
    background-color: #FF131F;
    border-radius: 50%;
}

.single-post .entry-content ul li a {
  color: #545464;
  text-decoration: none;
}

.single-post .entry-content ul li a:hover {
  color: #FF131F;
}


.article-info {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdde1;
}

.article-info-left {
}

.article-info-left h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.article-info-left .article-info__close {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  color: #aaaac1;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #dcdde1;
}

.article-info-top {
  margin-bottom: 30px;
}

.article-info-list ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 20px;
}

.article-info-list li {
  margin-bottom: 10px;
  display: block;
  color: #545464;
  font-size: 17px;
}

/*.article-info-list ol li:before{
	content: counters(item, ".") " "; 
	counter-increment: item;
	list-style: none;
}*/

.article-info-list ol li.top {
  counter-increment: list;
  counter-reset: list1;
}

.article-info-list ol li.top:before {
  content: counter(list) ". ";
  color: #FF131F;
  font-weight: 700;
  font-size: 16px;
}

/* уровень 1 */

.article-info-list ol li.sub_1 {
  counter-increment: list1;
  counter-reset: list2;
  padding-left: 0px;
}

.article-info-list ol li.sub_1:before {
  content: counter(list) "." counter(list1) ". ";
  color: #FF131F;
  font-weight: 700;
  font-size: 16px;
}

/* уровень 2 */

.article-info-list ol li.sub_2 {
  counter-increment: list2;
  padding-left: 0px;
}

.article-info-list ol li.sub_2:before {
  content: counter(list) "." counter(list1) "." counter(list2) ". ";
  color: #FF131F;
  font-weight: 700;
  font-size: 16px;
}

.article-info-list li a {
  color: #545464;
  text-decoration: none;
}

.link_yak:before {
	display: block;
	content: "";
	height: 111px;
	margin: -111px 0 0;
}

.comments-area .form-submit input[type="submit"] {
    background: #FF131F;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.page-template-page-calc #primary {
    padding: 60px 0;
}

.page-template-default h1, .page-template-page-calc h1 {
    
	margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #2e2934;
    padding-left: 25px;
}

.page-template-default h1:after, .page-template-page-calc h1:after {
    background-color: #FF131F;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 30px;
}

/* calc 2 */

#tabscalc {
    display: inline-block;
    width: 100%;
}
#tabscalc ul {
    list-style: square;
}
#tabscalc ul li:before {
    content: unset;
display: unset;
position: unset;
top: unset;
left: unset;
width: unset;
height: unset;
opacity: unset;
background-color: unset;
border-radius: unset;
}
#tabscalc > ul {
    margin: 15px 0 0;
}
#tabscalc > ul.tabs_calc {
    margin-bottom: 10px;
    padding: 0;
}
#tabscalc > ul > li {
    width: 23%;
    margin: 0 0 0 10px;
        margin-left: 10px;
    padding: 0;
    cursor: pointer;
    display: block;
    float: left;
    padding: 10px 0;
    background: #e5e5e5;
    color: #000;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}
#tabscalc > ul > li:first-child {
    margin-left: 0 !important;
}
#tabscalc > ul > li.active {
    color: #fff;
    border-bottom: 0;
}
#tabscalc > ul > li.active:hover {
    color: #fff;
    border-bottom: 0;
}
#tabscalc > ul > li {
    font-size: 1em;
    font-weight: 600;
    padding: 7px 5%;
    width: auto;
    background: #fff;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 0;
    text-transform: uppercase;
}
#tabscalc > ul.tabs_calc > li {
    font-size: 1.1em;
    margin-left: 2%;
    padding: 7px 3%;
    text-transform: none;
}
#tabscalc > ul > li.active, #tabscalc > ul > li.active:hover, #tabscalc > ul > li:hover {
    border: 2px solid #FF131F;
    color: #FF131F;
}
#tabscalc > ul > li.active, #tabscalc > ul > li.active:hover, #tabscalc > ul > li:hover {
    border-color: #FF131F;
    color: #FF131F;
}
#tabscalc > ul.tabs_calc > li.active, #tabscalc > ul.tabs_calc > li.active:hover, #tabscalc > ul.tabs_calc > li:hover {
    color: #000;
}
#tabscalc span.tabs_100 {
    display: block;
    font-size: 0.7em;
    color: #999;
}
#tabscalc .tabs_100 .procent {
    font-size: 1.3em;
    color: #000;
}
#tabscalc > div {
    padding-top: 10px;
}
#tabscalc > ul::after {
    content: "";
    display: block;
    clear: both;
    height: 7px;
    background: #9d9cab;
}
#tabscalc > ul::after {
    background: none;
    height: 0;
}
#tabscalc .calc {
    padding: 40px 5%;
    margin-bottom: 30px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 5px solid #ccc;
}
#tabscalc .calc ul {
    list-style-type: none;
    margin: 0;
}
#tabscalc ul li, #tabscalc ol li {
    line-height: 1.5;
}
#tabscalc .calc ul li {
    /* margin: 0 20px 0 20px; */
    display: inline-block;
}

#tabscalc .calc ul li span.razdelitel {
    font-size: 1.3rem;
    line-height: 36px;
}

#tabscalc .calc ul li:first-child {
    margin-left: 0;
}
#tabscalc p {
    line-height: 1.5;
	color: #404040;
}
#tabscalc .calc p {
    font-weight: 600;
    width: 140px;
    margin: 0;
}
#tabscalc .calc hr {
    border: 0;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-style: none;
        border-bottom-style: none;
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 25px 0;
}
#tabscalc .calc input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}
#tabscalc .calc input[type="radio"]:not(checked) ~ label {
    position: relative;
    padding: 0 0 0 35px;
}
#tabscalc .calc input[type="radio"]:not(checked) ~ label::before {
    content: '';
    position: absolute;
    /* top: -3px; */
    left: 0;
    width: 24px;
    height: 24px;
    border: 3px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

#tabscalc .calc input[type="radio"]:checked ~ label::before {
    background: #FF131F;
}
#tabscalc .calc input[type="number"] {
    padding: 5px 10px;
    width: 100px;
    font-size: 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 17px 0 15px;
}
#tabscalc .calc .calc_rezultat {
    margin: 70px 0 0 0;
    padding: 0 20px;
    background: #eaeaea;
    border-radius: 4px;
}
#tabscalc .calc .calc_rezultat p {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
    color: #717171;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
}

#tabscalc .calc .calc_rezultat p:last-child {
    border-bottom: none;
}
 
#tabscalc .calc_rez, #tabscalc .calc .rub {
    font-size: 1.5em;
    color: #FF131F;
}
#tabscalc .calc .rub {
    margin-left: 5px;
    text-transform: lowercase;
}

#tabscalc h3 {
    font-size: 1.3em;
    margin: 27px 0 10px 0;
}
#tabscalc .calc h3 {
    width: 200px;
    font-size: 1em !important;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    background: #2D2532;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 7px 0 7px;
    margin-bottom: 20px;
}
#tabscalc .calc select {
    padding: 7px;
    width: 350px;
    font-size: 1em;
    border: 2px solid #FF131F;
    border-radius: 4px;
    background: #fff;
    max-width: 90%;
}
#form_zamer_calc {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 8% 40px 8%;
    text-align: center;
    border: 5px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
#form_zamer_calc .title {
    font-size: 1.7em;
    margin: 0 0 20px;
}
#form_zamer_calc .left {
    float: left;
    width: 50%;
}
#form_zamer_calc .text {
    margin-bottom: 20px;
    text-align: left;
}
#form_zamer_calc .text p {
    font-size: 1em;
    line-height: 200%;
}
#form_zamer_calc .right {
    float: right;
    width: 270px;
    margin-top: 10px;
}
#form_zamer_calc input[type="text"] {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}
.feedback input[type="text"], .feedback textarea {
    box-sizing: border-box;
    padding: 7px 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
form .garant {
    font-size: 0.9em;
    margin: 10px 0 30px;
}
#form_zamer_calc button {
    display: block;
    margin: 10px auto 0 auto;
}
#form_zamer_calc .text .fa {
    color: #5aba2b;
    margin-right: 10px;
    font-size: 1.7em;
}

.calchome {
    padding-bottom: 120px;
}

.single-uslugi .calchome {
    /*padding-bottom: 0px;*/
}
/* portfolio */

.portfolioblock {
    margin: 60px 0;
}

.portfolioblock .portfoliocontainer {
    margin: 0 auto;
}

.portfolioblock .portfoliocontainer .owl-portfolio-foto .owl-item a img {
    max-height: 400px;
    object-fit: cover;
}

.portfolioblock .portfoliocontainer .owl-portfolio-foto .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #efefef;
}

.portfolioblock .portfoliocontainer .owl-portfolio-foto .owl-nav button {
    font-size: 60px;
    color: #FF131F;
    line-height: 30px;
    margin: 0 15px;
}

.portfolioblock .portfoliocontainer .owl-portfolio-foto .owl-nav button.disabled {
    color: #b5b5b5;
}


.portfolioblock .portfoliocontainer .slh6 {
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    margin-bottom: 10px;
}

.portfolioblock .portfoliocontainer h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/Group16.png) bottom left no-repeat;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.portfoliocontent .slh3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    background: url(images/usl_zag.png) bottom center no-repeat;
    padding-bottom: 50px;
    margin-bottom: 40px;
    text-align: center;
}


.entry-video { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.entry-video iframe,
.entry-video object,
.entry-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
}

.category #primary {
    padding: 60px 0;
}

.category h1 {
    margin-bottom: 40px;
    margin-top: 15px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #2e2934;
    padding-left: 25px;
}

.category h1:after {
    background-color: #FF131F;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 30px;
}

.category h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    background: url(images/Group16.png) bottom left no-repeat;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.category h2 a {
    color: #000;
    text-decoration: none;
}

.category h2 a:hover {
    color: #ff131f;
    text-decoration: underline;
}

.category article {
    margin-bottom: 40px;
}

table:not(.ui-datepicker-calendar) td {
  color: #4F4F4F;
  border: 1px solid rgba(255, 19, 31, 0.3);
  background: rgba(44, 36, 49, 0.05);
    padding: 15px 10px;
  min-height: 70px;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table:not(.ui-datepicker-calendar) th, .new-table-style thead tr td {
  background: #C4C4C4 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 19, 31, 0.3);
}

table:not(.ui-datepicker-calendar) {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 6px rgba(4, 62, 123, 0.13);
          box-shadow: 0 2px 6px rgba(4, 62, 123, 0.13);
}

table:not(.ui-datepicker-calendar) tr:nth-child(odd) th {
  background: #fff;
}

table:not(.ui-datepicker-calendar) tr:nth-child(odd) td {
  background: #fff;
}

table:not(.ui-datepicker-calendar) th {
  padding: 15px 10px;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  color: #2e2934;
  font-weight: normal;
  border: 1px solid #e2e2eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}




table:not(.ui-datepicker-calendar) th:first-child,
table:not(.ui-datepicker-calendar) td:first-child {
  padding: 15px 10px;
  text-align: left;
}


/*\\\\\\\\\*/

#content aside nav {
    margin-top: 4px;
}
.navbar-header {
    float: left;
}
#table-menu-btn {
    float: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#table-menu-btn div:first-child {
    margin-right: 5px;
}
#table-menu-btn div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
#table-menu-btn div span.icon-bar {
    color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
}
#upbutton {
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    background-color: #19468B;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
aside nav .navbar-collapse {
    padding: 0;
        padding-bottom: 0px;
}

#content .navbar-collapse ul {
    list-style: square;
	 margin: 10px 0 20px 5%;
}
#content .navbar-collapse ul li {
    line-height: 1.5;
}
aside nav li {
    position: relative;
}
aside nav li, aside nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside nav li.active a, aside nav li:hover a {
    border: 1px solid #6cb226;
    background: #6cb226;
    color: #fff;
    text-decoration: none;
    position: relative;
}
aside nav li a, aside nav li a:focus {
    color: #7d8996;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
    border: 1px solid #7d8996;
    padding: 10px 5px 10px 13px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
aside nav li.active::after, aside nav li:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 21.5px 14px;
    border-color: transparent transparent transparent #6cb226;
    position: absolute;
    right: -14px;
    top: 0px;
}
.content-text .navbar-collapse ul li::before {
    content: none;
}
#content .panel-group {
    margin-bottom: 10px;
}
.panel-group {
    margin: 4px 0 27px 0;
        margin-bottom: 27px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group {
    margin: 4px 0 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
#work-types-table-block .tab1 {
    padding-left: 15px;
    padding-bottom: 13px;
    padding-top: 15px;
    background: #332a3be6 none repeat scroll 0 0;
    color: #fff;
    text-align: left;
    font-size: 17px;
    margin: 0;
	cursor: pointer;
}

#content  #work-types-table-block .tab1 {
    font-size: 1.4em;
    margin: 27px 0 10px 0;
}
#content  #work-types-table-block .tab1:before{
    content:none;
}
#content  #work-types-table-block .tab1 {
    margin: 0px !important;
    font-size: 14px !important;
}
.panel-group h3 {
    padding-left: 15px;
    padding-bottom: 14px;
    padding-top: 14px;
    background:#7d94a4 none repeat scroll 0 00;
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}
.new-table-style {
    margin-top: 0;
    width: 100%;
}

#content .panel-group h3 {
    font-size: 1.3em;
    margin: 27px 0 10px 0;
}
#content .panel-group h3 {
    margin: 0px !important;
    font-size: 14px !important;
}

#content .panel-group {
    margin-bottom: 10px;
}
#content table.panel-group {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 0.9em;
    margin: 20px 0;
}
#content table.panel-group {
    margin: 0px !important;
}
#content table.panel-group tr:nth-child(2n+1) {
    background: #fcfcfc;
}
#content .panel-group tr {
    background: #fff;
}
.new-table-style thead tr td{
    background: #7d94a4 none repeat scroll 0 0 !important;
    color: #fff;
}
.new-table-style table td:first-child {
    text-align: left;
    padding-left: 24px;
}
.new-table-style td, .new-table-style th {
    border: 0;
    padding: 15px 5px;
        padding-left: 5px;
    text-align: center;
    border: 1px solid #dedede;
}
.new-table-style thead tr td:first-child {
    padding-left: 15px;
}
.new-table-style thead tr td {
    padding-bottom: 12px;
    padding-top: 12px;
}
.new-table-style tbody {
    background: #fff none repeat scroll 0 0;
}
.new-table-style table tr:nth-child(2n+1) {
    background: #fcfcfc;
}
.new-table-style tr {
    background: #fff;
}
.new-table-style tbody tr {
    border-bottom: 1px solid #dfe0e1;
    vertical-align: top;
}
.new-table-style table td:first-child {
    text-align: left;
    padding-left: 24px;
}
.new-table-style td, .new-table-style th {
    border: 0;
    padding: 15px 5px;
        padding-left: 5px;
    text-align: center;
    border: 1px solid #dedede;
}
.new-table-style sup {
    position: relative;
    top: -0.5em;
}
.plus-minus-input {
    width: 97px;
    margin: 0 auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.plus-minus-input .input-group-addon {
    padding: 4px 8px;
    text-align: center;
    background-color: #c1c8d0;
    border: none;
}
.plus-minus-input .input-group-addon .glyphicon {
    font-size: 0.7em;
}
.plus-minus-input div, .plus-minus-input input {

    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;

}
.input-group .btn {

    transition: all 0.2s ease;

}
.input-group .btn-default {
    color: #fff;
    background-color: #ff131f;
    border-color: #ff131f;
}
.plus-minus-input .form-control {

    height: 24px;
    padding: 0;

}
.plus-minus-input .form-control {

    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #dfe0e1;
    border-top: 1px solid #dfe0e1;
    text-align: center;

}
.itogo-marker {

    width: 100%;
    height: 1px;
    margin-top: -11px;

}
.itogo {
    border: 2px solid #ff131f;
    font-weight: 700;
    padding: 9px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text-success {
    color: #ff131f!important;
}

a.calculated {
    background: #ff131f;
    border: 1px solid #ff131f;
	text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
}
a.calculated:hover {
    background: #fff;
    border: 1px solid #ff131f;
    color: #ff131f;
    border-radius: 0;
    font-size: 18px;
}

#calc-summary {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2C2431;
    display: flex;
    justify-content: center;
    z-index: 99;
    font-size: 20px;
    height: 60px;
    align-items: center;
}
#calc-summary a.calculated {
	margin-left: 30px;
}
#calc-summary #summary-price {
    margin: 0 5px;
}

aside nav li:hover a, aside nav li.active a {
  background-color: #d2121c;
  color: #fff;
  border-color: #d2121c;
}

aside nav li:hover a:hover {
  color: #fff;
}

aside nav li.active::after, aside nav li:hover::after {
  border-color: transparent transparent transparent #d2121c;
}

.promo .block {
  position: relative;
  z-index: 1;
}

.accordeon-item-title.active {
  background-color: #2D2532;
}

.accordeon-item-title:hover {
  background-color: #f7f3f0;
  color: #545464;
}

.accordeon-item-title.active:hover .services-price-title__text, .accordeon-item-title.active:hover .services-price-title__price {
  color: #545464;
}

.accordeon-item-title.active:hover .services-price-title__text {
  background-image: url(../images/icon-accordeon-plus.png);
}

table:not(.ui-datepicker-calendar) td {
  color: #4F4F4F;
  border: 1px solid rgba(255, 19, 31, 0.3);
  background: rgba(44, 36, 49, 0.05);
}

table:not(.ui-datepicker-calendar) th, .new-table-style thead tr td {
  background: #C4C4C4 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 19, 31, 0.3);
}

.panel-group h3 {
  border-color: #FF131F;
  background-color: #FF131F;
}

.itogo.text-success {
  color: #fff;
}

td .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

td .quantity-btn {
  background-color: #FF131F;
  border-color: #FF131F;
}

td .quantity-btn:after, td .quantity-btn:hover:after {
  color: #fff;
}

.service-concrete-item__price {
  color: #FF131F;
}

.input-group-addon:hover {
    color: #fff;
}

.input-group .btn {
    line-height: 12px;
}

.plus-minus-input {
    width: 120px !important;
}

.forma_calc input {
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
    border-radius: 0 !important;
    padding: 5px 10px !important;
}

.forma_calc .calculated {
    background: #ff131f;
    border: 1px solid #ff131f;
	text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
}
.forma_calc .calculated:hover {
    background: #fff;
    border: 1px solid #ff131f;
    color: #ff131f;
    border-radius: 0;
    font-size: 18px;
}

/*\\\\\\\\\*/

.post-type-archive-portfolio #primary, .page #primary{
    padding: 60px 0;
}

.post-type-archive-portfolio h1, .page h1 {
    margin-bottom: 40px;
    margin-top: 15px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #2e2934;
    padding-left: 25px;
}

.post-type-archive-portfolio h1:after, .page h1:after {
    background-color: #FF131F;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 30px;
}

.post-type-archive-portfolio h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    background: url(images/Group16.png) bottom left no-repeat;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.post-type-archive-portfolio h2 a {
    color: #000;
    text-decoration: none;
}

.post-type-archive-portfolio h2 a:hover {
    color: #ff131f;
    text-decoration: underline;
}

.post-type-archive-portfolio article {
    margin-bottom: 40px;
}

.bottom-header .navbar-toggler {
    font-size: 2rem;
    box-shadow: none !important;
    border: none;
}

.bottom-header .navbar-collapse li .plus-menu {
    display: none;
}
@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
}

/* Формы */
#zvonok, #price, #vopros {
    width: 370px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 35px 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    text-align: center;
	position: relative;
}

.forma_modal input, .forma_modal textarea, .forma_modal select {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #a9a9a9;
    margin-bottom: 20px;
}

button.mfp-close {
    display: none;
}

.mfp-close2 {
    position: absolute !important;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #FF131F;
    border: none;
}
.mfp-close2:before, .mfp-close2:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 6px;
}
.mfp-close2:before {
	transform: rotate(45deg);
}
.mfp-close2:after {
	transform: rotate(-45deg);
}

.forma_modal [type="submit"] {
    background: #FF131F;
    border: 1px solid #FF131F;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    width: auto;
    padding: 10px 20px;
    border-radius: 0;
}

.forma_modal [type="submit"]:hover {
    color: #FF131F;
    background: #FFF;
	border: 1px solid #FF131F;
	
}

.forma_modal .h3 {
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}
/* конец Формы */

.yoast-breadcrumbs {
    font-size: 13px;
    line-height: 1.5;
}
.yoast-breadcrumbs strong {
    font-weight: 400;
}

.portfoliocontainer {
    margin: 0 auto;
}
.breadcrumbs {
    margin-top: 15px;
}

.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover {
    color: #FF131F;
}

.article-header .breadcrumbs {
    color: #aaaac1;
    text-align: center;
}

.article-header .breadcrumbs a {
    color: #aaaac1;
}
.article-header .breadcrumbs a:hover {
    color: #fff;
}



@media screen and (max-width: 576px) {
.top-header, .bottom-header .search, .bottom-header .calc, .bottom-header .logo span:last-child {
    display: none;
}
.bottom-header .order div  {
    background: none;
    padding-left: 0;
}
.bottom-header .logo img {
    max-width: 50px;
}
.bottom-header .navbar {
    position: static !important;
}
.bottom-header .navcontainer {
    text-align: center;
}
.bottom-header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 111px;
    background: #fff;
    width: 100%;
    padding: 15px;
    text-align: left;
	z-index: 9;
}


.slide_home {
    padding: 30px 15px;
}
.slide_home>img {
    height: 40px;
    width: auto;
}
.slide_home .desc_slide {
    font-size: 14px;
    margin: 15px 0 5px;
	line-height: 20px;
}
.slide_home .title_slide {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 30px;
    margin-bottom: 55px;
}
.slide_home .but-header {
    flex-flow: column;
}
.but-header .but-left {
    margin-bottom: 15px;
    width: auto;
}
.but-header .but-right {
    width: auto;
}

.achievements .achievements_container {
    grid-template-columns: repeat(1, 1fr);
}
.achievements_container .grblock {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.achievements_container .grblock .greytitle {
    font-size: 18px;
    margin: 0 15px 0 0;
    min-width: 31px;
}
.achievements_container .grblock .greytitle img {
    height: 30px;
    width: auto;
}
.achievements_container .grblock .greydesk {
    text-align: left;
}
.project {
    padding-top: 60px;
    margin-bottom: 30px;
}
.project .projectcontainer .projectleft {
    grid-column-gap: 30px;
    grid-row-gap: 200px;
    margin: 80px 0;
}
.project .projectcontainer .projectright .prh6 {
    margin: 10px 0;
}
.project .projectcontainer .projectright .prh3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.project .projectcontainer .projectright .prdesk {
    margin-bottom: 30px;
}
.zakaz .zakazcontainer {
    padding: 30px 0;
}
.zakaz .zakazcontainer .zblock1 {
    font-size: 18px;
    border-right: none;
}
.zakaz .zakazcontainer .zblock2 div span  {
    display: none;
}
.zakaz .zakazcontainer .zblock2 div {
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    background-size: contain;
    height: 38px;
	animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.zakaz .zakazcontainer .zblock2 div a {
    width: 100%;
    height: 100%;
    display: block;
}
.zakaz .zakazcontainer .zblock3 {
    margin-top: 30px;
    padding-left: 0px;
}
.slickslider {
    margin-bottom: 40px;
}
.slickslider .slickcontainer {
    padding-top: 30px;
}
.slickslider .slickcontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.slickslider .slickcontainer .sl-block .slickitem {
    display: flex;
    flex-flow: column;
}
.slickslider .slickcontainer .sl-block .slickitem .slimg img {
    max-height: 200px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice {
    padding-top: 15px;
    min-height: 100px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h3 {
    margin-bottom: 10px;
}
.slickslider .slickcontainer .sl-block .owl-nav {
    display: none;
}
.whoo .slh3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.whoo {
    margin-bottom: 30px;
}
.jobs {
    padding: 30px 20px;
}
.jobs .jobscontainer .jhead .jobstitle-block .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.jobs .jobscontainer .jhead .jbutton a {
    padding: 10px;
    margin-bottom: 30px;
}
.jobs .jobscontainer .jobscarousel .jobsitem .jread {
    padding: 15px 30px;
}
.jobscarousel .owl-nav {
    display: none;
}
.price {
    padding: 60px 0 50px !important;
}
.price .price2 .pricecontainer .pricehead .jpricetitle-block .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.price .price2 .pricecontainer .pricehead .pricebutton a {
    padding: 15px;
    margin-bottom: 30px;
}
.price .price2 .pricecontainer .pricecarousel .priceitem .priceread {
    padding: 15px 30px;
}
.reviews {
    padding: 30px 15px;
}
.reviews .reviewscontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.reviews .reviewscontainer .allreview {
    position: static;
    padding: 15px;
    margin: auto;
    margin-bottom: 30px;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rtitle {
    display: none;
}
.reviews .reviewscontainer .reviewscarousel .reviewsitem {
    padding: 15px;
}
	.reviews .reviewscontainer .reviewscarousel .reviewsitem .rinfo .rname {
		padding-top: 0;
	}
.etap {
    padding: 30px 20px 40px 20px;
}
.etap .etapcontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.etap .etapcontainer .etapitem .etap_img {
    font-size: 30px;
    min-height: 120px;
    background-size: contain !important;
}
.etap .etapcontainer .etapitem .etap_title {
    font-size: 18px;
}
.etap .etapcontainer .etapitem .etap_toggle {
    padding: 10px;
}
.etap .etapcontainer .etapitem .etap_toggle:before {
    width: 20px;
    height: 20px;
    top: -10px;
    margin-left: -10px;
}
.sertificate {
    padding: 30px 20px;
}
.sertificate .sertleft {
    display: none;
}
.sertificate .sertcontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.faq .faqcontainer {
    padding: 30px 0;
}
.faq .faqcontainer .faqtitle {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.faq .faqcontainer .faqbut a:first-child {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
}
.faq .faqcontainer .faqbut a:last-child {
    display: block;
}
.article {
    padding: 30px 20px;
}
.article .artcontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.article .artcontainer .allarticle {
    position: static;
    padding: 15px;
    margin: auto;
    margin-bottom: 30px;
}
.article .artcontainer .artleft img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.article .artcontainer .artright {
    padding: 15px 15px 30px;
}
.calculator .calcontainer {
    padding: 30px 0;
}
.calculator .calcontainer .slh3 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.calculator2 .calcontainer2 .tab {
    display: flex;
    flex-flow: column;
}
.calculator2 .calcontainer2 .tab button {
    padding: 5px;
    font-size: 14px;
}
.calculator2 .calcontainer2 .tabcontent .filter {
    margin: 30px auto;
}
.calculator2 .calcontainer2 .tabcontent .filter select option {
    max-width: 100%;
}
.calculator2 .calcontainer2 .tabcontent .calcform {
    padding: 15px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader {
    grid-template-columns: 30px 1fr 30px 1fr;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader strong {
    margin-top: 0;
    margin-bottom: 0;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz .body {
    grid-template-columns: 1fr;
}
.akcya {
    padding-top: 30px;
}
.akcya .akcyacontainer .akcyaright {
    padding: 30px;
}
.akcya .akcyacontainer .akcyaright .akredtitle, .akcya .akcyacontainer .akcyaright .akblacktitle {
    font-size: 18px;
}
.akcya .akcyacontainer .akcyaright .akform .akformhead {
    grid-template-columns: 1fr;
}
.akcya .akcyacontainer .akcyaright input[type='submit'] {
    width: 100%;
}
.contact {
    padding: 30px 20px;
}
.contact .contactcontainer .contactblock .citemtitle {
    font-size: 20px;
    padding-bottom: 0;
}
.contact .contactcontainer .contactblock .citem {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .footer .topfooter .flogo {
    text-align: center;
}
/*footer .footer .topfooter .flogo a {*/
    /*font-size: 15px;*/
/*}*/
footer .footer .topfooter .flinks {
    margin: 15px 0;
}
footer .footer .bottomfooter .blink .h3 {
    font-size: 20px !important;
}
footer .footer .bottomfooter .bcontact .h3 {
    font-size: 20px !important;
}

.uslugiblock .uslugicontainer .uslugiright_right h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 30px;
    padding-bottom: 20px;
}

.uslugiblock .uslugicontainer .uslugiright_center .slh3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px;
    padding-bottom: 20px;
}
.usl_zakaz .zakazcontainer {
    padding: 30px 0;
}
.usl_zakaz .zakazcontainer .zblock2 {
    border: none;
    padding-left: 15px;
}
.usl_zakaz .zakazcontainer .zblock2 .body {
    display: flex;
    flex-flow: column;
}
.usl_text2 .usltext2container {
    padding: 30px 0;
}
.usl_text2 .usltext2container .slh3 {
    font-size: 25px !important;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
footer .footer .topfooter .fcompany .h3 {
    font-size: 20px !important;
}
footer .footer .topfooter .fcompany p {
    font-size: 16px;
}
.single-uslugi .etap {
    padding: 30px 20px 30px 20px;
}


}

@media screen and (max-width: 768px) {
      footer .footer .bottomfooter .bcontact div.mobile-footer-phone{
        display:block;
    }
	.reviews.video-comments .reviewscontainer .reviewscarousel .reviewsitem .reviewshead .rtitle{
		min-height: 180px;
	}
	footer .footer .copyright {
		font-size: 12px;
	}
	footer .footer .bottomfooter {
		padding-top: 0;
	}
	footer .footer .topfooter .flogo a {
		font-size: 13px;
	}
	footer .footer .topfooter .flogo a img {
		margin-left: 0;
		max-height: 70px;
	}
.bottom-header .navbar {
    position: static !important;
}
.bottom-header .navcontainer {
    text-align: center;
}

.bottom-header .navbar-collapse {
    top: 111px;
}
.bottom-header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 204px;
    background: #fff;
    width: 100%;
    padding: 15px;
    text-align: left;
	z-index: 9;
}

.bottom-header.fixed-top .navbar-collapse {
    top: 111px;
}

.bottom-header .navbar-collapse li.menu-item-has-children>a {
    display: inline-block;
}

.bottom-header .navbar-nav .dropdown-menu {
    width: auto;
    border: none;
}

.bottom-header .navbar-nav .dropdown-menu .dropdown-item {
    width: auto;
}

.bottom-header .dropdown-toggle::after {
    display: none;
}

.bottom-header .navbar-nav ul>li:hover ul {
    display: none;
}

.bottom-header .navbar-nav>li:hover>ul {
    display: none;
}

.bottom-header .navbar-collapse li.menu-item-has-children>.plus-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(#000,#000), linear-gradient(#000,#000), transparent;
    background-position: center;
    background-size: 50% 2px,2px 50%;
    background-repeat: no-repeat;
    margin-left: 20px;
    position: relative;
    bottom: -4px;
}

.bottom-header .navbar-collapse li.menu-item-has-children>.minus-menu {
    background: linear-gradient(#000,#000), linear-gradient(#fff,#fff), transparent !important;
    background-position: center !important;
    background-size: 50% 2px,2px 50% !important;
    background-repeat: no-repeat !important;
}

.bottom-header .sub-menu-view {
    display: block !important;
    margin: 15px 0 15px 15px;
}
.bottom-header .sub-menu-view>li {
    display: block !important;
}

.page #primary {
    padding: 0;
}

.page-template-default article, .page-template-page-calc #primary {
    padding: 30px 15px;
}

.project .projectcontainer .projectleft {
    grid-row-gap: 280px;
	margin-bottom: 190px;
}
.zakaz .zakazcontainer .zblock1 {
    border-right: none;
}
.zakaz .zakazcontainer .zblock2 div span  {
    display: none;
}
.zakaz .zakazcontainer .zblock2 div {
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    background-size: contain;
    height: 70px;
	animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.zakaz .zakazcontainer .zblock2 div a {
    width: 100%;
    height: 100%;
    display: block;
}
.zakaz .zakazcontainer .zblock3 {
    margin-top: 30px;
    padding-left: 0px;
}

.slickslider .slickcontainer .sl-block .slickitem {
    display: flex;
    flex-flow: column;
}
.slickslider .slickcontainer .sl-block .slickitem .slimg img {
    max-height: 200px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice {
    padding-top: 15px;
    min-height: 100px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.slickslider .slickcontainer .sl-block .slickitem .slprice .h3 {
    margin-bottom: 10px;
}
.slickslider .slickcontainer .sl-block .owl-nav {
    display: none;
}
.reviews .reviewscontainer .allreview, .reviews .reviewscontainer .allreview, .article .artcontainer .allarticle {
    position: static;
    margin: auto;
    padding: 15px;
}
.calculator2 .calcontainer2 .tab button {
    font-size: 14px;
    padding: 10px 5px;
}
.calculator2 .calcontainer2 .tab {
    display: flex;
}
.calculator2 .calcontainer2 .tab button {
    padding: 5px;
    font-size: 14px;
}
.calculator2 .calcontainer2 .tabcontent .filter {
    margin: 30px auto;
}
.calculator2 .calcontainer2 .tabcontent .filter select option {
    max-width: 100%;
}
.calculator2 .calcontainer2 .tabcontent .calcform {
    padding: 15px;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader {
    grid-template-columns: 30px 1fr 30px 1fr;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calcheader strong {
    margin-top: 0;
    margin-bottom: 0;
}
.calculator2 .calcontainer2 .tabcontent .calcform .calczakaz .body {
    grid-template-columns: 1fr;
}
footer .footer .topfooter .flinks {
    margin: 20px 0;
}
.usl_zakaz .zakazcontainer .zblock2 {
    padding-left: 0;
    border: none;
}
.bottom-header .navbar  {
    text-align: center;
}
.page-template-page-price .site-content {
    max-width: 100%;
}
#tabscalc > ul.tabs_calc > li {
    max-width: 32%;
    font-size: 13px;
}

#tabscalc .calc ul li {
    width: 100%;
    margin-bottom: 10px;
}

#form_zamer_calc .left {
    width: 100%;
}

.site-header .search-form {
    padding-right: 10px;
}
}