html, body {
	width: 100%;
	height: 100%;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	/* min-width: 1100px !important; */
	box-sizing: border-box;
}
/* .container{
	min-width: 1100px !important;
} */

h1,h2,h3,h4,h5,h6,p,a,span,ul,li,ol,input,button,textarea,form,label{
	margin: 0;
	padding: 0;
	outline: 0;
}

.height-100{
	height: 100%;
}

.flex{
	display: flex;
}

.align{
	justify-content: center;
}

.align-start{
	justify-content: flex-start;
}
.align-end{
	justify-content: flex-end;
}
.valign{
	align-items: center;
}













.header-section{
	width: 100%;
	height: 620px;
	background-image: url(../images/slide-bg-1.jpg);
	background-position: center center;
	background-size: cover;
}

.general-header{
	height: 90px;
}
.general-header .header-container{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 40px;
}
.general-header .logotype-container{
	width: 180px;
}
.general-header .logotype-container a, .general-header .logotype-container a>img{
	display: block;
}
.general-header .general-menu{
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.general-header .general-menu>li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.general-header .general-menu>li>a{
	text-decoration: none;
	color: #6d6d6d;
	margin: 0 10px;
}
.general-header .general-menu>li>a:hover{
	text-decoration: underline;
}
.general-header .telephone-button-container{
	width: 200px;
}
.general-header .telephone-button-container a{
	width: 200px;
	height: 40px;
	background-color: #158e70;
	border-radius: 20px;
	color: white;
	text-decoration: none;
	box-shadow: 0 17px 24px 7px rgba(0,0,0,0.5);
}

.header-section .slide-one{
	height: 530px;
}
.header-section .slide-one-container{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.big-small{
	display: inline-flex;
	align-items: center;
	margin-right: 40px;
}
.big-small .small{
	margin-left: 5px;
}
.button-green, .button-white{
	display: inline-flex;
	height: 50px;
	padding: 0 30px;
	align-items: center;
	justify-content: center;
	font-family: "Stem";
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	letter-spacing: 2px;
}
.button-form{
	display: flex;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	font-family: "Stem";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	text-transform: none;
	border: 0;
	outline: 0;
	margin-top: 20px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border: 3px solid white;
	color: white;
	background-color: transparent;
}
.button-form:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	background-color: white;
	color: #158e70;
}
.button-green{
	background-color: #158e70;
	color: white;
}
.button-green:hover{
	background-color: #3f5673;
}
.button-white{
	min-width: 225px;
	background-color: transparent;
	border: 1px solid black;
	color: black;
}
.button-white:hover{
	background-color: #3f5673;
	border-color: #3f5673;
	color: white;
}
.header-section .slide-one h1{
	margin-bottom: 25px;
}
.header-section .slide-one p{
	margin-bottom: 20px;
}
.header-section .slide-one .button-white{
	margin-left: 15px;
}
.header-section .slide-one .big-small{
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-brands{
	min-height: 130px;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.section-brands .slide{
	outline: 0;
	display: table;
	height: 100px;
}
.section-brands .slide>div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
.section-brands img{
	margin:0;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}


.usage-section{
	background-color: #000e20;
	padding: 50px 0;
}
.usage-section .button-green {
	margin-top: 80px;
}

.usage-section .usage-top-block{
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin: 30px auto;
	margin-bottom: 40px;
}
.usage-section .usage-top-block .left-block-usage{
	text-align: left;
}
.usage-section .usage-top-block .vertical-line{
	width: 0;
    height: 45px;
    margin: 0 35px;
    border-left: 1px dashed #158e70;
}
.usage-section .usage-top-block .right-block-usage{
	text-align: left;
}

.for-margin-image{
	height: 90px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 10px;
}

.what-section{
	height: 770px;
	background-image: url(../images/slide-bg-2.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #eff0f2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.right-gray-text{
	width: 1px;
	height: 44px;
	position: relative;
}
.right-gray-text span{
	color: #afb3bb;
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	white-space: nowrap;
	text-decoration: line-through;
}

.organization-section{
	min-height: 760px;
	height: 760px;
	background-color: #000e20;
}

.org-block{
	display: flex;
}

.org-block .org-left-block{
	width: 360px;
	max-width: 360px;
	flex:1 0 360px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.org-block .org-left-block>p{
	margin-top: 25px;
}
.org-block .org-arrow{
	width: 100px;
	max-width: 100px;
	background-color: #158e70;
	background-image: url(../images/left-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	flex:1 0 100px;
}
.org-block .org-right-block{
	flex:1 0 auto;
	max-width: calc(100% - 460px);
	padding-left: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-style{
	margin: 10px 0;
	padding: 15px;
}

.block-style.greenbg{
	background-color: #158e70;
}

.two-week{
	max-width: 300px;
	border:3px solid #158e70;
	padding:20px 15px 23px 24px;
	font-size: 1px;
	line-height: 10px;
	margin-top: 60px;
}
.two-week p{
	margin-top: 3px;
}

.personal-section{
	padding: 35px 0;
}
.photo-container{
	width: 100%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}
.photo-container:after{
	content: "";
	padding-bottom: 100%;
	display: block;
}
.padding-fixed>div{
	padding: 15px 25px;
}




.partners-section{
	height: 600px;
	background-color: #f5f5f5;
}
.partners-section h2{
	padding-bottom: 15px;
}

.nopadding{
	padding: 0 5px;
}
.flex-column{
	flex-direction: column;
	align-items: flex-start;
}

.slider-partners{
	width: 100%;
	padding: 70px 0;
	position: relative;
}
.slider-partners .slide{
	display: table;
	height: 460px;
	outline: 0;
}
.slider-partners .slide .cell{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.slider-partners .slide .cell .flex-image{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0;
}

.slick-dots {
	width: 100%;
	height: 70px;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slick-dots li {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 6px;
	height: 6px;
	margin: 0 15px;

}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c9c9c9;
	border: 0;
	outline: 0;
}

.slick-dots li.slick-active button{
	background-color: #158e70;
}



.map-section{
	height: 750px;
	width: 100%;
	position: relative;
}
.map-container{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 10;
	overflow: hidden;
}
.map-container>ymaps{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}
.map-container ymaps:not(.ymaps-map){
	filter: grayscale(1) !important;
}
.map-container ymaps.ymaps-overlay-stepwise-pane, .map-container ymaps.ymaps-overlay-stepwise-pane ymaps{
	filter:none !important;
}
/**/

.patop{
	padding-top: 30px;
}
.padd-other{
	padding-top: 10px;
	padding-bottom: 20px;
}




footer{
	min-height: 180px;
	width: 100%;
	background-color: #000e20;
}

.general-footer{
	height: 90px;
}





.what-slide-section{
	padding-top: 100px;
	text-align: center;
}
.what-slide-section .padding-top-slide{
	padding-top: 40px;
}
.what-slide-section .slider-selector{
	text-align: center;
}
.what-slide-section .slider-selector .item{
	display: inline-block;
	text-decoration: underline;
	padding: 7px 17px;
	margin: 25px 30px;
	cursor: pointer;
	user-select: none;
	transition: all 0.2s ease-in-out;
}
.what-slide-section .slider-selector .item.active{
	background-color: #158e70;
	text-decoration: none;
	color: white;
}
.what-slide-section .slider-selector .item.active .uno-gray-a{
 	border-color: #158e70;
 }
.what-slide-section .button-white{
	margin: 30px auto 70px auto;
}


.pabo25{
	padding-bottom: 25px;
}
.pabo20{
	padding-bottom: 20px;
	padding-left: 10px;
}

.slider-full-width .slide{
	height: 760px;
	position: relative;
	outline: 0;
}
.slider-full-width .slide .text-column{
	padding-left: 60px;
}
.slider-full-width .slide .background-img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-size: cover;
	background-position: center center;
}

.tag-filter, .links-filter{
	display: block;
	margin: 0 -5px;
}
.links-filter a{
	color: black;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}
.links-filter span:last-child{
	display: none;
}
.links-filter a:hover{
	text-decoration: underline;
}
.tag-filter a{
	color: #828282;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}
.tag-filter a:hover{
	text-decoration: underline;
}

.case-section{
	padding-top: 100px;
	background-color: #eff0f2;
	padding-bottom: 60px;
}
.case-section .level-1, .case-section .level-2{
	padding-bottom: 40px;
}




.main-case-container{
	width: 100%;
	padding: 0 60px;
}
.main-case-container .iten-case{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 85px;
	text-decoration: none;
	transition:all 0.5s ease;
}
.main-case-container .iten-case .image-container{
	width: 100%;
	background-position: center center;
	background-size: 102%;
	margin-bottom: 15px;
	transition:all 0.5s ease;
}

/*.main-case-container .iten-case .image-container:hover{
	background-size: 106%;
}*/


.main-case-container .iten-case .image-container:after{
	content: "";
	display: block;
	padding-bottom: 72.727272727272727272727272727272%;
	transition:all 0.5s ease;
}

.iten-case:hover {-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);}

.par-10{
	padding-right: 10px;
}
.reload-button{
	display: flex;
	margin: 0 auto;
	width: 300px;
	max-width: 90%;
}
.reload-button img{
	margin-right: 10px;
}






/* modal */

.modalWindow{
	background-color: #158e70;
	text-align: left;
}
input:not([type="checkbox"]){
	display: flex;
    height: 40px;
    width: 100%;
    padding: 0px 15px;
    align-items: center;
    justify-content: flex-start;
    font-family: "Stem";
    font-size: 12px;
    line-height: 1;
    text-transform: none;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid white;
    color: white;
    margin-top: 30px;
    cursor: text;
}

.remodal-close{
	left: auto;
	right: 0;
	color: white;
}


::-webkit-input-placeholder {
  color: white;
  text-overflow: ellipsis;
  transition: color 0.2s;
  letter-spacing: 2px;
}

::-moz-placeholder {
  color: white;
  text-overflow: ellipsis;
  transition: color 0.2s;
  letter-spacing: 2px;
}

:-moz-placeholder {
  color: white;
  text-overflow: ellipsis;
  transition: color 0.2s;
  letter-spacing: 2px;
}

:-ms-input-placeholder {
  color: white;
  text-overflow: ellipsis;
  transition: color 0.2s;
  letter-spacing: 2px;
}

:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}


.forcheckbox{
	padding: 30px 15px 0 15px;
}
.checkbox{
	display: inline-block;
	width: 30px;
	height: 30px;
	border:1px solid white;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
}
.checkbox.checked{
	background-image: url(../images/check.png);
	background-size: cover;
	background-position: center center;
}
.checkbox input{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}
.forcheckbox label{
	margin-left: 15px;
	vertical-align: middle;
	height: 30px;

}
.forcheckbox label a{
	text-decoration: underline;
}




.other-page-header{
	height: auto !important; 
    background-image: none !important; 
    background-color: #eff0f2  !important;
}



.uno-gray-a{
	display: inline-block; 
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

.padding-top-10{
	padding-top: 10px;
}
.dotted{
	border-bottom: 1px dotted #cccccc;

}

.ul-slider-ah {
	list-style: none;
	width: 100%;
	column-count: 2;
	column-gap: 20px;
	padding: 20px 0;
}

.ul-slider-ah li{
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.ul-slider-ah li:before{
	content: "\2014";
	color: #158e70;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.hz-block{
	text-align: center;
}
.hz-block span{
	display: inline-block;
	font-family: "Stem";
	font-weight: 300;
	line-height: 1;
	padding: 10px;
	background-color: gray;
	color: white;
	margin: 10px;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	width: 70px;
}

.lb-number{
	display: none !important;
}


.modalWindowPolitic .content{
	text-align: justify;
}
.modalWindowPolitic .remodal-close{
	color: gray;
}
.modalWindowPolitic .content h4{
	font-family: "Stem";
	font-weight: 700;
	line-height: 1.3;
	color: black;
	font-size: 22px;
}
.modalWindowPolitic .content h5{
	font-family: "Stem";
	font-weight: 500;
	line-height: 1.3;
	color: black;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.modalWindowPolitic .content h6{
	font-family: "ProximaNova";
	font-weight: 500;
	line-height: 1.3;
	color: black;
	font-size: 12px;
}
.modalWindowPolitic .content p{
	font-family: "ProximaNova";
	font-weight: 400;
	line-height: 1.4;
	color: black;
	font-size: 12px;
}


.lb-nav a.lb-prev, .lb-nav a.lb-next {
    display: block !important;
}

.lb-data .lb-close {
    background-size: 90%;
    background-position: center center;
}

#pdf-icon{
	height: 25px;
    vertical-align: bottom;
    margin-right: 15px;
}