/*   
Theme Name: Build Ukraine
Version: 1.0
Author: Notfar
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*------FONTS-------*/
@font-face {
    font-family: 'Formular-Bold';
    src:url('fonts/Formular-Bold.woff2') format('woff2'),
        url('fonts/Formular-Bold.woff') format('woff'),
        url('fonts/Formular-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Formular-Medium';
    src:url('fonts/Formular-Medium.woff2') format('woff2'),
        url('fonts/Formular-Medium.woff') format('woff'),
        url('fonts/Formular-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Formular-Light';
    src:url('fonts/Formular-Light.woff2') format('woff2'),
        url('fonts/Formular-Light.woff') format('woff'),
        url('fonts/Formular-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Formular-Regular';
    src:url('fonts/Formular.woff2') format('woff2'),
        url('fonts/Formular.woff') format('woff'),
        url('fonts/Formular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*--------------------*/
body {
	font-family: 'Formular-Regular';
    font-size: 14px;
    color: #4f5259;
}
a:focus, a:hover, a:active {
    transition: all 0.25s;
    text-decoration: none;
}
a, input, button, path, textarea {
    transition: all 0.25s;
    outline: none!important;
}
.container {
    width: 1350px;
}
/*-----------*/
header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.top_header {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    position: relative;
}
.top_header:before {
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    position: absolute;
    right: 0;
    top: 29px;
    width: 97%;
    height: 1px;
}
.logo_site {
    display: inline-block;
    position: absolute;
    width: 200px;
    left: 0px;
    top: 14px;
    z-index: 1;
}
.logo_site img {
    width: 200px;
}
.tel_top {
    display: inline-block;
    float: left;
}
.tel_top a {
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 15px;
    font-family: 'Formular-Light';
}
.tel_top a:hover {
    color: #d7b36f;
}
.lang_top {
    display: inline-block;
    float: left;
    width: 55px;
}
.massanger_top {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}
.massanger_top a {
    color: #fff;
    text-transform: capitalize;
    margin: 0 10px;
    display: inline-block;
    font-family: 'Formular-Light';
}
.massanger_top a svg {
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
    right: 5px;
}
.massanger_top a:last-child svg {
    top: 5px;
}
.massanger_top a svg path {
    fill: #fff;
}
.massanger_top a:hover svg path {
    fill: #d7b36f;
}
.lang_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang_top li {
    display: inline-block;
    float: left;
    margin: 0 3px;
}
.lang_top li.active a {
    color: #d7b36f;
}
.lang_top li a {
    color: #9a9fad;
    font-family: 'Formular-Light';
}
.lang_top li a:hover {
    color: #d7b36f;
}
.right_al {
    display: inline-block;
    float: right;
}
#topnav {
    background: none;
    border: none;
    padding: 0;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #d7b36f;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #d7b36f;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    font-family: 'Formular-Light';
    font-weight: 300;
    text-transform: inherit;
}
.nav>li>a {
    padding: 10px 35px;
}
#top-nav-ul li:last-child a {
    padding-right: 0;
}
.menu_top_bl {
    margin-top: 14px;
}
.left_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 100vh;
    z-index: 3;
}
.left_header:after {
    content: '';
    background: linear-gradient(360deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
}
.lines {
    display: inline-block;
    width: 80px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    margin-top: 25px;
}
.lines span {
    display: inline-block;
    float: left;
    height: 1px;
    background: #fff;
    margin: 4px 0px;
}
.lines span:nth-child(1) {
    width: 20px;
    transition: all 0.25s;
}
.lines span:nth-child(2) {
    width: 30px;
    transition: all 0.25s;
}
.lines span:nth-child(3) {
    width: 40px;
}
.lines:hover span:nth-child(1) {
    width: 40px;
    transition: all 0.25s;
}
.lines:hover span:nth-child(2) {
    width: 40px;
    transition: all 0.25s;
}
/*---*/
.full_menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    z-index: 99;
    background: #333;
    overflow: hidden;
    padding-top: 100px;
    transition: all 0.25s;
}
.full_menu .col-md-12 {
    opacity: 0;
}
.full_menu.active.active_div .col-md-12 {
    opacity: 1;
    transition: all 0.35s;
}
.full_menu.active {
    width: 100%;
    transition: all 0.6s;
}
.close_full {
    position: absolute;
    top: 27px;
    left: 28px;
    cursor: pointer;
}
.close_full:hover svg path {
    stroke: #d7b36f!important;
}
#top-nav-full {
    display: inline-block;
    width: 150px;
}
#top-nav-full li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
#top-nav-full li a {
    padding: 15px 0px;
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Formular-Light';
}
#top-nav-full>li>a:focus, #top-nav-full>li>a:hover {
    background: none;
    color: #d7b36f;
}
.menu_full {
    margin-top: 0;
    display: inline-block;
    float: left;
    width: 29%;
}
.favicon_logo {
    display: inline-block;
    float: left;
}
.favicon_logo img {
    width: 500px;
    margin-top: 40px;
}
.call_me {
    position: absolute;
    top: 47%;
    height: 245px;
    width: 80px;
    cursor: pointer;
}
.call_btn {
    position: absolute;
    transform: rotate(270deg);
    width: 250px;
    height: 80px;
    top: 0;
    left: -85px;
    padding: 20px 0px 0px 0;
}
.call_btn svg, .call_btn p {
    display: inline-block;
    float: left;
}
.call_btn svg {
    width: 40px;
    height: 40px;
}
.call_btn svg path {
    fill: #fff;
}
.call_btn svg circle {
    stroke: #fff;
    transition: all 0.25s;
}
.call_btn p {
    font-family: 'Formular-Light';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 10px;
    transition: all 0.25s;
}
.call_me:hover p  {
    color: #d7b36f;
    transition: all 0.25s;
}
.call_me:hover svg path  {
    fill: #d7b36f;
    transition: all 0.25s;
}
.call_me:hover svg circle  {
    stroke: #d7b36f;
    transition: all 0.25s;
}
.cat_top_menu:before {
    content: '';
    background: linear-gradient( 90deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
}
.cat_top_menu {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0px;
}
.title_cat p {
    font-family: 'Formular-Light';
    color: #d7b36f;
    font-size: 30px;
    text-align: center;
    margin: 5px 0px;
}

/*------------------*/
#top_sect {
    height: 100vh;
    position: relative;
    background: #4f5259;
}
.top_sl_img {
    position: absolute;
    right: 0;
    width: 83%;
    height: 89vh;
    bottom: 0;
}
.top_sl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_sl_img .slick-list {
    height: 89vh;
}
.top_sl_img .slick-slide {
    height: 89vh;
}
.top_sl_img:before {
    content: '';
    background: linear-gradient(67.5deg, #0F0F0F 69.55%, #8E7D63 108.91%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.top_block h1 {
    font-family: 'Formular-Bold';
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    width: 67%;
    margin: 60px 0px;
}
.top_block {
    padding-top: 36vh;
    z-index: 2;
    position: relative;
}
.top_block .before_title {
    font-family: 'Formular-Regular';
    color: #fff;
    font-size: 18px;
    opacity: 0.8;
}
.form_top_full {
    display: inline-block;
    float: right;
    width: 360px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form label {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.wpcf7-form label input {
    background: none;
    box-shadow: none;
    border: solid 1px #d7b36f;
    padding: 10px 10px;
    height: 42px;
    color: #fff;
    font-family: 'Formular-Light';
    font-weight: 300;
    width: 100%;
}
.wpcf7-form label textarea {
    background: none;
    box-shadow: none;
    border: solid 1px #d7b36f;
    padding: 10px 10px;
    height: 84px;
    color: #fff;
    font-family: 'Formular-Light';
    font-weight: 300;
    width: 100%;
}
.wpcf7-submit {
    background: #d7b36f;
    box-shadow: none;
    color: #fff;
    width: 100%;
    border: solid 1px #d7b36f;
    height: 42px;
    text-transform: uppercase;
    font-family: 'Formular-Medium';
    transition: all 0.25s;
}
.wpcf7-submit:hover {
    border: solid 1px #d7b36f;
    background: #4f5259;
    box-shadow: none;
    color: #d7b36f;
    transition: all 0.25s;
}
.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 18px;
    background-color: #9a9fad;
}
.wpcf7 .ajax-loader::before {
    background-color: #fff;
}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: -1px;
}
.wpcf7-form .wpcf7-response-output {
    padding: 0!important;
    margin: 0!important;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-family: 'Formular-Light';
    border: none!important;
}
::-webkit-input-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #fff;
}
::-moz-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #fff;
}
:-ms-input-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #fff;
}
:-moz-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #fff;
}
.cat_list {
    display: inline-block;
    width: 100%;
    float: left;
}
.cat_list .cat_block {
    display: inline-block;
    float: left;
    width: 24.2%;
    height: 210px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.cat_list .cat_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_list .cat_block .cat_img {
    height: 170px;
}
.cat_list .cat_block .cat_name {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #4f5259;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    transition: all 0.25s;
}
.cat_list .cat_block .cat_name p {
    margin: 0;
    font-family: 'Formular-Light';
}
.cat_list .cat_block a:before {
    content: '';
    background: rgb(79 82 89 / 0%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}
.cat_list .cat_block:hover a:before {
    content: '';
    background: rgb(79 82 89 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}
.cat_list .cat_block:hover .cat_name {
    color: #d7b36f;
    transition: all 0.25s;
}
.form_zakaz {
    background: #4f5259;
    width: 420px;
    padding: 60px 45px;
    padding-bottom: 40px;
}
.fancybox-close-small {
    color: #fff;
    height: 50px;
    width: 50px;
}
.form_zakaz h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Formular-Light';
    margin-top: -25px;
}
.form_zakaz .wpcf7 .ajax-loader {
    right: 30px;
    bottom: 60px;
}
.active-scroll .left_header:after {
    display: none;
}
.active-scroll .call_me a p {
    display: none;
}
.active-scroll .call_me {
    top: 60px;
    height: 80px;
    width: 80px;
}
.active-scroll .call_me .call_btn {
    transform: rotate(0deg);
    width: 80px;
    height: 80px;
    left: 20px;
}
.active-scroll .call_btn svg path {
    fill: #d7b36f!important;
}
.active-scroll .call_btn svg circle {
    stroke: #d7b36f!important;
}
.active-scroll .lines span {
    background: #d7b36f;
}
#all_header {
    background: #4f5259;
    height: 120px;
}
#all_header .call_me a p {
    display: none;
}
#all_header .call_me {
    top: 40px;
    height: 80px;
    width: 80px;
}
#all_header .call_me .call_btn {
    transform: rotate(0deg);
    width: 80px;
    height: 80px;
    left: 20px;
}
#all_header .call_btn svg path {
    fill: #fff;
}
#all_header .call_btn svg circle {
    stroke: #fff;
}
#all_header .call_btn:hover svg path {
    fill: #d7b36f;
}
#all_header .call_btn:hover svg circle {
    stroke: #d7b36f;
}
#all_header .lines {
    margin-top: 15px;
}
#all_header .left_header:after {
    height: 120px;
}
/*------FOOTER-------*/
/* footer {
    background: #fff;
    padding: 50px 0px;
    position: relative;
}
footer:before {
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    height: 1px;
    z-index: 2;
} */
.logo_copyr {
    display: inline-block;
    float: left;
    width: 22%;
}
.logo_copyr img {
    width: 220px;
}
.logo_copyr p {
    margin-top: 30px;
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 12px;
}
.menu_footer {
    display: inline-block;
    float: left;
    width: 20%;
}
.menu_footer ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
}
.menu_footer ul .current-menu-item a {
    color: #d7b36f;
}
.menu_footer ul li a {
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 16px;
}
.menu_footer ul li a:hover {
    color: #d7b36f;
    background: none;
}
.menu_footer_cat {
    display: inline-block;
    float: left;
    padding-top: 8px;
    width: 30%;
}
.menu_footer_cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_footer_cat ul li a {
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 16px;
    padding: 3px 0px;
    display: inline-block;
}
.menu_footer_cat ul li a:hover {
    color: #d7b36f;
    background: none;
}
.social_contact_footer {
    display: inline-block;
    float: right;
    width: 25%;
}
.social_contact_footer .tel_top a {
    width: 100%;
    text-align: right;
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 16px;
    margin: 0;
}
.social_contact_footer .tel_top a:hover {
    color: #d7b36f;
}
.social_contact_footer .adr {
    width: 100%;
    text-align: right;
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
}
.social_contact_footer .massanger_top svg path {
    fill: #4f5259;
}
.social_contact_footer .massanger_top svg {
    width: 20px;
    height: 20px;
}
.social_contact_footer .massanger_top {
    margin: 0;
    text-align: right;
    width: 100%;
}
.social_contact_footer .massanger_top a {
    float: right;
}
.social_contact_footer .massanger_top a:nth-child(1) {
    margin-right: 0;
}
.social_contact_footer .tel_top {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.social_contact_footer .massanger_top a:nth-child(1) svg {
    top: 3px;
}
.social_contact_footer .massanger_top a:nth-child(2) svg {
    top: 5px;
}
/*-----------*/
.sec_one {
    background: rgb(204 204 204 / 20%);
    padding-top: 80px;
}
.title_three {
    font-family: 'Formular-Medium';
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
}
.subtitle {
    font-family: 'Formular-Light';
    text-align: center;
    font-size: 16px;
}
.pad80 {
    padding: 80px 0px;
}
.left_slider_text {
    width: 50%;
    display: inline-block;
    float: left;
    top: 100px;
}
.right_slider_img {
    display: inline-block;
    float: right;
    width: 42%;
    height: 450px;
    top: 80px;
    z-index: 1;
}
.right_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_slider_img .slick-slide {
    height: 450px;
}
.project_block {
    padding: 0;
    position: relative;
    height: 450px;
}
.content_sl_prj {
    text-align: right;
}
.content_sl_prj p {
    font-family: 'Formular-Medium';
    font-size: 24px;
    margin-bottom: 40px;
}
.content_sl_prj span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.slider_nav {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.slider_nav .left_nav {
    display: inline-block;
    float: left;
    position: relative;
    top: 22px;
    cursor: pointer;
    left: 0px;
    transition: all 0.25s;
}
.slider_nav .right_nav {
    display: inline-block;
    float: right;
    position: relative;
    top: 22px;
    cursor: pointer;
    right: 0px;
    transition: all 0.25s;
}
.news__counter {
    display: inline-block;
    font-size: 32px;
    font-family: 'Formular-Light';
}
.news__counter span {
    font-size: 42px;
}
.slider_nav .right_nav:hover {
    right: -5px;
    transition: all 0.25s;
}
.slider_nav .left_nav:hover {
    left: -5px;
    transition: all 0.25s;
}
.slider_nav .right_nav:hover svg path, .slider_nav .left_nav:hover svg path {
    fill: #d7b36f;
    stroke: #d7b36f;
    transition: all 0.25s;
}
.content_sl_prj .line_after {
    margin-top: 40px;
    display: inline-block;
}
.line_after {
    color: #d7b36f;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.line_after:hover {
    color: #4f5259;
    position: relative;
    transition: all 0.25s;
}
.line_after:before {
    content: '';
    background: #d7b36f;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.25s;
}
.line_after:hover:before {
    content: '';
    width: 100%;
    transition: all 0.25s;
}
.sec_two {
    margin: 70px 0px;
    margin-bottom: 0;
}
.cat_home {
    display: inline-block;
    margin: 40px 0px;
}
.cat_home .term_block {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0px 13px;
    height: 316px;
    margin-bottom: 26px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(51 51 51 / 20%);
}
.term_block.url_last {
    box-shadow: none;
}
.cat_home .term_block .image_term {
    width: 100%;
    height: 316px;
    overflow: hidden;
}
.cat_home .term_block .image_term img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.25s;
}
.cat_home .term_block:hover .image_term img {
    transform: scale(1.1);
    object-fit: cover;
    transition: all 0.25s;
}
.cat_home .term_block .content_term {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    transition: all 0.25s;
}
.cat_home .term_block:hover .content_term {
    top: 100%;
    transform: translate(0, -100%);
    background: #4f5259;
    transition: all 0.25s;
    padding: 10px 20px;
}
.cat_home .term_block:hover .content_term h3 {
    color: #d7b36f;
}
.cat_home .term_block .content_term h3 {
    font-size: 22px;
    color: #fff;
    font-family: 'Formular-Light';
    margin: 0;
}
.term_block:before {
    content: '';
    background: rgb(79 82 89 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.25s;
    z-index: 1;
}
.term_block:hover:before {
    content: '';
    background: rgb(79 82 89 / 0%);
    transition: all 0.25s;
}
.term_block.url_last:before {
    display: none;
}
.term_block.url_last:hover .content_term {
    transform: translate(0, -50%);
    top: 50%;
    background: none;
}
.sec_three {
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.sec_three:before {
    content: '';
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.25s;
    top: 0;
    left: 0;
}
.sec_three h3, .sec_three p {
    color: #fff;
}
.sec_three .form_section {
    width: 33%;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
}
.sec_three .form_section .wpcf7 .ajax-loader {
    right: -15px;
    bottom: 40px;
}
.block_prev_news {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 13px;
    box-shadow: 0px 0px 5px 0px rgb(51 51 51 / 20%);
    transform: scale(1);
    transition: all 0.25s;
}
.block_prev_news:hover {
    transform: scale(1.05);
    transition: all 0.25s;
}
.block_img_news {
    height: 250px;
    width: 100%;
    position: relative;
}
.block_img_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_content_news {
    padding: 5px 10px;
}
.block_content_news h3 {
    text-align: left;
    color: #4f5259;
    font-size: 20px;
    font-family: 'Formular-Medium';
    height: 44px;
    overflow: hidden;
}
.block_content_news p {
    text-align: left;
    color: #4f5259;
    font-size: 14px;
    font-family: 'Formular-Light';
}
.block_img_news div {
    position: absolute;
    bottom: -22px;
    right: 10px;
    font-size: 12px;
    font-family: 'Formular-Light';
}
.news_section {
    display: inline-block;
    margin-top: 50px;
}
.text_rev {
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'Formular-Light';
}
.reviews {
    text-align: center;
}
.reviews span {
    font-family: 'Formular-Medium';
    font-size: 16px;
}
.reviews span:before {
    content: '-';
    margin-right: 5px;
}
.reviews span:after {
    content: '-';
    margin-left: 5px;
}
.reviews_block .slick-slide {
    opacity: 0.3;
    transform: scale(1);
    transition: all 0.25s;
}
.reviews_block .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1.5);
    transition: all 0.25s;
}
.reviews_block .slick-track {
    padding: 70px 0px;
}
.sec_six {
    background: rgb(204 204 204 / 20%);
    padding-top: 0;
    height: 450px;
    position: relative;
}
.map_block {
    position: absolute;
    right: 0;
    width: 60%;
    height: 450px;
}
.sec_six .social_contact_footer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.sec_six .social_contact_footer div, section.sec_six .social_contact_footer a {
    float: none;
    text-align: center;
}
.mail_contact a {
    color: #4f5259;
    font-family: 'Formular-Medium';
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
    display: inline-block;
}
.mail_contact a:hover {
    color: #d7b36f;
}
.sec_six .col-md-4 {
    padding-top: 80px;
}
.sec_six .social_contact_footer .massanger_top a:nth-child(1) {
    margin-right: 10px;
}
.sec_six .social_contact_footer .massanger_top a:nth-child(3) {
    position: relative;
    top: -2px;
}
.page-template-page-contact .sec_three:before {
    display: none;
}
.white_form ::-webkit-input-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #4f5259;
}
.white_form ::-moz-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #4f5259;
}
.white_form :-ms-input-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #4f5259;
}
.white_form :-moz-placeholder {
    font-family: 'Formular-Light';
    font-weight: 300;
    color: #4f5259;
}
.page-template-page-contact .sec_three h3 {
    color: #4f5259;
}
.white_form .wpcf7-form .wpcf7-response-output {
    color: #4f5259;
}
.white_form .wpcf7-form label input, .white_form .wpcf7-form label textarea {
    color: #4f5259;
}
/*---------------------*/
.sec_breadcrumbs {
    padding: 10px 0;
    background: rgb(204 204 204 / 20%);
}
.breadcrumbs a {
    color: #d7b36f;
}
.breadcrumbs a:hover {
    color: #4f5259;
    text-decoration: underline;
}
.sec_map {
    height: 450px;
}
.sec_map .map_block {
    width: 100%;
}
.page-template-page-contact .col-md-6 .title_three {
    margin-bottom: 30px;
}
.page-template-page-contact .sec_six .social_contact_footer {
    width: 100%;
    text-align: center;
    margin-top: 55px;
}
.sec_content_top {
    background: rgb(204 204 204 / 20%);
    margin-bottom: 50px;
    padding-bottom: 45px;
}
.sec_content p {
    font-size: 18px;
    font-family: 'Formular-Light';
    line-height: 30px;
}
.sec_content {
    margin-bottom: 80px;
}
.archive .block_prev_news {
    margin-bottom: 26px;
}
#services_list_page .cat_list .cat_block {
    width: 100%;
    margin-bottom: 30px;
    height: 260px;
}
#services_list_page .cat_list .cat_block .cat_img {
    height: 260px;
    width: 320px;
    display: inline-block;
    float: left;
}
#services_list_page .cat_list .cat_block .cat_name {
    position: relative;
    display: inline-block;
    float: left;
    width: 75.7%;
    background: none;
    color: #4f5259;
    text-align: left;
    padding: 0;
    padding-left: 40px;
    height: 260px;
}
#services_list_page .cat_list .cat_block .cat_name h3 {
    font-family: 'Formular-Medium';
    margin-top: 0;
    margin-bottom: 25px;
    color: #4f5259;
}
#services_list_page .cat_list .cat_block .cat_name p {
    font-family: 'Formular-Light';
    color: #4f5259;
}
#services_list_page .cat_list .cat_block .cat_name:after {
    content: '';
    background: linear-gradient(360deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#services_list_page .cat_list .cat_block:hover a:before {
    display: none;
}
#services_list_page .cat_list .cat_block:hover .cat_name {
    color: #d7b36f;
}
#services_list_page .cat_list .cat_block .cat_name .line_after {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
#services_list_page .cat_list .cat_block .cat_name .line_after:before {
    content: '';
    display: block!important;
    background: #d7b36f;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    top: auto;
    transition: all 0.25s;
}
#services_list_page .cat_list .cat_block .cat_name .line_after:hover:before {
    display: block!important;
    top: auto;
    width: 100%!important;
    transition: all 0.25s;
}
.pagination_main {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4f5259;
    border-color: #4f5259;
}
.pagination>li>a, .pagination>li>span {
    color: #4f5259;
    border: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #d7b36f;
    background-color: inherit;
    border-color: #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*----------------*/
.loop_services {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.gallery_services {
    display: inline-block;
    float: left;
    width: 40%;
}
.gallery_slider_top {
    width: 100%;
    height: 360px;
}
.gallery_slider_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_slider_top .slick-slide {
    height: 360px;
}
.gallery_slider_nav {
    width: 100%;
    height: 120px;
    display: inline-block;
    float: left;
    padding-top: 20px;
    background: rgb(204 204 204 / 50%);
}
.gallery_slider_nav .slick-slide {
    width: 100%;
    height: 80px;
    margin: 0 10px;
}
.gallery_slider_nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_cervices {
    width: 56%;
    display: inline-block;
    float: right;
    height: 360px;
    position: relative;
}
.content_cervices h3 {
    margin-top: 0;
    font-family: 'Formular-Medium';
    font-size: 26px;
    margin-bottom: 30px;
}
.content_cervices .cont_exc {
    font-size: 18px;
    font-family: 'Formular-Light';
    line-height: 30px;
}
.btn_group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.btn_group a:nth-child(2) {
    float: right;
}
.btn_group a {
    font-size: 20px;
}
.hidden_input {
    display: none!important;
}
.subtitle_zak {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: -25px;
    font-family: 'Formular-Light';
}
.post_content {
    font-family: 'Formular-Light';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.prev_next a {
    color: #d7b36f;
    font-size: 16px;
}
.prev_next a:hover {
    color: #4f5259;
}
.prev_next a:nth-child(1) {
    display: inline-block;
    float: left;
}
.prev_next a:nth-child(2) {
    display: inline-block;
    float: right;
}
.prev_next {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_image {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    position: relative;
}
.single.single-post .sec_content_top, .single.single-project .sec_content_top {
    margin-bottom: 0;
}
.post_image span {
    position: absolute;
    left: 0;
    top: 0;
    background: #9a9fad;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
}
.single-services .loop_services, .single-project .loop_services {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
.single-services .gallery_services, .single-project .gallery_services {
    display: inline-block;
    float: none;
    width: 40%;
    margin: 0 auto;
}
.single-services .sec_content_top, .single-project .sec_content_top {
    margin-bottom: 0;
    padding-bottom: 220px;
}
.single-services .sec_content, .single-project .sec_content {
    margin-top: -200px;
}
.single-services .content_cervices, .single-project .content_cervices {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.single-services .btn_group, .single-project .btn_group {
    bottom: auto;
    top: -45px;
    text-align: center;
}
.sec_counter {
    padding-top: 260px;
    padding-bottom: 0px;
    text-align: center;
}
.title_c {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Formular-Light';
    line-height: 26px;
    padding: 0 40px;
    height: 78px;
}
.didj_c {
    font-size: 42px;
    margin-bottom: 5px;
    display: inline-block;
    color: #d7b36f;
    font-family: 'Formular-Medium';
}
.symb {
    font-size: 46px;
    margin-bottom: 5px;
    display: inline-block;
    color: #d7b36f;
    font-family: 'Formular-Medium';
    margin-left: 10px;
}
.c_block {
    box-shadow: 0px 0px 20px 0px rgb(51 51 51 / 20%);
    padding: 50px 0px 70px 0;
    transform: scale(1);
    transition: all 0.25s;
}
.c_block:hover {
    transform: scale(1.05);
    transition: all 0.25s;
}
.seo_txt {
    max-height: 130px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    text-align: center;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.seo_txt:after {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.button_seo {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.button_seo span {
    cursor: pointer;
}
.seo_txt.active {
    max-height: 430px;
    padding-bottom: 50px;
    transition: max-height 1s ease-in-out;
}
.line_after.read_m.active {
    opacity: 0.4;
}
.call_me {
    display: none!important;
}
.full_menu.active {
    width: 100%;
    transition: all 0.6s;
    height: 100%;
    overflow: scroll;
}
body.active_menufull {
    overflow: hidden;
}
.widget_recent_entries {
    text-align: center;
    margin-top: 25px;
}
.widget_recent_entries .widgettitle {
    font-family: 'Formular-Medium';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
}
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.widget_recent_entries ul a {
    color: #d7b36f;
    font-size: 18px;
    padding: 6px 0px;
    display: inline-block;
}
.widget_recent_entries ul a:hover {
    color: #4f5259;
    text-decoration: underline;
}
.single.single-post .col-sm-9:before {
    content: '';
    background: linear-gradient( 90deg, rgba(255,255,255,1) 6%, rgba(215,179,111,1) 46%, rgba(154,159,173,1) 87%);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.single.single-post .col-sm-9 {
    padding-right: 50px;
}
.widget_recent_entries {
    text-align: center;
    margin-top: 25px;
    padding-left: 50px;
}