/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


body {
	font-family: "Montserrat", sans-serif;
	background: #fff;
}
b, strong {
	font-weight: 600;
}
p {
	margin: 0 0 16px;
}
p:last-child {
	margin: 0;
}
/*.mark {
	display: inline-block;
	position: relative;
	padding: 1px 12px 3px;
	border-radius: 100px;
	box-decoration-break: clone;
	background: #FFF200;
	color: #000;
	font-weight: 600;
	line-height: 18px;
}
h1 .mark {
}*/
.mark {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 20px;
}
.mark:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 100px;
	background: #FFF200;
	z-index: -1;
}
.elementor-widget-text-editor .mark {
	padding: 0 10px;
}
.elementor-widget-text-editor .mark:before {
	top: -2px;
	height: calc(100% + 4px);
}
.mark_sml {
	margin-left: -20px;
}
.one_mrk .mark:before {
	top: -2px;
	height: calc(100% + 4px);
}
.mrk_left .mark {
	margin-left: -10px;
}
.mrk_left2 .mark {
	margin-left: -20px;
}

.elementor-widget-button a.elementor-button {
	padding: 12px 58px;
	border: 2px solid #212529;
	border-radius: 100px;
	background: #212529;
	color: #FFF200;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25em;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
.elementor-widget-button a.elementor-button:hover {
	background: #FFF200;
	color: #212529;
}
.elementor-sticky * {
	transition: all linear 0.25s;
}
.elementor-sticky.elementor-sticky--effects {
	background: #212529CC !important;
}
.elementor-sticky--effects .elementor-item, .elementor-sticky--effects .elementor-icon-box-title {
	color: #fff !important;
}
.elementor-sticky--effects .elementor-item:hover {
	color: #FFF200 !important;
}
.elementor-sticky--effects .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:after {
	background-color: #FFF200 !important;
}
.abs_logo {
	position: absolute;
	width: 134px;
	opacity: 0;
}
.abs_logo + div {
	opacity: 1;
}
.elementor-sticky--effects .abs_logo {
	opacity: 1;
}
.elementor-sticky--effects .abs_logo + div {
	opacity: 0;
}


.shap_fon {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.shap_fon:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.shap_blur {
	background: #FFFFFF8C;
	backdrop-filter: blur(12px);
}

.form_wrap {
	display: flex;
	margin: 0 -20px;
}
.form_wrap br {
	display: none;
}
.form_wrap > div {
	padding: 0 20px;
}
.form_left {
	width: 41.5%;
}
.form_right {
	width: 58.5%;
}
.form_input + .form_input {
	margin-top: 30px;
}
.form_input label {
	display: block;
}
.form_input label b {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.form_input input, .form_input textarea {
	border: 1px solid #4A5878;
	background: #292F39;
	border-radius: 8px;
	height: 48px;
	outline: none !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 10px 20px;
	color: #fff;
	width: 100%;
}
.form_input textarea {
	resize: none;
	height: 158px;
}
.form_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.privacy .wpcf7-list-item {
	margin: 0;
}
.privacy .wpcf7-list-item-label {
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 24px;
  	letter-spacing: 0;
  	display: block;
	color: #fff;
}
.wpcf7-acceptance input {
  	display:none
}
.wpcf7-acceptance .wpcf7-list-item-label {
  	display:block;
	padding-left: 34px;
	position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  	content:"";
  	position:absolute;
  	top:0;
  	left:0;
  	width:24px;
  	height:24px;
  	border: 1px solid #4A5878;
	background: #292F39;
	border-radius: 8px;
}
.wpcf7-acceptance input:checked+.wpcf7-list-item-label:before {
  	background: #292F39 url(/wp-content/uploads/2025/04/check.svg) no-repeat center center
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
}
.form_subm [type="submit"] {
	padding: 12px 58px;
	border: 2px solid #FFF200;
	border-radius: 100px;
	background: #FFF20000;
	color: #FFF200;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25em;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
.form_subm [type="submit"]:hover {
	background: #FFF200;
	color: #1F2938;
}

.map iframe {
	border-radius: 8px;
}
.pum-container {
	max-width: 90%;
}

.form_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.form_cont .form_left, .form_cont .form_right {
	width: 100%;
}
.form_cont .form_input input, .form_cont .form_input textarea {
	border: 1px solid #D9D9D9;
	background: #F7F7F7;
	color: #212121;
}
.form_cont .form_input textarea {
	height: 238px;
}
.form_cont .form_input label b {
	color: #45516E;
	font-size: 14px;
	line-height: 17px;
}
.form_cont .form_input + .form_input {
	margin-top: 20px;
}
.form_cont .privacy .wpcf7-list-item-label {
	color: #45516E;
}
.form_cont .wpcf7-acceptance .wpcf7-list-item-label:before {
	background: #F7F7F7;
	border: 1px solid #D9D9D9;
}
.form_flex {
	margin-top: 28px;
}
.form_cont .form_subm {
	width: 50%;
}
.form_cont .form_subm [type="submit"] {
	background: #1F2938;
	color: #FFF200;
	border-color: #1F2938;
	width: 100%;
}
.form_cont .form_subm [type="submit"]:hover {
	background: #FFF200;
	color: #1F2938;
	border-color: #FFF200;
}
.form_file .wpcf7-form-control-wrap {
  	position:relative;
	display: block;
}
.label_file {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
	padding-top: 40px;
	display: block;
}
.form_file .wpcf7-form-control-wrap .span_file {
	position: relative;
	left: 0;
	height: 36px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.08em;
	padding: 0;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.form_file .wpcf7-form-control-wrap .span_file > b {
	background: #1F2938;
	color: #FFF200;
	border-color: #1F2938;
	line-height: 15px;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 20px 0 0;
}
.form_file .wpcf7-form-control-wrap .span_file > b:hover {
	background: #FFF200;
	color: #1F2938;
	border-color: #FFF200;
}
.form_file .wpcf7-form-control-wrap .span_file em {
	font-size: 0;
	font-style: normal;
	display: none;
}
.form_file .wpcf7-form-control-wrap .span_file.active em {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.form_file .wpcf7-form-control-wrap .span_file em b {
	display: block;
	margin: 0;
}
.form_file .wpcf7-form-control-wrap input {
  	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 2px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #1F2938;
	color: #fff;
	background: #1F2938;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	font-weight: 400;
}

.grey_verh {
	position: relative;
	z-index: 1;
}
.grey_verh:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
	z-index: -1;
}

.bordfont {
	border-radius: 24px;
}
.bordimg img {
	display: block;
	border-radius: 24px;
}
.list_why .elementor-image-box-content {
	display: flex;
	max-width: 620px;
}
.list_why .elementor-image-box-title {
	width: 38px;
	min-width: 38px;
	text-align: center;
	margin-right: 20px;
	font-size: 54px;
	line-height: 42px;
	letter-spacing: 0.1em !important;
	font-weight: 800 !important;
}
.list_why .elementor-image-box-description {
	flex: 1 1 auto;
	line-height: 24px !important;
}

.merch_img_left > div, .merch_img_right > div {
	position: relative;
}
.merch_img_left > div:after, .merch_img_right > div:after {
	content: "";
	width: 310px;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.kolonki2 {
	position: absolute;
	right: 18.2%;
	z-index: 1;
	top: 39.5%;
}
.kolonki4 {
	position: absolute;
	right: 16.2%;
	z-index: 1;
	top: 36.5%;
}
.kolonki6 {
	position: absolute;
	right: 18.2%;
	z-index: 1;
	top: 23.5%;
}

.one_mrk .mark {
	font-size: 18px;
	line-height: 30px;
}

.title_flex > div {
	max-width: 635px;
}
.title_flex .elementor-image-box-content {
	display: flex;
	align-items: center;
}
.title_flex .elementor-image-box-title {
	margin-right: 38px;
	white-space: nowrap;
}

.cennost > div {
	max-width: 624px;
}
.cennost .elementor-image-box-description span {
	display: flex;
	margin-top: 15px;
	position: relative;
	padding-left: 45px;
	line-height: 24px;
	min-height: 30px;
	align-items: center;
}
.cennost .elementor-image-box-description span em {
	font-style: normal;
}
.cennost .elementor-image-box-description span:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 2px;
	width: 25px;
	min-width: 25px;
	height: 30px;
	background: url(/wp-content/uploads/2025/04/plus_dark.svg) no-repeat center center / contain;
}

.light_slider {
	padding-bottom: 42px;
}
.light_slider .swiper {
	overflow: visible;
}
.light_slider .swiper-slide {
	opacity: 0.4;
}
.light_slider .swiper-slide-active, .light_slider .swiper-slide-next, .light_slider .swiper-slide-next + .swiper-slide {
	opacity: 1;
}
.light_slider .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.light_slider .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	background: #000E3B;
	border: 6px solid #F2F2F2;
	outline: 0px solid #000E3B;
	margin: 0 6px;
	opacity: 1;
	transition: all 0.3s linear;
}
.light_slider .swiper-pagination-bullet:hover, .light_slider .swiper-pagination-bullet-active {
	background: #fff;
	border: 4px solid #F2F2F2;
	outline: 2px solid #000E3B;
}
.light_slider .swiper .elementor-swiper-button {
	top: auto !important;
	bottom: -6px;
	z-index: 11;
}
.light_slider .swiper .elementor-swiper-button-prev {
	left: calc(50% - 293px);
}
.light_slider .swiper .elementor-swiper-button-next {
	right: calc(50% - 293px);
}
.light_slider .swiper .elementor-swiper-button svg {
	width: auto;
	height: auto;
	fill: none;
	display: block;
}
.elementor-location-header .elementor-nav-menu--main .elementor-item span {
	margin-left: 6px;
}
.pk_hid {
	display: none;
}
@media (max-width: 1280px) {
	.elementor-location-header .elementor-nav-menu--main .elementor-item span {
		display: none;
	}
	.elementor-widget-button a.elementor-button {
		padding: 8px 44px;
		font-size: 12px;
		line-height: 1.3em;
	}
	.mark {
		padding: 0 12px;
	}
	.mark_sml {
		margin-left: -12px;
	}
	.one_mrk .mark {
		font-size: 12px;
		line-height: 19px;
	}
	.bordimg img {
		border-radius: 15px;
	}
	.bordfont {
		border-radius: 13px;
	}
	.list_why .elementor-image-box-content {
		max-width: 399px;
	}
	.list_why .elementor-image-box-title {
		width: 20px;
		min-width: 20px;
		font-size: 34px;
		line-height: 28px;
	}
	.list_why .elementor-image-box-description {
		line-height: 15px !important;
		font-size: 12px !important;
	}
	.merch_img_left > div {
		margin-left: -20px;
	}
	.kolonki2 {
		right: 21.4%;
		top: 40.8%;
		width: 34%;
	}
	.kolonki4 {
		right: 18.9%;
		top: 34.8%;
		width: 32.1%;
	}
	.kolonki6 {
		right: 21.2%;
		top: 22.2%;
		width: 26.3%;
	}
	.title_flex .elementor-image-box-title {
		margin-right: 8px;
	}
	.title_flex .elementor-image-box-description {
		font-size: 12px !important;
		line-height: 19px;
	}
	.cennost .elementor-image-box-description span {
		margin-top: 0;
		padding-left: 29px;
		line-height: 16px;
		min-height: 27px;
		align-items: flex-start;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.cennost2 .elementor-image-box-description span {
		margin-top: 10px;
		padding-left: 25px;
	}
	.cennost .elementor-image-box-description span:before {
		top: -7px;
		left: 0px;
		width: 16px;
		min-width: 16px;
	}
	.light_slider .swiper-pagination-bullet-active {
		background: #FFF200;
	}
	.light_slider {
		padding-bottom: 22px;
	}
	.light_slider .swiper .elementor-swiper-button-prev {
		left: calc(50% - 327px);
	}
	.light_slider .swiper .elementor-swiper-button-next {
		right: calc(50% - 327px);
	}
	.map iframe {
		border-radius: 6px;
		height: 373px;
	}
	.mrk_left .mark {
		margin-left: -7px;
	}
	.mrk_left2 .mark {
		margin-left: -10px;
	}
	.form_input label b {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.form_input input, .form_input textarea {
		height: 44px;
		font-size: 14px;
		line-height: 16px;
		padding: 5px 20px;
	}
	.form_input textarea {
		height: 125px;
	}
	.form_input + .form_input {
		margin-top: 15px;
	}
	.form_flex {
		margin-top: 38px;
	}
	.form_subm [type="submit"] {
		padding: 12px 46px;
		font-size: 12px;
	}
}
@media (max-width: 1024px) {
	.elementor-sticky--effects #menu .elementor-icon path {
		stroke: #fff;
	}
	#menu .elementor-icon {
		display: block;
		margin-right: 4px;
		margin-left: 9px;
	}
	p {
		margin: 0 0 14px;
	}
	.one_mrk .mark {
		font-size: 10px;
		line-height: 18px;
	}
	.one_mrk .mark:before {
		top: -1px;
		height: calc(100% + 2px);
	}
	.list_why .elementor-image-box-content {
		max-width: 343px;
	}
	.list_why .elementor-image-box-title {
		margin-right: 13px;
	}
	.list_why .elementor-image-box-description {
		line-height: 13px !important;
		font-size: 10px !important;
	}
	.merch_img_left > div {
		margin-left: -10px;
		height: 323px !important;
	}
	.merch_img_left > div img {
		height: 100%;
		object-fit: cover;
	}
	.title_flex .elementor-image-box-description {
		font-size: 10px !important;
		line-height: 18px;
	}
	.cennost .elementor-image-box-description span {
		font-size: 10px;
		line-height: 14px;
		margin-top: 16px;
		padding-left: 25px;
		min-height: auto;
	}
	.cennost .elementor-image-box-description span:before {
		width: 15px;
		min-width: 15px;
		height: 15px;
		top: 0;
	}
	.cennost2 .elementor-image-box-description span {
		margin-top: 10px;
		padding-left: 12px;
		line-height: 13px;
	}
	.kolonki4 {
		top: 37.8%;
	}
	.light_slider {
		padding-bottom: 9px;
	}
	.light_slider .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
		border: 4px solid #F2F2F2;
		margin: 0 4.5px !important;
	}
	.light_slider .swiper-pagination-bullet:hover, .light_slider .swiper-pagination-bullet-active {
		border: 3px solid #F2F2F2;
		outline: 1.5px solid #000E3B;
	}
	.light_slider .swiper .elementor-swiper-button {
		bottom: -2px;
		width: 52px;
	}
	.light_slider .swiper .elementor-swiper-button-prev {
		left: calc(50% - 248px);
	}
	.light_slider .swiper .elementor-swiper-button-next {
		right: calc(50% - 248px);
	}
	.light_slider .swiper .elementor-swiper-button svg {
		width: 100%;
	}
	.form_wrap {
		margin: 0 -10px;
	}
	.form_wrap > div {
		padding: 0 10px;
	}
	.form_subm [type="submit"] {
		padding: 12px 12px;
	}
	.cont_pin .elementor-icon {
		left: -4px;
		position: relative;
	}
	.map iframe {
		height: 288px;
		border-radius: 5px;
	}
}
@media (max-width: 767px) {
	.abs_logo {
		width: 104px;
	}
	.elementor-widget-button a.elementor-button {
		padding: 8px 44px;
		font-size: 11px;
		line-height: 12px;
	}
	#menu .elementor-icon {
		margin-right: 0;
		margin-left: 0;
	}
	p {
		margin: 0 0 12px;
	}
	.mob_hid {
		display: none;
	}
	.pk_hid {
		display: inline;
	}
	.mark {
		padding: 0 12px;
	}
	.mark:before {
		top: 3px;
		height: calc(100% - 6px);
	}
	.mark_sml {
		margin: 0 -7px;
	}
	.mark_sml:before {
		top: 0;
		height: 100%;
	}
	.mrk_niz .mark {
		margin-left: -7px;
		padding: 0 5px;
	}
	.elementor-widget-text-editor .mark {
		padding: 0 5px;
	}
	.elementor-widget-text-editor .mark:before {
		top: 0px;
		height: calc(100% + 0px);
	}
	.form_title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 13px;
		text-align: center;
	}
	.form_cont .form_right {
		margin-top: 13px;
	}
	.form_cont .form_input + .form_input {
		margin-top: 13px;
	}
	.form_cont .form_input label b {
		font-size: 11px;
		line-height: 13px;
	}
	.form_cont .form_input textarea {
		height: 144px;
	}
	.label_file {
		padding-bottom: 25px;
		padding-top: 13px;
	}
	.form_file .wpcf7-form-control-wrap .span_file {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
	}
	.form_file .wpcf7-form-control-wrap .span_file > b {
		margin: 0 0 0 0;
	}
	.form_file .wpcf7-form-control-wrap .span_file.active > b {
		margin: 0 0 15px 0;
	}
	.pum-theme-lightbox .pum-container {
		padding: 30px 20px 20px !important;
	}
	.wpcf7 form.sent .wpcf7-response-output {
		font-size: 12px;
		margin-bottom: 0;
	}
	
	.bordimg img {
		border-radius: 12px;
	}
	.merch_img_left > div, .merch_img_right > div {
		border-radius: 12px 12px 0 0;
		overflow: hidden;
	}
	.merch_img_left > div img, .merch_img_right > div img {
		object-position: top center;
		height: 100%;
		object-fit: cover;
	}
	.merch_img_left > div, .merch_img_right > div {
		margin-left: -20px !important;
		height: 350px !important;
		margin-right: -20px !important;
		margin-bottom: -120px !important;
		position: relative;
	}
	.merch_img_left > div:after {
		content: "";
		width: 100%;
		height: 150px;
		background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.merch_img_right > div:after {
		content: "";
		width: 100%;
		height: 150px;
		background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.kolonki2 {
		right: 1.4%;
		top: 115px;
		width: 280px;
	}
	.kolonki4 {
		top: 115px;
		width: 280px;
		right: 0%;
	}
	.kolonki6 {
		right: auto;
		left: 6%;
		top: 61px;
		width: 240px;
	}
	
	.list_why .elementor-image-box-description {
		line-height: 12px !important;
		font-size: 9px !important;
	}
	.list_why .elementor-image-box-title {
		font-size: 26px;
		line-height: 26px;
		margin-right: 7px;
	}
	.title_flex > div {
		max-width: 286px;
	}
	.title_flex .elementor-image-box-description {
		font-size: 9px !important;
		line-height: 12px;
	}
	.one_mrk .mark {
		font-size: 9px;
		line-height: 15px;
		padding: 0 9px;
		letter-spacing: 0.1em;
	}
	.title_flex .elementor-image-box-title {
		margin-right: 11px;
	}
	.cennost .elementor-image-box-description span {
		font-size: 9px;
		line-height: 12px;
		margin-top: 9px;
		padding-left: 20px;
	}
	.cennost2 .elementor-image-box-description span {
		margin-top: 9px;
		padding-left: 20px;
		line-height: 12px;
	}
	
	.light_slider {
		padding-bottom: 0;
	}
	.light_slider .swiper-pagination {
		padding-left: 30px;
	}
	.light_slider .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		border: 3px solid #F2F2F2;
		margin: 0 4px !important;
	}
	.light_slider .swiper-pagination-bullet:hover, .light_slider .swiper-pagination-bullet-active {
		border: 2px solid #F2F2F2;
		outline: 1px solid #000E3B;
	}
	.light_slider .swiper .elementor-swiper-button {
		bottom: -1px;
		width: 45px;
	}
	.light_slider .swiper .elementor-swiper-button-prev {
		left: 10px;
	}
	.light_slider .swiper .elementor-swiper-button-next {
		right: -22px;
	}
	
	.merch_fon3 {
		background-position: -41px -23px !important;
		background-size: auto 255px !important;
	}
	
	.anim_chrt {
		width: 177px;
		margin: 0 auto;
		height: 160px;
		position: relative;
	}
	.anim_chrt .elementor-widget-image {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 1;
		animation: anim_chrt 6000ms infinite;
	}
	.anim_chrt .elementor-widget-image img {
		height: 100%;
		width: auto;
	}
	@keyframes anim_chrt {
		0% {
			opacity: 0;
		}
		25% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		75% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	.anim_chrt .elementor-widget-image:nth-child(2) {
		animation-delay: 2000ms;
	}
	.anim_chrt .elementor-widget-image:nth-child(3) {
		animation-delay: 4000ms;
	}
	
	.form_wrap {
		margin: 0;
		flex-wrap: wrap;
	}
	.form_left {
		width: 100%;
	}
	.form_right {
		width: 100%;
		margin-top: 20px;
	}
	.form_wrap > div {
		padding: 0;
	}
	.form_input label b {
		font-size: 11px;
		line-height: 13px;
	}
	.form_input input, .form_input textarea {
		height: 36px;
		font-size: 12px;
		line-height: 15px;
		padding: 5px 10px;
	}
	.form_input textarea {
		height: 144px;
	}
	.form_input + .form_input {
		margin-top: 20px;
	}
	.form_flex {
		margin-top: 20px;
		flex-direction: column;
	}
	.form_subm {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	.form_subm [type="submit"] {
		padding: 12px 12px;
		width: 100%;
		max-width: 280px;
	}
	.map iframe {
		height: 250px;
	}
	#base {
		background-image: none !important;
	}
	#base:before {
		content: "БАЗОВЫЕ";
		font-size: 55px;
		line-height: 67px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 0;
		left: 0;
	}
	#base:after {
		content: "РЕШЕНИЯ";
		font-size: 55px;
		line-height: 67px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 48px;
		right: 0;
	}
	
	#eco {
		background-image: none !important;
	}
	#eco:before {
		content: "ЭКО";
		font-size: 12vw;
		line-height: 49px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 0;
		left: 0;
	}
	#eco:after {
		content: "РЕШЕНИЯ";
		font-size: 12vw;
		line-height: 49px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#svet {
		background-image: none !important;
	}
	#svet:before {
		content: "СВЕТОВЫЕ";
		font-size: 55px;
		line-height: 67px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 0;
		left: 0;
	}
	#svet:after {
		content: "РЕШЕНИЯ";
		font-size: 55px;
		line-height: 67px;
		font-weight: 700;
		color: #F2F2F2;
		position: absolute;
		top: 48px;
		right: 0;
	}
	
}
@media (max-width: 639px) {
	.merch_img_left > div, .merch_img_right > div {
		height: 300px !important;
		margin-bottom: -90px !important;
	}
	/*.merch_img1 > div {
		margin-left: -103px !important;
	}*/
}
@media (max-width: 359px) {
	.merch_img_left > div, .merch_img_right > div {
		height: 250px !important;
		margin-bottom: -70px !important;
	}
}















