@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Helios-Cond";
  font-style: normal;
  src: local("Helios-Cond"), local("Helios-Cond"), url(../fonts/Helios-Cond.ttf);
}
@font-face {
  font-family: "Helios-Cond-Bold";
  font-style: normal;
  src: local("Helios-Cond-Bold"), local("Helios-Cond-Bold"), url(../fonts/Helios-Cond-Bold.ttf);
}

:root {
 	--font-family-1: "Helios-Cond", sans-serif;
 	--font-family-2: "Helios-Cond-Bold";
	
 	/*COLORS*/
	--color1: #ffffff;  /*Белый*/   
	--color2: #a13c1f;  /*Красный*/ 
	--color3: #7f0506;	/*Тёмно красный*/
	--color4: #6c231d;	/*Тёмно тёмно красный*/
	--color5: #f89433;	/*Светло жёлтый*/ 
	--color6: #999999;	/*Серый*/ 
	--color7: #6d6e70;	/*Тёмно серый*/
	--color8: #727271;	/*Светло серый*/
	--color9: #ff7e00;  /*Рыжий*/
	
	/*GRADIENT*/
    --gradient: linear-gradient(90deg, rgba(161,67,41,1) 0%, rgba(127,5,6,1) 100%);
}
html {
  height: 100%;
  width: 100%;
}
* {
	margin:0;
	padding:0;
	outline: none !important;
}
.no-padding {
    padding:0 !important;
}
body {
  font-family: var(--font-family-1);
  position: relative;
  background-color: var(--color1) !important;
  height: 100%;
  width: 100%;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
}
.header {
	background: var(--gradient);
	padding:20px 0;
	color:var(--color1);
	position:relative;
}
.header-kontakts {
	display: flex;
	flex-direction: row;
}
.header-kontakts a{
	color:var(--color1);
}
.header-kontakts a:hover{
	color:var(--color1) !important;
	text-decoration: none;
}
.flex-item {
	width: 25%;
}
.flex-item img{
	width: auto;
	float: left;
}
.header-text {
	font-size:12px;
	font-family: var(--font-family-2);
}
.header-map, .header-zakaz {
	cursor:pointer;
}
.icon-header-text {
	display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    line-height: 12px;
}
.icon-header-text:hover{
	color:var(--color1);
}
.header-lozung {
	text-align:center;
	font-family: var(--font-family-2);
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	font-size:1.4rem;
	line-height: 1.4rem;
	margin-bottom: 15px;
	margin-top: 10px;
}
.gor-menu {
    background: var(--gradient);
    color: var(--color1);
    border-top: 2px solid var(--color4);
    border-bottom: 2px solid var(--color1);
}
.gor-menu-links ul{
	margin:0;
	padding:0;
}
.gor-menu-links ul li{
	display: inline-block;
	padding: 6px 0;
	margin-left: 0;
}
.gor-menu-links ul li a{
	display: block;
	color:var(--color1);
	font-family: var(--font-family-2);
	padding: 6px 40px;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	border-right:1px solid var(--color1);
}
.gor-menu-links ul li:last-child a{
	border-right:none;
}
.gor-menu-links ul li:hover, .gor-menu-links ul li.active{
	background: var(--color5);
}
.gor-menu-links ul li a:hover{
	text-decoration: none;
}
.zakaz-montaj {
	position: relative;
	height: 100%;
}
.button-zakaz-montaj {
	width: 200px;
    height: 97px;
    text-align: center;
    background: url(../images/zakaz-zvonka.png);
    background-size: cover;
    position: absolute;
    top: 105%;
	right: -6%;
    font-family: var(--font-family-2);
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 15px 0;
	text-shadow: 0 1px 2px var(--color2);
	z-index: 2;
	cursor: pointer;
}
.button-zakaz-montaj:hover {
    text-shadow:0 2px 15px rgba(255,255,255,0.5);
}
.mobilemenu-close, .mobile-icon-menu, .mobile-zakaz-montaj {
	display:none;
}
.slider {
	width: 100%;
}
.slider img{
	width: 100%;
}
.holst-title {
	background: var(--gradient);
	color:var(--color1);
	padding: 5px 0;
	position: relative;
	border-top:1px solid var(--color1);
	border-bottom:3px solid var(--color5);
	overflow: hidden;
}
/*.holst-title:before {
	background: var(--color1);
    position: absolute;
    top: 20px;
    height: 4px;
    width: 100%;
    content: '';
    z-index: 0;
}*/
.holst-title-text {
	font-size:24px;
	font-family: var(--font-family-2);
    font-weight: bold;
	/*background: var(--color2); */
	position: relative;
	z-index: 1;
	padding: 0 5px;
	display: initial;
	text-transform: uppercase;
	position:relative;
}
.holst-title-text:after {
	content: '';
	position:absolute;
	width: 2000px;
	height:4px;
	top: 12px;
	background: var(--color1);
	left: 100%;
}
.holst-title-text:before {
	content: '';
	position:absolute;
	width: 2000px;
	height:4px;
	top: 12px;
	background: var(--color1);
	right: 100%;
}
.holst-subtitle-text {
	padding: 0 5px;
}
.holst-content {
	padding: 15px 0 0 0;
}
.simple-content {
	min-height:600px;
}
.instagramm-blok {
	border:3px solid var(--color6);
	padding: 60px 40px 30px 40px;
	margin: 30px 0 30px 0;
	position: relative;
}
.instagramm-item {
	margin-bottom: 15px;
}
.instagramm-item-col {
	padding:0 5px !important;
}
.instagramm-item-image img{
	width: 100%;
}
.instagramm-leibl {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
	display: block;
	width: 180px;
	height: 45px;
	background: var(--color1);
	text-align: center;
}
.instagramm-item-des {
	color:var(--color6);
	font-size:12px;
	line-height: 14px;
	text-align: center;
	padding: 10px 0;
}
.instagramm-item-icons {
	text-align: center;
}
.icon-inst-like {
	background-image: url("../images/icon-heart-hover.png");
	background-repeat: no-repeat;
	background-position: left center;
	min-width: 60px;
    min-height: 20px;
	display: inline-block;
	text-align: left;
	padding-left: 22px;
	color:var(--color6);
	font-size: 18px;
}
.icon-inst-comment {
	background-image: url("../images/icon-comments-hover.png");
	background-repeat: no-repeat;
	background-position: left center;
	min-width: 60px;
    min-height: 20px;
	display: inline-block;
	text-align: left;
	padding-left: 22px;
	color:var(--color6);
	font-size: 18px;
}
.holst-icon-home {
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.icon-home-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 28px;
	width:33.3%;
}
.icon-home-item a {
	color:#000;
	text-decoration: none;
}
.icon-home-item a:hover{
	color:var(--color5);
	text-decoration: none;
}
.icon-home-item-image img{
	width: 100%;
}

