/*
Theme Name: wmo
*/

@font-face {
	font-family: 'RobotoCondensed';
	src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


:root {
  --black: #2A2A2A;
  --black_light: #363636;
  --white: #FFFFFF;
  --red: #ED1A38;
  --red_hover: #FF4B64;
  --grey: #F5F5F5;
  --accente: #ED7A00;
  --accente_hover: #FF8F17;
  --green: #1E7C1D;
  --green_light: #269F25;
}


html {
	margin: 0%;
	padding: 0%;
}
body {
    margin: 0%;
    padding: 0%;
    line-height: 15pt;
    font-size: 15px;
    font-family: 'Roboto';
    color: #323232;
    background: #fff;
    min-width: 1100px;
    overflow-x: hidden;
}
/*
main {
    overflow-x: hidden;
}
*/
body.customize-support {
    top: 0;
    position: relative;
}
a {
	color: #323232;
}
a:hover {
    color: #ff1717;
    text-decoration: underline;
}
h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
    font-family: 'RobotoCondensed';
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
}
h1, p.h1 {
    font-size: 55px;
    line-height: 45pt;
    position: relative;
}
p.h2, h2 {
	font-size: 35px;
	line-height: 32pt;
    font-weight: normal;
    position: relative;
}
p.h3, h3 {
    font-size: 23px;
    line-height: 23pt;
}
h4, h5, h6 {
    font-size: 20px;
    text-transform: inherit;
    line-height: 19pt;
    margin: 0%;
    margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
input,
select,
textarea {
	outline: none;
}
.center {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}

/*button*/
p.button a, p.button span {
    cursor: pointer;
    display: inline-block;
    background: #09a6dd;
    color: #fff;
    border-radius: 3px;
    padding: 18px 30px;
    box-shadow: 0px 4px 20px 4px hsl(196deg 83% 86%);
    margin: 3px 0;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
p.button a:hover, p.button span:hover {
    box-shadow: 0px 4px 20px 4px hsl(196deg 75% 81%);
    background: #13b4ed;
}


/*style*/
h3.title, p.title {
    font-family: 'RobotoCondensed';
    color: var(--accente);
    margin: 10px 0 -25px 0;
    line-height: 16pt;
    font-size: 17px;
}
.prices_list .one {
    float: left;
    width: 23.7%;
    background: #fff;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    border-bottom: 4px solid var(--accente);
	position: relative;
}
.prices_list .one .image {
    height: 193px;
    background-color: #ddd;
}
.prices_list .one .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.prices_list .one .content {
    padding: 10px 20px;
}
.prices_list .one:before {
	content: '';
	background: var(--accente);
    box-sizing: border-box;
    position: absolute;
	opacity: 0;
    height: 3px;
    left: 0;
	width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.prices_list .one:hover::before {
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0;
    z-index: 0;
}
.prices_list .one:hover {
    color: #fff;
	border-radius: 2px;
	/*background: #ff1700;*/
}
.prices_list .one:nth-child(4n+4) {
    margin-right: 0;
}
.prices_list .one:nth-child(4n+1) {
    clear: left;
}
.prices_list .one > * {
	z-index: 1;
	position: relative;
}
.prices_list .one span.price {
    font-size: 24px;
    display: block;
    margin: 1px 0 10px;
}
.prices_list .one input[type="button"] {
    font-size: 15px;
    text-transform: inherit;
    font-weight: normal;
    padding: 15px 25px;
    background: var(--accente);
    color: #fff;
}
.prices_list .one:hover input[type="button"] {
    background: #efefef;
    color: #323232;
}
.prices_list .one input[type="button"]:hover {
    background: #fff;
}
.prices_list .one input[type="button"]:after {
	content: "\2192";
	position: relative;
}
.prices_list .one .con {
    height: 152px;
}
.prices_list .one ul {
    margin: 0;
    padding: 15px 0 15px 8px;
    list-style-type: none;
    font-size: 14px;
}
/*
.prices_list .one ul li {
    margin: 3px 0;
	position: relative;
}
*/
.prices_list .one ul li {
    margin: 3px 0;
    position: relative;
    display: flex;
}
.prices_list .one ul li:before {
	content: '\2713';
	position: relative;
	left: -8px;
}


/*about*/
article.post_one.left {
    float: left;
    width: 51%;
}
article.post_one.left div.block {
	display: none;
}
article.post_one.left div.block.active {
	display: block;
}
div.image.right {
    float: right;
    width: 40%;
    text-align: right;
    position: relative;
}
section.about.single div.image.right {
    padding: 60px 0 0;
}
div.image.right img {
	-webkit-box-shadow: -20px -22px 0px 0px rgba(187, 188, 189, 0.2);
	-moz-box-shadow: -20px -22px 0px 0px rgba(187, 188, 189, 0.2);
	box-shadow: -20px -22px 0px 0px rgba(187, 188, 189, 0.2);
}
blockquote.summ.red {
    background: var(--accente);
    color: #fff;
    padding: 35px 40px 35px 80px;
    box-sizing: border-box;
    width: 260px;
    font-size: 22px;
    line-height: 23pt;
    font-family: 'RobotoCondensed';
    position: absolute;
    text-align: left;
    bottom: 0;
    margin: 0;
    left: -40px;
    bottom: 20px;
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}
blockquote.summ.red b {
    display: block;
    font-size: 70px;
    margin: 18px 0;
}
blockquote.summ.red i {
	font-style: normal;
    display: block;
    font-size: 40px;
    margin: 10px 0;
}
blockquote.summ.red:before {
    content: '';
    background: transparent;
    border: 7px solid #fff;
    border-right: none;
    width: 30px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 0;
    left: 25px;
    top: 42px;
    bottom: 42px;
}


/*about*/
section.about {
    padding: 60px 0 50px;
    overflow-x: hidden;
}
section.about.single {
    padding: 25px 0 45px;
}
.post_one {
    font-family: 'Calibri';
    font-size: 18px;
    line-height: 17pt;
}
section.about ul {
    counter-reset: point;
    padding-left: 60px;
    list-style-type: none;
}
section.about ul li {
    margin: 15px 0;
}
section.about ul li {
    margin: 20px 0;
	font-size: 16px;
    position: relative;
}
section.about ul li strong {
    font-family: 'Roboto';
    color: #0b2154;
    display: block;
}
section.about ul li:before {
    counter-increment: point 1;
    content: "0" counter(point);
    margin: 0 auto;
    display: block;
    left: -48px;
    right: auto;
    top: inherit;
    background-color: transparent;
    text-align: center;
    position: absolute;
    font-weight: 400;
    padding: 0;
    color: #323232;
    opacity: 1;
    text-align: center;
    background: #e9e9e9;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-weight: bold;
    padding: 7px 0 0;
    box-sizing: border-box;
	transition: 0.5s;
}
section.about ul li:hover:before {
    background: var(--accente);
	color: #fff;
}

/*ul.nav*/
ul.nav {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}
ul.nav li {
    float: left;
	margin: 0 25px 0 0;
	cursor: pointer;
	color: var(--accente);
	border-bottom: 2px solid var(--accente);
}
ul.nav li:hover {
	color: #0d2865;
	border-bottom: 2px solid #0d2865;
}
ul.nav li:last-child {
	margin-right: 0;
}
ul.nav li.active {
	color: #323232;
	border-bottom: 2px solid transparent;
}
section.about ul.nav {
	padding: 0%;
}
section.about ul.nav li:before {
	content: none;
}
section.about ul.nav li {
	margin: 0 25px 0 0;
}
section.about ul.nav li:last-child {
	margin-right: 0;
}

/*search*/
form.search {
    position: absolute;
    right: -10px;
    bottom: -55px;
    background: #fff;
    padding: 7px 30px;
    border-top: 2px solid #ff1700;
	width: 340px;
	display: none;
    box-shadow: 0px 0px 20px 2px rgb(60 60 60 / 11%);
}
form.search.active {
	display: block;
}
form.search input[type="text"] {
    font-size: 16px;
    padding: 6px 20px;
    width: 100%;
	border: none;
	border-left: 2px solid #ddd;
}
form.search input[type="submit"] {
	font-size: 16px;
	padding: 5px 10px;
	display: none;
}



/*title*/
section#title {
	padding: 100px 0 0;
}
section#title h1 {
    margin: 0 0 -14px 0;
    font-size: 72px;
    line-height: 67pt;
}
section#title p.desc {
    font-family: 'RobotoCondensed';
    font-size: 32px;
    line-height: 34pt;
    max-width: 800px;
    color: #cbcbcb;
}
section#title a.button,
section#title input[type="button"] {
    padding: 23px 35px;
}
section#title a.button {
	display: none;
}
header ul.simages {
    margin: 0%;
    padding: 0%;
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 1;
}
header ul.simages li {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    opacity: 0.4;
    color: #ffffff;
}
header ul.simages li.active {
    color: #ff1700;
    opacity: 1;
}
header ul.simages img {
	height: 0px;
	width: 0px;
}

