/*!
Theme Name: stroydrevo
Author: Trikoti
Author URI: http://trikoti.ru
Description: custom theme for stroy-drevo.ru
Text Domain: stroy-drevo.ru
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Version: 1.012

 */

/* @import url("../stroydrevo/css/reset.css");
@import url("../stroydrevo/css/common.css");
@import url("../stroydrevo/css/buttons.css");
@import url("../stroydrevo/css/tables.css"); */

 
@font-face {
	font-family: 'ALaRuss';
	src: url('../stroydrevo/fonts/ALaRuss.eot');
	src: url('../stroydrevo/fonts/ALaRuss.eot?#iefix') format('embedded-opentype'),
		 url('../stroydrevo/fonts/ALaRuss.woff2') format('woff2'),
		 url('../stroydrevo/fonts/ALaRuss.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../stroydrevo/fonts/Manrope-Regular.ttf');
	src: url('../stroydrevo/fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../stroydrevo/fonts/Manrope-Regular.woff2') format('woff2'),
		 url('../stroydrevo/fonts/Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../stroydrevo/fonts/Manrope-SemiBold.woff2') format('woff2'),
		url('../stroydrevo/fonts/Manrope-SemiBold.woff') format('woff'),
		url('../stroydrevo/fonts/Manrope-SemiBold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../stroydrevo/fonts/Manrope-ExtraBold.woff2') format('woff2'),
		url('../stroydrevo/fonts/Manrope-ExtraBold.woff') format('woff'),
		url('../stroydrevo/fonts/Manrope-ExtraBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--black: #050505;
	--green: #5a634d;
	--white: #FFFFFF;
	--orange: #FF6C00;
	--gray-01: #F7F7F7;
	--gray-02: #5E5E5E;
	--gray-03: #6E6E6E;
}

html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}

body {
	font-family: 'Manrope', sans-serif;
	overflow-x: hidden;
	max-width: 100vw;
	margin: 0;
}

h1, h2, h3 {
	font-family: 'ALaRuss', sans-serif;
}

h4, h5, h6 {
	font-weight: 600;
}

h6 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

p, li, span, summary {
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

input,
input::placeholder,
select,
textarea {
	font-family: 'Manrope', sans-serif;
}

.small_text,
.small_text .wpcf7-list-item-label,
.small_text .wpcf7-list-item-label a {
	font-size: 0.8rem;
	line-height: 1.25;
}

.left_top {
	width: 8rem;
}

.custom-logo {
	width: 5rem;
	height: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.site-title {
	margin: 0;
	width: 100%;
	white-space: nowrap;
}

.site-title a {
	font-family: 'ALaRuss', sans-serif;
	line-height: 1;
	font-size: 18px;
}

.site-header.fixed .custom-logo-link {
	display: none;
}

.site-header.fixed .site-title a {
	font-size: 24px;
}

.site-header.fixed .top_header {
	padding: 0.825rem 0;
}

.p_blured {
	background: #0209021c;
	backdrop-filter: blur(3px);
	padding: 0.5rem;
	border-radius: 1rem;
}

.to_wa svg {
	margin-top: 1px;
}

.to_call {
	display: flex;
	flex-wrap: wrap;
	max-width: 180px;
}

.call_phone {
	font-size: 1.45rem;
	font-weight: 600;
	margin-top: -4px 0 0;
}

.call_text {
	font-size: 0.75rem;
	margin: 0;
}

#services .services {
	transition: all 0.3s ease-in-out;
}

#services-tiles p {
	font-size: 1rem;
}

.services-inline li {
	width: calc( 50% - 20px );
	margin-bottom: 1rem!important;
}

.services-inline li .elementor-icon-list-icon {
	background-color: #FF6C00;
	padding: 8px 5px 8px 8px;
	border-radius: 8px;
}

.call_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 1.15rem;
    background-color: #008000;
    border: 0.825rem solid #f7f7f6;
    border-right: 0;
    border-bottom: 0;
    border-radius: 2rem 0 0 0;
    padding: 1rem 1.5rem;
}

