/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../fonts/ubuntu-v15-latin_cyrillic-300.woff2") format("woff2"),
        url("../fonts/ubuntu-v15-latin_cyrillic-300.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/ubuntu-v15-latin_cyrillic-regular.woff2") format("woff2"),
        url("../fonts/ubuntu-v15-latin_cyrillic-regular.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/ubuntu-v15-latin_cyrillic-500.woff2") format("woff2"),
        url("../fonts/ubuntu-v15-latin_cyrillic-500.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/ubuntu-v15-latin_cyrillic-700.woff2") format("woff2"),
        url("../fonts/ubuntu-v15-latin_cyrillic-700.woff") format("woff");
}
.heading__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.heading__emblem {
    width: 160px;
    -webkit-box-flex: 160px;
    -ms-flex: 160px 0 0px;
    flex: 160px 0 0;
    margin-left: 20px;
}
.heading__nav {
    margin-right: 20px;
}
.heading__contacts {
    margin-top: 15px;
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1 0px;
    flex: 100% 1 0;
    padding: 10px 0;
    text-align: center;
    background-color: #8bc34a;
}
.heading__phone {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.heading__phone-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
}
.heading__time {
    display: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
.heading__bottom {
    display: none;
}
.heading__bottom--page {
    margin-bottom: 80px;
}
.heading__icons-info {
    display: none;
}
@media (min-width: 768px) {
    .heading {
        padding: 20px;
        border-bottom: 2px solid #f2f5f8;
    }
    .heading__top {
        padding: 0 0 10px;
    }
    .heading__emblem {
        margin-left: 0;
    }
    .heading__contacts {
        margin-top: 0;
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: auto 0 0px;
        flex: auto 0 0;
        background-color: transparent;
		display: flex;
		align-items: center;
		grid-gap: 35px;
    }
	
    .heading__phone {
        color: #000;
    }
    .heading__phone-icon {
        display: none;
    }
    .heading__time {
        display: block;
    }
    .heading__bottom {
        position: relative;
        display: block;
    }
    .heading__icons-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading__emblem {
        width: 200px;
    }
}
.social_header {
	display: none;
}

@media (min-width: 1024px) {
    .heading {
        width: 960px;
        margin: 0 auto;
        padding: 20px 0 30px;
    }
    .heading__top {
        padding-bottom: 20px;
    }
    .heading__icons-info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .heading__emblem {
        width: 280px;
    }
	.social_header {
		display: flex;
		align-items: center;
		grid-gap: 17px;
	}
}
@media (min-width: 1200px) {
    .heading {
        width: 1090px;
    }
}
.main-navm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-navm__link {
    color: #000;
    font-size: 14px;
    line-height: 162.4%;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.main-navm__link:hover {
    /*color: #8bc34a;*/
}
.main-navm__link--active {
    font-weight: 700;
}
.main-navm__mobile-btn {
    display: inline-block;
    margin-right: 20px;
}
.main-navm__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 768px) {
    .main-navm {
        position: absolute;
        top: 124px;
        left: -100%;
        width: 100%;
        background-color: #fff;
        z-index: 12;
        min-height: calc(100vh - 106px);
        -webkit-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
    }
    .main-navm--open {
        left: 0;
    }
    .main-navm__list {
        margin: 0;
        padding: 20px;
        padding-top: 70px;
    }
    .main-navm__item {
        display: block;
        text-align: center;
    }
    .main-navm__item + .main-navm__item {
        margin-top: 10px;
    }
}

    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		list-style: none;
		flex-direction: column;
		padding: 0;
		margin: 0;
		width: 100%;
    }
	
	.footer-contacts li {
		width: 100%;
	}
	