/*reviews*/
section.review {
    background: #f3f3f3;
    padding: 35px 0;
    overflow-x: hidden;
}
div.review_list {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.review_list .one {
    float: left;
    width: 380px;
    background: #fff;
    border-bottom: 3px solid var(--accente);
    padding: 30px 30px 10px;
    box-sizing: border-box;
    margin: 0 15px 0 0;
    height: 370px;
    transition: 1s;
}
section.reviews_page .review_list .one {
    height: auto;
}
.review_list .one .content {
    height: 220px;
    overflow: hidden;
}
section.reviews_page .review_list .one .content {
    height: auto;
}
.review_list .one p.people {
    color: #0b2154;
    font-family: 'RobotoCondensed';
    font-size: 17px;
    border-top: 1px solid #ddd;
    padding: 25px 0 0;
}
.review_list .one p.people img {
    border-radius: 100%;
    max-width: 70px;
    float: left;
    margin: -12px 15px 0 0;
    border: 1px solid #e9e9e9;
}
section.reviews_page .review_list .one p.people img {
	margin-top: -7px;
}
.review_list .one p.people time {
    font-size: 13px;
    display: block;
    font-family: 'Calibri';
    color: #323232;
}
section.review .center {
	position: relative;
}
section.review .reviews_services {
    background: #fff;
    padding: 37px 50px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -45px;
    right: 0;
}
section.review .reviews_services a {
    margin: 0 20px;
}
section.review .reviews_services img.star {
    position: relative;
    margin-right: 40px;
    top: -10px;
}
.review_list .one:hover { 
	background: #0b2154;
	color: #fff;
    border-bottom: 3px solid #0b2154;
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}
.review_list .one:hover a {
    color: #fff;
}
.review_list .one p.people a {
	text-decoration: none;
}
.review_list .one:hover p.people a {
    color: #fff;
}
.review_list .one:hover p.people {
    color: #fff;
    border-top: 1px solid #224391;
}
.review_list .one:hover p.people time {
    color: #fff;
}
.review_list .one:hover p.people img {
    border: 1px solid #0b2154;
}


/*review form from trubobalans*/
b.star {
    display: block;
    position: relative;
    margin-bottom: 4px;
    margin-top: -5px;
}
div.order_basket p.star span.star,
b.star span.star {
    cursor: pointer;
    position: relative;
    top: 3px;
    margin: 0;
}
div.order_basket p.star span.star {
	margin: 0 2px;
}
div.order_basket p.star span.star:first-child,
b.star span.star:first-child {
	margin-left: 0;
}
div.order_basket p.star span.star.full,
b.star span.star.full {
	content: url('images/star_full.png');
}
div.order_basket p.star span.star.null,
b.star span.star.null {
	content: url('images/star_null.png');
}
div.order_basket input[name="file_form"] {
    width: 80%;
    float: left;
}
div.order_basket input[type="text"][name="file_form"] {
    width: 78%;
    box-sizing: border-box;
}
div.order_basket input[type="button"] {
    color: #112b66;
    border: 2px solid #112b66;
    background: transparent;
    width: 19%;
    float: right;
    padding: 17px 20px;
    cursor: pointer;
    position: relative;
    top: -2px;
}
div.order_basket input[type="button"]:hover {
    color: #2a58da;
    border: 2px solid #2a58da;
}
div.order_basket p.star {
    text-align: left;
    font-size: 16px;
}
section.reviews_page textarea {
    height: 150px;
}

div.order_basket {
    background: #ffffff;
    padding: 20px 200px 40px;
    margin: 70px 0 30px;
	text-align: center;
}
div.order_basket p.h2 {
	font-size: 30px;
}
div.order_basket input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
div.order_basket input[type="tel"] {
    width: 49%;
    box-sizing: border-box;
    float: left;
}
div.order_basket input[type="email"] {
	width: 49%;
    box-sizing: border-box;
    float: right;
}
div.order_basket form p {
    display: flow-root;
}



/*services page single*/
main.singlepage .services_list {
	padding: 20px 0;
}
main.singlepage .services_list .one {
    width: 31.7%;
    margin-bottom: 22px;
    height: 380px;
}
main.singlepage .services_list .one:nth-child(3n+3) {
    margin-right: 0%;
}
main.singlepage .services_list .one:nth-child(3n+1) {
    clear: left;
}
main.singlepage .services_list .one p.name {
    padding: 25px 50px;
    display: grid;
    align-items: center;
    justify-content: center;
}



/*photos*/
section.photo_block {
    padding: 25px 0 55px;
}
section.single_block .photo_list {
    display: inline-block;
    width: 100%;
}
div.photo_list .one {
    float: left;
    width: 550px;
    height: 355px;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
	transition: 1s;
}
div.photo_list .one img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div.photo_list .one:before {
	content: '';
	position: absolute;
	display: block;
	background: var(--black_light);
    height: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
div.photo_list .one:hover::before {
    opacity: 0.7;
    height: 100%;
    top: 0;
    bottom: auto;
    z-index: 1;
}
main.singlepage.home section.single_block div.photo_list .one:before {
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
    height: 100%;
}
div.photo_list .one > p {
    position: absolute;
    top: 170px;
    z-index: 2;
    padding: 0 50px;
    box-sizing: border-box;
    font-size: 29px;
    line-height: 26pt;
    font-family: 'RobotoCondensed';
	opacity: 0;
}
div.photo_list .one > p > a {
   color: #fff;
    text-decoration: none;
}
div.photo_list .one > p span {
    display: block;
    color: var(--accente);
    font-size: 19px;
    height: 34px;
}
div.photo_list .one > p span a {
    color: var(--accente);
    text-decoration: none;
}
div.photo_list .one > p > a:hover {
    text-decoration: underline;
}
div.photo_list .one:hover p {
	opacity: 1;
}



/*table*/
table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transition: 1s;
    border-collapse: collapse;
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 16pt;
    height: auto !important;
	margin-bottom: 14px;
}
table thead {
    background: #fff;
}
table tr {
	height: auto !important;
    width: 100%;
}
table tr td {
    padding: 9px 25px;
	height: auto !important;
}
table thead tr {
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 9%);
	background: #fff;
}
table thead tr td {
    padding: 18px 25px;
    border-bottom: 1px solid #f1f1f1;
}
section.table_price table.active tbody tr:first-child td {
	padding-top: 21px;
}
section#single_page.prices table tr td img {
    max-width: 170px;
    display: block;
}
section#single_page.prices table tr td ul {
    margin: -8px 0 20px 0;
    padding: 0%;
    list-style-type: none;
    font-size: 16px;
    line-height: 15pt;
}
table tr td p.mprice {
    font-size: 24px;
    margin-top: 0;
}
table tr td p.prices {
    font-size: 17px;
    margin: -10px 0 0;
    line-height: 18pt;
}
hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}
section.table_price table tbody {
	display: none;
}
section.table_price table.active {
	margin-bottom: 30px;
}
section.table_price table.active tbody {
	display: revert;
}
section.table_price table thead tr td {
    font-family: 'RobotoCondensed';
    font-size: 21px;
    padding: 22px 25px;
	position: relative;
	cursor: pointer;
}
section.table_price table thead:hover {
	color: var(--accente);
}
section.table_price table table thead tr td {
    border-bottom: 1px solid #fff;
}
section.table_price table.active table thead tr td {
    border-bottom: 1px solid #f1f1f1;
}
section.table_price table thead tr td span.more {
    border: 2px solid #f2f2f2;
    padding: 9px 0 0 4px;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    right: 20px;
    top: 12px;
    position: absolute;
    background: #f2f2f2 url('images/span_more.png') center center no-repeat;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Calibri';
    color: #6a6a6a;
}
section.table_price table.active thead tr td span.more,
section.table_price table thead tr td span.more:hover {
    border: 2px solid var(--accente);
    background: var(--accente) url('images/span_more_white.png') center center no-repeat;
	color: #fff;
    transform: rotate(90deg);
}
table tbody tr td:last-child {
    text-align: right;
}

/*top*/
header {
	/*
    background: url('images/slider1.jpg') top center / cover no-repeat;
	*/
    background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 100vh;
    max-height: 800px;
    -moz-transition: background-image 0.8s ease-in-out;
    -webkit-transition: background-image 0.8s ease-in-out;
    -o-transition: background-image 0.8s ease-in-out;
	color: #fff;
	position: relative;
    transition: 1s;
}
header a {
	color: #fff;
}
header:before {
    content: '';
    background: #010816;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.65;
    max-height: 800px;
}
header:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(11 33 84) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(1 8 22 / 59%) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 800px;
}
header .center {
	position: relative;
	z-index: 1;
}
section#top {
    padding: 27px 0;
	font-family: Roboto;
}
section#top .center {
    text-align: center;
    padding: 0 3%;
    box-sizing: border-box;
}
section#top a.adress {
    float: left;
	font-size: 19px;
	text-decoration: none;
	position:relative;
}
section#top a.adress:before {
    content: url('images/location.webp');
    position: relative;
    margin: 0 15px 0 0;
    top: 4px;
    opacity: 0.5;
}
section#top span.time {
    float: left;
    margin: 5px 0 0 4%;
    font-size: 15px;
}
section#top p.tel {
    float: right;
    margin: 0 3% 0 0;
    padding: 0;
}
section#top p.tel a.tel {
    font-size: 22px;
    text-decoration: none;
    margin-right: 5px;
	position: relative;
}
section#top p.tel a.tel:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #53e653;
    display: inline-block;
    position: absolute;
    left: -11px;
	opacity: 0;
	transition: 1s;
}
section#top p.tel a.tel.active:before {
	opacity: 1;
}
section#top input[type="button"] {
    float: right;
    padding: 15px 22px;
    font-size: 14px;
    margin: -9px 0 0 0;
}
section#top a.mess {
    margin: 0 2px;
    position: relative;
    bottom: -4px;
}
section#top a.mess.viber {
    content: url('images/viber_top_white.webp');
}
section#top a.mess.whatsapp {
    content: url('images/whatsapp_white_icon.svg');
}
section#top a.mess.telegram {
    content: url('images/telegram_white_icon.svg');
}
section#top a.mess.max {
    content: url('images/max_white_icon.svg');
}


