@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700;800;900&family=Ubuntu:ital@1&display=swap');*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
*{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
input, button {
 /*-webkit-appearance: none;*/
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

body { 
	font-size: 14px; 
	line-height: 1; 
	font-family: 'Encode Sans', sans-serif;
	letter-spacing: 0;
	color: #ececec;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block; 
}
ol,
ul { 
	list-style: none; 
}
blockquote,
q { 
	quotes: none; 
}
blockquote:before,
blockquote:after,
q:before,
q:after { 
	content: ''; 
	content: none; 
}
strong { 
	font-weight: bold; 
} 
input { 
	outline: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
img { 
	border: 0; max-width: 100%; 
}
a:focus,
a:hover,
a { 
	text-decoration: none; 
}
.container{
	max-width: 1340px;
	width: 100%;
	margin: auto;
	position: relative;
}
{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}
#header{
	background-color: #002e52;
	padding: 25px 0 15px;
}
.header__logo a{
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	color: #ececec;
}
.top-menu a{
	transition: .3s;
}
.top-menu .current-menu-item a,
.top-menu a:hover{
	color: #dd7d33!important;
}
.top-menu__info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 30px;
	-webkit-justify-content: end;
	-moz-justify-content: end;
	-ms-justify-content: end;
	justify-content: end;	
}
.top-menu__info a{
	font-size: 16px;
	color: #ececec;
	margin-right: 60px;
	display: block;
}
.top-menu__info a:last-child{
	margin-right: 0;
}
.top-menu__links a{
	font-size: 19px;
	color: #ececec;
	font-weight: bold;
}
.top-menu__info a i{
	padding-right: 20px;
}
.top-menu__links ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: end;
	-moz-justify-content: end;
	-ms-justify-content: end;
	justify-content: end;
}
.top-menu__links li{
	margin-right: 40px;
}
.top-menu__links li:last-child{
	margin-right: 0;
}
.header__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.top-menu{
	margin: auto;
	margin-right: 0;
}
.header__logo{
	margin: auto 0;
	position: relative;
	z-index: 3;

}
#footer{
	background-color: #052056;
	padding: 75px 0 50px;
}
.foot__l{
	display: table;
}
.foot__buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.foot__buttons a{
	color: #dd7d33;
	font-size: 19px;
	font-weight: bold;
	padding: 15px 30px;
	border: 2px solid #dd7d33;
	display: table;
	margin-right: 10px;
	cursor: pointer;
	transition: .3s;
}
.foot__buttons a:hover{
	color: #052056;;
	background-color: #dd7d33;;
}
.foot__buttons a:last-child{
	margin-right: 0;
}
.foot__l h3{
	color: #ececec;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}
.footer__container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.foot__r{
	font-size: 24px;
	font-weight: 600;
	color: #ececec;
	max-width: 245px;
	text-align: right;
	margin-left: auto;
	line-height: 1.2;
}
#home{
    background-repeat: no-repeat!important;
    padding: 130px 0 70px;
    background-size: 80% 100%!important;
}
.home__title{
	font-size: 48px;
	font-weight: bold;
	color: #ececec;
	margin-bottom: 75px;
	max-width: 850px;
}
.home__text{
	max-width: 850px;
	color: #ececec;
	font-size: 36px;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 105px;
}
.home__butt{
	display: table;
	padding: 20px 15px;
	background-color: #dd7d33;
	color: #ececec;
	font-size: 24px;
	font-weight: 600;
	border: 2px solid #dd7d33;
	transition: .3s;
}
.home__butt:hover{
	background-color: transparent;
	color: #dd7d33;
}
.home__image{
	position: absolute;
    right: 0;
    bottom: -35px;
    line-height: 0;
}
.other-text{
	color: #151515;
	padding: 70px 0 45px;
	margin-bottom: 0;
}
.other-text h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 70px;
}
.other-text p{
	font-size: 19px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.other-text p:last-child{
	margin-bottom: 0;
}
.products__row{
	padding: 45px 0 75px;
}
.products__row .wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.product__plashka {
	flex-basis: 32%;
	max-width: 333px;
	border: 1px solid #e2e2e2;
	margin-right: 2%;
	padding: 25px 20px 15px;
}
.product__plashka:nth-child(3n+3){
	margin-right: 0;
}
.pr__image{
	line-height: 0;
	margin-bottom: 30px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	height: 300px;
	align-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.pr__image img{
	margin: auto;
	max-height: 100%;
}
.pr__title{
	margin-bottom: 40px;
	color: #002e52;
	font-size: 24px;
	font-weight: bold;
}
.pr__descr{
	font-size: 19px;
	color: #151515;
	margin-bottom: 50px;
}
.pr__link{
	display: table;
	color: #ececec;
	font-size: 19px;
	font-weight: 600;
	background-color: #355eaf;
	border: 1px solid #355eaf;
	transition: .3s;
	margin: auto;
	padding: 10px 20px; 
}
h1{
	font-size: 48px;
    font-weight: bold;
    margin-bottom: 75px;
    max-width: 850px;
}
h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pr__link:hover{
	background-color: transparent;
	color: #355eaf;
}
.gallery__images h5,
.page__title{
	font-weight: bold;
    color: #151515;
    font-size: 36px;
    padding-right: 100px;
    background-color: white;
    position: relative;
    line-height: 1;
    display: table;
    margin-bottom: 65px!important;
}
.page__title--line{
	position: relative;
}
.page__title--line:before{
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #355eaf;
	top: 50%;
	margin-top: -0.5px;
	right: 0;
}

.new-video__wrapper{
	max-width: 935px;
	height: 350px;
	margin: auto;
	text-align: center;
	line-height: 0;
}
.video-image{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.new-video__wrapper iframe{
	display: none;
	width: 100%;
	height: 100%;
}
#my-video{
	padding-bottom: 80px;
}
.logos{
	margin-bottom: 80px;
}
.logos > div > div> .wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.logos > div > div> .wpb_wrapper > div{
	margin-bottom: 0!important;
	flex-basis: 24%;
	margin-right: 1.333%;
}
.logos > div > div> .wpb_wrapper > div:nth-child(4n+4){
	margin-right: 0;
}
.top-menu__mob{
	display: none;
	margin: auto;
    margin-right: 0;
}
.burger__menu{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #002e52;
	top: 0;
	left: 100%;
	/*right: 0;*/
	transition: .3s;
	z-index: 2;
}
#main{
	transition: .3s;
}
body.active-menu #main{
	margin-left: -40%;
	margin-right: 40%;
}
body.active-menu .burger__menu{
	width: 40%;
	padding: 50px 20px;
	left: 60%;
}
.burger{
	width: 45px;
	height: 30px;
	cursor: pointer;
	position: relative;
	/*border: 2px solid white;*/
	z-index: 3;
}
.burger span{
	width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    transition: .3s;
    background: white;
}
.burger span:nth-child(1){
	top: 0;
}
.burger span:nth-child(2){
	top: 50%;
	margin-top: -2px;
}
.burger span:nth-child(3){
	bottom: 0;
}
body.active-menu .burger span:nth-child(1){
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px;
}
body.active-menu .burger span:nth-child(2){
	width: 0;
    left: 50%;
}
body.active-menu .burger span:nth-child(3){
    bottom: 50%;
    transform: rotate(-45deg);
    margin-bottom: -2px;
}
.burger__menu ul li{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.burger__menu ul li:last-child{
	margin-bottom: 0;
}
.burger__menu ul{
	margin-bottom: 50px;
}
.burger__menu > a{
	color: white;
	display: block;
	margin-bottom: 10px;
}
.burger__menu > a > i{
	margin-right: 10px;
}
.burger__menu > a:last-child{
	margin-bottom: 0;
}
.burger__menu ul li a{
	color: white;
}
body.active-menu{
	overflow: hidden;
}
.my__page-header{
	min-height: 300px;
	background-repeat: no-repeat;
    background-size: cover;

}
.produktova-page .page__title--line{
	margin-top: 40px;
}
.produktova__text{
	padding: 40px 0 30px;
	font-weight: bold;
	font-size: 19px;
	color: black;
	line-height: 1.5;
}
.produktova-page .page__title{
	margin-bottom: 0px!important;
}
.doplnky__row > div > div > .wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.doplnk__wrapper {
	max-width: 350px;
	flex-basis: 24%;
	margin-right: 1.333%;
	margin-bottom: 100px;
}
.doplnk__wrapper:nth-child(4n){
	margin-right: 0;
}
.doplnk__img{
	margin-bottom: 30px;
	line-height: 0;
	text-align: center;
	max-height: 200px;
}
.doplnk__img img{
	max-height: 100%;
}
.doplnk__title{
	font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #151515;
}
.product__title h1{
	font-size: 36px;
    font-weight: bold;
    color: #151515;
    padding: 80px 0 45px;
}
.new-video__wrapper iframe.d-block,
.d-block{
	display: block;
}
.gallery__videos > div > div > .wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	padding: 80px 0 70px;
	flex-wrap: wrap;
}
.gallery__videos .new-video{
	flex-basis: 40%;
    margin-right: 20%;
    margin-bottom: 40px;
}
.gallery__videos .new-video:nth-child(2n+2){
	margin-right: 0;
}
.product-text li,
.product-text p{
	line-height: 1.4;
	font-size: 19px;
	color: #151515;
	margin-bottom: 20px;
}
.product-text li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 21px;
}
.o-nas__image{
	float: left;
	margin-right: 20px;
}
.no-mg{
	margin-bottom: 0!important;
}
.product-text li ul li:before{
    height: 2px;
    border-radius: 0;
    top: 15px;
}
.product-text li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #002E52;
    position: absolute;
    left: 0;
    top: 11px;
}
.product-text li:last-child,
.product-text p:last-child{
	margin-bottom: 0;
}
.pdf-files__wrapper > div{
	padding: 40px 0 100px;
}
.logos__list > div > div > .wpb_wrapper,
.pdf-files__wrapper > div > div > div.wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.logos__list > div > div > .wpb_wrapper > div,
.pdf__block{
	flex-basis: 23%;
	margin-right: 2.6666%;
	max-width: 280px;
	box-shadow: 9px 9px 24px #00000054;
}
.logos__list > div > div > .wpb_wrapper > div{
	box-shadow: none;
}
.logos__list > div > div > .wpb_wrapper > div:nth-child(4n),
.pdf__block:nth-child(4n){
	margin-right: 0;
}
.ref__title{
	padding-top: 50px;
}

