/*
Theme Name: AVCOM
Version: 1.0
Author URI: https://docode.pro
*/
@font-face{
	font-family:'Roboto Condensed';
	src:url('/wp-content/themes/spftheme/fonts/fonts/roboto-condensed.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Roboto Condensed';
	src:url('/wp-content/themes/spftheme/fonts/fonts/roboto-condensed-bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Roboto Condensed';
	src:url('/wp-content/themes/spftheme/fonts/fonts/roboto-condensed-light.ttf') format('truetype');
	font-weight:300;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/spftheme/fonts/fonts/NotoSans-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/spftheme/fonts/fonts/NotoSans-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/spftheme/fonts/fonts/NotoSans-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}



:root {
	--red: #FF5F62;
	--green: #1CAD53;
	
	--wh: #ffffff;
	--wh-80:
	rgba(255, 255, 255, 0.8);
	--wh-40:
	rgba(255, 255, 255, 0.4);
	--wh-blue:
	rgba(249, 253, 255, 1);
	
	--d-blue:
	rgba(55, 103, 149, 1);
	--d-green:
	rgba(0, 163, 151, 1);
	--ye:
	rgba(238, 232, 169, 1);

	--l-grey:
	rgba(224, 225, 226, 1);
	--grey:
	rgba(132, 140, 147, 1);
	--d-grey:
	rgba(108, 112, 112, 1);

	--bl-grey:
	rgba(198, 212, 228, 1);
	--bl-grey-56:
	rgba(198, 212, 228, 0.56);
	
	--milk-grey:
	rgba(251, 251, 251, 1);	
	
	--blue:
	rgba(29, 157, 242, 1);	
	--l-blue:
	rgba(217, 243, 255, 1);	
	--ll-blue:
	rgba(246, 251, 255, 1);
	
	--g-blue:
	rgba(243, 250, 255, 1);
	--g-blue-48:
	rgba(243, 250, 255, 0.48);
	
	--lg-blue:
	rgba(252, 254, 253, 1);--250-blue:
	rgba(250, 253, 252, 1);--dark:
	rgba(51, 57, 57, 1);
	--dark-72:
	rgba(51, 57, 57, 0.72);
	--dark-56:
	rgba(51, 57, 57, 0.56);
	
	--bl:
	rgba(30, 30, 30, 1);
	--bl-88:
	rgba(30, 30, 30, 0.88);
	--bl-72:
	rgba(30, 30, 30, 0.72);
}
:focus {
	outline: none !important;
}

body {
	font-size: 14px;
	font-family: 'Roboto Condensed';
	line-height: 1.2;
	letter-spacing: 0.5;
}
a {
	transition: .3s;
	text-decoration: none;
	position: relative;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: var(--bl);
}

.cli-style-v2 .cli-bar-message a {
    color: var(--blue);
}

.cli-style-v2 .cli-bar-message a:hover {
    color: var(--bl);
}

img {
	max-width: 100%;
}

p {
    margin-bottom: 24px;
    line-height: 150%;
}

.sbm_wrap {
    height: auto;
    overflow: auto;
    max-width: 100%;
}

input[type="checkbox"] {
    display: none;
    margin: 0;
}

input,
button,
textarea {
	outline: none;
}
.o-hidden {
	overflow: hidden;
}
.align-center {
    text-align: center;
}
.o-wrap
{
	overflow-wrap: break-word;
}
.docode-breadcrumb {
    width: 100%;
}
.docode-breadcrumb a {
	color: var(--wh);
}
.docode-breadcrumb .current-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

.docode-breadcrumb a:hover {
    color: var(--blue);
}

.black-btn {
    background: var(--dark);
    color: var(--wh);
    padding: 13px 50px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid var(--dark);
}
.black-btn:hover {
    background: transparent;
    color: var(--wh);
}

.red-btn {
    background: var(--blue);
    color: var(--wh);
    padding: 13px 50px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid var(--blue);
}
.red-btn:hover {
    color: var(--wh);
    background: transparent;
}

.blue-btn {
    background: var(--blue);
    color: var(--wh);
    display: block;
    width: max-content;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--blue);
    transition: 0.3s;
}
.blue-btn:hover {
    background: transparent;
    color: var(--blue);
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none !important;
}
/**Pre-Header**/
.header {
	position: sticky;
	top: 0;
	z-index: 1000;
}
.header.down {
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.15);
}

.site_title h1, .site_title .h1 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.site-logo img {
    height: 55px;
}

.header_search svg:hover {
    color: var(--bl);
}
/**END Pre-Header**/

/************Header****************/
.desc-head {
	padding: 20px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: var(--wh);
}

.header_row {
    display: flex;
    align-items: center;
}
.site-logo {
    display: block;
    transition: 0.3s;
    margin-right: 40px;
}

.ul_main_menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    /* margin-right: 40px; */
}
.ul_main_menu > .menu-item.current-menu-item a, .ul_main_menu > .menu-item:hover a {
	color: var(--blue);
}

.ul_main_menu .sub-menu .menu-item {
    margin: 0;
}

.ul_main_menu .sub-menu .menu-item a {
    display: block;
    color: var(--bl);
    width: 100%;
    text-transform: initial;
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: 400;
    padding: 15px 15px 0;
}

.ul_main_menu .sub-menu .menu-item a:hover {
    color: var(--blue);
}

.header_search svg {
    cursor: pointer;
    transition: 0.3s;
    margin-left: 70px;
}

.header_search_form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    border: 1px solid var(--blue);
    padding: 5px 20px;
    background: var(--wh);
    border-radius: 0;
    transition: 0.3s;
    z-index: 111;
}

.header_search {
    position: relative;
}

.ul_lang_menu {
    padding: 0;
    margin: 0;
    list-style: none;
	display: flex;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_search_form form {
	display: flex;
	margin: 0;
}

.menu-main_ru-container {
	display: flex;
	flex: 1;
	align-items: center;
}

span.desc_arrow {
    transform: rotate(90deg);
    margin-left: 6px;
    display: block;
    color: var(--bl);
    transition: 0.3s;
}

li:hover > span.desc_arrow {
    color: var(--blue);
}

.sub-menu span.desc_arrow {
    transform: none;
    margin-right: 10px;
}

.ul_main_menu .sub-menu {
	position: absolute;
	/* width: max-content; */
	max-width: 250px;
	min-width: 100%;
	padding: 0 0 15px;
	list-style: none;
	top: 100%;
	left: 0;
	transition: 0.3s;
	transform: scaleY(0);
	background: var(--g-blue);
	transform-origin: top;
	border: 1px solid var(--l-blue);
}

.ul_main_menu .sub-menu li .sub-menu {
    top: -1px;
    left: 100%;
    transform-origin: left;
    transform: scaleX(0);
    opacity: 0;
}

.ul_main_menu .sub-menu li {
    position: relative;
}

.ul_main_menu .menu-item {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-left: 32px;
    text-transform: uppercase;
    position: relative;
    align-items: center;
}
.ul_main_menu > .menu-item > a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    padding: 10px 0;
}

.ul_main_menu .menu-item.menu-item-has-children:hover > .sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

.header_search {
	margin: 0;
}

.header_search_form [type=submit]:not(:disabled) {
    color: #fff;
    border: none;
    background: var(--bl);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    padding: 5px 20px;
    transition: 0.3s;
}

.header_search_form input[type="text"] {
    /* height: 30px; */
    border: 1px solid var(--bl);
    width: 300px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0 10px;
}

.header_search_form [type=submit]:not(:disabled):hover {
    background: var(--blue);
}

.header_search_form.active {
    transform: translateY(-50%) scaleX(1);
}