/*preview*/
section.preview {
    padding: 90px 0;
    position: relative;
    text-align: center;
    color: #fff;
	background: url('images/preview_bg.jpg') center center / cover no-repeat;
}
section.preview:before {
    content: '';
    background: hsl(0deg 0% 6.27% / 67%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
}
section.preview:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(60 60 60) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(64 64 64) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.preview .center {
    z-index: 1;
}
section.preview h1, section.preview p.breadcrumbs {
	position: relative;
	z-index: 1;
}
section.preview h1 {
    margin: 16px 0;
}
p.breadcrumbs a {
    text-decoration: none;
    margin: 0 8px;
}
p.breadcrumbs a:first-child {
	margin-left: 0;
}
p.breadcrumbs a:hover {
	text-decoration: underline;
}
p.breadcrumbs {
    margin: 0%;
    font-size: 14px;
    color: var(--black);
}
p.breadcrumbs span {
    margin: 0 8px;
}
section.preview p.breadcrumbs {
    color: var(--accente);
}
section.preview a {
    color: #fff;
}


/*step*/
section.step {
    border-top: 1px solid #ddd;
    padding: 35px 0 5px;
}
div.step_list {
    display: inline-block;
    width: 100%;
}
div.step_list .one {
    float: left;
    margin: 0 5px;
    height: 530px;
    width: 675px;
    overflow: hidden;
    text-align: center;
}
div.step_list .one img {
    max-height: 530px;
    min-width: auto;
}


/*slick
section.step ul.slick-dots {
    display: none !important;
}
section.services ul.slick-dots {
    display: none !important;
}
*/

/*left_right_sliders*/
section.review div.slick-list {
    overflow: visible !important;
}
section.review div.slick-list .one.slick-slide {
	opacity: 0.5;
}
section.review div.slick-list .one.slick-slide.slick-active {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: var(--accente) !important;
}


/*slick - dots - navi*/
section.services div.slick-list {
    margin: 0 !important;
}
section.step div.slick-list {
    margin: 0 !important;
}

/*visibility left and right sliders*/
section.photo_block .slick-list {
    overflow: visible !important;
}
section.services .slick-list {
    overflow: visible !important;
}

/*margin*/
section.review ul.slick-dots,
section.news_block ul.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 5px !important;
    display: inline-block;
    position: relative;
}


/*navi left right sliders*/
section.brands .slick-next {
    font-size: 30px;
    font-weight: bold;
}
section.brands .slick-next {
    font-size: 30px;
    font-weight: bold;
}
section.brands .slick-prev {
    font-size: 30px;
    font-weight: bold;
}


/*table_price*/
section.table_price {
    padding: 40px 0;
}


/*section#navi*/
section#navi {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    color: #323232;
}
section#navi:before {
    content: '';
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    background: #fff;
    -webkit-clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    height: 100px;
    max-width: 1400px;
    margin: 0 auto;
}
section#navi a {
	color: #323232;
}
section#navi a.logo {
    background: var(--accente);
    float: left;
    padding: 32px 28px;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}
header.singlepage section#navi a.logo {
    box-shadow: none;
}
section#navi nav {
    float: right;
    width: 68%;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 5px 0 0 0;
}
section#navi nav ul {
	margin: 0%;
	padding: 0%;
	list-style-type: none;
    font-size: 17px;
}
section#navi nav ul > li {
    float: left;
    padding: 35px 20px;
	position: relative;
}
section#navi nav > ul > li.menu-item-has-children {
    padding-right: 30px;
}
section#navi nav > ul > li.menu-item-has-children > a:after {
    content: "\02C7";
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 28px;
    font-family: 'RobotoCondensed';
    position: absolute;
    top: 44px;
    right: 7px;
}
section#navi nav ul li a {
	text-decoration: none;
}
section#navi nav ul li a:hover {
    text-decoration: underline;
    color: var(--accente);
}
section#navi nav ul li.current-menu-item > a {
    color: #a1a1a1;
}
section#navi nav ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    border-top: 3px solid var(--accente);
    top: 80px;
    left: 0;
    width: 370px;
    padding: 10px 30px;
    box-sizing: border-box;
    z-index: 2;
}
section#navi nav ul > li.about > ul {
    width: 260px;
}
section#navi nav ul > li:hover > ul {
    display: block;
    box-shadow: 0px 0px 20px 2px rgb(60 60 60 / 11%);
}
section#navi nav ul > li > ul > li {
    float: none;
    margin: 9px 0;
    padding: 0;
    font-size: 16px;
}
section#navi span.search {
    float: right;
    content: url('images/lupa.webp');
    margin: 27px 0 0 15px;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    border-left: 1px solid #ddd;
}
section#navi span.search.close {
    content: url('images/close_black.webp');
}

/*triggers*/
section.triggers {
    color: #fff;
    background: var(--black);
    font-family: 'RobotoCondensed';
    font-size: 17px;
    line-height: 16pt;
}
section.triggers ul {
    margin: 0%;
    padding: 0%;
    display: block;
    width: 100%;
    list-style-type: none;
}
section.triggers ul li {
    float: left;
    width: 25%;
    padding: 35px 25px 25px;
    box-sizing: border-box;
}
section.triggers ul li:nth-child(even) {
	background: var(--black);
}
section.triggers ul li:nth-child(odd) {
	background: var(--black_light);
}
section.triggers ul li img {
    float: left;
    margin: -12px 15px 0 0;
}


/*footer*/
section#bottom_menu {
    padding: 45px 0 35px;
    border-top: 1px solid #f3f3f3;
}
section#bottom_menu .logo {
    float: left;
    width: 24%;
    margin-right: 55px;
}
section#bottom_menu .logo img {
	display: block;
	margin-bottom: 25px;
}
section#bottom_menu .menu.menu1 {
    float: left;
    width: 16%;
}
section#bottom_menu .menu.menu2 {
    float: left;
    width: 25%;
}
section#bottom_menu .menu p {
    font-family: 'RobotoCondensed';
    font-size: 25px;
    margin-top: 0%;
    line-height: 115%;
    margin-bottom: 12px;
}
section#bottom_menu .menu ul {
    margin: 0%;
    padding: 0%;
    display: inline-block;
    list-style-type: none;
}
section#bottom_menu .menu ul > li {
	margin: 3px 0;
}
section#bottom_menu .menu.menu2 ul > li {

}
section#bottom_menu .menu ul > li a {
	text-decoration: none;
}
section#bottom_menu .menu ul > li a:hover {
	text-decoration: underline;
}
section#bottom_menu .menu ul > li.current-menu-item > a {
    color: #8f8f8f;
}
ul.soc {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
ul.soc li {
	float: left;
	margin: 0 10px 0 0;
}
ul.soc li {
    background: #f2f2f2;
    border-radius: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    box-sizing: border-box;
	transition: 1s;
}
ul.soc li:hover {
    background: rgb(242 242 242 / 66%);
}
ul.soc li:last-child {
	margin: 0;
}
ul.soc li a {

}
ul.soc li.insta a {
	content: url('images/insta_little.png');
}
ul.soc li.vk a {
	content: url('images/vk_little.png');
}
ul.soc li.fb a {
	content: url('images/fb_little.png');
}
ul.soc li.youtube a {
	content: url('images/youtube_little.png');
}

/*news*/
section.news_block {
    background: #f3f3f3;
    padding: 20px 0 50px;
}
div.news_list {

}
div.news_list .one {
    float: left;
    width: 380px;
    height: 380px;
    margin: 0 10px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--accente);
    overflow: hidden;
}
div.news_list .one:hover {
    background: var(--accente);
    color: #fff;
	border-radius: 2px;
}

/*
section.news_block .slick-initialized div.one.slick-slide {
	display: none;
}
section.news_block .slick-initialized div.one.slick-slide.slick-active {
	display: block;
}
div.news_list .one:nth-child(3n+3) {
	margin-right: 0;
}
*/
div.news_list .one p.name, div.news_list .one time {
    padding: 0 25px;
    box-sizing: border-box;
}
div.news_list .one time {
    font-size: 13px;
    margin: 0;
}
div.news_list .one p.name {
    margin: 7px 0 0;
    font-size: 20px;
    font-family: 'RobotoCondensed';
    line-height: 19pt;
}
div.news_list .one p.image {
    margin-top: 0;
    height: 252px;
    overflow: hidden;
    background: var(--accente);
}
div.news_list .one p.name a {
	text-decoration: none;
}
div.news_list .one p.name a:hover {
	text-decoration: underline;
}
div.news_list .one:hover p.name a {
    color: #fff;
}

/*form_map*/
p.visibility {
    display: none;
}
section.form_map {
    padding: 20px 0 0;
}
section.form_map .center {
    position: relative;
}
div.map {
    background: #fbf8db;
}
div.map div#map-yandex {
    height: 510px;
}
form.callback {
    background: var(--black);
    position: absolute;
    left: 0;
    top: -25px;
    width: 40%;
    padding: 5% 4%;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}
form.callback p.h2 {
    font-size: 40px;
    font-family: 'RobotoCondensed';
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
    width: 100%;
    font-size: 18px;
    padding: 17px 20px;
    box-sizing: border-box;
    margin: 7px 0;
    font-family: 'RobotoCondensed';
	transition: 1s;
    border: 2px solid #ddd;
}
textarea {
    width: 100%;
    font-size: 18px;
    padding: 17px 20px;
    box-sizing: border-box;
    font-family: 'RobotoCondensed';
	transition: 1s;
    border: 2px solid #ddd;
}
a.button,
input[type="submit"],
input[type="button"] {
    background: var(--accente);
    color: #fff;
    border: none;
    font-size: 17px;
    padding: 18px 35px;
    border-radius: 2px;
    margin: 10px auto;
    cursor: pointer;
    font-family: 'RobotoCondensed';
    text-transform: uppercase;
	transition: 1s;
	text-decoration: none;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: var(--accente_hover);
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}

/*form_comment - review.php*/
section.form_comment {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
	display: none;
}
section.form_comment.active {
	display: block;
}
section.form_comment textarea {
	height: 160px;
}
section.reviews_page form p {
    margin: 0;
}
section.reviews_page p.comment-form-cookies-consent {
	display: none;
}
p.comment-notes {
	display: none;
}
form.callback input[type="button"] {
    display: block;
}
section.reviews_page form p {
    margin: 0;
    padding-bottom: 15px;
}
section.reviews_page form p.logged-in-as a:first-child:hover,
section.reviews_page form p.logged-in-as a:first-child {
	text-decoration: none;
	color: #323232;
	cursor: text;
}


