@charset "UTF-8";
body {
overflow-x: hidden;
background-size:cover;
background-attachment:fixed;
margin: 0;
color: #12161b;
position:relative;}

body:before{
	background-image: url('/site/img/bg-line.png');
	background-size: 1500px;
	background-repeat-x: no-repeat;
	background-position: center;
	content: "";
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.no-scroll {
overflow: hidden; }

@font-face {
font-family: "Light";
src: url("../fonts/site-font-light.ttf");
src: url("../fonts/site-font-light.ttf") format("truetype");
font-style: normal;
font-weight: normal; }
@font-face {
font-family: "Bold";
src: url("../fonts/site-font-light.ttf");
src: url("../fonts/site-font-light.ttf") format("truetype");
font-style: normal;
font-weight: bold; }
* {
box-sizing: border-box;
font-family: "Light";
font-size: 16px;
outline: none; }

p {
padding-bottom: 15px;
padding-top: 0px;
margin: 0; }
p a {
text-decoration: none;
position: relative;
transition: 0.5s; }
p a:after {
width: 100%;
content: "";
height: 1px;
position: absolute;
bottom: 1px;
left: 0; }
p a:hover{
opacity:0.8;
}    
p a:hover:after{
height:2px;
display:none;
}   

ul {
padding: 0;
margin: 0; }
ul li {
list-style: none;
position: relative;
padding-left: 25px;
padding-bottom: 15px; }
ul li:before {
content: "—";
top: 0;
position: absolute;
left: 0;
color: #333; }
ul li a {
color: #bf8034;
text-decoration: none;
position: relative;
transition: 0.5s; }
ul li a:after {
width: 100%;
content: "";
height: 1px;
position: absolute;
bottom: 1px;
left: 0;
background: #bf8034; }
ul li a:hover{
opacity:0.8;
}    
ul li a:hover:after{
height:2px;
display:none;
} 

iframe{
border:none;
}    

h1 {
display: block;
font-size: 45px;
text-align: center;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }
@media (max-width: 650px) {
h1 {
font-size: 35px; } }
@media (max-width: 450px) {
h1 {
font-size: 22px; } }      

h2 {
display: block;
font-size: 35px;
text-align: center;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }
@media (max-width: 650px) {
h2 {
font-size: 30px; } }

h3 {
display: block;
font-size: 30px;
text-align: center;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }
@media (max-width: 650px) {
h3 {
font-size: 25px; } }

h4 {
display: block;
font-size: 25px;
text-align: center;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }
@media (max-width: 650px) {
h4 {
font-size: 23px; } }

h5 {
display: block;
font-size: 20px;
text-align: center;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }
@media (max-width: 650px) {
h5 {
font-size: 19px; } }

.table-window {
width: 100%;
overflow-x: auto; }

.table-window::-webkit-scrollbar {
width: 3px; }

.table-window::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-window::-webkit-scrollbar-thumb {
background-color: #c3c3c3;
outline: 1px solid #c3c3c3; }

table {
width: 100%;
border-collapse: collapse; }
table *{
    font-size:15px;
}
table tr {
height: 60px;; }
table tr:hover {
background: #eee;
cursor: default; }
table tr:first-child:hover {
background: transparent;
cursor: default; }
table td {
padding-left: 5px;
padding-right:5px;}
table td a {
border: none; }
table th {
cursor: default;
padding-left: 35px;
text-align: left; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 17px;
height: 17px;
border: 1px solid #aaa;
background: #f8f8f8;
border-radius: 0px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
top: 2px;
left: 4px;
font-size: 14px;
color: #5fc747;
transition: all .2s; }

[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0); }

[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1); }

.buttonsvyaz {
text-decoration: none;
margin: auto;
margin-top: 20px;
display: table;
color: #fff;
padding: 15px 30px;
text-transform: uppercase;
cursor: pointer;
font-family: "Bold";
font-size: 18px;
transition: 0.5s;
letter-spacing: 2px; }
.buttonsvyaz:after {
display: none; }
.buttonsvyaz:hover {
background: #fff;
color: #12161b; }

#shadow {
position: fixed;
z-index: 100;
background: rgba(0, 0, 0, 0.5);
top: 0;
display: none;
left: 0;
width: 100%;
height: 100%; }

#window1 {
position: absolute;
z-index: 101;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: #fff;
width: 420px;
min-height: 500px;
display: inline-table;
padding: 15px; }
@media (max-width: 450px) {
#window1 {
width: 100%;
margin: auto;
height: 100%;
position: relative; } }
#window1 .submit {
outline: none;
border: none;
transition: 0.5s;
margin: auto;
width: 200px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
text-align: center;
text-transform: uppercase;
color: #fff;
transition: 0.5s;
cursor: pointer; }
#window1 .submit:hover {
background: #fff;
color: #333; }
#window1 input {
width: 100%;
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
margin-bottom: 7px;
outline: none;
border: 1px solid #12161b;
float: left;
height: 30px; }
#window1 textarea {
width: 100%;
padding: 10px;
font-size: 16px;
margin-bottom: 10px;
outline: none;
border: 1px solid #12161b;
float: left;
min-height: 70px;
resize: vertical; }
#window1 .title {
width: 100%;
text-align: center;
font-size: 25px;
padding-top: 15px;
float: left;
text-transform: uppercase; }
#window1 .caption {
text-align: center;
float: left;
width: 100%;
font-size: 15px;
margin-bottom: 10px; }
#window1 #close {
position: absolute;
top: 10px;
height: 25px;
width: 25px;
right: 10px; }
#window1 #close:after {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(45deg);
background: #b40000;
content: "";
position: absolute; }
#window1 #close:before {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(-45deg);
background: #b40000;
content: "";
position: absolute; }
#window1 #close:hover {
cursor: pointer; }
#window1 #close:hover:before {
background: #333; }
#window1 #close:hover:after {
background: #333; }

