﻿﻿
/*   
Theme Name: OneClick
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/



*{
	box-sizing: border-box;
	/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

*,
*::before,
*::after{
	box-sizing: border-box;
}

ul[class],
ol[class]{
	padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], 
li, figure, figcaption, blockquote, dl, dd{
	margin: 0;
}

body{
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class]{
	list-style: none;
}

a:not([class]){
	text-decoration-skip-ink: auto;
}

img{
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 0;
}

input,
button,
textarea,
select{
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {

	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	
}

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, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
	/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #006bcb;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #006bcb;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #000;
}



html,
body{
    font-family: Roboto;
	font-size: 17px;
	line-height: 1.55;
	color: #222;
	font-weight: 400;
	overflow-x: hidden;
}

strong{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	margin: 20px 0 15px;
	padding: 0;
	line-height: 1.3;
	font-family: Roboto;
	font-weight: 700;
}

h1{
	font-size: 38px;
}

h2{
	font-size: 32px;
}

h3{
	font-size: 28px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 21px;
}

h6{
	font-size: 18px;
}

p{
	margin: 16px 0;
}



.container{
	width: 100%;
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.row{
	width: 100%;
}





.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9991;
}

.masked-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 200px;
	background: #000;
}

.top-header{
	display: none;
}

.header.fixed-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.5s;
}

.header.fixed-header .top-header{
	display: none;
	transition: 0.5s;
}

.header.fixed-header .bottom-header .header-phone{
    padding: 4px 22px 4px;
}

.header-placeholder{
	display: none;
}

.top-header{
	padding: 6px 0;
	background: #fff;
}

.top-header .container{
	flex-wrap: wrap;
}

.top-header .container .row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.one-top-header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 6px;
	color: #76787c;
	font-size: 14px;
}

.one-top-header .icon-one-top-header{
	color: #006BCB;
	font-size: 15px;
}

.one-top-header a{
	color: #76787c;
}

.bottom-header{
	padding: 5px 0;
	background: #000000;
}

.bottom-header .container{
	gap: 26px;
	align-items: center;
	flex-wrap: wrap;
}

.header-logo{
	max-width: 150px;
}

.topmenu{
	margin-right: auto;
	height: 80px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.topmenu ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 26px;
}

.topmenu ul li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.topmenu ul li a{
	color: #ff5b21;
	font-size: 16px;
	letter-spacing: 0.1px;
	padding: 0 0 4px;
	line-height: 1.1;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}

.topmenu ul.sub-menu{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	width: 290px;
	gap: 0;
	opacity: 0;
	z-index: -1;
	padding: 10px 0;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,.08);
	margin-top: 0px;
	margin-left: -15px;
	display: none;
	top: 22px;
	
	/* display: flex;
	opacity: 1;
	z-index: 9; */
	
}

.topmenu ul.sub-menu ul.sub-menu{
	left: 305px;
	top: 0;
	margin-top: -10px;
}

.topmenu ul li.menu-item-has-children:hover > ul.sub-menu{
	opacity: 1;
	z-index: 9;
	display: flex;
}

.topmenu ul.sub-menu li{
	width: 100%;
}

.topmenu ul li.current-menu-item a,
.topmenu ul li.current_page_item a,
.topmenu ul li a:hover,
.topmenu ul li a:focus,
.home .topmenu ul li.current-menu-item a,
.home .topmenu ul li.current_page_item a,
.home .topmenu ul li.current-menu-item a:hover,
.home .topmenu ul li.current_page_item a:hover{
	color: #fff;
	border-bottom: 2px solid #fff;
}

.topmenu ul.sub-menu li a{
	color: #222;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 15px;
	padding: 12px 18px;
}

.topmenu ul.sub-menu li a:hover{
	background: rgba(0, 0, 0, 0.07);
}

.topmenu ul li.menu-item-has-children a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 14px;
}

.topmenu ul li.menu-item-has-children a:before{
	content: '\f078';
	font-family: FontAwesome;
	position: absolute;
	font-size: 10px;
	top: calc(50% - 8px);
	right: 0;
}

.topmenu ul li.menu-item-has-children ul.sub-menu li a:before,
.topmenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a:before{
	display: none;
}

.topmenu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a{
	padding-right: 30px;
}

.topmenu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a:before{
	display: block;
	right: 15px;
	transform: rotate(-90deg);
}

.topmenu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a,
.topmenu ul li.menu-item-has-children ul.sub-menu li.current_page_item a{
	color: #000000;
}



.header-btns{
	position: relative;
	max-width: 155px;
}

.header-phone{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
}

.icon-header-phone{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #006bcb;
	width: 34px;
	height: 34px;
	font-size: 38px;
	line-height: 1;
}

.icon-header-phone a{
	color: #006bcb;
}

.content-header-phone{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1px;
	width: calc(100% - 34px);
	padding-left: 8px;
	line-height: 1.3;
}

.text-header-phone{
	color: #fff;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
}

.content-header-phone a{
	color: #ff5b21;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}



.header-order{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
	height: 80px;
}

.header-order a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff5b21;
	border: 1px solid #ff5b21;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 20px;
	cursor: pointer;
	width: 100%;
	letter-spacing: 0.3px;
	white-space: nowrap;
	gap: 5px;
}

.header-order a:hover{
	background: #ff5b21;
	color: #fff;
}

.header-order a:hover span{
	color: #fff;
}



.close-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 32px;
	cursor: pointer;
	display: none;
}

.close-menu.active .active-img{
	display: block;
}

