 html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
	color: #283342;
	text-transform: uppercase;
	font-weight: 500;
}
h1{
	font-size: 42px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 10px;
}
h6{

}
p {
	font-family: 'Roboto', sans-serif;
	margin: 25px 0;
	color: #283342;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
img{
	display: block;
	max-width: 100%;
}
.b-list{
	padding: 0;
	margin: 0;
}
.b-list li{
	list-style: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;	
	margin: 0 0 10px 0;
}
.b-list li strong{
	font-weight: 400;
	color: #283342;
}
.b-list li:last-child{
	margin: 0;
}
.b-list li:before{
	content: "";
	width: 13px;
	height: 2px;
	background: url(../images/red-line.svg) no-repeat;
	margin: 12px 15px 0 0;
	flex-shrink: 0;
}
/*== buttons
---------------------------------*/
.b-link{
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EF4231;
	text-decoration: none;
	opacity: 1;
	transition: 0.3s;
	border-bottom: 1px solid #EF4231;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-link:hover{
	text-decoration: none;
	color: #EF4231;
	opacity: 0.6;
	transition: 0.3s;
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
.button{
	background: #EF4231;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px auto 0;
	text-decoration: none;
 	display: table;
}
.button:hover ,.button:active{
	color: #FFFFFF;
	background: #283342;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transition: 0.3s;
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}
.b-input-text{
	width: 100%;
	height: 58px;
	background: #FFFFFF;
	border: 1px solid #283342;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #6E7680;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
	padding: 0 32px;
	transition: 0.3s;
	margin: 0 0 20px 0;
}
.b-input-text:active{
	border-color: #283342;
	transition: 0.3s;
	background: #FFFFFF;
}
.b-input-text:valid{
	transition: 0.3s;
} 
.b-input-text.empty_field{
	transition: 0.3s;
	background: #F7F7FB;
	border: 1px solid transparent;
}
.b-input-text:hover{
	background: #FFFFFF;
	border-color: #B0B4B6;
	transition: 0.3s;
}
.b-input-text::-webkit-input-placeholder{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #B0B4B6;	
}
.b-input-text:-moz-placeholder{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #B0B4B6;		
}
.b-input-text.error{
	border-color: #EF4231;
	background: #ffffff;
}

textarea{
	height: 80px;
	outline: none;
}
.b-textarea{
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #283342;	
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #6E7680;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
	padding: 24px 32px;
	transition: 0.3s;
	margin: 0 0 20px 0;
}
.b-textarea.empty_field{
	transition: 0.3s;
	background: #F7F7FB;
	border: 1px solid transparent;
}
.b-textarea.error{
	border-color: #EF4231;
	background: #ffffff;
}
.b-textarea:hover{
	background: #FFFFFF;
	border-color: #B0B4B6;
	transition: 0.3s;
}
.b-textarea:active{
	border-color: #283342;
	transition: 0.3s;
}
.b-textarea::-webkit-input-placeholder{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #B0B4B6;	
}
.b-textarea:-moz-placeholder{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #B0B4B6;		
}


/*== checkbox , raido
---------------------------------*/
.b-checkbox{
	margin: 0 0 15px 0;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.b-checkbox label.error{
	position: absolute;
	bottom: -23px;
	left: 0px;
	font-size: 12px;
	margin: 0;
	color: #F54B48;
	font-family: 'Roboto', sans-serif;
}
.b-checkbox:last-child{
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}
.b-checkbox input[type="checkbox"]{
    position: absolute;
	opacity: 0;
}
.b-checkbox input[type="checkbox"] + label span{
	width: 25px;
	height: 25px;
	background: #F0F4F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
	border: 1px solid transparent;
	margin: 0 20px 0 0;
}
.b-checkbox input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	width: 25px;
	height: 25px;
	background: #F0F4F7 url(../images/check-ico.png) center no-repeat;
	border-color: #283342;
}
.b-checkbox input[type="checkbox"]:checked + label{
    color: #000000;
}
.b-checkbox input[type="checkbox"] + label i{
	font-size: 14px;
	line-height: 1.6;
	color: #6E7680;
	font-style: normal;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid  #65a32a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #a7a7a7;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;	
	padding:  0 0 0 8px; 	
	background: #ffffff url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    margin: 0 0 35px 0;
}
.fancybox-enabled{
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
	position: relative;
}
.fancybox-container{
	z-index: 999999;
}
.b-mobile{
	display: none;
}
.modal-dialog{
	pointer-events: inherit;
}
.modal{
	z-index: 99999999;
}
/* End Total css ====*/
.container-fluid{
	max-width: 1600px;
}
.container{

}
.b-mobile{
	display: none;
}
.b-container{
	position: relative;
}
/* -------------- page index -------------- */
.b-header{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;
    position: relative;
    z-index: 9999;
}
.b-header > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}
.b-logo__ico{
	display: block;
	margin: 0 16px 0 0;
}
.b-logo__text{
	display: block;
}
.b-logo__text b{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	letter-spacing: 0px;
	color: #EF4231;
}
.b-logo__text span{
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.86em;
	color: #283342;
    margin: 0 0 0 1px;
}
.b-logo:hover , .b-logo:focus , .b-logo:active{
	text-decoration: none;
}
.b-nav{
}
.b-nav > ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-nav > ul > li{
	list-style: none;
	position: relative;
}
.b-nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #283342;
	padding: 0 20px 19px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
}
.b-nav > ul > li > a:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 0%;
	height: 2px;
	background: #F54B48;
	z-index: 30;
}
.b-nav > ul > li.active > a:before{
	width: 100%;
	transition: 0.3s;
}
.b-nav > ul > li > a:hover:before{
	transition: 0.3s;
	width: 100%;
}
.b-nav > ul > li:last-child a{
	padding: 0 0 19px 0;
}
.b-nav > ul > li:last-child{
	margin: 0 0 0 20px;
}

