@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;600;700&display=swap');


body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	height: auto;
	line-height: 1;
	font-family: "Lato", 'Montserrat', sans-serif;
	font-weight: 500;
}
*{
	letter-spacing: calc(0*1em);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap: break-word;
	text-decoration: none;
	font-style: normal;
	
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 46px!important;
	font-weight: 700!important;
	line-height: 1.3!important;	
	text-transform: none;
	letter-spacing: calc(0 * 1em);
	position: relative;
}
h2.line::after{
	content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #fff;
    left: 8%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -10px;
}
.line_centr::after{
	content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #5c5c5c;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
     margin-bottom: -10px;
}
h3{
	margin-top: 20px;
	font-size: 24px!important;
    font-weight: 600!important;
    line-height: 1.42!important;
    font-family: 'Montserrat', sans-serif;    
	text-transform: none;
	letter-spacing: calc(0 * 1em);
}
p{
	margin-top: 20px;
	font-size: 16px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	text-transform: none;
	letter-spacing: calc(0 * 1em);
}
section{
	padding: 0 30px;
	margin: 30px 0;
}
nav.header{
	width:100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 4px 0 rgba(33,39,54,.24);
}
nav .header-line{
	position: relative;
    width: 100%;
    margin: 0 30px;
    background: #f5f5f5;
}
picture{
	max-width: 100%;
    position: relative;
    display: block;
    min-height: 32px;
}
.container{
	margin: 0 auto;
	padding: 15px;
	/*max-width: 1200px!important;*/
}
nav.navbar-brand img{
	background-color: transparent!important;
	display: block;
	max-width: 100%;
	cursor: pointer;
	padding-left:0;

}
nav ul.navbar-nav{
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    width: calc(100% + 40px);
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

nav ul.navbar-nav li.nav-item{
	font-size: 14px;
	margin: calc(20px/-2) calc(40px/-2);
	max-width: 100%;
	position: relative;
	line-height: normal;
	color: #1f2c35;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

nav ul.navbar-nav li.nav-item a.nav-link{
	color:#1f2c35;
	display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 700;
}
nav ul.navbar-nav li.nav-item a.nav-link:hover{
	opacity: .9;
	cursor: pointer;
}
nav .social-icon-container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    width: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -30px;
    margin-top: 10px;
    flex-direction: column;
}


nav.social-icons-div{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 20px);
    margin-top: 5px!important;
    margin-left: 15px;
    margin-right: 10px;	
}

nav .social-icons-div ul{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow: visible;
	margin-bottom: 0;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 0;
}

.social-icons-div p a{
	color:#212529;
	font-weight: 700;
}

nav .social{
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 20px);
    margin-top: 5px!important;
    margin-left: 15px;
    margin-right: 10px;
}
nav .social ul{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
nav .social li{
	display: inline-flex;
}

nav .social a{
	width: 35px;
	height: 35px;
	color: #272727;
}
nav .social svg{
	fill: currentColor;	
	transition: none;
}
nav .social li:hover svg{
	color: #187dee;
}

#banner-header{
	margin-top: 10px;
}
#banner-header div.section-header{
	background: url(../images/header_background.jpg) 74.38% 51.31% / cover no-repeat;
}

#banner-header div.section-text{
	padding: 210px 30px 220px 30px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#banner-header .section-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-start;
    flex-direction: column;
    padding: 0 30px;
}
#banner-header .header-text{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	word-wrap: break-word;
}
#banner-header h2.header-text{
	position: relative;
	max-width: 100%;
}
#banner-header p.header-text{
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.78;
	font-weight: 400;
}
.section-button{
	width: auto;
	background-color: #fff;
	padding: 24px 30px;
	
}
#banner-header .header-section-button:hover .section-button, #banner-header .header-section-button:focus .section-button{
	background: #ef933f;
	cursor: pointer;
}
#banner-header a{
	font-weight: 700;
	text-decoration: none;
	color: inherit;
}
section .blocks-group-pic{
	margin-left: -15px;
}
section .blocks-group-pic picture{
	padding-top: 80%;
	position: static;
}