.desc-head .site-logo img {
    height: 40px;
    transition: 0.3s;
}

.desc-head .header_search svg {
    color: var(--bl);
    width: 15px;
    height: 15px;
}

.desc-head .header_search svg:hover {
    color: var(--blue);
}

.header .desc-head .blue-btn {
    transition: 0.3s;
}

.header .desc-head .header_search svg {
    transition: 0.3s;
}

.hd_hide {
    display: flex;
    align-items: center;
    transition: 0.3s;
    /* overflow: hidden; */
}

.header.down .pre-head {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.header.down .desc-head {
    padding: 10px 0;
    background: var(--wh);
}

.header.down .desc-head .site-logo img {
    opacity: 1;
}

.header.down .hd_hide {
	width: auto;
	overflow: visible
}

.btn_main_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 0 20px;
}

.btn_main_menu span {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: var(--bl);
	transition: 0.3s;
	position: relative;
	top: 0;
}

.btn_main_menu span:nth-child(2) {
	margin: 5px 0;
}
.mobile_menu,
.btn_main_menu {
    display: none;
}
/**END Header**/

									/* MAIN PAGE */
/* SLIDER BANNER */
.banner {
	height: 500px;
}

.banner_content {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.banner_content img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.7;
}
.banner-text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.banner_title {
	margin-bottom: 16px;
	margin-top: 50px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	width: 50%;
	text-transform: uppercase;
}
.banner_desc {
	margin-bottom: 32px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 400;
	width: 400px;
	line-height: 28px;
	font-family: Noto sans-serif;
}
.banner .slider.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 1%;
	pointer-events: none;
}

