body {
	font-family: 'Open Sans', sans-serif;
}

.main_banner h1 {
	font-size: 104px;
	font-weight: bold;
	color: #061f2a;
	margin-bottom: 0;
}
.main_banner_descr {
	color: #fff;
}
.main_banner h2 {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0;
}
.main_banner .main_banner_top_content {
	padding-top: 30px;
	padding-bottom: 113px;
	text-align: center;
}
.main_banner_descr div {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.main_banner_info_img svg {
	width: 60px;
	height: auto;
	fill: #fff;
}
.main_banner_info_img img {
	width: 40px;
	height: auto;
}
.main_banner_info {
	padding: 0 25px 45px;
	display: flex;
}
.main_banner_info_item {
	flex: 0 0 calc(25% - 30px);
	margin: 0 15px;
}
.main_banner_info_descr {
	color: #fff;
}
.main_banner_info_descr span {
	color: #000;
}

.wrap_our_clients {
	padding-top: 60px;
	padding-bottom: 50px;
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(207, 207, 207) 100%);
}
.wrap_our_clients > .title {
	display: flex;
	justify-content: center;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}
.wrap_our_clients > .title > span:first-child {
	color: rgb(54, 54, 54) !important;
}
.wrap_our_clients > .title > span:last-child {
	color: rgb(122, 0, 38) !important;
}

