@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,regular,500,700,900&display=swap);

@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.select__value::before,
.select__value:after,
[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=_icon-]:before {
    display: block
}

._icon-calendar:before {
    content: "\e900"
}

._icon-cancel:before {
    content: "\e901"
}

._icon-location:before {
    content: "\e902"
}

._icon-phone:before {
    content: "\e903"
}

._icon-search:before {
    content: "\e904"
}

._icon-cart:before {
    content: "\e905"
}

._icon-user-circle:before {
    content: "\e906"
}

._icon-corect:before {
    content: "\ea10"
}

._icon-reverse:before {
    content: "\ea2e"
}

._icon-whatsap:before {
    content: "\ea93"
}

._icon-telegram:before {
    content: "\ea95"
}

._icon-vk:before {
    content: "\ea98"
}

._icon-youtube:before {
    content: "\ea9d"
}

._icon-arrow:before {
    content: "\e907"
}

._icon-phone-empt:before {
    content: "\e908"
}

._icon-user:before {
    content: "\e909"
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #1d2f3c;
    line-height: 1;
    font-family: Roboto;
    font-size: 1.125rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Roboto;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent
}

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

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    background-color: #fff
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 76.875rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.checkbox {
    position: relative
}

.checkbox:not(:last-child) {
    margin-bottom: .3125em
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:checked+.checkbox__label:before {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff776a
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    gap: 10px
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: .1875rem;
    border: .0625rem solid #a7a9ac
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.checkbox__text a {
    color: #ff776a
}

.select {
    min-width: 0;
    position: relative
}

.select__body {
    position: relative;
    width: 100%;
    max-width: 100%
}

.select__title {
    color: inherit;
    text-align: left;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 4px
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem;
    padding: 0 .625rem;
    gap: .3125rem
}

.select__value>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__value:after {
    content: "\e907";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    font-size: 1.125rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select__value::before {
    content: "\e902"
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - .0625rem);
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 0 0 5px 0
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.select__option {
    width: 100%;
    text-align: left;
    font-size: .875rem;
    cursor: pointer;
    padding: 5px .625rem;
    color: inherit
}

.select__option._select-selected {
    background-color: #eee
}

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

.select_show-top .select__options {
    top: auto;
    bottom: calc(100% - .0625rem);
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0 10px 0
}

.select._select-open {
    z-index: 5
}

.select_date .select__value::before {
    content: "\e900"
}

._select-tag {
    cursor: pointer
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.title {
    font-weight: 900
}

.btn-bord {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    color: #ce0304;
    font-size: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.5625rem;
    padding: 0 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: .0625rem solid #ce0304
}

.btn-bord::before {
    font-size: 1.375rem
}

.btn-red {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.5625rem;
    padding: 0 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(1deg, #cd0001 0, #f01f25 100%)
}

.btn-gren {
    height: 3rem;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 1.5625rem;
    padding: 0 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #82c831;
    -webkit-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.btn-oran {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    font-weight: 700;
    color: #fff;
    font-size: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.5625rem;
    padding: 0 2.8125rem;
    background-color: #ff776a;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.label {
    width: 100%;
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 1.5625rem;
    border: .125rem solid #ccc
}

.label__input {
    width: 100%;
    outline: 0;
    height: 4.6875rem;
    font-size: 1.375rem;
    padding-right: .9375rem
}

.label__input::-webkit-input-placeholder {
    color: #6e6e6e
}

.label__input::-moz-placeholder {
    color: #6e6e6e
}

.label__input:-ms-input-placeholder {
    color: #6e6e6e
}

.label__input::-ms-input-placeholder {
    color: #6e6e6e
}

.label__input::placeholder {
    color: #6e6e6e
}

.label__search {
    color: #ce0304;
    font-size: 1.625rem;
    padding: 0 1.5625rem;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.input {
    width: 100%;
    outline: 0;
    height: 3.4375rem;
    font-size: 1.1875rem;
    border-radius: .9375rem;
    padding: 0 1.5625rem;
    border: .0625rem solid #d1d1d1
}

.input::-webkit-input-placeholder {
    color: #565656
}

.input::-moz-placeholder {
    color: #565656
}

.input:-ms-input-placeholder {
    color: #565656
}

.input::-ms-input-placeholder {
    color: #565656
}

.input::placeholder {
    color: #565656
}

.box-shad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #414141;
    height: 3.75rem;
    font-weight: 700;
    font-size: .9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625rem;
    padding: 0 1.25rem;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: .574px .819px 10.5px rgba(31, 37, 62, .13);
    box-shadow: .574px .819px 10.5px rgba(31, 37, 62, .13)
}

.navlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.25rem;
    font-size: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.125rem;
    padding: 0 1.0625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .0625rem solid #e1e1e1
}

::-webkit-scrollbar {
    width: .0625rem;
    border-radius: .625rem;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: .625rem;
    background-color: #000
}

::-moz-selection {
    background-color: rgba(166, 1, 1, .5)
}

::selection {
    background-color: rgba(166, 1, 1, .5)
}

.top__container {
    overflow-x: auto
}

.top__container::-webkit-scrollbar {
    display: none
}

.top__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .1875rem solid #ccc
}

.top__item {
    gap: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #bebabe;
    font-weight: 900;
    position: relative;
    font-size: .8125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.top__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #bebabe
}

.top__item--done {
    color: #ce0304
}

.top__item--done span {
    background-color: #ce0304
}

.top__item--curent {
    color: #000
}

.top__item--curent span {
    background-color: #ce0304
}

.top__item--curent::before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: .1875rem;
    bottom: -1.125rem;
    position: absolute;
    background-color: #ce0304
}

.opasity {
    opacity: .3;
    pointer-events: none
}

.page {
    padding-bottom: 3.125rem
}

.slider-arrow {
    width: 1.375rem;
    height: 1.375rem;
    color: #fff;
    border-radius: 50%;
    background-color: #ff776a;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.header {
    border-bottom: .125rem solid rgba(206, 3, 4, .5)
}

.header__top:not(:last-child) {
    margin-bottom: .625rem
}

.top-header {
    border-bottom: .0625rem solid #d8d8d8
}

.top-header__container {
    gap: 13.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-header span {
    color: #5a5a5a;
    font-size: .875rem
}

.top-header__socials {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-header__icons {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-header__icon {
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.top-header__icon:last-child {
    font-size: 1.4375rem
}

.top-header__languages {
    gap: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.top-header__select {
    padding-right: 1.125rem
}

.top-header__user {
    gap: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1.125rem;
    border-left: .0625rem solid #d8d8d8
}

.top-header__user::before {
    color: #5a5a5a;
    font-size: 1.125rem
}

.main-header:not(:last-child) {
    margin-bottom: 1.25rem
}

.main-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-header__about {
    z-index: 15;
    gap: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-header__logo {
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: rgba(100, 100, 111, .2) 0 .4375rem 1.875rem 0;
    box-shadow: rgba(100, 100, 111, .2) 0 .4375rem 1.875rem 0
}

.main-header__logo img {
    width: 4.6875rem
}

.main-header__phone {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    color: #ce0304;
    font-size: 1.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.main-header__phone::before {
    font-size: 1.25rem
}

.main-header__phone p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: .875rem
}

.main-header__actions {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-header__container {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    padding: 1.25rem .625rem;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    text-transform: uppercase
}

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

.navigation-header__search span {
    font-size: .9375rem;
    margin-right: 4.375rem;
    color: rgba(0, 0, 0, .6)
}

.navigation-header__search button {
    padding: .3125rem;
    color: #ce0304;
    font-size: 1.0625rem;
    border-radius: 50%
}

.navigation-header__search input {
    outline: 0;
    height: 1.6875rem;
    width: 8.75rem;
    font-size: 1.0625rem;
    padding: 0 .3125rem
}

.navigation-header__search input::-webkit-input-placeholder {
    color: #ce0304
}

.navigation-header__search input::-moz-placeholder {
    color: #ce0304
}

.navigation-header__search input:-ms-input-placeholder {
    color: #ce0304
}

.navigation-header__search input::-ms-input-placeholder {
    color: #ce0304
}

.navigation-header__search input::placeholder {
    color: #ce0304
}

.menu__body {
    z-index: 10;
    width: 100%;
    top: 0;
    left: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    position: fixed;
    padding-top: 6.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: .9375rem;
    -webkit-transition: left .5s ease 0s;
    transition: left .5s ease 0s;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu__body::before {
    z-index: 3;
    left: 100%;
    content: "";
    width: 100%;
    top: 0;
    position: fixed;
    height: 6.0625rem;
    -webkit-transition: left .5s ease 0s;
    transition: left .5s ease 0s;
    background-color: #fff;
    border-bottom: .125rem solid rgba(206, 3, 4, .5)
}

.menu-open .menu__body {
    left: 0
}

.menu-open .menu__body::before {
    left: 0
}

.menu__list:not(:last-child) {
    margin-bottom: 1.25rem
}

.menu__buttons:not(:last-child) {
    margin-bottom: 1.25rem
}

.icon-menu {
    z-index: 15;
    display: block;
    width: 1.875rem;
    height: 1.125rem;
    position: relative
}

.icon-menu span,
.icon-menu::after,
.icon-menu::before {
    right: 0;
    content: "";
    width: 100%;
    height: .125rem;
    position: absolute;
    background-color: #000;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.icon-menu::before {
    top: 0
}

.icon-menu::after {
    bottom: 0
}

.icon-menu span {
    top: calc(50% - .0625rem)
}

.menu-open .icon-menu span {
    width: 0
}

.menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__body {
    display: -ms-grid;
    display: grid
}

.main__big {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.main__image {
    overflow: hidden;
    position: relative;
    border-radius: 1.25rem;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.main__image img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    opacity: 0.8;
}

.main__image::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transition: right .5s ease 0s;
    transition: right .5s ease 0s;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ecf5eb), color-stop(80%, rgba(121, 9, 9, 0)));
    background: linear-gradient(90deg, #ecf5eb 20%, rgba(121, 9, 9, 0) 80%)
}

.main__image h5 {
    z-index: 1;
    font-weight: 900;
    position: absolute;
    padding-right: .9375rem;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.main__min {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.app__container img {
    width: 100%;
    border-radius: .625rem
}

.tip__container {
    gap: 1.25rem;
    display: -ms-grid;
    display: grid
}

.tip__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: .9375rem;
    background-color: #f7f9fb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tip__block:nth-child(1) {
    background-color: #f7f9e1
}

.tip__main:not(:last-child) {
    margin-bottom: .9375rem
}

.tip__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tip__top img {
    width: 1.25rem
}

.tip__top:not(:last-child) {
    margin-bottom: .625rem
}

.tip__title {
    font-weight: 700
}

.tip__text {
    font-size: .875rem;
    max-width: 16.875rem;
    line-height: 1.25rem
}

.tip__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: #82c831;
    padding-top: .625rem
}

.tip__link--big {
    padding: 0;
    font-weight: 700
}

.tip__phone {
    font-weight: 700
}

.adres__body {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    border-radius: 1.5625rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.adres__about {
    padding: .3125rem 1.5625rem
}

.about-adres {
    overflow-y: auto
}

.about-adres::-webkit-scrollbar {
    width: .625rem;
    border-radius: .625rem;
    background-color: rgba(0, 0, 0, .1)
}

.about-adres::-webkit-scrollbar-thumb {
    border-radius: .625rem;
    background-color: #e6675b
}

.about-adres__items {
    height: 28.125rem
}

.about-adres__item {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .25)
}

.about-adres__item:last-child {
    border-bottom: none
}

.about-adres__info span {
    color: #ce0304;
    font-weight: 700;
    line-height: 1.625rem
}

.about-adres__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .3125rem
}

.about-adres__info:not(:last-child) {
    margin-bottom: .9375rem
}

.about-adres__place {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ce0304;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-adres__place:not(:last-child) {
    margin-bottom: .9375rem
}

.about-adres__time {
    font-weight: 700;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.about-adres__subtitle {
    gap: .3125rem;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 1.25rem;
    background-color: #ce0304;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: border-radius .3s ease 0s;
    transition: border-radius .3s ease 0s
}

.about-adres__subtitle::before {
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    -webkit-transform: translateY(.0625rem);
    -ms-transform: translateY(.0625rem);
    transform: translateY(.0625rem)
}

.about-adres__list {
    opacity: 0;
    top: 2.5rem;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .1875rem;
    padding-bottom: .3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(1deg, #f01f25 0, #cd0001 100%);
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    border-radius: 0 0 .9375rem .9375rem
}

.about-adres__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-adres__list span:not(:last-child) {
    margin-bottom: .1875rem
}

.map-adres__iframe {
    width: 100%;
    height: 100%
}

.quest__title:not(:last-child) {
    margin-bottom: 1.875rem
}

.quest__spollers {
    border-radius: .9375rem;
    padding: 0 .9375rem;
    -webkit-box-shadow: rgba(0, 0, 0, .24) 0 .1875rem .5rem;
    box-shadow: rgba(0, 0, 0, .24) 0 .1875rem .5rem
}

.spollers-quest__item {
    padding: 1.5625rem 0
}

.spollers-quest__item:not(:last-child) {
    border-bottom: .0625rem solid rgba(0, 0, 0, .15)
}

.spollers-quest__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spollers-quest__title::before {
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.spollers-quest__title._spoller-active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.spollers-quest__body {
    margin-top: .9375rem;
    line-height: 1.3125rem
}

.time__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.time__gallery:not(:last-child) {
    margin-bottom: 1.25rem
}

.time__content:not(:last-child) {
    margin-bottom: 3.125rem
}

.gallery-time {
    position: relative;
    border-bottom: .0625rem solid rgba(110, 110, 110, .5)
}

.gallery-time__slider {
    z-index: 5;
    position: relative
}

.gallery-time__slide {
    color: #1d2f3c;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0.9375rem;
    border-radius: .9375rem .9375rem 0 0
}

.gallery-time__slide.disabled {
    color: #d7dbde;
}

@media (max-width: 720px) {
    .gallery-time__slide {
        padding: 0.2rem 0.4rem;
        border-radius: .4rem .4rem 0 0
    }
}

.gallery-time__slide h4 {
    font-weight: 900;
    font-size: 1.3125rem
}

.gallery-time__slide h4:not(:last-child) {
    margin-bottom: .3125rem
}

.gallery-time__slide span.count {
    font-size: .875rem
}

.gallery-time__slide--active {
    color: #000
}

.gallery-time__arrows {
    width: 100%;
    top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.arrows-gallery_prev {
    margin-left: -1.25rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.arrows-gallery_next {
    margin-right: -1.25rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.content-time__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-time__subtitle {
    font-size: 1.0625rem
}

.content-time__variants {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-time__variants span {
    color: #939393
}

.content-time__buttons {
    gap: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-time__button--active {
    color: #fff;
    background-color: #ff776a
}

.content-time__button--disable {
    color: #6e6e6e;
    background-color: #d7dbde
}

.item-time {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .0625rem solid #d7dbde
}

.item-time__times {
    gap: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.item-time__time {
    padding: 0;
    width: 6.875rem;
    font-weight: 500
}

.item-time__time--active {
    color: #fff;
    background-color: #ff776a
}

.tem-time__top {
    gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tem-time__icon img {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%
}

.tem-time__content {
    font-size: 1.375rem
}

.tem-time__content h5 {
    font-weight: 700
}

.tem-time__content span {
    color: #6e6e6e;
    font-size: 1.25rem
}

.tem-time__info {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}

.tem-time__info img {
    padding-top: .1875rem
}

.tem-time__text p:not(:last-child) {
    margin-bottom: .4375rem
}

.tem-time__text a {
    color: #2e4761;
    text-decoration: underline
}

.anket__top {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anket__cancel {
    -webkit-transform: translateY(.125rem);
    -ms-transform: translateY(.125rem);
    transform: translateY(.125rem)
}

.anket__doct .doct-confirm__content {
    gap: .1875rem;
    display: -ms-grid;
    display: grid
}

.form-anket__title {
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.25rem
}

.form-anket__title:not(:last-child) {
    margin-bottom: .3125rem
}

.form-anket__item {
    position: relative;
    padding-bottom: 1.5625rem
}

.form-anket__item:not(:last-child) {
    margin-bottom: 1.5625rem
}

.form-anket__item::before {
    content: "";
    left: 0;
    bottom: 0;
    height: .0625rem;
    width: 36.25rem;
    position: absolute;
    background-color: rgba(204, 204, 204, .5)
}

.form-anket__subtitle {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.form-anket__subtitle:not(:last-child) {
    margin-bottom: .9375rem
}

.reason-anket__title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.reason-anket__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 41.875rem
}

.reason-anket__textarea textarea {
    resize: none;
    height: 7.5rem;
    padding: 1.25rem;
    font-size: 1rem
}

.reason-anket__button {
    height: 3.75rem
}

.reason-anket__tip {
    color: #484848;
    font-weight: 700;
    font-size: .875rem
}

.finde__text {
    color: #414141;
    font-weight: 700;
    font-size: .9375rem
}

.finde__form {
    gap: 1.5625rem;
    display: -ms-grid;
    display: grid
}

.item-finde {
    gap: .625rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .4fr .2fr .2fr .2fr;
    grid-template-columns: .4fr .2fr .2fr .2fr
}

.item-finde__user {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-finde__user span {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-finde__user span::before {
    color: #ce0304;
    font-size: 1.5625rem
}

.item-finde__phone {
    gap: .625rem
}

.item-finde__phone::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5625rem;
    height: 1.5625rem;
    color: #ce0304;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .0625rem solid #ce0304
}

.item-finde__date {
    gap: .625rem
}

.item-finde__date::before {
    color: #ce0304;
    font-size: 1.5625rem
}

.item-finde__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6759), to(#ff978f));
    background: linear-gradient(0deg, #ff6759 0, #ff978f 100%)
}

.finded__items {
    gap: 1.5625rem;
    display: -ms-grid;
    display: grid
}

.item-finded {
    gap: 1.25rem;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .625rem 1.5625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-finded__doct {
    gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-finded__doct img {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%
}

.item-finded__content {
    font-size: 1rem
}

.item-finded__content h5 {
    font-weight: 700
}

.item-finded__content span {
    color: #6e6e6e;
    font-size: .875rem
}

.item-finded__info {
    gap: .1875rem;
    display: -ms-grid;
    display: grid
}

.item-finded__info span {
    font-weight: 500;
    color: #6e6e6e;
    font-size: .875rem
}

.item-finded__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-finded__button {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.875rem;
    text-transform: uppercase
}

.item-finded__button:first-child {
    color: #82c831
}

.item-finded__button:last-child {
    color: #ce0304
}

.unfinde__body {
    gap: 1.5625rem;
    display: -ms-grid;
    display: grid;
    text-align: center
}

.unfinde__body span {
    color: #6a747b;
    font-weight: 700;
    font-size: 1.1875rem
}

.unfinde__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f56754;
    height: 3.4375rem;
    font-weight: 700;
    font-size: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 1.6875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.875rem;
    background-color: #fad0c9;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.confirm__body {
    gap: 2.5rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 29.375rem;
    grid-template-columns: 1fr 29.375rem
}

.inputs-blank {
    gap: .75rem;
    display: -ms-grid;
    display: grid
}

.inputs-blank__item {
    gap: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.who-blank__checkboxes {
    gap: .75rem;
    display: -ms-grid;
    display: grid
}

.who-blank__tip {
    font-size: 1rem;
    line-height: 1.125rem;
    border-radius: .625rem;
    padding: .9375rem 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#fdd5cf), color-stop(0, #fdd5cf), to(#fdefe9));
    background: linear-gradient(90deg, #fdd5cf 0, #fdd5cf 0, #fdefe9 100%)
}

.what-blank__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.what-blank__textarea:not(:last-child) {
    margin-bottom: 1.875rem
}

.what-blank__textarea textarea {
    resize: none;
    height: 13.125rem;
    padding: 1.25rem;
    font-size: 1rem
}

.doct-confirm {
    border-radius: .625rem;
    padding: 1.5625rem 2.8125rem;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.doct-confirm__top {
    gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.doct-confirm__top img {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%
}

.doct-confirm__content {
    font-size: 1rem
}

.doct-confirm__content h5 {
    font-weight: 700
}

.doct-confirm__content span {
    color: #6e6e6e;
    font-size: .875rem
}

.doct-confirm__location {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #ccc
}

.doct-confirm__location::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.1875rem;
    height: 2.1875rem;
    color: #fff;
    border-radius: 50%;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4bfc2
}

.doct-confirm__location:not(:last-child) {
    margin-bottom: 1.5rem
}

.info-doct:not(:last-child) {
    margin-bottom: 1.5rem
}

.info-doct__items {
    display: -ms-grid;
    display: grid;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #ccc;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.info-doct__items:not(:last-child) {
    margin-bottom: 1.5rem
}

.info-doct__item {
    font-size: 1.125rem;
    line-height: 1.625rem
}

.info-doct__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600
}

.info-doct__item p {
    color: #ce0304;
    font-weight: 600
}

.what-doct__title {
    font-weight: 700;
    font-size: 1.125rem
}

.what-doct__title:not(:last-child) {
    margin-bottom: 1.5625rem
}

.what-doct__list {
    gap: .625rem;
    display: -ms-grid;
    display: grid
}

.what-doct__item {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.what-doct__item span {
    color: #82c831;
    font-size: 1.375rem
}

.confirmed__container {
    gap: 2.5rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 29.375rem;
    grid-template-columns: 1fr 29.375rem
}

.info-confirmed__location {
    gap: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .0625rem solid #ccc
}

.info-confirmed__location a {
    color: #ff776a
}

.info-confirmed__buttons {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-confirmed__button {
    gap: .3125rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.9375rem;
    font-weight: 700;
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: .625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.next-confirmed {
    border-radius: .625rem;
    padding: 2.1875rem 1.875rem;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.next-confirmed__title {
    font-weight: 700;
    line-height: 1.0625rem
}

.next-confirmed__title:not(:last-child) {
    margin-bottom: 1.5625rem
}

.next-confirmed__text {
    gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.next-confirmed__text::before {
    content: "✓";
    color: #82c831
}

.next-confirmed__text p {
    max-width: 18.75rem
}

.next-confirmed__text p span {
    font-weight: 700
}

.next-confirmed__text:not(:last-child) {
    margin-bottom: 1.5625rem
}

.next-confirmed__button {
    height: 3.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.who__body {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who__button {
    width: 100%;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.25rem;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 22.5rem;
    padding-left: 1.875rem;
    border-radius: .625rem;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.who__button--active {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#ea858d), to(#f7d2d4));
    background: linear-gradient(0deg, #ea858d 0, #f7d2d4 100%)
}


.booking_choise__button {
    width: 100%;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.25rem;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 22.5rem;
    padding-left: 1.875rem;
    border-radius: .625rem;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.booking_choise__button--active {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#ea858d), to(#f7d2d4));
    background: linear-gradient(0deg, #ea858d 0, #f7d2d4 100%)
}

.categ-chose {
    gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categ-chose__title {
    color: #ce0304;
    line-height: 2.5rem
}

.categ-chose__list {
    line-height: 2.5rem
}

.categ-chose__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .15s ease 0s;
    transition: color .15s ease 0s
}

.search-chose__categ:not(:last-child) {
    margin-bottom: 1.25rem
}

.search-chose__categ .search-chose__title:not(:last-child) {
    margin-bottom: .625rem
}

.search-chose__title {
    color: #7d7d7d;
    font-size: 1.25rem
}

.search-chose__title:not(:last-child) {
    margin-bottom: 1.25rem
}

.search-chose__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.5rem;
    -webkit-transition: color .15s ease 0s;
    transition: color .15s ease 0s
}

.search-chose__person {
    gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-chose__person img {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%
}

.search-chose__content {
    font-size: 1.375rem
}

.search-chose__content h5 {
    font-weight: 700
}

.search-chose__content span {
    color: #6e6e6e;
    font-size: 1.25rem
}

.item-type {
    text-align: left
}

.item-type:not(:last-child) {
    margin-bottom: .9375rem
}

.item-type__title {
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.item-type__title:not(:last-child) {
    margin-bottom: .3125rem
}

.item-type__text {
    color: #6e6e6e
}

.depart__locations {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.depart__location {
    width: 100%;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.25rem;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 22.5rem;
    border-radius: .625rem;
    padding: 0 1.875rem;
    -webkit-box-shadow: inset .574px .819px 0 #fff;
    box-shadow: inset .574px .819px 0 #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fafafa));
    background: linear-gradient(0deg, #f1f1f1 0, #fafafa 100%)
}

.depart__location::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 4.375rem;
    min-height: 4.375rem;
    font-size: 2.5rem;
    border-radius: 50%;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4bfc2
}

.depart__button {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@media (min-width:29.99875em) {
    .tip__container {
        grid-template-columns: repeat(auto-fit, minmax(24.0625rem, 1fr))
    }
}

@media (min-width:47.99875em) {
    .main-header__menu {
        display: none
    }
}

@media (min-width:76.875em) {
    .checkbox__text {
        font-size: 1.125rem
    }

    .title {
        font-size: 2.1875rem
    }

    .btn-oran {
        font-size: 1.5rem
    }

    .top:not(:last-child) {
        margin-bottom: 3.125rem
    }

    .header:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .main__top:not(:last-child) {
        margin-bottom: 1rem
    }

    .main__body {
        gap: 1.875rem
    }

    .main__big {
        gap: 1.875rem
    }

    .main__image h5 {
        top: 1.875rem
    }

    .main__image h5 {
        left: 1.875rem
    }

    .main__image h5 {
        font-size: 1.875rem
    }

    .main__min {
        gap: 1.875rem
    }

    .app {
        padding-top: 4.0625rem
    }

    .app {
        padding-bottom: 4.0625rem
    }

    .tip__title {
        font-size: 1.25rem
    }

    .adres {
        padding-top: 4.375rem
    }

    .adres__title:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .quest {
        padding-top: 5.625rem
    }

    .quest {
        padding-bottom: 5.625rem
    }

    .spollers-quest__title {
        font-size: 1.25rem
    }

    .time__top:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .item-time {
        padding-bottom: 2.5rem
    }

    .item-time:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .tem-time__top:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .tem-time__text {
        font-size: 1.375rem
    }

    .anket__top:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .anket__cancel::before {
        font-size: 1.875rem
    }

    .anket__form:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .reason-anket__title:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .reason-anket__textarea:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .reason-anket__button:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .finde__title:not(:last-child) {
        margin-bottom: 2.1875rem
    }

    .finde__text:not(:last-child) {
        margin-bottom: 2.1875rem
    }

    .finded__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .unfinde__title:not(:last-child) {
        margin-bottom: 6.25rem
    }

    .confirm__title:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .blank-confirm__inputs:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .blank-confirm__who:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .blank-confirm__what:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .who-blank__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .what-blank__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .doct-confirm__top:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .info-confirmed__title:not(:last-child) {
        margin-bottom: 3.75rem
    }

    .info-confirmed__location:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .next-confirmed__title {
        font-size: 1.875rem
    }

    .next-confirmed__text {
        font-size: 1.1875rem
    }

    .who:not(:last-child) {
        margin-bottom: 3.75rem
    }

    .who__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .chose:not(:last-child) {
        margin-bottom: 5.625rem
    }

    .chose__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .chose__label:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .categ-chose__title {
        font-size: 1.25rem
    }

    .categ-chose__list {
        font-size: 1.25rem
    }

    .search-chose__link {
        font-size: 1.25rem
    }

    .search-chose__person:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .type:not(:last-child) {
        margin-bottom: 3.75rem
    }

    .type__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .type__label:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .depart__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .depart__locations:not(:last-child) {
        margin-bottom: 6.25rem
    }
}

@media (max-width:55em) {
    .top__body {
        width: 53.125rem
    }
}

@media (max-width:25em) {
    .anket__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:20em) {
    .checkbox__text {
        font-size: .875rem
    }

    .title {
        font-size: 1.125rem
    }

    .btn-oran {
        font-size: 1.25rem
    }

    .top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .header:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .main__top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .main__body {
        gap: .625rem
    }

    .main__big {
        gap: .625rem
    }

    .main__image h5 {
        top: .625rem
    }

    .main__image h5 {
        left: .625rem
    }

    .main__image h5 {
        font-size: .875rem
    }

    .main__min {
        gap: .625rem
    }

    .app {
        padding-top: 1.875rem
    }

    .app {
        padding-bottom: 1.875rem
    }

    .tip__title {
        font-size: 1rem
    }

    .adres {
        padding-top: 1.875rem
    }

    .adres__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .quest {
        padding-top: 1.875rem
    }

    .quest {
        padding-bottom: 1.875rem
    }

    .spollers-quest__title {
        font-size: 1rem
    }

    .time__top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .item-time {
        padding-bottom: 1.25rem
    }

    .item-time:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .tem-time__top:not(:last-child) {
        margin-bottom: .625rem
    }

    .tem-time__text {
        font-size: .875rem
    }

    .anket__top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .anket__cancel::before {
        font-size: 1.25rem
    }

    .anket__form:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .reason-anket__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .reason-anket__textarea:not(:last-child) {
        margin-bottom: .9375rem
    }

    .reason-anket__button:not(:last-child) {
        margin-bottom: .9375rem
    }

    .finde__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .finde__text:not(:last-child) {
        margin-bottom: .9375rem
    }

    .finded__title:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .unfinde__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .confirm__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .blank-confirm__inputs:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .blank-confirm__who:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .blank-confirm__what:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .who-blank__title:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .what-blank__title:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .doct-confirm__top:not(:last-child) {
        margin-bottom: .9375rem
    }

    .info-confirmed__title:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .info-confirmed__location:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .next-confirmed__title {
        font-size: 1.25rem
    }

    .next-confirmed__text {
        font-size: 1rem
    }

    .who:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .who__title:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .chose:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .chose__title:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .chose__label:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .categ-chose__title {
        font-size: 1.125rem
    }

    .categ-chose__list {
        font-size: 1.125rem
    }

    .search-chose__link {
        font-size: 1.125rem
    }

    .search-chose__person:not(:last-child) {
        margin-bottom: .625rem
    }

    .type:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .type__title:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .type__label:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .depart__title:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .depart__locations:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

@media (max-width:68.75em) {
    .item-finde {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:61.99875em) {
    .top-header__container {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navigation-header__search span {
        margin-right: 1.875rem
    }

    .content-time__subtitle {
        font-size: .9375rem
    }

    .content-time__variants span {
        font-size: .9375rem
    }

    .content-time__button {
        font-size: .9375rem
    }

    .item-finde {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .confirm__body {
        gap: 1.25rem;
        -ms-grid-columns: 1fr 23.75rem;
        grid-template-columns: 1fr 23.75rem
    }

    .inputs-blank__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doct-confirm {
        padding: .9375rem 1.5625rem
    }

    .confirmed__container {
        gap: 1.25rem;
        -ms-grid-columns: 1fr 23.75rem;
        grid-template-columns: 1fr 23.75rem
    }

    .info-confirmed__buttons {
        gap: .75rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .who__button {
        height: 5rem;
        max-width: 100%
    }

    .who__button img {
        width: 3.125rem
    }

    .booking_choise__button {
        height: 5rem;
        max-width: 100%
    }

    .booking_choise__button img {
        width: 3.125rem
    }

    .booking_choise__button img.age_down_icon {
        width: 23px;
    }

    .depart__location {
        height: 5rem;
        max-width: 100%
    }

    .depart__location::before {
        font-size: 1.5625rem;
        min-width: 3.125rem;
        min-height: 3.125rem
    }
}

@media (max-width:47.99875em) {
    .label {
        gap: .3125rem
    }

    .label__input {
        height: 3.125rem
    }


    .label__input::-webkit-input-placeholder {
        font-size: 0.8em;
    }

    .label__input::-moz-placeholder {
        font-size: 0.8em;
    }

    .label__input:-ms-input-placeholder {
        font-size: 0.8em;
    }

    .label__input::-ms-input-placeholder {
        font-size: 0.8em;
    }

    .label__input::placeholder {
        font-size: 0.8em;
    }

    .label__search {
        font-size: 1.25rem;
        padding: 0 .9375rem
    }

    .header {
        padding: .625rem 0
    }

    .top-header {
        border: none
    }

    .top-header__container {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-header__actions {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .top-header__user {
        border: none
    }

    .main-header:not(:last-child) {
        margin-bottom: 0
    }

    .main-header__actions {
        width: 100%;
        padding: 0 .9375rem
    }

    .main-header__button {
        width: 100%;
        padding: 0 0
    }

    .navigation-header__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navigation-header__list {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .navigation-header__search {
        width: 100%
    }

    .navigation-header__search span {
        display: none
    }

    .navigation-header__search button {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0;
        color: #fff;
        background-color: #ce0304;
        border-radius: .625rem 0 0 .625rem
    }

    .navigation-header__search input {
        width: 100%;
        height: 2.5rem;
        padding: 0 .9375rem;
        border: .0625rem solid #ce0304;
        border-radius: 0 .625rem .625rem 0
    }

    .adres__body {
        border-radius: .625rem;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }

    .adres__about {
        padding: 0 .9375rem
    }

    .about-adres__items {
        height: 25rem
    }

    .about-adres__item {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .map-adres__iframe {
        height: 18.75rem
    }

    .content-time__top {
        gap: .9375rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-time__times {
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .item-time__time {
        width: 5rem
    }

    .tem-time__icon img {
        width: 3.125rem;
        height: 3.125rem
    }

    .tem-time__content {
        font-size: 1.125rem
    }

    .tem-time__content span {
        font-size: .9375rem
    }

    .tem-time__info {
        gap: .625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-finde {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .confirm__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .confirm__blank {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .confirm__doct {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blank-confirm__button {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .doct-confirm__top img {
        width: 3.125rem;
        height: 3.125rem
    }

    .confirmed__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .who__body {
        gap: .75rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .who__button {
        padding-left: .9375rem
    }

    .booking_choise__button {
        padding-left: .9375rem
    }

    .categ-chose__title {
        line-height: 1.875rem
    }

    .categ-chose__list {
        line-height: 1.875rem
    }

    .search-chose__title:not(:last-child) {
        margin-bottom: .625rem
    }

    .search-chose__link {
        line-height: 1.875rem
    }

    .search-chose__person {
        gap: .625rem
    }

    .search-chose__person img {
        width: 3.125rem;
        height: 3.125rem
    }

    .search-chose__content {
        font-size: 1.125rem
    }

    .search-chose__content span {
        font-size: .9375rem
    }

    .depart__locations {
        gap: .75rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .depart__location {
        padding-left: .9375rem
    }
}

@media (max-width:36.25em) {
    .main__top {
        gap: .9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:31.25em) {
    .time__top {
        gap: .9375rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .time__select {
        width: 100%
    }
}

@media (max-width:29.99875em) {
    .btn-oran {
        height: 3.125rem;
        padding: 0 .9375rem
    }

    .top-header__socials {
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-header__select {
        padding-right: .3125rem
    }

    .top-header__user {
        padding: .625rem .625rem
    }

    .main-header__about {
        gap: .9375rem
    }

    .main-header__logo img {
        width: 3.125rem
    }

    .main-header__phone {
        font-size: 1.125rem
    }

    .main-header__phone p span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        font-size: .625rem
    }

    .main-header__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navigation-header__link {
        font-size: .75rem
    }

    .menu__body {
        padding-top: 5rem
    }

    .menu__body::before {
        height: 4.5rem
    }

    .tip__block {
        padding: .9375rem
    }

    .tem-time__content {
        font-size: 1rem
    }

    .tem-time__content span {
        font-size: .875rem
    }

    .reason-anket__button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .item-finde {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }

    .item-finded {
        padding: .625rem
    }

    .item-finded__doct {
        gap: .625rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blank-confirm__button {
        width: 100%
    }

    .doct-confirm__top {
        gap: .9375rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info-doct__items {
        gap: .625rem;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }

    .next-confirmed {
        padding: .9375rem 1.25rem
    }

    .next-confirmed__button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-chose__content {
        font-size: 1rem
    }

    .search-chose__content span {
        font-size: .875rem
    }
}

@media (min-width:20em) and (max-width:76.875em) {
    @supports (font-size:clamp(0.875rem, 0.7870879121rem + 0.4395604396vw, 1.125rem)) {
        .checkbox__text {
            font-size: clamp(.875rem, .7870879121rem + .4395604396vw, 1.125rem)
        }
    }

    @supports not (font-size:clamp(0.875rem, 0.7870879121rem + 0.4395604396vw, 1.125rem)) {
        .checkbox__text {
            font-size: calc(.875rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.125rem, 0.7513736264rem + 1.8681318681vw, 2.1875rem)) {
        .title {
            font-size: clamp(1.125rem, .7513736264rem + 1.8681318681vw, 2.1875rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 0.7513736264rem + 1.8681318681vw, 2.1875rem)) {
        .title {
            font-size: calc(1.125rem + 1.0625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .btn-oran {
            font-size: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .btn-oran {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.0130494505rem + 2.7472527473vw, 3.125rem)) {
        .top:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.0130494505rem + 2.7472527473vw, 3.125rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.0130494505rem + 2.7472527473vw, 3.125rem)) {
        .top:not(:last-child) {
            margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .header:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .header:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .main__top:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .main__top:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__body {
            gap: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__body {
            gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__big {
            gap: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__big {
            gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (top:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__image h5 {
            top: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (top:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__image h5 {
            top: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (left:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__image h5 {
            left: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (left:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__image h5 {
            left: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(0.875rem, 0.5233516484rem + 1.7582417582vw, 1.875rem)) {
        .main__image h5 {
            font-size: clamp(.875rem, .5233516484rem + 1.7582417582vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(0.875rem, 0.5233516484rem + 1.7582417582vw, 1.875rem)) {
        .main__image h5 {
            font-size: calc(.875rem + 1 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__min {
            gap: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (gap:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .main__min {
            gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)) {
        .app {
            padding-top: clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)
        }
    }

    @supports not (padding-top:clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)) {
        .app {
            padding-top: calc(1.875rem + 2.1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)) {
        .app {
            padding-bottom: clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)
        }
    }

    @supports not (padding-bottom:clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)) {
        .app {
            padding-bottom: calc(1.875rem + 2.1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
        .tip__title {
            font-size: clamp(1rem, .9120879121rem + .4395604396vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
        .tip__title {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(1.875rem, 0.9958791209rem + 4.3956043956vw, 4.375rem)) {
        .adres {
            padding-top: clamp(1.875rem, .9958791209rem + 4.3956043956vw, 4.375rem)
        }
    }

    @supports not (padding-top:clamp(1.875rem, 0.9958791209rem + 4.3956043956vw, 4.375rem)) {
        .adres {
            padding-top: calc(1.875rem + 2.5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .adres__title:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .adres__title:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .quest {
            padding-top: clamp(1.875rem, .5563186813rem + 6.5934065934vw, 5.625rem)
        }
    }

    @supports not (padding-top:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .quest {
            padding-top: calc(1.875rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .quest {
            padding-bottom: clamp(1.875rem, .5563186813rem + 6.5934065934vw, 5.625rem)
        }
    }

    @supports not (padding-bottom:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .quest {
            padding-bottom: calc(1.875rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
        .spollers-quest__title {
            font-size: clamp(1rem, .9120879121rem + .4395604396vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
        .spollers-quest__title {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .time__top:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .time__top:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .item-time {
            padding-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (padding-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .item-time {
            padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .item-time:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .item-time:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.625rem, 0.4052197802rem + 1.0989010989vw, 1.25rem)) {
        .tem-time__top:not(:last-child) {
            margin-bottom: clamp(.625rem, .4052197802rem + 1.0989010989vw, 1.25rem)
        }
    }

    @supports not (margin-bottom:clamp(0.625rem, 0.4052197802rem + 1.0989010989vw, 1.25rem)) {
        .tem-time__top:not(:last-child) {
            margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(0.875rem, 0.6991758242rem + 0.8791208791vw, 1.375rem)) {
        .tem-time__text {
            font-size: clamp(.875rem, .6991758242rem + .8791208791vw, 1.375rem)
        }
    }

    @supports not (font-size:clamp(0.875rem, 0.6991758242rem + 0.8791208791vw, 1.375rem)) {
        .tem-time__text {
            font-size: calc(.875rem + .5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .anket__top:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .anket__top:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .anket__cancel::before {
            font-size: clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .anket__cancel::before {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .anket__form:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .anket__form:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__title:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__title:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__textarea:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__textarea:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__button:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .reason-anket__button:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.4979395604rem + 2.1978021978vw, 2.1875rem)) {
        .finde__title:not(:last-child) {
            margin-bottom: clamp(.9375rem, .4979395604rem + 2.1978021978vw, 2.1875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.4979395604rem + 2.1978021978vw, 2.1875rem)) {
        .finde__title:not(:last-child) {
            margin-bottom: calc(.9375rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.4979395604rem + 2.1978021978vw, 2.1875rem)) {
        .finde__text:not(:last-child) {
            margin-bottom: clamp(.9375rem, .4979395604rem + 2.1978021978vw, 2.1875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.4979395604rem + 2.1978021978vw, 2.1875rem)) {
        .finde__text:not(:last-child) {
            margin-bottom: calc(.9375rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .finded__title:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .finded__title:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)) {
        .unfinde__title:not(:last-child) {
            margin-bottom: clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)
        }
    }

    @supports not (margin-bottom:clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)) {
        .unfinde__title:not(:last-child) {
            margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .confirm__title:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .confirm__title:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__inputs:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__inputs:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__who:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__who:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__what:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .blank-confirm__what:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .who-blank__title:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .who-blank__title:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .what-blank__title:not(:last-child) {
            margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)) {
        .what-blank__title:not(:last-child) {
            margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .doct-confirm__top:not(:last-child) {
            margin-bottom: clamp(.9375rem, .6078296703rem + 1.6483516484vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(0.9375rem, 0.6078296703rem + 1.6483516484vw, 1.875rem)) {
        .doct-confirm__top:not(:last-child) {
            margin-bottom: calc(.9375rem + .9375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.5625rem, 0.7932692308rem + 3.8461538462vw, 3.75rem)) {
        .info-confirmed__title:not(:last-child) {
            margin-bottom: clamp(1.5625rem, .7932692308rem + 3.8461538462vw, 3.75rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5625rem, 0.7932692308rem + 3.8461538462vw, 3.75rem)) {
        .info-confirmed__title:not(:last-child) {
            margin-bottom: calc(1.5625rem + 2.1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .info-confirmed__location:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .info-confirmed__location:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .next-confirmed__title {
            font-size: clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .next-confirmed__title {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1rem, 0.9340659341rem + 0.3296703297vw, 1.1875rem)) {
        .next-confirmed__text {
            font-size: clamp(1rem, .9340659341rem + .3296703297vw, 1.1875rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.9340659341rem + 0.3296703297vw, 1.1875rem)) {
        .next-confirmed__text {
            font-size: calc(1rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .who:not(:last-child) {
            margin-bottom: clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)
        }
    }

    @supports not (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .who:not(:last-child) {
            margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .who__title:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .who__title:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .chose:not(:last-child) {
            margin-bottom: clamp(1.875rem, .5563186813rem + 6.5934065934vw, 5.625rem)
        }
    }

    @supports not (margin-bottom:clamp(1.875rem, 0.5563186813rem + 6.5934065934vw, 5.625rem)) {
        .chose:not(:last-child) {
            margin-bottom: calc(1.875rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .chose__title:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .chose__title:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .chose__label:not(:last-child) {
            margin-bottom: clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 1.0302197802rem + 1.0989010989vw, 1.875rem)) {
        .chose__label:not(:last-child) {
            margin-bottom: calc(1.25rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .categ-chose__title {
            font-size: clamp(1.125rem, 1.081043956rem + .2197802198vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .categ-chose__title {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .categ-chose__list {
            font-size: clamp(1.125rem, 1.081043956rem + .2197802198vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .categ-chose__list {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .search-chose__link {
            font-size: clamp(1.125rem, 1.081043956rem + .2197802198vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 1.081043956rem + 0.2197802198vw, 1.25rem)) {
        .search-chose__link {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(0.625rem, 0.4052197802rem + 1.0989010989vw, 1.25rem)) {
        .search-chose__person:not(:last-child) {
            margin-bottom: clamp(.625rem, .4052197802rem + 1.0989010989vw, 1.25rem)
        }
    }

    @supports not (margin-bottom:clamp(0.625rem, 0.4052197802rem + 1.0989010989vw, 1.25rem)) {
        .search-chose__person:not(:last-child) {
            margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .type:not(:last-child) {
            margin-bottom: clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)
        }
    }

    @supports not (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .type:not(:last-child) {
            margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .type__title:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .type__title:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .type__label:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .type__label:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .depart__title:not(:last-child) {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .depart__title:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(3.125rem, 2.0260989011rem + 5.4945054945vw, 6.25rem)) {
        .depart__locations:not(:last-child) {
            margin-bottom: clamp(3.125rem, 2.0260989011rem + 5.4945054945vw, 6.25rem)
        }
    }

    @supports not (margin-bottom:clamp(3.125rem, 2.0260989011rem + 5.4945054945vw, 6.25rem)) {
        .depart__locations:not(:last-child) {
            margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem)/ 56.875)
        }
    }
}

@media (any-hover:hover) {
    .checkbox__text a:hover {
        text-decoration: underline
    }

    .select__option:hover {
        background: #d9d9d9
    }

    .btn-bord:hover {
        color: #fff;
        background-color: #ce0304
    }

    .btn-red:hover {
        background: linear-gradient(1deg, #f01f25 0, #cd0001 100%)
    }

    .btn-gren:hover {
        background-color: #000
    }

    .btn-oran:hover {
        background-color: #ce0304
    }

    .label__search:hover {
        background-color: rgba(166, 1, 1, .05)
    }

    .slider-arrow:hover {
        background-color: #6e6e6e
    }

    .top-header__icon:hover {
        color: #ce0304
    }

    .main-header__phone:hover {
        opacity: .6
    }

    .navigation-header__link:hover {
        color: #ce0304
    }

    .navigation-header__search button:hover {
        background-color: rgba(206, 3, 4, .05)
    }

    .main__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .main__image:hover::after {
        right: 100%
    }

    .main__image:hover h5 {
        opacity: 1
    }

    .tip__phone:hover {
        color: #ce0304
    }

    .about-adres__time:hover .about-adres__subtitle {
        border-radius: .9375rem .9375rem 0 0
    }

    .about-adres__time:hover .about-adres__subtitle::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .about-adres__time:hover .about-adres__list {
        opacity: 1
    }

    .about-adres__subtitle:hover {
        background: linear-gradient(1deg, #cd0001 0, #f01f25 100%)
    }

    .gallery-time__slide:hover {
        color: #fff;
        background-color: #ff776a
    }

    .tem-time__text a:hover {
        text-decoration: none
    }

    .item-finde__button:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(#ff978f), to(#ff6759));
        background: linear-gradient(0deg, #ff978f 0, #ff6759 100%)
    }

    .unfinde__button:hover {
        color: #fff;
        background-color: #ce0304
    }

    .info-confirmed__location a:hover {
        text-decoration: underline
    }

    .info-confirmed__button:hover {
        color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#ea858d), to(#f7d2d4));
        background: linear-gradient(0deg, #ea858d 0, #f7d2d4 100%)
    }

    .categ-chose__link:hover {
        color: #82c831
    }

    .search-chose__link:hover {
        color: #82c831
    }

    .item-type:hover .item-type__title {
        color: #ce0304
    }

    .depart__location:hover {
        color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#ea858d), to(#f7d2d4));
        background: linear-gradient(0deg, #ea858d 0, #f7d2d4 100%)
    }
}

@media (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}



@media (max-width: 720px) {

    .main__big,
    .main__min {
        display: flex;
        flex-direction: column;
    }


    .main__big h5,
    .main__min h5 {
        font-size: 1.3rem;
        top: 1rem;
        left: 1rem;
        font-weight: 500;
    }

    .main__image {
        height: 160px;
    }

    .main__image picture {
        display: none;

    }


}