.icon-home-item-image {
	width: 25%;
}

@keyframes anim {
 5%, 15%, 25%, 35%, 45% {
   transform: rotate(17deg);
 }
 
 10%, 20%, 30%, 40% {
   transform: rotate(-17deg);
 }
 
 50% {
   transform: rotate(0);
 }
}

#home-icon-1 {
	-webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    /* Задержка перед началом */
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    /* Продолжительность анимации */
    -webkit-animation-duration: 3.6s;
    -moz-animation-duration: 3.6s;
    -o-animation-duration: 3.6s;
    animation-duration: 3.6s;
	display:block !important;
	/*Количество циклов*/
	animation-iteration-count:infinite;
}
#home-icon-2 {
	-webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  
  -webkit-animation-delay: 3.8;
  animation-delay: 3.8;
  -moz-animation-delay: 3.8;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#home-icon-3 {
	-webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-duration: 4s;
  
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#home-icon-4 {
	-webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    
  -webkit-animation-duration: 4.2s;
  -moz-animation-duration: 4.2s;
  animation-duration: 4.2s;
  
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -moz-animation-delay: 4s;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#home-icon-5 {
	-webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    
  -webkit-animation-duration: 4.4s;
  -moz-animation-duration: 4.4s;
  animation-duration: 4.4s;
  
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -moz-animation-delay: 5s;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.icon-home-item-text {
	width: 75%;
	padding: 0 0 0 15px;
}
.icon-home-item-text-title {
	color:#000;
	font-size:24px;
	font-family: var(--font-family-2);
}
.icon-home-item-text-des {
	color:var(--color7);
	font-size: 16px;
	line-height: 18px;
}
.rabots-item-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 38px;
}
.rabots-item-content-text {
	width: 67%;
}
.rabots-item-content-button {
	width: 33%;
}
.rabots-item-image {
	position:relative;
}
.rabots-item-image .owl-item img{
	width: 100%;
}
.rabots-item-image .owl-nav{
	position:absolute;
	top:50%;
	width: 100%;
}
.rabots-item-image .owl-nav .owl-prev {
	float: left;
	margin-top: -34px;
	margin-left: 3px;
}
.rabots-item-image .owl-nav .owl-next {
	float: right;
	margin-top: -34px;
	margin-right: 3px;
}
.rabots-item-image .owl-nav .owl-prev span{
	width: 40px;
	height: 67px;
	font-size:0 !important;
	background-image: url("../images/strlk-left.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
     opacity: 0.5;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}
.rabots-item-image .owl-nav .owl-next span{
	width: 40px;
	height: 67px;
	font-size:0 !important;
	background-image: url("../images/strlk-right.png") !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
     opacity: 0.5;
}
.rabots-item-image .owl-nav .owl-prev span:hover, .rabots-item-image .owl-nav .owl-prev span:active{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
     opacity: 0.9;
     background-image: url("../images/strlk-left.png") !important;
     background-color: none;
}
.rabots-item-image .owl-nav .owl-next span:hover, .rabots-item-image .owl-nav .owl-next span:active {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
     opacity: 0.9;
     background-image: url("../images/strlk-right.png") !important;
     background-color: none;
}
.rabots-item-image img{
	width: 100%;
}
.rabots-item-image .owl-item {
	width: 100%;
}
.rabots-item-image .owl-item img{
	width: 100%;
}
.home-rabots {
	margin-bottom: 40px;
}
.home-rabots > div:nth-child(1){
	float: left;
	width: 50%;
}
.home-rabots > div:nth-child(1) .rabots-item-content-text-title{
	color:#000;
	font-size: 200%;
	font-family: var(--font-family-2);
	text-transform: uppercase;
	line-height: 100%;
	padding: 5px 0 0 0;
}
.home-rabots > div:nth-child(1) .rabots-item-content-text-subtitle {
	font-size: 145%;
	color:#000;
}
.spisok-rabots > div{
	float: left;
	width: 33.333%;
	padding: 10px;
}
.spisok-rabots {
	margin-bottom: 15px;
}
.spisok-rabots > div .rabots-item-button{
	color:var(--color1);
	background: var(--color3);
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	vertical-align:middle;
	font-size: 80%;
    line-height: 370%;
	font-family: var(--font-family-2);
	text-transform: uppercase;
}
.spisok-rabots > div .rabots-item-button:hover{
	color:var(--color1);
	background: var(--color5);
	text-decoration: none;
}
.spisok-rabots > div .rabots-item-button img{
	max-height: 30px;
    vertical-align: middle;
}

.home-rabots > div:nth-child(1) .rabots-item-content-text-subtitle {
	font-size: 112%;
	color:#000;
}

.rabots-item-button {
	position:relative;
}
.rabots-item-button:hover{
	color:var(--color1);
	background: var(--color5) !important;
	text-decoration: none;
}
.rabots-item-button:hover:before{
	color:var(--color1);
	background: var(--color2) !important;
	text-decoration: none;
}
.rabots-item-button:before {
	position:absolute;
	content: '';
	width: 4px;
	height: 100%;
	background: var(--color5);
	left: 0;
}
.home-rabots > div:nth-child(1) .rabots-item-button {
	color:var(--color1);
	background: var(--color3);
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	vertical-align:middle;
	font-size: 125%;
    line-height: 412%;
	font-family: var(--font-family-2);
	text-transform: uppercase;
}
.home-rabots > div:nth-child(1) .rabots-item-button img{
	max-height: 40px;
}
.home-rabots > div:nth-child(2){
	float: left;
	width: 25%;
}
.home-rabots > div:nth-child(3){
	float: left;
	width: 25%;
}
.home-rabots > div:nth-child(4){
	float: left;
	width: 25%;
}
.home-rabots > div:nth-child(5){
	float: left;
	width: 25%;
}
.home-rabots > div:nth-child(5):after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
}
.rabots-item {
	float: left;
	width: 33.333%;
	padding: 10px;
}
.home-rabots > div .rabots-item-button{
	color:var(--color1);
	background: var(--color3);
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	vertical-align:middle;
	font-size: 80%;
    line-height: 370%;
	font-family: var(--font-family-2);
	text-transform: uppercase;
}
.home-rabots > div .rabots-item-button img{
	max-height: 30px;
    vertical-align: middle;
}
.home-rabots > div:nth-child(2) .rabots-item-content-text-title,
.home-rabots > div:nth-child(3) .rabots-item-content-text-title,
.home-rabots > div:nth-child(4) .rabots-item-content-text-title,
.home-rabots > div:nth-child(5) .rabots-item-content-text-title{
	color:#000;
	font-size: 90% !important;
	font-family: var(--font-family-2) !important;
	text-transform: uppercase !important;
	line-height: 100%;
	padding: 2px 0 0 0;
}
.home-rabots > div:nth-child(2) .rabots-item-content-text-subtitle,
.home-rabots > div:nth-child(3) .rabots-item-content-text-subtitle,
.home-rabots > div:nth-child(4) .rabots-item-content-text-subtitle,
.home-rabots > div:nth-child(5) .rabots-item-content-text-subtitle{
	font-size: 67%;
	color:#000;
}
.home-rabots > div:nth-child(2) .rabots-item-button,
.home-rabots > div:nth-child(3) .rabots-item-button,
.home-rabots > div:nth-child(4) .rabots-item-button,
.home-rabots > div:nth-child(5) .rabots-item-button{
	color:var(--color1);
	background: var(--color3);
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	vertical-align:middle;
	font-size: 68%;
    line-height: 350%;
	font-family: var(--font-family-2);
	text-transform: uppercase;
}
.home-rabots > div:nth-child(2) .rabots-item-button img,
.home-rabots > div:nth-child(3) .rabots-item-button img,
.home-rabots > div:nth-child(4) .rabots-item-button img,
.home-rabots > div:nth-child(5) .rabots-item-button img{	
	max-width: 9px;
    vertical-align: middle;
}
.rabots-item .rabots-item-content-text-title {
	color:#000;
	font-size: 130%;
	font-family: var(--font-family-2) !important;
	text-transform: uppercase !important;
	line-height: 100%;
	padding: 2px 0 0 0;
}
.rabots-item .rabots-item-content-text-subtitle {
	font-size: 80%;
	color:#000;
}
.tarifs-item {
	margin: 30px 0;
}
.tarifs-item-image {
	text-align: center;
	margin-bottom: 15px;
}
.tarifs-item-title {
	text-align: center;
	text-transform: uppercase;
	font-size:30px;
	font-family: var(--font-family-2);
	color:var(--color7);
	margin-bottom: 30px;
}
.tarifs-item-dec {
	padding: 15px;
	font-size:16px;
	min-height: 465px;
}
.tarifs-item-price-text {
	text-align: center;
	font-size:18px;
	margin-bottom: 10px;
	font-family: var(--font-family-2);
	color: #000;
}
.tarifs-item-price-number {
	color:var(--color6);
	text-align: center;
	font-size:40px;
	font-family: var(--font-family-2);
	text-align: center;
	margin-bottom: 15px;
}
.tarifs-item-price-number-text {
	font-size:40px;
}
.tarifs-item-price-number-text-valuta {
	font-size:26px !important;
}
.tarifs-item-button{
	text-align: center;
}
.tarifs-item-button-link {
	text-align: center;
	padding:15px 30px;
	background: var(--color2);
	color: var(--color1);
	font-family: var(--font-family-2);
}
.tarifs-item-button-link:hover {
	background: var(--color5);
	color: var(--color1);
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.brends {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.brend-item {
	width: 10%;
	margin-bottom: 15px;
	padding: 5px;
}
.brend-item img{
	width: 100%;
	text-align: center;
}

.kak-rabotaem {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.kak-rabotaem-item {
	width: 12.5%;
}
.kak-rabotaem-item-image {
	text-align:center;
}
.kak-rabotaem-item-text {
	text-align: center;
	color: #000;
	font-family: var(--font-family-2);
	font-size:12px;
	line-height: 14px;
}
.kak-rabotaem-item a:hover{
	text-decoration: none;
	color:var(--color5) !important;
}
.kak-rabotaem-item a:hover .kak-rabotaem-item-text{
	color:#000 !important;
}
.kak-rabotaem-item:hover .kak-rabotaem-item-image{
	-webkit-animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    -o-animation-name: rubberBand;
    animation-name: rubberBand;
    /* Задержка перед началом */
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    /* Продолжительность анимации */
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
	display:block !important;
}
.komanda {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/*.komanda .owl-item {
	padding:15px 0;
}*/
.komanda .owl-dots{
	margin-bottom: 15px;
}
.komanda-item {
	/*width: 16.6666666%;*/
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-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;
}
.komanda-item:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.komanda-item-image {
	text-align: center;
}
.komanda-item-image img{
	width: 100%;
}
.komanda-item-name {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    line-height: 18px;
    font-family: var(--font-family-2);
    color: #000;
}
.komanda-item-doljnost {
	text-align: center;
	color: #000;
	font-family: var(--font-family-1);
	font-size:12px;
	line-height: 14px;
}
.footer {
	background: var(--color8);
	color:var(--color1);
	padding: 30px 0;
	border-top:40px solid var(--color5);
}
.footer-col-blok {
	padding: 0 15px;
}
.footer-col-blok a{
	color:var(--color1);
}
.footer-col-blok ul{
	padding-left: 40px;
}
.footer-col-blok ul li{
	display: block;
}
.footer-col-blok ul li a{
	display: block;
	color:var(--color1);
	font-size:16px;
}
.footer-address {
	cursor:pointer;
}
.hero{
	background: var(--color2);
	padding:15px;
	border-radius:4px;
	position:relative;
	overflow: hidden;
}
.hero:before{
	content: '';
	background: var(--color5);
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 5px;
}
.hero-title {
	color: var(--color1);
    font-family: var(--font-family-2);
	font-size:24px;
	padding: 15px 0 20px 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.hero-title:after {
	content:'';
	width:85px;
	height: 85px;
	position: absolute;
	top:2px;
	right:3%;
	background-image: url("../images/korona.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}
.hero-kontent{
	padding: 15px 25px;
	background: var(--color1);
}
.hero-kontent .komanda-item-name {
	font-size:30px;
}
.hero-kontent .komanda-item-doljnost {
	font-size:20px;
	line-height: 24px;
}
.simple-col {
	text-align: justify;
	line-height: 120%;
}
.team-member {
	padding:40px;
}
.komanda-item-team-member .komanda-item-name {
    font-size: 24px;
    line-height: 32px;
    padding: 5px 0;
}
.komanda-item-team-member .komanda-item-doljnost {
    font-size: 16px;
    line-height: 20px;
}
.hb{
	text-align: center;
}
.hb img{
	margin-top: -3px;
}
.hb ul{
	margin: 0;
	padding: 7px 15px 7px 15px;
}
.hb ul li{
	display: inline-block;
	margin: 0 15px;
}
.hb ul li a{
	font-family: var(--font-family-1);
	color:#000000;
	font-size:18px;
	padding: 5px 0 0 0;
}
.footer-zakaz {
	background: var(--color2);
	height: 70px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom:4px solid var(--color5);
	position: relative;
}
.button-zakaz-montaj-footer {
    width: 244px;
    height: 120px;
    text-align: center;
    background: url(../images/zakaz-zvonka-footer.png);
    background-size: cover;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: var(--font-family-2);
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    color: var(--color1);
    padding: 15px 0;
    text-shadow: 0 1px 2px var(--color2);
    z-index: 2;
    cursor: pointer;
}
.hb-footer {
	margin-bottom: 15px;
}
.prefooter-link {
	margin-bottom:20px;
}
.prefooter-link-col {
	text-align: center;
}
.prefooter-link-col a{
	text-align: center;
	font-family: var(--font-family-2);
	color:var(--color2);
	font-size:24px;
	text-transform: uppercase;
}
.prefooter-link-col a:hover{
	color:var(--color5);
	text-decoration: none;
}
.komanda-spisok {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.komanda-item-o-nas {
	width: 25%;
	padding: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	
}
.komanda-item-o-nas:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.komanda-item-name-o-nas {
    text-align: center;
    font-size: 26px;
    padding: 5px 0;
    line-height: 28px;
    font-family: var(--font-family-2);
    color: #000;
}
.komanda-item-doljnost-o-nas {
	text-align: center;
    color: #000;
    font-family: var(--font-family-1);
    font-size: 15px;
    line-height: 20px;
}
.header-socsety {
	padding-top: 45px;
    padding-left: 5px;
}
.socsety {
	width: 100%;
}
.socsety a{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../images/soc-sety.png");
	background-size:cover;
	filter: grayscale(1);
}
.socsety a:hover{
	filter: grayscale(0);
}
.socsety a.vk{
	background-position: 0 0;
}
.socsety a.tw{
	background-position: 148px 0;
}
.socsety a.fb{
	background-position: 118px 0;
}
.socsety a.inst{
    background-position: 89px 0;
}
.socsety a.pikabu{
    background-position: 59px 0;
}
.socsety a.dzen{
    background-position: 29px 0;
}
.plitka-col {
	margin-bottom: 30px;
}
.plitka-col a:hover{
	text-decoration: none;
}
.plitka-item {
	position: relative;
}
.plitka-item:hover .plitka-item-pagetitle {
	background: var(--color9);
	color:var(--color2);
	text-shadow: 0 0 0 rgba(0,0,0,0.0);
	font-family: var(--font-family-2);
	padding:15px 5px;
	text-align: center;
	font-size:22px;
}
.plitka-item-image{
	overflow: hidden;
}
.plitka-item-image img{
	width: 100%;
	-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;
}
.plitka-item:hover .plitka-item-image img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.plitka-item-pagetitle {
	background: var(--color5);
	color:var(--color1);
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	font-family: var(--font-family-2);
	padding:15px 5px;
	text-align: center;
	font-size:22px;
}

.plitka-item-introtext {
	background: var(--color2);
	color:var(--color1);
	text-align: center;
	font-size:18px;
	padding: 12px 5px;
}
.gallery-item {
	margin-bottom: 30px;
}
.gallery-item img{
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.gallery-item img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.tab-item-title {
	background-color: var(--color2);
	color:var(--color1);
	text-align: center;
	font-size: 30px;
    font-family: var(--font-family-2);
    font-weight: bold;
	padding: 18px 0;
    position: relative;
    border-top: 1px solid var(--color1);
    border-bottom: 3px solid var(--color5);
	cursor: pointer;
	margin-bottom: 10px;
}
.tab-item-title:hover {
	background-color: var(--color5);
	color:var(--color1);
	cursor: pointer;
}
.tab-item-text {
	overflow: hidden;
}
.tab-item-text-block {
	padding: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-height: 400px;
	overflow-y: auto;
}
#topNubex{
	position: fixed;
	bottom:15px;
	left:15px;
	z-index: 3;
	cursor: pointer;
	display:none;
}
.btn-more{
	background-color: var(--color3) !important;
	color:var(--color1);
}
.kontaks {
	padding:30px 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.kontakt-col {
	width: 50%;
}
.kontakt-title {
	font-size:22px;
	font-family: var(--font-family-2);
	margin-bottom: 2px;
	line-height: 24px;
}
.kontakt-text {
	font-size:20px;
	font-family: var(--font-family-1);
	margin-bottom: 30px;
	line-height: 24px;
}
.bg-modal {
	background: var(--color3);
	padding: 15px;
	position: relative;
	border-bottom:8px solid var(--color5);
}
.bg-modal .modal-body {
	background: var(--color1);
}
.bg-modal .modal-close {
	position: absolute;
	top:-2px;
	right: -2px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: var(--color3);
	color:var(--color5);
	border: 0;
	z-index: 999;
	font-size:30px;
	line-height: 10px;
}
.bg-modal .modal-close:hover {
	background: var(--color5);
	color:var(--color3);
	cursor: pointer;
}
.zayavka-file-label {
	padding: 4px 30px 4px 10px;
	background: var(--color7);
	color:#fff;
	text-transform:uppercase;
	margin-top: -1px;
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%, 0 100%);
	font-size:14px;
	cursor: pointer;
}
.form-control-file {
	display: none;
}
.btn-form {
	background: var(--color3);
	color:var(--color1);
	border:0;
	cursor: pointer;
}
.ok-mes{
	font-size: 20px;
    text-align: center;
    color: var(--color1);
}
.custom-control-label::before {
	background: none !important;
	border: 2px solid var(--color7) !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
	background: var(--color5);
}
.custom-control-label::after {
    width: 8px !important;
    height: 8px !important;
    position: absolute;
    top: 8.45px;
    left: 4.45px;
    border-radius: 2px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.modalfile {
    background-color: var(--color5);
    color: var(--color3);
    font-size: 20px;
    font-family: var(--font-family-2);
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 180px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 5px 0 0 0;
}
.modalfile a{
	color:var(--color3);
	text-decoration: none;
}
.modalfile a:hover{
	color:#000;
	text-decoration: none;
}
.modalimage {
	max-height: 550px;
	overflow-y: auto;
}
.str-socsety {
	background-image: url("../images/socseti-bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
    height: 100%;
	display: block;
}
.str-socsety-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 50px 0 0 0;
	height: 100%;
}
.str-socsety-plashka {
	width: 590px;
	height: 400px;
	border-radius: 25px;
	box-shadow: 0 1px 30px -5px rgba(0,0,0,0.3);
	background: #fff;
	margin: auto;
	position: relative;
	padding:105px 15px 15px 15px;
}
.str-socsety-logo {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	box-shadow: 0 1px 30px -5px rgba(0,0,0,0.3);
	background: #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top:-100px;
	text-align: center;
	padding:30px 0 0 0;
}
.str-socsety-title {
	text-align: center;
	font-size: 55px;
    font-family: var(--font-family-2);
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
}
.str-socsety-subtitle {
	text-align: center;
	font-size: 28px;
    line-height: 30px;
    font-family: var(--font-family-1);
	color: #727272;
	margin-bottom: 10px;
}
.str-socsety-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.socsety-link {
	width: 72px;
	height: 100px;
	overflow: hidden;
	background: url("../images/str-socsety.png");
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
	text-align: center;
	margin: 0 5px;
	font-size: 14px;
    font-family: var(--font-family-1);
	color:#727272;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.socsety-link:hover {
	color:#000;
	text-decoration: none;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.socsety-fb {
	background-position: 0 2px;
}
.socsety-inst {
	background-position: -86px 2px;
}
.socsety-tw {
	background-position: -170px 2px;
}
.socsety-vk {
	background-position: -256px 2px;
}
.socsety-youtube {
	background-position: -340px 2px;
}
.socsety-dzen{
	background-position: -426px 2px;
}
.site-button-style {
	background: var(--color5);
	color:var(--color1);
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 30px;
	font-size: 20px;
}
.site-button-style:hover {
	background: var(--color3);
	color:var(--color1);
	text-decoration: none;
}
.magazin-text {
	padding: 15px 0 20px 0;
	font-size: 20px;
	line-height: 26px;
}
.magazinsubtitle {
	font-size:22px;
	text-align: center;
	color:var(--color3);
	margin-bottom: 15px;
}
.magazin-podrobnosty {
	padding: 15px 0 20px 0;
	text-align: center;
}
.magazin-name {
	padding: 10px 0 5px 0;
	font-size:24px;
	font-family: var(--font-family-2);
}
.modal-xl {
    max-width: 1200px !important;
}
.komanda-item-hero, .komanda-item-team-member {
	ransform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.komanda-item-hero:hover, .komanda-item-team-member:hover {
	ransform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    -o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
    transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
	display: none !important;
}
.footer-socsety, .block-socsety {
	position:relative;
}
.footer-socsety .socsety-footer {
	position:absolute;
	width: 100%;
	top:-67px;
	text-align: end;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.block-socsety .socsety-block {
	/*position:absolute;*/
	width: 100%;
    /*	top:-20px;*/
	text-align: center;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.socsety-footer a, .socsety-block a{
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url("../images/soc-sety.png");
	background-size:cover;
	filter: grayscale(1);
}
.socsety-footer a:hover, .socsety-block a:hover{
	filter: grayscale(0);
}
.socsety-footer a.vk, .socsety-block a.vk{
	background-position: 0 0;
}
.socsety-footer a.tw, .socsety-block a.tw{
	background-position: 188px 0;
}
.socsety-footer a.fb, .socsety-block a.fb{
	background-position: 150px 0;
}
.socsety-footer a.inst, .socsety-block a.inst{
    background-position: 113px 0;
}
.socsety-footer a.pikabu, .socsety-block a.pikabu{
    background-position: 75px 0;
}
.socsety-footer a.dzen, .socsety-block a.dzen{
   background-position: 38px 0;
}
.resourse-date {
	text-align: right;
    color: #454545;
    height: 30px;
}
.linkimage {
	color:#000;
	text-decoration: underline;
	cursor: pointer;
}
.giperlink {
	color:#000;
	text-decoration: underline;
	cursor: pointer;
}
.socsety-block-plagin{
    text-align:center;
}
.socsety-block-plagin > div{
    text-align:center;
    display:inline-block;
    width:32.33%;
}
.socsety-block-plagin div table, .socsety-block-plagin div div{
    margin:auto;
    width: 100%;
    text-align:center;
}
.socsety-block-plagin #page_wrap{
    text-align:center !important;
}
#vote-section .progress{
    margin-bottom:30px;
}

/*GRID HOME-FOTO*/
.home-fotos {
    position:relative;
    z-index:1;
}
.grid-container-1 {
	display: grid;  
	grid-template-rows:  100%; /* 1 строки */
	grid-template-columns: 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% ; /* 12 столбца */
}
.grid-center {
	display: grid;  
	grid-template-rows:  100%; /* 1 строки */
	grid-template-columns: 30% 10% 20% 10% 30% ; /* 5 столбца */
}
.grid-container-2 {
	display: grid;  
	grid-template-rows: 33.33333% 33.33333% 33.33333%; /* 3 строки */
	grid-template-columns: 20% 20% 20% 20% 20% ; /* 5 столбца */
}
.grid-container-3 {
	display: grid;  
	grid-template-rows:  50% 50%; /* 2 строки */
	grid-template-columns: 100% ; /* 1 столбца */
}
.grid-container-4 {
	display: grid;  
	grid-template-rows:  100%; /* 1 строки */
	grid-template-columns: 100% ; /* 1 столбца */
}
.grid-container-5 {
	display: grid;  
	grid-template-rows:  50% 50%; /* 2 строки */
	grid-template-columns: 100% ; /* 1 столбца */
}
.grid-container-6 {
	display: grid;  
	grid-template-rows: 33.33333% 33.33333% 33.33333%; /* 3 строки */
	grid-template-columns: 20% 20% 20% 20% 20% ; /* 5 столбца */
}
.grid-container-7 {
	display: grid;  
	grid-template-rows:  100%; /* 1 строки */
	grid-template-columns: 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% ; /* 12 столбца */
}
.foto-item{
	width:100%;
	min-height: 80px;
	background-size: cover !important;
	-webkit-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.foto-item:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.2s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-webkit-box-shadow: 2px 0 15px 0 rgba(255,220,81,.8);
	box-shadow: 0 2px 15px 0 rgba(255,220,81,.8);
}

.grecaptcha-badge {
    z-index:1 !important;
}