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

* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a, body, div, footer, h1, h2, h3, h4, h5, h6, header, html, img, li, nav, p, section, span, ul {
    margin: 0;
    padding: 0;
    border: 0
}

footer, header, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: none;
    transition: .3s
}

img, picture {
    display: block;
    width: 100%;
    height: auto
}

a, button, h1, h2, h3, h4, h5, h6 {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #0c0c0c
}

a, button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: .3s
}

body::-webkit-scrollbar {
    transition: all 3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    display: block
}

body::-webkit-scrollbar-track {
    background-color: #ccc
}

body::-webkit-scrollbar-thumb {
    background-color: #676767;
    border-radius: 0
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(../../fonts/roboto/Roboto-Bold/Roboto-Bold.woff) format("woff"), url(../../fonts/roboto/Roboto-Bold/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: italic;
    src: url(../../fonts/roboto/Roboto-Bold-Italic/Roboto-Bold-Italic.woff) format("woff"), url(../../fonts/roboto/Roboto-Bold-Italic/Roboto-Bold-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url(../../fonts/roboto/Roboto-Medium/Roboto-Medium.woff) format("woff"), url(../../fonts/roboto/Roboto-Medium/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    src: url(../../fonts/roboto/Roboto-Medium-Italic/Roboto-Medium-Italic.woff) format("woff"), url(../../fonts/roboto/Roboto-Medium-Italic/Roboto-Medium-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(../../fonts/roboto/Roboto-Regular/Roboto-Regular.woff) format("woff"), url(../../fonts/roboto/Roboto-Regular/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    src: url(../../fonts/roboto/Roboto-Italic/Roboto-Italic.woff) format("woff"), url(../../fonts/roboto/Roboto-Italic/Roboto-Italic.ttf) format("truetype")
}

.all_pages {
    width: 100%;
    height: 100%
}

.all_pages ol {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.all_pages ol li {
    display: list-item;
    list-style: decimal !important;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 25px;
    margin-bottom: 15px
}

.all_pages ol li:last-child {
    margin-bottom: 0
}

.all_pages ol li::marker {
    line-height: 130%
}

.all_pages ol li a {
    font-family: Montserrat, sans-serif;
    color: #000;
    display: block;
    line-height: 130%;
    transition: .3s;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.all_pages ol li a:hover {
    color: #1b9f3c
}

.all_pages ol li a:visited {
    color: #3822b4
}

.all_pages ol li a.active {
    color: green;
    margin-right: 50px
}

.all_pages ol li a.active:before {
    content: "Готово!";
    font-size: 12px;
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    color: #fff;
    background-color: green;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px;
    letter-spacing: .6px
}

body.lock {
    height: 100%;
    overflow: hidden !important
}

.main_wrapper, body.lock {
    width: 100%;
    position: relative
}

.main_wrapper2, body.lock {
    width: 100%;
    position: relative
}

.main_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto
}

.main_wrapper2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    min-height: 100vh;
}

.main_wrapper main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_wrapper2 main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.container {
    max-width: 1362px;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px
}

.d_none {
    display: none
}

.d_none_i {
    display: none !important
}

.d_flex {
    display: -ms-flexbox;
    display: flex
}

.d_flex_i {
    display: -ms-flexbox !important;
    display: flex !important
}

.opacity0 {
    opacity: 0;
    pointer-events: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif
}

.tit72_500 {
    font-size: 72px;
    line-height: normal;
    font-weight: 500;
    color: #2b2d33;
    text-align: center;
    width: 100%
}

.picture-txt__mb-80 {
    margin-bottom: 80px
}

.picture-txt__mb-40 {
    margin-bottom: 40px
}

.tit48 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #2b2d33;
    text-align: center;
    width: 100%
}

.blockquote__pl-100px {
    padding-left: 100px
}

.blockquote__mb-80px {
    margin-bottom: 80px
}

.tit40 {
    font-weight: 500
}

.tit40, .tit40_400 {
    font-size: 40px;
    line-height: normal;
    color: #2b2d33
}

.tit40_400 {
    font-weight: 400
}

.tit38 {
    font-size: 38px
}

.tit34, .tit38 {
    line-height: normal;
    font-weight: 500;
    color: #2b2d33
}

.tit34 {
    font-size: 34px
}

.tit32_400 {
    font-weight: 400
}

.tit32_400, .tit32_500 {
    font-size: 32px;
    line-height: 40px;
    color: #2b2d33
}

.tit32_500 {
    font-weight: 500
}

.blockquote-second {
    padding-left: 128px;
    margin-bottom: 120px
}

.tit30_500 {
    font-weight: 500
}

.tit30_400, .tit30_500 {
    font-size: 30px;
    line-height: 20px;
    color: #2b2d33
}

.tit30_400 {
    font-weight: 400
}

.tit24_500 {
    font-size: 24px;
    line-height: 16px;
    font-weight: 500;
    color: #2b2d33
}

.tit20_500 {
    font-size: 20px;
    color: #000
}

.tit16_500, .tit20_500 {
    line-height: normal;
    font-weight: 500
}

.tit16_500 {
    font-size: 16px;
    color: #2b2d33
}

.tit14 {
    font-size: 14px;
    color: #2b2d33
}

.tit12, .tit14 {
    line-height: normal;
    font-weight: 400
}

.tit12 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #c8ccd0
}

p, span {
    display: block;
    font-size: 16px
}

.txt28, p, span {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000
}

.txt28 {
    font-size: 28px
}

.txt24 {
    font-size: 24px
}

.txt20, .txt24 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000
}

.txt20 {
    font-size: 20px
}

.txt16 {
    font-size: 16px;
    line-height: normal
}

.txt14, .txt16 {
    font-weight: 400;
    color: #2b2d33
}

.txt14 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px
}

.txt12 {
    font-size: 12px;
    line-height: 14px;
    color: #c8ccd0
}

.txt12, a, button {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

a, button {
    font-size: 18px;
    line-height: 140%;
    color: #000
}

.btn_map_icon {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2b2d33;
    padding-left: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: .3s
}

.btn_map_icon:hover {
    opacity: .6
}

.btn_map_icon:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/icons/icon_map_yellow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.btn_white_border {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 224px;
    height: 56px;
    border-radius: 60px;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #c8ccd0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    text-align: center;
    white-space: nowrap
}

.btn_white_border:hover {
    background-color: #fde000;
    border: 1px solid #fde000
}

.btn_yellow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 336px;
    width: 336px;
    height: 72px;
    padding: 20px;
    border-radius: 56px;
    background-color: #fde000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33
}

.btn_yellow:hover {
    background-color: orange
}

.btn_yellow_56 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 16px;
    border-radius: 56px;
    background-color: #fde000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33
}

.btn_yellow_56:hover {
    background-color: orange
}

.btn_yellow_48 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-radius: 48px;
    background-color: #fde000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33
}

.btn_yellow_48:hover {
    background-color: orange
}

.btn_white_border_72 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 336px;
    width: 336px;
    height: 72px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #c8ccd0;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    white-space: nowrap
}

.btn_white_border_72:hover {
    border: 1px solid #2b2d33
}

.btn_white_border_56 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 12px;
    border-radius: 60px;
    background-color: #fff;
    border: 1px solid #c8ccd0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    text-align: center;
    white-space: nowrap
}

.btn_white_border_56:hover {
    border: 1px solid #2b2d33
}

.btn_white_border_50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 12px;
    border-radius: 60px;
    background-color: #fff;
    border: 1px solid #c8ccd0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    text-align: center;
    white-space: nowrap
}

.btn_white_border_50:hover {
    border: 1px solid #2b2d33
}

.btn_grey {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 336px;
    width: 336px;
    height: 72px;
    padding: 20px;
    border-radius: 56px;
    background-color: #c8ccd0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33
}

.btn_grey:hover {
    background-color: #eee
}

.btn_yell_arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 245px;
    width: 245px;
    height: 55px;
    padding: 20px;
    border-radius: 56px;
    background-color: #fde000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    position: relative
}

.btn_yell_arrow:after {
    content: "";
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/icons/icon_arrow_right_dark.svg);
    position: absolute;
    right: 19px;
    top: calc(50% - 18px);
    pointer-events: none;
    transition: .3s
}

.btn_yell_arrow:hover {
    background-color: orange
}

.btn_yell_arrow:hover:after {
    transform: translateX(10px)
}
.order-create__prev-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 0;
    flex-direction: row-reverse;
    font-size: 24px;
    line-height: 92%;
    font-weight: 500;
}
.order-create__prev-btn img {
    transform: rotate(180deg);
    width: 37px;
    height: 37px;
}
.p100 {
    padding: 100px 0
}

.mb48_30 {
    margin-bottom: 48px
}

.mb40_20 {
    margin-bottom: 40px
}

.mb32, .mb32_20 {
    margin-bottom: 32px
}

.mb24_16 {
    margin-bottom: 24px
}

.mb16 {
    margin-bottom: 16px
}

.mb8 {
    margin-bottom: 8px
}

.color_black {
    color: #000
}

.color_yellow {
    color: #fde000
}

.color_red {
    color: #f12727
}

.color_green {
    color: #40a642
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110
}

.header__top {
    min-height: 56px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background: #fff
}

.header__top, .header__top a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top a {
    height: 100%;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    color: #2b2d33
}

.header__bottom {
    margin-top: 32px
}

.header__content {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__content, .header__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.header__cities {
    position: relative
}

.header__cities .cities_all {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    width: 600px;
    padding: 60px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 80
}

.header__cities .cities_all ul {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    overflow: auto;
    max-height: 200px
}

.header__cities .cities_all ul::-webkit-scrollbar {
    transition: all 3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    display: block;
    border-radius: 2px
}

.header__cities .cities_all ul::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 2px
}

.header__cities .cities_all ul::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 40%, .6);
    border-radius: 2px
}

.header__cities .cities_all a:hover {
    color: orange
}

.header__cities .cities_all.active {
    opacity: 1;
    pointer-events: all
}

.header__logo {
    min-width: 193px;
    width: 193px;
    margin-right: 2px
}

.header__logo img, .header__logo picture {
    height: 100%;
    object-fit: contain;
    object-position: center
}

.header__right {
    position: relative
}

.how_work {
    width: 736px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    padding: 32px;
    transition: all .3s;
    pointer-events: none;
    opacity: 0
}

.how_work ol {
    list-style: none;
    counter-reset: a
}

.how_work li {
    position: relative;
    padding-left: 72px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 72px
}

.how_work li:first-child:before, .how_work li:nth-child(2):before, .how_work li:nth-child(3):before, .how_work li:nth-child(4):before, .how_work li:nth-child(5):before, .how_work li:nth-child(6):before, .how_work li:nth-child(7):before, .how_work li:nth-child(8):before, .how_work li:nth-child(9):before {
    content: "" counter(a) ""
}

.how_work li:before {
    counter-increment: a;
    content: counter(a) ".";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c8ccd0;
    border-radius: 50%
}

.how_work li:after, .how_work li:before {
    position: absolute;
    height: 56px;
    text-align: center
}

.how_work li:after {
    content: "";
    display: block;
    left: 28px;
    top: calc(100% + 10px);
    width: 1px;
    background-color: #c8ccd0
}

.how_work li:last-child {
    margin-bottom: 0
}

.how_work li:last-child:after {
    display: none
}

.how_work li h4 {
    margin-bottom: 8px
}

.how_work.active {
    opacity: 1;
    pointer-events: all
}

.header2 .header__bottom {
    margin-top: 26px
}

.footer {
    background-color: #f6f7f8;
    position: relative;
    margin-top: 150px
}

.footer:before {
    content: "";
    display: block;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../img/index/footer_bg_top.png);
    position: absolute;
    top: -150px;
    left: 0;
    right: 0
}

.footer__content {
    padding-top: 52px
}

.footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 48px
}

.footer__top_left h4 {
    margin-bottom: 12px
}

.footer__top_left .link_email {
    margin-bottom: 84px
}

.footer__top_left .link_email:hover {
    color: #c8ccd0
}

.footer__top_left_p {
    margin-bottom: 12px
}

.footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 157px;
    margin-left: 20px
}

.footer__menu_item {
    margin-left: 110px
}

.footer__menu_item:first-child {
    margin-left: 0
}

.footer__menu_item .tit12, .footer__menu_item h4 {
    margin-bottom: 20px
}

.footer__menu_item ul {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 12px
}

.footer__menu_item a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #1c1c1c;
    white-space: nowrap
}

.footer__menu_item a:hover {
    color: #c8ccd0
}

.footer__center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
    position: relative;
    z-index: 10
}

.footer__center:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.footer__center_logo {
    width: 256px;
    margin-right: 20px
}

.footer__center_logo img, .footer__center_logo picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0
}

.footer__bottom a {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #c8ccd0;
    color: #2b2d33
}

.footer__bottom a:hover {
    color: #c8ccd0
}

.footer__bottom a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.input {
    position: relative;
    width: 100%
}

.input input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: .3s;
    width: 100%;
    height: 48px;
    border: 1px solid #c8ccd0;
    border-radius: 6px;
    outline: none;
    color: #2b2d33
}

.input input:focus {
    border: 1px solid #2b2d33
}

.input input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #75808a
}

.input input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #75808a
}

.input input::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #75808a
}

.input input:-ms-input-placeholder, .input input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #75808a
}

.input72 {
    position: relative;
    width: 100%
}

.input72 input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    width: 100%;
    height: 72px;
    border: 1px solid #75808a;
    border-radius: 8px;
    outline: none;
    color: #2b2d33
}

.input72 input:focus {
    border: 1px solid #2b2d33
}

.input72 input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.input72 input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.input72 input::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.input72 input:-ms-input-placeholder, .input72 input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.textarea {
    position: relative;
    width: 100%
}

.textarea textarea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    width: 100%;
    min-height: 94px;
    border: 1px solid #75808a;
    border-radius: 8px;
    outline: none;
    color: #2b2d33;
    resize: vertical
}

.textarea textarea:focus {
    border: 1px solid #2b2d33
}

.textarea textarea::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.textarea textarea::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.textarea textarea::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.textarea textarea:-ms-input-placeholder, .textarea textarea::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #75808a
}

.popup {
    position: fixed;
    inset: 0;
    z-index: 205;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(246, 247, 248, .6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    overflow: auto;
    display: none
}

.popup .div_bg {
    position: absolute;
    inset: 0;
    z-index: 1
}

.popup__content {
    position: relative;
    max-width: 736px;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 88px 64px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px
}

.popup__content .tit40, .popup__content h3 {
    text-align: center;
    width: 100%
}

.popup__content .txt28, .popup__content p {
    text-align: center
}

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

.pop_btns a, .pop_btns button {
    width: 100%;
    min-width: auto;
    height: 64px
}

.pop_btns .btn_red {
    background-color: #d80e0e;
    color: #fff
}

.pop_finalize {
    display: none
}

.pop_finalize:before {
    content: "";
    display: block;
    width: 163px;
    height: 184px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/tracking/popup1.png);
    position: absolute;
    left: 37px;
    top: -55px
}

.pop_finalize .btn_white_border_72 {
    color: #d80e0e
}

.pop_cancel {
    display: none
}

.pop_cancel:after {
    content: "";
    display: block;
    width: 146px;
    height: 178px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/tracking/popup2.png);
    position: absolute;
    right: 31px;
    top: -60px
}

.pop_cancel .tit40, .pop_cancel h3 {
    max-width: 331px;
    margin: 0 auto;
    margin-bottom: 40px
}

.pop_finalize_active {
    display: -ms-flexbox;
    display: flex
}

.pop_finalize_active .pop_finalize {
    display: block
}

.pop_cancel_active {
    display: -ms-flexbox;
    display: flex
}

.pop_cancel_active .pop_cancel {
    display: block
}

.swiper-button-next, .swiper-button-prev {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #c8ccd0;
    background-color: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    top: auto;
    bottom: 0
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 1px solid #fde000
}

.swiper-button-prev {
    background-image: url(../img/icons/icon_arrow_left_dark.svg);
    left: 0
}

