textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {color: #454545;}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {color: transparent;}
textarea:-moz-placeholder,
input:-moz-placeholder {color: #454545;}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {color: transparent;}
textarea::-moz-placeholder,
input::-moz-placeholder {color: #454545;}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {color: transparent;}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {color: #454545;}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {color: transparent;}



body {
	position: relative;
	color: #1A1A1A;
	background-color: #F6FAFF;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	font-size: 15px;
	letter-spacing: .015em;
	 -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
section.comments{
    overflow: hidden;

}
button,
a {
	color: inherit;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out
}
button:focus, a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: inherit
}
p {
font-size: 14px;
line-height: 180%;
color: #535353;
margin: 0 0 10px;
}
ul{
	padding: 0;
	margin: 0;
}
li{
list-style:none;
}
.nodpad{
 padding: 0;
}



h2, h1, h3, h4, h5, h6 {
margin: 0 0 10px;
font-weight: normal;
font-family: 'Cera Round Pro Bold';
font-size: 48px;
line-height: 48px;
letter-spacing: 0.05em;
text-transform: uppercase;
}

.container {
width: auto;
max-width: 1300px;
position: relative;
}


form .btn input,
.btn a{
    font-weight: 700;
    font-size: 16px;
    line-height: 55px;
    margin: 25px 0 10px;
    padding: 0 55px;
    outline: none;
    border: 0;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF200 0%, #DE7F10 100%);
    box-shadow: 0px 10px 30px rgba(227, 144, 14, 0.25), inset 0px -5px 0px rgba(155, 102, 15, 0.6);
    border-radius: 40px;
    color: #583A00;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out
}
form .btn input:hover,
.btn a:hover{
     box-shadow: 0px 0px 30px rgba(227, 144, 14, 0.25), inset 0px 0px 0px rgba(155, 102, 15, 0.6);   
}

header {
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
header .logo{
    max-width: 110px;
    vertical-align: middle;
    display: inline-block;
}
header .logo img{
    width: 100%;
}
footer .adress,
header .adress{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0 0 25px;
}
header .adress{
     margin: 15px 0 0 25px;   
}

footer .adress:before,
header .adress:before{
 content: "";
 position: absolute;
width: 18px;
height: 24px;
background-image: url(../img/map.png);
background-position: center;
background-size: cover;
}
footer .adress span,
header .adress span{
    max-width: 200px;
    display: block;
    font-size: 13px;
    padding: 0 0 0 30px;
    color: #C8C8C8;
}
header .contact{
        text-align: right;
    position: relative;
    vertical-align: middle;
    display: inline-block;
        margin: 15px 0 0 0;
}
footer a.phone,
header .contact a.phone{
font-weight: normal;
font-family: 'Cera Round Pro Bold';
    font-size: 23px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: block;
    margin: 2px 0 0;
    padding: 0 0 5px;
 border-bottom: 1px solid transparent;
     display: inline-block;
}
header .contact a.phone:hover{
    border-bottom: 1px solid #fff200;   
}
footer a.phone span,
header .contact a.phone span{
   font-weight: 400; 
   font-family: 'Cera Round Pro Light';
   font-size: 18px;
}
header .contact a.modal-link {
display: block;
    text-align: right;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #C8C8C8;
    font-size: 13px;
  margin: 2px 0 5px;
}
header .contact a.modal-link:hover{
  color: #fff200;
}
header .email a{
   color: white;
    font-weight: normal;
    font-family: 'Cera Round Pro Bold';
    font-size: 16px;
    line-height: 16px; 
}

header nav{
vertical-align: top;
    display: inline-block;
margin: 5px 0 0 20px;
}
header nav ul li{
    margin: 0 .6rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1);
   border-bottom: 1px solid #F0BE08;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    letter-spacing: .025em;
}



.slider{
    z-index: 0;
    position: relative;
    min-height: 800px;
    background-position: center;
    background-size: cover;
    color: white;
    background-image: url(../img/bgSliderMin-min.jpg);
}
.slider .container-border{
    max-width: 970px;
    max-height: 450px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
    margin: auto;
    padding: 50px;
    text-align: center;
}
.slider .container-border:before{
content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/bgSliderBorder.png);
}

.slider h1{
    margin: 30px 0 5px;
    font-weight: normal;
    font-family: 'Cera Round Pro Medium';
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.slider p{
    font-family: 'Cera Round Pro Medium';
    color: white;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 40px;
}
.slider h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    max-width: 550px;
    margin: 0 auto;
}






.about{
    padding: 70px 0;
}
.comments h4,
.system h2,
.about h3{
font-family: 'Cera Round Pro Light';
    font-size: 40px;
    position: relative;
    padding: 0 0 20px;
    margin: 40px 0 30px;
}
footer h6:before,
.comments h4:before,
.system h2:before,
.about h3:before{
content: "";
    position: absolute;
    background-color: #F0BE08;
    width: 25%;
    height: 2px;
    bottom: 0;
}
footer .email a{
     font-weight: normal;
    font-family: 'Cera Round Pro Bold';
    font-size: 20px;
    line-height: 16px;
    color: white;
    display: block;
    margin: 20px 0 0;   
    
}
footer .email span {
    font-family: 'Cera Round Pro Regular';
}
.comments h4:before{
margin: 0 auto;
    right: 0;
    left: 0;
    width: 12%;
}
.comments .brend{
position: relative;
padding: 40px 0 0;
}
.comments .brend .logo{
    max-width: 200px;
    margin: 0 auto 50px;
/*   -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;  */
          -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.comments .brend .logo:hover{
    -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */  
}
.comments .brend .logo img{
display: block;
    max-width: 100%;
    max-height: 70px;
    margin: 0 auto;

}



.about p {
    color: #535353;
}
.about p strong{
    font-weight: 500;
}
.about .cover{
position: absolute;
    left: -45%;
    width: 100%;
    max-height: 455px;
    max-width: 100%;
}
.about .cover img{
    width: 100%;
    max-width: 100%;
    max-height: 455px;
}
.about .cover .logo{
    min-height: 530px;
    width: 240px;
    position: absolute;
    right: 51px;
    top: 0;
    background: linear-gradient(180.04deg, rgba(47, 45, 43, 0) 14.25%, #2F2D2B 79.2%);
}
.about .cover .logo img{
    max-width: 120px;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
}


.about .title{
    padding: 0 20px 0 0;
}





.about.gallery{
padding: 0 0 70px;
}
.about.gallery ul.nav {
  text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 1220px;  
}
.about.gallery ul.nav .nav-link{
        padding: .5rem 0.8rem;
}
.about.gallery ul.nav li:first-child a{
 padding: .5rem 2.5rem;   
}
.gallery .nav li a{
font-size: 14px;
line-height: 14px;
display: flex;
align-items: center;
color: #6C6C6C;
letter-spacing: 0;
}
.gallery .nav li a.active{
  background: #1A1A1A;
    border-radius: 40px;
    color: white;

    font-family: 'Cera Round Pro Bold';
    text-transform: uppercase;  
}
.gallery .nav li {
        margin: 0 0 15px;
}

.owl-style {
    margin: 20px 0 0;
}
.owl-style .item{
    min-height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
}
.owl-style .item:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
        opacity: 0.2;
    background: linear-gradient(180deg, rgba(47, 45, 43, 0) 16.91%, #2F2D2B 83.83%);
}
.owl-style .item:after{
position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
            -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg)  translate(-50px, 0px);
    transform: skewX(-25deg)  translate(-50px, 0px);    

}
.owl-style .item:hover:after{
   opacity:1;
transform: skewX(-25deg)  translate(0, 0px);    
}

.owl-style .item h3{
font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: 'Cera Round Pro Bold';
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    display: block;
    max-width: 180px;
    text-align: left;
}

.owl-style .item h3:before{
    display: none;
}
.owl-style .item .title{
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    bottom: 0;
    display: block;
    width: 100%;
}
.owl-theme .owl-nav.disabled+.owl-dots,
.owl-theme.owl-style .owl-dots {
    margin: 40px 0 10px;
}
.owl-theme.owl-style .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #C5C5C5;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 333px;
}
.owl-theme.owl-style .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: linear-gradient(180deg, #FFF200 0%, #DE7F10 100%);
}







.gallery-product.system{
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 100px 0 130px;
    position: relative;
    background-image: url(../img/bgGallery.jpg);   
}
.gallery-product.system .item:before{
    display: none;
}
.gallery-product.system .owl-gallery-product{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    bottom: -100%;
}
.owl-style.owl-gallery-product .item{
    min-height: 400px;
}
.gallery-product.system .owl-nav button{
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
               -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
    border-radius: 100px;
    border: 0;
    overflow: hidden;
    position: relative;
}
.gallery-product.system .owl-nav button:after{
content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/button.png);
}
.gallery-product.system .owl-nav button.owl-prev:after{
   background-image: url(../img/button-left.png);
}
.gallery-product.system .owl-nav button:before{
    background: linear-gradient(180deg, #FFF200 0%, #DE7F10 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
                   -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-product.system .owl-nav button:hover:before{
   opacity: 1;
}
.gallery-product.system h2{
   margin: 0 0 30px; 
}



.comments{
    padding: 150px 0;
    position: relative;
    min-height: 600px;
}
.comments .title{
    text-align: center;
}
.comments .slides{
opacity: 0.7;
background-color: white;
   -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none;

-moz-transform: scale(0.8) translate(-80%, 0px);
-webkit-transform: scale(0.8) translate(-80%, 0px);
-o-transform: scale(0.8) translate(-80%, 0px);
-ms-transform: scale(0.8) translate(-80%, 0px);
transform: scale(0.8) translate(-80%, 0px);
}


.comments .slides2{
-moz-transform: scale(0.8) translate(-80%, 0px);
-webkit-transform: scale(0.8) translate(-80%, 0px);
-o-transform: scale(0.8) translate(-80%, 0px);
-ms-transform: scale(0.8) translate(-80%, 0px);
transform: scale(0.8) translate(-80%, 0px);
}

.comments .slides.slick-active:nth-child(n){

-moz-transform: scale(0.8) translate(80%, 0px);
-webkit-transform: scale(0.8) translate(80%, 0px);
-o-transform: scale(0.8) translate(80%, 0px);
-ms-transform: scale(0.8) translate(80%, 0px);
transform: scale(0.8) translate(80%, 0px);
}

.comments .slides.slick-active:nth-child(1){
-moz-transform: scale(0.8) translate(-80%, 0px);
-webkit-transform: scale(0.8) translate(-80%, 0px);
-o-transform: scale(0.8) translate(-80%, 0px);
-ms-transform: scale(0.8) translate(-80%, 0px);
transform: scale(0.8) translate(-80%, 0px);
}


.comments .slick-active.slides.slick-center,
.comments .slick-active.slides.slick-center{
    background-color: white;
       outline: none;
-moz-transform: scale(1.08) translate(0px, 0px);
-webkit-transform: scale(1.08) translate(0px, 0px);
-o-transform: scale(1.08) translate(0px, 0px);
-ms-transform: scale(1.08) translate(0px, 0px);
transform: scale(1.08) translate(0px, 0px);
    color: #e67e22;
    opacity: 1;
    z-index: 5;
}

.comments .slides .row{
    max-width: 580px;
    margin: 0 auto;
}
.comments .slick-center.slides .row{
    max-width: 580px;
    margin: 0 auto;
}
.comments .glide__slide .box{
background-color: white;
}
.swiper-slide .col:nth-child(1){
    max-width: 30%;
    min-height: 300px;
        background-position: center top;
    background-size: cover;
    display: inline-block;
}


.comments .slides p{
font-size: 13px;
line-height: 150%;
color: #6C6C6C;
}
.comments .slides .img{
min-height: 280px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;

}

.comments .title h6{
    font-size: 18px;
line-height: 150%;
color: #1A1A1A;
position: relative;
font-family: 'Cera Round Pro Regular';
text-align: left;
text-transform: none;
position: relative;
letter-spacing: 0;
padding: 20px 0 5px;
}
.comments .title h6:before{
    content: "";
    position: absolute;
    background-color: #F0BE08;
    width: 25%;
    height: 1px;
    bottom: 0;
}
.comments .description {
    margin: 20px 0 0;
    position: relative;
}
.comments .description:before{
    content: "";
    position: absolute;
bottom: 5px;
width: 40px;
height: 30px;
background-image: url(../img/cov.png);
background-position: center;
background-size: cover;
    right: 0;
}
.comments .description p{
line-height: 138%;
}
.comments .owl-item.active{
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.comments .owl-item.active:nth-child(2n){
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}









[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}



.comments .swiper-container {
  width: 100%;
  overflow: initial;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.comments .swiper-slide{
    max-width: 580px;
    background-color: white;
        margin: 0 0 100px;
  
            height: auto;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    position: relative;


}
.comments .swiper-slide .title{
text-align: left;
    display: block;
    vertical-align: top;
    padding: 15px 25px 35px;
}
.comments .swiper-slide.swiper-slide-active{
    background-color: white;
      opacity: 1;
        box-shadow: 0px 20px 20px rgba(0, 0, 17, 0.07);

}
.comments .swiper-slide.swiper-slide-next,
.comments .swiper-slide.swiper-slide-prev{
     opacity: 1;
}
.comments .swiper-button-next, 
.comments .swiper-button-prev{
    top: 35%;
    margin: 0;
    margin-top: 0;
}
.comments .swiper-button-prev.swiper-button-white, 
.comments .swiper-container-rtl .swiper-button-next.swiper-button-white,
.comments .swiper-button-next.swiper-button-white, 
.comments .swiper-container-rtl .swiper-button-prev.swiper-button-white{
background-image: url();
    background: linear-gradient(180deg, #DE7F10 0%, #FFF200 100%);
    border-radius: 100px;
    width: 30px;
    height: 30px;
right: -10%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.comments .swiper-button-prev.swiper-button-white, 
.comments .swiper-container-rtl .swiper-button-next.swiper-button-white{
  left: -10%;  
  right: inherit;
}

.comments .swiper-button-prev:after,
.comments .swiper-button-next:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/button.png);
}
.comments .swiper-button-prev:after{
background-image: url(../img/button-left.png);
}

.comments .swiper-container.swiper-container-coverflow {
    padding-top: 3%;
}

.comments .swiper-container-3d .swiper-slide-shadow-left{
        opacity: 0.8;
    background-image: -webkit-gradient(linear,right top,left top,from(rgb(246, 250, 255)),to(rgba(246, 250, 255, 0.57)));
    background-image: -webkit-linear-gradient(right,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
    background-image: -o-linear-gradient(right,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
    background-image: linear-gradient(to left,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
}
.comments .swiper-container-3d .swiper-slide-shadow-right{
    opacity: 0.8;
background-image: -webkit-gradient(linear,left top,right top,from(rgb(246, 250, 255)),to(rgba(246, 250, 255, 0.57)));
    background-image: -webkit-linear-gradient(left,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
    background-image: -o-linear-gradient(left,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
    background-image: linear-gradient(to right,rgb(246, 250, 255),rgba(246, 250, 255, 0.57));
}
.swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
.swiper-container.loading {

}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;

}

.swiper-slide {
  background-position: center;
  background-size: cover;


}
.swiper-slide .entity-img {
  display: none;
}


.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
    opacity: 1;
    visibility: initial;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 16px;
  height: 16px;
  opacity: .4;
  background: #C5C5C5;
    border: 2px solid #F2F2F2;
    border-radius: 333px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius:33px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: linear-gradient(180deg, #DE7F10 0%, #FFF200 100%);
border: 2px solid #F2F2F2;
}

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 25px;
  }
  .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .swiper-container {
  
  }
  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}









.service .title,
.about.gallery .title{
text-align: center;
}

.service h3:before,
.about.gallery h3:before{
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 15%;
}

.system{
   position: relative;
   background-color: #FAF9F4; 
   padding: 100px 0 200px;
       background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/system.jpg);
}
.system h2{
    font-family: 'Cera Round Pro Regular';
}
.dev{
position: absolute;
    top: -100%;
    max-width: 520px;
    left: 0;
    right: -50px;
    margin: 0 auto;
}
.dev .ping{
    z-index: 0;
    position: relative;
}
.dev .content{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: -15%;
    right: 0;
    max-width: 430px;
}
.dev .content img{
        width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
            -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.dev:hover .content img:nth-child(2){
-moz-transform: translate(50px, -25px);
    -webkit-transform: translate(50px, -25px);
    -o-transform: translate(50px, -25px);
    -ms-transform: translate(50px, -25px);
    transform: translate(50px, -25px);
}
.dev .ping img{
width: 100%;    
}
.dev .ping img:last-child{
    max-width: 400px;
    height: 219px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.position{
    position: absolute;
z-index: 5;
}
.position.position-lini span:first-child{
        position: relative;
}
.position.position-lini span:first-child:before{
content: "";
    width: 72px;
    height: 1px;
    background: #ef0707;
    position: absolute;
    -moz-transform: rotate(141deg);
    -webkit-transform: rotate(141deg);
    -o-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(141deg);
    top: -19px;
    z-index: -1; 
  
}
.position.position-lini span:first-child:after{
content: "";
    width: 72px;
    height: 1px;
    background: #ef0707;
    position: absolute;
    -moz-transform: rotate(141deg);
    -webkit-transform: rotate(141deg);
    -o-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(111deg);
    top: -33px;
    left: -15px;
    z-index: -1;
  
}
.position:hover{
    z-index: 10
}
.position span:first-child{
    width: 16px;
    display: block;
height: 16px;
background: linear-gradient(180deg, #FFF200 0%, #DE7F10 100%);
border: 2px solid #FFFFFF;
box-sizing: border-box;
border-radius: 333px;
}
.position span:last-child{
background: white;
    border-radius: 6px;
    padding: 10px;
    font-size: 13px;
    position: absolute;
      max-width: 225px;
    min-width: 225px;
    left: -8px;
    right: 0;
    bottom: 25px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
                -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.position:hover span{
    opacity: 1;
    visibility: inherit;
    cursor: pointer;
}
.position span:last-child:before{
content: "";
    position: absolute;
    left: 10px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid white;
}



.service{
    padding: 70px 0 150px;
    min-height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/service.jpg);
    color: white;
    text-align: center;
}
.service .ico{
    max-width: 60px;
    margin: 25px auto 20px;
}
.service .ico img{
width: 100%;
    max-height: 100%;
}
.service h6{
font-size: 16px;
    line-height: 120%;
    font-family: 'Cera Round Pro Regular';
    text-transform: none;
    max-width: 200px;
    margin: 0 auto 10px;
}
.service p{
font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #C8C8C8;
    max-width: 265px;
    margin: 0 auto;
}

footer{
    background: #2F2D2B;
        position: relative;
    padding: 20px 0 20px;
}
footer h6{
font-size: 48px;
line-height: 55px;
text-align: left;
text-transform: uppercase;
color: white;
position: relative;
padding: 0 0 20px;
    margin: 40px 0 30px;
font-family: 'Cera Round Pro Medium';
}
footer .footer{
    position: relative;
    border-top: 1px solid #3C3C3C;
    padding: 25px 0 10px;
    margin: 20px 0 0;
}
footer .footer .logo {
    max-width: 90px;
    vertical-align: middle;
    display: inline-block;
}
footer .footer .logo img {
    width: 100%;
}
footer .footer ul{
vertical-align: middle;
    display: block;
    text-align: center;
    margin: 10px 0;
}
header ul.social {
        text-align: right;
    display: block;
    margin: 10px 0;
}
header ul.social li,
footer .footer ul li{
    display: inline-block;
    margin: 0;
}
footer .footer ul li{
    margin: 0 .6rem;}
footer .footer ul li a{
    padding: .5rem 0;
    font-size: 14px;
    letter-spacing: .025em;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid transparent;
}
footer .footer ul li a:hover{
border-bottom: 1px solid #F0BE08;
}
footer .footer p{
font-size: 14px;
line-height: 150%;
margin: 0;
color: #C8C8C8;
text-align: center;
}
header ul.social li a,
footer .footer ul.social li a{
    display: block;
    background: #F6FAFF;
    width: 38px;
    height: 38px;
    padding: 5px;
}
header ul.social li a{
        width: 28px;
    height: 28px;
    padding: 0;
}
header ul.social li a img,
footer .footer ul.social li a img{
    width: 100%;
}
header ul.social li a img {
    padding: 5px;
}
footer .footer .copy{
    font-size: 13px;
    color: #989898;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 0;
}
footer .contact{
max-width: 300px;
margin: 60px auto;
}
footer .adress{
        margin: 5px 0 10px 0;
}
footer a.phone{
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px 0 ;
}
footer a.phone span{
    font-family: 'Cera Round Pro Regular';
}
footer a.phone:before{
    content: "";
    position: absolute;
    width: 18px;
    left: 0;
    height: 24px;
    background-image: url(../img/phone.png);
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
}
.cover-map{
height: 450px; width: 55%; overflow: hidden; right: 0; position: absolute; top: -50px;    
    
}
.modal button{
position: absolute;
right: 15px;
top: 15px;
font-weight: 300;
font-size: 30px;
color: black;
z-index: 6;
}
.modal-content{
max-width: 370px;
    margin: 0 auto;
}
.modal-content h6{
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0;
    line-height: 22px;
}
.modal-content p{
        text-align: center;
}
.modal-content form div{
    margin: 0 0 5px;
}
.modal-content form .btn input{
    margin: 0 0 10px;
}
.modal-content input{
width: 100%;
    background: #FFFFFF;
    border: 1px solid #9F9E9E;
    outline: none;
    padding: 8px;
    display: block;
    line-height: 33px;
    margin: 0 0 20px;
}
.modal .modal-body{
    padding: 2rem 3rem;
}
.modal-content form div.legal {
  margin: 0 0 10px;
}
.legal label{
    color: #1E1C1C;
    line-height: 16px;
    font-size: 13px;
    display: block;
    cursor: pointer;
}
.legal label div{
    margin: 0 5px 5px 0;
    float: left;
    position: relative;
}
.legal label span{
border: 1px solid #9F9E9E;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px 10px 0;
}
.legal label input.checkbox{
display: none;
}
.legal label input:checked + span:before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
    transition: .2s;
    background-image: url(../img/legal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.navbar-light .navbar-toggler {
color: rgb(240, 190, 6);
    border-color: rgba(0,0,0,.1);
    background: #efbc08;
    background: linear-gradient(180deg, #FFF200 0%, #DE7F10 100%);
    box-shadow: 0px 10px 30px rgba(227, 144, 14, 0.25), inset 0px -3px 0px rgba(155, 102, 15, 0.6);
    border: 0;
    color: #583A00;
    font-size: 14px;
    font-family: 'Cera Round Pro Medium';
}
.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-size: 80% 80%;
}



@media (max-width: 1170px) {
header nav ul li {
    margin: 0 .6rem 0 0;
}
footer .footer .logo {
    max-width: 90px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
footer .footer p {
    text-align: center;
}
}

@media (max-width: 1070px) {
header nav ul li {
    margin: 0 .2rem 0 .2rem;
}
header .contact a.phone{
      font-size: 20px;  
}
header .logo {
    max-width: 60px;
}
header .adress {
    margin: 5px 0 0 0;
}
 header .adress span{
    padding: 0 0 0 25px;
 }
}
@media (max-width: 1000px) {
header .contact a.phone{
      font-size: 18px;  
}

}
@media (max-width: 991px) {
    .gallery-product.system .owl-gallery-product {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    bottom: 0;
}
.cover-map{
     height: 450px;
    width: 100%;
    overflow: hidden;
    right: 0;
    position: inherit;
    top: 0;   
}
.gallery-product.system h2 {
    margin: 0 0 30px;
    text-align: center;
}
.gallery-product.system .owl-nav{
       text-align: center;
}
.gallery-product.system{
        padding: 50px 0 70px;
}
.comments {
    padding: 50px 0;
}
.system h2:before{
    content: "";
    position: absolute;
    background-color: #F0BE08;
    width: 20%;
    height: 2px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.system{
     padding: 20px 0 200px;   
}
.dev {
    position: relative;
    top: 0;
    max-width: 520px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    header .logo {
    max-width: 80px;
}

.about .cover{
     left: -55%;   
}
.about .cover .logo{
    right: 0;
}
header nav {
vertical-align: top;
    display: inline-block;
    margin: 10px 0 0 10%;
    border-left: 1px solid #f0be06;
    padding: 0 0 0 10%;
}
.navbar-collapse {
      min-width: 152px; 
             position: absolute;
             z-index: 2; 
}
.navbar-collapse ul{
background: #f0be06;
    padding: 20px;
    margin: 10px 0 0;
    position: absolute;
    /* width: 100%; */
    height: auto;
    min-width: 152px;
        border-radius: 8px;
}
.gallery .navbar-collapse {
    min-width: 152px;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%!important;
}
.gallery .navbar-collapse ul{
    position: relative;
        padding: 20px 15px;
}
.gallery .navbar-light .navbar-toggler{
    line-height: 30px;
}
.gallery .nav li a{
    color: #583a00;
    display: inline-block;
    text-align: center;
}
.gallery .nav li {
    margin: 0 0 5px;
    width: 100%;
    display: block;
    text-align: left;
}

.gallery .navbar-light{
    text-align: center;
}
.gallery .navbar-collapse ul{
      width: 100%;
      border-radius: 0;  
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
    color: rgb(88, 58, 0);
        padding: .5rem 0 .2rem;
        font-family: 'Cera Round Pro Medium';
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(88, 58, 0);
    border-bottom: 1px solid rgb(88, 58, 0);
}
.slider .container-border{
    max-width: 800px;
    top: 0;
        max-height: 390px;
        overflow: hidden;
}
.slider h1{
        font-size: 30px;
    line-height: 35px;
}
.slider p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px;
}
.slider h3 {
    font-size: 20px;
    line-height: 25px;
}
footer h6{
    text-align: center;
}
footer h6:before{
    content: "";
    position: absolute;
    background-color: #F0BE08;
    width: 25%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
footer .btn {
    display: block;
}
footer .contact {
    max-width: 220px;
    text-align: center;
    margin: 40px auto;
}
footer .adress {
    text-align: left;
}
.dev .content {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 430px;
    margin: 0 auto;
}

.mobile-system{
position: relative;
    max-width: 430px;
    height: 647px;
    margin: 0 auto;
    background: #000;
    left: 0;
    right: 0;
    background-image: url(../img/system-hover.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
}
.system .title{
    text-align: center;
}
}
@media (max-width: 767px) {
.system {
    padding: 50px 0 200px;
}
header .adress{
display: none;
}
footer h6,
.comments h4, .system h2, .about h3 {
    font-size: 30px;
        line-height: 120%;
        margin: 0px 0 30px;
}
footer {
    padding: 50px 20px 20px;
}
footer .contact {
    max-width: 220px;
    text-align: center;
    margin: 40px auto;
}
footer .adress {
    text-align: left;
}
footer h6{
    text-align: center;
}
footer h6:before{
    content: "";
    position: absolute;
    background-color: #F0BE08;
    width: 25%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.btn {
    display: block;
    padding: 0;

}
footer .footer .logo {
    display: block;
    margin: 0 auto;
}
footer .footer ul li {
    margin: .6rem .6rem .2rem;
}
footer .footer p {
    margin: 20px 0 0;
    text-align: center;
}

}
@media (max-width: 670px) {
.dev .ping img:last-child {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 50px;
}

}
@media (max-width: 600px) {
.slider .container-border:before{
    display: none;
}
.slider .container-border{
        max-height: 100%;
        padding: 175px 20px 50px;
            position: relative;
}
.slider {
    position: relative;
    min-height: 100%;
}

}
@media (max-width: 575px) {
.dev,
.dev .content,
.system {
     overflow: hidden;
}
header {

    max-width: 320px;
    margin: 0 auto;
}
header nav {
    margin: 10px 0 0 0;
    border-left: 0;
    padding: 0 0 0 10%;
    float: right;
}
.navbar-collapse {
    right: 4%;
}
header .contact {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0 0 0;
    text-align: left;
    text-align: center;
}
header .contact a.modal-link{
display: none;
}
header .contact a.phone {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
margin: 10px 10px 0 0;
font-size: 20px;
    max-width: 270px;
}
header ul.social {
    text-align: left;
    display: inline-block;
        vertical-align: middle;
     margin: 10px 0 10px 10px;
    max-width: 80px;
}
.about .cover {
left: 0;
    position: relative;
    margin: 0 0 40px;
}
.about .cover .logo{
    min-height: 100%;
    width: 100%;
}
.about .title {
    padding: 0 20px 0;
}
.about {
    padding: 1px 0 40px;
}
.about.service{
   padding: 70px 0 40px;
}
.swiper-slide .col:nth-child(1) {
    max-width: 100%;
    min-height: 250px;
    display: block;
    background-position: center top;
    background-size: cover;
    display: block;
    flex-basis: initial;
}
.comments .swiper-button-prev.swiper-button-white, .comments .swiper-container-rtl .swiper-button-next.swiper-button-white, .comments .swiper-button-next.swiper-button-white, .comments .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    width: 35px;
    height: 35px;
    right: 10%;
}
.comments .swiper-button-prev.swiper-button-white, .comments .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 10%;
    right: inherit;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
.comments .swiper-slid{
        margin: 0 0 40px;
}
.comments .swiper-button-next, .comments .swiper-button-prev {
    top: 0;
    margin: 0;
    margin-top: 0;
}
    .comments {
    padding: 50px 0;
}
.mobile-system-info{
   /* display: none;*/
   max-width: 269px;
    margin: 0 auto;
    display: none;
}
.mobile-system-info .position{
    right: 0!important;
    left: 0!important;
    bottom: 0!important;
    position: relative;
    margin: 0 0 10px;
}
.position span:first-child {
    display: inline-block;
    vertical-align: middle;
}
.position span:last-child {
opacity: 1;
    visibility: initial;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: 0;
    margin: 0 0 0 5px;
        max-width: 260px;
}

.dev .ping{
    display: none;
}
.dev .content img{
      position: relative;
}
.dev .content img:nth-child(2){
position: absolute;
    left: initial;
    right: 0;
    top: 0;
    bottom: initial;
}
.dev:hover .content img:nth-child(2) {
    -moz-transform: translate(50px, -25px);
    -webkit-transform: translate(50px, -25px);
    -o-transform: translate(50px, -25px);
    -ms-transform: translate(50px, -25px);
    transform: translate(50px, -25px);
}
.position span:last-child:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    top: 14px;
    bottom: initial;
    border: 5px solid transparent;
    border-right: 5px solid white;
}
.system {
    padding: 50px 0;
     overflow: hidden;
}

.dev .content {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 430px;
    margin: 0 auto;
}
.slider h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0 5px;
}

.about.gallery {
    padding: 0 0 70px;
}
}
@media (max-width: 400px) {
.modal-content form .btn input {
    margin: 0 0 10px;
    padding: 0;
}

header .contact a.phone{
font-size: 20px;
max-width: 250px;  
white-space: nowrap;
}
header .contact a.phone span{
 font-family: 'Cera Round Pro Medium';   
}
header .contact{
 margin: 0;   
}
footer a.phone{
 white-space: nowrap;   
}

}