section.blocks-group .blocks-group-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;

}
section.blocks-group{
	margin-top: 60px;	
}
section.blocks-group .blocks-group-inner{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
}
section.blocks-group .blocks-group-right{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.blocks-group .blocks-group-text-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
section.blocks-group .blocks-group-text{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
}
section.blocks-group .blocks-group-text h2{
	color: #5c5c5c;
	margin-top: 60px;
}
section.blocks-group .blocks-group-text p{
	margin-top: 40px;
	color: #5c5c5c;
	font-size: 18px;;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: calc(0 * 1em);
	text-align: justify;
}

section.blocks-group .blocks-group-text p span{	
	color: inherit;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: none;
}

section.blocks-group a{
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}
section.blocks-group .blocks-group-button{
	margin: calc(20px / 2);
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.blocks-group .blocks-group-button .section-button{
	width: auto;
	margin: calc(20px / -2);
	background-color: #1f2c35;
	padding: 30px 20px;
	transition: .5s;
	margin-top: 20px;
	line-height: 0;
	
}
section.blocks-group .blocks-group-button .section-button:hover, section.blocks-group .blocks-group-button .section-button:focus{
	background: #ef933f;
	cursor: pointer;
	color: #000;
	
}

section.blocks-group .blocks-group-gallery .slick-carousel .slick-prev, section.blocks-group .blocks-group-gallery .slick-carousel .slick-next{
	background-color: #fff!important;
	opacity: .85;
	border-radius: 50%;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
}
section.blocks-group .blocks-group-gallery .slick-carousel .slick-prev:hover, section.blocks-group .blocks-group-gallery .slick-carousel .slick-next:hover{
	opacity: 1;
}
section.blocks-group .blocks-group-gallery .slick-carousel{
	padding: 0 40px;
}
section.blocks-group .blocks-group-gallery{
	margin-top: 60px;

}
section.blocks-group .blocks-group-gallery img{
	width: 46%;
	margin: 10px auto;
	padding: 0 5px;
	transition: none;
}


.slick-prev:before, .slick-next:before{
	color: #272727!important;
	font-size: 35px!important;
}
.slick-dots li button:before{
	font-size: 12px!important;
}

section.show-more{
	background-color: #1f2c35;
	max-width: 100%;
	padding: 50px 0;
	margin: 60px 30px;
	text-align: center;
	color: #fff;
	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}
section.show-more .show-more-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}
section.show-more h2{
	font-size: 36px;
	line-height: 1.56;
	font-weight: 600;

}
section.show-more p{
	margin-top: 25px;
	line-height: 1.78;
	font-weight: 400;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}
section.show-more .section-button{
	margin-top: 40px;
	background-color: #fff;	
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	line-height: 2;
}
section.show-more .section-button:hover, section.show-more .section-button:focus{
	background-color: #ef933f;
	cursor: pointer;
}
section.our-advantagers .our-back{
	background: url('../images/our_background.jpg') 50.88% 53.25% / 100% no-repeat;
	
}
section.our-advantagers .our-back .container{
	padding: 0;
}
section.our-advantagers .our-back-dark{
	background: rgba(39, 39, 39, 0.56);
}
section.our-advantagers .our-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
section.our-advantagers h2{
	color: #fff;
}
section.our-advantagers h2.line_centr::after{
	background-color: #fff;
}

section.our-advantagers .our-text{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section.our-advantagers .our-text ul{
	display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    margin-top: 50px;
    padding: 0;
}

section.our-advantagers .our-text li{
	max-width: 25%;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    color:#fff;
}
section.our-advantagers .our-text li div{
	width: 100px;
    height: 100px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.our-advantagers .our-text li img{
	display: block;
    height: 100%;
    max-width: 100%;
    margin: auto;
}
section.our-advantagers .our-text li h3{
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.42;
	font-family: 'Montserrat', sans-serif;

}
section.our-advantagers .our-text li p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: left;
}
section.charakt .container{
	padding: 0;
}
section.charakt .charakt-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}
section.charakt .charakt-div h2{
	color: #5c5c5c;
	position: relative;
}
section.charakt .charakt-div .line::after{
	background-color: #1f2c35;
}
section.charakt .charakt-div .chrakt-kontent{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    width: 100%;
}
section .left, section .right{
	-webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 15px;
}

section.charakt .charakt-div img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 54.008% 41.302%;
}

section.charakt .charakt-div picture{
	display: block;
    position: relative;
    max-width: 100%;
    min-height: 32px;
    padding-top: 75%;
    overflow: hidden;
}

section .right{
	background: #f5f5f5;
	padding: 30px;
	margin-right: 0;
}
section .right p{
	margin: 0;
}