/*header.singlepage*/
header.singlepage {
    height: auto;
    max-height: initial;
    box-shadow: 0px 0px 20px 2px rgb(60 60 60 / 11%);
    background: #0e2253;
}
header.singlepage:after,
header.singlepage:before {
    max-height: inherit;
	content: none;
}
header.singlepage section#navi:before {
	content: none;
}
header.singlepage section#navi a.logo {
    background: transparent;
    padding: 0;
    border-radius: 0;
    top: 10px;
}
header.singlepage section#navi {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    color: #323232;
    background: #fff;
}
header.singlepage section#top {
    padding: 25px 0 20px;
    background-color: var(--black);
}


/*dinamic menu - foxed top*/
header.fixed section#navi {
    position: fixed;
	left: 0;
	right: 0;
	top: 0;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    color: #323232;
    background: #fff;
    box-shadow: 0px 0px 20px 2px rgb(60 60 60 / 11%);
    border-bottom: 1px solid var(--accente);
}
body.customize-support header.fixed section#navi {
	top: 30px;
}
header.fixed section#navi nav > ul > li {
    padding: 25px 20px;
}
header.fixed section#navi nav > ul > li.menu-item-has-children > a:after {
    top: 35px;
}
header.fixed section#navi nav ul > li > ul {
    top: 60px;
}
header.fixed section#navi span.search {
    margin: 19px 0 0 15px;
    padding: 7px 0 7px 30px;
}
header.fixed section#navi a.logo {
    top: 10px;
    height: 100%;
    max-width: 180px;
}
header.fixed section#navi:before {
	content: none;
}
header.mainpage.fixed section#navi a.logo {
    top: 0;
    padding: 9px 28px 8px;
    box-sizing: border-box;
    border-radius: 0;
    height: 100%;
}
header.mainpage.fixed section#navi a.logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/*callme*/
section.callme {
    font-size: 23px;
    background: var(--black);
    color: var(--white);
}
section.callme > .center {
    text-align: center;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
section.callme a {
    color: #fff;
    font-size: 19px;
}
section.callme label {
    float: left;
    position: relative;
    top: 0;
}
section.callme a.mess {
    float: right;
    padding: 60px 45px 60px 90px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    position: relative;
	transition: 0.5s;
}
section.callme a.mess:hover {
	text-decoration: underline;
}
section.callme a.mess.max {
    background: var(--black_light);
    color: #fff;
}
section.callme a.mess.max:hover {
    background: var(--accente);
}
section.callme a.mess.telegram {
    background: #102f77;
    /*color: #2ca5e0;*/
}
section.callme a.mess.telegram:hover {
    background: #13378b;
}
/*
section.callme a.mess.whatsapp {
    color: #00bf00;
}
*/
section.callme a.mess.whatsapp:hover {
    background: #0e2a6a;
}
section.callme a.mess:before {
    position: absolute;
    left: 55px;
    top: 59px;
    bottom: 0;
}
section.callme a.mess.whatsapp:before {
	content: url('images/whatsapp_white_icon.svg');
}
section.callme a.mess.viber:before {
	content: url('images/viber_white2.webp');
}
section.callme a.mess.telegram:before {
	content: url('images/telegram_white_icon.svg');
}
section.callme a.mess.max:before {
	content: url('images/max_white_icon.svg');
}


/*services*/
section.services {
    padding: 20px 0 50px;
}
.services_list .one {
    float: left;
    width: 440px;
    height: 440px;
    position: relative;
    margin: 0 25px 0 0;
	overflow: hidden;
    background: #f1f1f1;
	transition: 1s;
}
.services_list .one p.name {
    position: absolute;
    background: var(--black);
    color: #fff;
    text-align: center;
    padding: 25px 70px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 17pt;
    font-family: 'RobotoCondensed';
    left: 0;
    right: 0;
    bottom: 50px;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    height: 110px;
}
.services_list .one p.name {
	-webkit-clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
	clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
}
.services_list .one p.name a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 20pt;
    margin-top: 5px;
    margin-bottom: 5px;
}
.services_list .one img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


div.services_list .one:before {
	content: '';
	position: absolute;
	display: block;
	background: #000;
    height: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
div.services_list .one:hover::before {
    opacity: 0.7;
    height: 100%;
    top: 0;
    bottom: auto;
    z-index: 1;
}


div.services_list .one:hover {
    box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
}
div.services_list .one:hover p.name {
    background: #fff;
    color: #0b2154;
}
div.services_list .one:hover p.name a {
    color: #0b2154;
}
div.services_list .one p.name a:hover {
    text-decoration: underline;
}

/*price_types*/
section.price_types {
    background: #f3f3f3;
    padding: 30px 0 45px;
}


/*statistic*/
section.statistic {
    padding: 1px 0 55px;
}
main.singlepage section.statistic {
    padding: 35px 0 45px;
}
section.statistic ol {
    list-style-type: none;
    margin: 0%;
    padding: 0%;
    display: inline-block;
    width: 100%;
}
section.statistic ol li {
    float: left;
    font-family: 'RobotoCondensed';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18pt;
    position: relative;
    width: 20%;
    padding: 10px 50px 0 0;
    box-sizing: border-box;
}
section.statistic ol li span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
section.statistic ol li span:first-child {
    font-family: 'RobotoCondensed';
    color: var(--accente);
    font-size: 50px;
    display: block;
    padding: 15px 0 20px;
}
section.statistic ol li img {
    position: absolute;
    left: 30px;
    z-index: 0;
    top: 0;
}


/*footer*/
section#footer {
	font-size: 14px;
}
section#footer div.center {
    border-top: 1px solid #f3f3f3;
    padding: 40px 0 30px;
}
section#footer a {
    color: #323232;
}
section#footer a:hover {
    color: var(--accente);
}
section#footer a.politic {
    max-width: inherit;
    float: right;
}
section#footer p {
	margin: 0 0 5px 0;
}
section#footer span.copyright {
	float: left;
	width: 33%;
    box-sizing: border-box;
}
footer span.pay {
    float: left;
    content: url(images/method_pay.webp);
    max-width: inherit;
    margin: -10px 0 0 40px;
}
footer p.autor {
    font-size: 13px;
    opacity: 0.5;
}
footer p.autor a {
	text-decoration: none;
	border-bottom: 1px solid #949494;
	transition: 1s;
}
footer p.autor a:hover {
	border-bottom: 1px solid #323232;
}


/*content*/
section.contact_block {
    padding: 50px 0 0;
}
section.contact_block div.map {
    margin-top: 50px;
}
section.contact_block .center.half {
    width: 65%;
}
section.contact_block .content.left {
    float: left;
    width: 50%;
    min-height: 200px;
}
section.contact_block form.callback {
    float: right;
    position: relative;
    top: 0;
    margin-top: 15px;
    width: 49%;
}
main.singlepage section.contact_block h1 {
    font-size: 42px;
    line-height: 40pt;
}
section.contact_block ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
	font-family: Roboto;
    font-size: 18px;
}
section.contact_block ul li {
    margin: 42px 0;
}
section.contact_block ul li label {
    font-size: 18px;
    display: block;
    color: #0b2154;
    margin-bottom: 5px;
}
section.contact_block ul li span.icon {
    background: var(--accente);
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    float: left;
    margin: -8px 15px 0 0;
}
section.contact_block ul li a {
	text-decoration: none;
}
section.contact_block ul li a.tel {
	margin-right: 5px;
}
section.contact_block ul li a.mess {
    margin: 0 1px;
    position: relative;
    top: 7px;
}
section.contact_block ul li a.mess.viber {
    content: url('images/viber_top.png');
}
section.contact_block ul li a.mess.whatsapp {
    content: url('images/whatsapp_color.svg');
}
section.contact_block ul li a.mess.telegram {
    content: url('images/telegram_color.svg');
}
section.contact_block ul li a.mess.max {
    content: url('images/max_color.svg');
}
section.contact_block ul li a.navigator {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    text-decoration: underline;
}

/*single_block*/
section.single_block {
    padding: 20px 0 40px;
}
section.single_block.news section.gellory {
    margin: 5px 0;
}
section.single_block div.photo_list .one {
    margin: 12px 20px 12px 0;
    width: 49%;
}
section.single_block div.photo_list .one:nth-child(even) {
    margin-right: 0;
}
section.single_block div.photo_list .one:before {
	opacity: 0.7;
	transition: 1s;
}
section.single_block div.photo_list .one > p {
	opacity: 1;
}
section.single_block div.photo_list .one:hover:before {
	opacity: 0.9;
}

/*single*/
section.gellory {
    display: inline-block;
    width: 100%;
}
section.gellory .gellory_list .one {
    float: left;
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
    opacity: 0.6;
	transition: 1s;
}
section.gellory .gellory_list .one:hover {
    opacity: 0.9;
}
section.gellory .gellory_list .one.slick-current.slick-active {
	opacity: 1;
}
section.gellory .gellory_list .one.video iframe {
    height: 510px;
    width: 800px;
    max-width: 100%;
}
section.gellory .one img {
    max-height: 510px;
}
section.photo_block.single {
    padding: 30px 0 50px;
    border-top: 1px solid #ddd;
}
section.single_block p.breadcrumbs {
    margin: 15px 0 -25px;
    color: #939393;
}
section.middle {
    padding: 0 0 30px 0;
}
article.post_one.short {
    max-width: 70%;
}
section.single_block.news h1 + time {
    display: block;
    margin: -10px 0 15px;
}


/*pagination*/
p.pagination {
    font-size: 19px;
    padding: 20px 0 10px;
    margin: 10px 0;
    text-align: left;
}
p.pagination a,
p.pagination span {
    color: #323232;
    text-decoration: none;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 0 0;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
	margin: 0 4px 0 0;
}
p.pagination span {
    background: var(--accente);
    color: #fff;
}
p.pagination a {
	color: #323232;
	text-decoration: none;
    background: rgb(231 231 231 / 38%);
	transition: 0.5s;
}
p.pagination a:hover {
	background: #e7e7e7;
}