.call_info .icon {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.call_info .icon svg {
    width: 3rem;
    height: 3rem;
}
.call_info .info_text {
    font-size: 0.875rem;
    display: block;
    color: #ffffff;
	letter-spacing: 1.2px;
	margin: 0;
}
.call_info .info_num {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    color: #ffffff;
	margin: 0;
}

.price_b::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5rem;
	background-image: linear-gradient(180deg, #c7e5ffc4, #ffffff96)	
}

.cost_include ul li {
	background: top left / contain no-repeat url('https://stroy-drevo.ru/wp-content/uploads/2025/12/check-ul.svg');
	background-size: 1.5rem;
	padding-left: 2rem;
}

.green_check ul li {
	background: top left / contain no-repeat url('https://stroy-drevo.ru/wp-content/uploads/2025/12/check-ul-008000.svg');
	background-size: 1.5rem;
	padding-left: 2rem;
}

.swiper-slide figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 22%;
	padding: 1rem 0.5rem 0.5rem;
	line-height: 1.2;
	color: #FFF;
	font-weight: 500;
	background-image: linear-gradient(180deg, #3330, #333);
	/* backdrop-filter: blur(4px); */
	border-radius: 0 0 1rem 1rem;
}

.swiper-slide-image {
	min-height: 20rem;
	object-fit: cover;
	height: 20rem !important;
	width: 100%;
}

.elementor-swiper-button:not(.elementor-lightbox-prevent-close) {
  background: var( --e-global-color-secondary );
  border-radius: 50%;
  padding: 0.5rem;
}

.footer_1 {
	background: top right / cover no-repeat url('https://stroy-drevo.ru/wp-content/uploads/2025/12/les.jpg');
	padding: 3.5rem 0;
	position: relative;
}

.footer_1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #c7e5ffc4, #ffffff96)
}

.footer_inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	gap: 2%;
}

.footer_2 .to_call {
	margin-top: 1rem;
}

.footer_div {
	flex: 1;
}

.footer_text ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.footer_text ul li {
	background: top left / contain no-repeat url('/wp-content/uploads/2025/12/check-ul.svg');
	padding-left: 2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
  }

.footer_img {
	flex: 0 0 42%;
}

.footer_img img {
	border-radius: 1rem;
}

.footer_text {
	flex: 0 0 55%;
}

.footer_img img {
	width: 100%;
}

footer h5 {
	font-size: 2.5rem;
}

.footer_2,
.footer_3 {
	background: #F7F7F6;
}

.footer_2 {
	padding: 2rem 0;
	position: relative;
	gap: 2rem;
}

.footer_logo {
	max-width: 10rem;
}

.big_text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 1.5rem 0;
}

.inline-form {
	gap: 1rem;
	margin: 1.5rem 0 0.5rem;
}

.lists_of_prices a {
	border-bottom: 1px dashed #F7F7F6;
}

.lists_of_prices a:hover {
	border-bottom: 1px dashed #FF6C00;
}

.gallery-item img {
	height: 20rem !important;
	width: 100%;
	object-fit: cover;
}

.works_list {
	font-weight: 600;
	font-size: 1.25rem;
}

.not_in_big {
	display: none;
}

@media screen and (max-width: 1140px) {
.not_in_big {
	display: block;
}	

footer h5 {
	font-size: 2rem;
}
}

@media screen and (max-width: 767px) {
.footer_img,
.footer_text {
	flex: 0 0 100%;
}

.footer_text {
	margin-top: 1rem;
}

.footer_inner_2 {
	gap: 0;
}

.to_tg:after {
    content: 'Написать в Телеграм';
    position: absolute;
    margin-top: 6px;
    margin-left: 6px
}

.to_max:after {
    content: 'Написать в Max';
    position: absolute;
    margin-top: 6px;
    margin-left: 6px
}

.footer_inner {
	gap: 2rem;
    flex-wrap: wrap;
}

.price_b {
	background-image: none!important;
	background-color: #5a634d;
}

.footer_text ul li {
	background-size: 1.25rem;
}

}

@media screen and (max-width: 600px) {
.services-inline li {
	width: 100%;
}

p, li, span, summary {
	font-size: 1rem;
	margin: 0 0 0.25rem 0;
}

.footer_2 {
	gap: 0 1rem;
}

.footer_div {
	width: 100%;
	flex: auto;
}

.elementor-13 .elementor-element.elementor-element-3326565::before, .elementor-13 .elementor-element.elementor-element-3326565 > .elementor-background-video-container::before, .elementor-13 .elementor-element.elementor-element-3326565 > .e-con-inner > .elementor-background-video-container::before, .elementor-13 .elementor-element.elementor-element-3326565 > .elementor-background-slideshow::before, .elementor-13 .elementor-element.elementor-element-3326565 > .e-con-inner > .elementor-background-slideshow::before, .elementor-13 .elementor-element.elementor-element-3326565 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
	background-image: linear-gradient(180deg, #05050500 48%, #050505B3 100%)!important;
}
}

@media screen and (max-width: 480px) {
	.gallery-item img {
		height: 11rem !important;
	}
}

@media screen and (max-width: 440px) {
.swiper-slide figcaption,
.gallery-item figcaption {
	font-size: 0.825rem;
}

.call_info {
	border: 0.5rem solid #f7f7f6;
	padding: 0.5rem 1rem;
	border-bottom: 0 !important;
	border-right: 0 !important;
}

.footer_img img {
	max-height: 16rem;
	object-fit: cover;
}

.footer_inner {
    gap: 1rem;
}

footer h5 {
    font-size: 1.625rem;
}

.footer_1::before {
	background-image: linear-gradient(180deg, #c7e5ffc4, #ffffffeb);
}

}