@font-face {
    font-family: "manrope-bold";
    src: url("../fonts/manrope-bold.eot");
    src: url("../fonts/manrope-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-bold.ttf") format("truetype"), url("../fonts/manrope-bold.woff") format("woff"), url("../fonts/manrope-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "manrope-medium";
    src: url("../fonts/manrope-medium.eot");
    src: url("../fonts/manrope-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-medium.woff") format("woff"), url("../fonts/manrope-medium.woff2") format("woff2"), url("../fonts/manrope-medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap
}

body {
    font-family: "manrope-medium";
    font-weight: 500
}

@font-face {
    font-family: "manrope-bold";
    src: url("../fonts/manrope-bold.eot");
    src: url("../fonts/manrope-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-bold.ttf") format("truetype"), url("../fonts/manrope-bold.woff") format("woff"), url("../fonts/manrope-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "manrope-medium";
    src: url("../fonts/manrope-medium.eot");
    src: url("../fonts/manrope-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-medium.woff") format("woff"), url("../fonts/manrope-medium.woff2") format("woff2"), url("../fonts/manrope-medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap
}

body {
    font-family: "manrope-medium";
    font-weight: 500
}

select {
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("../images/arrow-black-down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 13px !important
}

select:focus {
    background-image: url("../images/arrow-black-up.svg") !important
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

body {
    color: #343434
}

.logo {
    height: 80px;
    width: 130px
}

.logo__img {
    width: inherit;
    height: inherit;
    object-fit: contain
}

.footer__info img {
    height: 80px;
    width: 130px;
    object-fit: contain
}

.btn {
    border-radius: 5px;
    transition: all .2s ease-out
}

.btn_green {
    color: #fff;
    background: linear-gradient(92.78deg, #2AAA8A -5.7%, #32CD32 104.61%)
}

.btn:hover {
    opacity: .8
}

button {
    cursor: pointer;
    outline: none;
    border: none
}

input {
    outline: none
}

.container {
    padding: 0 120px
}

.space {
    margin-top: 120px
}

.title {
    font-weight: 700;
    font-size: 30px
}

.calculator {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px
}

.calculator input,
.calculator select {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.calculator input {
    padding: 15px 20px
}

.calculator input::placeholder {
    color: #c5c5c5
}

.calculator select {
    padding: 0 20px;
    font-size: 14px;
    outline: none
}

.calculator input,
.calculator select,
.calculator .btn,
.calculator__count {
    flex: 1
}

.calculator__count {
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.calculator__btn {
    height: fit-content;
    height: 20px
}

.calculator__btn img {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.text {
    color: #888;
    line-height: 160%
}

@keyframes call {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.call {
    background-color: #1bb999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    animation: call 3s ease-out infinite;
    display: none
}

.header-btn {
    height: 40px;
    width: 50px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #1bb999;
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px
}

.header-btn__line {
    background-color: #1bb999;
    height: 2px;
    width: 80%
}

.mobile-menu {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.mobile-menu__inner {
    height: 100%;
    width: 300px;
    background-color: #222;
    padding: 40px 25px;
    position: relative;
    transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%)
}

.mobile-menu__title {
    font-size: 25px;
    margin-bottom: 25px
}

.mobile-menu__close {
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 0
}

.mobile-menu__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 18px
}

.mobile-menu__drop {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.mobile-menu__drop.active .mobile-menu__dropdown {
    display: flex
}

.mobile-menu__drop.active .mobile-menu__current img {
    transform: rotate(180deg)
}

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

.mobile-menu__current img {
    transition: all .2s linear
}

.mobile-menu__dropdown {
    flex-direction: column;
    gap: 12px;
    padding-left: 15px;
    display: none
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1
}

.mobile-menu.active .mobile-menu__inner {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.header {
    color: #fff;
    height: 90vh;
    border-radius: 0 0 60px 60px;
    background-repeat: no-repeat;
    background-position: center top -50px;
    background-size: cover;
    position: relative
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0
}

.header__main {
    display: flex;
    align-items: center;
    gap: 24px
}

.header__location {
    position: relative
}

.header__dropdown {
    position: absolute;
    top: 30px;
    right: 0;
    text-align: right;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.header__dropdown.active {
    visibility: visible;
    opacity: 1
}

.header__li {
    cursor: pointer
}

.header__current,
.header__phone {
    display: flex;
    align-items: center;
    gap: 4px
}

.header__arrow {
    transition: all .2s linear
}

.header__current {
    cursor: pointer
}

.header__current ::selection {
    background-color: rgba(0, 0, 0, 0)
}

.header__current.active .header__arrow {
    transform: rotate(180deg)
}

.header .btn {
    padding: 15px 40px
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 24px
}

.header__link {
    position: relative
}

.header__drop {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: max-content;
    position: absolute;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(92.78deg, #2AAA8A -5.7%, #32CD32 104.61%);
    padding: 10px;
    border-radius: 10px;
    z-index: 999
}

.header__drop::after {
    content: "";
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -20px
}

.header__drop.active {
    visibility: visible;
    opacity: 1
}

.header__content {
    position: absolute;
    bottom: 100px
}

.header__content .btn {
    display: none
}

.header__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 150%
}

.header__text {
    font-weight: 500;
    font-size: 18px
}

.header .calculator {
    position: absolute;
    bottom: -40px;
    left: 120px;
    right: 120px;
    filter: drop-shadow(0 5px 25px rgba(0, 0, 0, .13))
}

.header__currents {
    display: flex;
    align-items: center;
    gap: 7px
}

.header__currents img {
    transition: all .2s linear
}

.header__currents.active img {
    transform: rotate(180deg)
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.features__box {
    padding: 30px 30px 50px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.features__box:nth-child(6),
.features__box:nth-child(3) {
    border-right: none
}

.features__box:nth-child(6),
.features__box:nth-child(4),
.features__box:nth-child(5) {
    border-bottom: none
}

.features__box:nth-child(7) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.features__box:nth-child(6) .btn {
    padding: 15px 40px
}

.features__icon {
    height: 50px;
    width: 50px;
    object-fit: contain
}

.features__title {
    margin: 14px 0 16px;
    font-weight: 700;
    font-size: 18px
}

.features__text {
    color: #888;
    font-size: 14px;
    line-height: 130%
}

.about__info {
    margin: 16px 0 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between
}

.about__info img {
    height: 140px;
    width: 300px
}

.about__info .text {
    width: 800px
}

.text2 {
    width: 800px
}

.about__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.about__img {
    width: 100%;
    height: 300px;
    border-radius: 40px;
    object-fit: cover
}

.about__item {
    padding: 40px 30px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.about__item:nth-child(3),
.about__item:nth-child(6) {
    border-right: none
}

.about__item:nth-child(4),
.about__item:nth-child(6),
.about__item:nth-child(5) {
    border-bottom: none
}

.about__title {
    font-weight: 600;
    margin: 16px 0;
    font-size: 18px
}

.about__text {
    font-size: 14px;
    color: #888;
    line-height: 130%
}

.questions {
    background: #f7f7f7;
    border-radius: 60px 60px 0 0;
    margin-top: 60px;
    padding: 60px 0 90px
}

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

.questions__item {
    border-bottom: 1px solid #d9d9d9
}

.questions__current {
    padding-right: 30px;
    gap: 20px;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer
}

.questions__current::selection {
    background-color: rgba(0, 0, 0, 0)
}

.questions__current svg {
    position: absolute;
    height: 15px;
    width: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.questions__current.active svg {
    transform: rotate(180deg)
}

.questions__current.active path {
    stroke: #1bb999
}

.questions__content {
    margin-top: 20px;
    color: #888;
    display: none;
    padding-bottom: 15px
}

.questions__content::selection {
    background-color: rgba(0, 0, 0, 0)
}

.questions__content.active {
    display: block
}

.discount {
    width: 100%;
    border-radius: 60px;
    position: relative;
    bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 150px;
    padding-right: 200px;
    margin: auto
}

.discount .calculator {
    width: 80%
}

.discount__title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 140%;
    width: 65%
}

.clients__inner {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.clients__link {
    padding: 10px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center
}

.clients__link:nth-child(8),
.clients__link:nth-child(9),
.clients__link:nth-child(10),
.clients__link:nth-child(11),
.clients__link:nth-child(12),
.clients__link:nth-child(13),
.clients__link:nth-child(14) {
    border-bottom: none
}

.clients__link:nth-child(7),
.clients__link:nth-child(14) {
    border-right: none
}

.clients__img {
    width: 100%;
    border-radius: 10px;
    height: inherit;
    object-fit: contain
}

.contact__map {
    margin: 40px 0
}

.contact__map iframe {
    width: 100%;
    border-radius: 10px
}

.contact__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 24px;
    border-top: 1px solid #d9d9d9
}

.contact__title {
    font-size: 18px;
    margin-bottom: 10px
}

.contact__info {
    color: #888
}

.footer {
    background: #272727;
    color: #888
}

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

.footer__title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 24px
}

.footer__bottom {
    border-top: 1px solid #383838;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

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

.footer__link:hover {
    color: #1bb999
}

.footer__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%
}

.footer__links {
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    display: block
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer__social svg {
    height: 25px;
    width: 25px
}

.footer__social:hover path {
    fill: #1bb999
}

.what__inner {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px
}

.what__text {
    margin-bottom: 35px;
    color: #888;
    line-height: 140%;
    font-size: 18px
}

.service__inner {
    margin-top: 40px
}

.service__item {
    height: 620px;
    width: 100%;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.service__dot {
    position: absolute
}

.service__arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.service__prev {
    left: -50px
}

.service__next {
    right: -50px
}

.service__content {
    background: #fff;
    box-shadow: 0 8px 23px rgba(0, 0, 0, .23);
    border-radius: 10px;
    padding: 20px;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out;
    position: relative;
    z-index: 9999
}

.service__content.active {
    opacity: 1;
    visibility: visible
}

.service__target {
    cursor: help;
    position: relative;
    z-index: 999
}

.service__title {
    font-weight: 700;
    font-size: 16px
}

.service__text {
    font-size: 14px;
    color: #888;
    width: 240px
}

.service_podderz-uborka-kvartiry .service__dot--1 {
    left: 45%;
    top: 20%
}

.service_podderz-uborka-kvartiry .service__dot--2 {
    right: 15%;
    bottom: 0%
}

.service_podderz-uborka-kvartiry .service__dot--3 {
    left: 5%;
    bottom: 35%
}

.service_uborka-posle-remonta .service__dot--1 {
    right: 5%;
    top: 20%
}

.service_uborka-posle-remonta .service__dot--2 {
    left: 25%;
    top: 20%
}

.service_uborka-posle-remonta .service__dot--3 {
    left: 45%;
    bottom: 0%
}

.service_uborka-posle-remonta .service__dot--4 {
    right: -5%;
    bottom: 8%
}

.service_uborka-posle-remonta .service__dot--5 {
    left: 5%;
    bottom: 35%
}

.service_moyka-okon-i-vitrin .service__dot--1 {
    left: 45%;
    top: 10%
}

.service_moyka-okon-i-vitrin .service__dot--2 {
    right: 15%;
    top: 25%
}

.service_moyka-okon-i-vitrin .service__dot--3 {
    left: 10%;
    bottom: 35%
}

.service_moyka-okon-i-vitrin .service__dot--4 {
    right: -3%;
    top: 20%
}

.service_udaleniye-zapakhov-khimchistka .service__dot {
    position: absolute
}

.service_udaleniye-zapakhov-khimchistka .service__dot--1 {
    left: 40%;
    bottom: 25%
}

.service_udaleniye-zapakhov-khimchistka .service__dot--2 {
    left: 20%;
    bottom: 5%
}

.service_udaleniye-zapakhov-khimchistka .service__dot--3 {
    right: 12%;
    bottom: 20%
}

.service_meditsinksikh .service__dot--1 {
    right: 40%;
    bottom: 0%
}

.service_meditsinksikh .service__dot--2 {
    left: 15%;
    top: 20%
}

.service_meditsinksikh .service__dot--3 {
    right: 5%;
    top: 35%
}

.service_meditsinksikh .service__dot--4 {
    right: 12%;
    bottom: 20%
}

.service_meditsinksikh .service__dot--5 {
    bottom: 30%;
    left: 35%
}

.service_uborka-kommercheskikh-pomeshcheniy .service__dot--1 {
    bottom: 40%;
    left: 5%
}

.service_uborka-kommercheskikh-pomeshcheniy .service__dot--2 {
    top: 35%;
    left: 44%
}

.service_uborka-kommercheskikh-pomeshcheniy .service__dot--3 {
    bottom: 35%;
    right: 25%
}

.service_uborka-kommercheskikh-pomeshcheniy .service__dot--4 {
    bottom: 5%;
    left: 45%
}

.service_uborka-kommercheskikh-pomeshcheniy .service__dot--5 {
    top: 10%;
    left: 35%
}

.service_proizvodstvennykh .service__dot--1 {
    bottom: 35%;
    left: 55%
}

.service_proizvodstvennykh .service__dot--2 {
    bottom: 0%;
    left: 45%
}

.service_proizvodstvennykh .service__dot--3 {
    top: 10%;
    left: 35%
}

.service_proizvodstvennykh .service__dot--4 {
    top: 25%;
    left: 15%
}

.service_proizvodstvennykh .service__dot--5 {
    top: 35%;
    right: 23%
}

.service_kompleksnaya .service__dot--1 {
    top: 20%;
    right: 0%
}

.service_kompleksnaya .service__dot--2 {
    bottom: 10%;
    left: 20%
}

.service_kompleksnaya .service__dot--3 {
    bottom: 0%;
    left: 40%
}

.service_kompleksnaya .service__dot--4 {
    top: 35%;
    left: 30%
}

.service_kompleksnaya .service__dot--5 {
    top: 40%;
    right: 30%
}

.service_kompleksnaya .service__dot--6 {
    bottom: 10%;
    right: -5%
}

.service_uborka-kvartiry .service__dot {
    position: absolute
}

.service_uborka-kvartiry .service__dot--1 {
    left: 45%;
    top: 20%
}

.service_uborka-kvartiry .service__dot--2 {
    bottom: 30%;
    right: 15%
}

.service_uborka-kvartiry .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_uborka-kvartiry .service__dot--3 {
    top: 40%;
    left: 27%
}

.service_uborka-kvartiry .service__dot--4 {
    bottom: 5%;
    left: 35%
}

.service_uborka-kvartiry .service__dot--5 {
    left: 10%;
    bottom: 0%
}

.service_uborka-kvartiry .service__dot--6 {
    bottom: 5%;
    right: 40%
}

.service_uborka-kvartiry .service__dot--6 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_uborka-kvartiry .service__dot--7 {
    right: 40%;
    bottom: 35%
}

.service_uborka-kvartiry .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_uborka-kvartiry .service__dot--8 {
    display: none
}

.service_help .service__item {
    background-position: center bottom
}

.service_help .service__dot {
    position: absolute
}

.service_help .service__dot--1 {
    top: 30%;
    left: 10%
}

.service_help .service__dot--2 {
    bottom: 15%;
    left: 20%
}

.service_help .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_help .service__dot--3 {
    top: 45%;
    left: 40%
}

.service_help .service__dot--4 {
    left: 45%;
    top: 65%
}

.service_help .service__dot--5 {
    left: 70%;
    bottom: 20%
}

.service_help .service__dot--5 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_help .service__dot--6 {
    bottom: 5%;
    right: 40%
}

.service_help .service__dot--6 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_help .service__dot--7 {
    right: 10%;
    bottom: 65%
}

.service_help .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_help .service__dot--8 {
    display: none
}

.service_build .service__item {
    height: 700px;
    background-position: center center
}

.service_build .service__dot {
    position: absolute
}

.service_build .service__dot--1 {
    top: 15%;
    left: 16%
}

.service_build .service__dot--2 {
    bottom: 10%;
    left: 20%
}

.service_build .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_build .service__dot--3 {
    top: 5%;
    left: 27%
}

.service_build .service__dot--4 {
    left: 45%;
    bottom: 0%
}

.service_build .service__dot--5 {
    left: 55%;
    bottom: 25%
}

.service_build .service__dot--6 {
    bottom: 40%;
    right: 10%
}

.service_build .service__dot--6 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_build .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_build .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_build .service__dot--8 {
    display: none
}

.service_office .service__item {
    height: 700px
}

.service_office .service__dot {
    position: absolute
}

.service_office .service__dot--1 {
    top: 25%;
    left: 2%
}

.service_office .service__dot--2 {
    bottom: 24%;
    left: 20%
}

.service_office .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_office .service__dot--3 {
    bottom: 5%;
    left: 30%
}

.service_office .service__dot--4 {
    left: 50%;
    bottom: 5%
}

.service_office .service__dot--4 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_office .service__dot--5 {
    left: 65%;
    bottom: 35%
}

.service_office .service__dot--6 {
    top: 10%;
    right: 20%
}

.service_office .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_office .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_office .service__dot--8 {
    display: none
}

.service_business .service__item {
    height: 700px
}

.service_business .service__dot {
    position: absolute
}

.service_business .service__dot--1 {
    top: 25%;
    left: 2%
}

.service_business .service__dot--2 {
    bottom: 24%;
    left: 20%
}

.service_business .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_business .service__dot--3 {
    bottom: 5%;
    left: 30%
}

.service_business .service__dot--4 {
    left: 50%;
    bottom: 5%
}

.service_business .service__dot--4 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_business .service__dot--5 {
    left: 65%;
    bottom: 35%
}

.service_business .service__dot--6 {
    top: 10%;
    right: 20%
}

.service_business .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_business .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_business .service__dot--8 {
    display: none
}

.service_store .service__item {
    height: 700px
}

.service_store .service__dot {
    position: absolute
}

.service_store .service__dot--1 {
    top: 25%;
    left: 2%
}

.service_store .service__dot--2 {
    bottom: 24%;
    left: 20%
}

.service_store .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_store .service__dot--3 {
    bottom: 5%;
    left: 30%
}

.service_store .service__dot--4 {
    left: 50%;
    bottom: 5%
}

.service_store .service__dot--4 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_store .service__dot--5 {
    left: 65%;
    bottom: 35%
}

.service_store .service__dot--6 {
    top: 10%;
    right: 20%
}

.service_store .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_store .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_store .service__dot--8 {
    display: none
}

.service_shelf .service__item {
    height: 700px
}

.service_shelf .service__dot {
    position: absolute
}

.service_shelf .service__dot--1 {
    top: 25%;
    left: 2%
}

.service_shelf .service__dot--2 {
    bottom: 24%;
    left: 20%
}

.service_shelf .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_shelf .service__dot--3 {
    bottom: 5%;
    left: 30%
}

.service_shelf .service__dot--4 {
    left: 50%;
    bottom: 5%
}

.service_shelf .service__dot--4 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_shelf .service__dot--5 {
    left: 65%;
    bottom: 35%
}

.service_shelf .service__dot--6 {
    top: 10%;
    right: 20%
}

.service_shelf .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_shelf .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_shelf .service__dot--8 {
    display: none
}

.service_death .service__item {
    height: 700px
}

.service_death .service__dot {
    position: absolute
}

.service_death .service__dot--1 {
    left: 65%;
    bottom: 35%
}

.service_death .service__dot--2 {
    top: 50%;
    right: 15%
}

.service_death .service__dot--2 .service__content {
    top: -120px;
    position: absolute
}

.service_death .service__dot--3 {
    top: 25%;
    left: 2%
}

.service_death .service__dot--4 {
    left: 50%;
    bottom: 5%
}

.service_death .service__dot--4 .service__content {
    top: -120px;
    left: -200px;
    position: absolute
}

.service_death .service__dot--5 {
    bottom: 5%;
    left: 30%
}

.service_death .service__dot--6 {
    top: 10%;
    right: 20%
}

.service_death .service__dot--7 {
    right: 15%;
    bottom: 10%
}

.service_death .service__dot--7 .service__content {
    top: -120px;
    left: -250px;
    position: absolute
}

.service_death .service__dot--8 {
    display: none
}

.service_pozhara .service__dot--1 {
    right: 0%;
    top: 5%
}

.service_pozhara .service__dot--2 {
    left: 40%;
    top: 20%
}

.service_pozhara .service__dot--3 {
    right: 45%;
    bottom: 0%
}

.service_pozhara .service__dot--4 {
    left: 25%;
    bottom: 35%
}

.service_pozhara .service__dot--5 {
    right: 15%;
    bottom: 10%
}

.service_pozhara .service__dot--6 {
    right: 5%;
    bottom: 30%
}




.service_khimchistka-mebeli .service__dot--1 {
    left: 15%;
    bottom: 30%
}

.service_khimchistka-mebeli .service__dot--2 {
    left: 35%;
    bottom: 10%
}

.service_khimchistka-mebeli .service__dot--3 {
    right: 35%;
    top: 30%;
}

.service_khimchistka-mebeli .service__dot--4 {
    right: 5%;
    bottom: 30%
}

.service_moyka-yakht-i-katerov .service__dot--1 {
    left: 15%;
    top: 15%;
}
.service_moyka-yakht-i-katerov .service__dot--2 {
    left: 30%;
    bottom: 25%
}
.service_moyka-yakht-i-katerov .service__dot--3 {
    right: 35%;
    bottom: 0%
}
.service_moyka-yakht-i-katerov .service__dot--4 {
    right: 5%;
    bottom: 30%
}

.service_uborka-ofisnykh-pomeshcheniy .service__dot--1 {
    left: 5%;
    top: 20%;
}
.service_uborka-ofisnykh-pomeshcheniy .service__dot--2 {
    right: 30%;
    top: 30%;
}
.service_uborka-ofisnykh-pomeshcheniy .service__dot--3 {
    right: 35%;
    bottom: 0%
}
.service_uborka-ofisnykh-pomeshcheniy .service__dot--4 {
    left: 25%;
    bottom: 20%
}


.service_uborka-sluzhebnykh-pomeshcheniy .service__dot--1 {
    top: 15%;
    left: 15%;
}
.service_uborka-sluzhebnykh-pomeshcheniy .service__dot--2 {
    left: 45%;
    bottom: 0%
}
.service_uborka-sluzhebnykh-pomeshcheniy .service__dot--3 {
    left: 40%;
    bottom: 40%
}


.service_posle-potopa .service__dot--1 {
    left: 30%;
    bottom: 30%
}
.service_posle-potopa .service__dot--2 {
    left: 10%;
    bottom: 35%
}
.service_posle-potopa .service__dot--3 {
    right: 35%;
    bottom: 20%
}
.service_posle-potopa .service__dot--4 {
    top: 20%;
    right: 15%;
}







@media(max-width:1400px) {
    .discount {
        padding: 0 60px
    }

    .discount__title {
        font-size: 25px
    }

    .discount .calculator {
        width: 100%
    }
}

@media(max-width:1200px) {
    .container {
        padding: 0 60px
    }

    .features {
        padding-top: 60px;
        grid-template-columns: repeat(2, 1fr)
    }

    .features__box {
        border: none
    }

    .text {
        font-size: 14px
    }

    .header {
        height: 60vh
    }

    .header .calculator {
        left: 60px;
        right: 60px;
        display: grid;
        bottom: -80px;
        grid-template-columns: repeat(2, 1fr)
    }

    .header__content {
        bottom: 150px
    }

    .header .btn {
        font-size: 14px;
        padding: 14px 20px
    }

    .header__menu {
        display: none
    }

    .about__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }

    .about__item {
        border: none;
        padding: 0
    }

    .clients__inner {
        grid-template-columns: repeat(5, 1fr)
    }

    .clients__link:nth-child(7) {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9
    }

    .clients__link:nth-child(8),
    .clients__link:nth-child(9),
    .clients__link:nth-child(10) {
        border-bottom: 1px solid #d9d9d9
    }

    .clients__link:nth-child(14) {
        border-right: 1px solid #d9d9d9
    }

    .clients__link:nth-child(15) {
        border-right: 1px solid #d9d9d9
    }

    .contact__map iframe {
        height: 400px
    }

    .contact__bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px
    }

    .footer__inner {
        grid-template-columns: repeat(2, 1fr)
    }

    .space {
        margin-top: 60px
    }

    .header-btn {
        display: flex
    }

    .what {
        margin-top: 140px
    }

    .what__inner {
        gap: 40px
    }
}

@media(max-width:1000px) {
    .about__info {
        flex-direction: column
    }

    .about__info .text {
        width: 100%
    }

    .discount .calculator {
        flex-wrap: wrap
    }

    .discount .calculator .btn,
    .discount .calculator input {
        height: 40px
    }

    .header__phone {
        display: none
    }

    .call {
        display: flex
    }

    .questions {
        margin: 60px 0
    }

    .discount {
        bottom: 0;
        width: 95%
    }

    .service__item {
        height: 500px
    }
}

@media(max-width:768px) {
    .about__info .text+div {
        width: 100% !important
    }

    .container {
        padding: 0 30px
    }

    .header .calculator {
        left: 30px;
        right: 30px
    }

    .about__info {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .discount {
        padding: 30px;
        height: 400px
    }

    .clients__inner {
        grid-template-columns: repeat(4, 1fr)
    }

    .clients__link:nth-child(7) {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9
    }

    .clients__link:nth-child(11),
    .clients__link:nth-child(12) {
        border-bottom: 1px solid #d9d9d9
    }

    .clients__link:nth-child(4),
    .clients__link:nth-child(8),
    .clients__link:nth-child(12) {
        border-right: none
    }

    .logo {
        height: 60px;
        width: 150px
    }

    .logo__img {
        height: inherit;
        width: inherit;
        object-fit: contain
    }

    .what {
        margin-top: 160px
    }

    .what__inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .service {
        display: none
    }
}

@media(max-width:620px) {
    .container {
        padding: 0 10px
    }

    .title {
        font-size: 25px
    }

    .header {
        margin-bottom: 200px;
        height: 600px
    }

    .header .calculator {
        grid-template-columns: 1fr;
        left: 10px;
        right: 10px;
        bottom: -200px
    }

    .header .calculator select,
    .header .calculator input,
    .header .calculator .btn {
        height: 50px
    }

    .header__top .btn {
        display: none
    }

    .header__title {
        font-size: 35px
    }

    .header__content .btn {
        display: block;
        width: fit-content;
        margin-top: 20px
    }

    .features {
        grid-template-columns: 1fr
    }

    .about__inner,
    .questions__inner,
    .footer__inner {
        grid-template-columns: 1fr
    }

    .clients__inner {
        grid-template-columns: repeat(3, 1fr)
    }

    .clients__link:nth-child(7) {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9
    }

    .clients__link:nth-child(3),
    .clients__link:nth-child(6),
    .clients__link:nth-child(9) {
        border-right: none
    }

    .clients__link:nth-child(4),
    .clients__link:nth-child(8) {
        border-right: 1px solid #d9d9d9
    }

    .about__img {
        height: 250px
    }

    .questions {
        background-color: #fff
    }

    .header__city {
        display: none
    }

    .features__box {
        padding-left: 0;
        padding-right: 0
    }

    .contact__bottom {
        display: grid;
        grid-template-columns: 1fr
    }

    .discount {
        width: 97%;
        height: fit-content;
        padding: 50px 20px;
        background-position: left
    }

    .discount__title {
        width: 100%;
        font-size: 20px
    }

    .discount .calculator {
        display: grid;
        grid-template-columns: 1fr
    }

    .mobile-menu__inner {
        width: 90%
    }

    .what {
        margin-top: 250px
    }

    .what__text {
        margin-bottom: 15px
    }
}