.swiper-button-next {
    background-image: url(../img/icons/icon_arrow_right_dark.svg);
    right: 0
}

.swiper-horizontal > .swiper-scrollbar {
    width: calc(98% - 80px);
    left: calc(1% + 40px);
    height: 16px;
    bottom: 8px;
    background-color: #fff
}

.swiper-horizontal > .swiper-scrollbar:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -6px;
    right: -6px;
    border: 1px solid #c8ccd0;
    border-radius: 24px
}

.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #fde000
}

.pt198 {
    padding-top: 198px
}

.bl_header {
    margin-bottom: 146px
}

.bl_header__content {
    position: relative;
    z-index: 10
}

.bl_header__content:before {
    content: "";
    display: block;
    width: 849px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 849px 849px;
    background-image: url(../img/index/header_bg.svg);
    position: absolute;
    top: -330px;
    right: -260px;
    transform: scale(1.2);
    z-index: -1
}

.bl_header.active {
    opacity: .6
}

.two_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.two_block__left {
    min-height: 408px;
    padding: 32px;
    padding-bottom: 45px;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #fff;
    max-width: 51.33%;
    -ms-flex: 1 1 51.33%;
    flex: 1 1 51.33%
}

.two_block__left, .two_block__right {
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.two_block__right {
    height: 440px;
    border-radius: 0px;
    overflow: hidden;
    max-width: 46.94%;
    -ms-flex: 1 1 46.94%;
    flex: 1 1 46.94%
}

.two_block__right .head_img {
    width: 100%;
    height: 100%
}

.two_block__right .head_img img, .two_block__right .head_img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.head_four .tit40, .head_four h1 {
    margin-bottom: 35px
}

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

.head_four__item {
    background-color: hsla(46, 96%, 80%, .5);
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    padding: 16px 13px 13px
}

.head_four__item .tit14, .head_four__item h5 {
    text-align: center
}

.feedback_yell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 55px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}


.feedback_yell .btn_yellow {
    margin-left: 20px
}

.four_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    margin-bottom: 80px;
}

.four_block__item.latest_news {
    padding: 5%;
}

.four_block__text_no_photo {
    background: #ccc;
    border-radius: 8px;
    margin-bottom: 16px;
    height: 160px;
    width: 100%;
}

.four_block__item {
    max-width: 400px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

.four_block__item img {
    max-height: 160px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.four_block__item:last-child {
    width: 343px
}

.four_block__title {
    padding: 6.5px 13px;
    background-color: hsla(46, 96%, 80%, .5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: -moz-fit-content;
    width: fit-content
}

.four_block__texts, .four_block__title {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.four_block__texts {
    padding: 20px 22px 16px 16px;
    background-color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0
}

.four_block__text_hidden {
    height: 57px;
    overflow: hidden;
    margin-bottom: 8px
}

.four_block__text_hidden.active {
    height: auto
}

.btn_read {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #2b2d33;
    text-decoration: underline
}

.btn_read:hover {
    text-decoration: none
}

.bl_find {
    margin-bottom: 283px
}

.select_three {
    max-width: 710px;
    margin: 0 auto;
    margin-bottom: 64px;
    border: 1px solid #c8ccd0;
    border-radius: 56px;
    padding: 22px 39px;
    position: relative;
    z-index: 10
}

.select_three__form {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.select_three__content, .select_three__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.select_three__content {
    -ms-flex-pack: center;
    justify-content: center
}

.select_three__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #c8ccd0;
    margin-bottom: 2px
}

.select_three__date {
    border-right: 1px solid #c8ccd0;
    padding-right: 32px
}

.select_three__number {
    font-size: 16px;
    white-space: nowrap
}

.select_three__number, .select_three__number input {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 130%;
    color: #2b2d33
}

.select_three__number input {
    border: none;
    padding: 0;
    font-size: 16px !important;
    height: auto;
    cursor: pointer
}

.select_three__number input:focus {
    border: none
}

.select_three__number input::-webkit-input-placeholder {
    color: #2b2d33;
    font-weight: 500
}

.select_three__number input::-moz-placeholder {
    color: #2b2d33;
    font-weight: 500
}

.select_three__number input::placeholder {
    color: #2b2d33;
    font-weight: 500
}

.select_three__number input:-ms-input-placeholder, .select_three__number input::-ms-input-placeholder {
    color: #2b2d33;
    font-weight: 500
}

.select_three__time {
    border-right: 1px solid #c8ccd0;
    padding: 0 31px;
    position: relative
}

.select_three__time_body {
    cursor: pointer
}

.select_three__services {
    padding: 0 30px;
    position: relative
}

.select_three__services_body {
    cursor: pointer
}

.vanilla-calendar {
    z-index: 10
}

.vanilla-calendar-day__btn {
    border-radius: 50%
}
.vanilla-calendar-day__btn_today  {
    background-color: transparent !important;
    color: #2b2d33 !important;
    border-radius: 50% !important;
    border: 1px solid #2b2d33 !important
}
.vanilla-calendar-day__btn_selected {
    background-color: #fde000 !important;
    color: #2b2d33 !important;
    border-radius: 50% !important;
    border: none !important;
    font-weight: 500 !important;
}



.time_pop {
    padding: 24px 9px;
    position: absolute;
    left: 0;
    top: calc(100% + 32px);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 16px;
    min-width: 130px;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 10
}

.time_pop ul {
    max-height: 320px;
    overflow: auto;
    padding: 0 23px
}

.time_pop ul li {
    margin-bottom: 16px
}

.time_pop ul li:last-child {
    margin-bottom: 0
}

.time_pop ul::-webkit-scrollbar {
    transition: all 3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    display: block
}

.time_pop ul::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px
}

.time_pop ul::-webkit-scrollbar-thumb {
    background-color: #c8ccd0;
    border-radius: 4px
}

.time_pop .btn_time_pop {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
    color: #2b2d33
}

.time_pop .btn_time_pop:hover {
    color: #c8ccd0
}

.time_pop.active {
    opacity: 1;
    pointer-events: all
}

.serv_pop {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    width: 343px;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.serv_pop__btns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px;
    padding: 12px 24px
}

.serv_pop__btns .btn_serv_pop {
    background-color: #fff;
    padding-top: 4px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    height: 35px;
    color: #717789;
    position: relative
}

.serv_pop__btns .btn_serv_pop:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #d1d5e1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px
}

.serv_pop__btns .btn_serv_pop.active {
    color: #171a1c
}

.serv_pop__btns .btn_serv_pop.active:after {
    background-color: #fde000
}

.serv_pop__items {
    padding: 16px
}

.serv_pop__items ul li {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.serv_pop__items .u-checkbox {
    width: 100%
}

.serv_pop__items .u-checkbox .u-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    position: relative
}

.serv_pop__items .u-checkbox .u-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0
}

.serv_pop__items .u-checkbox .u-check input:checked ~ .u-check__check, .serv_pop__items .u-checkbox .u-check input:focus ~ .u-check__check {
    border: 1px solid #fde000
}

.serv_pop__items .u-checkbox .u-check input:checked ~ .u-check__check:before {
    opacity: 1
}

.serv_pop__items .u-checkbox .u-check__check {
    display: block;
    position: relative;
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border: 1px solid #717789;
    border-radius: 0;
    transition: .3s
}

.serv_pop__items .u-checkbox .u-check__check:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    background-color: #fde000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px auto;
    background-image: url(../img/order/icon_check_dark.svg);
    transition: .3s;
    opacity: 0
}

.serv_pop__items .u-checkbox__p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.serv_pop__items .u-checkbox__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px
}

.serv_pop__items .u-checkbox__icon img, .serv_pop__items .u-checkbox__icon picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.serv_pop__vopros {
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer
}

.serv_pop__vopros img, .serv_pop__vopros picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.serv_pop.active {
    opacity: 1;
    pointer-events: all
}

.btn_search_yell {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fde000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    background-image: url(../img/icons/icon_search_dark.svg)
}

.btn_search_yell:focus, .btn_search_yell:hover {
    background-color: hsla(46, 96%, 80%, .5)
}

.u-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.u-checkbox:hover {
    cursor: pointer
}

.u-checkbox .u-check {
    margin-right: 8px;
    position: relative
}

.u-checkbox .u-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0
}

.u-checkbox .u-check input:checked ~ .u-check__check, .u-checkbox .u-check input:focus ~ .u-check__check {
    border: 1px solid #2b2d33
}

.u-checkbox .u-check input:checked ~ .u-check__check:before {
    opacity: 1
}

.u-checkbox .u-check__check {
    display: block;
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border: 1px solid #c8ccd0;
    border-radius: 4px;
    transition: .3s
}

.u-checkbox .u-check__check:before {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #2b2d33;
    background-color: #2b2d33;
    transition: .3s;
    opacity: 0
}

.u-checkbox__p {
    margin: 0;
    margin-top: 3px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #2b2d33
}

.filter_find {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.filter_find:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100vw - 32px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    pointer-events: none
}

.filter_find__left {
    width: 304px;
    min-width: 304px;
    margin-right: 16px
}

.filter_find__left .btn_white_border {
    width: 100%;
    display: none
}

.filter_find__left .btn_yellow_56 {
    margin-bottom: 8px
}

.filter_find__right {
    width: 100%;
    position: relative
}

.find_aside__item {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 16px
}

.find_aside__item h4 {
    width: 100%
}

.find_aside.active {
    display: none
}

.nouislide__inputs {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 20px
}

.nouislide__inputs .input {
    position: relative
}

.nouislide__inputs .input__title {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #75808a;
    position: absolute;
    top: 6px;
    left: 16px
}

.nouislide__inputs .input input {
    padding-top: 22px;
    padding-bottom: 6px;
    font-size: 14px
}

.nouislide__inputs .input input::-webkit-input-placeholder {
    font-size: 14px
}

.nouislide__inputs .input input::-moz-placeholder {
    font-size: 14px
}

.nouislide__inputs .input input::placeholder {
    font-size: 14px
}

.nouislide__inputs .input input:-ms-input-placeholder, .nouislide__inputs .input input::-ms-input-placeholder {
    font-size: 14px
}

.nouislide__line {
    padding-left: 7px;
    padding-right: 7px
}

.noui_step_main {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: #c8ccd0;
    height: 2px
}

.noui_step_main .noUi-base, .noui_step_main .noUi-connects {
    height: 2px
}

.noui_step_main .noUi-connect {
    background: #fde000
}

.noui_step_main .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -8px;
    top: -8px;
    background-color: #fde000;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    cursor: pointer
}

.noui_step_main .noUi-handle:after, .noui_step_main .noUi-handle:before {
    display: none
}

.find_cleaner .input {
    position: relative
}

.find_cleaner .input input {
    padding-right: 50px
}

.find_cleaner .btn_search {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px auto;
    background-image: url(../img/icons/icon_search_grey.svg)
}

.find_cleaner .btn_search:focus, .find_cleaner .btn_search:hover {
    opacity: .6
}

.find_cleaner__labels ul {
    margin-bottom: 16px
}

.find_cleaner__labels ul li {
    margin-bottom: 16px;
    display: none
}

.find_cleaner__labels ul li:first-child, .find_cleaner__labels ul li:nth-child(2), .find_cleaner__labels ul li:nth-child(3) {
    display: block
}

.find_cleaner__labels ul li:last-child {
    margin-bottom: 0
}

.find_cleaner__labels .btn_show_more {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #75808a;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.find_cleaner__labels .btn_show_more:hover {
    opacity: .6
}

.find_cleaner__labels .btn_show_more:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/icons/icon_arrow_bottom_grey.svg);
    transition: .3s;
    margin-right: 8px
}

.find_cleaner__labels .btn_show_more.active:before {
    transform: rotateX(180deg)
}

.find_cleaner__labels.active ul li {
    display: block
}

.find_rating__labels ul li {
    margin-bottom: 16px
}

.find_rating__labels ul li:last-child {
    margin-bottom: 0
}

.find_rating__labels .u-checkbox__p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.find_rating__labels .u-checkbox__p img, .find_rating__labels .u-checkbox__p picture {
    display: block;
    height: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 6px
}

.filter_top {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 29px
}

.filter_top, .filter_top__menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.filter_top__menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0
}

.filter_top__menu ul li {
    margin-right: 20px
}

.filter_top__menu a, .filter_top__menu button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 128px;
    padding: 13px;
    border: 1px solid #c8ccd0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #2b2d33
}

.filter_top__menu a:hover, .filter_top__menu button:hover {
    border: 1px solid #2b2d33
}

.filter_top__menu a.active, .filter_top__menu button.active {
    border: 1px solid #fde000
}

.filter_top__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.filter_top__icons .filter_icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #c8ccd0;
    border-radius: 50%;
    position: relative;
    margin-left: 20px
}

.filter_top__icons .filter_icon:after, .filter_top__icons .filter_icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.filter_top__icons .filter_icon:before {
    opacity: 1
}

.filter_top__icons .filter_icon:after {
    opacity: 0
}

.filter_top__icons .filter_icon1:before {
    background-image: url(../img/icons/icon_filter1.svg)
}

.filter_top__icons .filter_icon1:after {
    background-image: url(../img/icons/icon_filter1_yell.svg)
}

.filter_top__icons .filter_icon1.active:before {
    opacity: 0
}

.filter_top__icons .filter_icon1.active:after {
    opacity: 1
}

.filter_top__icons .filter_icon2:before {
    background-image: url(../img/icons/icon_filter2.svg)
}

.filter_top__icons .filter_icon2:after {
    background-image: url(../img/icons/icon_filter2_yell.svg)
}

.filter_top__icons .filter_icon2.active:before {
    opacity: 0
}

.filter_top__icons .filter_icon2.active:after {
    opacity: 1
}

.filter_items ul li {
    margin-bottom: 16px
}

.filter_items ul li:last-child {
    margin-bottom: 0
}

.f_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #c8ccd0;
    border-radius: 16px;
    padding: 24px;
    position: relative
}

.f_item__img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
    margin-right: 24px
}

.f_item__img img, .f_item__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.f_item__texts {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.f_item__texts, .f_item__texts_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f_item__texts_top {
    margin-bottom: 16px
}

.f_item__texts_top, .f_item__texts_top_left .f_item__verified {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.f_item__texts_top_left .f_item__verified {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    position: relative;
    color: #2b2d33;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    
}

.status-verified img {
    width: 56px;
    height: 24px;
}

.status-verified picture {
    width: 56px;
    height: 24px;
}

/*.f_item__texts_top_left .f_item__verified:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    margin-right: 4px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50%;*/
/*    background-size: contain;*/
/*    background-image: url(../img/icons/icon_verified_green.svg)*/
/*}*/

.f_item__texts_top_right .f_item__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    /*-ms-flex-pack: end;*/
    /*justify-content: flex-end;*/
    gap: 3.5px;
}

.f_item__texts_top_right .f_item__rating img, .f_item__texts_top_right .f_item__rating picture {
    display: block;
    height: 24px
}

.f_item__texts_top_right .f_item__rating_number {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #1b1d21
}

.f_item__texts_top_right .f_item__review {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #717789;
    margin-right: 0;
    margin-left: auto;
    text-align: right
}

.f_item__texts_top_right .f_item__review a {
    color: #717789;
}

.f_item__texts_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-ms-flex-align: end;*/
    /*align-items: flex-end*/
}

.f_item__texts_bottom_left_p {
    max-width: 325px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 157%;
    font-weight: 400
}

.f_item__texts_bottom_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    /*width: 232px;*/
    width: 161px;
    /*min-width: 232px;*/
    margin-left: 20px
}

.f_item__texts_top_left {
    display: flex;
    gap: 16px;
    align-items: baseline;
}

.f_item__texts_bottom_items {
    display: flex;
    gap: 8px;
    align-items: center;
}

.f_item__texts_bottom_items_block {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #2b2d33;
}

.f_item__texts_bottom_items_block img {
    width: 24px;
    height: 24px;
}

.f_item__texts_bottom_right .f_item__price {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px
}

.f_serv_icon ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0
}

.f_serv_icon ul li {
    margin: 0;
    margin-right: 14px
}