@media(max-width: 980px){
	.top-menu{
		display: none;
	}	
	.top-menu__mob{
		display: block;
	}
	.home__image{
		display: none;
	}
	#home{
		padding: 70px 0;
	}
	.home__text,
	.home__title{
		margin-bottom: 40px;
	}
	.other-text h2{
		font-size: 26px;
		margin-bottom: 35px;
	}
	.other-text p{
		line-height: 1.2;
		margin-bottom: 15px;
		font-size: 17px;
	}
	.products__row .wpb_wrapper{
		flex-wrap: wrap;
	}
	.product__plashka{
		flex-basis: 49%;
		margin-bottom: 20px;
	}
	.product__plashka:last-child{
		margin-bottom: 0;
	}
	.product__plashka:nth-child(3n+3){
		margin-right: 2%;
	}
	.product__plashka:nth-child(2n+2){
		margin-right: 0;
	}
	.products__row{
		padding: 30px 0;
	}
	.doplnk__wrapper {
		flex-basis: 32%;
		margin-right: 2%;
	}
	.doplnk__wrapper:nth-child(4n){
		margin-right: 2%;
	}
	.doplnk__wrapper:nth-child(3n){
		margin-right: 0%;
	}
	.product__image-text > div{
		width: 100%;
	}
	.logos__list > div > div > .wpb_wrapper > div,
	.pdf__block{
		flex-basis: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.logos__list > div > div > .wpb_wrapper > div:nth-child(4n),
	.pdf__block:nth-child(4n){
		margin-right: 2%;
	}
	.logos__list > div > div > .wpb_wrapper > div:nth-child(2n),
	.pdf__block:nth-child(2n){
		margin-right: 0;
	}
}
@media(max-width: 650px){
	body.active-menu .burger__menu{
		width: 60%;
		left: 40%;
	}
	body.active-menu #main {
	    margin-left: -60%;
	    margin-right: 60%;
	}
	.footer__container{
		-webkit-flex-flow: column;
	    -moz-flex-flow: column;
	    -ms-flex-flow: column;
	    flex-flow: column;
	}
	.foot__l{
		max-width: 350px;
		text-align: center;
		margin: auto;
		margin-bottom: 30px;
	}
	.foot__r{
		margin-right: auto;
		text-align: center;
		font-size: 18px;
	}
	#footer{
		padding: 30px 0;
	}
	.foot__l h3{
		margin-bottom: 20px;
	}
	.home__title{
		font-size: 36px;
	}
	.home__text{
		font-size: 24px;
		line-height: 1.2;
	}
	.home__butt{
		padding: 15px 7.5px;
    	font-size: 18px;
	}
	.gallery__images h5,
	.page__title,
	.other-text h2{
		font-size: 22px;
		margin-bottom: 25px;
	}
	.other-text p{
		font-size: 14px;
	}
	.page__title{
		padding-right: 40px;
		margin-bottom: 20px!important;
	}
	.product__plashka{
		flex-basis: 100%;
		margin-right: 0;
	}
	.product__plashka:nth-child(3n+3){
		margin-right: 0%;
	}
	.pr__title{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.pr__descr{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.new-video__wrapper{
		height: 250px;
	}
	.logos > div > div> .wpb_wrapper > div{
		flex-basis: 49%;
		margin-right: 2%;
	}
	.logos > div > div> .wpb_wrapper{
		flex-wrap: wrap;
	}
	.logos > div > div> .wpb_wrapper > div:nth-child(2n+2){
		margin-right: 0;
	}
	#my-video{
		padding-bottom: 0;
	}
	.produktova__text{
		padding: 40px 0 35px;
		font-size: 16px;
	}
	.doplnk__wrapper {
		flex-basis: 49%;
		margin-bottom: 50px;
	}
	.doplnk__img{
		margin-bottom: 15px;
	}
	.doplnk__wrapper:nth-child(3n){
		margin-right: 2%;
	}
	.doplnk__wrapper:nth-child(2n){
		margin-right: 0%;
	}
	.doplnk__title{
		font-size: 18px;
	}
	.product-text li,
	.product-text p{
		font-size: 15px;
	}
	.gallery__videos .new-video{
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media(max-width: 450px){
	body.active-menu .burger__menu{
		width: 100%;
		left: 0;
	}
	body.active-menu #main {
	    margin-left: -100%;
	    margin-right: 100%;
	}
	.foot__l h3{
		font-size: 22px;
	}
	.home__title{
		font-size: 28px;
	}
	.home__text{
		font-size: 20px;
	}
	.home__text, .home__title{
		margin-bottom: 25px;
	}
	.doplnk__title {
	    font-size: 14px;
	}
}