/*about*/
section.about.single blockquote.summ.red b {
    display: block;
    font-size: 40px;
    margin: 8px 0;
}
section.double_block {
    background: var(--black) url('images/bg_blueleft.jpg') left -20% center no-repeat;
    display: inline-block;
    width: 100%;
    color: #fff;
}
section.double_block div.left {
    float: left;
	width: 50%;
    padding: 40px 0;
}
section.double_block div.image.right {
    float: right;
    width: 50%;
    min-height: 550px;
    background-size: cover !important;
    background-position: center center !important;
}
section.double_block div.left article.post_one {
    float: right;
    width: 89%;
    box-sizing: border-box;
    padding: 0 6% 0 0;
}
section.double_block div.left p.title {
    color: #fff;
}
section.double_block div.left ul {
    margin: 0;
    padding: 5px 0 5px 5px;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    box-sizing: border-box;
}
section.double_block div.left ul li {
    float: left;
    margin: 7px 0;
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}
section.double_block div.left ul li:before {
    content: url('images/double_list.png');
    position: relative;
    left: -15px;
    top: 8px;
}

/*bottom_text*/
section.bottom_text {
    padding: 35px 0;
}
section.bottom_text .post_one {
    border: 3px solid rgb(237 237 237 / 48%);
    padding: 0.5% 3% 1.5%;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
}
.post_one li {
    margin: 4px 0;
}

/*404*/
section#error404 {
	padding: 10px 0 50px;
}
section#error404 h1 {
    margin-bottom: -15px;
}



/*callback_block */
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(11 30 74 / 84%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
}
section.callback_block.active {
	display: block;
}
section.callback_block .content {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 19%;
    margin: 0 auto;
    background: #fff;
    width: 800px;
    box-sizing: border-box;
    padding: 0;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 4px;
    display: flex;
}
section.callback_block .content div.img {
    float: left;
    width: 50%;
    min-height: min-content;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
section.callback_block .content div.img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transform: scale(1);
    transition: 1.5s;
}
.cblock_content {
    padding: 25px 50px;
    float: right;
    width: 50%;
    box-sizing: border-box;
}
form.callback_form {
    box-sizing: border-box;
}
section.callback_block .content p.h2 {
    font-size: 25px;
    line-height: 23pt;
    text-align: left;
    color: #323232;
}
form.callback_form input[type="text"],
form.callback_form input[type="email"],
form.callback_form input[type="tel"] {
    width: 100%;
}
form.callback_form input[type="button"] {
    margin-top: 10px;
}
section.callback_block span.close {
    content: url(images/close_white.png);
    position: absolute;
    right: -15px;
    top: -12px;
    opacity: 1;
    transition: 1s;
    cursor: pointer;
    background: #e83131;
    border-radius: 100%;
    padding: 10px;
}
.callback_block span.close:hover {
	transition: 1s;
    background: #f54d4d;
}
form .one {
    margin: 0 0 10px 0;
}
form .visibility {
	display: none;
}
form .politic {
    margin: 15px 0 5px;
    font-size: 13px;
    line-height: 125%;
}
form.callback_form input[type="button"] {
    margin-top: 10px;
}
form.callback_form p.politic {
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 13pt;
    width: 100%;
	opacity: 0.5;
}
form.callback_form p.politic a {
	color: #323232;
}
form.callback_form input[type="text"],
form.callback_form input[type="tel"] {
    width: 100%;
    border: 2px solid #ddd;
    margin: 0;
	transition: 0.5s;
}
input[type="email"].error, input[type="tel"].error, input[type="text"].error {
    border: 2px solid #ff8b8b !important;
}
input[type="email"].good, input[type="text"].good, input[type="tel"].good {
    border: 2px solid #57d800 !important;
}
.white_block h2 {
    font-size: 16px;
    line-height: 16pt;
}
.white_block {
    background: #cff7cf;
    padding: 3px 20px;
    border-radius: 2px;
    color: #323232;
}
.white_block.error {
    background: #f7d0d0;
}
span.swipe_right {
	display: none;
}
span.locations_mobile {
	display: none;
}
.notification.notification_accept {
    background-color: #bce9bc;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px 0;
    line-height: 100%;
}
.notification.notification_accept strong {
    display: block;
    margin-bottom: 3px;
}


/*review_page*/
section.reviews_page {
    background: #f3f3f3;
    padding: 25px 0 40px;
}
section.reviews_page .review_list .one {
    margin-bottom: 20px;
    width: 48.5%;
    margin: 0 0 30px 0;
}
section.reviews_page .review_list .one.right {
    margin-right: 0;
	float: right;
}
section.reviews_page .title {
    position: relative;
}
section.reviews_page .title input[type="button"] {
    position: absolute;
	right: 0;
	top: 0;
}
input[type="button"].review {
    background: #112b66;
}
input[type="button"].review:hover {
    background: #14388b;
}
input.review.margin_center {
    margin: 10px auto;
    display: block;
}
section.form_comment.active {
    display: block;
}

/*brands
section.brands {
    padding: 1px 0 40px;
}
*/
section.brands {
    padding: 28px 0 15px;
}
section.brands div.list_brands .one {
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.brands div.list_brands .one img {
    height: 120px;
    width: auto;
    object-fit: contain;
}


/*search*/
section.search_block {
    margin: -30px 0 10px;
}
section.search_block form {
    display: inline-block;
    width: 100%;
}
section.search_block input[type="text"] {
    width: 85%;
    border: none;
    border-bottom: 2px solid #ddd;
	float: left;
}
section.search_block input[type="button"] {
	float: right;
}
ol.search_list {
    font-size: 18px;
    padding-left: 25px;
}
ol.search_list li {
    margin: 12px 0;
}
ol.search_list li a {
	text-decoration: none;
}
ol.search_list li a:hover {
	text-decoration: underline;
}

/*archive news*/
section.single_block.archive_news {
    background: rgb(241 241 241 / 77%);
}
section.single_block.archive_news div.news_list {
    display: inline-block;
    width: 100%;
}
section.single_block.archive_news div.news_list .one {
    margin: 10px 15px 10px 0;
    width: 32%;
}
section.single_block.archive_news div.news_list .one:nth-child(3n+3) {
	margin-right: 0%;
}
section.single_block.archive_news div.news_list .one:nth-child(3n+1) {
	clear: left;
}
section.single_block.archive_news p.pagination a {
    background: rgb(255 255 255);
}

/*news text - post_one*/
div.gallery dt.gallery-icon img {
    border: none !important;
    max-width: 98%;
}
section.single_block.news iframe {
    width: 100%;
    height: 600px;
}
.post_one .alignright {
    float: right;
    max-width: 50%;
    margin: 0 0 15px 30px;
}
.post_one .alignleft {
    float: left;
    max-width: 50%;
    margin: 0 30px 15px 0;
}
.post_one .aligncenter {
    max-width: 100%;
    margin: 0 auto;
	display: block;
}
article.post_one.lnews blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 21pt;
}

/*swipe_right*/
span.swipe_right {
	display: none;
}

