/* Website Mikhail Degtyarev https://vk.com/mikhail_degtyarev */
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Akrobat Black';
    font-style: normal;
    src: local('Akrobat Black'), local('Akrobat Black'),
        url(../fonts/akrobat-black.otf);
    font-display: swap;    
}
@font-face {
    font-family: 'Akrobat Bold';
    font-style: normal;
    src: local('Akrobat Bold'), local('Akrobat Bold'),
        url(../fonts/akrobat-bold.otf);
    font-display: swap;    
}
@font-face {
    font-family: 'Akrobat Regular';
    font-style: normal;
    src: local('Akrobat Regular'), local('Akrobat Regular'),
        url(../fonts/akrobat-regular.otf);
    font-display: swap;    
}
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    src: local('Segoe UI'), local('Segoe UI'),
        url(../fonts/segoeui.ttf);
    font-display: swap;    
}
@font-face {
    font-family: 'Segoe UI Light';
    font-style: normal;
    src: local('Segoe UI Light'), local('Segoe UI Light'),
        url(../fonts/segoeuil.ttf);
    font-display: swap;   
}
@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    src: local('Segoe UI Bold'), local('Segoe UI Bold'),
        url(../fonts/segoeuib.ttf);
    font-display: swap;    
}

:root {
--font-family-1: 'Akrobat Black', sans-serif;
--font-family-2: 'Akrobat Bold', sans-serif;
--font-family-3: 'Akrobat Regular', sans-serif;
--font-family-4: 'Segoe UI', sans-serif;
--font-family-5: 'Segoe UI Light', sans-serif;
--font-family-6: 'Segoe UI Bold', sans-serif;
}
html {
	height: 100%;
	width:100%;
}
body {
	font-family: var(--font-family-4);
	position:relative;
	background-color:#ffffff !important;
	height: 100%;
	width:100%;
}
button, button:active, button:visited {
	outline:none;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

h2 {
    font-family: var(--font-family-3);
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.1rem;
}
.modal-header, .modal-footer, .modal-body {
	padding: 1.5rem 1.5rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color:#163351;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.center-text {
	text-align:center;
}
.modal-content {
	border:0;
}
.header {
    width: 100%;
    /*min-height: 655px;*/
    position: relative;
   /* padding: 0 0 50px 0;*/
    /*overflow: hidden;*/
}

.simple-header {
	width: 100%;
	max-height: 220px !important;
	position: relative;
	overflow:hidden;
}
.header-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/bg-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.header-image-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
}
.top-header {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 0 0 0;
}
.top-header-logo {
	font-family: var(--font-family-3);
	color: #e3e3e3;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}
.top-header-logo img{
	max-width: 100%;
}
.parentli:after {
    content: '';
    position: absolute;
    font-size: 22px;
    width: 14px;
    height: 7px;
    background-image: url(../images/menu-strlk.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 5px;
    transform: rotate(1deg);
    /* top: 0; */
    margin-top: 12px;
    margin-left: 4px;
}

.top-menu.to_top .parentli:after {
    content: "";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 5px;
    /*transform: rotate(90deg);*/
    /*top: -5px;*/
}
.slide-item-text {
    position: absolute;
    top: 67%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    z-index: 3;
    text-align: center;
    font-family: var(--font-family-3);
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
.slide-item-text-blok {
	position:relative;
	padding: 15px 0;
	text-align: center;
    font-family: var(--font-family-3);
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.4rem;
}
/*.slide-item-text-blok:after {
	content: '';
	position:absolute;
	width: 30%;
	margin: auto;
	height: 1px;
	background: #f5f5f5;
	left: 0;
	right: 0;
	bottom: -5px;
}*/
.fonslider {
	position:relative;
	margin: auto;
	width: 100%;
}
.fonslider-block {
	position:relative;
	width: 100%;
	height: 100%;
}
.fonslider-block  .owl-nav {
    position: absolute;
    top: 35%;
    display: block;
    width: 100%;
}
.fonslider-block .owl-prev {
    left: 0;
    position: absolute;
    background: url(../images/owl-str-prew.png) no-repeat center center !important;
    background-color:transparent;
    font-size:0 !important;
    padding:0;
    width:17px;
    height:38px;
}
.fonslider-block .owl-next {
    right: 0;
    position: absolute;
    background: url(../images/owl-str-next.png) no-repeat center center !important;
    background-color:transparent;
    font-size:0 !important;
    padding:0;
    width:17px;
    height:38px;
}
/*.fonslider-block:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}*/

.parentli:hover:after {
    text-decoration: none;
    text-shadow: 0px 0px 7px rgba(60,79,166,1);
    transition: 0.6s;
    color: #3c4fa6;
}
.top-header-logo span{

}
.top-header-lozung {
	font-family: var(--font-family-3);
    color: #c4c4c4;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.news-new-block a.button-site {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    text-align: center;
    margin-top: 20px;
}

.top-header-phone {
	text-align: right;
}
.top-header-phone-number {
	font-size: 28px;
	line-height: 28px;
	color: #e3e3e3;
	font-family: var(--font-family-3);
	margin-bottom: 2px;
}
.top-header-phone-number i{
	font-size: 20px;
	vertical-align: middle;
}
.site-button-outline-white {
    display: inline-block;
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    font-family: var(--font-family-3);
    padding: 5px 40px;
    font-size: 17px;
    text-transform: uppercase;
    -moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.site-button-outline-white:hover {
	cursor:pointer;
    text-decoration:none;
	background: transparent;
	border: 1px solid #ed6b06;
	color: #fff;
	background: #ed6b06;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.site-button-outline-black {
	background: transparent;
	border: 1px solid #000000;
	color: #000000;
	font-family: var(--font-family-3);
	padding: 5px 36px;
	font-size: 17px;
	text-transform: uppercase;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.site-button-outline-black:hover {
	background: transparent;
	border: 1px solid #000000;
	color: rgba(255,255,255,1.00);
	background: #000000;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.top-menu {
    position: absolute;
    padding-top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 120px;
    z-index:5;
}
.top-menu-links > ul{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.top-menu-links > ul > li{
	display: inline-block;
	/*float: left;*/
	text-align: left;
	margin-right: 34px;
	/* position: relative; */
}
/*.top-menu-links > ul > li:last-child{
	display: block;
	float: left;
	text-align: left;
	margin-right: 0;
}*/
.top-menu-links > ul > li > a{
	font-family: var(--font-family-3);
	padding: 5px 0;
	font-size: 20px;
	color: #c4c4c4;
	text-transform: uppercase;
	position: relative;
	transition: 0.6s;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.top-menu-links > ul > li > a:hover{
	text-decoration: none;
	transition: 0.6s;
	color: rgb(237,107,6);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.top-menu-links > ul > li > a:after{
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 1px;
	background: rgba(122,122,122,1);
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.6s ease-in-out;
}
.top-menu-links > ul > li > a:hover:after{
	content: '';
	position: absolute;
	width: 0%;
	bottom: -1px;
	height: 1px;
	background: rgba(122,122,122,0.5);
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.6s ease-in-out;
}
.top-menu-links > ul > li > ul{
}
.top-menu-links > ul > li > a:before{
	content: '';
	position: absolute;
	width: 0%;
	bottom: -1px;
	height: 1px;
	background: background: rgba(237,107,6,1);
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.6s ease-in-out;
}
.top-menu-links > ul > li > a:hover:before{
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 1px;
	/* background: rgba(60,79,166,1.00); */
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: translateX(0px);
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transform: translateX(0px);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transform: translateX(0px);
	-o-transition: all 0.6s ease-in-out;
	background: rgba(237,107,6,1);
}
.icon-mobile-menu {
	display: none;
}
.lozung {
	position: relative;
	padding-top: 5%;
	z-index: 4 !important;
}
ul.menu li.parent ul.menu-row:hover {
    display: block;
}
.lozung-big-text {
	text-align: center;
	font-family: var(--font-family-3);
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 3.5rem;
	margin-bottom: 30px;
}
.lozung-plashkaO {
    margin: auto;
    height: 61px;
    width: 450px;
    position: relative;
    background-image: url(../images/ogon.png);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 5px;
    background-size: contain;
}
.lozung-plashkaO:after {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	left: 60%;
}
.lozung-plashkaO:before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	right: 60%;
}
.lozung-simle-text {
	text-align: center;
	font-family: var(--font-family-3);
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2.4rem;
}
.holst {
	padding: 30px 0 80px 0;
	position: relative;
}
.holst-container-title {
	text-align: center;
	font-family: var(--font-family-2);
	color:#000000;
	text-transform: uppercase;
	font-size: 2.6rem;
	line-height: 2.6rem;
	padding: 0 0 25px 0;
	position: relative;
	margin-bottom: 30px;
}
.holst-container-title:after {
	content: '';
	width: 120px;
	position: absolute;
	bottom: -1px;
	height: 1px;
	background: #000000;
	left: 50%;
	margin-left: -60px;
}
.katalog {
    margin:30px 0;
}
.katalog-col a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.katalog-item {
	position: relative;
}
.katalog-item-image {
	float: left;
	margin-right: 15px;
}
.katalog-item-image + .katalog-item-content{
	margin-left: 100px;
}
.katalog-item-content-title {
	font-family: var(--font-family-2);
	color:#000000;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-bottom: 10px;
	padding-top: 10px;
}
.katalog-item-content-introtext {
	font-size: 0.90rem;
	line-height:1.1rem;
	color: rgba(92,92,92,1.00);
}
.katalog-col {
	margin-bottom: 20px;
}
.bg-holst2 {
	background-image: url("../images/bg-2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 13px 20px 4px rgba(0,0,0,0.15) inset;
	background-size: cover;
}
.news-carusel-item{
	padding: 15px;
}
.news-carusel-title a {
    font-family: var(--font-family-2);
    color: #000000;
    font-size: 18px;
    /* min-height: 65px; */
    /* display: block; */
}
.news-carusel-item-blok {
	padding: 15px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0 1px 10px 5px rgba(0,0,0,0.15);
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
}
.news-carusel-image {
	overflow: hidden;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;
	margin-bottom: 15px;
}
.news-carusel-image img{
	max-width: 100%;
	/* max-height: 200px; */
	/* width: auto !important; */
}
.news-carusel-title {
	font-family: var(--font-family-2);
	color:#000000;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin-bottom: 0;
	/* padding: 10px 20px; */
	min-height: 70px;
}
.news-carusel-date {
	font-family: var(--font-family-3);
	color:#9C9C9C;
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.news-carusel-introtext {
	font-family: var(--font-family-4);
	color:#2B2B2B;
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 15px;
}
.bg-holst3 {
	background-image: url("../images/bg-3.jpg");
	background-position:center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.maska-dots {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/maska-dots.png");
	z-index: 1;
	top: 0;
	left: 0;
}
.holst-container {
	position: relative;
	z-index: 2;
}
.white-text {
	color:#ffffff;
}
.super-text {
	font-family: var(--font-family-2);
	text-transform: uppercase;
	font-size: 2.4rem;
	line-height: 2.6rem;
	margin-bottom: 15px;
}
.forma-text {
	color: rgba(223,223,223,1.00);
	font-size: 1.6rem;
	line-height: 1.7rem;
}
.button-site-outline-greey {
	background: none;
	border: 1px solid #c8c8c8;
	color: #c8c8c8;
	font-family: var(--font-family-2);
	text-transform: uppercase;
	font-size: 1.3rem;
	width: 100%;
	padding: 10px;
}
.ymaps-layers-pane {
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter:  grayscale(100%);
	-o-filter:  grayscale(100%);
}
.about-image img{
	width: 100%;
}
.map-kontakts {
	position: absolute;
	top: 10%;
	left: 7%;
}
.map-kontakts-blok {
	background: rgba(255,255,255,1.00);
	padding: 25px;
	box-shadow: 0 1px 15px rgba(0,0,0,0.3);
}
.ya-map {
	position:relative;
}
.map-kontakts-blok-title {
	font-family: var(--font-family-3);
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.6rem;
	position: relative;
	padding: 5px 0 10px 0;
	margin-bottom: 15px;
	color: rgba(0,0,0,1.00);
}
.map-kontakts-blok-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom:-3px;
	width: 70px;
	height: 4px;
	background: #ed6b06;
}
.map-kontakts a{
	color:#ed6b06;
}
.map-kontakts-blok-simple-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1rem;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
}
.map-kontakts-blok-simple-text {
	margin-bottom: 20px;
}
.footer-col-left {
	padding: 30px 0 30px 0;
}
.footer-col-right {
	padding: 40px 0 30px 0;
	text-align: right;
}
.bg-footer {
	position: relative;
	background: url("../images/bg-4.jpg");
	background-attachment: fixed;
	background-position: bottom center;
}
.footer-blok-container {
	position: relative;
	z-index: 1;
	color: rgba(255,255,255,1.00);
}
.ok-mes2 {
    text-align:center;
    color:#ffffff;
    font-size:26px;
}
.copirigh-text a {
	color:#ffffff;
}
.copirigh-text-right a {
    color:#ffffff;
}
.hb ul{
	padding:5px 0 15px 0;
	margin:0;
}
.hb ul li{
	display:inline-block;
	font-family: var(--font-family-3);
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 1rem;
	color: #9C9C9C;
}
.hb ul li a{
	color: #9C9C9C;
}
.title-h1 h1{
	font-family: var(--font-family-3);
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2.1rem;
	color: #00000;
}
.right-menu-katalog {
	padding: 0 0 0 20px;
	border-left: 3px solid #e2e2e2;
	margin-bottom: 30px;
}
.right-menu-katalog > ul{
	margin: 0;
	padding: 0;
}
.right-menu-katalog > ul > li{
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.right-menu-katalog > ul > li > a{
	display: block;
	color: #ed6b06;;
	font-family: var(--font-family-3);
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.2rem;
}
.right-menu-katalog > ul > li > a:hover{
	text-decoration: none;
	color: #F70004;
}
.right-menu-katalog > ul > li.active > a{
	text-decoration: none;
	color:#000000;
}
.right-menu-katalog > ul > li.active {
	position: relative;
}
.right-menu-katalog > ul > li.active:after {
	content: '';
    position: absolute;
    border-left: 16px solid #e2e2e2;
    border-right: 16px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: -6px;
    left: -23px;
}
.kategoriya-item-image img{
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    max-width: 100%;
    display: block;
}
.kategoriya-item-image a {
    display:block;
    height:100%;
}
.button-site {
    border:2px solid #000000;
	padding: 5px 15px;
	color:#000000;
	font-family: var(--font-family-3);
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1rem;
}
.button-site:hover {
    border:2px solid #000000;
	color:#ffffff;
	background: #000000;
	text-decoration: none;
}
.kategoriya-item {
	margin-bottom: 15px;
}
.kategoriya-item-kontent-title {
	color: #000000;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}
.kategoriya-item-kontent-title a {
    color: #000000;
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 15px;
}
.kategoriya-item-kontent-title a:hover{
	color: #000000;
}
.kategoriya-item-kontent-intotext {
	color: #5b5b5b;
    font-family: var(--font-family-4);
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
}
.kategoriya-item-kontent {
	padding: 5px 0 25px 0;
}
.left-banner-konsult-blok {
    background: url(../images/bg-banner.png);
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	padding: 25px;
	margin-bottom: 30px;
}
.left-banner-konsult-blok2 {
    background: url(../images/bg-banner2.png);
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	padding: 25px;
	margin-bottom: 30px;
}
.left-banner-konsult-blok-big-text {
	font-family: var(--font-family-3);
    font-size: 2.1rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.left-banner-konsult-blok-simple-text {
	font-family: var(--font-family-4);
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-bottom: 60px;
}
.left-banner-konsult-blok-button {
	text-aligh:center;
}
.left-banner-konsult-blok-button button{
	display: block;
	margin: auto;
}
.site-button-blue {
	background:#ed6b06;
    color: rgba(255,255,255,1.00);
    font-family: var(--font-family-3);
    font-size: 1.3rem;
    line-height: 1.4rem;
    border: 0;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -khtml-border-radius: 24px;
}
.site-button-blue:hover {
	background:#ed6b06;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.produkt-image-main {
	text-align: center;
}
.produkt-image-main img{
	width: 100%;
}
.produkt-text-zag {
	font-family: var(--font-family-2);
    font-size: 1.3rem;
    line-height: 1.3rem;
	margin-bottom: 15px;
}
.produkt-text-kontent {
	font-family: var(--font-family-4);
    font-size: 1rem;
    line-height: 1.1rem;
	margin-bottom: 25px;
	color: rgba(88,88,88,1.00);
}
.produkt-text-kontent > .row, .elements .row {
	margin-left: 0;
	margin-right: 0;
}
.produkt-text-kontent > .row .col-xs-12{
	width: 100%;
}
.produkt-text-kontent .border-top {
	margin-bottom:15px;
}
.elements .row .col-md-6.col-xs-12 .row .col-xs-6{
	width: 50% !important;
}
.elements .row .col-md-6.col-xs-12{
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100%;
}
.katalog-title {
    margin-bottom: 25px;
}
.produkt-text-kontent h4 {
	font-family: var(--font-family-2);
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: 15px;
	margin-top: 25px;
}
.produkt-text-kontent table{
	width: 100%;
}
.produkt-text-kontent table tr:nth-child(odd){
	background: #f5f5f5;
}
.produkt-text-kontent table tr:nth-child(even){
	background: #fcfcfc;
}
.produkt-text-kontent table tr{
    border-bottom:1px solid #c5c5c5;
}
.produkt-text-kontent table tr th{
	padding: 12px;
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 115%;
}
.produkt-text-kontent table tr td{
	padding: 12px;
}
.dop-image {
    width:100%;
    margin-bottom:40px;
    position:relative;
}
.dop-image:after {
    content:'';
    display:block;
    clear:both;
}
.dop-image-item {
    width:32%;
    margin:4px 2px;
    float:left;
}
.simple-kontent {
    min-height:450px;
}
.simple-kontent h2 {
    font-size:20px;
    font-weight:bold;
}
.simple-kontent table{
    margin-bottom:30px;
}
.simple-kontent table tr:nth-child(odd){
    background: rgba(244,244,244,1.00);
}
.simple-kontent table tr:nth-child(even){
	background: rgba(236,236,236,1.00);
}
.simple-kontent table tr td{
	padding: 5px 10px;
	color: rgba(39,39,39,1.00);
	font-size: 16px;
	font-family: var(--font-family-4);
}
.simple-kontent a {
	color:#ed6b06;
}
.footer a:hover {
	color:#ed6b06;
}
.footer-logo img{
    width:80%;
}
.left-kontent  table{
	width: 100%;
}
.left-kontent  table tr:nth-child(odd){
	background: #f5f5f5;
}
.left-kontent  table tr:nth-child(even){
	background: #fcfcfc;
}
.left-kontent  table tr{
    border-bottom:1px solid #c5c5c5;
}
.left-kontent  table tr th{
	padding: 10px;
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    font-size: 100%;
}
.left-kontent  table tr td{
	padding: 12px;
}
.dop-image-item a {
    max-height: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
}
.dop-image-item a img {
    max-height: 100%;
    max-width: 100%;
}
.gallery-item img{
    border:1px solid #f5f5f5;
    width:100%;
}
.gallery-item {
    border:1px solid #f5f5f5;
    position:relative;
    margin-bottom:30px;
}
.gallery-item:after {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.05);
    cursor:pointer;
    z-index:1;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.gallery-item:hover:after {
    background:rgba(0,0,0,0.00);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
	pointer-events:none;
}
.katalog-content {
    margin-bottom:30px;
}
.tab-pane {
    padding:30px 0 30px 0;
}
.header-email {
    font-family: var(--font-family-3);
    color: #e3e3e3;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom:5px;
}
.news-image {
    float:left;
    margin-right:10px;
}
.news-item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #f5f5f5;
}
.news-title a{
    font-family: var(--font-family-3);
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    display: block;
    line-height: 21px;
    text-transform: uppercase;
}
.news-date {
    font-family: var(--font-family-3);
    font-size:12px;
    color:#666666;
}
.news-image a img {
    border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;
}
.news-modul-tovar {
    padding:25px 0;
}
.table {
    width:100%;
    overflow-x:scroll;
}
.news-modul-tovar-title {
    margin-bottom:20px;
    text-align:center;
    font-size:24px;
    font-family: var(--font-family-3);
    font-weight:bold;
    text-transform:uppercase;
}
.spisok-link a{
    color:#ed6b06;
    font-weight:bold;
}
.spisok-link a:hover{
    color:#ed6b06;
}
.image-caption {
    font-size: 14px;
    color: #999999;
}
.zakazat-project-rezervuar {
    padding: 30px;
    background: #f5f5f5;
}
.blog-item {
    margin-bottom:30px;
}
.blog-item-image {
	float: left;
    padding: 5px 15px 15px 15px;
}
.blog-item-content {
    border:1px solid #ed6b06;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;
	padding:20px;
	height: 100%;
}
.blog-item-title a {
	color:#ed6b06;
	margin-bottom: 10px;
}
.blog-item-title a:hover {
	color:#ed6b06;
	margin-bottom: 10px;
	text-decoration:none;
}
.blog-item-introtext {
	color: rgba(98,98,98,1.00);
}
.blog-decor {
    float:left;
    height:100%;
    width:3px;
    background:#ed6b06;
	display: none;
}
.text-align-right {
    padding:10px 15px 0 15px;
    text-align:right;
}
.fancybox-content {
    background: #fff !important;
}
.blog-item-button {
    padding:15px 0 15px 0;
    font-size:16px;
	text-align: right;
}
.blog-item-button i{
    font-size:12px;
    color:#ed6b06;
}

.blog-item-button a{
    font-size:16px;
    color:#ed6b06;
}
.blog-item-button a:hover{
    font-size:16px;
    color:rgba(60,79,166,1.00);
    text-decoration:none;
}
.floatright {
    float:right;
}
.floatright > div{
    margin-right: 15px;
}
.kontent-image {
    float:left;
    width:40%;
    margin-right:30px;
    margin-bottom:15px;
}
.kontent-image img{
    width:100%;
}
.mobile {
    display: none !important;
}

.header-email {
    max-width: 180px;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

.top-header-phone-number {
    max-width: 290px;
    display: inline-block;
	margin-bottom: 8px;
}
.top-header-phone-number a {
    font-size: 32px;
}


.owl-carousel-top .owl-dots {
    margin-top: -30px;
}
.owl-carousel-top .owl-nav {
    position: absolute;
    top: 45%;
    /* z-index: 0; */
    /* background: #fff; */
    display: block;
    width: 100%;
}
.owl-carousel-top button.owl-prev span, button.owl-next span {
    font-size: 50px;
    color: #fff;
}
.owl-carousel-top button.owl-prev {
    left: 0;
    position: absolute;
}
button.owl-next {
    right: 0;
    position: absolute;
}
.owl-carousel-top button.owl-prev {
    background: none !important;
}
.owl-carousel-top button.owl-next {
    background: none !important;
}
.top-header-phone-number span {
    font-size: 20px;
}
.news-new {
    text-align: center;
}
.news-new .news-col {
    display: inline-block !important;
    vertical-align: top;
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    min-width: 320px;
}
ul.menu-row a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 7px rgba(60,79,166,1);
    transition: 0.6s;
    color: #3c4fa6;
}


.owl-carousel-top button.owl-prev span, button.owl-next span {
    font-size: 100px;
    color: #fff;
}
.owl-carousel-top .owl-nav {
    position: absolute;
    top: 35%;
    display: block;
    width: 100%;
}
.owl-carousel-top .owl-dots {
    margin-top: -30px;
    position: relative;
}
ul.menu-row {
    display: none;
	background: #f9f9f9 !important;
    /* height: 0; */
    /* font-size: 0; */
}
ul.menu li.parent ul.menu-row {
    display: none;
    /* height: 0; */
    /* font-size: 0; */
}

ul.menu li.parent:hover ul.menu-row {
    display: block;
    /* padding: 0; */
    position: absolute;
    background: #fff;
    z-index: 5;
    padding: 15px;
}
ul.menu li.parent a:hover ul.menu-row {
    display: block;
    /* padding: 0; */
    position: absolute;
    background: #fff;
    z-index: 5;
    padding: 15px;
}

ul.menu-row {
    padding: 0;
}

ul.menu-row li {
    list-style: none;
    margin-bottom: 5px;
}

ul.menu-row li a {
    color: #000;
    display: inline-block;
}
ul.menu-row li a:hover {
    color: #ed6b06;
	text-shadow: none !important;
}
ul.menu-row > li > ul {
	background: #f9f9f9 !important;
}

button.owl-dot.active span {
    background: #007bff !important;
}
button.owl-dot:hover span {
    background: #007bff !important;
}

.owl-carousel-top .item img {
    display: none !important;
}


.call-btn-block {position: fixed;top: auto;left: auto;right: 50px;bottom: 50px;width: 65px;height: 65px;z-index: 99;transform: translate3d(0, 0, 0) perspective(900px) !important;transform-style: preserve-3d;}
.call-btn {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 0;
	right: 0;
	border-radius: 50px;
	background-color: #ff9900;
	color: #fff;
	font-size: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	transition: width .6s ease-in-out,
	opacity .2s ease-in-out;
	will-change: width;
	cursor: pointer;
}
.call-btn:before, .call-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transition: all 0s ease-in-out .6s;
	will-change: transform, opacity;
}
.call-btn:before {
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #ed6b06;
	opacity: 0;
	animation: circle-fill-anim 2.3s infinite ease-in-out .6s;
	box-shadow: 0 0 2px 0 #ed6b06;
}
.call-btn:after {
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	border: 1px solid #ed6b06;
	opacity: 0;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	animation: circle-anim 2.2s infinite ease-in-out .6s;
}
.cad-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	position: relative;
}
@keyframes circle-fill-anim {
	0%, 100% {
		transform: translate(-50%, -50%) rotate(0) scale(0.6) skew(1deg);
		opacity: .2;
	}
	50% {
		transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		opacity: .2;
	}
}
@keyframes circle-anim {
	0% {
		transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
		opacity: .01;
	}
	30% {
		transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
		opacity: .5;
	}
	100% {
		transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		opacity: .01;
	}
}
.owl-carousel-top {
    position: absolute !important;
    top: 0;
}
.fa-bars:before {
    content: "\f0c9";
    margin-right: 60px;
    display: block;
    width: 30px;
    right: -85px;
    position: relative;
}
i.fas.fa-bars:after {
    content: "\041C \0435 \043D \044E ";
    font-size: 17px;
    position: absolute;
    font-family: var(--font-family-3);
    display: block;
    left: 0;
    top: 0;
    width: 160px;
    text-align: center;
    padding: 7px 0px;
    font-weight: 100;
    text-transform: uppercase;
    /* font-size: 14px !important; */
}

i.fas.fa-bars {
    border: 1px solid #fff;
    position: relative;
    padding: 0px 10px 0px 70px;
    width: 140px;
}
.kategoriya-item-image {
    height: auto !important;
    border: 1px solid #e2e2e2;
}
.left-slider {
	width: 100%;
}
.sliders{
	width: 95%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.sliders:after {
	content: '';
	clear: both;
	width: 100%;
}
.slider-block {
	float: left;
	width: 33.3333333%;
	position: relative;
}
.slide-item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.slide-item img{
	width: 100%;
}
.slider-head {
	position:relative;
}
.slider-head .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	display: block;
}
.slider-head .owl-nav > div {
	width: 17px;
	height: 38px;
	font-size:0 !important;
	margin-top: -19px !important;
}
.slider-head .owl-nav .owl-prev {
	float: left;
	background: none !important;
	background-image: url("../images/owl-str-prew.png") !important;
}
.slider-head .owl-nav .owl-next {
	float:right;
	background: none !important;
	background-image: url("../images/owl-str-next.png") !important;
}
.link-mask {
	width:100%;
	height: 100%;
	z-index: 2;
	display: block;
	position: absolute;
	top:0;
	left:0
}
.btn-primary {
	background: #ed6b06 !important;
	border: 1px solid #ed6b06 !important;
	color:#fff !important;
}
.simplesearch-search-form fieldset{
	border: 1px solid #c4c4c4;
	padding: 3px 5px;
	display: inline-flex;
}
.simplesearch-search-form fieldset input[name="search"]{
	border: 0;
	width: 85%;
}
.simplesearch-search-form fieldset input[name="search"]:active,.simplesearch-search-form fieldset input[name="search"]:focus{
	border: 0;
	outline: none;
}
.simplesearch-search-form fieldset input[type="submit"] {
	font-size:0;
	border: 0;
	background-image: url(../images/search_greey.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	width: 32px;
	height: 32px;
}
.simplesearch-search-form fieldset input[name="search"] {
	background-color: transparent;
	color:#c4c4c4;
}
.simplesearch-search-form fieldset input[name="search"]::-webkit-input-placeholder { /* Chrome */
  color: #c4c4c4;
}
.simplesearch-search-form fieldset input[name="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #c4c4c4;
}
.simplesearch-search-form fieldset input[name="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #c4c4c4;
  opacity: 1;
}
.simplesearch-search-form fieldset input[name="search"]:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c4c4c4;
  opacity: 1;
}
.header-search {
	text-align:right;
	padding: 62px 0 0 0;
}





@media (max-width: 1200px){
.header-search {
	text-align:right;
	padding: 5px 0 0 0;
}
.top-header-lozung {
    font-size: 18px !important;
    line-height: 150% !important;
}


i.fas.fa-bars {
    position: relative;
    padding: 2px 10px 2px 70px;
    top: -45px;
    width: 200px;
}
}

@media screen and (min-width: 1200px) {
    .top-menu.to_top {
        position: fixed;
        top: 128px;
        width: 100%;
        padding-top: 10px;
        z-index: 20;
        padding-bottom: 10px;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255,255,255,0.72);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: rgba(0,0,0,.16) 0 7px 8px -4px, rgba(0,0,0,.23) 0 7px 8px -4px;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.16), 0 7px 8px -4px rgba(0,0,0,.23);
    }

    .top-menu.to_top a {
        color: #000;
    }
    
    .top-header.to_top {
        position: fixed;
        top: 0px;
        width: 100%;
        padding-top: 10px;
        z-index: 20;
        padding-bottom: 10px;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(0,0,0,0.70);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: rgba(0,0,0,.16) 0 7px 8px -4px, rgba(0,0,0,.23) 0 7px 8px -4px;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.16), 0 7px 8px -4px rgba(0,0,0,.23);
    }
}





@media (max-width: 991px){
	.slide-item-text-blok {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.top-header-phone-number {
		display: none;
	}

	i.fas.fa-bars {
		/* float: right; */
		position: relative;
		/* right: 0px; */
		top: -46px;
		padding: 2px 10px 2px 70px;
	}
	.top-header-phone-number.mobile {
		display: block !important;
		text-align: left;
		font-size: 21px;
	}
	.lozung {
		position: relative;
		padding-top: 2%;
	}
	.top-header-phone-number.mobile a {
		color: #7a7a7a;
		font-size: 32px;
		width: 100%;
		display: block;
		line-height: 100%;
	}

	.header-email {
		top: 0px;
		width: 135px;
		padding-right: 0;
		display: block;
		float: right;
	}
	.top-header-phone-number.mobile span {
		/* display: none; */
	}

	.top-header-button.row.row-flex.floatright {
		display: block;
		float: left;
		margin: 0;
		margin-top: 5px;
		z-index: 10;
		position: relative;
	}
	.top-header-phone {
		padding: 10px 0 0 0 !important;
		/* max-width: 670px; */
	}
	.icon-mobile-menu {
		text-align: right;
		/* top: 0px; */
		position: relative;
		z-index: 0;
	}
	.mobile {
		display:block !important;
	}
}