.upsell_carousel.owl-carousel .owl-nav button,
.banner .slider .owl-nav button {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid var(--bl);
	border-radius: 0;
	background: transparent;
	pointer-events: auto;
	margin: 0;
font-size: 20px;color: #000;}

.upsell_carousel.owl-carousel .owl-nav button:hover {color: var(--red);}

.upsell_carousel.owl-carousel .owl-nav button span,
.banner .slider .owl-nav button span {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .slider.owl-theme .owl-dots {
	position: absolute;
	left: 150px;
	top: 440px;
}
.banner .slider.owl-theme .owl-dot span {
	background: #b0b0b0;
}

.banner .slider.owl-theme .owl-dot:hover span,
.banner .slider.owl-theme .owl-dot.active span {
	background: var(--red);
}

.upsell_carousel.owl-carousel .owl-nav button:hover,
.banner .slider .owl-nav button:hover {
    background: #fff;
}

.upsell_carousel.owl-carousel .owl-nav button:hover span,
.banner .slider .owl-nav button:hover span {
    color: var(--red);
}

.banner_btn_row {
    display: flex;
}

.banner_btn_left {
    margin-right: 30px;
}
/* END SLIDER BANNER */

/* MISSION */
section.mission {
    background: var(--dark);
    padding: 60px 0;
}

section.mission h2 {
    font-size: 30px;
    color: var(--wh);
    text-transform: uppercase;
    font-weight: 500;
}

section.mission h2:after {
	content: '';
	border-top: 4px solid var(--blue);
	width: 30px;
	display: block;
	margin: 20px 0;
}

.mission-desc {
    color: var(--wh);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: Noto Sans;
}

.mission-btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
/* END MISSION */

/* SLIDER PORTFOLIO */
.portfolio {
	padding: 80px 0 60px;
	background: linear-gradient(243.39deg, rgba(217, 243, 255, 0.32) 0%, rgba(230, 244, 241, 0.32) 100%);
	position: relative;
}

.portfolio_slider_btn a {
    color: var(--bl);
    border: 1px solid var(--bl);
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
}

.portfolio_slider_btn a:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.portfolio_slider_btn {
    margin-top: 20px;
}

.portfolio .q_grad.left_grad {
    width: 100%;
    top: 0px;
}

.portfolio .q_grad.right_grad {
    width: 100%;
    top: auto;
    bottom: 50px;
}

.portfolio .row {
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.disrtibute h2, .partners h2, .portfolio h2, .solutions h2, .our_projects h2 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2;
	position: relative;
	text-transform: uppercase;
}

.disrtibute h2:after, .partners h2:after, .portfolio h2:after, .solutions h2:after, .our_projects h2:after {
	content: '';
	width: 30px;
	border-top: 4px solid var(--blue);
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.portfolio__slider{
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.portfolio .portfolio_item.left-1,
.portfolio .portfolio_item.right-1{
	/* opacity: 0.4 !important; */
	transition: 0.3s;
}

.portfolio .portfolio_item.right-1 {
	transform: translateX(500px) translateZ(-400px) rotateY(0deg) !important;
}
.portfolio .portfolio_item.left-1 {transform: translateX(-500px) translateZ(-400px) rotateY(0deg) !important;}

#portfolio .carousel-3d-slider, #portfolio .carousel-3d-slider .portfolio_item {
    width: 380px !important;
    height: 420px !important;
    border-color: transparent;
    overflow: visible;
}

#portfolio .carousel-3d-container {
    height: 440px !important;
}

.cat_icon {
    position: absolute;
    width: 56px;
    height: 56px;
    background: var(--g-blue-48);
    right: 0;
    top: 0;
    z-index: 1;
}

.prod_main_img .cat_icon img ,.cat_icon img, .portfolio_slide_content .cat_icon img {
    position: absolute;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio_slide_content {
    cursor: grab;
    box-shadow: 1px 1px 4px #E3E4E5;
    padding: 0;
    background: var(--wh);
}

.portfolio_slide_text a {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 120%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px 20px 20px;
	background: var(--dark-72);
	font-size: 16px;
	color: var(--wh);
	font-family: 'Noto Sans';
}
div#portfolio span:hover,
.portfolio_slide_text:hover a{
    color: var(--blue);
    border-color: var(--blue);
}

.portfolio_slide_text span {
    font-size: 40px;
    font-family: Montserrat;
    z-index: 1;
    right: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.portfolio_subtitle, .solutions_subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.carousel-3d-container[data-v-4ca3afac] {
    overflow: visible;
}

.carousel-3d-controls span {
    font-size: 40px;
    font-weight: 300;
    border: 1px solid var(--dark);
    color: var(--dark);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}
/* END SLIDER PORTFOLIO */

/* SOLUTIONS */
.solutions {
	padding: 55px 0;
	background: linear-gradient(180deg, var(--l-gr), transparent);
}

section.solutions .row {
    justify-content: center;
}

.sm_service_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    background: var(--lg-blue);
    flex: 1 0 auto;
    box-shadow: 1px 1px 4px #E3E4E5, -1px -1px 4px rgba(227, 228, 229, 0.25);
}

.sm_service_img {
    position: relative;
    height: 205px;
    width: 100%;
}

.sm_service_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sm_service_txt {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.sm_service_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.sm_service_desc {
    margin: 20px 0;
    border-top: 1px solid var(--l-grey);
    border-bottom: 1px solid var(--l-grey);
    padding: 20px 0;
    font-family: 'Noto Sans';
    font-size: 16px;
    line-height: 140%;
    flex: 1 0 auto;
}

.sm_service_btn {
    width: auto;
    margin-left: auto;
    background: var(--blue);
    color: var(--wh);
    padding: 5px 10px;
    transition: 0.3s;
    border: 1px solid var(--blue);
}

.sm_service_card:hover .sm_service_btn {
    background: var(--wh);
    color: var(--blue);
}
/* END SOLUTIONS */

/* PROJECTS */
.our_projects_content {
    position: relative;
    height: 560px;
    overflow: hidden;
    display: block;
}

.our_projects_content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_projecst_any_desc {
    background: var(--wh-80);
    width: 470px;
    padding: 16px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Noto Sans';
    margin-bottom: 40px;
}

.our_projecst_any_txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
}

.our_projecst_any_btn {
    color: var(--bl);
    border: 1px solid;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: 0.3s;
    background: var(--wh);
}

.our_projecst_any_btn:hover {
    background: var(--wh-80);
}

.our_projects_slider {
    position: relative;
}

.owl-theme.our_projects_slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-theme.our_projects_slider button.owl-prev, .owl-theme.our_projects_slider button.owl-next {
    margin: 0;
    color: var(--wh-80);
    font-size: 40px;
    font-family: 'Montserrat';
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
    pointer-events: all;
    position: relative;
}

.owl-theme.our_projects_slider button.owl-prev span, .owl-theme.our_projects_slider button.owl-next span {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme.our_projects_slider button.owl-prev:hover, .owl-theme.our_projects_slider button.owl-next:hover {
    color: var(--wh);
    background: var(--wh-80);
}
/** END PROJECTS **/



/* PARTNERS */
.partners {
	padding: 80px 0 80px;
}
.disrtibute h2,.partners h2 {
	margin-bottom: 50px;
}
.partners__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.partners_slide_content {
	height: 146px;
	padding: 10px;
}
.partners_slide_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: 0.3s;
}
.partners_slide_content img:hover {
    filter: grayscale(0);
}

section.main_bottom_txt {
    padding: 80px 0 60;
    background: var(--l-grey);
    font-family: 'Noto Sans';
    line-height: 154%;
}
/* END PARTNERS */
										/* END MAIN PAGE */
/* --------------------------------------------------------------------------------------------- */
										/* ABOUT COMPANY */
/* ABOUT COMPANY */
main {
    position: relative;
}

section.about {
    background: var(--g-blue);
    padding: 60px 0 40px;
}

section.bread {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: var(--dark);
    color:
    var(--grey);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
    top: 0;
}

.about-company {
	position: relative;
	background: linear-gradient(243.39deg, rgba(217, 243, 255, 0.32) 0%, rgba(230, 244, 241, 0.32) 100%);
	font-family: 'Noto Sans';
	padding-top: 60px;
}
.about_thumb_desc img {
	position: relative;
	width: 240px;
	height: auto;
	margin: auto;
	display: block;
	max-width: 100%;
}

.about-company h1{
	position: relative;
	margin: 0 0 60px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
}

.about-company h1:after{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 30px;
	height: 4px;
	background: var(--blue);
}

.about_thumb_mob {
    display: none;
}

.main_subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.text {
	font-size: 14px;
	font-weight: 400;
}
.text h2, .relat_prod h2 {
	position: relative;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.text h2:after, .relat_prod h2:after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 30px;
	height: 4px;
	background: var(--blue);
}

.text p a {
    color: var(--red);
}

.text a:hover {
    color: #000;
}

/* END ABOUT COMPANY */

/* SPHERE */
.sphere {
	padding: 60px 0;
}

.sphere_content {
    box-shadow: 1px 1px 4px #E3E4E5, -1px -1px 4px rgba(227, 228, 229, 0.25);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sphere h2 {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.sphere_img {
    width: 100%;
    height: 205px;
    position: relative;
}

.sphere_img img {
    width: 90%;
    height: 90%;
    position: absolute;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sphere_text a {
    background: var(--ll-blue);
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    flex: 1 0 auto;
}

.sphere_text {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.sphere_text a:hover {
    color: var(--blue);
}


/* END SPHERE */

/* ABOUT DESCRIPTION */
.about .row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 35px 0 0;
}
.about__text {
	font-size: 14px;
	font-weight: 400;
	width: 66%;
	font-size: 16px;
	font-family: 'Noto Sans';
}

.about__text a {
    color: var(--blue);
    text-decoration: underline;
}

.about__text a:hover {
    color: var(--grey);
}

.dist_more svg,
.about svg {
	width: 17px;
	height: 30px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: var(--blue);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.dist_more,
.about_more {
    width: 100%;
    text-align: center;
    padding: 10px 0 20px;
    cursor: pointer;
}

.dist_more.open svg,
.about_more.open svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.dist_more:hover svg,
.about_more:hover svg {
    fill: #000;
}
/* END ABOUT DESCRIPTION */

section.license {
    padding: 30px 0 60px;
    position: relative;
}

.license .gallery {
	height: 550px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 60px;
}

.license .content-wrapper {
    position: relative;
    height: 480px;
    margin-bottom: 35px;
    display: flex;
    overflow: hidden;
}

.license .content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn_wrap,
.license .show-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--gold);
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
}

.license_desc {
    font-size: 16px;
    font-family: 'Noto Sans';
    line-height: 140%;
    width: 66%;
}

.btn_wrap svg,
.license svg {
	width: 20px;
	height: 20px;
	fill: var(--gold);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	margin-top: -5px;
}

.license .open svg {
	transform: rotate(-90deg);
}

.open .to_up,
.to_down {
	display: block;
}
.open .to_down,
.to_up {
	display: none;
}

.btn_wrap:hover,
.license .show-more:hover {
    color: var(--blue);
}
.btn_wrap:hover svg,
.license .show-more:hover svg {
    fill: var(--red);
}

.license .show-more span {
    padding: 10px 20px;
    border: 1px solid;
}

section.license.second {
    background: var(--l-gr);
}

section.relat_prod {
    padding: 60px 0;
}

.upsell_prod {padding: 10px;display: flex;flex-direction: column;}

.upsell_carousel {padding: 0 70px;position: relative;}

.upsell_carousel.owl-theme .owl-nav {position: absolute;top: 50%;left: 50%;width: 97%;display: flex;justify-content: space-between;transform: translate(-50%);pointer-events: none;}

										/* END ABOUT COMPANY */

/* ---------------------------------------------------------------------------------------------- */
                                        /* PORTFOLIO */

.central-head.about-company h1 {
    text-align: center;
}

.central-head.about-company h1:after {
    left: 50%;
    transform: translateX(-50%);
}

.banner_grey {
    position: absolute;
    width: 100%;
    height: 150px;
}

.banner_grey.left {
    background: linear-gradient(90deg, var(--l-gr), var(--gr));
    top: 0;
}

.banner_grey.right {
    background: linear-gradient(90deg, var(--gr), var(--l-gr));
    top: 95px;
    height: 300px;
}

.single-title h1:after {content: '';position: absolute;width: 30px;height: 4px;background: var(--blue);display: block;bottom: -30px;}

.char-work {
    text-transform: uppercase;
    font-weight: 400;
}

.single-content {
    width: 60%;
    font-size: 16px;
    font-family: 'Noto Sans';
}

section.post_content {
    padding: 50px 0;
    clear: both;
    font-weight: 300;
    position: relative;
    background: var(--l-gr);
}

section.post_content a {
    color: var(--bl);
}

section.post_content a:hover {
    color: var(--gr);
}

section.post_content .container {
    position: relative;
}
										/* END PORTFOLIO */
/* ---------------------------------------------------------------------------------------------- */
										/* CONTACTS PAGE */
.contacts {
	padding-bottom: 50px;
	background: var(--l-gr);
}
.contacts .row {
}
.contacts .sphere__card-wrapper.col-lg-3.col-md-4.col-sm-6.col-12 {
	padding: 0 10px;
}
.contacts .sphere__card {
	padding: 20px 15px;
	/* height: 215px; */
}
.contacts .sphere__card--top {
	margin-bottom: 30px;
}
.contacts .sphere__card a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

.for_c_tel {display: flex;flex-direction: column;}

.contacts .sphere__card a span {
    margin-left: 2px;
}

.feedback {
	margin-top: 25px;
}

.feedback-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 300px;
	padding: 20px 0 60px;
}

.feedback__form {
	width: 45%;
	font-size: 14px;
	font-weight: 300;
}
.feedback__form h2 {
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.feedback__form h2::after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 30px;
	height: 4px;
	background: var(--blue);
}
.feedback .wpcf7 {
	margin-top: 20px;
}
.wpcf7-form .f_wrap {
	position: relative;
	margin-bottom: 25px;
	flex: 100%;
	display: flex;
}
.wpcf7-form .f_wrap label {
	position: absolute;
	font-family: 'Noto Sans';
	top: 11px;
	left: 10px;
	font-size: 14px;
	font-weight: 400;
	pointer-events: none;
	transition: 0.3s;
	color: var(--grey);
}
.wpcf7-form .f_wrap textarea, .wpcf7-form .f_wrap input:not([type=submit]) {
	width: 100%;
	height: 40px;
	border: 1px solid var(--l-grey);
	background: var(--milk-grey);
	padding: 10px;
	font-family: 'Noto Sans';
} 
.wpcf7-form .f_wrap textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	resize: none;
}

.wpcf7-form .f_wrap label.target_label {
	top: 2px;
	font-size: 8px;
}
.feedback__map {
	width: 50%;
}
span.required_mark {
    color: var(--d-gr);
    position: relative;
    top: -4px;
}

section.contacts-feed .banner_grey {
    background: linear-gradient(90deg, var(--gr), transparent);
    top: 20px;
}

.cont_card {
    color: var(--wh);
    background: var(--d-blue);
    width: 100%;
    height: 180px;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans';
}

.cont_card-wrapper {
    display: flex;
    width: 100%;
}

.cont_card--top {
    display: flex;
    margin-bottom: auto;
}

.cont_card-img {
    height: 40px;
    margin-left: auto;
}

.cont_card a {
    color: var(--gr);
    font-weight: 300;
    text-transform: initial;
    text-decoration: underline;
}

.cont_card p {
    margin: 0;
}

.cont_card a:hover {
    color: var(--bl);
}

.cont_card span {
    font-weight: 300;
    color: var(--gr);
    text-transform: initial;
}

.cont_card a:hover {
    color: var(--l-blue);
}

.cont_card span {
    font-weight: 300;
    color: var(--gr);
    text-transform: initial;
}

.fbf_sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--d-grey);
    margin-bottom: 30px;
    font-family: 'Noto Sans';
}