.close-menu .active-img,
.close-menu.active .no-active-img{
	display: none;
}





.content{
	min-height: calc(100vh - 300px);
	padding: 80px 0 0;
}

.content ol{
	padding: 0 0 0 20px;
	margin: 12px 0;
}

.content ul{
	padding: 0;
	margin: 12px 0;
}

.content ol li{
	margin: 5px 0;
}

.content ul li{
	list-style: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAw0lEQVR4nNXWPwrCUAwG8J7El7QO/gVF72JN7A111kVwEgfPIahYj/CJtUMHEbH9BgOZf5C8JC+K3gSy0IXrDqYHWBhFTQdcN3BFmTekYdwwIMcKAJjekcVTHuBF5rBkwgQAlyssHhIBfSKX2shnQF/IIh4QAQVMzj8jXwFeImnS5wFeIt7q8QAv5uSEWTvhAV40fsUFTJZ/WiJjNtmYz9SogybMVSHMZSfUdZ3zDo41fTJN1xWAcPTnoQOTLVz3db8tD+S+FCjt9BciAAAAAElFTkSuQmCC);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 11px 11px;
    padding-left: 18px;
	margin: 9px 0;
}



.content-product{
	background: #fff;
	position: relative;
	z-index: 20;
}

.top-heading{
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 20;
}

.top-heading-overlay{
	padding: 75px 0 230px;
	background: rgba(0,0,0,.5);
}

.top-heading h1{
	padding: 0;
	color: #ffffff;
	font-size: 50px;
	width: 100%;
	margin: 0;
	padding-right: 25%;
	font-family: Roboto;
}

.top-bg-heading{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-bg-heading-overlay{
	background: rgba(0,0,0,.5);
	padding: 0;
	min-height: 250px;
}

#breadcrumbs{
	font-size: 11px;
	margin: 4px 0 0;
}

#breadcrumbs,
#breadcrumbs a{
	color: #ffffff90;
	border: none;
}
#breadcrumbs a{
	color: #ffffff;
}



.home .top-heading.top-heading-service{
	position: relative;
	overflow: hidden;
	background-image: none!important;
}

.home .top-heading.top-heading-service video{
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, 0%);
    z-index: -1;
    object-fit: cover;
}

.home .top-heading-service .top-heading-overlay{
	padding: 80px 0 120px;
	background: rgba(0,0,0,0.72);
	position: relative;
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 80px);
	z-index: 2;
}



.home .footer{
	margin: 0;
}

.content-page{
	margin: 0;
	padding: 50px 0 70px;
}

.contacts-content-page{
	margin: 0;
}

.contacts-content-page .container{
	gap: 30px;
	flex-wrap: wrap;
}

.one-contacts-container{
	width: calc(50% - 15px);
}

.one-contacts-container .h-one-input{
	display: none;
}

.one-contacts-container .block-submit-btn{
	margin: -3px 0 0;
}



.single.single-post .top-bg-heading-overlay{
	padding: 0;
	min-height: 550px;
}



.category-content-page{
	margin: 50px 0;
}

.category-content-page .container{
	gap: 45px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
body.page-template-page-contacts .content{
	margin: 0;
}

.page-template-page-contacts .contacts-block-page{
	padding: 50px 0 70px;
}

.contacts-block-page .container{
	justify-content: space-between;
}

.one-block-contacts{
	width: calc(50% - 30px);
}

.one-block-contacts strong{
	font-weight: 700;
}

.intl-tel-input{
	width: 100%;
    margin: 3px 0;
}

.map-contacts{
	width: 100%;
	margin: 30px 0 -6px;
}



.container-contact-form{
	position: relative;
}

.content-page.container-contact-form{
	padding: 100px 0 70px;
}

.bg-img-contact-form{
	background-image: url(/wp-content/uploads/background-contact.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 0.05;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.container-heading{
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
	position: relative;
}

.heading-sub-title{
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	color: #76787c;
	line-height: 1.2;
	margin-bottom: 7px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
}

.heading-title{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.2px;
	position: relative;
	text-align: center;
}

.heading-description{
    font-size: 15px;
    font-weight: 500;
	margin: 8px 0 0;
    margin-bottom: 0;
	color: #76787c;
	position: relative;
	text-align: center;
}

.heading-box-title{
	position: relative;
	margin: 15px 0 0;
	padding: 9px 0 0;
}

.heading-line-top{
	right: unset;
	left: 50%;
	transform: translate( -50% , -50%);
	background-color: #006BCB;
	background-color: #ff5b21;
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0px;
	transform: translate(-50%, -50%);
}



.top-heading-service .top-heading-overlay{
	padding: 22px 0 100px;
	background: rgba(0,0,0,0.6);
}

.top-heading-service #breadcrumbs{
	margin: 0 0 50px;
}

.description-top-heading{
	font-weight: 500;
	color: #fff;
	padding-right: 33%;
	font-size: 18px;
	margin: 0 0 30px;
}

.description-top-heading p{
	margin: 12px 0;
}

.btn-top-heading{
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 14px;
}

.btn-top-heading .btn,
.btn-top-heading a.btn{
	display: inline-block;
}

.btn-top-heading .btn i,
.btn-top-heading a.btn i{
	margin-right: 9px;
}



#searchform{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 25px 0 0;
}

#searchform input{
	height: 50px;
	font-size: 16px;
	border-radius: 10px 0 0 10px;
}

#searchform button{
	background: #ff5b21;
	color: #fff;
	border-radius: 8px;
	padding: 12px 12px;
	height: auto;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.2px;
	width: 80px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
}