.our_clients_inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	margin-top: 60px;
	margin-bottom: -25px;
}
.our_clients_inner > div {
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 10px 25px;
}
.our_clients_inner .slick-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow-y: hidden;
	max-width: 400px;
}
.our_clients_inner .slick-list {
	max-width: calc(100% - 84px) !important;
	min-width: 1px !important;
}
.our_clients_inner .slick-slide {
	text-align: center;
}
.our_clients_img {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
.our_clients_title {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
	flex: 0 0 100%;
}
.our_clients_inner .slick-dots {
	margin-top: 5px;
}
.our_clients_inner .slick-dots li {
    margin-right: 6.666666666666667px;
    margin-left: 0 !important;
}
.our_clients_inner .slick-dots li:last-child {
	margin-right: 0;
}
.our_clients_inner .slick-dots li button {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 100%;
    padding: 2px;
    transition: background-color 0.3s;
    vertical-align: middle;
}
.our_clients_inner .slick-dots li.slick-active button {
	background-color: rgb(51, 51, 51);
}

.our_clients_arrow {
    width: 30px;
    height: 32px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 100%;
    border: 10px solid rgba(51, 51, 51, 0.2);
    color: rgb(51, 51, 51);
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_clients_arrow:hover {
	opacity: 1;
}
.our_clients_prev {
	left: 0;
}
.our_clients_next {
	right: 0;
}
.our_clients_arrow i {
    display: flex;
    flex: 0 0 10px;
    line-height: 11px;
}
.our_clients_next i {
	margin-left: 4px;
}

.main_block_info {
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
}
.main_block_info_inner {
	padding-top: 37px;
	background: rgba(0,0,0,0.66);
	text-align: center;
	border-top: 2px solid #575757;
}
.main_block_info_inner p {
	margin-top: 0 !important;
}
.main_block_info_text1 {
	font-size: 16px;
	font-weight: bold;
}
.main_block_info_text1 p {
	margin-bottom: 20px;
}
.main_block_info_text1 p:last-child {
	margin-bottom: 0;
}
.main_block_info_text2 {
	margin-top: 45px;
	margin-bottom: 60px;
}
.main_block_info_text2 p {
	font-size: 28px;
	margin-bottom: 13px;
}
.main_block_info_text2 p:last-child {
	margin-bottom: 0;
}
.main_block_info_text2 span {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.main_block_info_text3 {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding: 15px 0 35px;
	font-size: 18px;
}
.main_block_info_text3 span {
	font-weight: bold;
}
.main_block_info_top {
	background: rgba(255,255,255,.1);
	padding: 50px 0 75px;
}
.main_block_info_top > div,
.main_block_info_bottom {
	max-width: 991px;
	margin: 0 auto;
}

.main_block_info_bottom {
	max-width: 1084px;
	padding: 27px 30px 44px;
}

.our_strengths {
	font-size: 18px;
	text-align: left;
}
.our_strengths span {
	color: rgb(255, 241, 0);
	font-weight: bold;
}
.our_strengths > div {
	padding-left: 134px;
	min-height: 60px;
	background-size: 100px;
	background-position: left -23px center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.our_strengths > div:not(:last-child) {
	margin-bottom: 50px;
}
.our_strengths > div p:not(:last-child) {
	margin-bottom: 15px;
}
.our_strengths_item1 {
	background: url(../images/our_strengths_item1.svg) no-repeat;
}
.our_strengths_item2 {
	background: url(../images/our_strengths_item2.svg) no-repeat;
}
.our_strengths_item3 {
	background: url(../images/our_strengths_item3.svg) no-repeat;
}

.wrap_inspection_factory {
	padding: 55px 0;
	background-color: #e0e0e0;
}
.inspection_factory_inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inspection_factory_text {
	padding-top: 105px;
	color: rgb(6, 31, 42);
	flex: 0 0 252px;
	text-align: center;
}
.inspection_factory_text_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}
.inspection_factory_text_date {
	margin-top: 12px;
	font-size: 18px;
}
.inspection_factory_text_footer {
	margin-top: 30px;
	font-size: 16px;
}

.inspection_factory_wrap_slider {
	/* max-width: calc(100% - 282px); */
	max-width: 560px;
}
.inspection_factory_wrap_slider .slick-slide {
	height: 345px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inspection_factory_wrap_slider .slick-slider img {
	max-height: 100%;
}
.inspection_factory_wrap_slider .slick-banner {
	padding: 0 92px;
}
.inspection_factory_arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	text-align: center;
    border-radius: 100%;
    border: 10px solid rgba(51, 51, 51, 0.2);
    color: rgb(51, 51, 51);
    opacity: 0.8;
    font-size: 20px;
}
.inspection_factory_arrow i {
	width: 25px;
    display: block;
    line-height: 40px;
}
.inspection_factory_prev {
	left: 0;
}
.inspection_factory_next {
	right: 0;
}
.inspection_factory_next i {
	width: 31px;
}
.inspection_factory_wrap_slider .slick-slider {
	overflow-y: hidden;
}
.inspection_factory_wrap_slider .slick-dots {
	margin-top: 55px;
}
.inspection_factory_wrap_slider .slick-dots li {
	margin-left: 0;
}
.inspection_factory_wrap_slider .slick-dots li:not(:last-child) {
	margin-right: 8px;
}

.inspection_factory_wrap_slider .slick-dots button {
	display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 100%;
    padding: 2.4px;
    transition: background-color 0.3s;
    vertical-align: middle;
}
.inspection_factory_wrap_slider .slick-dots li.slick-active button {
	background-color: rgb(51, 51, 51); 
}

.wrap_suppliers {
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
}

.suppliers_inner {
	padding-top: 169px;
	padding-bottom: 150px;
	background-color: rgba(0,0,0,0.04);
}

.suppliers_container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.suppliers_text_1 {
	color: rgb(54, 54, 54);
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}

.suppliers_text_2 {
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	opacity: .5;
}

.suppliers_slider {
	margin: 50px auto 0;
	padding-bottom: 20px;
	max-width: 927px;
	border-bottom: 1px solid #e7e6eb;
}
.suppliers_slider .slick-list {
	margin: 0 -10px;
}
.suppliers_brands {
	padding: 0 90px;
}

.suppliers_brands_link {
	max-height: 160px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.suppliers_arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    border: 0px solid rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    opacity: 0.8;
    background-color: transparent;
}
.suppliers_arrow:hover {
	opacity: 1;
}
.suppliers_prev {
	left: 0;
}
.suppliers_next {
	right: 0;
}
#fullscr_main .slick-dots {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 1.375rem;
    margin: 0rem;
    z-index: 11;
}

@media (max-width: 1199px) {
	.inspection_factory_wrap_slider .slick-dots {
		margin-top: 25px;
	}
	.inspection_factory_wrap_slider {
		max-width: 60%;
	}
	.our_clients_img {
		width: 220px;
		height: 220px;
	}
	.main_block_info_bottom {
		max-width: 991px;
		padding-left: 0;
		padding-right: 0;
	}
	.inspection_factory_text {
		padding: 90px 15px 0;
	}
}

@media (max-width: 991px) {
	.wrap_our_clients {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.our_clients_inner {
		margin-top: 45px;
	}
	.wrap_our_clients > .title {
		font-size: 38px;
	}
	.suppliers_inner {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.suppliers_slider {
		margin-top: 30px;
		padding-bottom: 15px;
	}
	.suppliers_container {
		padding: 0 15px;
	}
	.suppliers_text_2 {
		margin-top: 20px;
	}
	.inspection_factory_text_footer {
		font-size: 14px;
	}
	.inspection_factory_prev {
		left: 10px;
	}
	.inspection_factory_next {
		right: 10px;
	}
	.our_clients_inner > div {
	    flex: 0 0 calc(50% - 20px);
	    max-width: calc(50% - 20px);
	}
	.our_clients_img {
		width: 240px;
		height: 240px;
	}
	.main_block_info_top > div, .main_block_info_bottom {
		max-width: none;
		padding-left: 25px;
		padding-right: 25px;
	}
	.main_block_info_top {
		padding: 30px 0 50px;
	}
	.main_block_info_text2 span {
		font-size: 32px;
	}
	.main_block_info_text2 p {
		font-size: 22px;
	}
	.main_block_info_text2 {
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.main_block_info_text3 {
		font-size: 16px;
		padding: 12px 0 20px;
	}
	.our_strengths > div {
		min-height: 45px;
		background-position: left -18px center;
		padding-left: 90px;
		background-size: 80px;
	}
	.our_strengths {
		font-size: 16px;
	}
	.our_strengths > div:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.wrap_our_clients > .title {
		font-size: 26px;
	}
	.wrap_our_clients {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.our_clients_inner {
		margin-top: 25px;
	}
	.our_clients_img {
		width: 200px;
		height: 200px;
	}
	.inspection_factory_text_footer {
		margin-top: 15px;
	}
	.inspection_factory_wrap_slider .slick-dots {
		margin-top: 10px;
	}
	.inspection_factory_arrow {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		border: 8px solid rgba(51, 51, 51, 0.2);
	}
	.inspection_factory_arrow i {
		line-height: 15px;
		font-size: 10px;
		width: auto;
	}
	.inspection_factory_prev i {
		margin-left: -3px;
	}
	.inspection_factory_next i {
		margin-left: auto;
		margin-right: 3px;
	}
	.inspection_factory_wrap_slider .slick-slide {
		height: auto !important;
		padding: 0 5px;
	}
	.suppliers_arrow {
		margin-top: -15px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.inspection_factory_wrap_slider .slick-banner {
		padding: 0 45px;
	}
	.inspection_factory_prev {
		left: 5;
	}
	.inspection_factory_next {
		right: 5;
	}
	.suppliers_brands {
		padding: 0 30px;
	}
	.suppliers_inner {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.suppliers_text_1 {
		font-size: 18px;
	}
	.suppliers_text_2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.suppliers_slider {
		margin-top: 20px;
	}
	.wrap_inspection_factory {
		padding: 25px 0 30px;
	}
	.inspection_factory_inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.inspection_factory_text {
		padding-top: 0;
	}
	.inspection_factory_text_title {
		font-size: 18px;
	}
	.inspection_factory_text_date {
		font-size: 16px;
		margin-top: 5px;
	}
	.inspection_factory_text_footer {
		font-size: 14px;
	}
	.inspection_factory_text,
	.inspection_factory_wrap_slider {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.inspection_factory_wrap_slider {
		margin-top: 30px;
	}
	.our_clients_inner > div {
	    flex: 0 0 100%;
	    margin-right: 0;
	    margin-left: 0;
	    max-width: 100%;
	}
	.main_block_info_inner {
		padding-top: 20px;
	}
	.main_block_info_top {
		padding: 20px 0 30px;
	}
	.main_block_info_text1  {
		font-size: 14px;
	}
	.main_block_info_text1 p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main_block_info_text2 span {
		font-size: 
	}
	.main_block_info_top > div, .main_block_info_bottom {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_block_info_text2 span {
		font-size: 22px;
	}
	.main_block_info_text2 p {
		font-size: 16px;
	}
	.main_block_info_text3 {
		font-size: 14px;
		padding: 15px 0;
	}
	.main_block_info_text2 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.our_strengths {
		font-size: 13px;
	}
	.our_strengths > div {
	    min-height: 35px;
	    background-position: left -13px center;
	    padding-left: 55px;
	    background-size: 60px;
	}
	.our_strengths > div p:not(:last-child) {
		margin-bottom: 10px;
	}
	.main_block_info_bottom {
		padding: 20px 30px 25px;
	}
	.our_strengths > div:not(:last-child) {
		margin-bottom: 25px;
	}
}