.f_serv_icon ul li:last-child {
    margin-right: 0
}

.f_serv_icon__img {
    width: 24px;
    min-width: 24px;
    height: 24px
}

.f_serv_icon__img img, .f_serv_icon__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.f_pagination {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 130px)
}

.f_pagination, .f_pagination ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.f_pagination ul {
    -ms-flex-pack: center;
    justify-content: center
}

.f_pagination ul li {
    margin: 0;
    margin-right: 28px
}

.f_pagination ul li:last-child {
    margin-right: 0
}

.f_pagination ul li a {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #c8ccd0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2b2d33
}

.f_pagination ul li a:hover {
    border: 1px solid #fde000
}

.f_pagination ul li a.active {
    border: 1px solid #fde000;
    pointer-events: none
}

.f_pagination .btn_pagination {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #c8ccd0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.f_pagination .btn_pagination:hover {
    border: 1px solid #fde000
}

.f_pagination .btn_pagination_left {
    background-image: url(../img/icons/icon_arrow_left_dark.svg)
}

.f_pagination .btn_pagination_right {
    background-image: url(../img/icons/icon_arrow_right_dark.svg)
}

.bl_advantages {
    margin-bottom: 151px
}

.bl_advantages__items ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.bl_advantages__items ul li {
    margin-bottom: 48px
}

.bl_advantages__items ul li:last-child {
    margin-bottom: 0
}

.bl_advantages__items ul li:nth-child(2n) .bl_advantages__item {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.bl_advantages__items ul li:nth-child(2n) .bl_advantages__texts {
    padding-left: 0;
    padding-right: 64px
}

.bl_advantages__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.bl_advantages__img {
    width: 48.8%
}

.bl_advantages__img img, .bl_advantages__img picture {
    display: block;
    width: 100%
}

.bl_advantages__texts {
    width: 51.2%;
    padding-left: 64px
}

.bl_advantages__texts .tit40, .bl_advantages__texts h3 {
    margin-bottom: 48px
}

.bl_advantages__texts p span {
    display: inline-block
}

.bl_faq {
    margin-bottom: 154px
}

.u-accordeons {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    margin-bottom: 90px
}

.u-accordeons ul li {
    display: block;
    border-bottom: 1px solid #c8ccd0
}

.u-accordeons ul li:last-child {
    border-bottom: none
}

.u-btn-accordeon {
    display: block;
    width: 100%;
    padding: 44.5px 32px;
    padding-right: 76px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: normal
}

.u-btn-accordeon:hover {
    cursor: pointer
}

.u-arrow-down {
    position: relative
}

.u-arrow-down:after {
    content: "";
    display: block;
    position: absolute;
    right: 32px;
    top: calc(50% - 21px);
    background-image: url(../img/icons/icon_arrow_bottom_dark.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    transition: .3s;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fde000
}

.u-arrow-down.active:after {
    transform: rotateX(180deg)
}

.u-accordeon-content {
    padding: 0 32px 45px;
    display: none
}

.u-accordeon-content p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #000;
    margin-bottom: 20px
}

.u-accordeon-content p:last-child {
    margin-bottom: 0
}

.u-accordeon-content a {
    margin-bottom: 20px
}

.u-accordeon-content a:last-child {
    margin-bottom: 0
}

.faq_manager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq_manager__texts {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin-right: 102px
}

.faq_manager .btn_manager {
    width: 62px;
    min-width: 62px;
    height: 62px
}

.faq_manager .btn_manager img, .faq_manager .btn_manager picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.bl_download {
    margin-bottom: 152px;
    padding-top: 148px
}

.bl_download__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: linear-gradient(135deg, #e3e8ef, rgba(227, 232, 239, .4));
    border-radius: 20px;
    padding: 32px;
    padding-left: 42.5%;
    position: relative
}

.bl_download__img {
    width: 290px;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 10%;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    background-color: transparent
}

.bl_download__img img, .bl_download__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center
}

.bl_download__texts {
    max-width: 564px
}

.download_apps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.download_apps a {
    display: block;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px
}

.download_apps a:last-child {
    margin-right: 0
}

.download_apps a:hover {
    opacity: .8
}

.download_apps a img, .download_apps a picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.single-page .mb-48 {
    margin-bottom: 48px
}

.single-page .mb-128 {
    margin-bottom: 128px
}

.single-page .mb-152 {
    margin-bottom: 152px
}

.single-page .mb-80 {
    margin-bottom: 80px
}

.single-page .mb-20 {
    margin-bottom: 20px
}

.single-page .mb-104 {
    margin-bottom: 104px
}

.single-page .mw-589 {
    max-width: 589px
}

.single-page .custom-container {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto
}

.index-home {
    position: relative;
    margin-bottom: 216px;
    padding-top: 81px
}

.index-home__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 100px
}

.index-home__bg {
    position: absolute;
    top: -646px;
    left: 50%;
    transform: translateX(-50%);
    width: 1497px;
    height: 1563px;
    pointer-events: none;
    z-index: -1
}

.index-home__btn-cart-wrap {
    padding: 32px 24px 78px;
    max-width: 656px;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 56px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    -ms-flex: 1;
    flex: 1
}

.index-home__picture-cart-wrap {
    max-width: 598px;
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.index-home__picture-cart-wrap picture {
    height: 100%
}

.index-home__picture-cart-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-home__btn-cart-span, .index-home__title {
    text-align: left;
    color: #2b2d33
}

.index-home__title {
    max-width: 548px;
    font-size: 40px;
    font-weight: 500;
    line-height: 46.88px
}

.index-home__learn-btn {
    border: 1px solid #75808a;
    border-radius: 56px;
    padding: 21px 0;
    text-align: center
}

.index-home__learn-btn, .index-home__services-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 296px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px
}

.index-home__services-btn {
    padding: 10px;
    border-radius: 56px;
    background-color: #fde000
}

.index-home__btn-wrap {
    column-gap: 16px
}

.index-home__btn-wrap, .index-home__icon-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.index-home__icon-block {
    max-width: 887px;
    margin: 0 auto;
    column-gap: 56px
}

.index-home__icon-block img {
    width: 100px
}

.index-home__icon1-wrap {
    max-width: 95px;
    height: 137px;
    overflow: hidden
}

.index-home__icon1-wrap img {
    width: 100%
}

.index-home__icon2-wrap {
    max-width: 120px;
    height: 120px;
    overflow: hidden
}

.index-home__icon2-wrap img {
    width: 100%
}

.index-home__icon3-wrap {
    max-width: 99px;
    height: 107px;
    overflow: hidden
}

.index-home__icon3-wrap img {
    width: 100%
}

.index-home__icon4-wrap {
    max-width: 127px;
    height: 117px;
    overflow: hidden
}

.index-home__icon4-wrap img {
    width: 100%
}

.index-home__icon5-wrap {
    max-width: 160px;
    height: 109px;
    overflow: hidden
}

.index-home__icon5-wrap img {
    width: 100%
}

.select-city-popup {
    border-radius: 24px;
    padding: 48px 100px 39px
}

.select-city-popup__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 16px;
    margin-bottom: 40px
}

.select-city-popup__title-wrap h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 44.53px;
    text-align: left
}

.select-city-popup__icon-wrap img {
    width: 29px;
    height: 40px
}

.select-city-popup__subtitle-wrap {
    max-width: 581px;
    margin-bottom: 32px
}

.select-city-popup__subtitle-wrap span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left
}

.select-city-popup__items {
    margin-bottom: 32px
}

.select-city-popup__cities {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    row-gap: 24px
}

.select-city-popup__cities a {
    width: 100%;
    padding: 34px 16px;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center
}

.select-city-popup__cities a:hover {
    background-color: rgba(253, 224, 0, .3);
    transition: all .8s ease
}

.select-city-popup__input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px
}

.select-city-popup__input-wrap span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left
}

.select-city-popup__input-wrap input {
    padding: 24px 16px;
    width: 406px;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    border: 1px solid #75808a
}

.select-city-popup__btn-wrap {
    margin-left: 360px;
    width: 312px
}

.select-city-popup__btn, .select-city-popup__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.select-city-popup__btn {
    width: 100%;
    padding: 21px 0;
    background-color: #fde000;
    border-radius: 56px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    text-align: center
}

.services {
    position: relative;
    padding-bottom: 216px
}

.services__bg {
    position: absolute;
    width: 1725px;
    height: 1507px;
    pointer-events: none;
    z-index: -1
}

.services__bg--left {
    bottom: -447px;
    left: 50%;
    transform: translateX(calc(-50% - 630px))
}

.services__bg--right {
    bottom: -447px;
    left: 50%;
    transform: translateX(calc(-50% + 610px))
}

.services__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.services__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    text-align: center
}

.customer-slider {
    margin-bottom: 100px
}

.customer-slider__wrap {
    padding: 0 64px;
    position: relative
}

.customer-slider__container {
    max-width: 1412px
}

.customer-slider__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px
}

.customer-slider__title {
    color: #2b2d33
}

.customer-slider__parent {
    position: relative
}

.customer-slider__slide {
    padding: 8px;
    height: auto
}

.customer-slider__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.customer-slider__btn {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px
}

.customer-slide {
    padding: 26px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 8px;
    overflow: hidden;
    color: #2b2d33;
    background: #fff;
    height: 100%
}

.customer-slide__top-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.customer-slide__author {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.customer-slide__read-more {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline
}

.customer-slide__rating-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.customer-slide__rating-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.special {
    position: relative;
    padding-bottom: 194px
}

.special__bg {
    position: absolute;
    top: -447px;
    left: 50%;
    width: 1808px;
    height: 1933px;
    pointer-events: none;
    transform: translateX(calc(-50% + 950px));
    z-index: -1
}

.special__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px
}

.special__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    text-align: left
}

.special__items-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

.special__title {
    color: #2b2d33
}

.special__block {
    padding-top: 70px;
    max-width: 845px;
    width: 100%
}

.special__input-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 40px
}

.special__span {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px
}

.special__input {
    max-width: 496px;
    width: 100%;
    padding: 24px 0 24px 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #75808a
}

.special__btn {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 296px;
    width: 100%;
    border-radius: 56px;
    background-color: #fde000;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    padding: 21px 112px
}

.not-found-page, .special__btn {
    display: -ms-flexbox;
    display: flex
}

.not-found-page {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow: hidden
}

.not-found-page__bg {
    position: absolute;
    width: 1321px;
    height: 1410px;
    pointer-events: none;
    z-index: -2
}

.not-found-page__bg--top {
    top: -447px;
    transform: translateX(calc(-50% - 528px))
}

.not-found-page__bg--bottom, .not-found-page__bg--top {
    left: 50%;
    width: 1321px;
    height: 1410px;
    pointer-events: none;
    z-index: -1
}

.not-found-page__bg--bottom {
    bottom: -530px;
    transform: translateX(calc(-50% + 500px))
}

.not-found-page__img-wrap {
    position: absolute;
    top: 83px;
    right: 15px;
    width: 198px;
    height: 270px;
    transform: translate(100%, -100%) rotate(-17deg)
}

.not-found-page__svg-wrap {
    width: 444px;
    height: 196px
}

.not-found-page__block, .not-found-page__svg-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.not-found-page__block {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 17px;
    padding: 81px 0 64px;
    -ms-flex: 1;
    flex: 1
}

.not-found-page__svg-wrap {
    position: relative;
    margin-bottom: 64px
}

.not-found-page__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 58px
}

.not-found-page__text {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    margin-bottom: 32px
}

.not-found-page__subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    text-align: center
}

.not-found-page__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.not-found-page__yellow-btn {
    background-color: #fde000;
    border-radius: 56px
}

.not-found-page__white-btn, .not-found-page__yellow-btn {
    padding: 25px 0;
    width: 312px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    text-align: center
}

.not-found-page__white-btn {
    border-radius: 56px;
    border: 2px solid #75808a;
    background-color: #fff
}

.header-mini {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding-top: 50px
}

.profile_wrapper {
    position: relative
}

.profile_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #fbfcfc;
    z-index: -10
}

.bl_crumbs {
    margin-bottom: 40px
}

.bl_crumbs__content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0
}

.bl_crumbs__content ul, .bl_crumbs__content ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.bl_crumbs__content ul li {
    position: relative;
    margin-right: 8px
}

.bl_crumbs__content ul li:after {
    content: "/";
    display: inline-block;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: #75808a;
    margin-left: 8px;
    height: 22px;
    width: 10px
}

.bl_crumbs__content ul li:last-child:after {
    display: none
}

.bl_crumbs__content a {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    white-space: nowrap
}

.bl_crumbs__content a:hover {
    opacity: .6
}

.bl_crumbs__content .link_home {
    width: 24px;
    min-width: 24px;
    height: 24px
}

.bl_crumbs__content .link_home img, .bl_crumbs__content .link_home picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.bl_crumbs__content a.active {
    pointer-events: none
}

.pt232 {
    padding-top: 232px
}

.pt145 {
    padding-top: 145px
}

.bl_profile {
    margin-bottom: 149px
}

.bl_profile__content {
    position: relative
}

.bl_profile__content:before {
    content: "";
    display: block;
    width: 849px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 849px 849px;
    background-image: url(../img/index/header_bg.svg);
    position: absolute;
    top: -350px;
    right: -220px;
    transform: scale(1.2);
    z-index: -1
}

.profile {
    padding-top: 53px;
    padding-bottom: 43px;
    position: relative;
    z-index: 10
}

.profile:before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -24px;
    right: -24px;
    z-index: -1
}

.profile__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile__img {
    width: 20px;
    min-width: 200px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 48px
}

.profile__img img, .profile__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.profile__top_right {
    /*padding-bottom: 39px;*/
    /*border-bottom: 1px solid #c8ccd0;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.profile__texts {
    max-width: 650px;
    margin-right: 20px;
    padding-top: 16px
}

.profile__texts_top {
    margin-bottom: 48px
}

.profile__texts_texts_bottom {
    display: flex;
    align-items: center;
    gap: 24px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 16px;
}

.profile__texts_texts_bottom2 {
    display: none;
}

@media (max-width: 500px) {
    .profile__texts_texts_bottom {
        font-size: 16px;
        gap: 36px;
    }

}

.profile__texts_texts_bottom_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile__texts_texts_bottom_item img {
    width: 32px;
    height: 32px;
}

.profile__texts_top, .profile__texts_top .profile__verified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.profile__texts_top .profile__verified {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #000;
    margin-left: 20px
}

.profile__texts_top .profile__verified img, .profile__texts_top .profile__verified picture {
    display: block;
    height: 24px;
    width: auto;
    margin-right: 5px
}

.profile__rating {
    margin-top: -10px
}

.profile__rating .profile__rating_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.profile__rating .profile__rating_top img, .profile__rating .profile__rating_top picture {
    display: block;
    height: 23px;
    width: auto
}

.profile__rating .profile__rating_top .profile__rating_number {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    color: #1b1d21
}

.profile__rating .profile__review {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #717789;
    margin-right: 0;
    margin-left: auto;
    text-align: right
}

.profile__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px
}

.profile__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 7px
}

.profile__right .tit32_500 {
    font-family: Roboto, sans-serif;
    line-height: 32px;
    margin-bottom: 8px
}

.profile__right .txt24 {
    color: #d80e0e;
    text-align: right
}

.serv_items {
    max-width: 905px;
    width: 100%
}

.serv_items ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    /*display: grid;*/
    /*grid-template-columns:repeat(4, 1fr);*/
    /*gap: 16px 88px;*/
    /*width: 100%*/
}

.serv_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.serv_items__list {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 16px;*/

    /*max-width: 528px;*/
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 16px;
    max-width: 598px;
}

.serv___list_item {
    font-size: 16px;
    color: #2b2d33;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    border-radius: 24px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

.serv_item__img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 8px
}

.serv_item__img img, .serv_item__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.serv_item__texts {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #000;
    white-space: nowrap;
    padding: 10px 23px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 24px;
}

.bl_booking {
    margin-bottom: 149px
}

.bl_booking__content {
    position: relative
}