.error404 .content{
	min-height: auto;
}

.error404 .top-heading-service .top-heading-overlay{
	padding: 22px 0 150px;
}



.news-widget-posts{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 38px;
	position: relative;
}

.news-one-widget-post{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(33.33% - 26px);
	background: #fff;
	position: relative;
	box-shadow: 3px 8px 16px hsla(236, 6%, 49%, 0.15);
    border-radius: 0 0 5px 5px;
}

.news-img-one-widget-post{
	position: relative;
}

.news-img-one-widget-post img{
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.data-one-widget-post{
	width: 100%;
}

.news-date-one-widget-post{
	width: 100%;
	font-size: 13px;
	padding: 12px 18px;
	padding-bottom: 12px;
}

.news-text-one-widget-post{
	width: 100%;
	padding: 0 18px;
	font-size: 16px;
	line-height: 1.4;
}

.news-text-one-widget-post a{
	color: #ff5b21;
	font-weight: 700;
}

.news-content-one-widget-post{
	width: 100%;
	height: 120px;
	overflow: hidden;
	padding: 12px 18px 18px;
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 18px;
	-webkit-mask-image: -webkit-gradient(linear,left 50%,left bottom,from(#000),to(hsla(0,0%,100%,0)));
}

.news-content-one-widget-post,
.news-content-one-widget-post a{
	color: #222;
}



.related-product{
	width: 100%;
	padding: 85px 0 75px;
	margin: 85px 0 0;
	background: #f7f7f7;
}

.heading{
	font-size: 34px;
	padding: 0;
	margin: 0 0 22px;
	line-height: 1.3;
	font-family: Roboto;
	font-weight: 700;
	width: 100%;
}

.image-page-title{
	margin: 14px 0 14px;
}

.image-page-title img{
	border-radius: 5px;
}

.heading-page-title{
	width: 100%;
	margin: 0 0 30px;
}

.heading-page-title h1{
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.35;
	font-size: 32px;
}

.container-content-product .breadcrumbs{
	margin: 22px 0 0;
	color: #777;
}

.container-content-product .breadcrumbs,
.container-content-product .breadcrumbs a{
	font-size: 11px;
}

.parent-title-post{
	width: 100%;
	margin: 0 0 10px;
}



.container-add-to-cart{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0;
}

.data-one-post{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 15px;
	font-weight: 700;
}

.data-one-post i{
	font-size: 16px;
	margin-right: 2px;
}

.meta-data-one-post .add-to-cart{
	height: 38px;
	padding: 6px 17px;
}

.meta-data-one-post .add-to-cart img{
    height: calc(100% - 10px);
    margin-right: 10px;
}

.list-tags{
	margin: 18px 0 10px;
}

.list-tags a{
	color: #19232c99;
    border: 1px dashed #19232c99;
    display: inline-block;
    font-size: 13px;
	font-weight: 400;
    padding: 8px 13px;
    margin: 0 6px 6px 0;
}

.container-like{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-like i{
	font-size: 26px;
	color: #ff5b21;
	cursor: pointer;
}

.container-like.liked .fa-solid,
.container-like .fa-regular{
	display: block;
}

.container-like.liked .fa-regular,
.container-like .fa-solid{
	display: none;
}

.container-like span{
	font-weight: 600;
	font-size: 15px;
	margin-right: 10px;
}

.container-content-product{
	padding: 0 100px;
}

.container-content-product h2,
.container-content-product h3,
.container-content-product h4{
	margin: 30px 0 15px;
}

.container-content-product p{
	margin: 22px 0;
}

.content-page.container-contact-form div.wpcf7{
	max-width: 600px;
	margin: 0 auto;
}



.container-partners{
	padding: 100px 0 110px;
	background: #f7f7f7;
}

.list-partners{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.one-list-partners{
	background: #fff;
	width: calc(25% - 23px);
	padding-top: calc(100% / 1.618);
	position: relative;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1.618 / 1;
	padding: 10px 15px;
}

.one-list-partners img{
	max-height: 70%;
	max-width: 80%;
}

.one-list-partners:hover{
	box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
}



.home .related-product{
	margin: 0;
	padding: 85px 0 60px;
}

.related-product .container-heading,
.related-product .heading-sub-title,
.related-product .heading-title{
	text-align: left;
}

.related-product .heading-line-top{
	left: 0%;
	transform: translate(0%, -50%);
}

.related-product .container-heading{
	margin: 0 0 30px;
}



.home .top-heading h1{
	padding-right: 45%;
	font-size: 36px;
}

.home .top-heading h1 span{
	color: #ff5b21;
}

.home .top-heading h1 p{
    margin: 10px 0 30px;
    font-size: 16px;
}



.home .content{
	padding: 80px 0 0;
}

.home .btn-top-heading{
	margin: 30px 0 0;
}





.container-list-index-pr{
	padding: 65px 0 0;
	margin-top: -7px;
	position: relative;
	background: #fff;
}

.parent-list-index-pr{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 32px;
}

.one-list-index-pr{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px;
	box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	flex: 1 1 calc(33.33% - 22px);
}

.content-one-list-index-pr {
	width: calc(100% - 185px);
}

.h-one-list-index-pr{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.img-one-list-index-pr{
	width: 165px;
}

.h-text-one-list-index-pr{
	font-weight: 700;
}

.description-one-list-index-pr{
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.45;
    font-weight: 400;
}

.description-one-list-index-pr p{
	margin: 0;
}

.after-list-index-pr{
	padding: 65px 0;
	color: #fff;
	background: #000;
	margin: 32px 0 0;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-align: center;
}












.why-us{
	padding: 110px 0 115px;
}

.list-why-us{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
}

.one-why-us{
	width: calc(50% - 30px);
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	gap: 20px;
	box-sizing: border-box;
}

.img-one-why-us{
	width: 165px;
}

.img-one-why-us img{
	width: 100%;
}

.content-one-why-us{
	width: calc(100% - 195px);
}

.h-one-why-us{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.35;
}

.text-one-why-us{
	font-size: 15px;
	line-height: 1.45;
}

.text-one-why-us p{
	margin: 0;
}



.line-reasons{
	padding: 105px 0 75px;
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
}

.line-reasons:after{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZEAAABkCAYAAABHCQ1JAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKbSURBVHgB7dvLTStBEIbRaiAAQiEEUiAAHhkQAhACEfAQARCCQyAUArDpa7NEwmYxc/u3dc5mLLml0bcqjaamCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOD/aTWTfnNyXqu6q9bP1rc5rV6L9e/n9rp6qT2iI4uOLDqyjOiYZYj0q5O79eX+l7/v2+vyofaAjiw6sujIMqpj8iHSL49vqrWnrYe++kV7W71XMB1ZdGTRkWVkx1FNrl3vPtJuK56OLDqy6MgyrmP6IdLqfJIzo+nIoiOLjiwDO2Z4EqnPOgw6sujIoiPLsI7ph0ivjz+cWVQ6HVl0ZNGRZWDHHENk9wZA68+VTkcWHVl0ZBnYMfkQaW/LxfqyLehhH3avdWTRkUVHlpEd831suFk522wMfL/M6Z/V20f1/pi+KveTjiw6sujIcigdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJWs2k35yc16ruqvWz9W1Oq9di/fu5va5eao/oyKIji44sIzpmGSL96uRufbn/5e/79rp8qD2gI4uOLDqyjOqYfIj0y+Obau1p66GvftHeVu8VTEcWHVl0ZBnZcVSTa9e7j7Tbiqcji44sOrKM65h+iLQ6n+TMaDqy6MiiI8vAjhmeROqzDoOOLDqy6MgyrGP6IdLr4w9nFpVORxYdWXRkGdgxxxDZvQHQ+nOl05FFRxYdWQZ2TD5E2ttysb5sC3rYh91rHVl0ZNGRZWTHfB8bblbONhsD3y9z+mf19lG9P6avyv2kI4uOLDqyHEoHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwG/+ATAY+Y8x9mk9AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 200px;
	content: "";
	display: block;
	top: 50px;
	left: calc(50% - 597px);
	position: absolute;
	width: 100%;
	height: 50px;
}



.reasons-use{
	padding: 100px 0 110px;
	background: #fff;
}

.list-reasons-use{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.one-reasons-use{
	background: #fff;
	box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
	width: calc(25% - 23px);
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 30px;
	gap: 15px;
	flex: 1;
	box-sizing: border-box;
}

.img-one-reasons-use{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 0 13px;
}

.img-one-reasons-use img{
	height: 100px;
}

.h-one-reasons-use{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #ff5b21;
}

.text-one-reasons-use{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
}

.text-one-reasons-use p{
	margin: 0;
}



.lets-talk{
	padding: 125px 0 135px;
	background: #000;
	color: #fff;
}

.lets-talk .container .row:after{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZEAAABkCAYAAABHCQ1JAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKbSURBVHgB7dvLTStBEIbRaiAAQiEEUiAAHhkQAhACEfAQARCCQyAUArDpa7NEwmYxc/u3dc5mLLml0bcqjaamCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOD/aTWTfnNyXqu6q9bP1rc5rV6L9e/n9rp6qT2iI4uOLDqyjOiYZYj0q5O79eX+l7/v2+vyofaAjiw6sujIMqpj8iHSL49vqrWnrYe++kV7W71XMB1ZdGTRkWVkx1FNrl3vPtJuK56OLDqy6MgyrmP6IdLqfJIzo+nIoiOLjiwDO2Z4EqnPOgw6sujIoiPLsI7ph0ivjz+cWVQ6HVl0ZNGRZWDHHENk9wZA68+VTkcWHVl0ZBnYMfkQaW/LxfqyLehhH3avdWTRkUVHlpEd831suFk522wMfL/M6Z/V20f1/pi+KveTjiw6sujIcigdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJWs2k35yc16ruqvWz9W1Oq9di/fu5va5eao/oyKIji44sIzpmGSL96uRufbn/5e/79rp8qD2gI4uOLDqyjOqYfIj0y+Obau1p66GvftHeVu8VTEcWHVl0ZBnZcVSTa9e7j7Tbiqcji44sOrKM65h+iLQ6n+TMaDqy6MiiI8vAjhmeROqzDoOOLDqy6MgyrGP6IdLr4w9nFpVORxYdWXRkGdgxxxDZvQHQ+nOl05FFRxYdWQZ2TD5E2ttysb5sC3rYh91rHVl0ZNGRZWTHfB8bblbONhsD3y9z+mf19lG9P6avyv2kI4uOLDqyHEoHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwG/+ATAY+Y8x9mk9AAAAAElFTkSuQmCC);
	background-repeat: repeat;
	background-size: 200px;
	content: "";
	display: block;
	top: 10px;
	left: auto;
	left: calc(50% + 384px);
	position: absolute;
	width: 200px;
	height: 200px;
	transform: rotate(45deg);
}

.lets-talk .container-heading{
	padding-right: 40%;
	margin: 0 0 30px;
}

.lets-talk .heading-sub-title{
	text-align: left;
}

.lets-talk .heading-line-top{
	left: 0;
	transform: translate(0%, -50%);
}

.lets-talk .heading-title{
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.lets-talk .heading-title p{
	margin: 0;
}

.home .lets-talk .btn-top-heading{
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}



.standards{
	padding: 100px 0 120px;
}

.list-standards{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.one-standards{
	background: #f7f7f7;
    width: calc(33.33% - 20px);
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    padding: 30px;
	gap: 11px;
}

.img-one-standards{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-one-standards img{
	height:  60px;
}

.h-one-standards{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 17px;
	font-weight: 700;
}



.container-advantages{
	padding: 115px 0;
	background: #f7f7f7;
}

.list-advantages{
	width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
	flex-wrap: wrap;
	gap: 32px;
}

.one-advantages{
	/* width: calc(33.33% - 22px); */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-flow: column;
	flex-wrap: wrap;
	padding: 30px;
	box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	flex: 1 1 calc(33.33% - 22px);
}

.h-one-advantages{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.img-one-advantages{
	width: 54px;
}

.h-text-one-advantages{
	font-weight: 700;
	font-size: 18px;
	width: calc(100% - 66px);
	line-height: 1.3;
}

.description-one-advantages{
	font-size: 16px;
	margin: 14px 0 0;
	line-height: 1.45;
	font-weight: 400;
}

.description-one-advantages p{
	margin: 0;
}



.container-advantages-possibilities{
	padding: 115px 0;
	background: #f7f7f7;
}

.container-advantages-possibilities .h-one-advantages{
	gap: 15px;
}

.container-advantages-possibilities .img-one-advantages{
	width: 90px;
}

.container-advantages-possibilities .h-text-one-advantages{
	font-size: 18px;
	width: 100%;
}

.container-advantages-possibilities .description-one-advantages ul{
	padding: 0;
	margin: 0;
}

.container-advantages-possibilities .description-one-advantages ul li{
	margin: 0;
}



.container-advantages-black{
	padding: 115px 0;
	background: #000;
	color: #fff;
}

.container-advantages-black .one-advantages{
	background: transparent;
	border: 1px solid #ffffff40;
	box-shadow: none;
}



.container-services{
	padding: 0;
}

.one-container-services{
	padding: 85px 0;
}

.one-container-services:nth-child(odd){
	background: #f7f7f7;
}



.h-one-container-services{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.2px;
	position: relative;
	text-align: left;
	margin: 0 0 40px;
}

.h-one-container-services:before{
	content: '';
	right: unset;
    left: 0;
    background-color: #ff5b21;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: auto;
    transform: translate(0%, -50%);
	bottom: -11px;
}

.list-container-services{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.one-slide-services{
	background: #fff;
	position: relative;
	border-radius: 10px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1.618 / 1;
	padding: 10px 20px;
	margin: 0 6px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.one-slide-services img{
	width: auto;
	height: 85px;
}

.slick-prev, 
.slick-prev:hover, 
.slick-prev:focus,
.slick-next, 
.slick-next:hover, 
.slick-next:focus{
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #ff5b21;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAnElEQVR4nO3asQ3CQBAF0W3DuAV34ohWaMFdUglyMgSYhJBodvVfB19zlqzTVf0BeAC36gw4+HgCa3UEbMB5DfmO6VkG2IHXz5i2ZfaMMSJlpEgZKVJGipSRShmrlLFKGauUsZpW5j79QmOpbkYMYcLRYsLHTkZIpIRFSlikhEVKWKSEBfl3kiAlJEgJCYaU2NpfFIx65lQX48OzN8Z4JGUqDk9nAAAAAElFTkSuQmCC);
	top: 50%;
	right: -45px;
}

.slick-prev, 
.slick-prev:hover, 
.slick-prev:focus{
	transform: rotate(180deg);
	left: -45px;
	top: calc(50% - 20px);
}

.slick-prev:before,
.slick-next:before{
	content: '';
}




.container-partners{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.one-list-milestone{
	width: 100%;
	padding: 70px 0;
}

.one-list-milestone:nth-child(even){
    background: #f0f3f7;
}

.one-list-milestone .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.one-list-milestone:nth-child(even) .row{
	flex-direction: row-reverse;
}

.text-one-list-milestone,
.img-one-list-milestone{
	width: calc(50% - 30px);
}

.img-one-list-milestone{
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-one-list-milestone img{
	max-width: 450px;
	width: 100%;
	border-radius: 10px;
	background-color: #EFF1F5;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.text-one-list-milestone h3{
	font-size: 28px;
}

.text-one-list-milestone p{
	margin: 10px 0;
}

.text-one-list-milestone em{
	color: #44be4c;
	font-style: italic;
}









































div.wp-caption{
	width: calc(33.33% - 30px)!important;
	float: left;
	margin: 30px 30px 30px 0;
	text-align: center;
	padding: 15px;
	border: 1px solid rgba(204,204,204,.5);
}

div.wp-caption p{
	font-size: 14px;
	display: block;
	min-height: 38px;
	margin-bottom: 0;
}

hr{
	width: 100%;
	display: block;
	float: none;
	clear: both;
}



.wp-pagenavi{
	margin: 20px 0 100px;
	width: 100%;
	text-align: center;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	display: none;
}

.wp-pagenavi span,
.wp-pagenavi a{
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 4px;
	margin: 0 5px;
	display: inline-block;
}

.wp-pagenavi a{
	color: #000000;
	border: 1px solid #000000;
}

.wp-pagenavi span,
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	color: #fff;
	background: #000000;
	border-color: #000000;
	border: 1px solid #000000;
}

span.extend{
	display: none;
}



.map{
	width: 100%;
	margin: 30px 0 0;
}

.map iframe{
	width: 100%;
}

blockquote{
	border-left: 5px solid #000000;
	border-top: 1px solid #f0efff;
	border-right: 1px solid #f0efff;
	border-bottom: 1px solid #f0efff;
	padding: 22px;
	margin: 25px 0;
	display: block;
}

blockquote p{
	margin: 0;
}

img.alignright{
	display: block;
	float: right;
	padding: 0;
	margin: 22px 0 22px 44px;
}

img.alignleft{
	display: block;
	float: left;
	padding: 0;
	margin: 22px 44px 22px 0;
}

img.aligncenter{
	clear: both;
	display: block;
	margin: 44px auto;
}

img.alignnone{
	clear: both;
	display: block;
	margin: 30px 0;
}

.single .content-page img.alignright,
.single .content-page img.alignleft,
.single .content-page img.aligncenter,
.single .content-page img.alignnone{
	border-radius: 10px;
}





.footer{
	background: #010203;
	color: #cdd6dd;
}

.top-footer{
	padding: 70px 0 45px;
}

.top-footer .container{
	justify-content: space-between;
}

.footer-logo{
	width: 250px;
}

.footer-logo img{
	height: 60px;
}

.footer-logo-text{
	margin: 20px 0 0;
	font-size: 14px;
}

.footer-logo-text p{
	margin: 0 0 7px;
}

.one-footer-widget{
	width: 100%;
	max-width: 200px;
}

.one-footer-widget .textwidget a{
	font-weight: 700;
}

.widget-title{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 0.5px;
	color: #fff;
}

.widget_nav_menu .menu-description{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
}

.widget_nav_menu ul{
	list-style: none;
}

.widget_nav_menu ul li{
	width: 100%;
	border-bottom: 1px solid #333e4815;
}

.widget_nav_menu ul li a{
	padding: 4px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-wrap: wrap;
	color: #cdd6dd;
	white-space: nowrap;
	font-size: 15px;
}

.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li.current_page_item a,
.widget_nav_menu ul li a:hover{
	color: #ff5e04;
}

.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li.current_page_item a{
    font-weight: 500;
}

.bottom-footer{
	padding: 0;
}

.bottom-footer .container{
	justify-content: flex-start;
}

.bottom-footer .footer-disclaimer{
	width: 100%;
	border-top: 1px solid #4a5b68;
	border-bottom: 1px solid #4a5b68;
	padding: 25px 0;
	font-size: 12px;
}

.footer-social-media{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	font-size: 28px;
}

.footer-social-media a{
	color: #cdd6dd;
	line-height: 1;
}

.footer-social-media img{
	width: 36px;
	border-radius: 50%;
}

.copyright{
	font-size: 11px;
	padding: 15px 0;
	text-align: center;
}





@media screen and (max-width: 1280px){

	
	
	
	.slick-prev, 
	.slick-prev:hover, 
	.slick-prev:focus, 
	.slick-next, 
	.slick-next:hover, 
	.slick-next:focus{
		right: -12px;
		z-index: 995;
	}
	
	.slick-prev, 
	.slick-prev:hover, 
	.slick-prev:focus{
		left: -12px;
	}
	
	.container-content-product{
		padding: 0;
	}
	
	
	
}





@media screen and (max-width: 991px){
	
	.topmenu ul li.menu-item-has-children a:before {
		display: none;
	}

	.top-header{
		display: none;
	}
	
	.topmenu{
		position: absolute;
		align-items: flex-start;
		top: 64px;
		left: 0;
		width: 100%;
		height: auto;
		background: #fff;
		display: flex;
		padding: 20px 20px;
		min-height: calc(100vh - 66px);
		z-index: 99999;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		overflow-x: auto;
		display: none;
	}
	
	.topmenu ul{
		flex-wrap: wrap;
		gap: 11px;
	}
	
	.topmenu ul li{
		margin: 0;
		width: 100%;
	}
	
	.topmenu ul li a{
		letter-spacing: 0.2px;
		color: #222;
		font-weight: 600;
		padding: 0;
	}
	
	.topmenu ul li.current-menu-item a,
	.topmenu ul li.current_page_item a,
	.topmenu ul li a:hover,
	.topmenu ul li a:focus,
	.home .topmenu ul li.current-menu-item a,
	.home .topmenu ul li.current_page_item a,
	.home .topmenu ul li.current-menu-item a:hover,
	.home .topmenu ul li.current_page_item a:hover,
	.topmenu ul li.current-menu-item.menu-item-has-children a ul.sub-menu li a:hover,
	.topmenu ul li.current_page_item.menu-item-has-children a ul.sub-menu li a:hover,
	.topmenu ul li.menu-item-has-children ul.sub-menu li a:hover,
	.topmenu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a:hover{
		color: #ff5b21;
	}
	
	.topmenu ul li.current-menu-item.menu-item-has-children a ul.sub-menu li a,
	.topmenu ul li.current_page_item.menu-item-has-children a ul.sub-menu li a,
	.topmenu ul li.menu-item-has-children ul.sub-menu li a,
	.topmenu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a{
		color: #222;
	}
	
	.topmenu ul ul.sub-menu,
	.topmenu ul ul.sub-menu ul.sub-menu{
		position: static;
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 5px;
		margin: 0;
		margin-left: 15px;
		box-shadow: none;
		opacity: 1;
		background: transparent;
		gap: 11px;
	}
	
	.topmenu ul.sub-menu li a:hover{
		background: transparent;
	}
	
	.topmenu ul li:hover > ul.sub-menu{
		position: static;
	}
	
	.topmenu ul ul.sub-menu li a{
		padding: 0;
		font-size: 15px;
		font-weight: 500;
	}
	
	.close-menu{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 32px;
		right: 20px;
		width: 30px;
		top: 23px;
		color: #fff;
	}
	
	.topmenu.active,
	.header-login.active{
		display: flex;
	}
	
	.bottom-header{
		padding: 9px 0;
	}
	
	.bottom-header .container{
		gap: 22px;
	}
	
	.header-order{
		height: 55px;
		margin-right: 50px;
	}
	
	.header-order a{
		font-size: 14px;
		padding: 8px 14px;
	}
	
	.home .top-heading h1,
	.top-heading h1{
		padding: 0;
		font-size: 36px;
	}
	
	.content{
		padding: 73px 0 0;
	}
	
	.description-top-heading {
		padding-right: 0;
		font-size: 17px;
	}
	
	html, body{
		font-size: 16px;
	}
	
	.heading-title{
		font-size: 26px;
	}
	
	.content-page.container-contact-form{
		padding: 70px 0 50px;
	}
	
	.content-page.container-contact-form .container{
		flex-wrap: wrap;
	}
	
	.one-block-contacts{
		width: 100%;
		margin: 10px 0;
	}
	
	.content-page.container-contact-form div.wpcf7{
		width: 100%;
		max-width: 100%;
	}
	
	.container-heading{
		margin: 0 0 20px;
	}
	
	.heading-sub-title,
	.heading-title,
	.heading-description{
		text-align: left;
	}
	
	.heading-line-top{
		left: 0;
		transform: translate(0%, -50%);
	}
	
	.container-partners{
		padding: 65px 0 65px;
	}
	
	.list-partners{
		gap: 22px;
	}
	
	.one-list-partners{
		width: calc(50% - 11px);
	}
	
	.news-widget-posts{
		gap: 22px;
	}
	
	.news-one-widget-post{
		width: calc(50% - 11px);
	}
	
	.home .content{
		padding: 73px 0 0;
	}
	
	.why-us{
		padding: 65px 0 75px;
	}
	
	.list-why-us{
		margin: 30px 0 0;
		gap: 30px;
	}
	
	.one-why-us{
		width: 100%;
	}
	
	.img-one-why-us{
		width: 130px;
	}
	
	.content-one-why-us{
		width: calc(100% - 155px);
	}
	
	.line-reasons{
		padding: 90px 0 70px;
		font-size: 26px;
	}
	
	.line-reasons:after{
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZEAAABkCAYAAABHCQ1JAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKbSURBVHgB7dvLTStBEIbRaiAAQiEEUiAAHhkQAhACEfAQARCCQyAUArDpa7NEwmYxc/u3dc5mLLml0bcqjaamCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOD/aTWTfnNyXqu6q9bP1rc5rV6L9e/n9rp6qT2iI4uOLDqyjOiYZYj0q5O79eX+l7/v2+vyofaAjiw6sujIMqpj8iHSL49vqrWnrYe++kV7W71XMB1ZdGTRkWVkx1FNrl3vPtJuK56OLDqy6MgyrmP6IdLqfJIzo+nIoiOLjiwDO2Z4EqnPOgw6sujIoiPLsI7ph0ivjz+cWVQ6HVl0ZNGRZWDHHENk9wZA68+VTkcWHVl0ZBnYMfkQaW/LxfqyLehhH3avdWTRkUVHlpEd831suFk522wMfL/M6Z/V20f1/pi+KveTjiw6sujIcigdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJWs2k35yc16ruqvWz9W1Oq9di/fu5va5eao/oyKIji44sIzpmGSL96uRufbn/5e/79rp8qD2gI4uOLDqyjOqYfIj0y+Obau1p66GvftHeVu8VTEcWHVl0ZBnZcVSTa9e7j7Tbiqcji44sOrKM65h+iLQ6n+TMaDqy6MiiI8vAjhmeROqzDoOOLDqy6MgyrGP6IdLr4w9nFpVORxYdWXRkGdgxxxDZvQHQ+nOl05FFRxYdWQZ2TD5E2ttysb5sC3rYh91rHVl0ZNGRZWTHfB8bblbONhsD3y9z+mf19lG9P6avyv2kI4uOLDqyHEoHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwG/+ATAY+Y8x9mk9AAAAAElFTkSuQmCC);
		top: 35px;
		left: 13px;
	}
	
	.reasons-use{
		padding: 65px 0 75px;
	}
	
	.one-reasons-use{
		width: calc(50% - 20px);
		flex: auto;
	}
	
	.img-one-reasons-use img{
		height: 80px;
	}
	
	.h-one-reasons-use{
		font-size: 28px;
		line-height: 1;
	}
	
	.lets-talk{
		padding: 85px 0 95px;
	}
	
	.lets-talk .container .row:after{
		left: auto;
		right: 20px;
	}
	
	.standards{
		padding: 65px 0 70px;
	}
	
	.container-advantages,
	.container-advantages-possibilities,
	.container-advantages-black{
		padding: 75px 0;
	}
	
	.list-advantages{
		gap: 22px;
	}
	
	.one-advantages{
		padding: 22px;
		flex: 1 1 calc(50% - 11px);
	}
	
	.one-list-milestone{
		padding: 60px 0;
	}
	
	.text-one-list-milestone,
	.img-one-list-milestone{
		width: 100%;
	}
	
	.img-one-list-milestone{
		margin: 0 0 30px;
		justify-content: flex-start;
	}
	
	.one-list-milestone .row,
	.one-list-milestone:nth-child(even) .row{
		flex-direction: column-reverse;
	}
	
	.text-one-list-milestone h3{
		font-size: 22px;
		margin: 5px 0 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	img.alignleft,
	img.alignright,
	img.aligncenter,
	img.alignnone{
		width: auto;
		padding: 0;
		float: none;
		clear: both;
		display: block;
		margin: 30px 0;
	}
	
	.top-footer .container{
		flex-wrap: wrap;
		gap: 34px;
		justify-content: flex-start;
	}
	
	.footer-logo,
	.one-footer-widget{
		width: calc(50% - 17px);
		max-width: 100%;
	}
	
}





@media screen and (max-width: 768px){

	html,
	body{
		font-size: 15px;
	}
	
	h1, h2, h3, h4, h5, h6{
		margin: 24px 0 12px;
	}
	
	.heading-page-title h1,
	h1{
		font-size: 24px;
	}
	
	h2{
		font-size: 22px;
	}
	
	h3{
		font-size: 20px;
	}
	
	h4{
		font-size: 18px;
	}
	
	h5{
		font-size: 16px;
	}
	
	h6{
		font-size: 15px;
	}
	
	.news-one-widget-post{
		width: 100%;
	}
	
	.top-heading h1{
		padding: 0;
		font-size: 26px;
	}
	
	.home .top-heading h1{
		font-size: 32px;
	}
	
	.top-heading-service .top-heading-overlay{
		padding: 22px 0 35px;
	}
	
	.description-top-heading{
    	font-size: 16px;
	}
	
	.content-page{
		padding: 30px 0 45px;
	}
	
	.home .top-heading-service .top-heading-overlay{
		padding: 100px 0 120px;
	}
	
	.h-one-why-us{
		font-size: 17px;
	}
	
	.list-reasons-use{
		gap: 22px;
	}
	
	.one-reasons-use{
		width: 100%;
		padding: 22px;
	}
	
	.img-one-reasons-use{
		margin: 0 0 0px;
	}
	
	.img-one-reasons-use img{
		height: 65px;
	}
	
	.lets-talk{
		padding: 65px 0 75px;
	}
	
	.lets-talk .container-heading{
		padding: 0;
	}
	
	.lets-talk .container .row:after{
		position: absolute;
		width: 56px;
		height: 56px;
		top: auto;
		bottom: -30px;
		background-size: 88px;
	}
	
	.btn, 
	a.btn{
		font-size: 15px;
		padding: 12px 20px;
		height: 44px;
		font-weight: 500;
	}
	
	.lets-talk .heading-title{
		font-size: 18px;
	}
	
	.heading-title{
		font-size: 21px;
	}
	
	.list-standards{
		gap: 22px;
	}
	
	.one-standards{
		width: 100%;
		padding: 22px;
	}
	
	.one-list-partners{
		padding: 0;
	}
	
	.bottom-header .container{
		flex-wrap: nowrap;
		gap: 12px;
	}
	
	.icon-header-phone{
		display: none;
	}
	
	.text-header-phone{
		font-size: 11px;
	}
	
	.content-header-phone{
		padding: 0;
		width: 100%;
	}
	
	.content-header-phone a{
		font-size: 14px;
	}
	
	.header-btns{
		max-width: 125px;
	}
	
	.header-order{
		text-transform: capitalize;
	}
	
	.header-order a span{
		display: none;
	}
	
	.header-order a{
		font-size: 14px;
		padding: 8px 12px;
	}
	
	.container-advantages,
	.container-advantages-possibilities,
	.container-advantages-black{
		padding: 55px 0;
	}
	
	.list-advantages{
		gap: 20px;
	}
	
	.one-advantages{
		padding: 20px;
		flex: 1 1 100%;
	}
	
	.img-one-advantages{
		width: 48px;
	}
	
	.container-advantages-possibilities .h-one-advantages{
		gap: 12px;
	}
	
	.container-advantages-possibilities .img-one-advantages{
		width: 64px;
	}
	
	.h-text-one-advantages{
		font-size: 16px;
		width: calc(100% - 60px);
	}
	
	.description-one-advantages{
		font-size: 15px;
		margin: 10px 0 0;
	}
	
	.one-why-us {
		flex-direction: column;
	}
	
	.content-one-why-us {
		width: 100%;
        text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.top-footer{
		padding: 60px 0 22px;
	}
	
	.bottom-footer .footer-disclaimer{
    	padding: 0;
	}
	
	.footer-logo,
	.one-footer-widget{
		width: 100%;
		max-width: 100%;
	}
	
	.top-footer .container{
		gap: 26px;
	}
	
	.widget-title{
		font-size: 13px;
		margin: 0 0 6px;
	}
	
	.widget_nav_menu ul li a{
		padding: 2px 0;
		font-size: 14px;
	}
	
	.one-list-index-pr {
		flex-direction: column;
	}
	
	.content-one-list-index-pr {
		width: 100%;
	}
	
}