section .text-content{
	color: #5c5c5c;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	letter-spacing: calc(0*1em);
	position: relative;

}
section .text-justify{
	display: block;
}
section.detail .charakt-div picture{
	padding-top: 155%
}
section.detail .charakt-div img{
	object-fit: contain;
    object-position: 50% 50%;
}


section.answer{
	background-color: #1f2c35;
	max-width: 100%;
	padding: 20px 0;
	margin: 60px 30px;
	text-align: center;
	color: #fff;
	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}
section.answer .answer-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
section.answer .ans::after{
	left: 11%
}
section.answer .answer-text{
	text-align: left;
	position: relative;
}
section.answer p{	
	margin-top:25px;
	line-height: 1.78;
	font-weight: 400;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}
section.answer .section-button{
	margin-top: 40px;
	background-color: #fff;
	margin-right: 0;
}
section.answer .section-button:hover, section.answer .section-button:focus{
	background-color: #ef933f;
	cursor: pointer;
}
section.answer a{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: calc(1.71*1em);
	word-spacing: 0;
}
section.big-gallery{
	background-color: #f5f5f5;
    padding: 30px 0;
    margin: 0 30px 60px;
    padding-bottom: 60px;
}
section.big-gallery .big-gallery-div{
	   max-height: 65vh;
}
section.big-gallery .big-gallery-div h2{
	color: #5c5c5c;
	font-weight: 600!important;

}
section.big-gallery .big-gallery-div .slick-dotted.slick-slider{
	margin-bottom: 30px;
    max-height: 65vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
section.big-gallery .big-gallery-div iframe{
	transform: none;
    position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
}
section.big-gallery .big-gallery-div .item{
	padding: 30px 40px;
}
section.big-gallery .big-gallery-div .item picture, section.big-gallery .big-gallery-div .item .frame{
	    max-width: 100%;
    position: relative;
    display: block;
    min-height: 32px;
    overflow: hidden;
    padding-top: 53%;
}
section.big-gallery .big-gallery-div .item picture img{
	position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
}

section.about .container{
	position: relative;
	background: rgba(39, 39, 39, 0.56);
}
section.about .about_div{
	color: #fff;
	padding: 20% 0;

}
section.about .about_back{
	background: url(../images/our_background.jpg) 50.88% 53.25% / 100% no-repeat;
}
section.about .line::after{
	left: 5%;
}
section.about p{
	font-size: 16px;
	line-height:1.5;
	font-weight: 400;
}



.video-background{
	position: relative;
	overflow: hidden;
}
.video-div{
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0.56) 0%, rgba(39, 39, 39, 0.56) 100%);
}

 iframe {
 background: rgba(39, 39, 39, 0.56);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  /*pointer-events: none;*/
}
.slick-prev, .slick-next{
 z-index: 999;
}
.text-product{
	color: #5c5c5c;
}
.text-product .line::after{
	background-color: #1f2c35;
}
section.product .slider-product{
	margin: auto;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
}
section.product .slider-product .item{
	display: block;
	position: relative;
	width: 100%;
}