.bl_booking__content:before {
    content: "";
    display: block;
    width: 849px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 849px 849px;
    background-image: url(../img/index/header_bg_grey.svg);
    position: absolute;
    top: -350px;
    left: -220px;
    transform: scale(1.2);
    z-index: -1
}

.bl_booking__content .tit40, .bl_booking__content h2 {
    margin-bottom: 80px
}

.bl_booking__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bl_booking__left {
    width: 66.4%
}

.bl_booking__left_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.bl_booking__left_bottom .txt24, .bl_booking__left_bottom p {
    margin-left: 25px
}

.bl_booking__right {
    width: 25.2%
}

.u_calendar {
    border-radius: 16px;
    padding-left: 38px;
    margin-bottom: 37px
}

.u_calendar__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 446px;
    width: 100%;
    margin-right: 12px;
    margin-left: auto;
    margin-bottom: 40px
}

.u_calendar__date {
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px
}

.u_calendar__content {
    display: grid;
    grid-template-columns:repeat(8, 1fr);
    gap: 8px
}

.u_calendar__days {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 16px;
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 88px
}

.u_calendar__days .week_days {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 8px
}

.u_calendar__days .week_days__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.u_calendar__days .week_days__item a {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    pointer-events: none
}

.u_calendar__days .week_day_number {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 16px
}

.u_calendar__days .week_day_number__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.u_calendar__days .week_day_number__item a {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    pointer-events: none
}

.u_calendar__times {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 8px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 8
}

.u_calendar__time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    height: 48px
}

.u_calendar__cells {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 8px;
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 8
}

.u_calendar__cell {
    height: 48px;
    border-radius: 8px;
    overflow: hidden
}

.u_calendar__cell a, .u_calendar__cell button {
    display: block;
    width: 100%;
    height: 100%
}

.u_calendar__cell_link, .u_calendar__cell a, .u_calendar__cell button {
    background: linear-gradient(135deg, #e3e8ef, rgba(227, 232, 239, .4))
}

.u_calendar .bg_color_white {
    background: #fff
}

.btn_u_calendar {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #c8ccd0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    background-color: #fff
}

.btn_u_calendar:hover {
    border: 1px solid #fde000
}

.btn_u_calendar_left {
    background-image: url(../img/icons/icon_arrow_left_dark.svg)
}

.btn_u_calendar_right {
    background-image: url(../img/icons/icon_arrow_right_dark.svg)
}

.btn_show_all {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #2b2d33;
    text-decoration: underline;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 40px
}

.btn_show_all:hover {
    text-decoration: none
}

.b_advantages {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px 33px
}

.b_advantages__img {
    width: 46px;
    min-width: 46px;
    height: 39px;
    margin: 0 auto;
    padding: 8px 11px 7px
}

.b_advantages__img img, .b_advantages__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.b_advantages__texts {
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.bl_ordering {
    padding-bottom: 157px
}

.bl_ordering__content .tit40, .bl_ordering__content h2 {
    margin-bottom: 80px
}

.bl_ordering .how_work {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: all
}

.bl_success {
    min-height: calc(100vh + 10px);
    width: 100vw;
    padding-top: 158px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(../img/others/success_bg.png)
}

.bl_success .container {
    max-width: 961px
}

.bl_success__content {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 24px;
    padding: 94px 84px;
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 20px
}

.bl_success__content p {
    text-align: center
}

.pt169 {
    padding-top: 169px
}

.pt69 {
    padding-top: 69px
}

.bl_order {
    margin-bottom: 150px
}

.bl_order .container {
    max-width: 1276px;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px
}

.bl_order__content {
    position: relative
}

.bl_order__content:before {
    background-image: url(../img/index/header_bg.svg);
    top: 99px;
    left: -490px
}

.bl_order__content:after, .bl_order__content:before {
    content: "";
    display: block;
    width: 849px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 849px 849px;
    position: absolute;
    transform: scale(1.2);
    z-index: -1
}

.bl_order__content:after {
    background-image: url(../img/index/header_bg_grey.svg);
    top: -350px;
    right: -220px
}

.bl_order__content .tit48, .bl_order__content h1 {
    margin-bottom: 37px
}

.bl_order__top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px
}

.bl_order__body, .bl_order__top {
    display: -ms-flexbox;
    display: flex
}

.bl_order__body {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.bl_order__left {
    width: 55.8%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    background-color: #fff;
    padding: 40px
}

.bl_order__left .tit32_400, .bl_order__left h2 {
    line-height: normal;
    text-align: center;
    width: 100%
}

.bl_order__left .btn_yell_arrow {
    margin-right: 0;
    margin-left: auto
}

.bl_order__left .u-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content
}

.bl_order__left .u-checkbox:hover {
    cursor: pointer
}

.bl_order__left .u-checkbox .u-check {
    margin-right: 10px;
    position: relative
}

.bl_order__left .u-checkbox .u-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0
}

.bl_order__left .u-checkbox .u-check input:checked ~ .u-check__check, .bl_order__left .u-checkbox .u-check input:focus ~ .u-check__check {
    border: 1px solid #000
}

.bl_order__left .u-checkbox .u-check input:checked ~ .u-check__check:before {
    opacity: 1
}

.bl_order__left .u-checkbox .u-check__check {
    display: block;
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border: 1px solid #75808a;
    transition: .3s
}

.bl_order__left .u-checkbox .u-check__check:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px auto;
    background-image: url(../img/order/icon_check_dark.svg);
    transition: .3s;
    opacity: 0;
    background-color: #fde000;
    border: none;
    border-radius: 4px
}

.bl_order__left .u-checkbox__p {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.bl_order__left .u-checkbox__p a {
    display: inline;
    font-size: 18px;
    text-decoration: underline
}

.bl_order__right {
    width: 40.9%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin-bottom: 112px
}


.bl_order__right .btn_yellow {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 40px);
    min-width: auto
}

.order_steps ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.order_steps ul li {
    position: relative;
    margin-right: 36px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px
}

.order_steps ul li:after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%)
}

.order_steps ul li:last-child {
    margin-right: 0
}

.order_steps ul li:last-child:after {
    display: none
}

.order_steps a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fde000;
    background-color: #fff
}

.order_steps a.active {
    background-color: #fde000
}

.order_minutes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    padding-left: 32px
}

.order_minutes, .order_minutes:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.order_minutes:before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../img/order/icon_times_dark.svg);
    left: 0
}

.icons_quadrate__items ul {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 16px
}

.icon_item {
    height: 104px;
    width: 100%;
    border: 1px solid #c8ccd0;
    border-radius: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer
}

.icon_item, .icon_item__img {
    display: -ms-flexbox;
    display: flex;
    transition: .3s
}

.icon_item__img {
    height: 56px;
    min-height: 56px;
    width: 56px;
    padding: 12px;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin-bottom: 5px
}

.icon_item__img img, .icon_item__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.icon_item__texts {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #2b2d33;
    text-align: center
}

.icon_item.active {
    border: 1px solid #fde000
}

.icon_item.active .icon_item__img {
    background-color: #fde000
}
.order_details__item-arrow {
    display: none;
}
.order_details__item {
    padding: 20px 0;
    border-bottom: 1px solid #c8ccd0
}

.order_details__item .tit32_400, .order_details__item h2 {
    width: 100%;
    /*text-align: center*/
}

.order_details__item:first-child {
    /*padding-top: 0;*/
    padding: 20px 0px;
    border-top: none
}

.order_details .last, .order_details__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.detail1 ul {
    margin-bottom: -24px
}

.detail1 ul li {
    width: 100%;
    margin-bottom: 24px
}

.detail1__item {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.detail1__item, .detail1__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.detail1__left {
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #2b2d33;
    margin-right: 20px
}

.detail1__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 8px
}

.detail1__icon img, .detail1__icon picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.detail1__right {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    text-align: right
}

.order_serv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order_serv__left {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-right: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.order_serv__right ul {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 8px
}

.order_serv__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.order_serv__icon img, .order_serv__icon picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.detail1_2 .detail1__right {
    font-size: 20px
}

.order_labels .u-checkbox {
    -ms-flex-align: center;
    align-items: center
}

.order_labels .u-checkbox .u-check {
    margin-right: 16px
}

.order_labels .u-checkbox .u-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    background-color: #f6f7f8
}

.order_labels .u-checkbox .u-check input:checked ~ .u-check__check, .order_labels .u-checkbox .u-check input:focus ~ .u-check__check {
    border: 1px solid #000
}

.order_labels .u-checkbox .u-check input:checked ~ .u-check__check:before {
    opacity: 1
}

.order_labels .u-checkbox .u-check__check {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    border-radius: 50%
}

.order_labels .u-checkbox .u-check__check:before {
    inset: 3px;
    background-image: none;
    border-radius: 50%
}

.order_labels .u-checkbox__p {
    font-size: 32px;
    margin-top: 0
}

.country-phone {
    position: relative;
    border: none;
    padding: 0
}

.country-phone .country-phone-selected {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0;
    background-position: 100%
}

.country-phone .country-phone-selected img {
    margin-top: 0;
    margin-bottom: 4px
}

.country-phone .country-phone-search {
    height: 40px;
    border-radius: 8px;
    font-size: 16px
}

.country-phone .country-phone-search-label {
    margin: 0;
    top: 25px;
    left: 32px
}

.country-phone .country-phone-options {
    margin: 0;
    margin-top: 80px;
    border-radius: 8px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    padding: 16px
}

.country-phone .country-phone-option span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100px;
    width: 100px
}

.country-phone .phone_country {
    padding-left: 100px
}

.counts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.count {
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 352px;
    width: 352px;
    border: 1px solid #c8ccd0;
    border-radius: 8px;
    padding: 12px 24px
}

.count, .count__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.count__text {
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center
}

.count__number {
    margin-right: 5px
}

.count button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fde000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: #000
}

.count button.deactivation {
    opacity: .6;
    pointer-events: none;
    border: 1px solid #c8ccd0
}

.order_nouislider {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 40px
}

.order_nouislider .o_nouislider {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: #fff;
    border: 1px solid #acb3b9;
    height: 16px;
    border-radius: 16px
}

.order_nouislider .o_nouislider .noUi-tooltip {
    border: none;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400
}

.order_nouislider .o_nouislider .noUi-base, .order_nouislider .o_nouislider .noUi-connects {
    height: 16px
}

.order_nouislider .o_nouislider .noUi-connect {
    background: #fde000;
    border-radius: 16px;
    height: calc(100% - 2px)
}

.order_nouislider .o_nouislider .noUi-handle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -20px;
    top: -14px;
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    cursor: pointer
}

.order_nouislider .o_nouislider .noUi-handle:after, .order_nouislider .o_nouislider .noUi-handle:before {
    display: none
}

.order_nouislider__numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.order_nouislider__numbers p {
    font-size: 24px;
    font-weight: 400;
    color: #75808a
}

.order_yes_no {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.order_yes_no .u-checkbox:first-child {
    margin-right: 80px
}

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

.addresses {
    border: 1px solid #2b2d33;
    border-radius: 16px
}

.addresses ul li {
    border-bottom: 1px solid #2b2d33
}

.addresses ul li:last-child {
    border-bottom: none
}

.addresses p {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 24px 16px
}

.bl_tracking {
    padding-bottom: 152px
}

.bl_tracking .container {
    max-width: 1196px
}

.bl_tracking__content {
    position: relative
}

.bl_tracking__content .tit48, .bl_tracking__content h1 {
    margin-bottom: 28px
}

.bl_tracking__content:before {
    background-image: url(../img/index/header_bg_grey.svg);
    top: 450px;
    left: -490px
}

.bl_tracking__content:after, .bl_tracking__content:before {
    content: "";
    display: block;
    width: 849px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 849px 849px;
    position: absolute;
    transform: scale(1.2);
    z-index: -1
}

.bl_tracking__content:after {
    background-image: url(../img/index/header_bg.svg);
    top: -323px;
    right: -407px
}

.bl_tracking__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bl_tracking__left {
    width: 30.4%
}

.bl_tracking__right {
    width: 64%
}

.bl_tracking__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.bl_tracking__btns .btn_yellow {
    min-width: 310px;
    width: 310px;
    margin-left: 24px
}

.bl_tracking__btns .btn_white_border_72 {
    min-width: 310px;
    width: 310px;
    color: #d80e0e
}

.track_aside__additional {
    border-radius: 16px;
    background-color: #fff;
    border: 2px solid #c8ccd0;
    padding: 17px 16px
}

.track_aside__additional .txt24 {
    text-align: center
}

.track_aside__additional .txt24 span {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #000
}

.your_cleaner {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    padding: 24px
}

.your_cleaner .tit30_500, .your_cleaner .tit34, .your_cleaner h2, .your_cleaner h3 {
    width: 100%;
    text-align: center;
    line-height: 117%
}

.your_cleaner__img {
    max-width: 200px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-bottom: 24px
}

.your_cleaner__img img, .your_cleaner__img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.your_cleaner__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.your_cleaner__rating img, .your_cleaner__rating picture {
    display: block;
    height: 23px;
    width: auto
}

.your_cleaner__rating .your_cleaner__rating_number {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    color: #1b1d21
}

.your_cleaner__verified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 24px
}

.your_cleaner__verified img, .your_cleaner__verified picture {
    display: block;
    height: 24px;
    width: auto;
    margin-right: 5px
}

.your_cleaner .btn_white_border_50 {
    max-width: 227px;
    margin: 0 auto
}

.track_status {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 61px 31px
}

.track_status__top {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.track_status__top, .track_status__top_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.track_status__top_left {
    margin-right: 20px
}

.track_status__top_status {
    color: #40a642;
    margin-left: 5px
}

.track_status__top .red_status {
    color: #d80e0e
}

.track_details {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 56px
}

.track_details__top {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #c8ccd0;
    padding-bottom: 40px
}

.track_details__main_date, .track_details__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.track_details__main_date {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    border: 2px solid #fde000;
    border-radius: 16px;
    margin-bottom: 24px;
    width: -moz-fit-content;
    width: fit-content
}

.track_details__day {
    margin-bottom: 16px;
    font-weight: 500
}

.track_details__time {
    font-weight: 500
}

.track_details .detail1 .detail1__item {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.track_details .detail1__left {
    width: 104px;
    margin-right: 15px
}

.track_details .detail1__right {
    width: 100%
}

.track_details__right {
    width: 52%
}

.track_details__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left
}

.track_details__icons {
    display: -ms-flexbox;
    display: flex;
    width: 552px
}

.track_details__icons ul {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 8px
}

.track_details__icon {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 72px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.track_details__icon img, .track_details__icon picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

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

.track_status_slider .swiper {
    padding-bottom: 72px
}

.status_item {
    -ms-flex-direction: column;
    flex-direction: column
}

.status_item, .status_item__img {
    display: -ms-flexbox;
    display: flex
}

.status_item__img {
    min-height: 112px;
    height: 112px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative
}

.status_item__img:before {
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    background-color: #fde000;
    position: absolute;
    right: 100%;
    transform: translateX(50%);
    top: calc(50% - 2px)
}

.status_item__img_border {
    height: 72px;
    width: 72px;
    aspect-ratio: 1/1;
    border: 4px solid #fde000;
    border-radius: 50%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.status_item__img_border img, .status_item__img_border picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.status_item__texts .txt24, .status_item__texts h4 {
    width: 100%;
    text-align: center
}

.status_item.active .status_item__img {
    min-height: 112px;
    height: 112px
}

.status_item.active .status_item__img:before {
    right: 100%;
    transform: translateX(50%);
    background-color: #40a642
}

.status_item.active .status_item__img .status_item__img_border {
    height: 112px;
    width: 112px;
    border: 4px solid #40a642;
    padding: 20px
}

.status_item.active_first .status_item__img:before {
    display: none
}

.status_item.active_next .status_item__img {
    position: relative
}

.status_item.active_next .status_item__img:before {
    right: 100%;
    transform: translateX(70%)
}

.status_item_red.active .status_item__img:before {
    background-color: #d80e0e
}

.status_item_red.active .status_item__img .status_item__img_border {
    border: 4px solid #d80e0e;
    padding: 20px
}

.mt-19 {
    margin-top: 19px
}

.single-content h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px
}

.single-content h2 {
    line-height: 48px
}

.single-content h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px
}

.single-content h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px
}