section.contacts-feed {
    background: var(--l-gr);
    position: relative;
}

									/* END CONTACTS PAGE */
/* ---------------------------------------------------------------------------------------- */
									/* SINGLE POST */
.single-title h1 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

section.main-content {
    padding: 60px 0 60px;
    background: linear-gradient(135deg, var(--gr), var(--wh));
    font-weight: 300;
}

section.single_stady {
    padding: 0 0 60px;
}

section.single_stady h2 {
    font-size: 16px;
    font-weight: 600;
    width: 30%;
    line-height: 140%;
/* or 22px */
    letter-spacing: -0.015em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.avy_st_wrap {
    flex: 21%;
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
}

.any_st_title {
    box-shadow: 1px 1px 4px #E3E4E5, -1px -1px 4px rgba(227, 228, 229, 0.25);
    background: var(--ll-blue);
    height: 112px;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Noto Sans';
    line-height: 140%;
}

.any_st_desc {
    padding: 20px 0;
    text-align: center;
    font-family: 'Noto Sans';
    line-height: 150%;
}

section.single_bottom_txt {
    padding: 0 0 60px;
}

.single-bottom-content {
    width: 80%;
    font-size: 16px;
    font-family: 'Noto Sans';
}

section.single-head {
    margin-top: 60px;
}

.single-portfolio-row.to-post .single-title {
	margin-bottom: 30px;
}

.single-portfolio-row.to-post .single-content {
    /* width: auto; */
}

.single-portfolio-row img.wp-post-image {
    float: right;
    margin-left: 60px;
    margin-bottom: 60px;
    max-width: 30%;
    height: auto;
    box-shadow: 1px 1px 4px #E3E4E5, -1px -1px 4px rgba(227, 228, 229, 0.25);
}

.single-title {
    display: inline-block;
    margin-top: 40px;
}
.single-portfolio-row .single-title {
    width: 60%;
    margin-top: 0;
}

.single-date span {
    color: var(--d-gr);
}

.clear {
    clear: both;
}

.skp-title {
    font-weight: 600;
    margin: 60px 0 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.char-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--d-gr);
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.char-row:last-child {
}

.char-type {
    color: var(--d-gr);
    margin-right: 10px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignleft {
    float: left;
    margin: 0px 30px 30px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.single-content a {
    color: var(--blue);
}

.single-content a:hover {
    color: var(--bl);
}

.single-date {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    width: max-content;
    color: var(--grey);
}

.other_posts_container h2 {
    font-size: 20px;
    margin: 40px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.other_portfolio_posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}



.category_title {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

section.other_posts {
    clear: both;
    position: relative;
    background: transparent;
    margin-bottom: 60px;
}

.portfolio_card .cat_post_wrap {
    justify-content: center;
}

.portfolio_card .category_title {
    text-align: center;
    font-size: 30px;
}

.for_search .category_title,
.portfolio_card .category_title {
    top: 0;
}

.portfolio_card .cat_post_wrap {
    width: 100%;
}

.port-more {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    margin-top: auto;
    margin-left: auto;
    width: max-content;
    border: 1px solid;
    padding: 10px 20px;
}

.port-more span {
    font-size: 18px;
    margin-left: 10px;
}

.portfolio_slide_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post_btn {
    color: var(--wh);
    background: var(--bl);
    padding: 5px 10px;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin-left: auto;
}

.post_btn:hover {
    background: var(--dark);
}

.more_btn {
    color: var(--blue);
    background: transparent;
    padding: 10px 20px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid;
}

.more_btn:hover {color: var(--d-blue);}

.other-posts__row {
    margin-bottom: 40px;
}
									/* END SINGLE POST */
/* ---------------------------------------------------------------------------------------- */
									/* CATEGORY */
.sm_post_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    background: var(--lg-blue);
    flex: 1 0 auto;
    box-shadow: 1px 1px 4px #e3e4e5, -1px -1px 4px rgb(227 228 229 / 25%);
}

.sm_post_img {
    position: relative;
    height: 235px;
    width: 100%;
}

.sm_post_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sm_post_txt {
    padding: 20px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    background: var(--250-blue);
}

.sm_post_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    margin-bottom: auto;
}

.sm_post_bottom {
    display: flex;
    font-size: 16px;
    margin-top: 20px;
    align-items: center;
}

.sm_post_time {
    font-family: 'Noto Sans';
    color: var(--grey);
}

.sm_post_btn {
    transition: 0.3s;
    border: 1px solid;
    padding: 7px 10px;
    text-transform: uppercase;
    margin-left: auto;
}

.sm_post_card:hover .sm_post_btn {
    color: var(--blue);
}

.btn_wrap {
    position: relative;
    cursor: auto;
}

section.all_portfolio_posts {
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
}

.other_portfolio_posts .portfolio_card a,
.all_portfolio_posts .portfolio_card a {
    display: flex;
    height: 220px;
    overflow: hidden;
    color: var(--bl);
    background: var(--l-blue);
}

.other_portfolio_posts .portfolio_card,
.all_portfolio_posts .portfolio_card {margin-bottom: 30px;}

.portfolio_card-img {
    width: 50%;
    filter: grayscale(0.5);
    transition: 0.3s;
    position: relative;
}

.portfolio_card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.portfolio_card-desc {
    width: 50%;
    display: flex;
    position: relative;
}

.other_portfolio_posts .portfolio_card a:hover,
.all_portfolio_posts .portfolio_card a:hover {
    background: var(--l-grey);
}

.portfolio_card-desc h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.port-text {
    font-weight: 300;
}

section.all_portfolio_posts .portfolio_card:nth-child(4n + 3) a .portfolio_card-img, 
section.all_portfolio_posts .portfolio_card:nth-child(4n + 4) a .portfolio_card-img {
    order: 3;
}

.portfolio_card .cat_post_wrap {
    padding: 30px;
}

section.all_portfolio_posts .hider, .other_portfolio_posts .hider {
    height: 114px;
    overflow: hidden;
}

section.all_portfolio_posts .portfolio_card:nth-child(3n) a .port_angle, 
section.all_portfolio_posts .portfolio_card:nth-child(4n) a .port_angle {
    left: auto;
    right: -25px;
    transform: rotate(180deg);
}

.other_portfolio_posts .portfolio_card a:hover .portfolio_card-img,
.all_portfolio_posts .portfolio_card a:hover .portfolio_card-img {
    filter: grayscale(0);
}

section.portfiloi-content {
    font-weight: 400;
    padding: 20px 0 50px;
    font-size: 16px;
    font-family: 'Noto Sans';
}
									/* END CATEGORY */
/* ---------------------------------------------------------------------------------------- */
/* QUESTIONS SECTION */
.questions {
	position: relative;
}

.q_grad {
    position: absolute;
    width: 50%;
    height: 180px;
    background: linear-gradient(to right, var(--l-gr), transparent);
}

.left_grad {
    top: 100px;
    left: 0;
}

.right_grad {
    right: 0;
    transform: rotate(180deg);
    top: 330;
}

.questions h2 {
	position: relative;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.questions h2::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 30px;
	height: 4px;
	background: var(--red);
}

.questions h3 {
	position: relative;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: inherit;
}

.questions_text {padding-top: 45px;background: linear-gradient(to right, transparent, var(--l-gr));}

.questions_description {
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    width: 80%;
    font-size: 14px;
    line-height: 1.4;
}

.questions_right_text {
    background: var(--red);
    color: var(--wh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 -15px;
    width: calc(100% + 15px);
}

.questions_right_text .questions_description {
    text-transform: inherit;
    margin: 0;
}

.questions .wpcf7 {
    margin-top: 40px;
}

.questions .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
}

.col-left, .col-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.questions .wpcf7-form .f_wrap textarea {
    height: 150px;
    background: transparent;
    border: 1px solid var(--gr);
}

.questions .wpcf7-form .f_wrap input:not([type=submit]) {
    width: 80%;
    border-radius: 0;
    border: 1px solid var(--gr);
    background: transparent;
}

.questions .wpcf7-form .f_wrap {
    color: var(--d-gr);
    line-height: 1;
}

.questions .wpcf7-submit {
    margin-left: 50%;
}

.questions .wpcf7 p {
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.questions .wpcf7-submit.red-btn:hover {
    color: var(--d-gr);
}
/* END QUESTIONS SECTION */
/* FOOTER */
.footer {
	padding-top: 60px;
	font-size: 14px;
	color: var(--d-gr);
	background: var(--dark);
	line-height: 1.4;
	position: relative;
}
.footer .container {
}

.footer-site-logo img{
	/* width: 60px; */
	height: 60px;
}

.footer-description{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.footer__title-wrapper {
	position: relative;
	padding-bottom: 5px;
	font-family: Bebas Neue;
	line-height: 1;
	font-size: 20px;
	letter-spacing: 2;
	color: var(--red);
}

.footer__title-wrapper::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--red);
}

.footer-title {
	text-transform: uppercase;
	color: var(--wh);
	margin-top: 10px;
	font-weight: 600;
}

.muzzon_logo_footer img {
	width: 100px;
}

.footer-mail img,
.footer__telephone img {
	width: 18px;
	height: 16px;
	margin-right: 5px;
}
.footer__telephone {
	width: 80%;
}
.footer-txt a {
	font-weight: 400;
	display: block;
}
.copywrite {
	margin-left: 15px;
}

.footer-txt {
    margin-bottom: 10px;
    color: var(--grey);
    font-family: 'Noto Sans';
    line-height: 140%;
}

.footer-soc i {
    font-size: 20px;
    margin-right: 20px;
}

.footer-soc {
    margin-top: auto;
}

a.docode_copyright {
    display: block;
    width: 100px;
}

a.docode_copyright img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copy_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
}

a.docode_copyright img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.footer__email {display: flex;}

.footer-txt i {
    margin-right: 10px;
    width: 10px;
    text-align: center;
}

.mzl {
    border-left: 1px solid var(--red);
}

a.footer-site-logo {
    display: block;
    width: max-content;
}

a.footer-sitemap {
    margin-top: 40px;
    color: var(--bl);
    display: block;
    margin-bottom: 30px;
}

a.footer-sitemap:hover {
    color: var(--gr);
}

a.footer-cont-link {
    color: var(--wh-80);
}

a.footer-cont-link:hover {
    color: var(--blue);
}

.footer__email a {
    color: var(--blue);
}

.footer__email a:hover {
    color: var(--wh-80);
}

.footer__email span {
    margin-right: 5px;
}

.docode_cop_cont {
    display: flex;
    align-items: center;
}

.docode_cop_cont a {
    color: var(--bl);
    margin-left: 20px;
}

.docode_cop_cont img {
    height: 30px;
}

.unp {
    font-family: 'Noto Sans';
    color: var(--grey);
    padding: 20px 0;
    line-height: 200%;
}

.copy_row {
    border-top: 1px solid var(--grey);
    padding: 17px 0;
    margin: 0;
    color: var(--grey);
    font-family: 'Noto Sans';
}

.dev_linx {
    margin-top: 60px;
}

.docode_cop_cont a:hover {
    color: var(--l-gr);
}
/* END FOOTER */

/* 404 */
.page_404 {
	padding: 50px 0;
	background: var(--gr);
}

.page_404 .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page_404__text {
	margin: 35px 0;
	font-weight: 700;
	font-size: 16px;
	padding: 0 15px;
	text-align: center;
}

.s404 {
    font-size: 50px;
    font-weight: 700;
    color: var(--bl);
    margin-top: 40px;
}

.no_results {
    font-size: 20px;
    text-align: center;
}
.cat_post_wrap.for_search {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
/* END 404 */
/* ------------------------------------------------------------------------------------------------- */
/* PUM */
.pum.pum-overlay .pum-container.popmake {
    background: var(--wh);
    border: none;
    padding: 50px 30px 0px;
}

.pum.pum-overlay .pum-container.popmake input[type="text"], .pum.pum-overlay .pum-container.popmake input[type="tel"], .pum.pum-overlay .pum-container.popmake input[type="email"] {
    height: 40px;
    width: 100%;
}

.pum.pum-overlay .pum-container.popmake label {
    flex: 1;
}

.pum.pum-overlay .pum-content + .pum-close:hover, .pum-theme-lightbox .pum-content + .pum-close:hover {
    color: var(--red);
    border-color: var(--red);
}

.wpcf7-not-valid-tip {
    color: var(--red);
}

input.wpcf7-form-control.wpcf7-submit {
    color: var(--wh);
    border: 1px solid var(--blue);
    padding: 7px 20px;
    background: var(--blue);
    margin: 0;
    transition: 0.3s;
}

.gdpr_txt p {
    margin: 0;
}

.pum-content input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: var(--blue) !important;
    background: var(--wh);
}

.pum.pum-overlay .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    top: 30px;
    right: 30px;
    color: var(--grey);
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--grey);
    border-radius: 50%;
    padding-top: 1;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}