/*servblock*/
section.servblock h3.title, section.servblock p.title {
    color: #fff;
}
section.servblock {
    background: var(--black);
    color: #fff;
    padding: 35px 0 45px;
}
section.servblock a {
    color: #fff;
}
section.servblock img.right {
    float: right;
    max-width: 37%;
}
section.servblock img.right {
    -webkit-box-shadow: -20px -22px 0px 0px rgba(187, 188, 189, 0.2);
    -moz-box-shadow: -20px -22px 0px 0px rgba(187, 188, 189, 0.2);
    box-shadow: -20px -22px 0px 0px var(--black_light);
}
section.servblock .services_list {
    float: left;
    width: 57%;
}
section.servblock ul.serv_list {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
section.servblock ul.serv_list li {
    width: 100%;
    float: none;
    padding: 20px 30px;
    font-size: 19px;
    line-height: 17pt;
    box-sizing: border-box;
    min-height: 96px;
    margin-bottom: 13px;
    background: var(--black_light);
    height: 96px;
    line-height: 55px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0;
}
section.servblock ul.serv_list li:nth-child(even) {
    float: right;
}
section.servblock ul.serv_list li img {
    float: none;
    max-width: 50px;
    margin: 0;
    position: relative;
    left: 0;
    z-index: 1;
    width: 50px;
    height: auto;
}
section.servblock ul.serv_list li a {
    text-decoration: none;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
	position: relative;
    z-index: 1;
}
section.servblock ul.serv_list li a:hover {
	text-decoration: underline;
}
section.servblock ul.serv_list li:before {
    content: '';
    background: var(--accente);
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    height: 0;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}
section.servblock ul.serv_list li:after {
    content: '';
    background: var(--accente);
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    height: 0;
    left: 0;
    width: 100%;
    top: 0;
    bottom: auto;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}
section.servblock ul.serv_list li:hover::before {
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0;
    z-index: 0;
}
section.servblock ul.serv_list li:hover::after {
    opacity: 1;
    height: 100%;
    top: 0;
    bottom: auto;
    z-index: 0;
}


/*brands achive*/
section.single_block.archive_brand .list_brands .one {
    float: left;
    margin: 5px 10px;
}


/*arrow  vidjet*/
input.slick-arrow {
    border: 3px solid var(--accente);
    background: transparent;
    position: absolute;
    width: 50px;
    height: 50px;
    color: var(--accente);
    font-size: 30px;
    top: -100px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 0 9px 0;
    transition: 0s;
    font-family: 'Calibri';
}
input.slick-arrow:hover {
    border: 3px solid var(--accente);
    background: var(--accente);
    color: #fff;
    box-shadow: none;
}
input.prev.arrow.slick-arrow {
    right: 60px;
    float: right;
}
input.next.arrow.slick-arrow{
    right: 0;
    float: right;
}

/*review*/
section.review input.arrow.slick-arrow {
    top: 150px;
    z-index: 2;
    border: 3px solid var(--accente);
    background: var(--accente);
	color: #fff;
	right: 4%;
	opacity: 0.7;
}
section.review input.arrow.slick-arrow:hover {
	opacity: 1;
}
section.review input.prev.arrow.slick-arrow {
    top: 150px;
    left: 4%;
    float: left;
    right: inherit;
}

/*no_active*/
input.arrow.slick-arrow.slick-disabled {
    opacity: 1;
    border: 3px solid #c1c1c1;
    background: transparent;
    color: #c1c1c1;
}

section.gellory ul.slick-dots {
    bottom: -40px !important;
}

div.warning_balans {
    position: fixed;
    right: 5%;
    bottom: 7%;
	color: var(--white);
    background: var(--green);
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 20px 16px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
	transition: 1s;
}
div.warning_balans:hover {
    background: var(--green_light);
}

/*
	footer
	dinamic link
*/
a.dinamic {
	display: none;
}


section.brands .list_brands.full {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
section.brands div.list_brands.full .one {
    text-align: center;
    margin: 0 !important;
    float: none  !important;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    /* padding: 10px; */
    box-sizing: border-box;
}
section.brands div.list_brands.full .one img {
    height: 130px;
    width: auto;
    object-fit: contain;
    max-width: 86%;
}
section.orange_line {
    text-align: center;
    padding: 25px 0;
    background-color: var(--accente);
    font-size: 21px;
	text-transform: uppercase;
}
section.orange_line a {
    color: var(--white);
    text-decoration: none;
}
section.orange_line a:hover {
    text-decoration: underline;
}


/*
	cookie pop_up
*/
section.cookie {
    position: fixed;
    bottom: 0;
    color: #323232;
    background-color: #fff;
    border-radius: 8px;
    z-index: 2;
    padding: 15px 25px;
    box-sizing: border-box;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 800px;
    left: 2%;
    bottom: 15px;
    transform: none;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 0 8px 6px rgb(89 89 89 / 20%);
    font-size: 15px;
    line-height: 123%;
    text-align: left;
}
section.warning.warning--active {
    display: flex;
}
section.warning {
    display: none;
}

/*
	geo
*/
.geo {
    padding: 10px 0 30px;
    text-align: center;
}
ul.geo {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

/*
	questions
*/
section.questions {
    padding: 10px 0 40px;
    border-top: 1px solid #f3f3f3;
}
.questions_list .one {
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
}
.questions_list .one:first-child {
    border-top: 1px solid #d5d5d5;
}
.questions_list .one article {
    display: none;
}
.questions_list .one.active article {
    display: block;
}
.questions_list .one .name {
	position: relative;
    font-size: 21px;
    padding: 0;
	cursor: pointer;
}
.questions_list .one .name:hover {
    color: var(--accente);
}
.questions_list .one .name:after {
    content: '+';
    position: absolute;
    right: 0;
}


@media(max-width: 1400px) {
	section#navi nav {
		width: 64%;
	}
	section#navi nav ul > li {
		padding: 35px 13px;
	}
	
	
}

@media(max-width: 1300px) {
	/*news services block from mainpage*/
	section.servblock {
		display: none;
	}	
	section#top a.adress {
		font-size: 15px;
		position: relative;
		top: -2px;
	}	
	section#top span.time {
		font-size: 13px;
	}	
	section#top p.tel a.tel {
		font-size: 22px;
	}
	section#top input[type="button"] {
		padding: 15px 20px;
	}
	section#navi a.logo {
		padding: 32px 18px;
	}	
	section#navi nav {
		width: 61%;
		font-size: 16px;
	}
	section#navi nav ul {
		font-size: 14px;
	}
	section#navi nav > ul > li.menu-item-has-children,
	section#navi nav ul > li {
		padding: 35px 14px;
	}
	section#navi nav ul > li > ul > li {
		margin: 7px 0;
		font-size: 14px;
	}
	header {
		max-height: 700px;
	}
	section#title {
		padding: 70px 0 0;
	}
	section.triggers {
		font-size: 16px;
		line-height: 15pt;
	}
	section.triggers ul li {
		padding: 20px 25px 15px;
	}
	section#navi nav > ul > li.menu-item-has-children > a:after {
		content: none;
	}
	header.fixed section#navi nav > ul > li {
		padding: 25px 17px;
	}
	section.triggers ul li img {
		margin: -5px 15px 0 0;
	}
	.prices_list .one {
		margin-right: 15px;
	}
	.prices_list .one h4 {
		font-size: 17px;
		line-height: 17pt;
	}
	.prices_list .one ul {
		padding: 10px 0 10px 8px;
		font-size: 14px;
	}
	.prices_list .one ul li {
		margin: 2px 0;
	}
	header.fixed form.search {
		bottom: -52px;
	}
	section.about ul.nav li {
		margin: 0 15px 0 0;
	}
	section.review .reviews_services {
		padding: 27px 20px;
	}
	section.review .reviews_services a {
		margin: 0 10px;
	}
	section.photo_block {
		padding: 25px 0 25px;
	}
	section.statistic {
		padding: 1px 0 25px;
	}
	section#footer div.center {
		font-size: 13px;
		line-height: 13pt;
	}
	section#footer span.copyright {
		float: left;
		width: 25%;
		box-sizing: border-box;
	}
	section#footer a.politic {
		max-width: inherit;
		float: right;
		width: 20%;
		text-align: right;
	}
	footer span.pay {
		margin: -5px 0 0 100px;
	}
	section#bottom_menu .menu.menu2 {
		width: 51%;
	}
	section.contact_block .center.half {
		width: 85%;
	}
	div.photo_list .one {
		height: 325px;
	}
	div.photo_list .one > p {
		top: 130px;
	}
	header.singlepage section#navi nav {
		width: 65%;
	}
	section.callme label {
		top: 42px;
		width: 30%;
		line-height: 21pt;
	}
	div.step_list .one {
		height: 340px;
	}
	section.step {
		padding: 25px 0 40px;
	}
	main.singlepage .services_list .one {
		height: 310px;
	}
	main.singlepage .services_list .one p.name {
		width: 90%;
	}
	main.singlepage .services_list .one p.name a {
		font-size: 20px;
	}
	div.news_list .one p.image {
		height: 210px;
	}
	
}