.single-content h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 48px
}

.typography-body1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px
}

.typography-body2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px
}

.typography-body3, .typography-body4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 48px
}

.typography-content {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400
}

.typography-content p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400
}

.typography-content strong {
    color: #40a642
}

.typography-quote {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    font-style: italic
}

.content-link {
    max-width: 343px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none
}

.content-link:hover, .content-link:visited {
    text-decoration: underline
}

.mfp-fade-zoom.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.mfp-fade-zoom .zoom-anim-dialog {
    opacity: 0;
    transform: scale(.8);
    transition: all .2s ease-in-out
}

.mfp-fade-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-fade-zoom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.mfp-fade-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade-zoom.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.mfp {
    max-width: 546px;
    min-height: 463px;
    background: #fff
}

.mfp, .mfp--select-city {
    position: relative;
    text-align: left;
    margin: 40px auto
}

.mfp--select-city {
    background-color: red;
    max-width: 872px;
    height: 100%;
    background: #fff
}

.mfp--review {
    max-width: 604px;
    min-height: 704px;
    padding: 20px 48px 52px;
    border-radius: 16px;
    background-color: #fff
}

.mfp-bg {
    background: rgba(0, 0, 0, .5) !important;
    opacity: .9 !important
}

.mfp .mfp-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 22px;
    right: 22px;
    opacity: 1;
    transition: all .3s ease;
    width: 12px;
    height: 12px
}

.mfp .mfp-close svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all .3s ease
}

.mfp .mfp-close svg:focus {
    outline: none
}

.mfp .mfp-close svg:active {
    transform: translateY(1px)
}

.review-popup__img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 88px;
    height: 106px;
    margin: 0 auto
}

.review-popup__img-wrap img {
    width: 100%;
    margin-bottom: 16px
}

.review-popup__img-wrap picture {
    height: 100%
}

.review-popup__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.review-popup__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    margin-bottom: 16px
}

.review-popup__first-span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    margin-bottom: 16px
}

.review-popup__item, .review-popup__items-block__items-wrap {
    display: -ms-flexbox;
    display: flex
}

.review-popup__item {
    row-gap: 25px;
    padding-bottom: 25px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.review-popup__h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left
}

.review-popup__date {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left
}

.review-popup__svg-wrap {
    width: 20px;
    height: 20px;
    color: red
}

.review-popup__svg-wrap .path-stroke {
    stroke: #c8ccd0
}

.review-popup__svg-wrap svg {
    width: 100%;
    height: 100%
}

.blockquote__wrap {
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    margin-bottom: 80px
}

.blockquote__img-wrap {
    border-radius: 50%;
    width: 224px;
    height: 224px;
    overflow: hidden
}

.blockquote__right-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blockquote__right-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
    background-color: #ff0
}

.blockquote__text {
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px
}

.blockquote__name {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    text-align: left
}

.table {
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.table caption {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    margin-bottom: 48px
}

.table tbody tr:last-child td:first-of-type {
    border-bottom-left-radius: 16px
}

.table tbody tr:last-child td:last-of-type {
    border-bottom-right-radius: 16px
}

.table th {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 23px;
    text-align: center;
    background: linear-gradient(180deg, #f6f7f8, rgba(245, 247, 249, .4));
    border: 1px solid #75808a
}

.table th:first-of-type {
    border-top-left-radius: 16px
}

.table th:last-of-type {
    border-top-right-radius: 16px
}

.table td {
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #75808a;
    padding: 20px 23px;
    text-align: center;
    background-color: #fff
}

.table td:nth-child(2) {
    text-align: left
}

.article {
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    border-top: 2px solid #c8ccd0;
    max-width: 1000px;
    width: 100%;
    border-bottom: 2px solid #c8ccd0;
    padding: 40px 0
}

.article__title-wrap {
    text-align: center
}

.article__title {
    margin-bottom: 40px
}

.images-grid {
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.images-grid--flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.images-grid--flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.images-grid__img-wrap {
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
    max-width: 294px;
    height: 262px;
    overflow: hidden;
    border-radius: 16px
}

.images-grid picture {
    height: inherit
}

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

.picture-txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 1048px;
    margin: 0 auto
}

.picture-txt__text a {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    text-decoration: underline
}

.picture-txt__grid {
    display: grid;
    grid-template-columns:458px 548px;
    gap: 40px
}

.picture-txt__img-wrap {
    max-width: 458px;
    height: 385px;
    overflow: hidden;
    border-radius: 8px;
    width: 100%
}

.picture-txt__img-wrap picture {
    height: 100%
}

.picture-txt__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-content {
    color: #2b2d33;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400
}

.single-content p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.single-content p:not(:last-child) {
    margin-bottom: 80px
}

.single-content h2 {
    color: inherit;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px
}

.single-content h2:not(:last-child) {
    margin-bottom: 48px
}

.single-content h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 20px
}

.single-content__txt-center {
    max-width: 1048px
}

.single-content__txt-center span {
    color: #40a642;
    font-size: inherit;
    font-weight: 600;
    display: inline-block
}

.single-content ul {
    list-style-type: disc
}

.single-content ol {
    list-style-type: decimal
}

.single-content ol, .single-content ul {
    padding-left: 40px;
    margin-bottom: 80px
}

.single-content ol li, .single-content ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px
}

.review-popup-input__comments {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 16px
}

.review-popup-input__input-wrap {
    max-width: 550px;
    margin-bottom: 40px
}

.review-popup-input__input {
    width: 100%;
    height: 72px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    border-radius: 8px;
    padding: 26px 0 26px 16px;
    border: 1px solid #75808a;
    margin-bottom: 40px
}

.review-popup-input__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left
}

.review-popup-input__btn-white {
    color: #75808a;
    padding: 14px 50px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.review-popup-input__btn-yellow {
    padding: 10px;
    border-radius: 56px;
    background: #fde000;
    max-width: 227px;
    width: 100%;
    height: 50px
}

.stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.stars.js-stars .stars__btn {
    cursor: pointer
}

.stars--small {
    gap: 10px
}

.stars--small .stars__btn {
    width: 14px;
    height: 14px
}

.stars[data-point="1"] .stars__item:first-child .stars__btn {
    color: #fde000
}

.stars[data-point="1"] .stars__item:first-child .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="2"] .stars__item:first-child .stars__btn {
    color: #fde000
}

.stars[data-point="2"] .stars__item:first-child .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="2"] .stars__item:nth-child(2) .stars__btn {
    color: #fde000
}

.stars[data-point="2"] .stars__item:nth-child(2) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="3"] .stars__item:first-child .stars__btn {
    color: #fde000
}

.stars[data-point="3"] .stars__item:first-child .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="3"] .stars__item:nth-child(2) .stars__btn {
    color: #fde000
}

.stars[data-point="3"] .stars__item:nth-child(2) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="3"] .stars__item:nth-child(3) .stars__btn {
    color: #fde000
}

.stars[data-point="3"] .stars__item:nth-child(3) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="4"] .stars__item:first-child .stars__btn {
    color: #fde000
}

.stars[data-point="4"] .stars__item:first-child .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(2) .stars__btn {
    color: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(2) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(3) .stars__btn {
    color: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(3) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(4) .stars__btn {
    color: #fde000
}

.stars[data-point="4"] .stars__item:nth-child(4) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="5"] .stars__item:first-child .stars__btn {
    color: #fde000
}

.stars[data-point="5"] .stars__item:first-child .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(2) .stars__btn {
    color: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(2) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(3) .stars__btn {
    color: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(3) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(4) .stars__btn {
    color: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(4) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(5) .stars__btn {
    color: #fde000
}

.stars[data-point="5"] .stars__item:nth-child(5) .stars__btn .path-stroke {
    stroke: #fde000
}

.stars__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: default
}

.stars__btn .path-stroke {
    stroke: #c8ccd0
}

.stars__btn svg {
    width: 100%;
    height: 100%
}

.services-svg {
    margin-bottom: 216px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services-svg__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.services-svg__block:not(:last-child) .services-svg__number-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 176px;
    height: 1px;
    background-color: #75808a;
    transform: translateX(48px)
}

.services-svg__wrap {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: #c8ccd0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.services-svg__number-wrap, .services-svg__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.services-svg__number-wrap {
    border: 1px solid #c8ccd0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: relative
}

.services-svg__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.services-svg__items-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center
}

.services-svg__items-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    max-width: 248px;
    color: #2b2d33
}

.guarantee {
    max-width: 1280px;
    background-color: #fff;
    border: 1px solid #75808a;
    border-radius: 16px;
    padding: 32px 14px
}

.guarantee__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.guarantee__text {
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    text-align: left
}

.guarantee__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 336px
}

.guarantee__btn {
    width: 100%;
    background-color: #fde000;
    height: 72px;
    border-radius: 56px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    text-align: center
}

.copy-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.copy-code__block {
    gap: 32px;
    max-width: 822px
}

.copy-code__block, .copy-code__wrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.copy-code__wrap {
    background-color: #fff;
    padding: 4px 0;
    border-radius: 8px;
    padding-right: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.copy-code__btn {
    background-color: #fde000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    width: 50%;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 16px;
    border-radius: 0 8px 8px 0
}

.copy-code__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #75808a
}

.copy-code__span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: left
}

.download__title-wrap {
    margin-bottom: 16px
}

.download__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center
}

.download__itmes-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.download__item-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px
}

.download__link-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 20px
}

.download__link {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline
}

.chat {
    position: fixed;
    bottom: 0;
    right: 32px;
    max-width: 375px;
    width: 100%;
    height: 617px;
    background-color: #f4f4f4;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    transition: all .3s ease;
    transform: translateY(100%);
    z-index: 10
}

.chat.open {
    transform: translateY(0)
}

.chat__inner {
    position: relative;
    width: 100%;
    height: inherit
}

.chat__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    color: #000;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;
    z-index: 1
}

.chat__close-btn:hover {
    background: rgba(0, 0, 0, .15)
}

.chat__bg {
    width: 480px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.chat__wrap {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%)
}

.chat .chat-message--my {
    margin-left: auto
}

.chat .day, .chat .waiting {
    margin-left: auto;
    margin-right: auto
}

.chat__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 16px;
    height: calc(100% - 57px)
}

.chat__item {
    width: 100%
}

.chat__item:not(:last-child) {
    margin-bottom: 12px
}

.day {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #ff0;
    padding: 0 7px;
    border-radius: 5px;
    background-color: #fff;
    max-width: 55px;
    width: 100%;
    height: 20px;
    margin-bottom: 2px
}

.day__span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px
}

.message-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.message-time span {
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: #1b1d21
}

.waiting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background-color: rgba(253, 224, 0, .2);
    padding: 2px 10px;
    max-width: 197px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 5px;
    margin-bottom: 2px
}

.waiting p {
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(27, 29, 33, .7)
}

.chat-message {
    padding: 8px 12px;
    border-radius: 12px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 255px
}

.chat-message--other {
    background-color: #d1d5e1
}

.chat-message--my {
    background-color: #fde000
}

.chat-message p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1b1d21
}

.chat-form {
    position: relative
}

.chat-form__input {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid #75808a
}

.chat-form__input:focus {
    outline: none
}

.chat-form__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.service {
    margin-bottom: 44px
}

.service__title-wrap {
    padding-top: 24px;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.service__title-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px
}

.service__item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.service__items-block {
    -ms-flex-direction: column;
    flex-direction: column
}