.pum.pum-overlay .pum-container.popmake p,
.pum-container.popmake form {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.pum.pum-overlay .pum-container .pum-title, 
.pum-theme-lightbox .pum-title {
    color: var(--wh);
}

.pum.pum-overlay .pum-container .wpcf7 form.invalid .wpcf7-response-output, 
.pum.pum-overlay .pum-container .wpcf7 form.unaccepted .wpcf7-response-output {
    background: var(--wh);
    margin: 0 0 30px;
}

.pum-content.popmake-content img {
    width: auto;
    height: 40px;
    margin: auto;
    margin-bottom: 40px;
}

.f_wrap input[type=file] {
    background: #fff;
    padding: 5px !important;
}

.f_wrap input::-webkit-file-upload-button {
	margin-right: 70px;
    opacity: 0;
}

.f_wrap .wpcf7-list-item label {
    width: 20px;
    height: 20px;
    background: var(--wh);
    position: relative;
    display: block;
    left: 0;
    top: 5px;
    cursor: pointer;
    pointer-events: all;
}

.wpcf7-list-item {
    margin: 0;
}

.f_wrap .wpcf7-list-item label {
    width: 20px;
    height: 20px;
    background: var(--milk-grey);
    border: 1px solid var(--l-grey);
    position: relative;
    display: block;
    left: 0;
    top: 11px;
    cursor: pointer;
    pointer-events: all;
}

body .wpcf7-not-valid {
    border: 1px solid var(--red);
}

span.wpcf7-form-control.wpcf7-checkbox {
    margin-right: 20px;
    position: relative;
    top: -11px;
    height: 100%;
}

.gdpr_txt {
    display: block;
    flex: 100;
    color: var(--bl);
    line-height: 160%;
}

.gdpr_txt a {
    color: var(--blue);
    text-decoration: underline;
}

.gdpr_txt a:hover {
    color: var(--grey);
}

.f_wrap .wpcf7-list-item label:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--l-grey);
    top: 50%;
    left: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
}

