﻿* {
box-sizing: border-box;
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

:root {
	--primary: #fff;
    --mainFont: #000;
	--yellowFont: #aa9371;
}

h1 {
margin-bottom: 20px;
color: #000;
}

p {
	font-size: 90%;
margin-bottom: 20px;
line-height: 25px;
}

UL { 
margin: 10px;
    list-style-type: square; 
    list-style-position: outside;
   }
   
ul > li {
line-height: 30px;	
}
   
ol{
    list-style: none;
}
ol > li{
    padding-left: 20px;
    position: relative;
    margin: 10px;
	line-height: 30px;	
}
ol > li:before{
    content: '✔';
    position: relative; top: 0; left: 0;
    color: #87060C;
}
   
.ssilka {
color: #000;
text-decoration: underline;
}

.ssilka_non {
color: #000;
text-decoration: none;
}

.ssilka_white {
color: #fff;
text-decoration: underline;
}

.ssilka_red {
color: #87060C;
text-decoration: underline;
}

.ssilka2 {
	font-size: 120%;
	line-height: 30px;
color: #fff;
text-decoration: underline;
}

.ssilka3 {
	padding: 3px;
	font-size: 120%;
	line-height: 30px;
color: #fff;
text-decoration: underline;
background: #87060C;
}

.date_time {
	color: #666;
text-decoration: italic;	
}

.content-main {
width: 100%;
margin: 0 auto;
}

.top {
width: 98%;
padding: 10px;
margin: 0 auto;
}

.center {
	margin: 0 auto;
float: none;
max-width: 1200px;
padding: 1%;
padding-top: 80px;
}

.center-index {
float: none;
width: 100%;
padding-top: 65px;
}

.bottom {
width: 100%;
margin: 0 auto;
}

/* HEADER _________________________*/

.header {
	position: fixed;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	padding: 15px;
	z-index: 1005;
  }
  
  .header__logo {
	order: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
  }
  
  .header__logo img {
	max-width: 200px;
	min-width: 150px;
  }
  
  .header__logo_text {
	color: var(--yellowFont);
	text-decoration: none;
	font-size: 100%;
  }

  .header__logo_text:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
  }
  
  .header__menu {
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .header__phone {
	order: 3;
  }
  
  .header__kurs {
	order: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  .kurs {
font-size: 90%;
padding-bottom: 10px;
color:#fff;
line-height: 20px;
  }

  .header__button {
	padding: 5px 3px;
	border-radius: 18px;
	background-color: #000;
	color:#fff;
	text-decoration: none;
	border: 1px solid #fff;
  }

  .header__button select {
	background-color: #000;
	color: #fff;
	border: none;
  }

  .phone {
	padding: 5px 5px;
	border-radius: 50%;
	background-color: #fff;
  }

  .phone:hover {
	box-shadow:3px 3px 0px #666;
  }

/* FOOTER -------------------------------------------*/

.footer{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: top;
	background-color: #000;
	padding: 15px;
}

.footer_items {
	flex: 1;
	font-size: 110%;
	font-weight: 100;
	color: var(--yellowFont);
	padding-left: 15px;
	gap: 10px;
}

.footer_items a {
	color: #fff;
	font-size: 100%;
	font-weight: 100;
	line-height: 35px;
	text-decoration: none;
}

.footer_items a:hover {
	color: var(--yellowFont);
}

.footer_items span {
	color: var(--yellowFont);
}

.footer_items span:hover {
	text-decoration: underline;
}

.adres {
float: right;
margin-right: 1%;
padding-top: 5px;
width: 48%;
color: #a76e43;
text-align: right;
}

.adres  span {
color: #000;
font-size: 80%;
}

.white_div {
width: 100%;
}

.orange_div {
width: 100%;
background: #a76e43;
}

.black_div {
width: 100%;
background: #000;
}

.foto_div {
width: 100%;
background-image: url("/image/fon_2.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_div h4 {
	float: right;
	margin: 15px;
	padding: 4px;
	position: relative;
	margin-top: 20px;
	left: 0;
	font-size: 120%;
	font-weight: 100;
	line-height: 25px;
color: #fff;
	width: 50%;
	background: #000;
	opacity: 0.5;
}

.foto_div span {
	font-weight: 700;
	line-height: 25px;
color: #a76e43;
}

.orange_forma {
	margin: 5px;
	padding: 10px;
	color: #fff;
	font-size: 100%;
width: 80%;
background: #a76e43;
border-radius: 15px;
}

.plashka {
	margin: 5px;
	margin-top: 15px;
	padding: 2px;
	color: #fff;
	font-size: 100%;
width: 80%;
background: #a76e43;
}

#square {
	float: left;
	margin: 5px;
	width: 10px;
	height: 10px;
	background: #a76e43;
}

.square2 {
	float: left;
	margin: 5px;
	width: 5px;
	height: 5px;
	background: #a76e43;
}

.prichini {
float: left;
width: 29%;
padding: 5px;
color: #fff;
font-size: 90%;
font-weight: 100;
line-height: 20px;
}

.prichini2 {
float: left;
margin: 1%;
width: 29%;
padding: 5px;
color: #fff;
font-size: 120%;
font-weight: 700;
background: #000;
border-radius: 10px;
text-align: center;
}

.podbor {
	float: left;
padding: 5px;
width: 40%;
color: #fff;
font-size: 120%;
font-weight: 700;
background: #a76e43;
border-radius: 10px;
text-align: center;
}

.vivod {
float: none;
width: 90%;
margin: 10px;
padding: 5px;
color: #000;
font-size: 100%;
font-weight: 100;
line-height: 20px;
border: #87060C solid 1px;
border-left: #87060C solid 15px;
border-bottom: #87060C solid 3px;
}

.calc {
		float: left;
	color: #fff;
background: #a76e43;
font-size: 100%;
}

.forma {
	margin: 15px;
}

.div_niz {
float: left;
width: 33%;
padding-top: 10px;
padding-bottom: 7px;
background: var(--yellowFont);
color: #fff;
text-align: center;
}

.div_niz2 {
float: right;
width: 34%;
padding-top: 10px;
padding-bottom: 7px;
background: var(--yellowFont);
color: #fff;
text-align: center;
}

.phone2 {
float: none;
width: 100%;
padding: 1%;
font-size: 100%;
font-weight: 100;
line-height: 25px;
text-align: right;
color: #fff;
background: #1b1b1b;
}

.orange-string {
width: 100%;
margin-top: 7px;
height: 2px;
background: #a76e43;
}

.div_odin {
	float: none;
	background: #fff;
}


.forma1 {
	background-color: #e3e3e3;
	border-radius: 15px;
	max-width: 1150px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.forma1_title {
	background-color: #666;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
	color: #fff;
	font-size: 120%;
    font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.forma1_block {
	float: left;
	margin-top: 20px;
	margin-left: 4%;
	color: #000;
	width: 28%;
	font-size: 100%;
    font-weight: 100;
	line-height: 30px;
	text-align: left;
}

.forma1_block span {
	color: #87060C;	
}

.forma1_block h5 {
	float: none;
	color: #666;
	font-size: 100%;	
	font-weight: 100;
}

.forma1_input {
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	width: 100%;
	font-size: 100%;
    font-weight: 100;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #999;
}

.forma1_but {
	float: left;
	width: 47%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px;
	border: 1.5px solid #87060C;
	cursor: pointer;
}

.forma1_but2 {
	float: left;
	width: 47%;
	border-radius: 5px;
	border: 0.3px solid #999;
	cursor: pointer;
}

.forma1_marg {
	margin-left: 2%;
	margin-right: 2%;
}


.forma1_img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.forma1_img1 {
	width: 60%;
	height: auto;
	border-radius: 5px;
}

.forma1_styk {
	position: absolute;
	margin-left: 5px;
	font-size: 120%;
	z-index: 1005;
  	color:#000;
	cursor: zoom-in;
	text-decoration: underline;
}

.forma1_styk:hover {
	color:#87060C;
}

.forma1_napis {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 100%;
	font-weight: 100;
	z-index: 1005;
  	color:#fff;
	background-color: #000;
	opacity: 0.7;
}

.forma1_resbut {
	float: left;
	margin-right: 3%;
	background-color: #fff;
	border: 0.5px solid #000;
	border-radius: 10px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	width: 47%;
	cursor: pointer;
}

.forma1_subbut {
	font-size: 150%;
	font-weight: 900;
	background-color: #87060C;
	border: 0.5px solid #87060C;
	border-radius: 10px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	color: #fff;
	width: 47%;
	cursor: pointer;
}

/* скролінг відгуків на головній сторінці початок */

.scroll-wrapper {
  position: relative;
  padding: 2rem 2.5rem;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 1rem 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.item {
  flex: 0 0 20%;
  min-width: 20%;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  font-size: 90%;
  color: #333;
}

.name {
	color: #333;
  float: left;
  width: 80%;
}

.letter {
  float: left;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 150%; 
  border-radius: 50%;
  margin-right: 7px;
}

.google_logo {
  border-radius: 50%;
  width: 100%;
  text-align: right;
}

.google_time {
  font-size: 90%;
  color: #666;
}

.review {
  font-size: 100%;
}

.review_link {
  font-size: 90%;
  color: #666;
  text-decoration: underline;
  line-height: 30px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 10;
}

.arrow-left {
  left: 0.5rem;
}

.arrow-right {
  right: 0.5rem;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
  cursor: pointer;
}

.dot.active {
  background: #333;
}

/* скролінг відгуків на головній сторінці кінець */

.kalkul {
float:left;
	 margin: 10px;
   padding: 5px;
   font-size: 100%;
   font-weight: 700;
   color: #fff;
   border: 1px solid #a76e43;
   line-height: 25px;
   text-align: left;
 vertical-align: center;
 box-shadow:5px 5px 7px #c0c0c0;
 }

.kalkul div {
	float: left;
}
	
	.kalkul h3 {
	float: none;
	margin: 5px;
padding: 0px;
padding-left: 2px;
padding-bottom: 2px;
background: #000;
color: #fff;
	}
	
	.kalkul p {
	color: #000;
	font-style: normal;
	margin: 5px;
}

	.kalkul h4 {
	color: #000;
	margin: 5px;
	font-size: 80%;
   font-weight: 700;
   color: #a76e43;
}

.kalkul span {
		float: none;
	margin: 5px;
	padding: 3px;
	font-weight: 80;
color: #a76e43;
border: 1px solid #a76e43;
}

.zamowyty {
margin: 5px;
	padding: 10px;
	width: 98%;
background: #87060C;
border-radius: 15px;	
box-shadow:5px 5px 7px #c0c0c0;	
}

.zamowyty span {
	float: left;
	margin-right: 1%;
	width: 21%;
	background: #fff;
	border-radius: 5px;
}

.zamowyty input {
	margin-right: 5px;
	padding: 3px;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	border: 0px;
	color: #666;
}

.zamowyty select {
	float: left;
	margin-right: 1%;
	width: 21%;
	background: #fff;
	border-radius: 5px;
}

.zamowyty option {
	margin-right: 5px;
	padding: 3px;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	border: 0px;
	color: #666;
}

.zamowyty_but {
	padding: 0px;
}

.zamowyty_but input {
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	line-height: 20px;
	background: #87060C;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow:2px 2px 0px #fff;
}

ul.list {
    margin: 0; 
    padding: 4px; 
   }
   ul.list li {
    display: inline; 
	font-size: 100%;
	margin-right: 5px; 
	line-height: 35px;
	border: 1px solid #a76e43;
    padding: 3px;
   }
   ul.list a{
    color: #000; 
	text-decoration: none;
	padding: 4px;
  }
  
  ul.list a:hover{
    color: #87060C; 
	text-decoration: underline;
	padding: 4px;
  }
  
ul.breadcrumb {
    margin: 0; 
    padding: 4px; 
   }
   ul.breadcrumb li {
    display: inline; 
	font-size: 100%;
	margin-right: 5px; 
	line-height: 35px;
   }
   ul.breadcrumb li:before{
    content: '➤';
    position: relative; top: 0; left: 0;
    color: #87060C;
}   
   ul.breadcrumb a{
    color: #87060C; 
	text-decoration: underline;
  }
    ul.breadcrumb div{
display: inline;
    color: #000; 
	text-decoration: none;
  }
  
.numbers {
	color: #87060C;
	font-weight: 900;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	border: 1px solid #87060C;
	border-radius: 50%;
}
  
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.review {
    float: none; 
	font-size: 100%;
	font-weight: 700;
	color: #87060C;
	text-decoration: underline;
	margin-right: 10px; 
	line-height: 35px;
	border: 1px solid #000;
    padding: 7px;
   }
   
.review:hover {
    color: #87060C;
   }

.review1 {
    float: left; 
	font-size: 100%;
	width: 30%;
	color: #000;
	margin: 1%; 
	line-height: 25px;
    padding: 7px;
   }
 
.review1 p {
    color: #87060C;
   }
    
.tb_result {
float:none;
	 margin: 10px;
   padding: 5px;
   min-width: 50%;
   font-size: 100%;
   font-weight: 100;
   border: 1px solid #a76e43;
   line-height: 25px;
   text-align: left;
 vertical-align: center;
 box-shadow:5px 5px 7px #c0c0c0;
  color: #000;
 }
 
 .tb_result td {
	 border: 0;
   border-bottom: 1px solid #000;
 }
 
  .tb_result th {
	font-weight: 700;
 }

.tb_price {
float:none;
	 margin: 10px;
   padding: 5px;
   min-width: 50%;
   font-size: 80%;
   font-weight: 100;
   border: 1px solid #a76e43;
   line-height: 25px;
   text-align: left;
 vertical-align: center;
 box-shadow:5px 5px 7px #c0c0c0;
  color: #000;
 }
 
 .tb_price td {
	 border: 0;
   border-bottom: 1px solid #000;
 }
 
  .tb_price th {
	  font-weight: 700;
	  color: #990000;
	 border: 0;
   border-bottom: 1px solid #000;
 }
 
.tb_price tr:nth-child(2n) {
  background: #E5E5E5;
}

.tb_tovar {
 margin: 10px;
   padding: 5px;
   min-width: 50%;
   font-size: 100%;
   font-weight: 100;
   border: 0px;
   line-height: 30px;
   text-align: left;
 vertical-align: center;
 color: #000;
 }
 
 .tb_tovar td {
   border: 0;
   border-bottom: 1px solid #666;
 }
 
 
.tb_zakaz {
float:none;
margin: auto;
   padding: 1%;
   min-width: 70%;
   font-size: 100%;
   font-weight: 100;
   border: 0px;
   line-height: 35px;
   text-align: left;
 vertical-align: center;
  color: #000;
 }
 
 .tb_zakaz td {
	 border: 0;
 }
 
  .tb_zakaz th {
	font-weight: 700;
 }
 
#viber2{
  position:fixed;
  height:100px;
  width:80%;
 text-align: right;
  bottom:0;
  color:#fff;
  display:none;
  animation: myAdd  2s forwards ease-in-out;
}
@keyframes myAdd {
from {height:0px;}
to {height:80px;}
}
.add{
  margin:0 auto;
  margin-bottom:0;
  height:100%;
  width:100%;
 }
 
 .img_viber {
	 margin-right: 2%;
 }

.text_nazva{
margin: 10px;
padding: 5px;
font-size: 110%;
font-weight: 700;
   position:relative;
   width: 40%;
   min-width: 150px;
   border: 1px solid #a76e43;
   text-decoration: none;
color: #a76e43;
}

 .text_nazva2{
margin: 10px;
padding: 5px;
font-size: 110%;
font-weight: 700;
   position:relative;
   width: 40%;
   min-width: 150px;
   border: 1px solid #000000;
   text-decoration: none;
color: #000000;

}
 
  .text_nazva3{
margin: 10px;
padding: 5px;
font-size: 110%;
font-weight: 700;
   position:relative;
   width: 40%;
   min-width: 150px;
   border: 1px solid #a76e43;
   text-decoration: none;
color: #fff;

}

.title_left {
	float: right;
	margin: 1%;
	padding: 3px;
	font-size: 120%;
	color: #87060C;
	font-weight: bold;
	border: solid 1px #87060C;
	width: 53%;
}
 
.zagolovok{
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
font-size: 110%;
font-weight: 100;
   position:relative;
   border: 1px solid #a76e43;
   text-decoration: none;
color: #a76e43;
}
 
.stati{
margin: 10px;
padding: 5px;
font-size: 100%;
line-height: 30px;
text-decoration: underline;
color: #000;
}
 
  .stati2{
margin: 10px;
padding: 5px;
font-size: 110%;
font-weight: 100;
   position:relative;
   width: 50%;
   min-width: 150px;
  border: 1px solid #000;
   text-decoration: none;
color: #a76e43;

}
 
   .stati3{
margin: 10px;
padding: 5px;
font-size: 100%;
font-weight: 100;
   position:relative;
   width: 50%;
   min-width: 150px;
   border: 1px solid #000;
   text-decoration: none;
color: #000;
}

#slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #000;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
	border-radius: 15px;
    background: #87060C;
    cursor: pointer;
	box-shadow: 3px 3px 5px 1px #000;
}

.slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
	border-radius: 15px;
    background: #87060C;
    cursor: pointer;
	box-shadow: 3px 3px 5px 1px #000;
}

.ran_left {
float: left;
width: 48%;
margin-left: 1%;
text-align: left;	
}

.ran_right {
float: right;
width: 48%;
margin-left: 1%;
text-align: right;	
}

.ran1 {
float: left;
width: 28%;
margin-left: 1%;
text-align: center;	
border-radius: 3px;
border: solid #87060C 1px;
line-height: 30px;
}

.ran2 {
float: left;
width: 55%;
margin-left: 1%;
text-align: center;	
}

.ran3 {
float: none;
width: 28%;
margin-right: 1%;
text-align: center;
color: #fff;
font-size: 100%;
font-weight: 100;
background-color: #87060C;
border-radius: 3px;	
}

.ran4 {
float: right;
color: #fff;
width: 20%;
background-color: #87060C;
font-size: 120%;
font-weight: 700;
text-align: center;	
}

.ran5 {
font-size: 120%;
font-weight: 700;
color: #fff;
}

 .vidi_pot2{
margin: 10px;
padding: 2px;
font-size: 100%;
font-weight: 100;
text-decoration: underline;
   position:relative;
    background:#000;
   text-decoration: none;
color: #ffffff;
}

 .niz{
margin: 10px;
padding: 2px;
font-size: 100%;
font-weight: 700;
line-height: 30px;
text-decoration: underline;
   position:relative;
   text-decoration: none;
color: #a76e43;
border-bottom: 1px solid #a76e43;
}


.data{
margin: 0px;
padding: 5px;
font-size: 100%;
font-weight: 100;
line-height: 20px;
font-style: oblique;
text-decoration: none;
color: #666;
}

.text2{
margin: 10px;
padding: 5px;
font-size: 90%;
font-weight: 100;
line-height: 25px;
text-decoration: none;
color: #000;
}

.text2 p{
margin: 0px;
padding: 5px;
font-size: 100%;
font-weight: 100;
line-height: 20px;
font-style: oblique;
text-decoration: none;
color: #990000;
}

.text_red {
margin: 10px;
padding: 5px;
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #990000;
}

.text_red2 {
font-size: 100%;
font-weight: 100;
line-height: 30px;
font-style: oblique;
text-decoration: none;
color: #990000;
}

.text_green {
margin: 0px;
padding: 5px;
font-size: 100%;
font-weight: 700;
line-height: 30px;
text-decoration: none;
color: #00a046;
}

.text_yellow {
	font-size: 120%;
	color: #ffd700;	
}

.aktsiya {
margin: 10px;
padding: 5px;
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #ff050d;
}

.text_voprosi {
margin: 10px;
padding: 5px;
width: 60%;
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #fff;
background: #990000;
border-radius: 7px;
}

.price {
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #990000;
}

.price2 {
margin: 10px;
padding: 5px;
width: 20%;
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #fff;
background: #87060C;
border-radius: 7px;
}

.price3 {
margin: 10px;
padding: 5px;
font-size: 100%;
font-weight: 700;
line-height: 20px;
text-decoration: none;
color: #fff;
background: #87060C;
border-radius: 7px;
}

.leftrazdel{
margin: 0px;
padding: 0px;
padding-left: 2px;
padding-bottom: 2px;
font-size: 100%;
font-weight: 100;
   position:relative;
   min-width: 150px;
   background:#a76e43;
   text-decoration: none;
color: #ffffff;

}

.leftmenu1 {
	font-size: 90%;
color: #000;
font-weight: 100;
text-decoration: underline;
line-height: 25px;
}

.ikon {
	float: left;
	margin: 7px;
border-radius: 20px;	
}

.ikon2 {
	float: left;
	margin: 7px;
border-radius: 45px;	
}

.ikon3 {
	float: left;
	margin: 3px;
}

.zastavka {
	margin: 10px;
width: 50%	
}

.fotka {
	float: left;
	margin: 15px;
border-radius: 25px;
max-width: 50%;	
height: auto;
}

.fotka_center {
	float: none;
	margin: 15px;
width: 70%;	
height: auto;
border: 1px solid #000;
}

.fotka_center2 {
	float: none;
	margin: 15px;
width: 70%;	
height: auto;
}

.fon_foto {
background-image: url("../image/fon_4.webp");
    width: 100%;
	height: 80%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.fon_text
{ position: absolute;
padding-left: 10%;
font-family: Arial, Helvetica, Verdana, sans-serif;
    top: 35%;
    left: 0;
	color: #fff;
    width: 100%;
}

.fon_text h1 {
	float: none;
	font-weight: 900;
	color: #fff;
		line-height: 45px;
	
}	

.fon_text h2 {
	float: none;
	font-weight: 100;
	
	line-height: 30px;
}

.fon_text h3 {
	float: none;
	font-size: 120%;
	font-weight: 100;

	line-height: 30px;
}

.fon_but
{float: left;
margin-top: 20px;
margin-right: 25px;
width: 180px;
padding:3px 20px;
text-align: center;
line-height: 54px;	
	color: #000;
	text-decoration: none;
background-color:#fff;
}

.fon_but:hover
{text-decoration: underline;
box-shadow: 2px 2px 0px 1px #333;
}

.fon_but2
{float: left;
margin-top: 20px;
margin-right: 25px;
width: 180px;
padding:3px 20px;
text-align: center;
line-height: 18px;	
	color: #000;
	text-decoration: none;
background-color:var(--yellowFont);
}

.fon_but2:hover
{text-decoration: underline;
box-shadow: 2px 2px 0px 1px #333;
}

.baner {
	float: none;
	margin: 15px;
max-width: 60%;	
border: 1px solid #000;
}

.foto_sm {
	float: none;
	margin: 15px;
max-width: 50%;	
height: auto;
border: 1px solid #000;
}

.fotka_left {
	float: left;
	margin: 15px;
max-width: 50%;	
height: auto;
border: 1px solid #000;
}

.foto {
	float: none;
	margin: 15px;
	width: 70%;
	height: auto;
	text-align: center;
border: 1px solid #000;
}

.foto img {
	width: 100%;
	height: auto;
}

.foto p {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto_small {
	float: left;
	margin: 1%;
	width: 47%;
	text-align: center;
border: 1px solid #000;
}

.foto_small img {
	width: 100%;
	height: auto;
}

.foto_small p {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 20px;
}

.foto_small h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 20px;
}

.foto_vert {
	float: none;
	margin: 15px;
	width: 40%;
text-align: center;
border: 1px solid #000;
}

.foto_vert img {
	width: 100%;
	height: auto;
}

.foto_vert h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto_vert p {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto_left {
	float: right;
	margin: 1%;
	width: 40%;
text-align: center;
border: 1px solid #000;
}

.foto_left img {
	width: 100%;
	height: auto;
}

.foto_left h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto_goleft {
	float: left;
	margin: 1%;
	width: 43%;
text-align: center;
border: 1px solid #000;
}

.foto_goleft img {
	width: 100%;
	height: auto;
}

.foto_goleft h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}

.foto_goright {
	float: right;
	margin: 1%;
	width: 46%;
text-align: center;
border: 1px solid #000;
}

.foto_goright img {
	width: 100%;
	height: auto;
}

.foto_goright h4 {
	background: #000;
	font-size: 100%;
	font-weight: 100;
	color: #fff;
	line-height: 25px;
}


.foto_tsena {
	float: none;
	margin: 15px;
	width: 30%;
}

.sots_seti {
float: left;
	margin: 10px;
	max-width:30%;
	margin-right: 20px;
}	

.prapor {
	padding: 0px;
	margin: 0px;
border: 1px solid #000;
}

.video-container {
	position: relative;
	padding-top: 30px;
	height: 0 auto;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.video-wrapper {
	width: 800px;
	max-width: 100%;
}

.video_right {
	float: right;
	margin: 1%;
	width: 46%;
	height: auto;
box-shadow: 3px 3px 5px 1px #000;
}

.video_gal {
float:left;
margin: 0.3%;
margin-right: 5px;
margin-bottom: 30px;
padding-bottom: 5px;
width: 49%;
min-width: 200px;
text-align: left;
vertical-align: center;
}

.video_gal img {	
width: 100%;
height: auto;
}

.video_gal a {
float: none;
display: block;	
font-size: 100%;
   font-weight: 100;
   color: #000;
 text-decoration: underline solid black 0.5px;
   line-height: 40px;
}

.video_gal span {
	display: block;
font-size: 120%;
   font-weight: 900;
   width: 100%;
   color: #fff;
   text-decoration: none;
   line-height: 35px;
background-color: #000;   
}

.dusha {
float:left;
	 margin: 1%;
   padding: 0px;
   width: 14%;
   min-width: 120px;
   font-size: 80%;
   font-weight: 100;
   color: #000;
   text-align: center;
 vertical-align: center;
 border-color: 1px solid #000000;
}

.dusha img {	
width: 99%;
border-radius: 48%;
height: auto;
box-shadow: 3px 3px 5px #c0c0c0;
}

.color {
float:left;
	 margin: 0.5%;
   width: 8%;
    min-width: 70px;
  border: 1px solid #000000;
 border-radius: 5px;
 box-shadow: 5px 5px 7px #c0c0c0;
}

.art {
float:left;
	 margin: 0.5%;
   width: 10%;
   min-width: 70px;
   border: 1px solid #000000;
    border-radius: 5px;
 box-shadow: 5px 5px 7px #c0c0c0;
}
 .art img {
	 width: 100%;
	 height: auto;
 }
 
.art h4 {
	font-size: 80%;
   font-weight: 100;
   color: #000000;
   text-align: center;
 vertical-align: center;
}

.text_kolonki {
float:left;
margin: 0.3%;
margin-right: 2.5%;
margin-bottom: 30px;
padding-bottom: 5px;
width: 30%;
min-width: 200px;
text-align: left;
vertical-align: center;
}

.text_kolonki a {
padding-bottom: 2px;	
font-size: 100%;
 font-weight: 100;
line-height: 35px;
text-decoration: none;
border-bottom: solid #666 0.5px;
color: #666;
}

.text_kolonki a.a1 {
padding: 0px;
border: none;
text-decoration: underline;
color: #000;
line-height: 25px;
box-shadow: none;
}

.text_kolonki a.a2 {
	margin-bottom: 10px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	display: block;
font-size: 130%;
   font-weight: 900;
   color: #fff;
   line-height: 25px; 
background-color: #222;   
}

.text_kolonki p {
padding-bottom: 10px;
	font-size: 100%;
   font-weight: 100;
  font-style: normal;
   color: #000;
   line-height: 25px;
}

.proekti {
float:left;
	 margin: 0.3%;
   padding: 1px;
   width: 15.6%;
   min-width: 140px;
   text-align: center;
 vertical-align: center;
 background: #1b1b1b;
 border-color: 2px solid #000000;
  box-shadow: 5px 5px 7px #c0c0c0;
}

.proekti img {	
width: 100%;
height: auto;
}

.proekti a {	
font-size: 100%;
   font-weight: 700;
   color: #fff;
   text-decoration: none;
   line-height: 25px;
}

.proekti a:hover {
	color: #c1ac8e;
}

.proekti span {	
font-size: 95%;
   font-weight: 100;
   color: #fff;
   text-decoration: none;
   line-height: 25px;
}

.proekti1 {
float:left;
	 margin: 0.5%;
   width: 15.6%;
   min-width: 140px;
   text-align: center;
 vertical-align: center;
 background: #fff;
}

.proekti1 img {	
width: 100%;
height: auto;
}

.proekti1 a {	
font-size: 100%;
   font-weight: 100;
   color: #000;
   line-height: 25px;
}

.proekti2 {
float:left;
	 margin: 0.3%;
   padding: 1px;
   width: 22%;
   min-width: 220px;
   text-align: center;
 vertical-align: center;
 background: #1b1b1b;
 border-color: 2px solid #000000;
  box-shadow: 5px 5px 7px #c0c0c0;
}

.proekti2 img {	
width: 100%;
height: auto;
}

.proekti2 a {	
font-size: 100%;
   font-weight: 100;
   color: #fff;
   line-height: 25px;
}

.hide {
	display
}

.video_img {
	float: left;
	margin: 15px;
border-radius: 10px;
max-width: 50%;	
}

.podbor_foto {
	float: left;
	margin: 5px;
border-radius: 15px;
max-width: 90%;	
}

.niz2 {
color: #fff;
font-weight: 100;
text-decoration: underline;
line-height: 25px;
}

.button {
	padding: 7px;
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	border-radius:15px;
	text-decoration: none;
	background: #0fb106;
	border: 0px;
}

.button:hover {
	background: #87060C;
}

.button1 {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 120%;
	color: #000;
	font-weight: bold;
	line-height: 40px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow:2px 2px 0px #000;
}

.zvonok{
margin: 10px;
	border:0;
	font-size:100%;
	padding: 3px 5px 5px 5px;
	cursor:pointer;
	font-weight:bold;
	line-height: 20px;
	border-radius:5px;
	color:#fff;
background: #b40303; 
 }
   .zvonok:hover{
	   color:#fff;
		background: #a76e43;
   }
   
.button_clear{
margin: 10px;
	border:0;
	font-size:100%;
	padding: 3px 5px 5px 5px;
	cursor:pointer;
	line-height: 20px;
	border-radius:5px;
	text-decoration: underline;
	color:#666;
background: #fff; 
 }
   .zvonok:hover{
	   color:#fff;
		background: #a76e43;
   }

      .zvonok_big{
margin: 3px;
	border:0;
	font-size:250%;
	padding: 0px 15px 13px 15px;
	cursor:pointer;
	border-radius:3px;
	font-weight:bold;
	color:#fff;
	transition:all 0.3s linear;
background: #b40303; 
   }
   .zvonok_big:hover{
	   color:#000000;
		background: #94f967; /* Old browsers */
background: -moz-linear-gradient(top, #94f967 0%, #167b13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #94f967 0%,#167b13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #94f967 0%,#167b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94f967', endColorstr='#167b13',GradientType=0 ); /* IE6-9 */
   }
   
         .knopka1{
margin: 3px;
	border:0;
	font-size:150%;
	padding: 0px 15px 13px 15px;
	cursor:pointer;
	border-radius:3px;'
	font-weight:bold;
	color:#fff;
	transition:all 0.3s linear;
background: #b40303; /* Old browsers */
background: -moz-linear-gradient(top, #b40303a 0%, #d13a3a 50%, #8e1616 70%, #9e0b0b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b40303 0%,#d13a3a 50%,#8e1616 70%,#9e0b0b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b40303 0%,#d13a3a 50%,#8e1616 70%,#9e0b0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40303', endColorstr='#9e0b0b',GradientType=0 ); /* IE6-9 */
   }
   .knopka1:hover{
	   color:#000000;
		background: #94f967; /* Old browsers */
background: -moz-linear-gradient(top, #94f967 0%, #167b13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #94f967 0%,#167b13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #94f967 0%,#167b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94f967', endColorstr='#167b13',GradientType=0 ); /* IE6-9 */
   }
   
   .knopka2{
	   color: #000;
	   font-size: 100%;
	margin-right: 5px; 
	line-height: 35px;
	border: 1px solid #a76e43;
    padding: 3px;
   }
   
   .knopka4{
margin: 10px;
	border:0;
	font-size:100%;
	padding: 0px 5px 3px 5px;
	cursor:pointer;
		font-weight:100;
	line-height: 25px;
	color:#000;
	transition:all 0.3s linear;
border: 1px solid #a76e43;
   }
   
   .knopka4:hover{
	   color:#a76e43;
	   font-weight:700;
border: 1px solid #000000;
   }
   
   .knopka3{
margin: 20px;
	border:0;
	font-size:100%;
	padding: 0px 5px 3px 5px;
	cursor:pointer;
	font-weight:bold;
	line-height: 25px;
	color:#fff;
	background: #000;
   }
   .knopka3:hover{
	   color:#fff;
		background: #a76e43;
}
   
   .tsifra{
	   float: left;
margin: 0px 5px 0px 10px;;
	border:0;
	font-size:100%;
	padding: 0px 5px 3px 5px;
	width: 10px;
	border-radius:3px;'
	font-weight:bold;
	color:#fff;
	background: #1b1b1b; /* Old browsers */
background: -moz-linear-gradient(top, #1b1b1b 0%, #616161 40%, #1b1b1b 60%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1b1b1b 0%,#616161 40%,#1b1b1b 60%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1b1b1b 0%,#616161 40%,#1b1b1b 60%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   }
   
    .tsifra_red{
	   float: left;
margin: 0px 5px 0px 10px;;
	border:0;
	font-size:100%;
	padding: 0px 5px 3px 5px;
	width: 10px;
	border-radius:3px;'
	font-weight:bold;
	color:#fff;
	background: #a76e43; /* Old browsers */
background: -moz-linear-gradient(top, #a76e43 0%, #cba990 50%, #a76e43 70%, #593b24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a76e43 0%,#cba990 50%,#a76e43 70%,#593b24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a76e43 0%,#cba990 50%,#a76e43 70%,#593b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a76e43', endColorstr='#593b24',GradientType=0 ); /* IE6-9 */
   }  

/* [ Icons style ] */
/*================================================== */

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }

.fa-brands {
  margin: 5px 15px;
  font-size: 20px;
  background: none;
  color: #fff;
}

.fa-brands:hover {
	background: #fff;
  color: #000;
}

.fa-footer {
  margin: 5px 10px;
  font-size: 15px;
  background: none;
  color: #fff;
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 100; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-viber {
  --fa: "\f409"; }

  .fa-phone {
  --fa: "\f095"; }

  .fa-house {
  --fa: "\f015"; }

  .fa-envelope {
  --fa: "\f0e0"; }

  .fa-circle-chevron-right {
  --fa: "\f138"; }

  .fa-circle-chevron-left {
  --fa: "\f137"; }

  .fa-star {
  --fa: "\f005"; }