section.product .slider-product .slider-nav .item{
	max-height: 222px;
	opacity: .6;
}
section.product .slider-product .slider-nav .item:hover{
	opacity: 1;
}
section.product .slider-product .slider-nav .slick-current{
	opacity: 1;
}
section.product .slider-product picture{
	display: block;
	position: relative;
	max-width: 100%;
	padding-top: 100%;
}
section.product .slider-product .slider-for picture{
	padding-top: 57%;
}
section.product .slider-product img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
section.product .slider-product .item img{
	width: 100%;
	padding: 15px 7.5px 0;
}
section.product .slick-prev{
	left: 5%;
	z-index: 2;
} 
section.product .slick-next{
	right: 5%;
	z-index: 2;
}
section.product .slick-prev:before, section.product .slick-next:before{
	color: #fff!important;
}
section.popular .slider-product .goods{
	display: flex;
	margin-bottom: 60px;
}
section.popular .slider-product .item{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 30px 15px;
	margin: 15px 0;
}
section.popular .slider-product .item picture{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    padding-top: 100%;
}
section.popular .slider-product .item img{
	position: absolute;
    border-radius: inherit;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 25%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 100%;
}
section.popular .slider-product .item h3{
	font-size: 24px;
	line-height: 1.42;
	font-weight: 600!important;
	margin-top: 15px;
	margin-bottom: 0;
}
section.popular .slider-product .item p{
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #5c5c5c;
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
section.popular .slider-product .item .price{
	font-size: 20px;
	line-height: 1.6;
	margin-top: 35px;
	margin-bottom: 0;
}
section.popular .button-div{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 10px;
}
section.popular .section-button a{
	padding: 15px 17px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	 border: 0;
    max-width: 100%;
    background-color: #1f2c35;
    
    color: #fff;
    margin: 0;
}
section.popular .section-button{	
  	margin: 0;
   padding: 0;
    margin-top: 20px;
}
section.popular .section-button a:hover, section.popular .section-button a:focus{
	background-color: #ef933f;
	color: #000;
}


section.service .back-img{
	background: url('../images/service-back.jpg') 41.25% 28.59% / cover no-repeat;
    /*filter: brightness(55%);*/
   /*inset: -40% 0px;*/
}
section.service .back-img-dark{
	background: rgba(39, 39, 39, 0.65);
	padding: 30px 0;
}
section.service h2.line_centr::after{
	background-color: #fff;
}
section.service .service-block{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
section.service .services{
	flex-basis: 33%;
	width: 100%;
    padding: 30px 15px;
    margin: 30px auto;
}
section.service .services picture{
	padding-top: 67%;
	overflow: hidden;
}
section.service .services img{
	position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 1.315% 0%;
}
section.service .services p, section.service .services h3{
	margin-top: 20px;
}
section.say{
	background-color: #f8f9fa!important;
	padding: 100px 0;
}
section.say .say-block{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.say .say-block picture{
	padding-top: 127%;
}
section.say .say-block img{
	position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 27.154% 49.831%;
}
section.say .say-block .left{
	flex-basis: 60%;
	max-width: 60%;
}
section.say .say-block .right{
	flex-basis: 40%;
	max-width: 40%;
	background-color: #fff;
}
section.say .say-block h3{
	font-family: 'Montserrat', sans-serif;
}
section.say .say-block p{
	color: #5c5c5c;
	margin-top: 20px;
	font-size: 20px;
}
section.say .say-block p.name{
	font-size: 18px;
	font-family: "Lato", sans-serif;
	margin-top: 40px;
}
section.contacts{
	background-color: #f5f5f5!important;
	padding: 30px 0;
	margin: 30px;
}
section.contacts h2{
	color: #5c5c5c;
	font-weight: 600!important;
}
section.contacts .contacts-div{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}
section.contacts .left, section.contacts .right{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
section.contacts .right{
	padding: 40px 0;
	margin-right: 0;
}
section.contacts .svg{
	width: 50px;
	height: 50px;
}
section.contacts .contact-item{
	text-align: center;
	margin-top: 30px;
}
section.contacts .contact-item p{
	margin-top: 0;
	margin-bottom: 0;
}
section.contacts .contact-item p:first-child{
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.42;
	margin-bottom: 5px;
}
section.contacts .contact-item p:last-child{
	color: #5c5c5c;
	margin-top: 10px;
}
section.contacts form{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #5c5c5c;
	font-size: 16px;
	position: relative;
	width: 100%;
	padding-top: 35px;
}
section.contacts .form-item{
	text-align: left;
	margin-bottom: 24px;
}
section.contacts .form-item label{
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin-bottom: 0;
}
section.contacts .form-item input{
	border-color: #1f2c35;
	background: rgba(39, 39, 39, 0.12);
    --w-get-input-background-color: rgba(39, 39, 39, 0.12);
    margin-top: 12px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    border: 0;
    padding: 19px 21px;
    font-size: 12px;
    line-height: 1.2;
}
section.contacts .button{
	padding-top: 24px;
}
section.contacts .button button{
	max-width: 100%;
    border: 0;
    width: 100%;
    background-color: #1f2c35;
    color: #fff;
    padding: 24px 30px;
}
section.contacts .button button:hover, section.contacts .button button:focus{
	background-color: #ef933f;
	color: #000;
}
section.footer{margin-bottom: 0}
section.footer .container{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

section.footer .foo{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    padding-top: 75px;
    padding-bottom: 60px;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 25%;

}
section.footer .logo img{
	max-width: 100%;
	display: block;
}
section.footer .text {
	margin-top: 30px;
}
section.footer .text p{
	color: #737373;
	font-size: 14px;
	line-height: 1.71;
	padding: 0;
	margin: 0;
}
section.footer .social-icon-container{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
section.footer .social{
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    max-width: 100%;
    display: flex;
}
section.footer .social ul{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
section.footer .social li{
	display: inline-flex;
}

section.footer .social a{
	width: 50px;
	height: 50px;
	color: #272727;
}
section.footer .social svg{
	fill: currentColor;	
	transition: none;
}
section.footer .social li:hover svg{
	color: #187dee;
}

section.footer .navig, section.footer .min-form{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
}
section.footer .navig ul{
	padding: 0;
	margin-top: 10px;
}
section.footer .navig li{
	margin: 10px 0;

}
section.footer .navig a{
	color: #93a1ad;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: normal;
}
section.footer .navig a:hover{
	color: #000;
}
section.footer .navig h2, section.footer .min-form h2{
	font-size: 24px!important;
	line-height: 1.42!important;
	font-weight: 600!important;

}
section.footer .navig h2::after, section.footer .min-form h2::after{
	content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #187dee;
    left: 0;
    bottom: 0px;
    margin-bottom: -15px;
}
section.footer .min-form form{
	    max-width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
}
section.footer .min-form input{
	display: block;
    width: 100%;
    margin-top: 12px;
    border-color: #1f2c35;
    background-color: #e8eeef;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 19px 21px;
    line-height: 1.2;
    color: #272727;
}
section.footer .button button{
	max-width: 100%;
    border: 0;
    width: 100%;
    background-color: #1f2c35;
    color: #fff;
    padding: 19px 21px;
    margin-top: 24px;
}
section.footer .button button:hover, section.footer .button button:focus{
	background-color: #ef933f;
	color: #000;
}

section.footer .line-bottom{
	content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 1px;
    background: #5c5c5c;
    opacity: .2;
    margin-bottom: 20px;
}
section.footer .rights{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.footer .rights .left-side, section.footer .rights .right-side{
	max-width: 50%;
	flex-basis: 50%;
	-ms-flex: 50%;
}
section.footer .rights p{
	color: #737373;
	font-size: 14px;
	line-height: 1.71;
}
section.footer .footer-phone{
	margin: 15px 0;
	display: flex;
    flex-direction: column;
    max-width: 100%;
}
section.footer .footer-phone p{	margin-bottom: 0}
section.footer .footer-phone span{
	font-size: 13px;
	color: #93a1ad;
	font-weight: 400;
}

footer::after{
	content: '';
	display: flex;
    background-color: black;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.slick-dots{
	bottom: -45px!important;
}
@media only screen and (max-width: 1200px){
	nav .social-icon-container{ width:25% }
	section.detail .charakt-div .chrakt-img{ padding-top: 200% }
	section.charakt .charakt-div .kontent-img{ padding-top: 100% }
}
@media only screen and (max-width: 990px){
	section{
		padding: 0!important;
	}
	h2{
		font-size: 38px!important;
		line-height: 1.29!important;
	}
	p{
		margin-top: 20px!important;
	}
	section, .container{
		/*overflow: hidden;*/
	}
	nav.navbar .container{
		padding: 0;
	}
	nav .header-line{
		margin: 0
	}
	nav.navbar .navbar-brand{	
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
		max-width: 80%;
	}
	nav.navbar .navbar-brand img{
		    width: calc(100% - 200px);
    	padding: 10px 20px;	
	}
	nav ul.navbar-nav{
		align-items: center;
	}
	nav ul.navbar-nav li.nav-item{
		margin: 0;
	}
	nav .social-icon-container{
		width: inherit;
	}

	#banner-header div.section-text{
		padding: 180px 30px 80px 30px!important;
	}
	#banner-header h2.header-text{
		font-size: 38px!important;
	}
	section.blocks-group .blocks-group-inner{
		flex-direction: column!important;
	}
	section .blocks-group-pic{
		margin: 0;
	}
	section .blocks-group-pic picture{
		padding-top: 60%;
	}
	section.blocks-group .blocks-group-gallery .item img{
		width: 60%!important;
	}
	section.blocks-group{
		margin-bottom: 80px;
	}
	section.blocks-group .blocks-group-text-div{
		padding: 0 15px;
	}
	section.blocks-group .blocks-group-text{
		max-width: 100%;
	}
	section.blocks-group .blocks-group-text h2{
		margin-top: 20px;
	}
	section.show-more{
		margin: 60px 0;
	}
	section.show-more h2{
		font-size: 30px!important;
	}
	section.show-more .section-button{
		margin: 20px auto!important;
	}
	section.our-advantagers .our-back, section.about .about_back{
		background: url(../images/our_background.jpg) 36.88% 52.25% / cover no-repeat;
	}
	section.our-advantagers .our-text ul{
		flex-direction: column;
	}
	section.our-advantagers .our-text li{
		max-width: 100%;
		padding: 0 30px;
		margin: 20px auto;
	}
	section.charakt .charakt-div h2{
		text-align: center;
    	font-weight: 600!important;
	}
	section.charakt .charakt-div .chrakt-kontent{
		flex-direction: column;
	}
	section .left, section .right{
		/*-webkit-flex-basis: 100%!important;
	    -ms-flex-preferred-size: 100%!important;
	    flex-basis: 100%!important;
	    max-width: 100%!important;*/
	    margin: 30px;
	}
	section.charakt .charakt-div picture{
		padding-top: 0;
	}
	section.charakt .charakt-div img{
		position: relative;
	}
	section .right{
		padding: 0 30px;
	}
	section.detail{
		display: none;
	}
	section.answer .answer-div{
		flex-direction: column;
		align-items: center;
	}
	section.answer{
		padding: 20px 15px!important;
		margin: 60px 0;
	}
	section.answer .answer-text h2{
		font-size: 34px!important;
		font-weight: 600!important;
	}
	section.answer .ans::after, section.about .line::after, h2.line::after{
		left: 9%;
	}
	section.answer .section-button{
		margin: 20px auto;
	}
	section.about .about_div{
		padding: 0 15px;
	}
	section.product .slick-next{
		right: 5%;
	}
	.slick-prev{
		left: 1%!important;
	}
	.slick-next{
		right: 30px!important;
	}
	section.service .service-block{
		flex-direction: row;
	}
	section.service .services{
		margin: 0 auto;
	}
	section.service .back-img-dark{
		background: rgba(31, 44, 53, 0.56);
	}
	section.say .say-block{
		flex-direction: row;
	}
	section.say .say-block .left, section.say .say-block .right{
		margin: 15px;
	}
	section.say .say-block .right{
		padding: 30px;
	}
	section.big-gallery{
		width: 100%;
		margin: 0;
		background-color: #fff;
	}
	section.contacts .contacts-div{
		flex-direction: column;
	}
	section.contacts, section.contacts .left, section.contacts .right{
		margin: 30px 0;
		padding: 0 15px;
		max-width: 100%;
	}
	section.contacts .contact-item p{
		margin: 0!important;
	}
	section.contacts .contact-item{
		margin-top: 15px;
	}
	section.footer .container{
		flex-direction: column;
		align-items: center;
	}
	section.footer .foo{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    align-items: center;
	    text-align: center;
	    padding: 15px 0;
	}
	section.footer .sub{
		width: 100%!important;
	}
	section.footer .text{
		margin-top: 0;
	}
	section.footer .navig h2::after, section.footer .min-form h2::after{
		width: 100px;
	}
	section.footer .navig h2::after{
		left: 10%;
	}
	section.footer .min-form h2::after{
		left: 50%;
    	transform: translate(-50%, -50%);
	}
	section.footer .line-bottom{
		margin-bottom: 0;
	}
	section.footer .rights{
		flex-direction: column;
	}
	section.footer .rights .left-side, section.footer .rights .right-side{
		max-width: 50%;
    flex-basis: 50%;
    -ms-flex: 50%;
    margin: 10px auto;
	}
	section.footer .social-icon-container, section.footer .social, section.footer .footer-phone{
		align-items: center;
	}


}

@media only screen and (max-width: 768px){
	section{
		padding: 0!important;
	}
	h2{
		font-size: 38px!important;
		line-height: 1.29!important;
	}
	p{
		margin-top: 20px!important;
	}
	section, .container{
		/*overflow: hidden;*/
	}
	nav.navbar .container{
		padding: 0;
	}
	nav .header-line{
		margin: 0
	}
	nav.navbar .navbar-brand{	
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
		max-width: 80%;
	}
	nav.navbar .navbar-brand img{
		    width: calc(100% - 50px);
    	padding: 10px 20px;	
	}
	.navbar-light .navbar-toggler{
		margin-right: 10px;
	}
	#banner-header div.section-text{
		padding: 180px 30px 80px 30px!important;
	}
	#banner-header h2.header-text{
		font-size: 38px!important;
	}
	section.blocks-group .blocks-group-inner{
		flex-direction: column!important;
	}
	section .blocks-group-pic{
		margin: 0;
	}
	section .blocks-group-pic picture{
		padding-top: 60%;
	}
	section.blocks-group .blocks-group-gallery .item img{
		width: 60%!important;
	}
	section.blocks-group{
		margin-bottom: 80px;
	}
	section.blocks-group .blocks-group-text-div{
		padding: 0 15px;
	}
	section.blocks-group .blocks-group-text h2{
		margin-top: 20px;
	}
	section.blocks-group .blocks-group-gallery .slick-carousel{
		padding: 0!important;
	}
	section.show-more{
		margin: 60px 0;
	}
	section.show-more h2{
		font-size: 30px!important;
	}
	section.show-more .section-button{
		margin: 20px auto!important;
	}
	section.our-advantagers .our-back, section.about .about_back{
		background: url(../images/our_background.jpg) 36.88% 52.25% / cover no-repeat;
	}
	section.our-advantagers .our-text ul{
		flex-direction: column;
	}
	section.our-advantagers .our-text li{
		max-width: 100%;
		padding: 0 30px;
		margin: 20px auto;
	}
	section.charakt .charakt-div h2{
		text-align: center;
    	font-weight: 600!important;
	}
	section.charakt .charakt-div .chrakt-kontent{
		flex-direction: column;
	}
	section .left, section .right{
		-webkit-flex-basis: 100%!important;
	    -ms-flex-preferred-size: 100%!important;
	    flex-basis: 100%!important;
	    max-width: 100%!important;
	    margin: 30px;
	}
	section.charakt .charakt-div picture{
		padding-top: 0;
	}
	section.charakt .charakt-div img{
		position: relative;
	}
	section .right{
		padding: 0 30px;
	}
	section.detail{
		display: none;
	}
	section.answer .answer-div{
		flex-direction: column;
		align-items: center;
	}
	section.answer{
		padding: 20px 15px!important;
		margin: 60px 0;
	}
	section.answer .answer-text h2{
		font-size: 34px!important;
		font-weight: 600!important;
	}
	section.answer .ans::after, section.about .line::after, h2.line::after{
		left: 17%;
	}
	section.answer .section-button{
		margin: 20px auto;
	}
	section.about .about_div{
		padding: 0 15px;
	}
	section.product .slick-next{
		right: 10%;
	}
	.slick-prev{
		left: 0!important;
	}
	.slick-next{
		right: 15px!important;
	}
	section.service .service-block{
		flex-direction: column;
	}
	section.service .services{
		margin: 0 auto;
	}
	section.service .back-img-dark{
		background: rgba(31, 44, 53, 0.56);
	}
	section.say .say-block{
		flex-direction: column;
	}
	section.say .say-block .left, section.say .say-block .right{
		margin: 15px;
	}
	section.say .say-block .right{
		padding: 30px;
	}
	section.big-gallery{
		width: 100%;
		margin: 0;
		background-color: #fff;
	}
	section.contacts .contacts-div{
		flex-direction: column;
	}
	section.contacts, section.contacts .left, section.contacts .right{
		margin: 30px 0;
		padding: 0 15px;
	}
	section.contacts .contact-item p{
		margin: 0!important;
	}
	section.contacts .contact-item{
		margin-top: 15px;
	}
	section.footer .container{
		flex-direction: column;
		align-items: center;
	}
	section.footer .foo{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    align-items: center;
	    text-align: center;
	    padding: 15px 0;
	}
	section.footer .text{
		margin-top: 0;
	}
	/*section.footer .navig h2::after, section.footer .min-form h2::after{
		left: 33%;
	}*/
	section.footer .line-bottom{
		margin-bottom: 0;
	}
	section.footer .rights{
		flex-direction: column;
	}
	section.footer .rights .left-side, section.footer .rights .right-side{
		max-width: 50%;
    flex-basis: 50%;
    -ms-flex: 50%;
    margin: 10px auto;
	}

}