.b-dropdown{
	position: absolute;
	top: 120%;
	left: 0;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;	
	width: 300px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.3s;
}
.b-nav > ul > li.b-drop:hover > .b-dropdown{
	opacity: 1;
	visibility: visible;
	z-index: 100;
	transition: 0.3s;
}
.b-nav > ul > li.b-drop a{
	position: relative;
}
.b-nav > ul > li.b-drop > a:after{
	display: block;
	margin: 0 0 0 10px;
	content: "";
	background: url(../images/nav-arrow.svg) no-repeat;
	width: 6px;
	height: 3px;
}
.b-dropdown ul{
	padding: 0;
	margin: 0;
}
.b-dropdown ul li{
	list-style: none;
	margin: 0 0 22px 0;
}
.b-dropdown ul li:last-child{
	margin: 0;
}
.b-dropdown ul li a{
	display: block;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #283342;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;
}
.b-dropdown ul li a:hover{
	transition: 0.3s;
	color: #6E7680;
}
/* -------------- b-main -------------- */
.b-main{
	background-position: top center !important;
	background-size: cover !important;
	height: 421px;
	margin: 0 0 220px 0;
	position: relative;
}
.b-main-page .b-main{
	margin: 0 0 142px 0;
}
.b-main-page .b-main{
	height: calc(100vh - 100px);
	/* height: 620px; */
	margin: 0 0 160px 0;
}
.b-breadcrumbs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
}
.b-breadcrumbs ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-breadcrumbs ul li{
	list-style: none;
	font-weight: 500;
	font-size: 10px;	
	color: #1A1A1A;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-breadcrumbs ul li:before{
	display: none;
}
.b-breadcrumbs ul li:after{
	content: "/";
	padding: 0 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-breadcrumbs ul li a{
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1A1A1A;
}
.b-breadcrumbs ul li:last-child a{
	font-weight: 400;
    color: #6E7680;
}
.b-breadcrumbs ul li:last-child:after{
	display: none;
}
.b-main > .container{
	height: 100%;
}
.b-main > .container > .row{
	height: 100%;
}
.b-main > .container > .row > div{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.b-main-content{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	position: relative;
 
}
.b-main-page .b-main-content{
	justify-content: space-between;
	align-items: flex-start;
	padding: 154px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-page .b-main-content h1{
	font-size: 52px;
	font-size: 44px;
	margin: 0 0 17px 0;
}
.b-main-item{
	width: 580px;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 60px 20px 60px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0px;
}
.b-main-page .b-main-item{
	position: static;
	background: none;
	box-shadow: none;
	padding: 0;
}
.b-main-page .b-main-content__left .button{
	margin: 36px 0 0 0;
	display: inline-block;
	width: auto;
	margin: 62px 0 0 0;
}
.b-main-item p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
	margin: 20px 0 0 0;
}
.b-main-page .b-main-item p{
	max-width: 476px;
}
.b-main-block{
	position: relative;
}
.b-main-block__list ul{
	padding:0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.b-main-block__list ul li{
	list-style: none;
}
.b-main-block__list ul li a{
	width: 104px;
	height: 104px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #6E7680;
	border-top: 2px solid transparent;
	transition: 0.3s;
}
.b-main-block__list ul li a:hover{
	border-color: #F54B48;
	transition: 0.3s;
}
.b-main-block__list ul li:first-child a{
	background: #283342;
	color: #FFFFFF;
}
.b-main-block__list ul li:nth-child(2) a{
	background: #F0F4F7;
}
.b-main-page .b-main-block__list ul{
	display: block;
}
.b-main-page .b-main-block__list ul li a{
	border-top: 0px;
	border-left: 2px solid transparent;
}
.b-main-page .b-main-block__list ul li a:hover{
	border-color: #F54B48;
}
.b-main-block__ico{
	display: block;
	height: 21px;
	margin: 0 0 7px 0;
}
.b-main-block__content{
	position: absolute;
	bottom: 100%;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);	
}
.b-main-page .b-main-block__content{
	top: 0;
	right: 100%;
	width: inherit;
}
.b-main-page .tab-pane{
	background: #ffffff;
	display: block !important;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	min-height: 104px;
	width: 280px;
}
.b-main-page .tab-content{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.b-main-page .tab-pane:nth-child(2){
	width: 334px;
}
.b-main-page .tab-pane:nth-child(3){
	width: 340px;
}
.b-main-page .tab-pane.active{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-main-col{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-col__ico{
	width: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	flex-shrink: 0;
}
.b-main-page .b-main-col__ico{
	width: auto;
	margin: 0 40px 0 0;
}
.b-main-page .b-main-col{
	justify-content: center;
	padding: 26px 40px;
}
.b-main-col__text{
	font-family: 'Roboto', sans-serif;
}
.b-main-col__text a{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
}
.b-main-col__text ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
.b-main-col__text ul li{
	list-style: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	color: #6E7680;	
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 8px 0;
}
.b-main-col__text ul li span{
	width: 130px;
	display: block;
	text-align: right;
}
.b-main-col__text ul li:last-child{
	color: #C0C2C8;
	margin: 0;
}
.b-main-page .b-main-bottom{
	margin: 0 0 60px 0;
}
.b-main-bottom{
	margin: 0 0 80px 0;
}
.b-main-bottom__wrapper{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.b-main-bottom__wrapper ul{
	padding: 0;
	margin: 0 70px 0 0;
	flex-shrink: 0;
}
.b-main-bottom__wrapper ul li{
	list-style: none;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #EF4231;	
	margin: 0 0 35px 0;
}
.b-main-bottom__wrapper ul li:last-child{
	margin-bottom: 0px;
}
.b-main-bottom > .container > .row > div{
	display: flex;
	justify-content: flex-end;
}
.b-main-page .b-main-bottom > .container > .row > div{
	justify-content: center;
}
.b-main-bottom__block{
	width: 500px;
}
.b-main-bottom__wrapper .b-main-bottom__block{
	width: 560px;
}
.b-main-bottom__block h2{

}
.b-main-bottom__block span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #283342;
	margin: 0 0 35px 0;
}
.b-main-bottom__block p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
}
.b-main-bottom__block strong{
	display: block;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EF4231;
}
/* -------------- b-footer -------------- */
.b-footer{
	background: #283342;
	padding: 80px 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-footer-top{
	margin: 0 0 40px 0;
}
.b-footer-top b{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}
.b-footer-top span{
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #B0B4B6;
}
.b-footer-items{
	font-family: 'Roboto', sans-serif;
}
.b-footer-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 20px 0;
}
.b-footer-item__img{
	flex-shrink: 0;
	margin: 5px 20px 0 0;
}
.b-footer-item__text{

}
.b-footer-item__text a{
	display: block;
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #FFFFFF;
}
.b-footer-list{
	font-family: 'Roboto', sans-serif;
}
.b-footer-list ul{
	padding:0;
	margin: 0;
}
.b-footer-list ul li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #FFFFFF;
	margin: 0 0 4px 0;
}
.b-footer-list ul li span{
	width: 130px;
	display: block;
}
.b-footer-list ul li:last-child{
	color: #C0C2C8;
	margin: 0;
}
.b-footer-list ul li:last-child span{
	color: #C0C2C8;
}
.b-footer-images{

}
.b-footer-images ul{
	padding:0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-footer-images ul li{
	list-style: none;
	margin: 0 20px 0 0;
}
.b-footer-images ul li:last-child{
	margin: 0;
}
.b-footer-social{

}
.b-footer-social ul{
	padding:0;
	margin: 0;
}
.b-footer-social ul li{
	margin: 0 0 28px 0;
	list-style: none;
}
.b-footer-social ul li:last-child{
	margin-bottom: 0;
}
.b-footer-social ul li a{
	display: block;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-footer-copyright{
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 1.6;
	color: #B0B4B6;
	margin: 20px 0 0 0;
}
.b-footer-copyright a{
	color: #B0B4B6;
	text-decoration: none;
	transition: 0.3s;
}
.b-footer-copyright a:hover{
	color: #ffffff;
	transition: 0.3s;
}
.b-footer-images__xs{
	display: none;
}

/* -------------- b-desc -------------- */
.b-desc{
	
}
.section{
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-title{
	text-align: center;
	margin: 0 0 50px 0;
}

.b-desc-row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -50px;
}
.b-col-3{
	width: 33.333333%;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-desc-row__2{
	margin: 0;
	justify-content: space-between;
}
.b-col-6{
	width: 470px;
	margin-right: 193px;
	margin-bottom: 80px;
}
.b-col-6:nth-child(2n){
	margin-right: 0;
}
.b-col-6:nth-last-child(-n+2){
	margin-bottom: 0;
}
.b-col-6:last-child{
	margin-bottom: 0;
}
.b-desc-item{
	margin: 0 0 80px 0;
}
.b-desc-item:last-child{
	margin-bottom: 0;
}
.b-desc-item__top{
	border-bottom: 1.5px solid #F54B48;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 73px 18px 0;
	margin: 0 0 40px 0;
}
.b-desc-item__top span{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #283342;
}
.b-desc-item__top span small{
	font-size: 16px;
	font-size: 13px;
	font-weight: 500;
}
.b-desc-item p{
	font-weight: normal;
	font-size: 16px;
	color: #6E7680;
}
.b-desc-item p:last-child{
	margin: 0;
}
.b-info-item p:last-child{
	margin: 0;
}
.b-desc-item .b-slider-item{
	margin: 60px 0 0 0;
}

/* -------------- b-services -------------- */
.b-services{

}
.b-block{
	height: 380px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-services-content > .row{
	margin: 0;
}
.b-services-content > .row > div{
	padding: 0;
}
.b-block{
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-block-1{
	background: #283342;
	position: relative;
	padding: 140px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: flex-start;
}
.b-block-1:after{
	position: absolute;
	top: 50%;
	right: -9px;
	content: "";
	width: 10px;
	height: 27px;
	margin: -13.5px 0 0 0;
	background: url(../images/bl-arrow.svg) no-repeat;
	z-index: 999;
}
.block-left:after{
	transition: 2s;
	opacity: 0;
	visibility: hidden;	
	right: 300px;
}
.block-left.animated:after{
	right: -9px;
	transition: 2s;
	opacity: 1;
	visibility: visible;
}
.b-block__2{
	position: relative;
	z-index: 100;
}
.b-block-2{
	background: #F7F7FB;
	z-index: 700;
}
.b-block-3{
	background: #F0F4F7;
}
.b-block-xs{
	display: none;
}
.b-block-center{
	text-align: center;
	position: relative;
	z-index: 9999;
	min-height: 176px;
}
.b-block-center span{
	display: block;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.b-block-center b{
	display: block;
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
}
.b-block-text p{
	font-weight: normal;
	color: #6E7680;
	margin: 0 0 20px 0;
	font-size: 16px;
}
.slick-dots{
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-dots li{
	list-style: none;
	line-height: 0px;
	margin: 0 12px 0 0;
}
.slick-dots li:last-child{
	margin: 0;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	background: #B0B4B6;
	text-indent: -99999px;
	transition: 0.3s;
}
.slick-dots li.slick-active button{
	background: #283342;
	transition: 0.3s;
}
.slick-dots li button:hover{
	background: #6E7680;
	transition: 0.3s;
}
.b-team-slider{
	position: relative;
}
.b-team-item{

}
.b-team-item__img{
	height: 456px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 0 25px 0;
}
.b-team-item__img img{
	height: 100%;
}
.b-team-item__text{
	text-align: center;
}
.b-team-item__text b{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #283342;
	margin: 0 0 10px 0;
}
.b-team-item__text p{
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #6E7680;
	margin: 0;
}
.slick-arrow{
	transition: 0.3s;
	text-indent: -9999px;
	display: block;
	width: 64px;
	height: 64px;
	z-index: 50;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 0;
}
.slick-arrow:hover{
	transition: 0.3s;
}
.slick-prev{
	background: url(../images/prev-ico.svg) center no-repeat #F7F7FB !important;
	left: 30%;
}
.slick-next{
	background: url(../images/next-arrow.svg) center no-repeat #283342 !important;
	right: 30%;
}
.b-team-slider__nav{
	position: absolute;
	left: 50%;
	height: 456px;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 340px;
}
.b-team-slider__nav .slick-arrow{
	position: static;
}
.b-team-slider .slick-arrow{
	margin: 0;
	top: auto;
	bottom: 80px;
}
.b-team-slider .slick-prev{
	left: auto;
	right: 40%;
}
.b-team-slider .slick-next{
	right: 34.5%;
}


.b-full-width > .row{
	margin: 0;
}
.b-full-width > .row > div{
	padding: 0;
}
.b-image{
	height: 100%;
}	
.b-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-text-container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 60px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	padding: 70px 100px 60px 100px;
}
.b-text-container__right{
	justify-content: flex-end;
}
.b-text-block{
	width: 490px;
}
.b-text-block p{
	margin-top: 0px;
	color: #6E7680;
	font-size: 16px;
	margin: 25px 0 15px 0;
}
.b-text-block .b-title-item{
	margin: 0 0 30px 0;
}
/* -------------- b-gallery -------------- */
.b-gallery{
	overflow: hidden;	
}
.b-gallery-slider{

}
.b-gallery-item{
	width: 635px;
	margin: 0 25px;
}
.b-gallery-item img{
	height: 635px;
 	width: 100%;
	object-fit: cover;
}
.b-gallery-item{
 
	transition: 0.3s;
}
 
.b-gallery-item img{
	width: 100%;
}
.b-gallery-item.slick-center {
 
	transition: 0.3s;
}
.b-gallery .slick-arrow{
    top: auto;
    bottom: 0;
    position: static;
}
.b-gallery .slick-prev{
	left: auto;
	right: 65px;
}
.b-gallery .slick-next{
	right: 0px;
}
.b-gallery-status{
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	color: #6E7680;
	margin: 40px 0 0 0;
}
.b-gallery-status p{
	color: #6E7680;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}
.b-gallery-status span{
	font-size: 24px;
	line-height: 1;
	color: #B0B4B6;
	padding: 4px 0 0 0;
}
.b-gallery-status strong{
	margin: 0 4px;
	display: block;
	font-weight: 400;
}
.b-gallery-nav{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 100;
	width: 635px;
}
.b-gallery-slider__container{
	position: relative;
}


/* -------------- b-contacts -------------- */
.b-contacts-form{
	width: 640px;
	margin: 0 auto 0;
}
.b-input-container{
	position: relative;
}
.b-input-container label{
	position: absolute;
	bottom: 3px;
	left: 20px;
	font-size: 12px;
	margin: 0;
	color: #F54B48;
	font-family: 'Roboto', sans-serif;
}
.b-block .b-footer-item{
	margin: 20px 0 0 0;
}
.b-block-2 .b-block-center b{
	color: #283342;
	text-align: left;
}
.b-block-2 .b-footer-item__text{
	text-align: left;
}
.b-block-2 .b-footer-item__text a{
	color: #6E7680;
	font-family: 'Roboto', sans-serif;
}
.b-block-2 .b-footer-item__text .b-link{
	font-size: 10px;
	color: #F54B48;
	display: inline-block;
	margin: 15px 0 0 0;	
}
.b-contacts-block{

}
.b-contacts-block .b-block-center{
	text-align: left;
}
.b-contacts-block .b-block-center b{
	text-align: left;
}
.b-contacts-block .b-footer-list ul li{
	font-family: 'Roboto', sans-serif;
}
.b-contacts-block .b-footer-list ul li span{
	width: 100px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.b-contacs-last .b-footer-item__img{
	margin: 0 20px 0 0;
}
.b-contacs-last .b-footer-item__text a{
	font-size: 14px;
}
.b-contacts-form .button{
	margin: 50px 0 0 0;
	width: auto;
}
/* -------------- b-price -------------- */
.b-price-content{

}
.b-price-item{

}
.b-price-item__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 23px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #283342;
	transition: 0.3s;
}
.b-price-item__top:before{
	content: "";
	background: url(../images/minus.svg) center no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 32px 0 0;
	flex-shrink: 0;
}
.b-price-item__top.collapsed{
	background: none;
	transition: 0.3s;
}
.b-price-item__top.collapsed:before{
	background: url(../images/plus-ico.svg) center no-repeat;
}
.b-price-item__top span{
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
	transition: 0.3s;
	text-transform: lowercase;
}
.b-price-item__top span:first-letter{
	text-transform: uppercase;
}
.b-price-item__top.collapsed span{
	color: #283342;
	transition: 0.3s;
}
.b-price-item__top:hover{
	transition: 0.3s;
	background: #283342;
}
.b-price-item__top:hover span{
	color: #ffffff;
	transition: 0.3s;
}
.b-price-item__top.collapsed:hover:before{
	background: url(../images/plus-ico2.svg) center no-repeat;
}

.b-price-item__list{

}
.b-price-item__list ul{
	padding: 0;
	margin: 0;
}
.b-price-item__list ul li{
	font-family: 'Roboto', sans-serif;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 83px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #6E7680;	
	font-weight: 400;
	transition: 0.3s;
}
.b-price-item__list ul li:nth-child(odd){
	background: #F7F7FB;
}
.b-price-item__list ul li span{
	display: block;
	flex-shrink: 0;
	text-align: right;
}
.b-price-item__list ul li:hover{
	color: #B0B4B6;
	transition: 0.3s;
}
/* -------------- cameras_removable -------------- */
.b-info-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-info-col{
	width: 490px;
}
.b-info-item{
	margin: 0 0 80px 0;
}
.b-info-item:last-child{
	margin: 0;
}
.b-info-item strong{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #283342;
	margin: 0 0 40px 0;
}
.b-info-item p{
	color: #6E7680;
	margin: 15px 0;
	font-size: 16px;
}
.b-slider .slick-arrow{
	top: 80px;
	margin: 0;
}
.b-slider .slick-prev{
	left: 30%;
}
.b-slider .slick-next{
	right: 30%;
}
.b-slider-content .row{
	 
}
.b-slider-item{
	font-family: 'Roboto', sans-serif;
}
.b-slider-item__img{
	margin: 0 0 30px 0;
}
.b-slider-item__img img{
	margin: 0 auto 0;
}
.b-slider-item span{
	font-weight: normal;
	font-size: 16px;
	color: #6E7680;
	display: block;
	text-align: center;
}
/* -------------- cameras_removable -------------- */
.b-text__center{

}
.b-text__center .b-title{
	text-align: left;
	margin: 0;
}
.b-text__center .b-title-item{
	margin: 0 0 30px 0;
}
.b-text__center__container{
	width: 800px;
	margin: 0 auto 0;
}
.b-text__center__container p{
	color: #6E7680;
	font-size: 16px;
}
.b-text__center__container b{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #283342;	
	margin: 0 0 30px 0;
}
.b-text__center__container ul{
	padding: 0;
}
.section-two{
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.red-star{
	color: #EF4231;
	font-style: normal;
	padding: 0 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-desc-content__2 .b-col-6{
	margin-top: 0px;
}
.b-text__center__container img{
	margin-top: 60px;
}
/* .b-services-content > .row > div{
	transform: translateX(380px);
	transition: 1s;
	opacity: 0;
	visibility: hidden;
}
.b-services-content > .row > div:nth-child(4n){
	transform: translateX(380px);
	transition: 1s;
	opacity: 0;
	visibility: hidden;
}
.b-services-content > .row > div:nth-child(3n){
	transform: translateX(-380px);
	transition: 1s;
	opacity: 0;
	visibility: hidden;
}
.b-services-content > .row > div:nth-child(2n){
	transform: translateX(-380px);
	transition: 1s;
	opacity: 0;
	visibility: hidden;
}
.b-services-content > .row > div.b-animate{
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition: 1s;
}
 */
 .b-main-content__left , .b-main-item__2 , .block-left , .block-right , .b-block-left , .b-block-right , .b-desc-col , .b-info-col{
 	opacity: 0;
 	visibility: hidden;
 }
.block-image{
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	position: relative;
	left: 100%;
}
.block-image__right{
	left: auto;
	right: 100%;
}
.animated{
	-webkit-animation-fill-mode: none !important;
	opacity: 1;
	visibility: visible;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.b-services-content .row:hover .block-image{
	opacity: 1;
	visibility: visible;
	transition: 1.2s;
	left: 0;
}
.b-services-content .row:hover .block-image__right{
	left: auto;	
	right: 0;
}
.section-1{
	padding-top: 140px;
}
.section-2{
	padding-top: 120px;
}
.section-3{
	padding-top: 0px;
}
.section-4{
	padding-bottom: 80px;
}
.b-main-10{
	margin: 0 0 280px 0;
}
.b-main-11{
	margin: 0 0 250px 0;
}
.section-center{
	padding: 80px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-desc-bottom{
	padding: 45px 0 80px 0;
}
.b-text__center__bottom{
	margin: 47px 0 0 0;
}
.b-text__center__bottom p{
	margin-top: 0px;
}
.b-main-3{
	margin: 0 0 211px 0;
}
.b-main-4{
	margin: 0 0 205px 0;
}
.b-main-2{
	margin: 0 0 160px 0;
}
.b-main-5{
	margin: 0 0 291px 0;
}
.b-main-6{
	margin: 0 0 256px 0;
}
.b-main-7{
	margin: 0 0 271px 0;
}
.b-main-12{
	margin: 0 0 185px 0;
}
.b-main-13{
	margin: 0 0 215px 0;
}
.b-main-9{
	margin: 0 0 155px 0;
}
.b-main-14{
	margin: 0 0 215px 0;
}
.b-main-8{
	margin: 0 0 161px 0;
}
.b-slider-wrapper{
	padding-top: 100px;
}
.b-contacts-page .b-block-1{
	align-items: center;
	padding: 0;
}
.title-2 .b-title-item{
	margin: 0 0 25px 0;
}
.b-slider-content > .row > div{
	padding: 0 !important;
	width: 100%;
}


/* -------------- page protetyka -------------- */
.b-text{
	margin: 60px auto 0;
	width: 806px;
}
.b-text p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
	margin: 0 0 30px 0;
}
.b-text p:last-child{
	margin: 0;
}
.b-title p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
	margin: 30px 0 0 0;
}
.b-desc-item .b-slider-item__two{
	margin: 0;
}
.b-title-left{
	text-align: left;
	width: 805px;
	margin: 0 auto 0;
}

.b-proteyka-content{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -92px;
}
.b-proteyka-col{
	width: 50%;
	margin-bottom: 60px;
	padding: 0 92px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-proteyka-block{
	text-align: center;
}
.b-proteyka-block img{
	margin: 0 0 30px 0;
}
.b-proteyka-block span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	color: #6E7680;
	font-family: 'Roboto', sans-serif;
}
.b-proteyka-col__last{
	margin-bottom: 0px;
}
.b-bottom-page{
	margin: 0 0 80px 0;
}
.b-bottom-page .button{
	margin-top: 0px;
}
.b-text-block p .b-link{
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}
.b-text-block__title{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #283342;
	margin: 0 0 20px 0;
	font-family: 'Roboto', sans-serif;
}
.section-m{
	margin: 80px 0;
}
.b-higiena-images{
	margin: 0 0 110px 0;
}
.b-higiena-images__content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 0;
	width: 1000px;
}
.b-higiena-image{
	width: 310px;
}
.b-higiena-image img{
	margin: 0 auto 0;
}
.b-higiena-image span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #6E7680;
	margin: 30px 0 0 0;
	font-family: 'Roboto', sans-serif;
}
.b-video{
	margin: 100px 0 50px 0;
}
.b-video-content{
	width: 806px;
	margin: 0 auto 0;
	position: relative;
	display: block;
}
.btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 116px;
	height: 116px;
	border-radius: 100%;
 	padding: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0 0 0 / 0.3);
	outline: none;
}
.btn-play span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/play-arrow.svg) center no-repeat #FFFFFF;
	border-radius: 100%;
}
.btn-play:hover , .btn-play:active , .btn-play:focus{
	outline: none !important;
	border: none !important;
}
.section-top{
	margin-top: 150px;
}
.b-list__two li{
	padding: 0 0 0 28px;
	display: block;
	margin: 0 0 40px 0;
}
.b-list__two li:before{
	position: absolute;
	top: 11px;
	left: 0;
	margin: 0;
}
.b-list__two li p{
	margin: 0 0 20px 0;
}
.b-list__two li p:last-child{
	margin-bottom: 0px;
}
.b-list__two li:last-child{
	margin: 0;
}
.b-list__two li b{
	margin: 0 0 20px 0;
}
.link{
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #EF4231;
}
.b-list__two.b-margin li{
	margin: 0 0 10px 0;
}


/* -------------- page zespol -------------- */
.b-zespol-item{
	margin: 120px 0;
}
.b-zespol-item:last-child{
	margin-bottom: 50px;
}
.b-zespol-item__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-zespol-item__img{
	flex-shrink: 0;
	width: 394px;
	margin: 0 106px 0 0;
}
.b-zespol-item__img-border{
	border: 3px solid #283342;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-zespol-item__text{

}
.b-zespol-item__text__top{
	padding: 0 0 20px 0;
	border-bottom: 1.5px solid #F54B48;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}
.b-zespol-item__text__top b{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	color: #283342;
	margin: 0 0 10px 0;
}
.b-zespol-item__text__top span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #B0B4B6;
	font-family: 'Roboto', sans-serif;
}
.b-zespol-item__text__content{

}
.b-zespol-item__text__content b{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #283342;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px 0;
}
.b-zespol-item__text__content p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
	margin: 0 0 10px 0;
}
.b-zespol-item__text__content p:last-child{
	margin-bottom: 0px;
}
.b-zespol-item__two .b-zespol-item__content{
	flex-direction: row-reverse;
}
.b-zespol-item__two .b-zespol-item__img{
	margin: 0 0 0 106px;
}
.b-zespol-item__certificates{
	margin: 40px 0 0 0;
}
.b-zespol-item__certificates__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #283342;
	padding: 27px 15px 27px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;
	cursor: pointer;
}
.b-zespol-item__certificates__top:before{
	content: "";
	background: url(../images/icon-plus.svg) center no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 38px 0 0;
}
.b-zespol-item__certificates__top.active{
	background: #283342;
	color: #ffffff;
	transition: 0.3s;
}
.b-zespol-item__certificates__top.active:before{
	background: url(../images/icon-minus.svg) center no-repeat;
}
.b-zespol-item__certificates__wrapper{
	display: none;
}
.b-zespol-item__certificates__container{

}
.b-zespol-item__certificates__item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	transition: 0.3s;
}
.b-zespol-item__certificates__item:nth-child(odd) {
    background: #F7F7FB;
}
.b-zespol-item__certificates__item:hover .b-zespol-item__certificates__item__left span , 
.b-zespol-item__certificates__item:hover .b-zespol-item__certificates__item__left b 
, .b-zespol-item__certificates__item:hover .b-zespol-item__certificates__item__city{
    color: #B0B4B6;
    transition: 0.3s;
}
.b-zespol-item__certificates__item__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-zespol-item__certificates__item__left b{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #283342;
	margin: 0 24px 0 0;
}
.b-zespol-item__certificates__item__left span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
}
.b-zespol-item__certificates__item__city{
	font-weight: normal;
	font-size: 16px;
	line-height: 1%;
	color: #6E7680;
	text-align: right;
	flex-shrink: 0;
	margin: 0 0 0 24px;
}

.b-zespol-item__content-black .b-zespol-item__text__top{
	border-color: #283342;
}

/* -------------- page error -------------- */
.b-error-container{
	padding: 150px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-error-page .b-header{
	box-shadow: none;
}
.b-error-page__content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-error-page__text{
	width: 476px;
	margin: 0 310px 0 0;
}
.b-error-page__text b{
	display: block;
	font-weight: 500;
	font-size: 42px;
	line-height: 1;
	text-transform: uppercase;
	color: #283342;
}
.b-error-page__text p{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6E7680;
	margin: 20px 0 50px 0;
}
.b-error-page__text .button{
	margin: 0;
	width: auto;
    display: inline-block;
}
.status{
	display: none;
}
.b-col-center{
	width: 476px;
	margin: 0 auto 0;
}
.b-main-15{
	margin: 0 0 265px 0;
}
.b-title-bottom{
	margin: 0 0 60px 0;
}
.b-main-16{
	margin: 0 0 240px 0;
}
.b-main-18{
	margin: 0 0 240px 0;
}
.b-main-19{
	margin: 0 0 336px 0;
}
.b-main-20{
	margin: 0 0 316px 0;
}
.b-text__center .b-title-item__b{
	margin: 0 0 20px 0;
}
.b-text__center__container__b b{
	margin: 0 0 20px 0;
}
.section-top2{
	margin-top: 140px;
}
.b-video-2{
	margin: 70px 0 50px 0;
}
.b-main-21{
	margin: 0 0 326px 0;
}
.b-text__center .b-title-item__bm{
	margin: 0 0 50px 0;
}
.section-m__top{
	margin-top: 100px;
}
.b-main-22{
	margin: 0 0 351px 0;
}
.btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb10{
	margin-bottom: 70px;
}
.mb20{
	margin-bottom: 60px;
}
.pb10{
	padding-bottom: 10px;
}
.pt60{
	padding-top: 60px;
}
.pb70{
	padding-bottom: 70px
}
.pb60{
	padding-bottom: 60px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mb-20{
	margin-bottom: 20px;
}
.b-text__center .mb-20{
	margin-bottom: 20px;
}
.mb-40 b{
	margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.pt-60{
	padding-top: 60px;
}
.b-video iframe{
	width: 800px;
	height: 400px;
	margin: 0 auto 0;
	display: block;
}
.b-zespol-item__xs{
	display: none;
}
.b-list li span b{
	font-weight: 500;
	color: #283342;
}
.mt50{
	margin-top: 50px;
}
.mt-80{
	margin-top: 80px;
}
.b-desc-item p b{
	color: #283342;
}
.b-text-justify p{
	text-align: justify;
}
.m-t-o{
	margin-top: 0px;
}
.b-title p b{
	color: #283342;
}
.post_form{
	background: #283342;
	border-radius: 0px;
	padding: 21px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0 0 0;
	display: none;
}
.post_form.active{
	display: block;
}
.post_form-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.post_form img{
	margin: 0 20px 0 0;
	flex-shrink: 0;
}
.post_form span{
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
}