@media(max-width: 900px) {
	
	
	h1 {
		font-size: 28px;
		line-height: 25pt;
		font-weight: normal;
		position: relative;
	}
	p.h2, h2 {
		font-size: 23px;
		line-height: 21pt;
		font-weight: normal;
		position: relative;
	}
	p.h3, h3 {
		font-size: 20px;
		line-height: 19pt;
	}
	div.scroll_block {
		overflow-x: scroll;
		border-right: 5px solid #91af02;
		z-index: 2;
		display: block;
		position: relative;
		padding: 10px 0;
	}
	span.swipe_right {
		display: block;
		position: absolute;
		z-index: 3;
		background: #f2df07;
		padding: 4px 10px;
		border-radius: 4px;
		right: 25px;
		margin-top: -6px;
		font-size: 12px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, .14);
		transition: 1s;
		z-index: 4;
	}
	span.swipe_right.active {
		right: 35px;
		transition: 1s;
	}
	html.main {
		margin-top: 0 !important;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}
	body {
		min-width: 320px;
		overflow-x: hidden;
	}
	span.burger_menu {
		display: block;
		content: url(images/burger_menu.png);
		position: fixed;
		right: 15px;
		top: 13px;
		z-index: 3;
		background: rgba(29, 99, 187, 0);
		border-radius: 0;
		padding: 13px 5px;
		border-radius: 1px;
	}
	span.burger_menu.dinamic {
		/*background: rgb(255 255 255 / 87%);*/
		content: url(images/burger_menu_dinamic.png);
	}
	span.burger_menu.close {
		padding: 5px;
		right: 20px;
		top: 20px;
		transition: 0.5s;
		background: transparent;
		content: url(images/close_white.png);
		border-radius: 0;
		z-index: 5;
	}
	/*swipe_right*/
	span.swipe_right {
		display: block;
		position: absolute;
		z-index: 3;
		background: #fdd969;
		padding: 4px 10px;
		border-radius: 4px;
		font-weight: bold;
		right: 25px;
		margin-top: -7px;
		font-size: 12px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, .14);
		transition: 1s;
		z-index: 4;
	}
	span.swipe_right.active {
		right: 35px;
		transition: 1s;
	}
	
	/*wp*/
	.post_one {
		font-size: 16px;
		line-height: 16pt;
	}
	
	/*top*/
	header {
		max-height: 490px;
	}
	section#top {
		padding: 18px 0;
	}
	header.singlepage section#top {
		padding: 22px 0;
    border-bottom: 1px solid #15337e;
	}
	section#navi {
		width: 100%;
	}
	section#top .center {
		text-align: left;
		padding: 0;
	}
	section#navi a.logo {
		padding: 15px 12px 15px;
		border-radius: 0 0 1px 1px;
		top: -61px;
		left: 0;
	}
	section#top a.mess {
		display: none;
	}
	section#navi a.logo img {
		max-width: 100px;
	}
	section#top p.tel {
		float: right;
		margin: 0 18% 0 0;
		padding: 4px 0 0;
	}
	section#top p.tel a.tel {
		font-size: 15px;
		margin-right: 2px;
	}
	section#top a.adress,
	section#top span.time,
	section#top input[type="button"] {
		display: none;
	}
	section#navi nav {
		display: none;
	}
	section#navi span.search {
		display: none;
	}
	section#navi:before {
		content: none;
	}
	
	/*title*/
	section#title {
		padding: 15px 0 0;
		margin: 10px 0 0;
		border-top: 2px solid #fff;
	}
	section#title h1 {
		margin: 0 0 -11px 0;
		font-size: 42px;
		line-height: 38pt;
	}
	section#title p.desc {
		font-size: 22px;
		line-height: 22pt;
		max-width: 100%;
	}
	
	
	/*mainpage
	section.photo_block div.slick-list  {
		
	}
	*/
	section.price_types {
		padding: 15px 0 25px;
		overflow: hidden;
	}
	section.review div.slick-list {
		overflow: hidden !important;
	}
	section.photo_block {
		padding: 20px 0;
		overflow: hidden;
	}
	section.services {
		padding: 20px 0;
		overflow: hidden;
	}
	/*
		hiden block
	*/
	main.mainpage section.services {
		display: none !important;
		height: 0px;
		visibility: hidden;
		padding: 0;
	}
	
	/*about*/
	section.about {
		padding: 20px 0 10px;
		overflow: hidden;
	}
	section.about ul.nav li {
		margin: 0 15px 10px 0;
	}
	blockquote.summ.red {
		padding: 25px 30px 25px;
		box-sizing: border-box;
		width: 50%;
		min-width: 200px;
		left: -20px;
		max-width: 250px;
		font-size: 20px;
		line-height: 20pt;
		position: absolute;
		text-align: left;
		bottom: 30px;
	}
	blockquote.summ.red b {
		display: block;
		font-size: 60px;
		margin: 13px 0;
	}
	blockquote.summ.red:before {
		content: none;
	}
	article.post_one.left {
		float: none;
		width: 100%;
	}
	div.image.right {
		float: none;
		width: 90%;
		text-align: left;
		position: relative;
		margin: 0 auto;
		padding: 10px 0;
	}
	div.image.right img {
		-webkit-box-shadow: -10px -22px 0px 0px rgba(187, 188, 189, 0.2);
		-moz-box-shadow: -10px -22px 0px 0px rgba(187, 188, 189, 0.2);
		box-shadow: -10px -12px 0px 0px rgb(187 188 189 / 20%);
	}
	section.about ul {
		padding-left: 50px;
	}

	section.review .reviews_services {
		background: transparent;
		padding: 10px 0;
		position: relative;
		top: 0;
		right: 0;
	}
	section.review .reviews_services a {
		margin: 0 5px;
	}
	section.review .reviews_services a img {
		height: 25px;
	}
	section.review .reviews_services img.star {
		position: relative;
		margin-right: 0;
		top: -15px;
		display: block;
	}
	section.statistic ol li {
		float: left;
		font-size: 15px;
		line-height: 14pt;
		position: relative;
		width: 47%;
		padding: 10px 0 20px;
		box-sizing: border-box;
	}
	section.statistic ol li:nth-child(even) {
		float: right;
	}
	section.statistic {
		padding: 5px 0 15px;
	}
	form.callback {
		top: -10px;
		width: 100%;
		padding: 10% 8% 8%;
	}
	form.callback p.h2 {
		font-size: 30px;
		font-family: 'RobotoCondensed';
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
		color: #fff;
	}
	div.map {
		margin-top: 200px;
	}
	
	/*all*/
	h3.title, p.title {
		margin: 10px 0 -21px 0;
		line-height: 16pt;
		font-size: 16px;
	}
	
	section.single_block {
		padding: 15px 0;
	}
	section.middle {
		padding: 0 0 10px 0;
	}
	article.post_one.short {
		max-width: 100%;
	}
	section.gellory .gellory_list .one.video iframe {
		height: 280px;
	}
	section.gellory .one img {
		max-height: 280px;
		margin: 0 auto;
	}
	section.single_block p.breadcrumbs {
		margin: 15px 0 10px;
		color: #b1b1b1;
	}
	p.breadcrumbs a {
		text-decoration: none;
		margin: 0 4px;
	}

	
	/*bottom menu*/
	section#bottom_menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #0b2154;
		color: #fff;
		padding: 10%;
		z-index: 4;
		display: none;
		box-sizing: border-box;
		overflow: auto;
	}
	section#bottom_menu.active {
		display: block;
	}
	section#bottom_menu a {
		color: #fff;
	}
	section#bottom_menu .logo {
		display: none;
	}
	section#bottom_menu .menu.menu2,
	section#bottom_menu .menu.menu1,
	section#bottom_menu .menu {
		float: none;
		width: 100%;
	}
	section#bottom_menu .menu.menu2 {
		padding: 25px 0 0;
	}
	section#bottom_menu .menu.menu2 ul > li {
		float: none;
		width: 100%;
	}
	section#bottom_menu .menu p {
		font-size: 20px;
		margin-top: 0%;
		margin-bottom: 10px;
	}
	section#bottom_menu .menu ul > li {
		margin: 5px 0;
	}
	
	
	/*bottom_text*/
	section.bottom_text {
		padding: 15px 0;
	}
	section.bottom_text .post_one {
		border: none;
		padding: 0;
		box-sizing: border-box;
		border-radius: 0;
		background: transparent;
	}
	section.news_block {
		padding: 18px 0 20px;
	}
	div.news_list .one {
		height: 340px;
	}
	div.news_list .one p.image {
		margin-top: 0;
		height: 200px;
	}
	div.news_list .one p.name {
		margin: 7px 0 0;
		font-size: 19px;
		line-height: 18pt;
		height: 96px;
		overflow: hidden;
	}
	section.review ul.slick-dots, section.news_block ul.slick-dots {
		margin-top: 0 !important;
	}
	section.news_block .slick-dots li {
		margin: 0 2px;
	}
	section.review {
		padding: 15px 0 10px;
	}
	
	/*photo*/
	section.photo_block.single {
		padding: 20px 0;
		overflow: hidden;
	}
	div.photo_list .one {
		float: left;
		width: 550px;
		height: 212px;
		margin: 0 10px 0 0;
		position: relative;
		overflow: hidden;
		transition: 1s;
	}
	div.photo_list .one > p {
		top: 30px;
		padding: 0 20px;
		font-size: 24px;
		line-height: 25pt;
	}
	div.photo_list .one > p span {
		font-size: 16px;
	}
	div.photo_list .one:before {
		opacity: 0.7;
	}
	div.photo_list .one > p {
		opacity: 1;
	}

	
	/*footer*/
	section#footer div.center {
		border-top: 1px solid #f3f3f3;
		padding: 20px 0;
		text-align: center;
		font-size: 13px;
	}
	section#footer span.copyright {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	section#footer a.politic {
		max-width: inherit;
		float: none;
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}
	footer span.pay {
		float: none;
		max-width: inherit;
		margin: 0;
		max-width: 90%;
		margin: 10px auto 0;
	}

	/*brands*/
	section.brands .list_brands {
		width: 92%;
		margin: 0 auto;
	}
	section.brands div.list_brands .one {
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		height: 90px;
	}
	
	/*services*/
	.services_list .one {
		height: 300px;
		margin: 0 15px 0 0;
	}
	.services_list .one p.name {
		padding: 15px 40px;
		bottom: 30px;
		width: 90%;
		height: 90px;
	}
	section.brands {
		padding: 15px 0 0;
		overflow: hidden;
	}
	.review_list .one {
		margin: 0 7px 0;
	}
	
	/*callme*/
	section.callme {
		font-size: 23px;
		padding: 25px 0;
		text-align: center;
	}
	section.callme > .center {
		text-align: center;
		display: block;
		gap: 40px;
		align-items: center;
		justify-content: center;
	}
	section.callme label {
		float: none;
		position: relative;
		top: 0;
		display: block;
		margin-bottom: 12px;
		font-size: 19px;
		padding: 0 12%;
		box-sizing: border-box;
		width: 100%;
		line-height: 21pt;
	}
	section.callme a.mess.viber,
	section.callme a.mess.telegram {
		background: transparent;
	}	
	section.callme a.mess.max {
		background: transparent;
	}
	section.callme a.mess {
		float: none;
		padding: 10px 25px;
		font-size: 14px;
	}
	section.callme a.mess:before {
		position: absolute;
		left: -12px;
		top: 0;
		bottom: 0;
	}
	section.about ul.nav {
		padding: 0;
		position: relative;
		display: inline-flex;
		overflow-y: scroll;
		border-right: 4px solid #0b2154;
		padding: 10px 25px 10px 0;
		box-sizing: border-box;
	}
	section.about ul.nav li {
		margin: 0 25px 0 0;
		float: left;
		display: block;
		min-width: fit-content;
	}	

	section.price_types .slick-list {
		overflow: visible !important;
	}
	div.prices_list .one {
		margin: 0 10px 0 0;
		padding: 0;
	}
	div.prices_list .one .content {
		padding: 10px 15px 5px;
	}
	div.prices_list .one h4 {
		font-size: 19px;
		line-height: 14pt;
	}
	.prices_list .one ul {
		margin: 0;
		padding: 5px 0 5px 8px;
		list-style-type: none;
		font-size: 13px;
	}
	.prices_list .one span.price {
		font-size: 17px;
		display: block;
		margin: 3px 0 1px;
		font-weight: bold;
	}
	.prices_list .one ul li {
		margin: 4px 0;
		line-height: 10pt;
		position: relative;
	}
	.prices_list .one .con {
		min-height: 120px;
	}
	.prices_list .one input[type="button"] {
		font-size: 13px;
		padding: 11px 0;
		width: 100%;
		box-sizing: border-box;
	}
	section.callback_block .content {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		border-radius: 0;
		display: block;
		overflow: auto;
	}
	section.callback_block .content div.img {
		float: none;
		width: 100%;
		min-height: auto;
		border-radius: 0;
		overflow: hidden;
		height: 30%;
	}