.service__item, .service__items-block {
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.service__item {
    -ms-flex-align: center;
    align-items: center;
    width: 168px;
    border-radius: 4px;
    padding: 4px 0 4px 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.service__item-text-wrap {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left
}

.error-popup {
    position: relative;
    max-width: 736px;
    width: 100%;
    padding: 86px 0;
    border-radius: 16px
}

.error-popup__img-wrap {
    position: absolute;
    bottom: 320px;
    right: 61px
}

.error-popup__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.error-popup__title-wrap h2 {
    color: red;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    text-align: center
}

.error-popup__subtitle-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.error-popup__subtitle-wrap span {
    max-width: 367px;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center
}

.error-popup__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.error-popup__close-btn {
    color: red;
    border: 1px solid #75808a;
    border-radius: 56px
}

.error-popup__close-btn, .error-popup__yellow-btn {
    max-width: 296px;
    width: 100%;
    padding: 21px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    text-align: center
}

.error-popup__yellow-btn {
    background-color: #fde000;
    border-radius: 56px
}

.swiper-slider {
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.swiper-slider__slide {
    position: relative;
    height: auto
}

.swiper-slider__slide picture {
    height: inherit
}

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

.swiper-slider__img-wrap {
    height: 100%
}

.swiper-slider__btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.swiper-slider__btn {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px
}

.swiper-slider__text-wrap {
    position: absolute;
    bottom: 34px;
    right: 0;
    background-color: hsla(0, 0%, 100%, .8);
    padding: 10px 30px;
    width: 100%;
    z-index: 2
}

.swiper-slider__text-wrap p {
    font-weight: 500;
    line-height: 25px;
    width: 100%;
    color: #000;
    font-size: 22px
}

.swiper-slider__author-wrap {
    padding-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.swiper-slider__author-wrap span {
    font-weight: 500;
    color: #000;
    font-size: 16px
}

.fancybox__two-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.fancybox__about-clean {
    padding: 32px 24px 52px;
    border-radius: 24px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25)
}

.fancybox__about-clean h2 {
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    text-align: left
}

.fancybox__about-clean p {
    margin-bottom: 38px;
    max-width: 610px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left
}

.fancybox__block {
    position: relative;
    border-radius: 16px;
    max-width: 660px
}

.fancybox__block a {
    width: 100%
}

.fancybox__block svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.fancybox__btn-wrap {
    gap: 16px;
    max-width: 602px
}

.fancybox__btn-wrap, .fancybox__btn-wrap a:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.fancybox__btn-wrap a:last-child {
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 56px;
    padding: 21px 0;
    width: 50%;
    color: #000;
    background-color: #fde000;
    transition: all .5s ease
}

.fancybox__btn-wrap a:last-child:hover {
    background-color: orange
}

.fancybox__btn-wrap a:first-child {
    padding: 21px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    border-radius: 56px;
    border: 1px solid gray
}

.profile__texts_p2 {
    display: none;
}
.order-create__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
@media only screen and (min-width: 768px)and (max-height: 800px) {
    .not-found-page__block {
        padding: 145px 0 128px
    }
}

@media only screen and (min-width: 992px) {
    .blockquote__right-content {
        padding-left: 40px
    }

    .blockquote__text {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1200px) {
    .copy-code__text {
        max-width: 358px
    }
}

@media only screen and (max-width: 1440px) {
    .two_block__right {
        height: auto
    }

    .swiper-slider__text-wrap p {
        font-size: 20px
    }

    .fancybox__two-block {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fancybox__block {
        display: block;
        width: 100%
    }
}

@media (max-width: 1300px) {
    .four_block {
        gap: 20px
    }

    .four_block__item {
        width: auto
    }

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

@media (max-width: 1200px) {
    .footer__menu {
        margin-right: 0
    }

    .f_item__texts_bottom_right {
        width: 180px;
        min-width: 180px
    }

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

@media only screen and (max-width: 1200px) {
    .index-home__btn-cart-wrap {
        padding: 32px 24px 56px;
        row-gap: 48px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .services {
        padding-bottom: 150px
    }

    .not-found-page__img-wrap {
        width: 150px;
        height: 200px
    }

    .table td, .table th {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 12px
    }

    .services-svg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 150px
    }

    .services-svg__block {
        -ms-flex: 1 1 calc(50% - 24px);
        flex: 1 1 calc(50% - 24px);
        border: 1px solid #c8ccd0;
        padding: 24px;
        border-radius: 8px;
        background: #fff
    }

    .services-svg__block:not(:last-child) .services-svg__number-wrap:after {
        display: none
    }

    .services-svg__items-subtitle {
        text-align: center
    }

    .guarantee {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border: none
    }

    .copy-code__block, .guarantee {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .copy-code__block {
        gap: 24px
    }
}

@media (max-width: 1024px) {
    body.lock, body.lock .header {
        padding-right: 0
    }

    .tit72_500 {
        font-size: 50px
    }

    .tit48 {
        font-size: 34px;
        line-height: 120%
    }

    .tit40, .tit40_400 {
        font-size: 30px
    }

    .tit38 {
        font-size: 28px
    }

    .tit34 {
        font-size: 26px
    }

    .tit32_400, .tit32_500 {
        font-size: 24px;
        line-height: 120%
    }

    .tit30_400, .tit30_500 {
        font-size: 22px;
        line-height: 120%
    }

    .tit24_500 {
        font-size: 20px;
        line-height: 120%
    }

    .btn_grey, .btn_white_border_72, .btn_yellow {
        min-width: 300px;
        width: 300px;
        height: 64px
    }

    .p100 {
        padding: 80px 0
    }

    .header__cities .cities_all {
        padding: 40px;
        width: 400px
    }

    .header__cities .cities_all ul {
        grid-template-columns:repeat(2, 1fr)
    }

    .footer__menu_item {
        margin-left: 40px
    }

    .two_block__left {
        padding: 24px
    }

    .head_four .tit40, .head_four h1 {
        margin-bottom: 20px
    }

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

    .head_four__item {
        min-height: 160px;
        height: auto;
        overflow: hidden
    }

    .head_four__item:first-child .head_four__img {
        transform: translateY(15px)
    }

    .four_block__item:last-child {
        width: auto
    }

    .f_item__texts_bottom {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f_item__texts_bottom_left {
        margin-bottom: 10px
    }

    .bl_download__content {
        padding-left: 50%
    }

    .bl_download__img {
        left: 20px
    }

    .serv_items ul {
        grid-template-columns:repeat(2, 1fr);
        gap: 16px 30px
    }

    .bl_booking__left {
        width: 76%
    }

    .bl_booking__right {
        width: 20%
    }

    .u_calendar {
        padding-left: 0
    }

    .u_calendar__days {
        gap: 8px;
        min-height: auto
    }

    .u_calendar__days .week_days__item a {
        font-size: 20px
    }

    .u_calendar__days .week_day_number {
        margin-bottom: 0
    }

    .u_calendar__days .week_day_number__item a, .u_calendar__time {
        font-size: 20px
    }

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

    .bl_success__content {
        padding: 60px 40px
    }

    .bl_order__left, .bl_order__right {
        padding: 30px
    }
    .detail-order-page {
        width: 60%;

    }
    .icon_item {
        height: 100%
    }

    .detail1__left {
        font-size: 18px
    }

    .detail1__right {
        font-size: 20px
    }

    .detail1_2 .detail1__right, .order_serv__left {
        font-size: 18px
    }

    .order_labels .u-checkbox .u-check {
        margin-right: 10px
    }

    .order_labels .u-checkbox .u-check__check {
        min-width: 24px;
        max-width: 24px;
        height: 24px
    }

    .order_labels .u-checkbox__p {
        font-size: 24px
    }

    .bl_tracking {
        padding-bottom: 100px
    }

    .bl_tracking__left {
        width: 30%
    }

    .bl_tracking__right {
        width: calc(70% - 24px)
    }

    .track_details, .track_status {
        padding: 24px
    }
}

@media (max-width: 992px) {
    .how_work {
        width: 90vw
    }

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

    .filter_find {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0
    }

    .filter_find:before {
        display: none
    }

    .filter_find__left {
        width: auto;
        min-width: auto;
        margin: 0;
        margin-bottom: 30px
    }

    .filter_find__left .btn_white_border {
        display: -ms-flexbox;
        display: flex
    }

    .find_aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
        margin-top: 30px;
        opacity: 0
    }

    .find_aside__item {
        width: 32%
    }

    .find_aside.active {
        display: -ms-flexbox;
        display: flex;
        opacity: 1
    }

    .f_item__texts_bottom {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .f_item__texts_bottom_left {
        margin-bottom: 0
    }

    .profile__img {
        margin-right: 20px
    }

    .profile__top_right {
        padding-bottom: 20px
    }

    .profile__texts {
        padding-top: 0
    }

    .profile__texts_top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .profile__texts_top .profile__verified {
        margin-left: 0;
        margin-top: 10px;
        font-size: 18px
    }

    .profile__rating .profile__rating_top img, .profile__rating .profile__rating_top picture {
        height: 20px
    }

    .profile__rating .profile__rating_top .profile__rating_number {
        font-size: 24px
    }

    .profile__rating .profile__review {
        font-size: 18px
    }

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

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

    .count {
        min-width: 280px;
        width: 280px;
        padding: 12px
    }

    .your_cleaner__rating img, .your_cleaner__rating picture {
        height: 20px
    }

    .your_cleaner__rating .your_cleaner__rating_number {
        font-size: 24px
    }

    .your_cleaner__verified {
        font-size: 18px
    }

    .status_item__img:before {
        width: 30px
    }

    .status_item.active_next .status_item__img:before {
        transform: translateX(80%)
    }
    .btn_yell_arrow, .order-create__prev-btn {
        font-size: 18px;
    }
    .btn_yell_arrow {
        min-width: 200px;
        width: 200px;
        height: 43px;
    }
    .btn_yell_arrow:after {
        width: 27px;
        height: 37px;
    }
    .order-create__prev-btn img {
        width: 27px;
        height: 27px;
    }
}

@media only screen and (max-width: 992px) {
    .two_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .two_block__left, .two_block__right {
        max-width: 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .two_block__right {
        height: 440px
    }

    .index-home__block {
        gap: 10px;
        margin-bottom: 60px;
        -ms-flex-align: center;
        align-items: center
    }

    .index-home__block, .index-home__btn-cart-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-home__btn-cart-wrap {
        row-gap: 50px;
        max-width: 700px
    }

    .index-home__picture-cart-wrap {
        display: none
    }

    .index-home__btn-cart-span {
        font-size: 22px;
        line-height: 25px
    }

    .index-home__icon-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .select-city-popup {
        padding: 40px 90px 30px 80px
    }

    .select-city-popup__title-wrap {
        margin-bottom: 25px
    }

    .select-city-popup__title-wrap h2 {
        text-align: center
    }

    .select-city-popup__subtitle-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 22px
    }

    .select-city-popup__subtitle-wrap span {
        font-size: 20px;
        text-align: center
    }

    .select-city-popup__cities a {
        padding: 30px 16px;
        font-size: 20px
    }

    .select-city-popup__input-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .select-city-popup__input-wrap span {
        font-size: 22px;
        text-align: center
    }

    .select-city-popup__input-wrap input {
        padding: 20px 14px;
        width: 390px
    }

    .select-city-popup__btn-wrap {
        margin: 0 auto
    }

    .select-city-popup__btn {
        width: 300px
    }

    .services {
        padding-bottom: 100px
    }

    .special__input-wrap, .special__items-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .special__input-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .special__span {
        text-align: center
    }

    .not-found-page__block {
        padding: 145px 0 128px
    }

    .header-mini {
        padding-top: 24px
    }

    .single-content h1 {
        font-size: 42px;
        line-height: 42px
    }

    .single-content h2 {
        font-size: 36px;
        line-height: 42px
    }

    .single-content h3 {
        font-size: 32px;
        line-height: 38px
    }

    .single-content h4 {
        font-size: 28px;
        line-height: 34px
    }

    .typography-body1, .typography-body2 {
        font-size: 26px;
        line-height: 34px
    }

    .typography-content {
        font-size: 22px
    }

    .typography-quote {
        font-size: 26px;
        line-height: 34px
    }

    .review-popup__title {
        font-size: 29px
    }

    .blockquote__wrap {
        margin-bottom: 40px;
        -ms-flex-direction: column;
        flex-direction: column;
        column-gap: 30px;
        -ms-flex-align: center;
        align-items: center
    }

    .blockquote__text-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blockquote__img-wrap {
        width: 210px;
        height: 210px;
        margin-bottom: 10px
    }

    .blockquote__right-content:after {
        display: none
    }

    .blockquote__text {
        text-align: center;
        font-size: 28px;
        line-height: 45px
    }

    .blockquote__name {
        font-size: 22px
    }

    .table-wrap {
        overflow: auto
    }

    .table {
        min-width: 1100px
    }

    .table caption {
        margin-bottom: 40px
    }

    .article {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        column-gap: 30px;
        max-width: 900px
    }

    .article__title, .article__title-wrap {
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center
    }

    .images-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .picture-txt {
        gap: 35px;
        max-width: 1040px
    }

    .picture-txt__text a {
        font-size: 22px
    }

    .picture-txt__grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }

    .picture-txt__img-wrap {
        max-width: 450px;
        height: 380px;
        width: 100%
    }

    .single-content {
        font-size: 22px
    }

    .single-content p:not(:last-child) {
        margin-bottom: 60px
    }

    .single-content h2 {
        font-size: 38px;
        line-height: 40px
    }

    .single-content h4 {
        font-size: 22px;
        margin-bottom: 18px
    }

    .single-content ol, .single-content ul {
        margin-bottom: 60px;
        padding-left: 32px
    }

    .single-content ol li, .single-content ul li {
        font-size: 23px;
        line-height: 38px
    }

    .review-popup-input__input {
        height: 66px
    }

    .review-popup-input__btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stars__btn {
        width: 24px;
        height: 24px
    }

    .services-svg {
        margin-bottom: 100px
    }

    .services-svg, .services-svg__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .guarantee {
        border: none
    }

    .guarantee__text-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .guarantee__text {
        text-align: center
    }

    .copy-code {
        -ms-flex-pack: center;
        justify-content: center
    }

    .copy-code__block {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fancybox__block svg {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 818px) {
    .profile__texts_texts_bottom_item {
        font-size: 16px;

    }

    .profile__texts_p {
        display: none;
    }

    .profile__texts_p2 {
        display: block;
        font-weight: 400;
        font-size: 24px;
        line-height: 117%;
        color: #2b2d33;
    }

    .profile__texts_texts_bottom {
        display: none;
    }

    .profile__texts_texts_bottom2 {
        display: flex;
        align-items: center;
        gap: 24px;
        font-weight: 500;
        font-size: 20px;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .main_wrapper2 {
        min-height: unset;
        padding-top: 95px !important;
    }

    .pt69 {
        padding-top: 0px;
        margin-bottom: 85px !important;
    }

    .all_pages {
        height: auto
    }

    .all_pages ol li {
        font-size: 16px
    }

    .all_pages ol li a.active {
        margin-right: 0;
        padding-bottom: 30px
    }

    .all_pages ol li a.active:before {
        top: calc(100% - 25px);
        left: 0
    }

    .container {
        padding: 0 30px
    }

    .tit72_500 {
        font-size: 40px
    }

    .tit48 {
        font-size: 30px
    }

    .tit40, .tit40_400 {
        font-size: 26px
    }

    .tit38 {
        font-size: 24px
    }

    .tit34 {
        font-size: 22px
    }

    .tit32_400, .tit32_500 {
        font-size: 20px
    }

    .tit20_500, .tit24_500, .tit30_400, .tit30_500 {
        font-size: 18px
    }

    p {
        font-size: 14px
    }

    .txt28 {
        font-size: 22px
    }

    .txt24 {
        font-size: 18px
    }

    .txt20 {
        font-size: 16px
    }

    .btn_map_icon {
        padding-left: 30px
    }

    .btn_map_icon:before {
        width: 24px;
        height: 24px
    }

    .btn_white_border {
        height: 46px;
        min-width: 170px;
        font-size: 14px
    }

    .btn_yellow {
        font-size: 18px;
        min-width: 240px;
        width: 240px;
        height: 50px
    }

    .btn_yellow_56 {
        font-size: 16px;
        height: 46px
    }

    .btn_yellow_48 {
        font-size: 16px
    }

    .btn_white_border_72 {
        font-size: 18px;
        min-width: 240px;
        width: 240px;
        height: 50px
    }

    .btn_white_border_50, .btn_white_border_56 {
        height: 46px;
        min-width: 170px;
        font-size: 14px
    }

    .btn_grey {
        font-size: 18px;
        min-width: 240px;
        width: 240px;
        height: 50px
    }

    .mb48_30 {
        margin-bottom: 30px
    }

    .mb32_20, .mb40_20 {
        margin-bottom: 20px
    }

    .mb24_16 {
        margin-bottom: 16px
    }

    .header__top {
        min-height: 40px
    }

    .header__top a {
        padding: 8px;
        font-size: 14px
    }

    .header__bottom {
        margin-top: 20px
    }

    .header__logo {
        width: 150px;
        min-width: 150px
    }

    .header2 .header__bottom {
        margin-top: 20px
    }

    .footer {
        margin-top: 100px
    }

    .footer:before {
        height: 100px;
        top: -100px
    }

    .footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__menu_item {
        width: 200px;
        margin-left: 0;
        margin-bottom: 30px
    }

    .footer__menu_item:last-child {
        margin-bottom: 0
    }

    .input input {
        font-size: 14px
    }

    .input input::-webkit-input-placeholder {
        font-size: 14px
    }

    .input input::-moz-placeholder {
        font-size: 14px
    }

    .input input::placeholder {
        font-size: 14px
    }

    .input input:-ms-input-placeholder, .input input::-ms-input-placeholder {
        font-size: 14px
    }

    .input72 input {
        font-size: 16px;
        height: 50px
    }

    .input72 input::-webkit-input-placeholder {
        font-size: 16px
    }

    .input72 input::-moz-placeholder {
        font-size: 16px
    }

    .input72 input::placeholder {
        font-size: 16px
    }

    .input72 input:-ms-input-placeholder, .input72 input::-ms-input-placeholder {
        font-size: 16px
    }

    .textarea textarea {
        font-size: 16px;
        height: 50px
    }

    .textarea textarea::-webkit-input-placeholder {
        font-size: 16px
    }

    .textarea textarea::-moz-placeholder {
        font-size: 16px
    }

    .textarea textarea::placeholder {
        font-size: 16px
    }

    .textarea textarea:-ms-input-placeholder, .textarea textarea::-ms-input-placeholder {
        font-size: 16px
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 20px 20px
    }

    .pt198 {
        padding-top: 140px
    }

    .bl_header {
        margin-bottom: 80px
    }

    .bl_header__content:before {
        background-size: contain;
        right: auto;
        left: 0;
        top: 0
    }

    .two_block__right {
        width: 100%;
        height: auto
    }

    .two_block__right .head_img {
        height: auto
    }

    .two_block__right .head_img img, .two_block__right .head_img picture {
        height: auto;
        object-fit: contain
    }

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

    .feedback_yell {
        padding: 32px
    }

    .four_block__text_hidden {
        height: 52px
    }

    .bl_find {
        margin-bottom: 150px
    }

    .select_three {
        padding: 16px 30px;
        margin-bottom: 40px
    }

    .select_three__date {
        padding-right: 24px
    }

    .select_three__services, .select_three__time {
        padding: 0 24px
    }

    .f_item__texts_bottom {
        -ms-flex-direction: column;
        flex-direction: column
    }


    .f_item__texts_bottom_left_p {
        max-width: 100%
    }

    .f_pagination {
        top: calc(100% + 20px)
    }

    .f_pagination ul li {
        margin-right: 16px
    }

    .f_pagination ul li a {
        font-size: 18px
    }

    .f_pagination .btn_pagination, .f_pagination ul li a {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background-size: 20px 20px
    }

    .bl_advantages {
        margin-bottom: 80px
    }

    .bl_advantages__items ul li:nth-child(2n) .bl_advantages__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bl_advantages__items ul li:nth-child(2n) .bl_advantages__texts {
        padding: 0
    }

    .bl_advantages__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bl_advantages__img {
        width: 100%;
        margin-bottom: 30px
    }

    .bl_advantages__texts {
        width: 100%;
        padding: 0
    }

    .bl_advantages__texts .tit40, .bl_advantages__texts h3 {
        margin-bottom: 20px
    }

    .bl_faq {
        margin-bottom: 80px
    }

    .u-accordeons {
        margin-bottom: 40px
    }

    .u-btn-accordeon {
        font-size: 24px
    }

    .u-accordeon-content p {
        font-size: 18px
    }

    .faq_manager__texts {
        font-size: 18px;
        margin-right: 40px
    }

    .faq_manager .btn_manager {
        width: 50px;
        min-width: 50px;
        height: 50px
    }

    .bl_download {
        margin-bottom: 80px
    }

    .bl_download__img {
        width: 220px;
        height: 280px
    }

    .bl_crumbs {
        margin-bottom: 30px
    }

    .bl_crumbs__content a {
        font-size: 16px;
        line-height: 120%
    }

    .pt232 {
        padding-top: 140px
    }

    .pt145 {
        padding-top: 100px
    }

    .bl_profile {
        margin-bottom: 80px
    }

    .bl_profile__content:before {
        width: 600px;
        height: 600px;
        background-size: contain;
        right: auto;
        left: 0;
        top: 0
    }

    .profile {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .profile:before {
        left: -16px;
        right: -16px;
        border-radius: 8px
    }

    .profile__texts_top .profile__verified {
        font-size: 18px
    }

    .profile__bottom {
        padding-top: 40px
    }

    .profile__right .tit32_500 {
        line-height: 120%
    }

    .profile__right .txt24 {
        white-space: nowrap
    }

    .serv_item__texts {
        font-size: 18px
    }

    .bl_booking {
        margin-bottom: 80px
    }

    .bl_booking__content:before {
        width: 600px;
        height: 600px;
        background-size: contain;
        right: auto;
        left: 0;
        top: 0
    }

    .bl_booking__content .tit40, .bl_booking__content h2 {
        margin-bottom: 40px
    }

    .bl_booking__body {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bl_booking__left {
        width: 100%
    }

    .bl_booking__left_bottom .txt24, .bl_booking__left_bottom p {
        margin-left: 0
    }

    .bl_booking__right {
        width: 100%;
        margin-bottom: 30px
    }

    .u_calendar, .u_calendar__top {
        margin-bottom: 30px
    }

    .btn_u_calendar {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background-size: 20px 20px
    }

    .btn_show_all {
        font-size: 18px;
        margin-bottom: 30px
    }

    .b_advantages {
        padding: 16px;
        grid-template-columns:repeat(4, 1fr)
    }

    .b_advantages__texts {
        font-size: 14px
    }

    .bl_ordering {
        padding-bottom: 80px
    }

    .bl_ordering__content .tit40, .bl_ordering__content h2 {
        margin-bottom: 40px
    }

    .bl_success {
        padding-top: 120px
    }

    .bl_success__content {
        gap: 40px
    }

    .pt169 {
        padding-top: 140px
    }

    .bl_order {
        margin-bottom: 80px
    }

    .bl_order .container {
        padding: 0 30px
    }

    .bl_order__content:before {
        top: auto;
        bottom: 0
    }

    .bl_order__content:after, .bl_order__content:before {
        width: 600px;
        height: 600px;
        background-size: contain;
        right: auto;
        left: 0
    }

    .bl_order__content:after {
        top: 0
    }

    .bl_order__top {
        margin-bottom: 30px
    }

    .bl_order__left {
        padding: 30px 20px
    }

    .bl_order__left .u-checkbox__p, .bl_order__left .u-checkbox__p a {
        font-size: 16px
    }


    .bl_order__right .btn_yellow {
        top: calc(100% + 20px)
    }

    .order_minutes {
        position: static;
        margin: 0 auto
    }

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

    .detail1 ul {
        margin-bottom: -16px
    }

    .detail1 ul li {
        margin-bottom: 16px
    }

    .detail1__left {
        font-size: 16px
    }

    .detail1__right {
        font-size: 18px
    }

    .order_serv__left {
        font-size: 16px
    }

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

    .detail1_2 .detail1__right {
        font-size: 16px
    }

    .order_labels .u-checkbox__p {
        font-size: 20px
    }

    .country-phone .country-phone-search-label {
        top: 18px;
        left: 24px
    }

    .country-phone .country-phone-options {
        margin-top: 50px;
        padding: 8px
    }

    .country-phone .country-phone-option span {
        width: 80px;
        min-width: 80px
    }

    .count__text, .count button {
        font-size: 20px
    }

    .count button {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .order_nouislider {
        padding-left: 0
    }

    .order_nouislider .o_nouislider .noUi-tooltip {
        font-size: 20px
    }

    .order_nouislider .o_nouislider .noUi-handle {
        width: 30px;
        height: 30px;
        top: -8px;
        right: -15px
    }

    .order_nouislider__numbers p {
        font-size: 20px
    }

    .order_yes_no .u-checkbox:first-child {
        margin-right: 40px
    }

    .input_two {
        gap: 16px
    }

    .addresses p {
        font-size: 16px;
        padding: 16px
    }

    .bl_tracking {
        padding-bottom: 80px
    }

    .bl_tracking__content:before {
        top: auto;
        bottom: 0
    }

    .bl_tracking__content:after, .bl_tracking__content:before {
        width: 600px;
        height: 600px;
        background-size: contain;
        right: auto;
        left: 0
    }

    .bl_tracking__content:after {
        top: 0
    }

    .bl_tracking__btns .btn_white_border_72, .bl_tracking__btns .btn_yellow {
        min-width: 250px;
        width: 250px
    }

    .track_aside__additional .txt24 span {
        font-size: 18px
    }

    .your_cleaner__img {
        margin-bottom: 16px
    }

    .your_cleaner__verified {
        font-size: 18px;
        margin-bottom: 16px
    }

    .track_details__top {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }

    .track_details__left {
        width: 100%;
        margin-bottom: 24px
    }

    .track_details__right {
        width: 100%
    }

    .track_details__icons ul {
        grid-template-columns:repeat(6, 1fr)
    }

    .track_details__icon {
        padding: 8px
    }

    .status_item__img:before {
        width: 20px
    }

    .status_item.active_next .status_item__img:before {
        transform: translateX(90%)
    }
}

@media only screen and (max-width: 768px) {
    .two_block__left {
        width: 100%;
        min-height: auto;
        padding: 24px 16px
    }

    .two_block__right {
        height: 380px
    }

    .index-home {
        margin-bottom: 170px;
        padding-top: 50px
    }

    .index-home__btn-cart-wrap {
        padding: 24px;
        max-width: 570px;
        row-gap: 40px
    }

    .index-home__icon1-wrap {
        max-width: 85px;
        height: 127px
    }

    .index-home__icon2-wrap {
        max-width: 110px;
        height: 110px
    }

    .index-home__icon3-wrap {
        max-width: 89px;
        height: 98px
    }

    .index-home__icon4-wrap {
        max-width: 117px;
        height: 107px
    }

    .index-home__icon5-wrap {
        max-width: 150px;
        height: 99px
    }

    .select-city-popup {
        padding: 35px 75px 29px 60px
    }

    .select-city-popup__title-wrap h2 {
        font-size: 30px
    }

    .select-city-popup__cities {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 15px
    }

    .select-city-popup__cities a {
        padding: 20px 13px
    }

    .select-city-popup__input-wrap input {
        width: 340px
    }

    .select-city-popup__btn-wrap {
        margin: 0 auto
    }

    .select-city-popup__btn {
        width: 280px
    }

    .services__title {
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }

    .special__title-wrap {
        margin-bottom: 10px
    }

    .special__title {
        font-size: 35px;
        line-height: 35px
    }

    .special__span {
        font-size: 20px;
        line-height: 25px
    }

    .special__input {
        max-width: 450px;
        padding: 22px 0 22px 14px
    }

    .special__btn {
        max-width: 250px;
        padding: 19px 110px;
        font-size: 22px;
        line-height: 19px
    }

    .not-found-page__img-wrap {
        width: 120px;
        height: 170px;
        transform: translate(100%, -70%) rotate(-17deg)
    }

    .not-found-page__svg-wrap {
        margin-top: 50px;
        width: 290px;
        height: 140px
    }

    .not-found-page__block {
        padding: 64px 0
    }

    .not-found-page__svg-wrap {
        padding-top: 90px
    }

    .not-found-page__text-wrap {
        margin-bottom: 30px
    }

    .not-found-page__text {
        font-size: 30px;
        line-height: 40px
    }

    .not-found-page__subtitle {
        font-size: 24px;
        line-height: 30px
    }

    .not-found-page__btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .not-found-page__white-btn, .not-found-page__yellow-btn {
        width: 290px;
        padding: 20px 0;
        font-size: 20px;
        line-height: 16px
    }

    .single-content h1 {
        font-size: 38px;
        line-height: 38px
    }

    .single-content h2 {
        font-size: 32px;
        line-height: 36px
    }

    .single-content h3 {
        font-size: 28px;
        line-height: 34px
    }

    .single-content h4 {
        font-size: 24px;
        line-height: 28px
    }

    .typography-body1, .typography-body2 {
        font-size: 24px;
        line-height: 32px
    }

    .typography-content {
        font-size: 20px
    }

    .typography-quote {
        font-size: 24px;
        line-height: 32px
    }

    .review-popup__title {
        font-size: 25px
    }

    .blockquote__img-wrap {
        width: 200px;
        height: 200px;
        margin-bottom: 20px
    }

    .blockquote__text {
        font-size: 20px;
        line-height: 43px
    }

    .blockquote__name {
        font-size: 20px
    }

    .table {
        min-width: 1000px
    }

    .table caption {
        margin-bottom: 35px
    }

    .table td, .table th {
        padding: 12px 8px;
        font-size: 18px
    }

    .images-grid, .images-grid--flex-end, .images-grid--flex-start {
        -ms-flex-pack: center;
        justify-content: center
    }

    .picture-txt__text a {
        font-size: 20px
    }

    .picture-txt__grid {
        gap: 25px
    }

    .picture-txt__img-wrap {
        max-width: 390px;
        height: 320px;
        width: 100%
    }

    .single-content {
        font-size: 20px
    }

    .single-content p:not(:last-child) {
        margin-bottom: 50px
    }

    .single-content h2 {
        font-size: 34px;
        line-height: 38px
    }

    .single-content h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .single-content ol li, .single-content ul li {
        font-size: 21px;
        line-height: 35px
    }

    .review-popup-input__input {
        height: 60px
    }

    .services-svg__wrap {
        width: 140px;
        height: 140px
    }

    .services-svg__items-title {
        font-size: 18px;
        text-align: center
    }

    .guarantee__btn-wrap {
        width: 300px
    }

    .guarantee__btn {
        width: 300px;
        font-size: 22px
    }

    .copy-code__btn, .copy-code__span {
        font-size: 22px;
        padding: 15px 11px
    }

    .download__title {
        text-align: center
    }

    .download__item-text, .download__title {
        font-size: 22px;
        font-weight: 500;
        line-height: 20px
    }

    .download__link, .download__link-wrap {
        font-size: 22px;
        font-weight: 500;
        line-height: 20px;
        text-align: center
    }

    .error-popup__img-wrap {
        display: none
    }

    .error-popup__title-wrap {
        margin-bottom: 30px
    }

    .error-popup__btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .error-popup__close-btn, .error-popup__yellow-btn {
        max-width: 270px;
        width: 100%;
        font-size: 20px;
        line-height: 20px
    }

    .swiper-slider__text-wrap {
        padding: 15px
    }

    .swiper-slider__text-wrap p {
        font-size: 20px;
        line-height: 25px
    }

    .fancybox__about-clean h2 {
        margin-bottom: 25px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 38px
    }

    .fancybox__about-clean p {
        margin-bottom: 25px;
        font-size: 20px;
        width: 100%
    }

    .fancybox__block svg {
        width: 60px;
        height: 60px
    }

    .fancybox__btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fancybox__btn-wrap a:first-child, .fancybox__btn-wrap a:last-child {
        font-size: 20px;
        padding: 15px 0;
        width: 70%
    }
}

@media (max-width: 700px) {
    .serv_pop {
        left: 50%;
        transform: translateX(-50%)
    }

    .bl_tracking__body {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bl_tracking__left {
        margin-bottom: 24px;
        width: 100%
    }

    .bl_tracking__right {
        width: 100%
    }

    .track_details__icons ul {
        grid-template-columns:repeat(8, 1fr)
    }
}

@media (max-width: 600px) {
    .p100 {
        padding: 60px 0
    }

    .header__cities .cities_all {
        left: -100px
    }

    .how_work {
        padding: 32px 24px
    }

    .how_work li {
        margin-bottom: 40px;
        padding-left: 50px
    }

    .how_work li:before {
        width: 40px;
        height: 40px;
        top: 0;
        transform: none
    }

    .how_work li:after {
        display: none
    }

    .footer__top_left .link_email {
        margin-bottom: 30px
    }

    .footer__top_left .download_apps {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__top_left .download_apps a {
        margin-bottom: 10px;
        margin-right: 0
    }

    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__bottom a {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer__bottom a:nth-child(2) {
        border-right: none
    }

    .popup__content {
        padding: 40px
    }

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

    .pop_btns a, .pop_btns button {
        height: 54px
    }

    .pop_finalize:before {
        width: 100px;
        height: 120px;
        top: -75px;
        left: 0
    }

    .pop_cancel:after {
        width: 100px;
        height: 120px;
        top: -75px;
        right: 0
    }

    .pop_cancel .btn_white_border_72 {
        text-align: center;
        white-space: wrap
    }

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

    .feedback_yell {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback_yell .tit38, .feedback_yell h3 {
        text-align: center
    }

    .feedback_yell .btn_yellow {
        margin-left: 0;
        margin-top: 20px
    }

    .select_three {
        border-radius: 32px
    }

    .select_three__content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 80%
    }

    .select_three__date {
        padding: 0;
        padding-bottom: 16px
    }

    .select_three__date, .select_three__time {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #c8ccd0
    }

    .select_three__time {
        padding: 0;
        padding: 16px 0
    }

    .select_three__services {
        padding: 0;
        padding-top: 16px
    }

    .serv_pop {
        left: 0;
        transform: none
    }

    .find_aside__item {
        width: 100%
    }

    .filter_top {
        margin-bottom: 20px
    }

    .filter_top__menu ul li {
        margin-right: 10px
    }

    .filter_top__menu a, .filter_top__menu button {
        height: 40px;
        padding: 10px;
        font-size: 14px;
        min-width: 100px
    }

    .filter_top__icons .filter_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-left: 10px
    }

    .filter_top__icons .filter_icon:after, .filter_top__icons .filter_icon:before {
        width: 20px;
        height: 20px
    }

    .f_item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f_item__img {
        margin: 0;
        margin-bottom: 20px
    }

    .f_item__texts_top {
        position: absolute;
        top: 20px;
        left: 213px;
        right: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .f_item__texts_top_left {
        margin-bottom: 20px
    }

    .f_item__texts_top_right .f_item__rating img, .f_item__texts_top_right .f_item__rating picture {
        height: 16px
    }

    .f_item__texts_top_right .f_item__rating_number {
        font-size: 18px
    }

    .f_item__texts_top_right .f_item__review {
        text-align: right;
    }

    .bl_faq {
        margin-bottom: 40px
    }

    .u-btn-accordeon {
        padding: 32px 24px;
        padding-right: 65px
    }

    .u-arrow-down:after {
        right: 20px
    }

    .u-accordeon-content {
        padding: 0 24px 16px
    }

    .bl_download {
        padding-top: 0;
        margin-bottom: 40px
    }

    .bl_download__content {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 24px;
        padding-bottom: 0
    }

    .bl_download__img {
        position: static;
        margin: 0 auto
    }

    .bl_download__texts {
        margin-bottom: 40px
    }

    .profile__top {
        gap: 6px;
    }

    .profile__img img, .profile__img picture {
        max-width: 72px;
        max-height: 72px;
    }

    .profile__img {
        min-width: unset;
        max-width: 72px;
        max-height: 72px;
        height: 100%;
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .profile__rating .profile__rating_top img, .profile__rating .profile__rating_top picture {
        height: 16px
    }

    .profile__rating .profile__review {
        text-align: left
    }

    .profile__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .profile__texts_p2 {
        font-size: 16px;
    }

    .profile__right {
        margin: 0;
        margin-top: 20px
    }

    .u_calendar__content {
        gap: 4px
    }

    .u_calendar__days {
        gap: 8px
    }

    .u_calendar__days .week_days {
        gap: 4px
    }

    .u_calendar__days .week_days__item a {
        font-size: 16px
    }

    .u_calendar__days .week_day_number {
        gap: 4px
    }

    .u_calendar__days .week_day_number__item a {
        font-size: 16px
    }

    .u_calendar__times {
        gap: 4px
    }

    .u_calendar__time {
        font-size: 16px;
        gap: 4px
    }

    .u_calendar__cells {
        gap: 4px
    }

    .bl_success__content {
        padding: 40px 30px
    }

    .bl_order__body {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .bl_order__left {
        width: 100%
    }

    .bl_order__right {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px
    }

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

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

    .bl_tracking__btns {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bl_tracking__btns .btn_yellow {
        margin-left: 0;
        margin-bottom: 16px;
        width: 100%
    }

    .bl_tracking__btns .btn_white_border_72 {
        width: 100%
    }

    .your_cleaner__rating img, .your_cleaner__rating picture {
        height: 16px
    }

    .track_details__icons ul {
        grid-template-columns:repeat(6, 1fr)
    }

    .status_item.active .status_item__img:before {
        width: 20px
    }

    .bl_order__right {
        padding: 21px 10px 8px 20px;
    }

    .order_details__item {

        border-bottom: unset;
    }


    .first-block-detail {
        padding-top: 0;
        min-height: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s;
        /*padding: 20px 0px;*/
        border-bottom: 1px solid #c8ccd0;
        border-top: 1px solid #c8ccd0;
        opacity: 0;
    }

    .order_details__item:first-child {
        padding: 10px 0px;
    }

    .top-item {
        cursor: pointer;
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        align-items: center;

    }

    .order_details__item-arrow {
        display: block;
        transform: rotate(90deg);
        padding: 4px;
        border-radius: 100%;
        border: 1px solid #c8ccd0;
        transition: 0.3s;
    }
    .open-down-menu   .order_details__item-arrow  {
        transform: rotate(270deg);
    }
    .order-inner-fix::before {
        top: -101px !important;
    }
}

@media only screen and (max-width: 600px) {
    .index-home {
        margin-bottom: 150px;
        padding-top: 45px
    }

    .index-home__btn-cart-span, .index-home__title {
        text-align: center
    }

    .index-home__learn-btn, .index-home__services-btn {
        max-width: 250px
    }

    .index-home__btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .index-home__icon1-wrap {
        max-width: 80px;
        height: 122px
    }

    .index-home__icon2-wrap {
        max-width: 100px;
        height: 100px
    }

    .index-home__icon3-wrap {
        max-width: 84px;
        height: 93px
    }

    .index-home__icon4-wrap {
        max-width: 110px;
        height: 100px
    }

    .index-home__icon5-wrap {
        max-width: 145px;
        height: 94px
    }

    .select-city-popup {
        padding: 35px 20px 29px
    }

    .select-city-popup__title-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 18px
    }

    .select-city-popup__title-wrap h2 {
        font-size: 24px
    }

    .select-city-popup__subtitle-wrap {
        margin-bottom: 15px
    }

    .select-city-popup__cities {
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 20px;
        row-gap: 6px
    }

    .select-city-popup__cities a {
        padding: 17px 13px;
        font-size: 16px
    }

    .select-city-popup__input-wrap {
        gap: 15px;
        margin-bottom: 15px
    }

    .select-city-popup__input-wrap input {
        width: 290px
    }

    .select-city-popup__btn-wrap {
        margin: 0 auto
    }

    .select-city-popup__btn {
        font-size: 20px;
        width: 220px
    }

    .services__title {
        font-size: 26px;
        line-height: 30px;
        text-align: center
    }

    .customer-slider__wrap {
        padding: 0
    }

    .customer-slider__nav {
        position: static;
        top: auto;
        left: auto;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 12px;
        height: auto;
        margin-bottom: 12px;
        transform: translate(0)
    }

    .customer-slider__btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px
    }

    .customer-slide {
        padding: 20px
    }

    .special {
        padding-bottom: 100px
    }

    .special__title-wrap {
        margin-bottom: none
    }

    .special__title {
        text-align: center;
        font-size: 30px;
        line-height: 30px
    }

    .special__span {
        font-size: 18px;
        line-height: 22px
    }

    .special__input {
        max-width: 450px;
        padding: 18px 0 18px 14px
    }

    .special__btn {
        max-width: 240px;
        padding: 15px 100px;
        font-size: 20px;
        line-height: 19px
    }

    .not-found-page {
        padding: 0 20px
    }

    .not-found-page__img-wrap {
        display: none
    }

    .not-found-page__svg-wrap {
        margin-top: 60px;
        width: 250px;
        height: 120px
    }

    .not-found-page__text-wrap {
        margin-bottom: 20px
    }

    .not-found-page__text {
        font-size: 24px;
        line-height: 35px
    }

    .not-found-page__subtitle {
        font-size: 20px;
        line-height: 25px
    }

    .not-found-page__btn-wrap {
        gap: 16px
    }

    .not-found-page__white-btn, .not-found-page__yellow-btn {
        width: 270px;
        padding: 18px 0;
        font-size: 20px;
        line-height: 16px
    }

    .single-content h1 {
        font-size: 32px;
        line-height: 32px
    }

    .single-content h2 {
        font-size: 28px;
        line-height: 30px
    }

    .single-content h3 {
        font-size: 24px;
        line-height: 28px
    }

    .single-content h4 {
        font-size: 22px;
        line-height: 26px
    }

    .typography-body1, .typography-body2 {
        font-size: 22px;
        line-height: 24px
    }

    .typography-content {
        font-size: 18px
    }

    .typography-quote {
        font-size: 22px;
        line-height: 24px
    }

    .mfp--review {
        padding: 20px 24px 32px
    }

    .review-popup__title {
        font-size: 22px
    }

    .blockquote__img-wrap {
        width: 190px;
        height: 190px;
        margin-bottom: 30px
    }

    .blockquote__text {
        font-size: 23px;
        line-height: 30px
    }

    .blockquote__text br {
        display: none
    }

    .blockquote__name {
        font-size: 18px
    }

    .table {
        min-width: 800px
    }

    .table caption {
        margin-bottom: 25px
    }

    .table td, .table th {
        padding: 8px;
        font-size: 16px
    }

    .images-grid__img-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 262px
    }

    .picture-txt__text a {
        font-size: 18px
    }

    .picture-txt__grid {
        gap: 23px
    }

    .picture-txt__img-wrap {
        max-width: 300px;
        height: 290px;
        width: 100%
    }

    .single-content {
        font-size: 18px
    }

    .single-content p:not(:last-child) {
        margin-bottom: 24px
    }

    .single-content h2:not(:last-child) {
        margin-bottom: 32px
    }

    .single-content h2 {
        font-size: 29px;
        line-height: 35px
    }

    .single-content h4 {
        font-size: 18px;
        margin-bottom: 13px
    }

    .single-content ol, .single-content ul {
        margin-bottom: 40px
    }

    .single-content ol li, .single-content ul li {
        font-size: 17px;
        line-height: 30px
    }

    .review-popup-input__input {
        height: 55px
    }

    .stars {
        gap: 4px
    }

    .services-svg {
        margin-bottom: 70px
    }

    .services-svg__wrap {
        width: 135px;
        height: 135px
    }

    .services-svg__items-title {
        font-size: 16px
    }

    .guarantee__text {
        font-size: 30px
    }

    .guarantee__btn-wrap {
        width: 290px
    }

    .guarantee__btn {
        width: 236px;
        font-size: 20px;
        height: 58px
    }

    .copy-code__btn, .copy-code__span {
        font-size: 19px;
        padding: 13px 9px
    }

    .download__title {
        text-align: center
    }

    .download__item-text, .download__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 19px
    }

    .download__link, .download__link-wrap {
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        text-align: center
    }

    .service__title-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }

    .service__item-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .error-popup {
        max-width: 650px;
        padding: 70px 0
    }

    .error-popup__title-wrap {
        margin-bottom: 20px
    }

    .error-popup__title-wrap h2 {
        font-size: 35px;
        line-height: 40px
    }

    .error-popup__subtitle-wrap span {
        font-size: 23px;
        line-height: 29px;
        max-width: 320px
    }

    .error-popup__btn-wrap {
        gap: 15px
    }

    .swiper-slider__text-wrap {
        padding: 10px
    }

    .swiper-slider__text-wrap p {
        line-height: 20px;
        font-size: 16px
    }

    .fancybox__about-clean {
        padding: 25px 20px 40px
    }

    .fancybox__about-clean h2 {
        margin-bottom: 10px;
        font-size: 32px
    }

    .fancybox__about-clean p {
        margin-bottom: 16px;
        font-size: 18px
    }

    .fancybox__block svg {
        width: 40px;
        height: 40px
    }

    .fancybox__btn-wrap a:first-child, .fancybox__btn-wrap a:last-child {
        font-size: 18px
    }
    .pt69 {
        padding-top: 0px;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .profile__img {
        margin-bottom: 0;
    }

    .profile__texts_top .profile__verified {
        font-size: 14px;
    }

    .profile__texts_top {
        margin-bottom: 0;
    }

    .profile__texts {
        margin-bottom: 0;
    }

    .profile__top {
        margin-bottom: 22px;
    }

    .profile__rating .profile__rating_top .profile__rating_number {
        font-size: 14px;
    }

    .profile__rating .profile__review {
        font-size: 14px;
    }

    .header__left .btn_map_icon {
        width: 0;
        overflow: hidden;
        margin-left: 20px
    }

    .header__cities .cities_all {
        width: 80vw;
        left: -25vw
    }

    .header__cities .cities_all ul {
        grid-template-columns:repeat(1, 1fr)
    }

    .header__logo {
        width: 120px;
        min-width: 120px
    }

    .footer__top, .footer__top_left {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__top_left {
        width: 100%;
        display: -ms-flexbox;
        display: flex
    }

    .footer__top_left h4 {
        -ms-flex-order: 3;
        order: 3
    }

    .footer__top_left .link_email {
        -ms-flex-order: 4;
        order: 4
    }

    .footer__top_left_p {
        -ms-flex-order: 1;
        order: 1
    }

    .footer__top_left .download_apps {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }

    .footer__menu {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: 0
    }

    .footer__menu_item {
        width: 48%
    }

    .footer__center {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__center_logo {
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer__center_p {
        text-align: center
    }

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

    .bl_find {
        margin-bottom: 100px
    }

    .f_pagination ul li {
        margin-right: 8px
    }

    .f_pagination ul li a {
        font-size: 14px
    }

    .f_pagination .btn_pagination, .f_pagination ul li a {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .u-btn-accordeon {
        font-size: 20px;
        font-weight: 600
    }

    .btn_u_calendar {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .order_steps ul li {
        margin-right: 20px
    }

    .order_steps ul li:after {
        width: 15px
    }

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

    .status_item__img {
        min-height: 72px;
        height: 72px
    }

    .status_item__img:before {
        display: none
    }

    .status_item__img_border {
        width: 56px;
        height: 56px;
        border: 2px solid #fde000;
        padding: 12px
    }

    .status_item.active .status_item__img {
        min-height: 72px;
        height: 72px
    }

    .status_item.active .status_item__img .status_item__img_border {
        height: 72px;
        width: 72px;
        border: 2px solid #40a642
    }

    .serv_items ul {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .serv_item__texts {
        font-size: 14px;
        font-weight: 500;
        padding: 4px 13px;
    }

    .profile__bottom {
        padding: 0;
    }

    .profile__bottom ul {
        border-top: 1px solid #c8ccd0;
        border-bottom: unset !important;

        margin-top: 16px !important;
        padding-bottom: 0px !important;
        padding-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .profile__top_right {
        padding-bottom: 0;
    }

    .serv_items__list {
        display: none;
    }

    .profile__texts_texts_bottom2 {
        gap: 16px;
    }

    .profile__texts_texts_bottom_item {
        font-size: 11px;
    }

    .profile__texts_texts_bottom_item img {
        width: 16px;
        height: 16px;
    }

    .f_item__texts_top_left {
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .bl_order .container, .container {
        padding: 0 20px
    }
    .btn_yell_arrow {
        min-width: 150px;
        width: 150px;
        height: 43px;
    }
}

@media (max-width: 425px) {
    .tit72_500 {
        font-size: 30px
    }

    .serv_pop {
        width: 80vw
    }

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

    .filter_top__menu {
        margin-top: 20px
    }

    .filter_top__icons .filter_icon:first-child {
        margin-left: 0
    }

    .f_item__img {
        width: 160px;
        min-width: 160px;
        height: 160px
    }

    .f_item__texts_top {
        left: 200px
    }

    .f_item__texts_top_left {
        margin-bottom: 10px
    }

    .profile {
        padding: 16px
    }

    .profile:before {
        left: 0;
        right: 0;
        border-radius: 16px
    }

    .profile__texts_top .profile__verified {
        font-size: 11px;
    }

    .profile__texts {
        margin-right: 0;
        /*margin-bottom: 20px;*/
        width: 60%
    }

    .profile__texts_p {
        min-width: calc(100vw - 70px)
    }

    .profile__rating .profile__rating_top img, .profile__rating .profile__rating_top picture {
        height: 13px;
    }

    .profile__texts_top .profile__verified img, .profile__texts_top .profile__verified picture {
        height: 20px;
    }

    .bl_profile .container {
        padding: 0px 8px;
    }

    .bl_booking__left_bottom {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bl_booking__left_bottom .txt24, .bl_booking__left_bottom p {
        margin-bottom: 20px
    }

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

    .bl_success__content {
        gap: 30px;
        padding: 30px 20px
    }

    .bl_success__content .tit40_400 {
        font-size: 24px
    }

    .bl_success__content .tit32_400 {
        font-size: 18px
    }

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

    .f_item__texts_bottom_items_block {
        font-size: 9px;
    }
    .f_item__texts_bottom_items {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
}

@media (max-width: 375px) {
    .btn_white_border, .btn_white_border_50, .btn_white_border_56 {
        min-width: 140px
    }

    .pt198 {
        padding-top: 130px
    }

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

    .f_item__img {
        width: 100%;
        min-width: auto;
        height: auto
    }

    .f_item__texts_top {
        position: static
    }

    .pt232 {
        padding-top: 130px
    }

    .pt145 {
        padding-top: 80px
    }

    /*.profile__top_right {*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column*/
    /*}*/
    .profile__rating {
        margin-top: 0
    }


    .u_calendar__date {
        font-size: 16px
    }

    .u_calendar__days .week_day_number__item a, .u_calendar__days .week_days__item a {
        font-size: 14px
    }

    .pt169 {
        padding-top: 130px
    }

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

    .count {
        min-width: 260px;
        width: 260px
    }
}

@media (max-width: 374px) {
    .header__left .btn_map_icon {
        display: none
    }

    .header__cities {
        display: none !important
    }

    .track_status_slider {
        grid-template-columns:repeat(1, 1fr);
        gap: 20px
    }
}

@media (max-width: 360px) {
    .footer__menu_item {
        width: 100%
    }

    .footer__bottom a {
        width: 100%;
        padding: 0;
        border-right: none
    }
    .btn_yell_arrow {
        min-width: 130px;
        width: 130px;
        height: 37px;
    }
    .btn_yell_arrow, .order-create__prev-btn {
        font-size: 16px;
    }
    .order-create__prev-btn {
        gap: 2px;
    }
}

@media (hover: hover) {
    body.lock {
        padding-right: 10px
    }
}

@media (max-height: 740px) {
    .popup {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-height: 800px) {
    .not-found-page {
        min-height: 100vh;
        height: 100%
    }
}