.f_wrap .wpcf7-list-item label:hover:after {
    background: var(--grey);
}

.f_wrap .wpcf7-list-item label.checked:after {
    background: var(--blue);
}

span.wpcf7-list-item-label {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
    top: -20;
}

span.wpcf7-form-control-wrap {
    flex: 1;
}
/******PRODUCTS*******/
section.central-head h1,
.doc_single_prod h1{
    position: relative;
    margin: 60px 0 60px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

section.central-head h1:after,
.doc_single_prod h1:after{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 30px;
	height: 4px;
	background: var(--blue);
}

section.catalog_page {
    padding-bottom: 30px;
}

a.prod_card_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 4px #E3E4E5, -1px -1px 4px rgba(227, 228, 229, 0.25);
}

.for_prod_card {
    display: flex;
}

.for_prod_img {
    height: 235px;
    background: var(--wh);
}

.for_prod_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.prod_card_desc {
    background: var(--ll-blue);
    color: var(--bl);
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    flex: 1 0 auto;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    overflow-wrap: anywhere;
    text-transform: uppercase;
    }

.upsell_carousel.owl-carousel .owl-stage {display: flex;}

.upsell_carousel.owl-carousel .owl-item {display: flex;}

.prod_card_desc h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.prod_btn {
    padding: 5px 10px;
    border: 2px solid var(--wh);
    width: max-content;
    margin-left: auto;
    margin-right: 10px;
}

.single-menu-txt {
    width: 100%;
}

.prod_card_btn {
    border: 1px solid;
    font-weight: 400;
    padding: 7px 15px;
    margin-top: 40px;
}

.prod_card_wrap:hover .prod_card_btn {color: var(--blue);}

section.catalog_content {
    margin-top: 50px;
    font-weight: 300;
    position: relative;
    background: var(--l-gr);
}

section.catalog_content a {
    color: var(--blue);
}

section.catalog_content a:hover {
    color: var(--bl);
}

.prod_main_img {
    position: relative;
    width: 100%;
    height: 235px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.prod_main_img .cat_icon {
    z-index: 20;
}

.prod_main_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.prod_main_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: var(--wh);
}

section.any_product {
    padding-top: 0;
}

.prod_main_img a:first-child img{
	z-index: 1;
}

.prod-item {
    height: 100px;
    background: var(--wh);
    border: 1px solid var(--gr);
}

.prod-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owl-prod-img.owl-carousel.owl-theme {
    position: relative;
}

.owl-prod-img.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-prod-img.owl-carousel.owl-theme .owl-nav button {
    pointer-events: all;
    background: transparent;
    border: 1px solid var(--gr);
    border-radius: 0;
}

.owl-prod-img.owl-carousel.owl-theme .owl-nav button i {
    padding: 2px 5px;
    transition: 0.3s;
}

.owl-prod-img.owl-carousel.owl-theme .owl-nav button:hover i {
    color: var(--bl);
}

.prod_char_wrap {
    margin-left: 40px;
    background: var(--wh-blue);
    padding: 30px 30px 30px;
    margin-bottom: 70px;
}

.prod_char_wrap h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.single_order {
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 20px;
}

.sub_prod {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.prod_sign {
	padding-bottom: 20px;
	font-size: 16px;
	color: var(--gray);
}

.description.content {
    font-size: 16px;
}

.char_container {
    border: 1px solid var(--bl-grey);
    margin-top: 15px;
}

.char_row {
    display: flex;
    border-bottom: 1px solid var(--bl-grey);
    font-family: 'Noto Sans';
    font-size: 14px;
}

.char_row:last-child {
    border-bottom: none;
}

.char_name {
    padding: 13px 15px;
    font-weight: 400;
    border-right: 1px solid var(--bl-grey);
    width: 75%;
}

.char_txt {
    padding: 13px 15px;
    flex: 1;
    display: flex;
    align-items: center;
}

.prod_order_btn {
    background: var(--blue);
    width: max-content;
    padding: 10px 20px 8px;
    color: var(--wh);
    text-transform: uppercase;
    cursor: pointer;
    margin-left: auto;
    font-size: 16px;
    transition: 0.3s;
}

.prod_order_btn:hover {
    background: var(--dark);
}

.prod_content_col h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.025em;
}

.prod_content_col {
    padding: 0 15px 40px;
    font-weight: 300;
    width: 100%;
}

.prod_content_col h2:after {
    content: '';
    width: 30px;
    height: 4px;
    background: var(--blue);
    display: block;
    margin: 15px 0 30px;
}

.prod_content_col a {
    color: var(--bl);
}

.prod_content_col a:hover {
    color: var(--gr);
}

.any_prod.license .gallery {
    height: auto;
}

.char_row.char_title {
    background: var(--bl-grey-56);
}

.prod_content_txt {
    width: 60%;
    font-size: 16px;
    font-family: 'Noto Sans';
    line-height: 150%;
}

section.any_prod .gallery a {
    margin-bottom: 30px;
    display: block;
}

section.bottom_order {
    padding-top: 40px;
}

.prod_order_btn.bottom_order_btn {
    margin: auto;
    color: var(--dark);
    background: transparent;
    border: 1px solid var(--dark);
}

.prod_order_btn.bottom_order_btn:hover {
    color: var(--blue);
    border-color: var(--blue);
}
/******END PRODUCTS*******/


/***LOADER***/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 5px solid var(--blue);
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--blue) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.docode-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    display: none;
}
/****END LOADER****/