.cblock_content {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
    box-sizing: border-box;
    padding: 10px 50px;
}	
	form.callback_form {
		box-sizing: border-box;
		padding: 0;
		float: none;
		width: 100%;
	}
	section.callback_block span.close {
		right: 15px;
		top: 15px;
		z-index: 2;
	}
	section#title a.button,
	section#title input[type="button"] {
		padding: 17px 25px;
		font-size: 15px;
	}
	section#title input[type="button"] {
		display: none;
	}
	section#title a.button {
		display: inline-block;
	}
	/*triggers*/
	section.triggers {
		font-size: 15px;
		line-height: 15pt;
	}
	section.triggers div.center {
		width: 100%;
	}
	section.triggers ul {
		position: relative;
		display: inline-flex;
		overflow-y: scroll;
		padding: 5px 15px 10px 15px;
		box-sizing: border-box;
	}
	section.triggers ul li {
		float: left;
		width: 25%;
		min-width: 220px;
		padding: 15px 0 7px;
		box-sizing: border-box;
		background: transparent !important;
	}	
	section.triggers ul li img {
		float: left;
		margin: -5px 13px 0 0;
		max-width: 50px;
	}
	
	/*single*/
	header.singlepage section#navi a.logo {
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0px 0px 20px 7px rgb(60 60 60 / 11%);
		padding: 22px 12px 17px;
		border-radius: 0 0 1px 1px;
		top: -68px;
		border-radius: 0;
		left: 0;
	}
	section.preview {
		padding: 42px 0 50px;
		color: #fff;
		/*
		 * border-top: 1px solid rgb(23 49 110);
		*/
	}	
	section.preview h1 {
		margin: 9px 0 0;
	}
	section.table_price {
		padding: 15px 0 18px;
		border-bottom: 1px solid rgb(221 221 221 / 49%);
	}
	section.table_price table {
		margin-bottom: 9px;
	}
	section.table_price table thead tr td {
		font-size: 17px;
		padding: 16px 50px 16px 15px;
	}
	section.table_price table thead tr td span.more {
		width: 38px;
		height: 38px;
		right: 7px;
		top: 8px;
		font-size: 22px;
		padding: 5px 0 0 0;
	}
	section.table_price table tbody tr td {
		padding: 7px 0;
		height: auto !important;
		font-size: 14px;
		line-height: 14pt;
		vertical-align: top;
	}
	
	/*step*/
	section.step {
		padding: 15px 0 20px;
	}
	div.step_list .one {
		height: 160px;
	}
	main.singlepage section.statistic {
		padding: 15px 0 0;
	}
	section.contact_block {
		padding: 15px 0 0;
	}
	section.contact_block .content.left {
		float: none;
		width: 100%;
		min-height: auto;
	}
	section.contact_block form.callback {
		float: none;
		position: relative;
		top: 0;
		margin-top: 0;
		width: 100%;
	}
	section.contact_block .center.half {
		width: 90%;
	}
	main.singlepage section.contact_block h1 {
		font-size: 28px;
		line-height: 25pt;
		margin-bottom: -10px;
	}
	section.contact_block ul {
		font-size: 16px;
		padding: 7px 0 11px;
	}
	section.contact_block ul li span.icon {
		padding: 15px;
		width: 25px;
		height: 25px;
		text-align: center;
		float: left;
		margin: -5px 16px 0 0;
	}
	section.contact_block ul li {
		margin: 24px 0;
	}
	section.contact_block ul li label {
		font-size: 15px;
		margin-bottom: 2px;
	}
	section.contact_block ul li a.tel {
		margin-right: 5px;
		top: -7px;
		position: relative;
	}
	section.contact_block ul li a.mess {
		top: -2px;
	}
	form.callback input[type="button"] {
		display: block;
		width: 100%;
	}
	section#bottom_menu .menu ul > li.current-menu-item > a {
		color: #adc4f9;
	}
	section.double_block {
		background: #0b2154 url('images/bg_blueleft.jpg') left 0 center / cover no-repeat;
	}
	section.double_block div.left {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	section.double_block div.left article.post_one {
		float: none;
		width: 90%;
		padding: 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section.double_block div.left ul li {
		float: none;
		margin: 7px 0;
		width: 100%;
		padding-left: 10px;
	}
	section.double_block div.left ul {
		margin: -5px 0 0;
		padding: 0 0 5px 15px;
		display: inline-block;
		width: 100%;
	}
	section.double_block div.image.right {
		float: none;
		width: 100%;
		min-height: 250px;
	}
	main.singlepage .services_list .one {
		width: 100%;
		margin-bottom: 22px;
		height: 380px;
		float: none;
		box-sizing: border-box;
		max-width: 330px;
		margin: 0 auto 10px;
		height: 240px;
	}
main.singlepage .services_list .one p.name {
    width: 55%;
    margin: 0;
    padding: 14px 10px 20px;
    font-size: 14px;
    line-height: 14pt;
    right: inherit;
    left: 0;
    top: 0;
    bottom: inherit;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
}
	.services_list .one p.name a {
		text-decoration: none;
		color: #fff;
		display: block;
		font-size: 14px;
		line-height: 14pt;
		margin-top: 7px;
		margin-bottom: 0;
	}

main.singlepage .services_list .one p.name a {
    font-size: 16px;
}
	main.singlepage section.services {
		padding: 0;
		overflow: hidden;
	}
	section.single_block.news article.post_one.lnews ul,
	section.single_block.news article.post_one.lnews ol,
	section.bottom_text article.post_one ul,
	section.bottom_text article.post_one ol {
		padding-left: 20px;
	}
	section.reviews_page .review_list .one {
		width: 100%;
		margin: 0 0 15px 0;
		height: auto;
		padding: 12px 22px;
	}
	section.reviews_page form p.logged-in-as {
		padding-bottom: 15px;
	}
	section.form_comment textarea {
		height: 100px;
	}
	input[type="submit"], input[type="button"] {
		font-size: 14px;
	}
	section.reviews_page .title input[type="button"] {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 0;
	}
	section.photo_block.single div.photo_list .one:before {
		opacity: 0.7;
		height: 100%;
		right: 0;
		z-index: 1;
	}
section.single_block div.photo_list .one {
    margin: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    height: 200px;
}
	p.pagination {
		font-size: 15px;
		padding: 0;
		margin: 10px 0;
		text-align: center;
	}
	p.pagination a, p.pagination span {
		margin: 0 4px;
	}
	main.singlepage div.news_list .one {
		margin: 10px 0 10px 0;
		max-width: 100%;
		height: auto;
	}
	section.single_block.archive_news div.news_list .one p.name {
		height: auto;
	}
	article.post_one.lnews blockquote {
		margin-left: 0;
		margin-right: 0;
		font-size: 18px;
		line-height: 17pt;
	}
	.post_one .alignleft,
	.post_one .alignright {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.post_one div.gallory dl.gallery-item {
		float: none !important;
		margin-top: 0 !important;
		text-align: center;
		width: 100% !important;
	}
	#gallery-1 .gallery-item {
		float: none !important;
		margin: 0 !important;
		text-align: center;
		width: 100% !important;
	}
	section.single_block.news iframe {
		width: 100%;
		height: 270px;
	}
	section.callme a.mess:before {
		left: -8px;
		top: 5px;
	}
	section.callme a.mess.viber:before {
		content: url('images/viber_white3.png');
	}
	section.callme a.mess.whatsapp:before {
		content: url('images/whatsapp_white3.png');
	}
	section.callme a.mess.telegram:before {
		content: url('images/telegram_white3.png');
	}
	section.about article.post_one.left input[type="button"] {
		margin: -7px 0 26px;
	}
	section.single_block.archive_news div.news_list .one {
		margin: 10px 15px 10px 0;
		width: 100%;
	}

	/*order_basket*/
	div.order_basket {
		background: #ffffff;
		padding: 20px;
		margin: 0;
		text-align: center;
	}
	div.order_basket input[type="email"],
	div.order_basket input[type="tel"] {
		width: 100%;
		box-sizing: border-box;
		float: none;
	}
	div.order_basket form p {
		margin: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
	}
	div.order_basket input[type="submit"] {
		width: 100%;
	}
	div.order_basket input[type="text"][name="file_form"] {
		width: 100%;
		margin-bottom: 0;
	}
	div.order_basket input[type="button"] {
		width: 100%;
		float: none;
		top: -2px;
	}
	div.order_basket p.star.editable {
		margin-bottom: 5px;
	}	
	section.about.single {
		padding: 15px 0;
	}
	section.about.single div.image.right {
		padding: 10px 0 0;
	}
	section.contact_block div.map {
		margin-top: 20px;
	}	
	section.gellory ul.slick-dots {
		bottom: -33px !important;
	}
	section.single_block.news section.gellory {
		margin: 5px 0;
	}
	section.single_block.archive_brand .list_brands .one {
		float: left;
		margin: 0;
		max-width: 33%;
	}
	main.singlepage .services_list .one:nth-child(3n+3) {
		margin-right: auto;
	}
	div.warning_balans {
		display: none;
		
		position: fixed;
		right: 2%;
		bottom: 2%;
		background: #ff9f3f;
		text-transform: uppercase;
		font-size: 13px;
		padding: 14px 16px 12px;
		border-radius: 4px;
		cursor: pointer;
		z-index: 2;
		transition: 1s;
	}

	/*
		footer dinamic panels
	*/
	a.dinamic {
		display: none;
		position: absolute;
		position: fixed;
		bottom: 30px;
		background: #fff;
		padding: 16px 40px;
		border-radius: 30px;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: fit-content;
		z-index: 2;
		border: 1px solid #323232;
		text-decoration: none;
	}
	a.dinamic.active {
		display: block;  transform: translateX(-150%);
	animation: second 1s forwards;
	}
	a.dinamic.dinamic_whatsapp {
	
	}
	@keyframes second {
	  0% {transform: translateY(150px);}
	  100% {transform: translateY(0);}
	}

	
}



@media(max-width: 900px) {

	.prices_list .one .con {
		height: 120px;
	}
	section.brands .list_brands.full {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}	
	section.brands .list_brands.full {
		width: 100%;
		margin: 0 auto;
	}	
	section.brands div.list_brands.full .one {
		text-align: center;
		margin: 0 !important;
		float: none  !important;
		min-height: 90px;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		height: 90px;
	}	
	
	
	/* 
		cookie
	*/
	section.cookie {
		font-size: 13px;
		line-height: 125%;
		border-radius: 8px;
		padding: 15px 15px;
		max-width: 92%;
		left: 2%;
		bottom: 10px;
		transform: none;
		width: 75%;
		background: #fff;
		color: #323232;
		text-align: left;
	}
	section.cookie input[type="button"] {
		width: auto;
		margin: 7px 0 0;
		padding: 14px 20px;
	}	
	section.warning.warning--active {
		display: block;
	}	
	ul.geo {
		margin: 0%;
		padding: 0%;
		list-style-type: none;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	
}