@media (min-width: 768px) {
    .main-navm {
        margin: 0;
    }
    .main-navm__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-navm__item + .main-navm__item {
        margin-left: 20px;
    }
}
@media (min-width: 1024px) {
    .main-navm__item + .main-navm__item {
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    .main-navm__item + .main-navm__item {
        margin-left: 45px;
    }
}
.mobile-btnm {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.mobile-btnm__icon {
    width: 20px;
}
.mobile-btnm__line {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mobile-btnm--open .mobile-btnm__line--1 {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(5px, 0px) rotate(45deg);
    -ms-transform: translate(5px, 0px) rotate(45deg);
    transform: translate(5px, 0px) rotate(45deg);
}
.mobile-btnm--open .mobile-btnm__line--2 {
    opacity: 0;
}
.mobile-btnm--open .mobile-btnm__line--3 {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(5px, -3px) rotate(-45deg);
    -ms-transform: translate(5px, -3px) rotate(-45deg);
    transform: translate(5px, -3px) rotate(-45deg);
}
@media (min-width: 768px) {
    .mobile-btnm {
        display: none;
    }
}
.mnav-service {
    position: relative;
}
.mnav-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mnav-service__item {
    -webkit-box-flex: 25%;
    -ms-flex: 25% 1 0px;
    flex: 25% 1 0;
}
.mnav-service__item:hover .mnav-service__mlist-servs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mnav-service__item + .mnav-service__item .mnav-service__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5px;
    width: 1px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.5);
}
.mnav-service__item--active .mnav-service__link {
    background-color: #e7a222;
}
.mnav-service__item--active .mnav-service__link::after {
    opacity: 1;
}
.mnav-service__item--active .mnav-service__mlist-servs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
}
.mnav-service__link {
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    color: #222121;
    text-align: center;
    background-color: #8bc34a;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mnav-service__link::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 15;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #e7a222;
    border-radius: 1px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mnav-service__link:hover,
.mnav-service__link:focus {
    background-color: #e7a222;
}
.mnav-service__link:hover::after,
.mnav-service__link:focus::after {
    opacity: 1;
}
.mnav-service__link:focus + .mnav-service__mlist-servs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mnav-service__mlist-servs {
    display: none;
}
.mnav-service__mlist-servs.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    .mnav-service__link {
        font-size: 12px;
    }
}
.mlist-servs {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 50px;
    list-style: none;
    background-color: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mlist-servs.open-sub .mlist-servs__item {
    display: block;
    margin-bottom: 10px;
}
.mlist-servs.open-sub .mlist-servs__btn-more {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mlist-servs__item {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    text-align: center;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mlist-servs__item:hover {
    background-color: #e0e0e0;
}
.mlist-servs__item:nth-child(n + 6) {
    display: none;
}
.mlist-servs__item--active .mlist-servs__link {
    font-weight: 700;
}
.mlist-servs__link {
    display: block;
    padding: 15px 0;
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mlist-servs__link:hover {
    color: #e7a222;
}
.mlist-servs__btn-more {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    line-height: 0;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mlist-servs__btn-arrow {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
@media (min-width: 1024px) {
    .mlist-servs__link {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    .mlist-servs {
        padding-left: 60px;
        padding-right: 100px;
    }
    .mlist-servs__btn-more {
        right: 40px;
    }
    .mlist-servs__link {
        line-height: 20px;
    }
}
.bottom {
    margin-top: 40px;
    padding: 30px 0 40px;
    background-color: #151414;
}
.bottom__contacts {
    padding: 0 20px;
}
.bottom-phone {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 218.4%;
    text-transform: uppercase;
    text-decoration: none;
    color: #8bc34a;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.bottom-phone:hover {
    color: #8bc34a;
}
.bottom__work-time {
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 218.4%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.79);
}
.bottom__copy {
    margin: 30px 0 0;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 180.4%;
    color: rgba(255, 255, 255, 0.74);
}
@media (min-width: 768px) {
    .bottom {
        margin-top: 60px;
        padding: 20px;
    }
    .bottom__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom__nav {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .bottom__contacts {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .bottom__copy {
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .bottom {
        padding: 30px calc((100% - 960px) / 2);
        margin: 100px auto 0;
    }
    .bottom__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .bottom__nav {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .bottom__contacts {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin: 0;
        text-align: end;
    }
    .bottom-phone {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1;
    }
}
@media (min-width: 1200px) {
    .bottom {
        padding-left: calc((100% - 1090px) / 2);
        padding-right: calc((100% - 1090px) / 2);
    }
}
.bottom-services__list {
    margin: 0;
    padding: 0 20px 20px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}
.bottom-services__link {
    font-size: 12px;
    line-height: 218.4%;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.bottom-services__link:hover {
    color: #8bc34a;
}
@media (min-width: 768px) {
    .bottom-services__list {
        padding: 0;
        border: none;
    }
    .bottom-services__link {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .bottom-services_link {
        font-size: 14px;
    }
}
.bottom-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 15px 20px 10px;
    list-style: none;
}
.bottom-nav__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 10px;
}
.bottom-nav__link {
    font-size: 12px;
    line-height: 162.4%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.bottom-nav__link:hover {
    color: #8bc34a;
}
@media (min-width: 768px) {
    .bottom-nav__list {
        padding: 0;
    }
    .bottom-nav__item {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}
@media (min-width: 1024px) {
    .bottom-nav__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
.popup-fade {
    display: none;
}
.popup-fade:before {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup-fade .popup {
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 70px 44px;
    width: 460px;
    margin-left: -310px;
    background: #fff;
    z-index: 99999;
    opacity: 1;
}
.popup-fade .popup .promo-form__input {
    border: 1px solid #000;
}
.popup-fade .popup p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 106.4%;
    color: #000;
    text-align: center;
    margin: 0 0 35px;
}
.popup-fade .popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
@media (max-width: 768px) {
    .popup-fade .popup {
        width: 245px;
        margin-left: -160px;
    }
}
@media (max-width: 320px) {
    .popup-fade .popup {
        padding: 55px 40px;
        width: 205px;
        margin-left: -145px;
    }
}
.icons-info {
    padding: 0 20px;
	display: none !important;

}

@media (min-width: 768px) {
    .icons-info {
        margin-top: 15px;
			//grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	width: 100%;
	//display: grid !important;
	display: flex !important;
	justify-content: space-evenly;
    }
    .icons-info__one {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .icons-info {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .icons-info__one {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .icons-info {
        margin-top: 25px;
    }
}
@media (max-width: 1023px) {
	.icons-info {
		justify-content: space-between;
	}
}
.one-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 300px;
}

.one-info__icon {
    width: 60px;
    height: 40px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.one-info__icon img {
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
}
.one-info__title {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 121.4%;
}
.one-info__descr {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 121.4%;
}
@media (min-width: 1024px) {
    .one-info {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .one-info__icon {
        width: 55px;
    }
    .one-info__title,
    .one-info__descr {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .one-info__title,
    .one-info__descr {
        font-size: 16px;
    }
}
.maside {
    position: relative;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: -20px 0 25px rgba(226, 228, 236, 0.25);
    box-shadow: -20px 0 25px rgba(226, 228, 236, 0.25);
}
.maside__pic {
    display: block;
    width: 100%;
}
.maside__sale--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    left: 0;
}
@media (min-width: 1024px) {
    .maside {
        display: block;
        min-width: 305px;
        max-width: 305px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.benefits {
    padding: 45px 20px 0;
    margin-bottom: 50px;
    overflow: hidden;
}
.benefits__title {
    margin: 0 0 20px;
    padding: 15px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    background-image: url("../images/pluses-bg.png");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
.benefits__one + .benefits__one {
    margin-top: 30px;
}
@media (min-width: 520px) {
    .benefits--proj {
        display: none;
    }
}
.promo {
    margin: 0 20px;
    padding: 40px 15px 50px;
    background-color: #f7f7f7;
	border: 5px solid #8bc34a;
}
.promo--callback {
    margin: 40px 0 30px;
    padding: 40px 10px;
}
.reviews-page .promo--reviews {
    margin: -15px 0 -10px 0;
}
.promo--reviews {
    padding: 20px;
    margin: 20px 0 0;
}
.promo__info {
    margin: 20px 0 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
}
.promo__info--callback {
    text-align: center;
    margin-bottom: 30px;
}
.promo__title {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 106.4%;
    color: #000000;
}
.promo__title--red {
    display: inline-block;
    padding: 5px;
    background-color: #8bc34a;
    color: #fff;
}
.promo__title--online {
    display: block;
    font-weight: 300;
}
@media (min-width: 768px) {
    .promo--callback {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1024px) {
    .promo--callback {
        background-color: #fff;
    }
    .promo--reviews {
        margin: 40px 0 0;
        padding: 0;
    }
}
.promo-form__label {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
    text-align: start;
    font-weight: 300;
    font-size: 18px;
    line-height: 106%;
    color: #000;
}
.promo-form__input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 106%;
    color: #000;
    background-color: #fff;
    border: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}
.promo-form__submit {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 106%;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    cursor: pointer;
}
.promo-form__submit--red {
    border: 4px solid #8bc34a;
    background-color: #fff;
}
.promo-form__submit--red:hover {
    background-color: #8bc34a;
    color: #fff;
}
.promo-form__submit--black {
    border: 4px solid #000;
    background-color: #000;
    color: #fff;
}
.promo-form__submit--black:hover {
    color: #000;
    background-color: #fff;
}
.promo-form__submit--yellow {
    border: 4px solid #ffffff;
    background-color: #ffffff;
}
.promo-form__submit--yellow:hover {
    background-color: #fff;
}
.promo-form__submit--show {
    display: none;
}
.promo-form .rating-area {
    overflow: hidden;
    margin-top: -10px;
}
.promo-form .rating-area:not(:checked) > input {
    display: none;
}
.promo-form .rating-area:not(:checked) > label {
    float: right;
    width: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.promo-form .rating-area:not(:checked) > label:before {
    content: "в…";
}
.promo-form .rating-area > input:checked ~ label {
    color: #e7a222;
    text-shadow: 1px 1px #c60;
}
.promo-form .rating-area:not(:checked) > label:hover,
.promo-form .rating-area:not(:checked) > label:hover ~ label {
    color: #e7a222;
}
.promo-form .rating-area > input:checked + label:hover,
.promo-form .rating-area > input:checked + label:hover ~ label,
.promo-form .rating-area > input:checked ~ label:hover,
.promo-form .rating-area > input:checked ~ label:hover ~ label,
.promo-form .rating-area > label:hover ~ input:checked ~ label {
    color: #e7a222;
    text-shadow: 1px 1px goldenrod;
}
.promo-form .rating-area > label:active {
    position: relative;
}
@media (max-width: 768px) {
    .promo-form:not(.promo-form--show) *:not(.show-form) {
        display: none;
    }
    .promo-form--show > *:not(.show-form) {
        display: block;
    }
    .promo-form--show .show-form {
        display: none;
    }
    .promo-form__submit--show {
        display: block;
    }
}
@media (min-width: 1024px) {
    .promo-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 40px;
        background-color: #f7f7f7;
    }
    .promo-form--aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 0;
    }
    .promo-form--reviews {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
    }
    .promo-form:not(.promo-form--reviews):not(.promo-form--aside) * + * {
        margin-left: 15px;
    }
    .promo-form__label {
        padding: 5px 0;
        margin: 0;
    }
    .promo-form__input--contacts {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .promo-form__submit {
        padding: 10px 20px;
        margin-top: 0;
    }
    .promo-form__submit--aside {
        margin-top: 10px;
		background-color: #8bc34a;
		border: 4px solid #8bc34a;
    }
	.promo-form__submit--aside:hover {
		background-color: #8bc34a;
	}
}
.index-info {
    padding: 45px 20px 20px;
}
#load-more { cursor: pointer }
.index-info__descr {
    display: none;
    max-width: 670px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
}
@media (min-width: 1024px) {
    .index-info {
        padding: 75px 0 0;
    }
    .index-info__descr {
        display: block;
    }
}
.mtitle {
    margin: 0;
    line-height: 106%;
    font-weight: bold;
    font-size: 30px;
    margin-top: -1rem;
}
@media (min-width: 1024px) {
    .mtitle {
        font-size: 36px;
    }
    .mtitle--index {
        margin-bottom: 30px;
        font-size: 48px;
    }
}
.subtitlem {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.subtitlem--mcallback {
    text-align: center;
    margin: 0;
}
.subtitlem--formcontacts {
    margin-bottom: 25px;
    text-align: start;
}
.subtitlem--serv-call {
    margin-bottom: 20px;
    text-align: center;
}
.subtitlem--serv-call br {
    display: none;
}
@media (min-width: 768px) {
    .subtitlem--serv-call {
        margin-bottom: 30px;
        text-align: start;
    }
    .subtitlem--serv-call br {
        display: inline;
    }
}
@media (min-width: 1024px) {
    .subtitlem--serv-call {
        margin-bottom: 40px;
    }
    .subtitlem--projects {
        margin-bottom: 30px;
    }
}
.titlesub {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 106.4%;
    color: #000000;
}
.mservs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 10px;
}
.mservs-list__one {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
    border: 5px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mservs-list--page {
    padding: 0 20px;
}
@media (min-width: 768px) {
    .mservs-list {
        padding: 0 20px;
    }
    .mservs-list--page {
        margin: 20px 0 50px;
    }
}
@media (min-width: 1024px) {
    .mservs-list {
        padding: 0;
    }
    .mservs-list--page {
        margin: 35px 0 70px;
    }
}
.mserv-one {
    position: relative;
    width: 145px;
    height: 145px;
    padding: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mserv-one:hover {
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
}
.mserv-one--page {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 115px;
}
.mserv-one--page .mserv-one__preview {
    width: 90px;
    height: 85px;
}
.mserv-one--install {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.mserv-one__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.mserv-one__title {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.mserv-one__title br {
    display: none;
}
.mserv-one__preview {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 80px;
    line-height: 0;
}
.mserv-one__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
}
.mserv-one__price {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 200.4%;
    color: #000000;
}
@media (min-width: 480px) {
    .mserv-one--page,
    .mserv-one--install {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}
@media (min-width: 768px) {
    .mserv-one--page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    .mserv-one--instll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1024px) {
    .mserv-one {
        padding: 20px;
        height: 190px;
    }
    .mserv-one__title {
        font-size: 18px;
    }
    .mserv-one__title br {
        display: inline;
    }
    .mserv-one__preview {
        width: 120px;
    }
    .mserv-one--page {
        height: 160px;
    }
    .mserv-one__price {
        margin: 0;
        font-size: 20px;
    }
    .mserv-one--install .mserv-one__title {
        font-size: 20px;
        line-height: 144%;
    }
}
@media (min-width: 1200px) {
    .mserv-one {
        padding: 40px 30px;
    }
    .mserv-one--page {
        padding: 25px 20px;
    }
    .mserv-one__title {
        max-width: 195px;
        font-size: 20px;
    }
    .mserv-one__preview {
        width: 130px;
    }
}
.mtab--steps {
    display: none;
}
.mtab--quest {
    display: block;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .mtab--quest {
        padding: 0px 20px;
    }
}
@media (min-width: 1024px) {
    .mtab--quest {
        display: none;
        padding: 0px;
    }
}
.mtabs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}
.mtabs__btns {
    display: block;
    margin-bottom: 40px;
	padding: 0 20px;
}

.mtabs__btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    border-bottom: 3px dashed transparent;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.mtabs__btn--active {
    font-weight: bold;
    border-bottom-color: #000;
}
.mtabs__btn:hover {
    border-bottom-color: #000;
}
.mtabs__btn + .mtabs__btn {
    margin-left: 30px;
}
@media (min-width: 768px) {
    .mtabs {
        margin-top: 40px;
    }
    .mtabs__btn + .mtabs__btn {
        margin-left: 40px;
    }
}
@media (min-width: 1024px) {
    .mtabs {
        display: block;
        margin-top: 60px;
    }
    .mtabs__btns {
        display: block;
		padding: 0;
    }
    .mtabs__one {
        display: none;
    }
    .mtabs__one--active {
        display: block;
    }
}
@media (min-width: 1200px) {
    .mtabs {
        margin-top: 80px;
    }
    .mtabs__btn + .mtabs__btn {
        margin-left: 60px;
    }
}
.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.steps__one {
    -webkit-box-flex: 33%;
    -ms-flex: 33% 1 0px;
    flex: 33% 1 0;
}
.one-step {
    padding: 40px 25px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.one-step--1 {
    background-image: url("../images/step1.jpg");
}
.one-step--2 {
    background-image: url("../images/step2.jpg");
}
.one-step--3 {
    background-image: url("../images/step3.jpg");
}
.one-step__title {
    margin: 0 0 35px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 144%;
    text-transform: uppercase;
}
.one-step__title--number {
    display: block;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 400;
    color: #838383;
}
.one-step__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 170%;
}
.one-step__link {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.one-step__link:hover {
    color: #8bc34a;
}
.question--open .question__title {
    font-weight: bold;
}
.question--open .question__btn-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.question--open .question__text {
    height: auto;
    padding: 20px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.question + .question {
    margin-top: 5px;
}
.question__head {
    position: relative;
    padding: 25px 20px;
    padding-right: 80px;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;

}
.question__title {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 141.4%;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
	padding-right: 40px;
}
.question__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 20px;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.question__btn-icon {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.question__text {
    height: 0;
    padding: 0 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 149.9%;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .question__head {
        padding: 20px;
    }
    .question + .question {
        margin-top: 15px;
    }
}
.footcontacts {
    margin: 40px 0 0;
    padding: 0px;
}

@media (max-width: 768px) {
	.footcontacts {
			margin: 0;
			background-color: #fff;
			padding: 20px 0;
	}

}

.footcontacts__info {
    padding: 0 10px;
}
.footcontacts__info .subtitle {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
	
}
@media (max-width: 768px) {
	.footcontacts__info .subtitle {
		padding: 0 10px;
	}
}
.footer_container {
	align-items: center;
	grid-gap: 20px;
	
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	width: 100%;
	display: grid !important;
	
}

@media (max-width: 768px) {
	.footer_container {
	display: flex !important;
	flex-direction: column;
	width: 100%;

}
.footcontacts-info {
	width: 100%;
align-items: center !important;
    justify-content: flex-start !important;
}
}

.footcontacts__map {
    display: block;
    margin-top: 20px;
}
.footcontacts__map img {
    width: 100%;
}
@media (min-width: 768px) {
    .footcontacts {
        margin: 30px auto 60px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footcontacts__info {
        -webkit-box-flex: 360px;
        -ms-flex: 360px 0 0px;
        flex: auto;
   
        background-color: #fff;
        padding: 0;
    }
    .footcontacts__map {
        display: block;
        -webkit-box-flex: calc(100% - 390px);
        -ms-flex: calc(100% - 390px) 1 1;
        flex: calc(100% - 390px) 1 1;
        margin-top: 0;
    }
    .footcontacts__map img {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .footcontacts {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .footcontacts {
        width: 100%;
        margin: 60px auto 115px;
    }
    .footcontacts__info {
      
        padding-bottom: 40px;
    }
}
.footcontacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #adadad;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
	justify-content: center;
	align-items: center;
}
.footcontacts-info__icon {
    margin-right: 22px;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	display: flex;
}
.footcontacts-info__icon img {
    vertical-align: middle;
}
.footcontacts-info:hover {
    border-color: #000;
}
.footcontacts-info--mail {
    display: none;
}
@media (min-width: 768px) {
    .footcontacts-info--mail {
        display: block;
    }
}
.breads {
    display: none;
    padding: 35px 20px 20px;
}
.breads * + * {
    position: relative;
    margin-left: 45px;
}
.breads * + *::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #e0e0e0;
}
.breads a {
    font-weight: 300;
    font-size: 14px;
    line-height: 173.4%;
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.breads a:hover {
    color: #8bc34a;
}
.breads span {
    font-weight: 300;
    font-size: 14px;
    line-height: 173.4%;
    color: #686868;
}
@media (min-width: 768px) {
    .breads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .breads {
        padding-right: 0;
        padding-left: 0;
    }
}
.inform {
    padding: 40px 20px 30px;
}
.inform__descr {
    display: block;
	margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 173.4%;
}
@media (min-width: 768px) {
    .inform {
        padding: 0 20px;
    }
    .inform__descr {
        display: block;
        max-width: 710px;
    }
}
@media (min-width: 1024px) {
    .inform {
        padding: 0;
    }
}
.comm {
    padding-top: 30px;
}
.comm__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 106.4%;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.comm__phone:hover {
    color: #8bc34a;
}
.comm__phone + .comm__phone {
    margin-top: 20px;
}
.comm__phone-text {
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
}
.comm__right {
    margin-top: 40px;
}
.comm__title {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 200.4%;
    color: #000000;
}
.comm__data {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 186.4%;
    color: #000000;
}
.comm__data--bold {
    font-weight: bold;
}
@media (min-width: 768px) {
    .comm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: space-beetween;
        -ms-flex-pack: space-beetween;
        justify-content: space-beetween;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .comm__left,
    .comm__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .comm__right {
        margin: 0;
    }
    .comm__title {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .comm__data {
        font-size: 16px;
    }
    .comm__phone + .comm__phone {
        margin-top: 30px;
    }
}
.experts {
    padding: 0 20px 100px;
}
@media (min-width: 768px) {
    .experts {
        padding: 60px 0px 20px;
    }
    .experts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.expert + .expert {
    margin-top: 45px;
}
.expert__info {
    padding-top: 5px;
    padding-left: 18px;
}
.expert__photo {
    width: 115px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	height: 119px;
}

.expert__photo img {
		height: 119px;
}

.expert__name {
    margin: 0 0 17px;
    font-weight: bold;
    font-size: 18px;
    line-height: 106.4%;
}
.expert__job {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d5d5d5;
    font-size: 14px;
    line-height: 106.4%;
}
.expert__years {
    margin: 0;
    font-size: 14px;
    line-height: 106.4%;
}
@media (min-width: 768px) {
    .expert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
        padding: 0;
        -webkit-box-flex: 33%;
        -ms-flex: 33% 1 0px;
        flex: 33% 1 0;
    }
    .expert + .expert {
        margin-top: 0;
    }
    .expert--center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .expert--end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .expert__info {
        padding: 0;
    }
    .expert__photo {
        width: 119px;
    }
}
@media (min-width: 1024px) {
    .expert {
        margin-bottom: 70px;
    }
}
.map-sect {
    margin: 40px 0 60px;
}
.map-sect__head {
    padding: 0 20px;
}
.map-sect__yamap {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .map-sect {
        margin: 50px 0 65px;
    }
    .map-sect__head {
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .map-sect {
        margin: 55px 0 75px;
    }
}
.reviews {
    padding: 30px 20px 0px;
}
.reviews__more {
    display: none;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: #000;
    border: 2px solid #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 196.9%;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.reviews__more:hover {
    color: #000;
    background-color: #fff;
}
.reviews__pag {
    margin-top: 20px;
}
.reviews--proj .reviews__one:nth-child(n + 3) {
    display: none;
}
.reviews--proj.reviews--open .reviews__one {
    display: flex;
}
@media (max-width: 768px) {
    .reviews {
        background-color: #f8f8f8;
    }
    .reviews:not(.reviews--open) .reviews:not(.reviews--open) .reviews__pag {
        display: none;
    }
    .reviews:not(.reviews--open) .reviews__more {
        display: block;
    }
    .expert__job {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 20px;
        padding-bottom: 0px;
        border-bottom: none;
        font-size: 14px;
        line-height: 106.4%;
    }
    .expert__years {
        display: none;
    }
    .expert__name {
        padding-bottom: 20px;
        border-bottom: 2px solid #d5d5d5;
    }
    .index-page .expert__info {
        margin-top: -7px;
    }
}
@media (min-width: 411px) {
    .index-page .expert__info {
        margin-top: 12px;
    }
}
@media (max-width: 326px) {
    .expert__name {
        padding-bottom: 7px;
        border-bottom: 2px solid #d5d5d5;
    }
    .fixed-call2 {
        left: 0.8rem !important;
    }
    .mobile-btnm__icon {
        width: 25px;
    }
}
@media (min-width: 768px) {
    .reviews {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }
    .reviews--proj {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .reviews--proj {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.review {
    padding: 30px 25px 40px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review + .review {
    margin-top: 15px;
}
.review__name {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 218.4%;
}
.review__text {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 196.9%;
}
.review__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: nowrap;
    -ms-flex-align: nowrap;
    align-items: nowrap;
}
.review__rate {
    width: 110px;
}
.review__rate img {
    width: 100%;
}
.review__date {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
@media (min-width: 768px) {
    .review {
        -webkit-box-shadow: 0px 5px 21px rgba(176, 176, 176, 0.12);
        box-shadow: 0px 5px 21px rgba(176, 176, 176, 0.12);
    }
    .review__info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .review__date {
        margin-left: 50px;
    }
}
.pagination-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}
.pagination-rev__link {
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.pagination-rev__link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pagination-rev__link--prev img {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination-rev__order-link {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 106.4%;
    color: #000000;
    text-decoration: none;
}
.pagination-rev__order-link--current {
    font-weight: 500;
}
.pagination-rev__order-link + .pagination-rev__order-link {
    margin-left: 30px;
}
.review-btns {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .review-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 25px;
    }
}
@media (min-width: 1024px) {
    .review-btns {
        margin-top: 35px;
    }
}
.btn-rev {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.6;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.btn-rev:hover {
    background-color: #000;
    color: #fff;
}
.btn-rev--black {
    background-color: #000;
    font-weight: 500;
    color: #fff;
}
.btn-rev--black:hover {
    background-color: #fff;
    color: #000;
}
.btn-rev--yellow {
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
    color: #000;
}
.btn-rev--yellow:hover {
    background-color: #fff;
    color: #000;
}
.btn-rev + .btn-rev {
    margin-top: 5px;
}
@media (min-width: 768px) {
    .btn-rev {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 195px;
    }
    .btn-rev + .btn-rev {
        margin-top: 0;
        margin-left: 15px;
    }
}
.price-list {
    padding: 25px 15px;
}
@media (min-width: 768px) {
    .price-list {
        margin-top: 20px;
        padding: 20px;
        background-color: #f8f8f8;
    }
}
@media (min-width: 1024px) {
    .price-list {
        margin-top: 30px;
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .price-list {
        padding: 35px;
    }
}
.price-category {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 4px 5px rgba(171, 171, 171, 0.45);
    box-shadow: 0 4px 5px rgba(171, 171, 171, 0.45);
}
.price-category__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.price-category__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 137.9%;
}
.price-category__price {
    font-weight: bold;
    font-size: 16px;
    line-height: 106.4%;
}
.price-category__description {
    width: 100%;
    margin: 15px 0 0;
    font-size: 13px;
    color: #a3a3a3;
}
.price-category__btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 5;
    cursor: pointer;
}
.price-category__icon {
    width: 15px;
    height: 15px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.price-category__icon * {
    stroke: #000;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.price-category__list {
    display: none;
    padding: 20px 10px 0;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.price-category--open {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.price-category--open .price-category__header {
    background-color: #eaeaea;
}
.price-category--open .price-category__list {
    display: block;
}
.price-category--open .price-category__icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .price-category {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .price-category__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 30px;
        border-radius: 15px;
        background-color: #fff;
        cursor: pointer;
    }
    .price-category__title {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 325px;
        margin: 0;
        font-weight: bold;
        font-size: 20px;
    }
    .price-category__price {
        margin-left: auto;
        font-weight: bold;
        font-size: 24px;
        color: #e7a222;
    }
    .price-category__icon {
        width: 40px;
        height: 40px;
        margin-left: 50px;
        background-color: #edebeb;
    }
    .price-category__list {
        padding: 20px 30px;
    }
    .price-category--open:not(.price-category--serv) .price-category__icon {
        background-color: #fff;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .price-category--open:not(.price-category--serv) .price-category__icon path + path {
        stroke: transparent;
    }
    .price-category--serv .price-category__title {
        font-weight: normal;
        font-size: 15px;
        line-height: 120%;
    }
    .price-category--serv .price-category__price {
        margin-left: auto;
        font-weight: bold;
        font-size: 18px;
        line-height: 106.4%;
        color: #000;
    }
    .price-category--serv .price-category__icon {
        margin-left: 40px;
        background-color: transparent;
    }
    .price-category--serv .price-category__list {
        padding-top: 30px;
        padding-left: 50px;
    }
}
@media (min-width: 1024px) {
    .price-category--serv .price-category__price {
        margin-left: 40px;
    }
    .price-category--serv .price-category__icon {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .price-category__header {
        padding: 20px 40px;
    }
    .price-category__list {
        padding: 20px 40px 30px;
    }
    .price-category + .price-category {
        margin-top: 10px;
    }
    .price-category--serv .price-category__price {
        margin-left: 80px;
    }
}
.price-item + .price-item {
    margin-top: 10px;
}
.price-item__title {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 165.9%;
}
@media (min-width: 768px) {
    .price-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-item__title {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        font-size: 18px;
        line-height: 2.3;
    }
    .price-item__price {
        display: block;
        margin-right: 60px;
        font-weight: bold;
        font-size: 18px;
        line-height: 2.2;
    }
}
.serv-callback {
    display: block;
	        padding: 30px 20px;
        background-image: url(../images/scall-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
		margin: 35px 0;
}
.serv-callback--one {
    display: block;
    padding: 40px 15px 50px;
    background-color: #efefef;
}
.serv-callback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .serv-callback {
        
        padding: 30px;
    }
    .serv-callback__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        max-width: 465px;
    }
}
@media (min-width: 1200px) {
    .serv-callback {
        padding: 40px 60px 50px;
    }
    .serv-callback__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        max-width: 465px;
    }
}
.ready-proj {
    margin-top: 50px;
    padding: 0 15px;
}
.ready-proj .slider {
    height: 185px;
    overflow: hidden;
    max-width: 350px;
    margin-bottom: 0px;
}
.ready-proj .slider ul {
    margin: 0;
    padding: 0;
}
.ready-proj .slider ul img {
    width: 100%;
}
.ready-proj .slider .bx-wrapper {
    position: relative;
    border: none;
}
.ready-proj .slider .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 175px;
}
.ready-proj .slider .bx-wrapper .bx-controls-direction a:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.ready-proj .slider .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(../images/prev.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 52%;
    left: 10px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
}
.ready-proj .slider .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../images/next.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 52%;
    right: 10px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
}
.ready-proj .slider_pager ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ready-proj .slider_pager ul li {
    margin: 0 3px 0px 0;
    display: inline-block;
    cursor: pointer;
    width: 24%;
}
.ready-proj .slider_pager ul li a img {
    border: 1px solid #ddd;
    width: 100%;
    height: auto;
}
.ready-proj .slider_pager ul .active img {
    border: 1px solid #0546a2;
}
@media (min-width: 1024px) {
    .ready-proj {
        padding: 0;
    }
}
.proj + .proj {
    margin-top: 65px;
}
.proj__info {
    padding: 30px 5px 0;
}
.proj__title {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 164.4%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
}
.proj__done {
    margin-bottom: 20px;
}
.proj__subtitle {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 164.4%;
    color: #000000;
}
.proj__list {
    margin: 0;
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
}
.proj__item {
    font-weight: 300;
    font-size: 13px;
    line-height: 164.4%;
}
.proj__data {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 164.4%;
}
.proj__price {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 164.4%;
    color: #e7a222;
}
.proj__btn {
    display: block;
    margin-top: 30px;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 218.4%;
    color: #000;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.proj__btn:hover {
    background-color: #fbdb40;
    border-color: #fbdb40;
}
@media (min-width: 1024px) {
    .proj {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
    .proj + .proj {
        margin-top: 70px;
    }
    .proj__previews {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    }
    .proj__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0;
    }
    .proj__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .proj__done {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
        margin: 0;
    }
    .proj__done + .proj__done {
        margin-top: 10px;
    }
    .proj__subtitle {
        margin: 0;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        font-size: 14px;
        line-height: 164.4%;
    }
    .proj__item {
        font-weight: 300;
        font-size: 12px;
        line-height: 21px;
    }
    .proj__btn {
        margin-top: 25px;
    }
}
@media (min-width: 1200px) {
    .proj {
        gap: 30px;
    }
    .proj__done {
        gap: 20px;
    }
}
.prev-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
}
.prev-list__item {
    width: 24%;
    height: 40px;
}
.prev-list__item--big {
    width: 100%;
    height: 110px;
}
.prev-list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
@media (min-width: 480px) {
    .prev-list__item {
        height: 100px;
    }
    .prev-list__item--big {
        height: 220px;
    }
}
@media (min-width: 580px) {
    .prev-list__item {
        height: 200px;
    }
    .prev-list__item--big {
        height: 320px;
    }
}
@media (min-width: 1024px) {
    .prev-list__item {
        height: 70px;
    }
    .prev-list__item--big {
        height: 175px;
    }
}
body {
    font-family: "Ubuntu";
}
img {
    width: inherit;
    line-height: 0;
}
.site + .bottom {
    margin-top: 40px;
}
@media (min-width: 1024px) {
    .site {
        width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .site__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 20px;
    }
    .site__servs {
        margin-top: 25px;
    }
}
@media (min-width: 1200px) {
    .site {
        width: 1090px;
    }
    .site__content {
        padding-right: 50px;
    }
    .site__servs {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .mcallback-mobile {
        display: none;
    }
}
.benefits.is-on-top {
    padding: 25px 33px 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 7px;
}
.is-show-desktop {
    display: block;
}
@media (max-width: 767px) {
    .is-show-desktop {
        display: none;
    }
}
.is-show-mobile {
    display: none;
}
@media (max-width: 767px) {
    .is-show-mobile {
        display: block;
    }
}
.serv-callback {
    display: block;
}

@media (min-width: 768px) {
    .benefits.benefits--proj {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefits.benefits--proj .benefits__title {
        width: 100%;
    }

    .benefits.benefits--proj .benefits__one {
        margin-top: 0;
        zoom: 0.9;
    }
}

.question__text {
    transition: all 0.35s;
}
.question__btn {
    transition: all 0.3s;
}
.question__title {
    font-weight: 400 !important;
}
.question--open .question__btn-icon {
    transition: all 0.3s;
}
.question__text {
    padding: 1rem !important;
}

.thanks__title {
    font-size: 3rem;
}
.thanks__text {
    font-size: 20px;
    line-height: 173.4%;
    max-width: 800px;
    text-align: center;
}
.thanks__btn {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
    background: #8bc34a;
    color: #000;
    text-decoration: none;
    border-radius: 3rem;
}

.thanks {
    min-height: 47.5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading.index {
    margin-bottom: 3rem;
}

.reviews--proj .reviews__one:nth-child(n + 3) {
    display: flex;
}
.heading__emblem {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    color: #000;
    text-decoration: none;
}
.heading__emblem span {
    font-weight: 700;
}
.heading__emblem img {
    width: 3rem;
    height: 3rem;
}

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

.fixed-container {
    position: fixed;
	display: flex !important;
    font-size: 1.5rem;
    z-index: 11111111;
    color: #fff;
    bottom: 1rem;

    border: none;
    display: none;
    align-items: center;
    justify-content: center;
	grid-gap: 10px;
	
	width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  
}

.fixed-icon {
	height: 40px;
	width: 40px;
	min-height: 40px;
	min-width: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
		.fixed-icon:first-child {
			background: #43D65C;
		}
		.fixed-icon:last-child {
			background: #2ABCFF;
		}
		
.fixed-call2 {
    padding: 0.7rem;
    font-size: 1.5rem;
    background: #8bc34a;
    border-radius: 3rem;
    z-index: 11111111;
    color: #fff;
    bottom: 1rem;

    border: none;
    display: none;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.fixed-call2 img {
    width: 20px;
    height: 20px;
}


.main-navm__tel, .main-navm__social {
    display: none;
}


.flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row span {
    line-height: 1;
    padding-top: 5px;
}

.flex-row .raing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: auto;
}
.flex-row .raing:before {
    display: block;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../images/star.svg);
    background-size: contain;
    margin-right: 10px;
}

.raing_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.raing_row .stars {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
}

.raing_row .stars::before {
    display: block;
    content: "";
    width: 14px;
    height: 13px;
    background: url(../images/star.svg);
    background-size: contain;
    margin-right: 3px;
    margin-bottom: 1px;
}

.rating_detalisation {
    margin: 32px 0;
}

.raing_row .progress_bar {
    background: #e2e2e2;
    height: 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 8px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2px;
}

.mtabs__btn:nth-child(1) {
    display: none !important;
}

.steps {
    display: none !important;
}

.mtabs__one {
    display: block !important;
}

.raing_row .progress_bar span {
    background: #f0bb3f;
    display: block;
    height: 4px;
    border-radius: 5px;
}

.mtabs__btn {
    font-weight: bold;
    border-bottom-color: #000;
}

.review__rate {
    display: flex;
}

.review__rate img {
    width: 1rem;
    margin-right: 2px;
}

.fixed-call2 {
    width: 85% !important;
    font-size: 1rem !important;
    text-decoration: none !important;
}
.main-navm__tel {
    text-decoration: none !important;
}

.price-category--open .price-category__list {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .mtabs__btn + .mtabs__btn {
        margin-left: 0px !important;
    }
	.page-inform .expert {
		flex: unset !important;
	}
	
	.page-inform .expert .expert__info{
    display: none;
	}
}

@media (max-width: 768px) {
	.expert_container {
		flex-direction: column;
	}
}
.page-inform .expert {
    margin: 0;
}

.expert_container {
		display: flex;
		align-items: flex-start;
		grid-gap: 20px;
		margin-top: 18px;
}

nav {
    z-index: 12;
}


        .footer-contacts__item {
            display: block;
            padding: 1rem 1.5rem;
            border-radius: 3rem;
            text-transform: uppercase;
            font-size: 1rem;
            background: #8bc34a;
            font-weight: 700;
            color: #fff !important;
			display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 3.5px;
	  text-decoration: unset;
        }
        .footer-contacts__item a {
            color: #fff !important;
			text-decoration: none;
        }
		.footer-contacts__items-social {
			display: flex;
			justify-content: space-beetween;
			align-items: center;
			grid-gap: 15px;
			background: transparent;
			padding: 0;
			
		}
		.footer-contacts__items-social a {
			display: flex;
			justify-content: center;
			align-items: center;
			grid-gap: 3.5px;
			margin-top: 15px !important;
			text-transform: none;
			width: 100%;
			text-decoration: none;
		}

		.footer-contacts__items-social a:first-child {
			background: #43D65C;
		}
		.footer-contacts__items-social a:last-child {
			background: #2ABCFF;
		}
		
@media screen and (max-width: 764px) {
    .fixed-call2 {
        opacity: 0;
        display: flex;
        transition: all .3s;
        visibility: hidden;
    }
    .fixed-call2.visible {
        opacity: 1;
        visibility: visible;
    }

    .main-navm__link {
        font-size: 20px;
    }

    .main-navm__list .main-navm__tel {
        margin-top: 80px;
    }

    .main-navm__list .main-navm__tel a {
        text-decoration: none;
    }

    .heading {
        margin-bottom: 0rem;
    }
    .heading__emblem span {
        font-weight: 700;
    }

    .raing_row .stars::before {
        background-size: cover;
    }

    @media (max-width: 768px) {
        .main-navm {
            top: 5rem;
        }
        .mtitle {
            margin-bottom: 1.5rem;
        }
        .page-inform .expert {
            margin: 0;
            display: flex !important;
            gap: 15px;
        }

        .page-inform .expert__info {
            padding-left: 0;
        }

        .main-navm__tel, .main-navm__social {
            display: block;
            padding: 1rem 1.5rem;
            border-radius: 3rem;
            text-transform: uppercase;
            font-size: 1rem;
            background: #8bc34a;
            font-weight: 700;
            color: #fff !important;
			display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 3.5px;
        }
        .main-navm__tel a {
            color: #fff !important;
        }
		.main-navm__social {
			display: flex;
			justify-content: space-beetween;
			align-items: center;
			grid-gap: 15px;
			background: transparent;
			padding: 0;
			
		}
		.main-navm__social a {
			display: flex;
			justify-content: center;
			align-items: center;
			grid-gap: 3.5px;
			margin-top: 15px !important;
			text-transform: none;
			width: 100%;
		}
		.main-navm__social a span {
			
		}
		.main-navm__social a:first-child {
			background: #43D65C;
		}
		.main-navm__social a:last-child {
			background: #2ABCFF;
		}
        .heading.index {
            margin-bottom: 0;
        }

        .page-inform.inform {
            padding-bottom: 0;
        }

        .price-list {
            padding-top: 10px;
        }
    }

    .mobile-btnm--open .mobile-btn__line--1 {
        transform: rotate(45deg) translate(4px, -3px);
    }

    .mobile-btnm--open .mobile-btn__line--2 {
        opacity: 0;
    }

    .mobile-btnm--open .mobile-btn__line--3 {
        transform: rotate(-45deg) translate(-10px, -5px);
    }

    .mtabs .mtabs__btn {
        border: none;
        cursor: alias;
    }
}

.consult-modal-head-video-point {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.03rem solid #fff;
    border-radius: 50%;
    background-color: #69b53a;
    bottom: 7.3rem;
    left: 6.5rem;
    overflow: hidden;
    z-index: 2;
    animation: pulse 2.6s linear 0s infinite running;
    -webkit-animation: pulse 2.6s linear 0s infinite running;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}
.online_text {
    color: #69b53a;
    vertical-align: super;
    font-size: smaller;
    display: inline; /* Р§С‚РѕР±С‹ С‚РµРєСЃС‚ РЅРµ РїРµСЂРµРЅРѕСЃРёР»СЃСЏ */
}
.reviews-page .flex-row {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .footcontacts {
        margin: 20px auto 115px;
        margin-bottom: -20px;
    }
    .master-page .footcontacts {
        margin: 0 auto !important;
    }
    .master-page .mtabs {
        margin-top: 10px !important;
    }
    .price-page .mtabs {
        margin-top: 10px !important;
    }
    .contacts-page .mtabs {
        margin-top: 10px !important;
        margin-bottom: -20px;
    }
    .index-page .mtabs {
        margin-top: 20px !important;
    }
    .index-page .footcontacts {
        margin: 20px auto 115px;
        margin-bottom: -20px;
    }
    .index-page .price-list {
        margin-top: -15px;
    }
}
@media (max-width: 768px) {
    .mobile_margin {
        margin: -5px 0 25px 0 !important;
    }

    .contacts-page .mtabs {
        background-color: white;
        padding: 15px 0 0 0;
    }
    .promo--callback {
        margin: 40px 0 -35px 0;
    }
    .inform__descr {
        margin: 20px 0 0;
    }
}
@media (max-width: 900px) {
    .consult-modal-head-video-point {
        bottom: 7.6rem;
        left: 6.4rem;
    }
}
/* ======================= */
.inform__descr a.contact-trigger {
    color: rgb(0, 0, 238);
    display: inline-block;
    width: 140px;

    line-height: 1;
}
.inform__descr a.contact-trigger span {
    display: inline-block;
    position: relative;
    top: 2px;
}
.inform__descr a.contact-trigger svg {
    fill: currentColor;
    height: 18px;
    width: 100%;
}
.inform__descr a.contact-trigger svg text {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}
.contact-trigger.footer-contacts__item {
    color: #fff;
}
.contact-trigger.footer-contacts__item span {
    padding-left: 25px;
    background: url("/assets/images/icon-phone.svg") 0 0 / 13px 18px no-repeat;
}
.contact-trigger.footer-contacts__item svg {
    fill: currentColor;
    height: 20px;
    width: 100%;
}
.contact-trigger.footer-contacts__item svg text {
    font-size: 18px;
    font-weight: 700;
}
.contact-trigger.main-navm__tel {
    color: #fff;
}
.contact-trigger.main-navm__tel span {
    padding-left: 25px;
    background: url("/assets/images/icon-phone.svg") 0 0 / 13px 18px no-repeat;
}
.contact-trigger.main-navm__tel svg {
    fill: currentColor;
    height: 20px;
    width: 100%;
}
.contact-trigger.main-navm__tel svg text {
    font-size: 18px;
    font-weight: 700;
}
.contact-trigger.heading__phone {
    color: #000;
    display: inline-block;
    width: 160px;
    text-align: right;
}
.contact-trigger.heading__phone svg {
    fill: currentColor;
    height: 20px;
    width: 100%;
}
.contact-trigger.heading__phone svg text {
    font-size: 18px;
    font-weight: 700;
}
.contact-trigger.bottom-phone {
    color: #8bc34a;
    display: inline-block;
    width: 160px;
}
.contact-trigger.bottom-phone svg {
    fill: currentColor;
    height: 20px;
    width: 100%;
}
.contact-trigger.bottom-phone svg text {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width:1024px){
    .contact-trigger.bottom-phone svg text {
        font-size: 16px;
    }
}
@media (max-width:767px){
    .contact-trigger.fixed-call2 {
        font-size: 18px !important;
        font-weight: 700;
    }

    .contact-trigger.heading__phone {
        color: #fff;
        width: 190px;
    }
    .contact-trigger.heading__phone svg {
        width: 165px;
    }
    .contact-trigger.heading__phone span {
        padding-left: 25px;
        background: url("/assets/images/icon-phone.svg") 0 0 / 13px 18px no-repeat;
    }
}

.linetin {
    line-height: 100%;}

.heading__emblem {
    white-space: nowrap;
}

.benefits__one {
    max-width: 100%;
}

#reviews-container {
    display: none;
}

.one-info__descr {
    font-size: 12px;
}

.benefits__one {
    align-items: flex-start;
}

.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    max-width: calc(100% - 40px);
    width: 576px;
    background: white;
    margin: 100px auto;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
}

.modal-close {
    margin-top: 10px;
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

@media(min-width: 767px) {
    .price-item__title, .price-item__price {
        font-size: 16px;
    }
}

.heading__top::before {
    position: absolute;
    content: '';
    top: -20px;
    right: -9999px;
    bottom: 0;
    left: -9999px;
    background: #8CC34C;
    z-index: -1;
}

.heading.index {
    border: none;
    margin-bottom: 20px;
}

.consult-modal-head-video-point {
    display: none;
}

.expert__photo {
    border-radius: 50%;
    overflow: hidden;
}

body > .wrapper {
    overflow: hidden;
}

.serv-callback {
    display: none;
}

.price-item__title {
    position: relative;
}

.price-item__title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -24px;
    width: 16px;
    height: 16px;
    background: url(../images/check.svg) no-repeat center/cover;
}

.price-category__item.price-item:last-child .price-item__title::before {
    display: none;
}

.new-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.new-buttons__button {
    width: calc(50% - 10px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #8CC34C;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    transition: .2s;
    cursor: pointer;
}

.new-buttons__button:hover {
    background: #7BB23C;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
    margin: 50px 0 80px;
}

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

.advantages__item-img {
    flex-shrink: 0;
    width: 50px;
}

.advantages__item-title {
    font-weight: bold;
}

.advantages__item-desc {
    font-size: 14px;
    margin-top: 5px;
}

.maside__benefits.benefits, .maside__sale.maside__sale--sticky.promo {
    display: none;
}

.review {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    padding: 0
}

.review__info {
    order: -1;
    flex-direction: column;
}

.review__date {
    margin: 10px 0 0;
}

.review__name {
    line-height: 300%;
    margin: 0;
}

.reviews--proj {
    padding-left: 20px;
    padding-right: 20px;
}

#load-more {
    width: 100%;
    max-width: none;
    border-radius: 100px;
}

.master-docs {
    width: calc(100% - 40px);
    display: flex;
    gap: 20px;
    background: #FFFBE8;
    border-radius: 8px;
    padding: 15px;
    margin: 30px auto 10px;
    box-sizing: border-box;
}

.master-docs__img {
    width: 60px;
    flex-shrink: 0;
}

.master-docs__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.footcontacts {
    display: none;
}

.bottom__nav.bottom-nav {
    display: none;
}

.bottom__contacts {
    text-align: left;
}

.bottom__title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}

.question__head {
    padding-left: 64px;
}

.question__btn {
    justify-content: flex-start;
    cursor: pointer;
}

.question__btn-icon img {
    display: block;
}

.question__btn-icon {
    background: #8CC34C;
    border-radius: 50%;
    padding: 4px;
}

.popup, .popup-reviews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 111111111;
}

.popup--visible {
    opacity: 1;
    visibility: visible;
}

.popup__content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.popup__close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup input {
    margin-top: 12px;
}

.popup label {
    display: block;
}

.popup label + label {
    margin-top: 20px;
}

.popup .promo-form__submit {
    background: #8CC34C;
    margin-top: 24px;
    border-radius: 100px;
}

.benefits.is-show-mobile.is-on-top {
    display: none;
}

.hide-xl {
    display: none !important;
}

@media(max-width: 767px) {
    .hide-sm { display: none !important; }
    .show-sm { display: block !important; }
    .show-sm-flex { display: flex !important; }

    .heading__top {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }

    .heading__top::before {
        top: 0;
    }

    .heading__contacts {
        max-width: max-content;
        margin-top: 0;
        flex-basis: auto;
        margin-left: auto;
    }

    .heading__phone {
        color: #000;
    }

    .heading__phone svg path {
        fill: #000;
    }

    .expert__info {
        display: none;
    }

    h1.mtitle {
        max-width: calc(100% - 135px);
        min-height: 63px;
    }

    .page-inform.inform {
        position: relative;
    }

    .experts__one.expert.expert--start {
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .expert_container {
        margin-top: 78px;
    }

    .new-buttons__button {
        width: 100%;
    }

    .advantages {
        grid-template-columns: 100%;
        gap: 20px;
        margin-bottom: 50px;
    }

    .advantages + .new-buttons {
        margin-bottom: 50px;
    }

    .price-item__title {
        padding-left: 10px;
    }

    .price-item__title::before {
        top: 3px;
        left: -11px;
    }

    .price-category__item.price-item:last-child .price-item__title {
        padding-left: 0;
    }

    .question__title {
        padding-right: 0;
    }

    .bottom {
        padding-bottom: 90px;
    }

    .bottom__content:last-child {
        padding: 0 20px;
    }

    .reviews__one.review {
        padding: 20px;
    }

    .review__text {
        margin-bottom: 0;
    }

    .master-docs {
        width: 100%;
        margin: 0;
    }

    .master-docs__wrap {
        border-radius: 10px;
        background: #fff;
        padding: 20px;
    }
}

.promo-form__input {
    margin-bottom: 0;
    padding: 13px 20px;
    border: none;
    background-color: #fff;
    border: 1px solid #8bc34a;
}
#popup-reviews {
    align-items: flex-start;
    overflow-y: scroll;
}

#popup-reviews .popup__content {
    margin: 50px 0;
    width: calc(100% - 20px);
    max-width: 768px;
    box-sizing: border-box;
}