/* RESPONSIVE */

@media (min-width: 1240px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}
@media(max-width:1025px){
	.other_portfolio_posts .portfolio_card:nth-child(2) .portfolio_card-img {
		order: 3;
	}

	.other_portfolio_posts .portfolio_card:nth-child(2) .portfolio_card-desc .port_angle {
		left: auto;
		right: -25px;
		transform: rotate(180deg);
	}
}

@media(max-width: 991.98px) {
	.pre-head-contact i {
		display: block;
		font-size: 20px;
		margin-left: 20px;
	}
	
    .pre-head-contact-wrap {
        padding-right: 0;
        display: flex;
    }
	
	.btn_main_menu {
		display: flex;
	}

	.header.down .desc-head {
	    padding: 20px 0;
	}

	.pre-head-contact span,
	.ul_main_menu {
		display: none;
	}
	
	.btn_main_menu.active span:nth-child(2) {
		opacity: 0;
	}

	.btn_main_menu.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 7px;
	}

	.btn_main_menu.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: -7px;
	}
	
	.ul_mob_menu {
		padding: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.mobile_menu {
		display: block;
		position: absolute;
		right: 0;
		background: var(--wh);
		width: 100%;
		height: calc(100vh - 80px);
		overflow: auto;
		transform-origin: right;
		transform: scaleX(0);
		transition: 0.3s;
		padding: 20px;
	}
	.mobile_menu.active {
		transform: scaleX(1);
	}

	.ul_mob_menu > li {
		border-bottom: 1px solid var(--l-grey);
		width: 100%;
		text-align: center;
		position: relative;
		font-size: 16px;
		text-transform: uppercase;
	}

	.ul_mob_menu > li:first-child {
		border-top: 1px solid var(--l-grey);
	}

	.ul_mob_menu > li > a {
		padding: 15px 0;
		display: block;
	}

	.ul_mob_menu > li  > .sub-menu {
		padding: 0;
		display: none;
		transform-origin: top;
		transition: 0.3s;
		list-style: none;
	}

	.ul_mob_menu > li.menu-item-has-children .mm_arrow {
		position: absolute;
		top: -10px;
		left: 0;
		font-size: 24px;
		transform: rotate(90deg);
		padding: 20px;
		transition: 0.3s;
	}
	
	.ul_mob_menu > li.open > .sub-menu {
		display: block;
	}
	
	.ul_mob_menu > li .sub-menu li {
		padding-bottom: 10px;
		position: relative;
	}

	.ul_mob_menu > li.open > .sub-menu li .sub-menu {
	    padding: 0;
	    list-style: none;
	    font-size: 14px;
	    margin: 10px 0;
	    display: none;
	}
	
	.ul_mob_menu > li.open > .sub-menu li.open .sub-menu {
	    display: block;
	}

	.ul_mob_menu > li > .sub-menu li {
	    padding: 10px 20px;
	}
	
	.ul_mob_menu > li.open.menu-item-has-children .mm_arrow {}
	
 	.questions {
		background-position: 39% 39%;
	}
	.questions .row {
		flex-direction: column;
		align-items: flex-start;
	}
	.questions a {
		margin-left: 15px;
	}
	
	.contacts .feedback-wrapper {
		flex-direction: column;
	}
	.feedback__form,
	.feedback__map {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.single-portfolio-row .single-title {
		width: 100%;
		margin-bottom: 17px;
	}

	.single-portfolio-row img.wp-post-image {
		float: none;
		width: 100%;
		margin: 0;
		height: 300px;
		-o-object-fit: contain;
		   object-fit: contain;
		max-width: 100%;
	}

	.portfolio-char {
		width: 100%;
	}
	
	.news__card.portfolio_card.inner {
		height: 200px;
	}

	.news__card.portfolio_card.inner .category_title {
		font-size: 20px;
	}
	
	.questions_right_text {
		margin-left: 0;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.questions_text {
		background: linear-gradient(to right, transparent, var(--l-gr), transparent);
	}
	
	a.footer-catfile {
		margin-bottom: 40px;
	}
	section.all_portfolio_posts .portfolio_card:nth-child(3n) a .portfolio_card-img,
	section.all_portfolio_posts .portfolio_card:nth-child(4n) a .portfolio_card-img {
		order: 0;
	}
	section.all_portfolio_posts .portfolio_card:nth-child(2n) a .portfolio_card-img {
		order: 3;
	}
	section.all_portfolio_posts .portfolio_card:nth-child(3n) a .port_angle {
		left: -25px;
		transform: rotate(0);
	}

	section.all_portfolio_posts .portfolio_card:nth-child(2n) a .port_angle {
		left: auto;
		transform: rotate(180deg);
		right: -25px;
	}
	.cont_card {
		margin-bottom: 30px;
	}

	.feedback-wrapper {
		flex-wrap: wrap;
	}
	
	.char_row {
		flex-wrap: wrap;
	}

	.char_name {
		width: 100%;
		border-right: none;
		font-weight: 600;
		padding-bottom: 0;
	}
	.prod_char_wrap {
		margin-left: 0;
	}

	.our_projecst_any_txt {
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	
	.footer-description {
	    margin: 20px 0 40px;
	}

	.about_thumb_desc {
	    display: none;
	}
	
	section.about-company {
	    padding: 60px 0 40px;
	}
	
	.about_thumb_mob {
	    display: block;
	    margin: 0 auto 40px;
	}
	
	.about_thumb_mob img {
	    display: block;
	    margin: auto;
	    height: 160px;
	    width: auto;
	}
	
	.sphere_content {
	    margin-bottom: 30px;
	}
	
	.sphere_img {
	    height: 250px;
	}
	
	.license_desc {
	    width: 100%;
	}
	
	.about__text {
	    width: 100%;
	}

	.char_row.char_title {
	    display: none;
	}
	
	.prod_content_txt {
	    width: 100%;
	}

	.single-content {
	    width: 100%;
	    margin-top: 40px;
	}
	
	section.single_stady h2 {
	    width: 100%;
	}
	
	.avy_st_wrap {
	    flex: 40%;
	}
	
	.single-bottom-content {
	    width: 100%;
	}
}

@media(max-width: 767.98px) {
	.mzl {
		border-left: none;
		border-top: 1px solid var(--red);
		margin-top: 20px;
	}
	
	.banner .slider.owl-theme .owl-nav {
		display: none;
	}
	.banner-text,
	.banner .slider.owl-theme .owl-dots {
		left: 20px;
	}
	.banner_title {
		width: 80%;
		font-size: 60px;
	}
	.style1 .row {
		flex-direction: column-reverse;
	}
	.style1 .text {
		width: 100%;
	}
	.style1 .img {
		width: 60%;
		margin-bottom: 40px;
	}

	.ul_mob_menu li.open.menu-item-has-children > .mm_arrow {
		transform: rotate(-90deg);
	}

	.ul_mob_menu > li > .sub-menu li {
		padding: 10px 0;
	}
	.solutions__cards-title {
		padding-bottom: 0;
		height: auto;
	}
	
	.footer .container {
		padding: 0 15px;
	}

	a.footer-site-logo {
		display: block;
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.footer-description {
		margin: 0;
	}

	.footer-title {
		height: auto;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.copytxt {
		text-align: center;
	}

	.docode_cop_cont {
		text-align: right;
	}

	.pre-head .header_search, .pre-head .recall_form {
		display: none;
	}

	.hd_hide {
		width: auto;
		flex: 1;
	}
	
	.d-mob-flex {
		display: flex;
		margin-bottom: 10px;
	}

	section.mission h2 {
		margin-right: 30px;
	}

	.solutions_card-top {
		flex-direction: column;
		align-items: self-start;
	}

	.solutions_card-img {
		margin-bottom: 30px;
	}
	section.all_portfolio_posts .hider {
		height: auto;
	}

	.other_portfolio_posts .portfolio_card a, .all_portfolio_posts .portfolio_card a {
		height: auto;
	}

	.site_title {
	    display: none;
	}
	
	.copytxt {
	    margin-bottom: 20px;
	}
	
	.menu-main_ru-container {
	    position: absolute;
	    width: calc(100% - 40px);
	}

	.upsell_carousel {padding: 0 10px;}
}

@media(max-width: 575.98px) {
	.questions {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner_title {
		width: 100%;
		font-size: 40px;
		margin-top: 20px;
	}

	.banner .slider.owl-theme .owl-dots {
		left: 40px;
	}
	.style1 .row,
	.sphere,
	.about {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container_1 {
		width: 100%;
	}

	.pre-head-row {
		padding: 0;
		/* margin: 0 15px; */
	}

	.header_row {
		padding: 0;
		flex-wrap: wrap;
	}
	
	.header_search_form.active {
		top: 100%;
		transform: translateY(0);
	}

	.header_search {
		position: unset;
		margin-left: auto;
		margin-right: 40px;
	}
	
	.sphere__card {
		height: auto;
	}

	.text {
		width: 100%;
	}

	.prod_sign {
	    text-align: center;
	}
	
	.docode-breadcrumb {
		padding: 0;
	}

	.style1 .img img {
		width: 100%;
		height: auto;
	}

	.style1 .img {
		width: 100%;
	}

	.about .row {
		padding-bottom: 0;
	}

	.questions h2 {
		font-size: 30px;
	}
	
	.banner-text {
		left: 0;
		/* padding: 0 15px; */
		width: 100%;
	}
	.banner .slider.owl-theme .owl-dots {
		left: 25px;
		top: auto;
		bottom: 10px;
	}
	.solutions__cards-title {height: auto;}

	.solutions {
		padding-top: 40px;
	}

	.solutions__card h2 {
		font-size: 40px;
	}
	
	#portfolio .carousel-3d-slider, 
	#portfolio .carousel-3d-slider .portfolio_item {
		width: 300px !important;
		height: 340px !important;
	}
	.container.other_posts_container {
		padding: 0 15px;
	}
	.partners__slider {
		width: 90%;
		margin: 0 auto;
	}
	.all_posts_container {
		padding: 0 15px;
	}
	.single-title {
		padding: 0 15px;
	}

	.single-portfolio-row {
		margin: 0;
	}

	.news__card,
	.all_posts_container .news__card {
		margin-bottom: 15px;
	}
	.contacts .container {
		padding: 0 15px;
	}

	.contacts {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.contacts .row {
		padding: 0;
	}

	.contacts .sphere__card {
		height: auto;
	}

	.contacts .feedback-wrapper {
		padding: 20px 10px;
	}
	
	.portfolio {
		padding-bottom: 0;
	}

	#portfolio .carousel-3d-container {
		height: 400 !important;
		margin-bottom: 0;
	}
	
	.banner_desc {
		width: 100%;
	}

	.banner_btn_row {
		flex-wrap: wrap;
	}

	.banner_btn_left {
		margin-bottom: 20px;
	}

	section.mission h2 {
		margin-right: 0;
	}

	.d-mob-flex {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.solutions_card-top {flex-direction: row;}

	.col-left, .col-right {
		width: 100%;
	}

	.questions .wpcf7-form .f_wrap input:not([type=submit]) {
		width: 100%;
	}

	a.footer-sitemap {
		margin: 20px;
		float: left;
	}

	a.footer-catfile {
		float: right;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.owl-prod-img.owl-carousel.owl-theme .owl-nav {
		display: none;
	}
	
	section.central-head h1, .doc_single_prod h1 {
	    font-size: 24px;
	}

	.alignright, .alignletf {
		float: none;
		display: block;
		margin: 20px auto;
	}

	.portfolio_slider_btn {
	    margin: 0 0 40px;
	}
	
	.our_projecst_any_desc {
	    width: calc(100% - 120px);
	    margin: 0 auto 80px;
	    font-size: 14px;
	    line-height: 140%;
	}
	
	a.our_projecst_any_btn {
	    width: 100%;
	    text-align: center;
	}
	
	.our_projecst_any_txt {
	    top: auto;
	    bottom: 20px;
	    transform: translateX(-50%);
	    width: 100%;
	    padding: 0 20px;
	}
	
	.owl-theme.our_projects_slider .owl-nav {
	    padding: 0 20px;
	}

	.license .content-wrapper {
	    display: flex;
	    justify-content: center;
	}

	.single-title h1 {
	    font-size: 24px;
	}
	
	.avy_st_wrap {
	    flex: 70%;
	}
	
	.alignleft,
	.alignright{
	    float: none;
	    margin: 20px 0;
	    width: 100%;
	    height: auto;
	}

	.portfolio_card-img {
	    width: 100%;
	    height: 200px;
	}
	
	.other_portfolio_posts .portfolio_card a, .all_portfolio_posts .portfolio_card a {
	    flex-wrap: wrap;
	}
	
	.portfolio_card-desc {
	    width: 100%;
	}

	.portfolio_card .cat_post_wrap {
	    padding: 20px;
	}
	
	section.all_portfolio_posts .hider {
	    margin-bottom: 20px;
	}
	
	section.all_portfolio_posts .portfolio_card:nth-child(2n) a .portfolio_card-img {
	    order: 0;
	}

	.single-portfolio-row.to-post .single-title {
	    padding: 0;
	}
}

@media(max-width: 424px) {
	.header_search_form input[type="text"] {
		width: -webkit-fill-available;
	}

	.header_search_form.active {
		padding: 5px;
		width: 100%;
	}

	.header_search svg {
		margin-left: auto;
		margin-right: 20px;
	}
	
	.pre-head-contact-wrap {
		display: block;
		border: none;
		display: flex;
	}

	.pre-head-contact {
		margin: 5px 0;
	}

	a.site-logo {
		margin-right: 20px;
	}

	.questions .wpcf7-submit {
		margin-left: auto;
	}

	.footer-catfile {
		clear: both;
	}

	a.footer-sitemap {
		float: none;
		margin-left: auto;
		text-align: right;
		width: max-content;
	}

	.header_search {
	    margin-right: 0;
	}
	
	.owl-theme.our_projects_slider .owl-nav {
	    padding: 10px;
	}
	
	.our_projecst_any_desc {
	    width: calc(100% - 80px);
	}
}

@media(max-width: 345px) {
	.solution__card-btn {
		height: 40px;
	}
	
	.portfolio__slider .carousel-3d-controls {
		top: 95%;
	}
	.portfolio {
		padding-bottom: 0;
	}
	
	.site_title h1, .site_title .h1 {
		font-size: 16px;
	}

	.pre-head-contact-wrap {
		border: none;
	}

	.pre-head-contact i {
		margin: 0;
	}
	
	.site_title h1, .site_title .h1 {
		font-size: 16px;
	}

	.pre-head-contact-wrap {
		border: none;
	}

	.pre-head-contact i {
		margin: 0;
	}

	.banner_title {
		font-size: 30px;
	}

	.disrtibute h2, .partners h2, .portfolio h2, .solutions h2 {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.disrtibute h2:after, .partners h2:after, .portfolio h2:after, .solutions h2:after {
		bottom: -20px;
	}

	.questions_description {
		width: 100%;
	}

	.questions_right_text .questions_description {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* END RESPONSIVE */