.shadow-sec {
position: fixed;
z-index: 100;
background: rgba(0, 0, 0, 0.5);
top: 0;
display: none;
left: 0;
width: 100%;
height: 100%; }

.shadow-close {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
cursor: url(/site/img/cross.png) 20 20, not-allowed;
height: 100%; }

.window {
position: relative;
z-index: 1;
top: 0;
left: 0;
margin: auto;
background: #fff;
max-width: 450px;
overflow:auto;
display: block;
padding: 15px; }
@media (max-width: 450px) {
.window {
width: 100%;
margin: auto;
height: 100%;
position: relative; } }
.window .close {
position: absolute;
top: 10px;
height: 25px;
width: 25px;
right: 10px; }
.window .close:after {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(45deg);
background: #b40000;
content: "";
position: absolute; }
.window .close:before {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(-45deg);
background: #b40000;
content: "";
position: absolute; }
.window .close:hover {
cursor: pointer; }
.window .close:hover:before {
background: #333; }
.window .close:hover:after {
background: #333; }
.window .title {
width: 100%;
text-align: center;
font-size: 25px;
padding-top: 15px;
float: left;
text-transform: uppercase; }
.window .caption {
text-align: center;
float: left;
width: 100%;
font-size: 15px;
margin-bottom: 10px; }
.window span {
float: left;
margin-bottom:5px;
font-size:13px;
width: 100%;
margin-bottom: 3px; }
.window span sup{font-size:10px;}
.window input {
width: 100%;
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
margin-bottom: 7px;
outline: none;
border: 1px solid #ccc;
border-radius:5px;
float: left;
font-size:13px;
height: 30px; }
.window textarea {
width: 100%;
padding: 10px;
font-size: 16px;
margin-bottom: 10px;
outline: none;
border: 1px solid #12161b;
float: left;
min-height: 70px;
resize: vertical; }
.window .politic {
width: 100%;
float: left;
height: 50px; }
.window .politic span {
float: right;
font-size: 14px;
width: calc(100% - 25px); }
.window .politic a {
text-decoration: none;
position: relative;
display: inline-block;
transition: 0.5s; }
.window .politic a:after {
position: absolute;
bottom: 0;
left: 0;
content: "";
transition: 0.5s;
width: 0%;
height: 1px;
background: #333; }
.window .politic a:hover {
color: #212a33; }
.window .politic a:hover:after {
width: 100%; }
.window .error-window {
float: left;
width: 100%;
font-size: 13px;
margin-top: 5px; }
.window .submit {
outline: none;
border: none;
transition: 0.5s;
margin: auto;
width: 200px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
text-align: center;
text-transform: uppercase;
color: #fff;
transition: 0.5s;
cursor: pointer; }
.window .submit:hover {
background: #fff;
color: #333; }
.window .unmasked-value {
display: none; }

.btn-call {
cursor: pointer;
transition: 0.5s; }

.wrapper {
max-width: 1100px;
margin: 0 auto;
position:relative;
z-index:3;
height:inherit;
padding-left: 20px;
padding-right: 20px; }

.head {
position: relative;
z-index: 5; }

.top-line {
padding: 15px 0; }
@media (max-width: 650px) {
.top-line {
padding: 5px 0; } }
.top-line .wrapper {
text-align: justify;
line-height: 0; }
.top-line .wrapper:after {
content: "";
display: inline-block;
width: 100%; }
.top-line .half-sec {
display: inline-block;
text-align: left; }
@media (max-width: 650px) {
.top-line .half-sec {
display: none; } }
.top-line .social-net-sec {
text-align: right;
display: inline-block; }
.top-line .social-net-sec a {
position: relative;
top: 2px;
margin-left: 10px; }
.top-line .social-net-sec a i {
font-size: 17px;
line-height: 15px;
transition: 0.5s; }
.top-line .social-net-sec a i:hover {
color: #fff; }

.middle-head-sec {
height: 160px; }
@media (max-width: 850px) {
.middle-head-sec {
height: 130px; } }
.middle-head-sec .wrapper {
text-align: justify;
line-height: 0;
font-size: 0; }
.middle-head-sec .wrapper:after {
content: "";
display: inline-block;
width: 100%; }
.middle-head-sec .logo {
position: relative;
display: inline-flex;
vertical-align: top;
height:120px;
top: 0px; }
.middle-head-sec .logo img {
height: 70px;
margin:auto}
@media (max-width: 850px) {
.middle-head-sec .logo img {
height: 60px;
max-width:220px;
position: relative;
top: 10px; }
}
.middle-head-sec .mobile-btn {
display: none;
cursor: pointer; }
@media (max-width: 850px) {
.middle-head-sec .mobile-btn {
display: inline-block;
position: relative;
height: 50px;
width: 50px;
top: 40px; } }
.middle-head-sec .mobile-btn span {
top: 24px;
left: 15%;
width: 70%;
transition: 0.3s;
height: 2px;
position: absolute; }
.middle-head-sec .mobile-btn:before {
bottom: 12px;
left: 15%;
width: 70%;
transition: 0.3s;
height: 2px;
content: "";
position: absolute; }
.middle-head-sec .mobile-btn:after {
top: 12px;
left: 15%;
width: 70%;
height: 2px;
transition: 0.3s;
content: "";
position: absolute; }
.middle-head-sec .contact-head-section {
display: inline-flex;
vertical-align: top;
height: 130px; }
@media (max-width: 800px) {
.middle-head-sec .contact-head-section {
display: none; } }
.middle-head-sec .contain-adres {
margin: auto;
padding-left: 60px;
min-height: 50px;
position: relative;
display: flex;
margin-left: 20px;
max-width: 250px; }
.middle-head-sec .contain-adres .icon-sec {
height: 50px;
width: 50px;
position: absolute;
top: 0;
left: 0;
display: flex; }
.middle-head-sec .contain-adres .icon-sec img {
margin: auto;
height: 30px;
width: 30px; }
.middle-head-sec .contain-adres span {
margin: auto;
text-align: left;
display: block;
line-height: 20px; }
.middle-head-sec .contain-adres a {
text-decoration: none;
transition: 0.5s; }
.menu-content nav{
width:100%;
text-align:justify;
}
.menu-content nav ul{
width:100%;
text-align:justify;
}
.menu-content nav ul:after{
display:inline-block;
width:100%;
content:"";
}
.menu-content nav li:before{
display:none;
}
.menu-content nav li{
padding-left:0;
}
.main-menu {
transition: 0.5s; }
@media (max-width: 850px) {
.main-menu {
width: 100%;
position: fixed;
transform: translateX(-100%);
top: 0;
z-index:6;
height: 100vh;
z-index: 40;
overflow: hidden; }
.main-menu .menu-wrapper {
top: 0px;
position: absolute;
left: 0;
padding: 20px;
width: 100%;
overflow-y: auto;
height: 100%; }
.main-menu .menu-wrapper a {
height: auto;
margin-top: 15px;
margin-bottom: 15px;
width: 100%; }
.main-menu .menu-wrapper a span {
text-align: left;
margin-left: 0; }
.main-menu .menu-wrapper .call-btn {
position: relative; }
.main-menu .menu-wrapper .menu-content {
width: 100%;
height: auto;
padding-right: 60px; } }
.main-menu .mobile-close {
height: 50px;
width: 50px;
cursor: pointer;
top: 20px;
right: 20px;
z-index: 5;
display: none;
position: fixed; }
@media (max-width: 850px) {
.main-menu .mobile-close {
display: block; } }
.main-menu .mobile-close:before {
top: 22px;
left: 0;
width: 100%;
transform: rotate(-45deg);
height: 2px;
content: "";
position: absolute; }
.main-menu .mobile-close:after {
top: 22px;
left: 0;
width: 100%;
transform: rotate(45deg);
height: 2px;
content: "";
position: absolute; }
.main-menu .contact-head-section-mobile {
display: none;
margin-top: 20px; }
@media (max-width: 800px) {
.main-menu .contact-head-section-mobile {
display: block; } }
.main-menu .contact-head-section-mobile .contain-adres {
margin: auto;
padding-left: 60px;
min-height: 50px;
position: relative;
display: flex;
margin-bottom: 10px;
width: 100%; }
.main-menu .contact-head-section-mobile .contain-adres .icon-sec {
height: 50px;
width: 50px;
position: absolute;
top: 0;
left: 0;
display: flex; }
.main-menu .contact-head-section-mobile .contain-adres .icon-sec i {
color: #fff; }
.main-menu .contact-head-section-mobile .contain-adres .icon-sec img {
margin: auto;
height: 30px;
width: 30px; }
.main-menu .contact-head-section-mobile .contain-adres span {
margin: auto;
text-align: left;
display: block;
margin-left: 0;
font-size: 14px;
line-height: 20px;
color: #1d2124; }
.main-menu .contact-head-section-mobile .contain-adres a {
text-decoration: none;
height: auto;
margin-bottom: 0;
margin-top: 0;
font-size: 14px; }

.active-menu-sec {
transform: translateX(0%); }

.active-header {
position: fixed;
top: 0px;
width: 100%; }
.active-header .menu-wrapper {
top: 0; }

.menu-wrapper {
height: 40px;
position: relative;
top: -40px; }
.menu-wrapper .menu-content {
text-align: justify;
height: 40px;
padding-left: 20px;
padding-right: 200px;
cursor: default; }
.menu-wrapper .menu-content:after {
content: "";
display: inline-block;
width: 100%; }
.menu-wrapper span {
margin: auto;
font-size: 14px;
text-transform: uppercase;
transition: 0.5s; }
.menu-wrapper li {
text-decoration: none;
display: inline-flex;
height: 40px;
position: relative; }
@media (max-width: 850px) {
.menu-wrapper li {
width: 100%;
padding-right: 0;
display: contents;
margin-bottom: 10px; } }
.menu-wrapper li .sub_top_menu {
position: absolute;
top: 40px;
display: none;
min-width: 150px;
left: -10px;
width:auto;
padding-left: 10px;
padding-right: 10px; }
.menu-wrapper li .sub_top_menu a {
padding-top:5px;
height:auto;
padding-bottom:5px;}
.menu-wrapper li .sub_top_menu a span{
font-size:14px;
text-align:left;
}
.menu-wrapper li .sub_top_menu:after{
display:none;
}
.menu-wrapper li .sub_top_menu li{
height:auto;
padding-top:5px;
padding-bottom:5px;
}
@media (max-width: 650px) {
.menu-wrapper li .sub_top_menu {
position: relative;
top: 0;
left: 0;
padding-left: 0px;
padding-right: 0px;
display: block; }
.menu-wrapper li .sub_top_menu a {
min-height: 30px;
margin-top:5px;
margin-bottom:5px;
padding-left:12px;
position:relative;

} 
.menu-wrapper li .sub_top_menu a:before{
top: 13px;
height: 5px;
width: 5px;
background: #fff;
left: 0px;
position: absolute;
content: "";
}
}
.menu-wrapper li:hover .sub_top_menu {
display: block; }
.menu-wrapper a {
text-decoration: none;
padding-right:20px;
display: inline-flex;
height: 40px; }
.menu-wrapper a:after{
    display:none;
}
.menu-wrapper .call-btn {
text-decoration: none;
display: inline-flex;
vertical-align: top;
width: 200px;
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
height: 40px;
cursor: pointer;
transition: 0.5s; }
.menu-wrapper .call-btn span {
font-family: "Bold";
font-size: 16px;
letter-spacing: 0.5px; }
.menu-wrapper .call-btn:hover {
color: #fff; }

.slider-section {
position: relative;
top: -60px;
z-index: 1;
height: 500px;
margin-bottom: -10px; }
@media (max-width: 850px) {
.slider-section {
height: auto;
top: 0;
margin-bottom: 0px; } }
.slider-section .owl-dots {
display: none; }
.slider-section .route {
position: absolute;
cursor: pointer;
height: 40px;
width: 60px;
top: calc(50% - 25px);
z-index: 2;
transition: 0.5s; }
.slider-section .route img {
height: 30px;
position: absolute;
top: 5px;
width: 60px; }
@media (max-width: 850px) {
.slider-section .route {
width: 40px; }
.slider-section .route img {
width: 50px; } }
@media (max-width: 650px) {
.slider-section .route {
width: 30px; }
.slider-section .route img {
width: 40px;
height: 20px;
top: 10px; } }
.slider-section .route-left {
left: 0; }
.slider-section .route-left img {
left: 20px; }
@media (max-width: 850px) {
.slider-section .route-left img {
left: 10px; } }
.slider-section .route-right {
right: 0; }
.slider-section .route-right img {
right: 20px; }
@media (max-width: 850px) {
.slider-section .route-right img {
right: 10px; } }
.slider-section .wrapper {
display: flex;
height: 500px; }
@media (max-width: 650px) {
.slider-section .wrapper {
height: auto; } }
.slider-section .txt-sec {
margin: auto;
text-align:center;}
.slider-section .slide-item {
height: 500px;
background-size: cover; }
@media (max-width: 850px) {
.slider-section .slide-item {
padding-left: 60px;
padding-right: 60px; } }
@media (max-width: 650px) {
.slider-section .slide-item {
height: auto;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px; } }
.slider-section .slide-item .title-slider {
font-size: 45px;
text-transform: uppercase;
font-family: "Bold";
letter-spacing: 2px; }
@media (max-width: 650px) {
.slider-section .slide-item .title-slider {
font-size: 20px; } }
.slider-section .slide-item .desc-slider {
width: 50%;
font-size: 17px;
font-style: italic;
margin-top: 20px; }
@media (max-width: 650px) {
.slider-section .slide-item .desc-slider {
width: 100%;
font-size: 15px; } }
.slider-section .slide-item .slider-btn {
text-decoration: none;
display: inline-flex;
vertical-align: top;
margin-top: 20px;
color: #fff;
padding: 15px 30px;
position: relative;
text-transform: uppercase;
cursor: pointer;
font-family: "Bold";
font-size: 18px;
transition: 0.5s;
letter-spacing: 2px; }
.slider-section .slide-item .slider-btn:hover {
background: #fff;
color: #12161b; }

footer .wrapper {
text-align: justify;
padding-top: 20px;
padding-bottom: 10px;
line-height: 0; }
footer .wrapper:after {
content: "";
display: inline-block;
width: 100%; }
footer .contain-adres {
margin: auto;
padding-left: 60px;
min-height: 50px;
position: relative;
display: inline-flex;
vertical-align:top;
max-width: 250px; }
@media (max-width: 650px) {
footer .contain-adres {
display: flex;
margin-left: 0;
margin-bottom: 10px; } }
footer .contain-adres .icon-sec {
height: 50px;
width: 50px;
position: absolute;
top: 0;
left: 0;
display: flex; }
footer .contain-adres .icon-sec i {
color: #fff; }
footer .contain-adres .icon-sec img {
margin: auto;
height: 30px;
width: 30px; }
footer .contain-adres span {
margin: auto;
text-align: left;
display: block;
line-height: 20px; }
@media (max-width: 650px) {
footer .contain-adres span {
margin-left: 0; } }
footer .contain-adres a {
text-decoration: none;
transition: 0.5s; }
footer .logo {
display: inline-block;
vertical-align: top;
filter: brightness(500) grayscale(100%);;
height: 70px; }
@media (max-width: 850px) {
footer .logo {
margin-top: 30px; } }
footer .logo img {
height: 50px;
width: auto;}
footer .logo .social-footer {
height: 50px;
text-align: right;
padding-top: 15px; }
@media (max-width: 850px) {
footer .logo .social-footer {
text-align: left;
margin-top: 10px; } }
footer .logo .social-footer a {
display: inline-flex;
height: 35px;
width: 35px;
background: #fff;
border-radius: 50%;
text-decoration: none;
margin-left: 5px;
transition: 0.5s; }
footer .logo .social-footer a i {
margin: auto;
font-size: 19px;
transition: 0.5s; }
footer .logo .social-footer a:hover i {
color: #1f1f1f; }
footer .contact-footer-section {
display: inline-block;
vertical-align: top;
height: 70px;
width: 550px;
position: relative; }
@media (max-width: 850px) {
footer .contact-footer-section {
height: auto; } }
@media (max-width: 650px) {
footer .contact-footer-section {
width: 100%; } }
footer .copyright {
width: 500px;
height: 50px;
margin-top: 50px;
line-height: 16px;
display: flex;
text-align: left; }
@media (max-width: 850px) {
footer .copyright {
margin-top: 30px;
height: auto;
width: 100%; } }
footer .copyright span {
margin: auto;
margin-left: 0; }
footer .footer-bottom {
text-align: center;
padding: 15px 0;
color: #9f9f9f; }
footer .footer-bottom a {
text-decoration: none;
transition: 0.5s; }
@media (max-width: 650px) {
footer .footer-bottom a {
font-size: 14px;
display: block; } }
footer .footer-bottom a .icon {
position: relative;
height: 20px;
width: 20px;
top: 3px;
transition: 0.5s; }
footer .footer-bottom a:hover {
color: #5fc747; }
footer .footer-bottom a:hover .icon {
fill: #5fc747; }

.first-section, .articles-section, .article-section, .gallery-page {
padding-bottom: 50px; }
.first-section iframe, .articles-section iframe, .article-section iframe, .gallery-page iframe {
max-width: 100%; }

.first-section img{
max-width: 100%;
height:auto !important;
}

.first-section{
    position:relative;
    z-index:2;
}

.news-card {
border: 1px solid #ddd;
display: block;
text-align: justify;
text-decoration: none;
line-height: 0;
font-size: 0;
transition: 0.5s;
margin-bottom: 20px; }
.news-card:after {
content: "";
display: inline-block;
width: 100%; }
.news-card:hover {
border: 1px solid #1f1f1f;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
background:rgba(255,255,255,0.5);}
.news-card .pic {
width: 350px;
height: 250px;
background-size: cover;
background-position: center;
float: left;
line-height: 0;
vertical-align: top; }
@media (max-width: 650px) {
.news-card .pic {
width: 100%; } }
.news-card .txt-setion {
display: inline-block;
vertical-align: top;
width: calc(100% - 350px);
float: left;
padding: 20px;
line-height: 18px; }
@media (max-width: 650px) {
.news-card .txt-setion {
width: 100%; } }
.news-card .name-article {
font-size: 25px;
line-height: 35px;
font-family: "Bold";
text-transform: uppercase;
text-align: left;
color: #12161b; }
.news-card .comment-article {
text-align: left;
color: #12161b; }
.news-card .data-article {
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 22px;
text-align: left;
font-size: 19px;
color: #12161b; }
.news-card .data-article span {
font-size: 19px; }

.contact-content {
text-align: justify; }
.contact-content:after {
content: "";
display: inline-block;
width: 100%; }

.map-section {
height: 600px;
display: inline-block;
border: 1px solid #ddd;
vertical-align: top;
width: 60%; }
@media (max-width: 650px) {
.map-section {
width: 100%;
height: 300px;
margin-bottom: 50px; } }

.info-section {
min-height: 500px;
display: inline-block;
vertical-align: top;
width: 37%;
position: relative; }
@media (max-width: 650px) {
.info-section {
width: 100%; } }
.info-section .contact-page-cell {
text-align: left;
position: relative;
font-size: 18px; }
.info-section span {
display: inline-block;
position: absolute;
font-size: 18px;
top: 0;
left: 0;
width: 80px;
font-weight: bold;
height: 100%; }
.info-section .contact-page-social {
padding-top: 20px;
margin-top: 10px;
display: inline-block;
border-top: 2px solid #1f1f1f; }
.info-section .contact-page-social a {
font-size: 35px;
margin-left: 5px;
margin-right: 5px; }
.info-section .contact-page-social a i {
color: #1f1f1f;
transition: 0.5s; }

.no-ref {
text-decoration: none; }
.no-ref:after {
display: none; }
.no-ref img {
max-width: 100%;
height: auto !important; }

.otziv_line {
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #ccc; }
.otziv_line .art_head_new {
display: block;
font-size: 20px;
padding-top: 20px;
text-align: left;
text-transform: uppercase;
color: #12161b;
font-family: "Bold"; }

#otzivformtext {
text-align: center; }
#otzivformtext input {
width: 50%;
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
margin-bottom: 7px;
outline: none;
border: 1px solid #12161b;
height: 40px; }
@media (max-width: 850px) {
#otzivformtext input {
width: 100%; } }
#otzivformtext #c_captcha2 {
position: relative;
top: -15px;
width: calc(50% - 103px);
margin-bottom: 0; }
@media (max-width: 850px) {
#otzivformtext #c_captcha2 {
width: calc(100% - 104px); } }
#otzivformtext #otzivi_mess {
padding-top: 20px; }
#otzivformtext .wrapper_captcha {
height: 40px; }
#otzivformtext #c_send_otziv {
text-decoration: none;
height: auto;
margin: auto;
margin-top: 20px;
border: none;
display: table;
color: #fff;
padding: 15px 30px;
text-transform: uppercase;
cursor: pointer;
font-family: "Bold";
font-size: 18px;
transition: 0.5s;
letter-spacing: 2px; }
#otzivformtext #c_send_otziv:hover {
color: #12161b;
background: #fff; }
#otzivformtext textarea {
width: 50%;
padding: 10px;
font-size: 16px;
margin-bottom: 7px;
outline: none;
border: 1px solid #12161b;
min-height: 100px;
resize: vertical; }
@media (max-width: 850px) {
#otzivformtext textarea {
width: 100%; } }

.gallery-page .wrapper {
text-align: justify; }
.gallery-page .wrapper:after {
content: "";
display: inline-block;
width: 100%; }

.photo-gallery-block {
width: 24%;
height: 250px;
display: inline-block;
vertical-align: top;
background-size: cover;
background-position: center;
margin-bottom: 15px; }

/*# sourceMappingURL=style.css.map */


.pages ul li{
display:inline-block;
padding-left:0;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}

.pages ul li:before{
display:none;
}

.head-article{
height:300px;
position:relative;
display:flex;
width:100%;
padding:30px;
top:-60px;
margin-bottom:-30px;
background-size:cover;
}

.head-article:before{
position:absolute;
top:0;
left:0;
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
content:"";
z-index:1;
}

.head-article h1{
position:relative;
z-index:1;
}
@media (max-width: 550px) {
.head-article h1{
font-size:20px;
}    
}

.call-call-call{
display:none;
}

@media (max-width: 850px) {
.head-article{
top:0;
margin-bottom:20px;
height:auto;
padding-bottom:80px;
}
.first-section iframe{
width:100% !important;
}

#leadia_science_widget{
display:none !important;
z-index:-50 !important;
}
#productview{
display:none !important;
z-index:-50 !important; 
}
.pv_wrap_container{
display:none !important;
z-index:-50 !important; 
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.call-call-call{
height:60px;
position:fixed;
width:60px;
display:flex;
right:20px;
border-radius:50%;
bottom:30px;
border:2px solid #1252b3;
background:#fff;
text-decoration:none;
z-index:2;
}

.call-call-call i{
margin:auto;
font-size:35px;
color:#1252b3;
animation: eye 3s ease-in-out infinite;
-webkit-animation: eye 3s ease-in-out infinite;
}

@keyframes eye {
90% { transform: none; }   
95% { transform: scaleY(0.1); }
}
@-webkit-keyframes eye {
90% { transform: none; }   
95% { transform: scaleY(0.1); }
}

}

@media (max-width: 550px) {
.head-article{
height:auto;
display:block;
}
.head-article .breadcrumst{
position:relative !important;
margin-bottom:0px !important;
margin-top:20px !important;
}
}

.head-article h1{
margin:auto;
}

.breadcrumst{
text-align:center;
margin-bottom:30px;
}

.head-article .breadcrumst{
z-index:1;
position:absolute;
width:100%;
left:0;
bottom:0px;
color:#fff;
}

.head-article .breadcrumst a{
color:#fff;
text-decoration:none;
}


.text{
width:auto !important;
max-width:500px;
padding-top:0 !important;
}




.anchor{
position:fixed;
padding-top:7px;
padding-bottom:5px;
width:100%;
bottom:90px;
background:#fff;
z-index:5;
}

@media (max-width: 850px){
.anchor{
bottom:0px;
}    
}

.first-section *[id]{
padding-top:50px;
display:block;
}

.anchor-btn{
padding:5px 10px;
font-size:13px;
display:inline-block;
background: #1252b3;
color:#fff;
margin-bottom:2px;
border-radius:10px;
text-decoration:none;
}

.error-page {
display: flex;
height: 100vh;
position:relative;
z-index:3;
width: 100vw;
background-image: url("/site/img/circle-fon.png");
background-size: auto 80%;
background-repeat: no-repeat;
background-position: center left; }
.error-page .content {
margin: auto;
text-align: center;
padding: 20px; }
.error-page .code-error {
font-size: 120px;
font-family: "Bold";
color: #1252b3; }
.error-page .logo {
position: absolute;
width: 200px;
top: 100px;
left: calc(50% - 100px); }
.error-page .logo img {
width: 200px; }
@media (max-width: 500px) {
.error-page .logo {
top: 70px; } }
@media (max-width: 350px) {
.error-page .logo {
top: 50px; } }
.error-page .go-to-home {
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
cursor: pointer;
margin-top: 20px;
text-decoration: none;
transition: 0.5s;
border-radius: 25px;
font-family: "Bold";
color: #000;
background: #1252b3; }
.error-page .go-to-home:hover {
color:#fff;
background: #333; }













.map-module{
    position:relative;
}

.map-module svg{
    height:100%;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}

.status{
    display:flex;
    width:fit-content;
    margin:0 auto;
    margin-bottom:30px;
}

.sold{
    fill: #c3000078;
}

.lock{
    fill: #f06d2470;
}

.uschastok_off{
    pointer-events: none;
}

.label-st{
    padding-left:30px;
    position:relative;
}

.label-st:before{
    height:20px;
    width:20px;
    left:0;
    position:absolute;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    content:"";
}

.label-st + .label-st{
    margin-left:20px;
}

.free:before{
    background:#5ca32c;
}

.sold:before{
    background: #c30000;
}

.lock:before{
    background: #f06d24;
}

.free{
    fill: #5ca32c8c;
}

.free:hover{
    fill: #99ad8c8c;
}

.uschastok-link{
    cursor:pointer;
    position:relative;
}

.tooltip{
 position:absolute;
 z-index:999;
 left:-9999px;
 display:none;
 background-color:#dedede;
 padding:5px;
 border:1px solid #fff;
}

.map-module img{
    width:1000px;
    height:800px;
    display:block;
    margin:0 auto;
}


.shadow-byu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:7;
    background: #ffffffaa;
    height:100%;
    display:none;
}

.sm-tit{
    text-align:center;
    font-size:13px;
}

.shadow-byu .window{
    width:320px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.closet {
position: absolute;
top: 10px;
height: 25px;
cursor:pointer;
width: 25px;
right: 10px; }
.closet:after {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(45deg);
background: #b40000;
content: "";
position: absolute; }
.closet:before {
width: 30px;
height: 1px;
top: 11px;
left: -4px;
transform: rotate(-45deg);
background: #b40000;
content: "";
position: absolute; }

.shadow-byu .window input{
    height:45px;
}

.shadow-byu .window button{
    outline: none;
    border: none;
    transition: 0.5s;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    background: #5ca32c;
    padding: 12px 20px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.shadow-byu .window .title{
    margin-bottom:20px;
}




































