*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*,*:before,*:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,img,b,u,i,center,table,tr,th,td,video{margin:0;padding:0;border:0}
a {text-decoration:none;}
    
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #333333;opacity: 0.5;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #333333;opacity: 0.5;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #333333;opacity: 0.5;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #333333;opacity: 0.5;}

input,select,option {color: rgb(51, 51, 51);}

input {
outline: none;
}
body {    margin: 0;font-family: 'Commissioner', Arial, sans-serif;background: #fff;}

.container {
    margin:0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
}


@media screen and (max-width:1200px) {
   .container {
        max-width: 960px;
        
    }
}

@media screen and (max-width:960px) {
    .container {
        max-width: 640px
    }
}

.subm_head {
    height: calc(100vh - 190px);
    overflow-y: auto;
    /* transform: translateX(-50%); */
    background-color: #4C4C4C;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    margin-top: 20px;
}

.header .container {
    position: relative;
}

.subm_head::-webkit-scrollbar {
							width: 7px;
						}
						
.subm_head::-webkit-scrollbar-thumb {
							background-color: #1dcb11;
							border-radius: 5px;
						}
						
.subm_head::-webkit-scrollbar-track {
							background-color: #4C4C4C;
							border-radius: 0 5px 5px 0;
						}



    .services-container {
        font-family: 'Commissioner', Arial, sans-serif;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 30px;
        background-color: #4C4C4C;
        gap: 40px;
        border-radius: 20px;
    }

    .service-card {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .service-card a {
        color: #ffffff !important;
    }

    .service-card a:hover {
        color: #1dcb11 !important;
    }

    .service-card img {
        display: block;
        object-fit: contain;
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }

    .service-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service-title {
        font-size: 15px;
        font-weight: 600;
    }

    .sub-services {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .sub-service {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 1px;
    }

    .service-link {
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        margin: 0;
    }

    .service-time {
        color: #ffffff;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .view-all {
        font-size: 15px;
        font-weight: 600;
    }
    
    
.subm_head {display:none;}
.subm_head.active { display: block; }
/**/
.reviews {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Commissioner',Arial,sans-serif;
    box-sizing: border-box;
    position: relative;
}

.reviews__title {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.reviews__description {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.reviews__slider {
    margin-bottom: 80px;
    position: relative;
}

.reviews__item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #e9ecef;
    width: 100%;
    box-sizing: border-box;
    margin: 0 10px;
}

.reviews__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.reviews__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1dcb11 0%, #0ea808 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.reviews__user-info {
    flex: 1;
}

.reviews__name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.reviews__rating {
    display: flex;
    gap: 2px;
}

.reviews__star {
    width: 16px;
    height: 16px;
    color: #ffc107;
}

.reviews__star--empty {
    color: #e9ecef;
}

.reviews__image {
    width: 120px;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.reviews__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.reviews__button-container {
    text-align: center;
    margin-top: 40px;
}

.reviews__button {
    background: #1dcb11;
    color: white !important;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.reviews__button:hover {
    background: #0ea808;
}

/* Стили для Slick слайдера */
.reviews .slick-dots {
    position: relative !important;
    bottom: auto !important;
    margin-top: 25px;
    text-align: center;
    padding-left: 0 !important;
}

.reviews .slick-dots li {
    margin: 0 3px;
}

.reviews .slick-dots li button:before {
    font-size: 8px;
    color: #ccc;
    opacity: 1;
}

.reviews .slick-dots li.slick-active button:before {
    color: #1dcb11;
}

.reviews .slick-arrow {
    width: 45px;
    height: 45px;
    z-index: 1000;
    background: #1dcb11;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.reviews .slick-arrow:before {
    display: none;
}

.reviews .slick-arrow img {
    width: 45px;
    height: 45px;
}

.reviews .slick-prev {
    left: -60px !important;
}

.reviews .slick-next {
    right: -60px !important;
}

/* Адаптивность */
@media (max-width: 1024px) {
.reviews .slick-prev {
        left: -40px !important;
    }
    
.reviews .slick-next {
        right: -40px !important;
    }
}

@media (max-width: 768px) {

    .reviews__title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .reviews__description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .reviews__slider {
        margin-bottom: 60px;
    }

    .reviews__item {
        padding: 25px;
        margin: 0 5px;
    }

    .reviews__avatar {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .reviews__name {
        font-size: 17px;
    }

    .reviews__text {
        font-size: 16px;
    }

.reviews .slick-arrow {
        width: 50px;
        height: 50px;
    }

.reviews .slick-arrow img {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {

    .reviews__title {
        font-size: 30px;
    }

    .reviews__item {
        padding: 20px;
    }

    .reviews__button {
        padding: 12px 30px;
        font-size: 15px;
    }

    .reviews__header {
        gap: 10px;
    }

.reviews .slick-arrow {
        display: none !important;
    }
}


	/*   class="text-info"    */
	.text-info {
		font-family: 'Commissioner',Arial,sans-serif;
	}

	.text-info p {
		margin-bottom: 10px;
	}

	.text-info p,
	.text-info ul,
	.text-info li {
		color: #333333;
		font-size: 16px;
		line-height: 1.6;
		font-weight: 400;
		background-position: center center;
		border-color: transparent;
		border-style: solid;
	}

	.text-info h2,
	.text-info h3 {
		font-family: 'Commissioner',Arial,sans-serif;
		color: #333333;
		font-size: 35px;
		line-height: 1.4;
		font-weight: 400;
		margin: 20px 0 10px 0;
	}

	.text-info h2:first-child {
		margin-top: 0;
	}

	.text-info .title {
		display: flex;
		justify-content: center;
	}

	.text-info .title h2 {
		font-family: 'Commissioner',Arial,sans-serif;
		color: #333333;
		font-size: 36px;
		line-height: 1.4;
		font-weight: 600;
		text-align: left;
		margin-top: 0;
		/*text-transform: uppercase; */
	}

	.text-info a {
		color: #1ebe13 !important;
	}

	.text-info ol {
		counter-reset: myCounter;
	}

	.text-info ol>li {
		list-style: none;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	.text-info ol>li:before {
		counter-increment: myCounter;
		content: counter(myCounter);
		position: relative;
		display: inline-grid;
		color: #ffffff;
		background: #1ebe13;
		margin-right: 10px;
		margin-bottom: 5px;
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8em;
		padding: 0px;
		font-weight: bold;
		text-align: center;
		border-radius: 0.9em;

	}

	.text-info ul {
		list-style-type: none;
		padding-left: 0 !important;
		padding-top: 10px;
	}

	.text-info ul li {
		position: relative;
		padding-left: 35px;
		margin-bottom: 23px;
	}

	.text-info ul li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 15px;
		transform: translateY(-50%);
		width: 25px;
		height: 25px;
		background-image: url('/assets/images/tild3333-3431-4665-b938-393036383239__info-icon.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.info-img-left {
		display: block;
		width: 400px;
		height: auto;
		float: left;
		border-radius: 15px;
		background-position: center center;
		background-size: cover;
		margin-right: 25px;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.info-img-right {
		display: block;
		width: 400px;
		height: auto;
		float: right;
		border-radius: 15px;
		background-position: center center;
		background-size: cover;
		margin-left: 25px;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.link-style {
		font-weight: bold;
	}


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

		.info-img-left,
		.info-img-right {
			width: 220px;
		}


	}

	@media screen and (max-width: 640px) {
		.title h2 {
			font-size: 28px;
		}

		.info-img-left,
		.info-img-right {
			width: 100%;
			height: auto;
			margin-right: 0px;
			margin-left: 0px;
			margin-bottom: 20px;
			margin-top: 30px;
			float: none;
		}

		.text-info h2,
		.text-info h3 {
			font-size: 30px;
		}

		.text-info {
			max-width: 480px;
		}
	}

	@media screen and (max-width: 480px) {
		.title h2 {
			font-size: 28px;
		}

		.text-info {
			padding: 20px;
			max-width: 320px;
		}
	}
	
	
.top_btn svg rect, .top_btn svg path {
    transition: 0.2s ease-in;
}

    .top_btn:hover svg rect {
        fill: #1dcb11;
        fill-opacity: 1;
    }

    .top_btn:hover svg path {
        stroke: #333333;
        stroke-width: 2;
    }
    
    
    
/**/
a.head_logo img {max-width: 212px;width: 100%;}

.headerc {
    background: #e1e9e1;
}

.header .container {
    background: #333333;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

a.head_phone {
    white-space: nowrap;
    color: #1dcb11;
    font-size: 20px;
    font-weight: 700;
}

.header_menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin: 0;
}

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

.header_menu ul li a, .header_menu ul div.sub_head_menu {
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    background-color: #4c4c4c;
    font-weight: 400;
    border-radius: 10px;
    padding: 6px;
    text-align: center;
}

.header_menu ul li a:hover, .header_menu ul div.sub_head_menu:hover {
    background: #73BF6E;
}

.header_menu ul li a, .sub_head_menu a {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    /* padding: 15px; */
    display: flex;
    justify-content: center;
}
.menu-icon {
    display: inline-block;
    width: 14px;
    height: 12px;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
}

.menu-icon .bar:nth-child(1) {
    top: 0;
}
.menu-icon .bar {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s 
ease-in-out;
}

.menu-icon .bar:nth-child(2) {
    top: 5px;
}

.menu-icon .bar:nth-child(3) {
    top: 10px;
}

.sub_head_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-icon.active .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}

.menu-icon.active .bar:nth-child(2) {
    opacity: 0;
}



.menu-icon.active .bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;
}

h1 {
    color: #333333;
    font-size: 42px;
    font-family: 'Commissioner', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 800;
}

.banner_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:30px;
    padding-bottom:20px;
}

.banner_img img {
    border-radius: 20px;
    object-fit: cover;
    /* margin-top: 10px; */
    max-width: 543px;
    width: 100%;
    /* padding-right: 10px; */
    box-sizing: border-box;
    height: 100%;
    vertical-align: bottom;
}

.banner_img {
    width: 543px;
    height: 520px;
    background-color: #8cb48c;
    border-radius: 30px;
    margin-right: 65px;
    padding: 13px 13px 0 0;
    box-sizing: border-box;
    z-index: 1;
    margin-top: 75px;
}

.b_blocks:after {
    border-radius: 50px 0px 0px 0px;
    background-color: #bdd3bd;
    background-position: center center;
    content: '';
    height: 646px;
    position: absolute;
    right: 0;
    width: 600px;
    top: 0;
    display: none;
}

.b_blocks {
    position: relative;
     /* FF3.6+ */
    display: block;
    background: #e1e9e1;
    overflow: hidden;
}

.banner_adv_cart span {
    color: #333333;
    font-size: 17px;
}

.banner_adv_cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner_adv_cart:not(:last-child) {
    margin-bottom: 10px;
}

.header_from > p {
    color: rgb(51, 51, 51);
    font-family: Commissioner;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.header_from select {
    color: rgb(51, 51, 51);
    border: 0px solid rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    /* background: transparent; */
    box-sizing: border-box;
    line-height: 1.33;
    outline: none;
    padding: 0 45px 0 20px;
    width: 100%;
    cursor: pointer;
}

.select_wrapper {
    position: relative;
    display: inline-block;
}

.select_wrapper:after {
    border-top-color: #333333;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 0;
}

.header_from form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header_from input[type='tel'] {
    color: rgb(51, 51, 51);
    border: 0px solid rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    padding: 0 20px;
}

.header_from {
    margin-top: 35px;
}

.header_from input[type='submit'] {
    color: #ffffff;
    border-radius: 20px;
    font-size: 15px;
    font-family: Commissioner;
    cursor: pointer;
    background-color: #333333;
    transition: 0.3s 
ease all;
    padding: 0px 15px;
    font-weight: 600;
    height: 50px;
    width: 100%;
    border: 0;
}

.header_from input {
    width: 100%;
    box-sizing: border-box;
}
.header_from input[type='submit']:hover {
background-color: #1dcb11;
}

.b_blocks:after {
    content: '12112';
}

.b_blocks:before {
    content: '';
    background: #bdd3bd;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 50px 0px 0px 0px;
    top: 30px;
}

.b_blocks:after {
    content: '';
    content: '';
    background: #bdd3bd;
    width: 50%;
    height: 100%;
    position: absolute;
}

.header {
    background: #e1e9e1;
    position: sticky;
    top: 0;
    z-index: 1001;
    padding: 5px 20px 5px 20px;
}

.banner_descr {
    margin-top: 30px;
    margin-bottom: 50px;
    min-width:440px;
}

.banner_adv {
    margin-top: 30px;
}

/**/
h2 {
    color: #333333;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
}

.service_container a {
    box-sizing: border-box;
    transition: all 0.2s 
ease-in-out;
    text-align: center;
    padding: 15px;
}

.service_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.service_container img {
    max-height: 200px;
    height: 100%;
    -webkit-transition: opacity 0.1s 
linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s 
linear;
}

.service_container a p {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    margin: 10px 0;
}

.service_container a span {
    font-size: 20px;
    color: #1dcb11;
    font-weight: 500;
    display: block;
}

.service_container a:hover {
    /* padding: 15px; */
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transform: translateY(-10px);
    transition: all 0.2s 
ease-in-out;
}

/**/
.where_service {
    margin-top: 50px;
    margin-bottom:70px;
}

.sale_form {
    background-color: #333333;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.sale_form img {
    max-width: 580px;
    border-radius: 20px;
}

.sale_form {}

.sale_form_percent span {
    color: rgb(29, 203, 17);
    background-color: #4c4c4c;
    border-radius: 13px;
    padding: 5px 6px;
    display: inline-block;
}

.sale_form_percent {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.sale_form_descr > p {
    line-height: 26px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.sale_form input[type="phone"] {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
    /* height: 55px; */
}

.sale_form input {
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 15px;
    border: none;
    font-size:15px
}

.sale_form_descr form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.sale_form input[type="submit"] {
    background-color: #1ebe13;
    transition: 0.3s ease all;
    font-weight: 600;
    color:#fff;
    cursor: pointer;
}

.sale_form input[type="submit"]:hover {
    background: #1dcb11;
}

.sale_form_descr form > p, .sale_form_descr form > p a {
    font-size: 13px;
    /* color: #fff; */
}

.sale_form_descr form > p {color:#ffff;}

.sale_form_descr form > p a {    color: #1dcb11;}

.sale_form_descr {
    text-align: center;
}


h2 {}

.where {
    margin-top: 90px;
}

.where_container {
    counter-reset: tidbit-counter;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-column: 1 / span 2;
}

.where_cart::before {
  /* Увеличение значения счетчика */
  counter-increment: tidbit-counter;
/* Отображение счетчика */
  content: counter(tidbit-counter, decimal-leading-zero);
}

.where_cart:before {
    color: #1dcb11;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(17, 17, 17, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.where_cart {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

.where_descr {
    margin-top: 15px;
}

.where_descr p {
    color: #333333;
    font-size: 17px;
    line-height: 26px;
}

.where_descr p:last-child {
    background: #ecf6ec;
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
}
.where_cart:last-child{
    grid-column: span 2;
}

/**/
.etapy {
    margin-top: 90px;
}

.etapy_cart img {
    max-width: 51px;
    width: 100%;
    border: 1px solid #1dcb11;
    border-radius: 50%;
}

.etapy_descr span {
    font-weight: 700;
    color: #333333;
}

.etapy_descr p {
    font-weight: 300;
    color: #333333;
    font-size: 17px;
    margin-top: 15px;line-height: 1.55;
}

.etapy_descr {
    margin-top: 20px;
}

.etapy_container {
    grid-gap: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    /* width: calc(100% / 3); */
    /* margin: 0px -15px; */
    justify-content: center;
    text-align: center;
}



.etapy_cart {
    width: calc(100% / 3 - 30px);
}

/**/

/**/
.spec_descr p {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
}

.spec_descr > p:not(:last-child) {
    margin-bottom: 20px;
}

.spec_descr > p span {
    font-weight: 500;
}

.specialisty_cart img {
    max-width: 360px;
    width: 100%;
    border-radius: 20px;
}

span.at_master {
    font-size: 14px;
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 14px;
}

.specialisty_cart_descr {
    color: #333;
    margin-top: 20px;
}

p.name_master {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

span.desc_master {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}

span.stage_master {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}

span.stage_master span {
    font-weight: 700;
}

.specialisty_cart_descr > a {
    background-color: #1dcb11;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}


.specialisty_cart img {
    max-width: 360px;
    width: 100%;
    border-radius: 20px;
    height: 270px;
    object-fit: cover;
    object-position: top;
}


.specialisty .ar_sl {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    grid-gap: 160px;
}
.specialisty {
    margin-top: 80px;
}
.specialisty .slider-arrows {
    position: relative;
    display: flex;
    grid-gap: 30px;
}
.specialisty .slick-slide { margin: 0 20px;}
.specialisty .slick-prev, .specialisty .slick-next {
    position: relative;
    background: none;
    border: none;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 0;
    transform: none;
}


.specialisty .slick-prev:before, .specialisty .slick-next:before {display:none;}
.specialisty .slick-prev {left:0;}
.specialisty .slick-next {right:0;}

.sertificaty {
    margin-top: 80px;
}

.sertificaty_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 80px;
    gap: 30px;
    box-sizing: border-box;
}

.sertificaty_container img {
    max-width: 330px;
    width: 100%;
    border-radius: 20px;
}

.garant_obyaz {
    margin: 80px 0;
}

.garant_obyaz_container > img {
    max-width: 430px;
    width: 100%;
    margin-left: 80px;
}

.garant_obyaz_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}

.garant_obyaz_descr {
    color: #333333;
    font-size: 17px;
    max-width: 540px;
    width: 100%;
    margin-right: 20px;
}

.garant_obyaz_descr span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.garant_obyaz_descr p:not(:last-child) {
    margin-bottom: 60px;
}

.accordion .ui-accordion-header {
    position: relative;
    cursor:pointer;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}
.accordion .ui-accordion-header-icon {
    content: '';
    min-width: 40px;
    height: 40px;
    background: url(/assets/images/plus.svg) no-repeat;
    order: 2;
    background-position: center center;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(/assets/images/plus.svg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all ease-in-out 0.1s;
}

.faq {
    padding: 70px 0;
    background-color: #eaf2ea;
    margin: 70px 0;
    background-image: url(/assets/images/questions.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}


.accordion {margin-top:40px;}
.accordion-item {
    background: #fff;
    margin-bottom: 15px;
    padding: 25px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.ui-accordion-content {
    margin-top: 15px;
}

.accordion-item p {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.55;
}

.accordion .ui-accordion-header-icon:hover {
    background-image: url(/assets/images/plus-h.svg);
    background-color: #00ab6d;
    border-radius: 50%;
}

.ui-accordion-header-active .ui-accordion-header-icon:hover {
    transform: none !important;
}

.ui-accordion-header .ui-accordion-header-icon:hover {
    background-color: #1dcb11;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.map_full {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.map_container {
    min-width: 550px;
    height: 409px;
}

.map_descr input[type="tel"] {
    color: rgb(51, 51, 51);
    border: 0px solid rgb(51, 51, 51);
    background-color: rgb(243, 243, 243);
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
    max-width: 340px;
    width: 70%;
}

.map_descr input {
    height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
}
.map_descr input[type="submit"] {color: #ffffff;border-radius: 20px;font-size: 15px;background-color: #1ebe13;transition: 0.3s 
ease all;border:none;cursor:pointer;font-weight: 600;width: 200px;}

.map_descr input[type="submit"]:hover {background:#1dcb11;}


.map_descr {
    width: 100%;
}

.map_descr form {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.map_descr > p {
    color: rgb(51, 51, 51);
    font-size: 13px;
}

.map_descr > p a {
    color: #1dcb11;
}

.map_work {
    background-color: #f8ecd9;
    padding: 15px 20px 15px 20px;
    border-radius: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.map_work p:not(:last-child) {
    margin-bottom: 15px;
}

.map_info img {
    max-width: 50px;
    width: 100%;
}

.map_info {
    padding: 15px 20px 15px 20px;
    border-radius: 20px;
    background: #ddeddd;
    display: flex;
    align-items: center;
    gap: 20px;
}

.info_map span {
    color: #1dcb11;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.info_map p a {
    font-weight: 800;
    color: #333333;
    font-size: 18px;
}



.map_line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.footer_map {
    margin: 50px 0;
}

.map_container iframe {
    border-radius: 20px;
}

 .top_btn.is-hide {display:none;}
 
.top_btn {
    position: fixed;
    z-index: 99990;
    bottom: 20px;
    right: 20px;
    border: 2px solid #1dcb11;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    transform: scale(0.8);
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor:pointer;
}
    
 .footer_logo img {
    max-width: 250px;
    width: 100%;
}

.footer_container {
    background: #333333;
    padding: 40px 0;
}



.footer ul li a {
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* columns: 3; */
    /* grid-auto-flow: column; */
    /* grid-auto-flow: column; */
    grid-gap: 15px 0;
    margin-top: 30px;
}

a.footer_btn {
    font-weight: 600;
    background-color: #1dcb11;
    border-radius: 20px;
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    color: #333333;
    font-size: 16px;
    width: 240px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

a.footer_btn:hover {}

a.footer_ph {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    display: block;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_copyright p {
    opacity: 0.6;
    color: #ffffff;
    font-size: 14px;
}

.footer_politic a {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

.footer_politic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 10px;
}

.footer_pay {
    display: flex;
   /* grid-gap: 20px;*/
    /* margin-top: 60px; */
}
.footer_pay img {
    margin-left: 20px;
}
.footer_pay div:last-child {
    margin-left: 20px;
}
.footer_pay img:first-child {
    margin-left: 0;
}
.footer_pay img {
    opacity: 0.8;
}

.footer_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.mob_right {display:none;}





a.mob_menu_logo img {
    max-width: 300px;
    width: 100%;
}

span.menusub__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    width: 6px;
    border-color: inherit;
}

span.menusub__arrow:after {content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    position: absolute;
    top: 45%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    border-top-color: inherit;}

ul.first_mob_menu > li a, ul.last_mob_menu li a {
    /* font-size: 16px; */
    color: #202020;
    font-weight: 400;
}

ul.first_mob_menu > li > div > a {
    font-size: 16px;
}

.container_mm ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

a.mob_menu_phone {
    color: #1dcb11;
    border: 1px solid #1dcb11;
    border-radius: 10px;
    display: flex;
    /* padding: 3px 24px; */
    width: 175px;
    height: 45px;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 14px;
    margin: 30px auto 0 auto;
}

ul.last_mob_menu {
    /* border-top: 1px solid #202020; */
}

ul.last_mob_menu:before {
    content: '_____________________';
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
}


ul.first_mob_menu > li > ul {
    display: none;
}

ul.first_mob_menu > li:not(:last-child), ul.last_mob_menu > li:not(:last-child) {
    margin-bottom: 15px;
}


.mobile_menu {<
    div id="nav1027849456" data-full-submenu-mob="y" class="t450 t450__overflowed t450__menu_show" data-tooltip-hook="#menuopen" style="max-width: 100vw;background-color: #e1e9e1;">
   <button type="button" class="t450__close-button t450__close t450_opened " style="background-color: #e1e9e1;" aria-label="Закрыть меню">
    <div class="t450__close_icon"> <span style="background-color:#202020;"></span> <span style="background-color:#202020;"></span> <span style="background-color:#202020;"></span> <span style="background-color:#202020;"></span> </div>
   </button>
   <div class="t450__container t-align_center">
    <div class="t450__top">
     <div class="t450__logowrapper">
      <a href="/"> <img class="t450__logoimg" src="/assets/images/tild6533-6137-4534-b439-623237346331__logo.svg" imgfield="img" style="max-width: 300px;" alt=""> </a>
     </div>
     <nav class="t450__menu">
      <ul role="list" class="t450__list t-menu__list">
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub1_1027849456" data-menu-item-number="1" data-tooltip-menu-id="1027849456">
Стиральные машины
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub1_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-washer/" data-menu-item-number="1">Стиральные машины</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-washer/zamena-manzhety/" data-menu-item-number="1">Замена манжеты</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-washer/zamena-podshipnika/" data-menu-item-number="1">Замена подшипника</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-washer/zamena-tena/" data-menu-item-number="1">Замена ТЭНа</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub2_1027849456" data-menu-item-number="2" data-tooltip-menu-id="1027849456">
Холодильники
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub2_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-fridge/" data-menu-item-number="2">Холодильники</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-fridge/zamena-rele/" data-menu-item-number="2">Замена реле</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-fridge/zamena-termostata/" data-menu-item-number="2">Замена термостата</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-fridge/zamena-ventilyatora-morozilnoy-kamery/" data-menu-item-number="2">Замена вентилятора морозильной камеры</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub3_1027849456" data-menu-item-number="3" data-tooltip-menu-id="1027849456">
Посудомоечные машины
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub3_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-dishwasher/" data-menu-item-number="3">Посудомоечные машины</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-dishwasher/zamena-tena/" data-menu-item-number="3">Замена ТЭНа</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-dishwasher/zamena-datchika-temperatury/" data-menu-item-number="3">Замена датчика температуры</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-dishwasher/zamena-pompy/" data-menu-item-number="3">Замена помпы</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub4_1027849456" data-menu-item-number="4" data-tooltip-menu-id="1027849456">
Кофемашины
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub4_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-coffeemachine/" data-menu-item-number="4">Кофемашины</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-coffeemachine/remont-pompy/" data-menu-item-number="4">Ремонт помпы</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-coffeemachine/remont-sistemnoy-platy/" data-menu-item-number="4">Ремонт системной платы</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-coffeemachine/dekaltsinatsiya/" data-menu-item-number="4">Декальцинация</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub5_1027849456" data-menu-item-number="5" data-tooltip-menu-id="1027849456">
Водонагреватели
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub5_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-water-heater/" data-menu-item-number="5">Водонагреватели</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-water-heater/zamena-tena/" data-menu-item-number="5">Замена ТЭНа</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-water-heater/zamena-temperaturnogo-datchika/" data-menu-item-number="5">Замена температурного датчика</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-water-heater/zamena-datchika-urovnya-vody/" data-menu-item-number="5">Замена датчика уровня воды</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item t450__link-item_submenu t-menusub__target-link" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub6_1027849456" data-menu-item-number="6" data-tooltip-menu-id="1027849456">
Пылесосы
<div class="t-menusub__arrow"></div></a>
        <div class="t-menusub" data-submenu-hook="link_sub6_1027849456" data-submenu-margin="15px" data-add-submenu-arrow="on">
         <div class="t-menusub__menu">
          <div class="t-menusub__content">
           <ul role="list" class="t-menusub__list">
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-vacuum-cleaner/" data-menu-item-number="6">Пылесосы</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-vacuum-cleaner/zamena-knopki-vklyucheniya/" data-menu-item-number="6">Замена кнопки включения/переключения</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-vacuum-cleaner/zamena-dvigatelya/" data-menu-item-number="6">Ремонт или замена двигателя/мотора</a> </li>
            <li class="t-menusub__list-item t-name t-name_xs"> <a class="t-menusub__link-item t-name t-name_xs" href="/repair-vacuum-cleaner/chistka-ili-zamena-filtra/" data-menu-item-number="6">Чистка или замена фильтра</a> </li>
           </ul>
          </div>
         </div>
        </div>
       </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/repair-drying-machine/" data-menu-submenu-hook="" data-menu-item-number="7">
Сушильные машины
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/repair-oven/" data-menu-submenu-hook="" data-menu-item-number="8">
Духовые шкафы
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/repair-hob/" data-menu-submenu-hook="" data-menu-item-number="9">
Варочные панели
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/repair-electric-stove/" data-menu-submenu-hook="" data-menu-item-number="10">
Электроплиты
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/installation-appliances/" data-menu-submenu-hook="" data-menu-item-number="11">
Установка техники
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="" data-menu-submenu-hook="" data-menu-item-number="12">
_____________________
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/price/" data-menu-submenu-hook="" data-menu-item-number="13">
Прайс
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/about/" data-menu-submenu-hook="" data-menu-item-number="14">
О сервисе
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/portfolio/" data-menu-submenu-hook="" data-menu-item-number="15">
Портфолио
</a> </li>
       <li class="t450__list_item"> <a class="t-menu__link-item" href="/contacts/" data-menu-submenu-hook="" data-menu-item-number="16">
Контакты
</a> </li>
      </ul>
     </nav>
    </div>
    <div class="t450__rightside">
     <div class="t450__rightcontainer">
      <div class="t450__right_buttons">
       <div class="t450__right_buttons_wrap">
        <div class="t450__right_buttons_but ">
         <a href="tel:78122132544" target="" class="t-btn t-btn_sm " data-buttonfieldset="button" style="color:#1dcb11;border:1px solid #1dcb11;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;">
             <table role="presentation" style="width:100%; height:100%;">
              <tbody><tr>
               <td>+7 (812) 213-25-44</td>
              </tr>
             </tbody></table>
         </a>
        </div>
       </div>
      </div>
     </div>
    </div>
   </div>
  </div>;
    max-width: 100vw;
    background-color: #e1e9e1;
    overflow-y: scroll;
    transform: translate(0, 0);
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* overflow: hidden; */
    transition: transform 
ease-in-out 0.3s;
}

.container_mm {
    padding: 42px 25px 25px;
    box-sizing: border-box;
    position: relative;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mobile_menu_container {
    overflow: auto;
}

ul.first_mob_menu > li.sub_active > ul {display:block;}


ul.first_mob_menu > li > ul {
    margin: 0;
}

ul.first_mob_menu > li > ul > li {
    margin-top: 10px;
}


.close_button {
    background-color: #e1e9e1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 999999;
}

.close_icon {
    margin: 0;
    width: 24px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 999;
}

.close_icon span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
    background-color: #fff;
}

.close_icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.close_icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.mobile_menu {display:none;}

.mobile_menu.active {
    display: block;
}

.banner_descr h1 span {color: rgb(29, 203, 17);}
.banner_descr h1 {
    z-index: 1;
    position: relative;
    max-width:555px;
    width:100%;
}



 /**/
  .about_img_descr p {
    color: #333333;
    font-size: 20px;
    line-height: 31px;
}

.uvag span {
    font-size: 20px;
    font-style: italic;
    color: #333333;
    line-height: 31px;
}

.uvag a {
    border: 2px solid #8dce8d;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
    border-radius: 15px;
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    width: 226px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.uvag {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.about_img img {
    border-radius: 20px;
    width: 400px;
    /* width: 100%; */
    height: 440px;
    object-fit: cover;
}

.about_img {
    display: flex;
    align-items: center;
    gap: 40px;
}

.img_about {
}

.uvag a:hover {
    background-color: #8dce8d;
    background-image: none;
}




.about_bg {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/assets/images/tild3263-6664-4234-a137-623131616334__spb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 47.759% 12.360%;
    background-attachment: scroll;
    height: 170px;
    margin-top: 50px;
}

.about_bg_cart span {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    /* display: block; */
    /* padding: 0 20px; */
}

.about_bg_cart p {
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
}
.about_bg_container {
    display: flex;
    /* grid-template-columns: repeat(6, 1fr); */ /* 6 равных колонок */
    /* gap: 20px; */ /* расстояние между карточками */
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 170px;
    vertical-align: middle;
}


.about_bg_cart {
    border-right: 1px solid #ddeddd;
    padding: 0 40px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_bg_cart:last-child {
    border: none;
}

.descr_intro a {
    font-weight: 700;
    color: #0f001b;
}

.descr_intro p:not(:last-child) {
    margin-bottom: 20px;
}

.info-block {
  /* background-color: #e8efea; */
  padding: 15px 20px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  display: inline-block;
}


.portfolio_img {
    width: 380px;
    height: 200px;
}

.portfolio_img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}


.info-block-portfolio {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0px 0px 0px 0px;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 0px;
    opacity: 1;
}

.name_portfolio {
    width: auto;
    margin: 0;
    box-sizing: border-box;
    display: table;
}

.name_portfolio span {
    vertical-align: middle;
    white-space: nowrap;
}

.dots_p {
    width: 100%;
    margin: 0;
    display: table;
    height: 2px;
}

.dots_p div {
    border-width: 1px;
    /* border-radius: 0px 0px 0px 0px; */
    opacity: 0.5;
    border-color: #333333;
    border-style: dashed;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

.price_portfolio {
    width: auto;
    height: auto;
    color: #333333;
    z-index: 92;
    flex-shrink: 0;
    margin: 0;
    display: table;
    box-sizing: border-box;
}

.portfolio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 50px 0 70px 0;
}

.portfolio_cart {
    background: #e1e9e1;
    border-radius: 20px;
    /* padding: 15px 20px 20px 20px; */
}

.porcont {
    padding: 15px 20px 20px 20px;
}

span.portfolio_problems {
    color: #333333;
    font-size: 16px;
    opacity: 0.6;
    display: block;
    margin-bottom: 10px;
}

.porfolio_descr p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

.name_portfolio {
    color: #333333;
    font-size: 16px;
    opacity: 0.6;
}

.price_portfolio div {
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
}

.info-block-portfolio:not(:last-child) {
    margin-bottom: 15px;
}

.porcont > a {
    font-weight: 600;
    border-radius: 15px 15px 15px 15px;
    background-color: #1dcb11;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.porcont>a:hover {
    background: #29dd1d;
}

.s_blocks.err-404 {
    background-image: url("/assets/images/tild3061-6332-4138-b534-336234656135__bg.svg");
    background-color: #ebebeb;
    padding: 50px 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.error_container img {
    max-width: 300px;
   width:100%;
}

.error_container {
    text-align: center;
}

.name_404 {
    color: #1e1e1e;
    font-size: 150px;
    font-weight: 500;
    margin-bottom: 15px;
}

.error_container p {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 40px;
}

.error_container a {
    color: #ffffff;
    font-size: 15px;
    background-color: #1e1e1e;
    border-radius: 10px;
    background: #1e1e1e;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 500;
}

.anketa_info {
    background: #ddeddd;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.a_l p {
    color: #0f001b;
    font-size: 20px;
}

.a_y {
    color: #0f001b;
    font-size: 30px;
    font-weight: 600;
}

.a_l img {
    max-width: 25px;
    width: 100%;
}

.a_l {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wh_tech {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
}

.anketa_tech {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.wh_tech_cart > div {
    padding: 10px 40px 10px 40px;
    border-radius: 20px;
    background: #ddeddd;
}

a.wh_tech_cart > div img {
    max-width: 106px;
    width: 100%;
}

a.wh_tech_cart span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.about_anleta_cart span {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.about_anleta_cart p {
    color: #333333;
    font-size: 20px;
}

.about_anketa {}

.about_anleta_cart {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about_anleta_cart:not(:last-child) {
    margin-bottom: 20px;
}

a.wh_tech_cart {
    display: block;
    margin-left: 40px;
    margin-right: 60px;
}

.sert_anketa span {
    color: #0f001b;
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.sert_anketa p {
    color: #0f001b;
    font-size: 20px;
}

.sert_anketa p:not(:last-child) {
    margin-bottom: 12px;
}

.sert_anketa {
    border: 5px solid #ddeddd;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}

.anketa_rev {
    margin-top: 70px;
}

.anketa_rev > p {
    color: #333333;
    font-size: 20px;
}

.anketa_form input[type="text"], .anketa_form input[type="tel"] {
    background: rgb(221, 237, 221);
    border: none;
    color: rgb(1, 15, 30);
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 15px;
}

.anketa_form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}

.anketa_form textarea {
    background: rgb(221, 237, 221);
    border: none;
    color: rgb(1, 15, 30);
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    font-family: 'Commissioner', Arial, sans-serif;
    height: 85px;
    resize: none;
}

.anketa_form input[type=submit] {
    width: 300px;
    font-weight: 600;
    height: 50px;
    color: #ffffff;
    border-radius: 15px;
    font-size: 15px;
    background-color: #1ebe13;
    transition: 0.3s 
ease all;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.anketa_form input[type=submit]:hover {
    background: #1dcb11;
}

.anketa_form > img {
    width: 388px;
}

.anketa_form {
    display: flex;
    align-items: center;
    gap: 60px;
}
.master_anketa {
    margin-top: 50px;
}

.header_price {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    border-radius: 15px;
    border: 2px solid #8dce8d;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
}


.banner_img img.bann_img2 {
    /* position: absolute; */
    /* top: 0; */
    max-width: 300px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.bg_ban2 {
    background-image: linear-gradient(0.125turn, rgba(140, 180, 140, 1) 0%, rgba(189, 211, 189, 1) 100%);
    box-shadow: 0px 5px 15px 0px rgba(8, 67, 4, 0.2);
    border-radius: 30px;
    position: absolute;
    bottom: -90px;
    box-sizing: border-box;
    width: 85%;
    text-align: center;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.banner_img {
    position: relative;
}

.is-compact .fancybox__content>.f-button.is-close-btn, .fancybox__content>.f-button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
}
.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content>.f-button.is-close-btn {
    top: 25px !important;
    right: 25px !important;
    width: 23px !important;
    background-color: transparent !important;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: url("/assets/images/close.svg") !important
}

.is-compact .fancybox__content>.f-button.is-close-btn svg,
.fancybox__content>.f-button.is-close-btn svg {
    display: none
}

.is-compact .fancybox__content>.f-button.is-close-btn, .fancybox__content>.f-button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
}

.bModal__caption {
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.bModal.is-callback > p {
    font-size: 15px;
    color: #333333;
    font-weight: 300;
    margin: 20px 0;
}
.bModal {display:none;}
.bModal.is-callback {
    background-color: #e1e9e1;
    border-radius: 20px;
    text-align: center;
    padding: 40px 45px;
    box-sizing: border-box;
    max-width: 660px;
    width:100%;
}

.bModal.is-callback form input[type="text"], .bModal.is-callback form input[type="tel"], .bModal.is-callback form textarea {
    color: #333333;
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    outline: none;
    font-family: 'Commissioner', Arial, sans-serif;
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.bModal.is-callback form textarea {
    height: 102px;
    padding: 0 20px;
    padding-top: 17px;
}

.bModal.is-callback form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bModal.is-callback form > p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    text-align: left;
}

.bModal.is-callback form > p a {
    color: #1dcb11;
}

.bModal.is-callback form input[type="submit"] {
    color: #ffffff;
    background-color: #1dcb11;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 54px;
    border-radius: 20px;
}

.t-rate__wrapper_icons {
    display: inline-block;
}
.t-rate__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
}

.t-rate__wrapper .t-rate__control:first-child, .t-rate__wrapper [type=radio] {
    margin: 0;
    padding: 0;
}
.t-rate {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.t-rate__wrapper_icons .t-rate__control {
    padding-right: 18px;    color: #333333;

}

.t-rate__wrapper_icons .t-rate__control {
    padding-right: 18px;
}

.t-rate__control {
    cursor: pointer;
    margin-bottom: 0;
}

.t-rate__wrapper_icons .t-rate__indicator {
    max-width: 40px;
}


.t-rate__wrapper_icons .t-rate__indicator svg {
    height: auto;
    width: 100%;
}

.t-rate__icons .t-rate:checked~.t-rate__control>.t-rate__indicator svg path, .t-rate__icons .t-rate__control .t-rate__indicator svg path, .t-rate__icons:hover>.t-rate__control:hover~.t-rate~.t-rate__control>.t-rate__indicator svg path {
    opacity: .3;
}

.t-rate__icons:hover>.t-rate+.t-rate__control>.t-rate__indicator svg path, .t-rate__icons>.t-rate:checked+.t-rate__control>.t-rate__indicator svg path, .t-rate__icons>.t-rate~.t-rate__control:hover>.t-rate__indicator svg path, .t-rate__wrapper_active .t-rate__icons .t-rate__control .t-rate__indicator svg path {
    opacity: 1;
}
.t-rate__text-wrapper {
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 11px;
    width: 100%;
}

.t-rate__text_start {
    text-align: left;
    color: #333333;
}

.t-rate__text {
    line-height: 1.2;
    width: 50%;
    font-size: 13px;
    font-weight: 300;
}

.t-rate__text_end {
    text-align: right;
}

.kachestvo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.kachestvo > span {
    color: #333333;
    padding-bottom: 5px;
    display: block;
    padding-right: 10px;
    vertical-align: middle;
    height: 100%;
}


.t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-duration: 3s;
    animation-name: flash;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.t-btn_effects {
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.btn_modal {
    position: relative;overflow: hidden;
}


			@-webkit-keyframes flash {
				20% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
			
			@keyframes flash {
				20% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
			@-webkit-keyframes flash-md {
				30% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
			
			@keyframes flash-md {
				30% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
			
			@-webkit-keyframes flash-lg {
				40% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
			
			@keyframes flash-lg {
				40% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
				100% {
					-webkit-transform: translateX(100%);
					transform: translateX(100%);
				}
			}
.hide-scrollbar .fancybox__container {
   --fancybox-bg: rgba(51, 51, 51, 0.2);
    
}
.fancybox__backdrop {backdrop-filter: blur(5px);}


.price_anons {
    background-color: #ddeddd;
    border-radius: 20px;
    padding-bottom: 30px;
}

.price_no_remont {
    padding: 0 30px;
    background-image: linear-gradient(0.411turn, rgba(140, 180, 140, 1) 0%, rgba(189, 211, 189, 1) 100%);
    margin: 0 30px;
    border-radius: 15px;
    padding: 20px 30px;
}
.price_no_remont p { color: #333333; font-size: 17px; font-weight: 500; }
.price_no_remont span {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
}

.price_no_remont ul li::marker {
    color: #f34b2d;
}

.price_no_remont ul li:not(:last-child) {
    margin-bottom: 5px;
}

.price_no_remont ul li {
    color: #333333;
    font-size: 17px;
}



.price_no_remont ul {
    margin-left: 0;
    padding-left: 30px;
}
.price_inner_block, .problems_full {margin-top:50px;}

.stat_name {
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
}

.all_brands_container img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px;
    box-sizing: border-box;
    height: auto;
    align-self: center;
    object-fit: contain;
    height: 100%;
}

.all_brands_container div a {
    height: 80px;
    background-color: #DDEDDD !important;
    transition: box-shadow 0.2s, transform 0.2s;
    /* padding: 15px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.all_brands_container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.all_brands {margin-top:50px;}
.all_brands > p {
    color: #333333;
    font-size: 20px;
}

.all_brands_container div a:hover {
    box-shadow: 0 5px 10px 0 rgb(33 213 42 / 15%);
    transform: translateY(-5px);
}

.all_works {
    margin-top: 50px;
}

.all_works_top h2 {
    margin-bottom: 0;
}

.all_works_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_works_top a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Commissioner', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 20px 20px 20px 20px;
    background-color: #1dcb11;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s 
ease-in-out, color 0.2s 
ease-in-out, border-color 0.2s 
ease-in-out;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_works_container > div {}

.wimg {
    min-width: 220px;
    height: 309px;
}

.wimg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.wimg {
    /* border-radius: 20px; */
}

.all_works_container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.all_works_cart span {
    color: #1dcb11;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.all_works_cart p {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.all_works_right_top {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 30px;
}

.all_works_right >  .all_works_cart:not(:last-child) {
    margin-bottom: 30px;
}

.all_works_middle {
    margin-top: 30px;
}

.all_works_cart ol {
    padding-left: 22px;
    font-size: 18px;
    margin: 0;
}
.all_works_cart ol li {
    color: #333333;
    /* font-size: 18px; */
    font-weight: 500;
}
.all_works_cart ol li::marker {
    color: #f34b2d;
}

.all_works_cart ol li:not(:last-child) {
    margin-bottom: 10px;
}

.all_works_results {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.works_results_left .all_works_cart {
    max-width: 585px;
    width: 100%;
}

.works_results_right .all_works_cart span {
    margin-bottom: 10px;
}

.works_results_right .all_works_cart:not(:last-child) {
    margin-bottom: 20px;
}

.all_works_rec {
    margin-top: 30px;
    background-color: #ddeddd;
    padding: 20px;
    border-radius: 20px;
}

.wk_cart:not(:last-child) {
    margin-bottom: 80px;
}
body.brand_page .text_bl, body.fails_page .text_bl {
    margin: 90px 0;
}

body.brand_page .bg_ban2 {
    padding: 50px 33px;
    width: 70%;
    border: 10px solid #ffffff;
        bottom: -45px;
}
body.brand_page .banner_img img.bann_img2 {
max-height: 90px;
    object-fit: contain;border-radius:unset;
}

body.brand_page .banner_block {
    padding-bottom: 50px;
}

.fails_page .bg_ban2 {
    border: 10px solid #ffffff;
}

.fails_page .bg_ban2 img {
    width: 100%;
    /* object-fit: contain; */
    max-height: 250px;
    max-width: unset;
    height: 100%;
}
body.fails_page .banner_block {
    padding-bottom: 50px;
}
@media screen and (max-width: 1200.9px) {
.portfolio_img {
    width: 100%;
}
.portfolio {
    grid-template-columns: repeat(2, 1fr);
}
    
    
.map_container {
    min-width: 380px;
}

.map_full {
    gap: 20px;
}

.map_info img {
    max-width: 40px;
}

.info_map p a {
    font-size: 17px;
}    
.sale_form_percent {        font-size: 28px;}
.sale_form img {
    max-width: 450px;
    height: 400px;
    object-fit: cover;
}  
.service_container {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.banner_block {
    grid-gap: 40px;
}
}

@media screen and (max-width: 960.9px) {
.anketa_tech {
    flex-direction: column;
    gap: 30px;
}

.wh_tech br {
    display: none;
}

.wh_tech {
    /* gap: 20px; */
}

.about_anleta_cart {
    flex-direction: column;
    gap: 15px;
}

.about_anleta_cart:not(:last-child) {
    margin-bottom: 30px;
}

form.request-form {
    order: 1;
}

.anketa_form {
    flex-direction: column;
    gap: 0;
}

.anketa_form > img {
    order: 0;
    max-width: 388px;
    width: 100%;
}
.portfolio {
    grid-template-columns: repeat(1, 1fr);
}
    
.about_bg_container {
    flex-direction: column;
    height: auto;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    box-sizing: border-box;
}

.about_bg_cart {
    height: auto;
    border-bottom: 1px solid #ddeddd;
    border-right: none;
    width: 100%;
    /* padding: 0px 50px; */
    box-sizing: border-box;
    padding-bottom: 40px;
}

.about_bg {
    height: auto;
    background-position: 30.790% 19.560%;
    height: auto;
}

.about_bg_cart:last-child {
    border: none;
    padding-bottom: 0;
}

.about_img {
    flex-direction: column;
}

.about_img img {
    width: 360px;
    height: 380px;
}  
    
.footer_block {
    flex-direction: column;
    gap: 20px;
}
.footer ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
    
.map_full {
    flex-direction: column;
}

.map_descr {
    order: 0;
}

.map_container {
    order: 1;
}

.garant_obyaz_descr {
    max-width: unset;
}

.garant_obyaz_container > img {
    margin-left: 0;
    max-width: 250px;
}
.sertificaty_container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}
.specialisty .ar_sl {
    flex-direction: column;
    grid-gap: 20px;
}
.specialisty_container {text-align:center;}
.specialisty img {margin:0 auto;}
    
.etapy_container {
    flex-direction: column;
    align-items: center;
}

.etapy_cart {
    width: 100%;
} 
.sale_form {
    flex-direction: column;
    gap: 30px;
}

.sale_form img {
    height: 300px;
    max-width: 100%;
    width: 100%;
}

.sale_form_descr form {
    margin-bottom: 20px;
}
    
    
    h2 {font-size: 36px;}
.banner_block {
    flex-direction: column;
    grid-gap: 0;
}

.header_from {
    z-index: 1;
    position: relative;
}

.banner_descr {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
            z-index: 1;
}

.banner_img {
    margin-top: 40px;
    width: 100%;
    height: 380px;
    margin-right: 0;
    margin-bottom: 50px;
}

.banner_img img {
    max-width: 100%;
}

.mobile_menu {} 
    
.header_menu {
    display: none;
}

.mob_right {
    display: block;
}

.mobile_call {
    display: none;
}

.sub_mobile_menu img {
    max-width: 46px;
    width: 100%;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header_top {
    width: 100%;
    margin-bottom: 0;
}

a.head_phone {
    margin-right: 35px;
}

.header .container {
    padding: 15px 20px;
}
.header_menu {display:none;}
}

@media screen and (max-width: 640.9px) {
.all_brands_container {
    grid-template-columns: repeat(3, 1fr);
} 
.all_works_container {
    flex-direction: column;
}

.wimg {
    order: 1;
}

.all_works_right_top, .all_works_results {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.wimg {
    min-width: auto;
    max-width: 320px;
    width: 100%;
}
    
    .reviews .slick-prev {left:0 !important;display:none !important;}
    .reviews .slick-next {right:0 !important;display:none !important;}
    
.footer ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    margin-top: 40px;
}

.footer_logo {
    flex-direction: column;
    gap: 20px;
}

a.footer_ph {
    text-align: center;
}

.footer_block {
    margin-top: 45px;
}

.footer_container {
    padding: 20px 0;
}
    
    h1 {        font-size: 38px;}
     h2 {font-size: 34px;}
     
.garant_obyaz_container {
    flex-direction: column;
}

.garant_obyaz_descr p:not(:last-child) {
    margin-bottom: 25px;
}
     
a.head_logo img {
    max-width: 220px;
}

.mob_right {
    display: block;
}

.mobile_call {
    display: none;
}

.mobile_call img {}

.sub_mobile_menu img {
    max-width: 46px;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header_top {
    width: 100%;
}

a.head_phone {
    margin-right: 40px;        margin-left: 20px;
}
.map_descr form {
    flex-direction: column;
}

.map_descr input[type="tel"], .map_descr input[type="submit"] {
    width: 100%;
    max-width:100%;
}
.anketa_form input[type=submit] {width:100%;}

.banner_img img.bann_img2 {
    max-width: 150px;
}
.fails_page .bg_ban2 img {max-width:unset;        max-height: 150px;}
.bg_ban2 {
    width: 90%;
    right: 13px;
    bottom: -40px;
}

}
@media screen and (max-width: 540px) {
    
body.brand_page .bg_ban2 {
    width: 80%;
    padding: 35px;
}
.price_info_two {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.bModal.is-callback {padding:30px 15px;}    
.where_container {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 480.9px) {
.all_brands_container {
    grid-template-columns: repeat(2, 1fr);
}   
.all_works_top {
    flex-direction: column;
    gap: 20px;
}
    
    
    .anketa_info {
    flex-direction: column;
    gap: 15px;
}
.name_404 {
    font-size: 110px;
}

.error_container p {
    font-size: 18px;
}
    
.about_img .img_about img {
    width: 100%;
    height: 400px;
}

.about_img_descr p {font-size:17px;}

.uvag {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.footer_pay div {
    display: flex;
    gap: 20px;
}


.footer_pay {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}

.footer_pay img {
    margin: 0;
}

.footer_block {
    margin-top: 35px;
} 
    
    .text-info {
        padding: 0;
        max-width: 100%;
    } 
.map_line {
    grid-template-columns: repeat(1, 1fr);
}

.map_descr form {
    flex-direction: column;
}

.map_descr input[type="tel"], .map_descr input[type="submit"] {
    width: 100%;
}

.map_container {
    height: 350px;
    min-width: 100%;
}  
    
.accordion .ui-accordion-header {font-size:18px;}
.sertificaty_container {
    grid-template-columns: repeat(1, 1fr);
}
.specialisty .slick-prev, .specialisty .slick-next {width:40px;}
.specialisty .slick-prev {left:0}
.specialisty .slick-next {right:0;}

.specialisty .slick-slide {
    margin: 0;
}
    .specialisty img {min-width:100%;}  
    
.where_container {
    display: flex;
    flex-direction: column;
}


    .sale_form_descr > p {font-size:15px;}
.service_container img {
    max-height: 155px;
}
.sale_form input {
    height: 50px;
}
.service_container {
    grid-template-columns: repeat(1, 1fr);
}
.banner_img {
    height: 227px;
  
    margin: 40px auto 35px auto;
}  
 h1 {font-size: 34px;}   
 h2 {font-size: 30px;}
    
  .mob_right {display:block;}

.header_menu {
    display: none;
}

a.head_logo img {
    max-width: 130px;
}

a.head_phone {
    display: none;
}

.mobile_call img {
    max-width: 84px;
    width: 100%;
}

.header_menu {}

.sub_mobile_menu img {
    max-width: 38px;
    width: 100%;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    box-sizing: border-box;
}

.mobile_call {}

.mob_right {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.header_top {
    margin-bottom: 0;width: auto;
}

.header {
    padding: 5px;
}
 .mobile_call {
        display: block;
    }   
}

/**/

/* Контейнер табов */
.price-tabs-container {
  font-family: 'Commissioner', Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);
}

/* Табы */
.price-tabs-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.price-tabs-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
}
.price-tabs-scroll::-webkit-scrollbar { display: none; }

.price-tabs {
  display: flex;
  list-style: none;
  padding: 0 !important;
  margin: 0;
  white-space: nowrap;
}

.price-tab-item {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.price-tab-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}
.price-tab-item.active { 
    font-weight: 700;
    color: #1ebe13;    
}

/* Прогресс-бар табов */
.price-tabs-progress {
  height: 4px;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  border-radius: 2px;
  overflow: hidden;
}
.price-tabs-progress-bar {
  height: 100%;
  background-color: #1ebe13;
  width: 0;
  transition: width 0.3s ease;
}

/* Дата и навигация */
.price-update-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-update-date {
  font-size: 14px;
  color: #666;
}
.price-tabs-navigation {
  display: flex;
  gap: 10px;
}
.price-tabs-nav {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.price-tabs-nav img {
  width: 100%;
  height: 100%;
}

/* Контент табов */
.price-content-container { position: relative; }
.price-content { display: none; }
.price-content.active { display: block; }

/* ----- Стили прайса (ваши) ----- */
.price__wrapper {
  font-family: 'Commissioner', Arial, sans-serif;
  color: #333333;
  margin: 0 auto;
}
.price__table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #DDEDDD;
}
.price__thead {
  background: #4C4C4C;
  color: #fff;
  font-weight: 700;
}
.price__tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bccdbc;
  transition: background 0.2s;
}
.price__thead .price__tr { border-bottom: none; }
.price__th, .price__td {
  padding: 16px 12px;
  flex: 1 1 0;
  font-size: 16px;
}
.price__tbody .price__tr .price__td:first-child { font-weight: 600; }
.price__th:last-child, .price__td:last-child {
  flex: 0 0 140px;
  text-align: right;
}
.price__rub { font-family: inherit; font-size: 15px; }
.price__btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1.5px solid #1ebe13;
  color: #1ebe13 !important;
  background: transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.price__btn:hover, .price__btn:focus {
  background: #1DCB11;
  color: #fff !important;
  border-color: #1DCB11;
}
.price__td a.price__link {
 /* text-decoration: underline;
  color: #0f001b;*/
  transition: color 0.2s;
}
.price__td a.price__link:hover { color: #1ebe13; }
.price__hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s, max-height 0.4s;
  overflow: hidden;
}
.price__hidden.open {
  display: block;
  opacity: 1;
  max-height: 5000px;
}
.price__more {
  text-align: center;
  padding: 18px 0 12px 0;
}
.price__more-btn {
  border: 1.5px solid #1ebe13;
  color: #1ebe13;
  background: transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 34px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.price__more-btn:hover, .price__more-btn:focus {
  background: #1DCB11;
  color: #ffffff;
  border-color: #1DCB11;
}

.price__section-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 12px;
  text-align: center;
    background: #4C4C4C;
  margin: 20px 0 0 0;
  border-radius: 8px;
}

/* Адаптив */
@media (max-width: 960px) {
  .price__tr { flex-wrap: wrap; }
  .price__thead .price__th:nth-child(3) { display: none; }
  .price__thead .price__th:nth-child(2) { text-align: right; }
  .price__td { flex-basis: 100%; max-width: 100%; padding-bottom: 0; }
  .price__td:nth-child(2) {
    flex-basis: auto;
    max-width: none;
    margin-right: 40px;
    padding-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .price__td:last-child {
    flex-basis: auto;
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
  }
  .price__tr > .price__td:nth-child(2),
  .price__tr > .price__td:last-child {
    margin-bottom: 0;
  }
}


/**/
.name_intro img {
    width: 40px;
}

.name_intro {
    display: flex;
    gap: 15px;
    align-items: center;
}

.name_intro span {
    color: #0f001b;
    font-size: 18px;
    font-weight: 700;
}

.descr_intro {
    color: #0f001b;
    font-size: 17px;
    margin-top: 20px;
}

.intro_container {
    background-color: #ddeddd;
    border-radius: 20px;
    padding: 30px;
}

.intro_block {
    margin: 50px 0;
}

.price_container {
    margin-bottom: 80px;
}

.price_page .footer_map {
    margin: 90px 0 50px 0;
}

.price_page .footer_map {
    margin: 90px 0 50px 0;
}

.price__td a.price__link {
    color: #1dcb11;
    text-decoration: none;
}



/**/
 .feature-box {
    background: #FAFAFA;
    border-radius: 20px;
    padding: 20px 0;
    margin: 20px 0;
    font-family: 'Commissioner', Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
 .feature-box a {color: #1dcb11;}
 .feature-box a[href^=tel] {
    color: #333333;
    text-decoration: none;
}
  .feature-box h2 {
    margin: 0;
    font-weight: 600;font-size: 24px;
  }
  .feature-box .feature-paragraph {
    display: block;
  }
  .feature-box .feature-paragraph img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
  }
  .feature-box .feature-paragraph a {
    text-decoration: none;
    font-weight: 500;
  }
  
  
  
  
	.policy-content {
		font-family: 'Commissioner',Arial,sans-serif;
		padding: 20px;
		background-color: #fafafa;
		border-radius: 20px;
		box-sizing: border-box;
		color: #333333;
		line-height: 1.5;
		margin-bottom:30px;
	}
.policy-content h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}

	.policy-content h3 {
		font-size: 22px;
		font-weight: 600;
		margin-top: 30px;
		margin-bottom: 15px;
		color: #333333;
	}

	.policy-content h3:first-child {
		margin-top: 0;
	}

	.policy-content p {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.policy-content p:last-child {
		margin-bottom: 0;
	}

	@media screen and (max-width: 640px) {
		.policy-content {
			max-width: 480px;
		}

		.policy-content h3 {
			font-size: 20px;
		}

		.policy-content p {
			font-size: 15px;
		}
	}

	@media screen and (max-width: 480px) {
		.policy-content {
			padding: 20px;
			max-width: 320px;
		}

		.policy-content h3 {
			font-size: 18px;
			margin-top: 25px;
			margin-bottom: 12px;
		}

		.policy-content p {
			font-size: 14px;
			margin-bottom: 12px;
		}
	}
	
	
	
.price__wrapper {
  font-family: 'Commissioner',Arial,sans-serif;
  color: #333333;
  margin: 0 auto;
}

.price__table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #DDEDDD;
  /*box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);*/
}

.price__thead {
  background: #4C4C4C;
  color: #fff;
  font-weight: 700;
}

.price__tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bccdbc;
  transition: background 0.2s;
}

.price__thead .price__tr {
  border-bottom: none;
}

.price__th, .price__td {
  padding: 16px 12px;
  flex: 1 1 0;
  font-size: 16px;
}

.price__tbody .price__tr .price__td:first-child {
    font-weight: 600;
}

.price__th:last-child, .price__td:last-child {
  flex: 0 0 140px;
  text-align: right;
}

.price__rub {
  font-family: inherit;
  font-size: 15px;
}

.price__btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1.5px solid #1ebe13;
  color: #1ebe13 !important;
  background: transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.price__btn:hover,
.price__btn:focus {
  background: #1DCB11;
  color: #fff !important;
  border-color: #1DCB11;
}

.price__td a.price__link {
  /*text-decoration: underline;
  color: #0f001b;*/
  transition: color 0.2s;
}

.price__td a.price__link:hover {
  color: #1ebe13;
}

.price__hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s, max-height 0.4s;
  overflow: hidden;
}

.price__hidden.open {
  display: block;
  opacity: 1;
  max-height: 5000px;
}

.price__more {
  text-align: center;
  padding: 18px 0 12px 0;
}

.price__more-btn {
  border: 1.5px solid #1ebe13;
  color: #1ebe13;
  background: transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 34px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.price__more-btn:hover,
.price__more-btn:focus {
  background: #1DCB11;
  color: #ffffff;
  border-color: #1DCB11;
}

.price__section-header {
  background: #4C4C4C;
  margin: 20px 0 0 0;
  border-radius: 8px;
}

.price__section-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 12px;
  text-align: center;
}


@media (max-width: 960px) {
  .price__tr {
    flex-wrap: wrap;
  }
  .price__thead .price__th:nth-child(3) {
    display: none;
  }
  .price__thead .price__th:nth-child(2) {
    text-align: right;
  }
  .price__td {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .price__td:nth-child(2) {
    flex-basis: auto;
    max-width: none;
    margin-right: 40px;
    padding-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .price__td:last-child {
    flex-basis: auto;
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
  }
  .price__tr > .price__td:nth-child(2),
  .price__tr > .price__td:last-child {
    margin-bottom: 0;
  }
}


.price_info_name img, .price_info_two img {
    max-width: 40px;
    width: 100%;
}

.price_info, .price_info_two {
    background-color: #ddeddd;
    padding: 30px;
    border-radius: 20px;
}

.price_info_name span, .price_info_two_name span {
    color: #0f001b;
    font-size: 18px;
    font-weight: 700;
}

.price_info_name, .price_info_two_name {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.price_info > p {
    color: #0f001b;
    font-size: 17px;
}

.price__table {
    margin-bottom: 25px;
}

.price_info {
    margin-bottom: 25px;
}

.price_info_two_name {
    margin-bottom: 0;
}

.price_info_two_name:not(:last-child) {
}

.price_info_two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price__wrapper {
    margin: 50px 0 80px 0;
}
 