@font-face {
    font-family: 'Gilroy';
    src: url('assets/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('assets/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('assets/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('assets/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Gilroy-Heavy.woff') format('woff'),
    url('assets/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('assets/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Gilroy-Light.woff') format('woff'),
    url('assets/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('assets/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Gilroy-Medium.woff') format('woff'),
    url('assets/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('assets/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Gilroy-Bold.woff') format('woff'),
    url('assets/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit;
}

body {
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    position: relative;
    min-height: 100vh;
}

body.fixed {
    height: 100vh;
    overflow: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

/* header */
header {
    background-color: #E9F2F9;
    border-top: 8px solid #0069FF;
    padding: 15px 0;
}

main {
    background-color: #F5FAFE;
    min-height: 100vh;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
}

.logo a {
    color: #666666;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    text-transform: uppercase;
}

.logo a span {
    color: #007BFF;
}

.menu-button {
    font-size: 26px;
    line-height: 31px;
    cursor: pointer;
    color: #343650;
    font-weight: 900;
    z-index: 101;
}

.menu-button.active {
    color: #fff;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100vw;
    background-color: #007BFF;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    transition: all 0.5s;
    padding: 25px 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
}

.mobile-menu.active {
    transition: all 0.5s;
    left: 0;
}

.mobile-menu .logo {
    width: 100%;
    height: 30px;
    margin-bottom: 100px;
}

.mobile-menu .logo span {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.mobile-menu a {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cur-lang-box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: auto;
}

.mobile-menu .language {
    margin-right: 0;
}

.mobile-menu .currency {
    width: 70%;
    margin-right: auto;
}

.mobile-menu .language-selected {
    height: 100%;
    border: none;
}

.mobile-menu .language-items {
    top: -100%;
    bottom: unset;
    border: none;
    padding-top: 10px;
}

.mobile-menu .currency-type {
    color: #fff;
}

.mobile-menu .currency input:checked + .currency-type {
    color: #000;
}

.mobile-menu .logout {
    width: 100%;
    margin: 0;
    color: #000;
    margin-top: 25px;
}

.back {
    width: 12px;
    height: 12px;
    margin-right: 30px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    cursor: pointer;
}

.profil-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.profil-link a {
    line-height: 16px;
    text-decoration-line: underline;
    color: #007BFF;
}

.language {
    width: 119px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 25px;
    position: relative;
}

.language-selected {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: 1px solid lightgrey;
}

.selected-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    width: 95px;
}

.language img {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.language-items {
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: -60px;
    border-radius: 2px;
    z-index: 2;
    border: 1px solid lightgrey;
    border-top: none;
}

.language-items .language-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    width: 95px;
    margin-bottom: 10px;
}

.profile {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
}

.profile img {
    margin-right: 14px;
}

.login a {
    width: 243px;
    height: 53px;
    line-height: 16px;
    background-color: #0069FF;
    border-radius: 2px;
    color: #fff;
    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;
    margin-left: auto;
}

.login a svg {
    margin-right: 20px;
}

.logout {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-left: 10px;
}

.logout svg {
    margin-right: 12px;
}

/* header */
/* filter */
.filter-section {
    background-color: #E9F2F9;
    padding: 15px 0;
}

.filter-section .section-title h1 {
    font-weight: 300;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}

.filter-section .section-title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.result {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.result span {
    color: #F50303;
    white-space: pre-wrap;
}

.form-filter {
    padding-top: 25px !important;
}

.filter-section .section-title h1 .title-palce {
    font-weight: 800;
}

.filter-top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-country-item {
    min-width: 458px;
    cursor: pointer;
    height: 53px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 35px;
    border: 1px solid #34354D;
    border-radius: 2px;
}

.filter-country-item .filter-name {
    text-align: left;
    background-color: transparent;
    border: none;
    width: 100%;
    color: #007BFF;
    text-decoration: underline;
    font-size: 30px;
}

.filter-country-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 18px;
    height: 51px;
    width: 14px;
    background-image: url(assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.filter-country-item.open::after {
    transform: rotate(180deg);
}

.filter-name:disabled {
    color: #000;
}

.filter-country-dropdown {
    width: 100%;
    position: absolute;
    top: 80px;
}

.filter-country-dropdown-fake {
    width: 100%;
    position: relative;
    /*min-height: 250px;*/
    height: fit-content;
    z-index: -1;
    opacity: 0;
    margin-top: 20px;
}

.filter-country-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.country-list-item {
    list-style: none;
    padding: 0;
    min-width: 200px;
    font-weight: 500;
    line-height: 16px;
}

.sublist {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 235px;
    column-count: 2;
}

.sublist-item {
    list-style: none;
    padding: 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 16px;
    text-indent: 20px;
    color: #666666;
    margin-bottom: 10px;
}

.sublist-item.active {
    text-decoration-line: underline;
    color: #0069FF;
}

.choose-type-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.choose-type-block .input-block a,
.choose-type-block .input-block label {
    display: block;
    height: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 53px;
    margin: 0;
    border-radius: 2px;
    display: block;
    padding: 0 50px;
}

.choose-type-block input {
    display: none;
}

.choose-type-block input:checked ~ label {
    background: #007BFF;
    color: #fff;
}

.currency-type {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 13px 16px;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 0;
    line-height: 26px;
    border: 1px solid transparent;
}

.currency input:checked + .currency-type {
    background: #FFFFFF;
    border: 1px solid lightgrey;
}

.filter-center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    flex-wrap: wrap;
}

.filter-center .block-title {
    margin-bottom: 12px;
    font-size: 14px;
}

.price-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    min-width: 50%;
}

.price-block-top {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
}

.price-block .price-label,
.price-block select {
    width: 164px;
    height: 53px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 20px;
    border: none;
    border: 1px solid lightgrey;
}

.price-block .price-label {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.price-block input {
    border: none;
    outline: none;
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.select-wrapper {
    position: relative;
}

.price-select {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 51px;
    background-color: #fff;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    z-index: -1;
}

.price-select svg {
    margin: auto;
}

.price-range {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-right: auto;
}

.min-price,
.max-price {
    position: absolute;
    width: auto;
    height: 20px;
    text-align: center;
    top: -5px;
}

.min-price {
    left: 0;
}

.max-price {
    right: 0;
}

.price-range-currency::after {
    content: 'byn';
    position: absolute;
    right: -25px;
    width: 20px;
    height: 20px;
}

.currency,
.room,
.room-choose-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.currency input,
.room input {
    display: none;
}

.room-type {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 13px 16px;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 0;
    line-height: 26px;
    width: 73px;
    border: 1px solid #C9C9C9;
}

.room input:checked + .room-type {
    background: #007BFF;
    color: #fff;
}

.filter-start {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #FFE5E6;
}

.search-button {
    height: 53px;
    background: #0069FF;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 82px;
    border: 1px solid #0069FF;
}

.reset-button {
    /*height: 53px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    padding: 0 53px;
    border: none;
}

.red-cross {
    position: absolute;
    right: 15%;
    /*top: 23px;*/
    pointer-events: none;
}

.filter-start.desktop .red-cross {
    top: 23px;
    right: 9%;
}

.filter-start.mobile .red-cross {
    top: 14px;
}

.filter-bottom {
    padding: 15px 0;
}

.filter-bottom-toggler {
    cursor: pointer;
    text-align: center;
    color: black;
    margin: 0;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #C9C9C9;
    padding: 10px 20px;
}

.filter-bottom-toggler span {
    text-decoration: underline;
}

.filter-bottom-toggler .dropdown-arrow {
    right: 18px;
    height: 12px;
    width: 20px;
    background-image: url(assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    display: inline-block;
    filter: opacity(0.5);
    margin-left: 10px;
}

.filter-bottom-toggler .dropdown-arrow.open {
    transform: rotate(180deg);
}

.filter-bottom-items,
.filter-country-items {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-country-items {
    position: absolute;
    top: 26px;
    z-index: 5;
}

.filter-country-items-fake {
    min-width: 458px;
    height: 53px;
}

.filter-bottom-items {
    padding-bottom: 30px;
    padding-top: 10px;
}

.filter-bottom-item {
    padding: 0 30px 0 15px;
    cursor: pointer;
    height: 53px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.filter-bottom-item.active {
    border: 1px solid #C9C9C9;
}

.filter-bottom-item:first-child {
    border-radius: 2px 0 0 2px;
    /*margin: 0;*/
    /*padding-left: 0;*/
}

.filter-bottom-item:last-child {
    border-radius: 0px 2px 2px 0;
}

.filter-bottom-item.active {
    border: 1px solid #34354D;
    border-radius: 2px;
    z-index: 10;
    background-color: #F1F7FC;
}

.filter-bottom-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    height: 51px;
    width: 15px;
    background-image: url('assets/img/dropdown.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.filter-bottom-item.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-name {
    margin: auto;
    pointer-events: none;
}

.filter-dropdown {
    width: 100%;
    padding-bottom: 10px;
}

.filter-dropdown ul {
    list-style: none;
    padding: 0;
}

.main-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.main-list-item {
    margin-bottom: 18px;
}

.sublist-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.sub-list li {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.sub-list input {
    display: none;
}

.sub-list label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.sub-list label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
}

.sub-list input:checked + label::before {
    border-color: #000;
    background-image: url('assets/img/check.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 1px 0;
}

/* search-result */

.search-result {
    padding-top: 35px;
    padding-bottom: 40px;
}

.serch-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}

.search-count {
    color: #F50303;
}

.serch-type {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.serch-type a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 228.23px;
    height: 53px;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.serch-type a.active {
    background: #fff;
    z-index: 1;
    border: 1px solid lightgrey;
}

.serch-type a svg {
    margin-right: 20px;
}

.search-cards {
    padding: 20px 15px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-link {
    display: inline-block;
    width: 32%;
}

.card {
    width: 32%;
    border-radius: 2px;
    margin-bottom: 27px;
    margin-right: 2%;
    border: none;
}

.card:nth-child(3n+3) {
    margin-right: 0;
}

.card-image {
    width: 100%;
    height: 240px;
}

.card-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-content {
    padding: 15px 15px 25px 15px;
}

.card-bio-top {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.card-bio-top-item {
    background: #EFEFEF;
    border-radius: 5px;
    padding: 0 15px;
    height: 29px;
    line-height: 29px;
}

.card-room-value,
.card-sleeping-val {
    font-size: 14px;
}

.card-room-text,
.card-sleeping-text {
    font-size: 12px;
}

.map-button {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #0069FF;
    text-decoration: underline;
    margin: auto 0;
    align-items: center;
    cursor: pointer;
}

.map-button svg {
    margin-right: 10px;
    zoom: 0.5;
}

.card-bio-center {
    padding: 15px 0;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.card-bio-center span {
    margin-bottom: 10px;
    display: block;
}

.card-title {
    font-size: 14px;
    line-height: 16px;
}

.card-adres {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0069FF;
    text-decoration: underline;
}

.card-desc {
    font-size: 12px;
    line-height: 14px;
}

.card-bio-bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.card-contacts {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.card-owner {
    margin-bottom: 15px;
}

.card-owner a {
    text-decoration: underline;
    color: #0069FF;
}

.card-contacts-messages {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}

.card-tel {
    margin-right: 15px;
    color: #9D9D9D;
}

.card-tel.active {
    color: #000;
}

.card-messanger {
    margin-right: 8px;
}

.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 78px;
    width: 153px;
    background-color: #fff;
    font-size: 14px;
    display: -ms-flex;
    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;
    cursor: pointer;
}

.card-price {
    padding: 0 13px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    border-radius: 2px;
    color: #FFF;
}

.card-price-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-right: 10px;
}

.card-currency {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 1px;
}

.night-price {
    color: #F50303;
}

.day-price {
    color: #6DD549;
}

.hour-price {
    color: #0069FF;
}

.price-type-item-val.night-price {
    background-color: #F50303;
}

.price-type-item-val.day-price {
    background-color: #6DD549;
}

.price-type-item-val.hour-price {
    background-color: #0069FF;
}

.flat-map,
.map-container {
    width: 100%;
    padding: 30px 0;
    height: 500px;
    position: relative;
}

.map-container #message {
    position: absolute;
    top: -35px;
    left: 0;
}

.how-it-works {
    background-color: #F1F7FC;
    padding: 40px 0;
}

.how-it-works .section-title {
    margin-bottom: 30px;
    padding: 0;
}

.how-it-works .section-title h3 {
    font-size: 24px;
    line-height: 28px;
}

.step {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 0;
    padding-bottom: 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-image {
    margin-right: 38px;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.step-text {
    font-size: 14px;
}

.section-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-notice p {
    font-size: 14px;
    line-height: 16px;
    color: #A7A7A7;
}

footer {
    background-color: #0069FF;
    padding: 25px 0 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-left {
    padding: 0;
}

.copy {
    margin-bottom: 30px;
}

.footer-right .navigation ul {
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-right .navigation li {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.footer-right .navigation li:first-child {
    margin-left: auto;
}

.footer-right .navigation li:last-child {
    border: none;
    padding-right: 0;
}

.author {
    text-align: right;
}

.flat-step {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 55px;
    background: #0069FF;
    border-radius: 2px;
    border: 1px solid #0069FF;
    color: #fff;
    margin-bottom: 10px;
}

/* noui-slider */

.noUi-target {
    background: #000;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-connect {
    background: #FF0000;
}

.noUi-horizontal {
    height: 2px;
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
}

.noUi-horizontal::after,
.noUi-horizontal::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
}

.noUi-horizontal::after {
    right: 0px;
}

.noUi-horizontal::before {
    left: 0px;
}

.noUi-handle:before {
    content: none;
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 2px;
    background: #000;
    left: 15px;
    top: 5px;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.noUi-horizontal .noUi-handle {
    top: -14px;
}

/* noui-slider */

.pagination-controls {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.prev-page,
.next-page {
    width: 228.23px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000000;
    position: relative;
    display: -ms-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.prev-page::after,
.next-page::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    top: 22px;
    background-image: url(assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.prev-page::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 32px;
}

.next-page::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 32px;
}

.activePage {
    color: #0069FF;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.pages {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.pages span {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 30px;
    cursor: pointer;
}

.input-block a.active {
    background: #FFFFFF;
    border: 1px solid #34354D;
    border-radius: 2px;
    z-index: 1;
}

/* reg/log */

.back-button {
    width: 219px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    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;
    float: right;
}

.back-button::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    top: 22px;
    right: 32px;
    background-image: url(assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.login-section {
    padding: 35px 0 60px;
}

.login-section .section-title h2 {
    font-size: 24px;
}

.login-form form {
    display: -ms-flex;
    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;
    margin-bottom: 70px;
}

.form-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-block label {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 19px;
}

.form-block input,
.form-block select {
    padding: 0 20px;
    height: 53px;
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border: 1px solid lightgrey;
}

.form-block label span {
    color: #FF0000;
}

.blue-button {
    height: 49px;
    background: #0069FF;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.blue-button:hover {
    color: #fff;
}

.form-button {
    width: 48%;
}

.forgot-box {
    width: 48%;
    display: -ms-flex;
    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;
}

.forgot-button {
    font-size: 18px;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000000;
}

.registration-link .block-title,
.login-link .block-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px;
    display: -ms-flex;
    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;
}

.login-link .block-title {
    height: 49px;
    margin: 0;
}

.registration-link a {
    width: 100%;
    height: 49px;
    display: -ms-flex;
    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;
}

.tip ul {
    list-style: none;
    padding-left: 20px;
}

.tip li {
    margin-bottom: 15px;
}

.tip a {
    color: #0069FF;
}

.tip li:nth-last-child(1) {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tip li:nth-last-child(1) a {
    width: 60%;
}

.tip li:nth-last-child(1) img {
    margin-left: 40px;
}

.registration-form form {
    margin-bottom: 0;
}

.registration-block-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.registration-form .blue-button {
    width: 100%;
}

.login-link {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grey-button {
    width: 262px;
    height: 49px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    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;
    color: #9D9D9D;
    margin-left: 48px;
}

.grey-button:hover {
    color: #fff;
    background: #0069FF;
    border: none;
}

.registration-right {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 35px;
}

/* reg/log */
/* profile */
.profile-name-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.log-out {
    display: -ms-flex;
    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;
}

.log-out svg {
    margin-right: 30px;
}

.logout-button {
    width: 165px;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: -ms-flex;
    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;
    cursor: pointer;
}

.logout-button svg {
    margin-right: 20px;
}

.profile-type-block,
.profile-login {
    margin-top: 30px;
}

.profile-type-block a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-type-block .input-block:nth-child(2) label {
    width: 263px;
}

.profile-section {
    padding: 18px 0 20px;
}

.profile-section .section-title {
    margin-bottom: 15px;
}

.profile-section .section-title h2 {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

.profile-section .section-title p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.profile-section .form-block input {
    width: 262px;
}

.profile-name,
.profile-info,
.payment-type-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-section .left .form-block:nth-last-child(1) {
    margin-bottom: 5px;
}

.profile-section .left .form-block input {
    width: 262px;
}

.profile-section .left .form-block {
    margin-bottom: 10px;
}

.form-block-bottom {
    width: 24%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.form-block-bottom .form-block {
    width: 100%;
}

.profile-section .form-block label {
    margin-bottom: 15px;
}

.profile-name .section-title,
.profile-info .section-title,
.payment-type-block .section-title {
    width: 100%;
    margin-bottom: 0;
}

.profile-section .form-block.add-tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 53px;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.add-tel {
    cursor: pointer;
}

.right label {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 18px;
}

.profile-settings-row {
    display: -webkit-flex;
    display: -ms-flex;
}

.profile-section .profile-settings-row .form-block {
    margin-bottom: 5px;
    margin-right: 10px;
}

.plus {
    color: #0069FF;
    margin-right: 15px;
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    pointer-events: none;
}

.remove-tel {
    display: flex;
    align-items: center;
    color: red;
    cursor: pointer;
}

.remove-tel .plus {
    display: inline-block;
    transform: rotate(45deg);
    color: red;
    margin-right: 5px;
}

.add-tel-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    pointer-events: none;
}

.messanger-block {
    width: 37px;
    height: 37px;
    margin-right: 5px;
    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;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.messanger-block .label-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.watsapp-label .label-img {
    background-image: url('assets/img/whatsapp-grey.svg');
}

.telegram-label .label-img {
    background-image: url('assets/img/telegram-grey.svg');
}

.viber-label .label-img {
    background-image: url('assets/img/viber-grey.svg');
}

.viber:checked + .viber-label .label-img {
    background-image: url('assets/img/viber.svg');
}

.telegram:checked + .telegram-label .label-img {
    background-image: url('assets/img/telegram.svg');
}

.watsapp:checked + .watsapp-label .label-img {
    background-image: url('assets/img/whatsapp.svg');
}

.addititonal-tel {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-section .form-block {
    width: auto;
    margin-right: 29px;
    margin-bottom: 15px;
}

.payment-type-block .form-block {
    width: unset;
    margin: 0;
}

.payment-type-block input {
    display: none;
}

.payment-type-block .form-block label {
    height: 53px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    display: -ms-flex;
    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;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.payment-type-block .form-block input:checked ~ label {
    background: #007BFF;
    color: #fff;
    z-index: 1;
}

.flat_ad-type {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flat_ad-type-item {
    display: -ms-flex;
    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;
    height: 53px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    width: 20%;
    cursor: pointer;
}

.flat_ad-type-item.active {
    background: #007BFF;
    color: #fff;
    border-radius: 2px;
    z-index: 1;
}

.flat_ad-type-counter {
    margin-left: 5px;
    color: #F50303;
}

.flat_ad-type-item.active .flat_ad-type-counter {
    color: #fff;
}

.ad-notice {
    font-size: 14px;
    text-align: center;
    color: #666666;
    background: #F3F6FA;
    border-radius: 2px;
    padding: 15px 5px;
}

.ad-notice h4 {
    font-size: 14px;
    font-weight: bold;
}

.ad-notice p {
    font-size: 14px;
    white-space: pre-line;
}

.ad-list-item {
    width: 32%;
    border-radius: 2px;
    margin-right: 1%;
}

.ad-list-item:nth-child(3n+n) {
    margin-right: 0;
}

.ad-list-item .card {
    width: 100%;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

.ad-status {
    font-size: 12px;
    background: #fff;
    color: #C9C9C9;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 15px;
    border-radius: 2px 2px 0 0;
}

.ad-status span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F50303;
    margin-right: auto;
}

.ad-status .delete-card {
    color: #FF0000;;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    transform: rotate(45deg);
    margin-left: auto;
    cursor: pointer;
}

.ad-list {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flat_ad-filter {
    justify-content: space-between;
    font-size: 16px;
    line-height: 18px;
    height: 53px;
    align-items: center;
}

.filter-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.flat_ad-filter .item {
    margin-right: 10px;
    cursor: pointer;
}

.flat_ad-filter .link,
.flat_ad-filter .item.active {
    text-decoration-line: underline;
    color: #007BFF;
}

/* profile */

.messanger-link,
.messanger-linkW {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url('assets/img/viber.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.messanger-linkW {
    background-image: url('assets/img/watsapp.png');
}

/* add-flat */

.add-flat-section {
    padding: 20px 0 0;
}

.add-flat-steps {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 20px;
}

.add-flat-step {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 53px;
    color: #9D9D9D;
    white-space: nowrap;
    padding: 0 35px;
    border-radius: 2px;
}

.add-flat-step.active {
    background: #0069FF;
    z-index: 1;
    color: #fff;
}

.add-flat-step span {
    font-size: 12px;
}

.step-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-1 .search-block {
    width: 35%;
}

.step-1 .form-block {
    width: 23%;
}

.step-1 .form-block.last {
    margin-right: auto;
    margin-left: 3%;
}

.choose-type-container {
    width: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
}

.choose-type {
    height: 53px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.choose-type input {
    display: none;
    width: 100%;
    height: 100%;
}

.choose-type label {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    cursor: pointer;
}

.choose-type input:checked + label {
    background: #007BFF;
    border-radius: 2px;
    color: #fff;
}

.next-step {
    width: 358px;
    height: 49px;
    background: #0069FF;
    border-radius: 2px;
    color: #fff;
    display: -ms-flex;
    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;
    margin-left: auto;
    cursor: pointer;
}

.next-step svg {
    margin-left: 45px;
}

.input-block {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-block input {
    text-align: center;
}

.step-2 {
    padding-top: 20px;
    justify-content: space-between;
}

.step-2 input {
    width: 92px;
}

.step-2 .form-block {
    width: 25%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.step-2 .form-block label {
    margin-bottom: 0;
    margin-right: 15px;
}

.form-block.range {
    width: 100%;
}

.form-block.holyday {
    width: 100%;
}

.step-2 .input-block span {
    margin: auto 0 auto 15px;
}

.range .input-block span,
.holyday span {
    margin: auto 15px auto 15px;
}

.holydayCheckbox {
    display: none;
}

.holydayCheckbox-label {
    width: 225px;
    height: 53px;
    font-size: 18px;
    line-height: 21px;
    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;
    color: #9D9D9D;
    background: #EFEFEF;
    border-radius: 2px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.holydayCheckbox:checked ~ .holydayCheckbox-label {
    background: silver;
}

#holydayCheckbox:checked + #holydayCost {
    background-color: silver;
    pointer-events: none;
}

#bookTimeCheckbox:checked ~ .bookTimeLabel,
#bookTimeCheckbox:checked ~ .bookTimeLabel #bookTimeFrom,
#bookTimeCheckbox:checked ~ .bookTimeLabel #bookTimeTo {
    background-color: silver;
    pointer-events: none;
}

.step-wrapper.step-3,
.step-wrapper.step-4,
.step-wrapper.step-5,
.step-wrapper.step-6 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sleepeng-places {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.sleepeng-places .block-title {
    font-weight: 300;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 25%;
}

.sleepeng-places-wrapper {
    flex: 1;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sleepeng-places-wrapper input {
    display: none;
}

.sleepeng-places-wrapper label {
    width: 50px;
    height: 53px;
    display: -ms-flex;
    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;
    cursor: pointer;
    margin: 0;
    border-radius: 2px;
}

.sleepeng-places-wrapper input:checked + label {
    background: #007BFF;
    color: #fff;
}

.sleeping-places-type {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.form-block.sleeping-places-type label {
    margin-bottom: 0;
    width: 25%;
}

.sleeping-places-type input {
    width: 260px;
}

.bookTime,
.checkout {
    flex-direction: row;
}

.bookTime .input-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bookTime label:nth-child(1) {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.bookTimeLabel {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid lightgrey;
}

.bookTimeLabel:nth-of-type(1) {
    border-radius: 2px 0 0 2px;
    border-right: none;
}

.bookTimeLabel:nth-of-type(2) {
    border-radius: 0 2px 2px 0;
    border-left: none;
}

.bookTime label input {
    border: none;
    width: 40px;
    height: 51px;
    outline: none;
    margin-left: 20px;
    padding: 0;
}

.bookTime .holydayCheckbox-label {
    margin-left: 15px;
    margin-right: 45px;
}

.checkout input {
    width: 62px;
    border: none;
    height: 51px;
}

.checkout .input-block {
    background-color: #fff;
    border-radius: 2px;
    height: 53px;
    width: 150px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgrey;
}

.checkout label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 15px;
    /*margin-bottom: 0;*/
}

.checkout .input-block span:nth-of-type(1) {
    padding-left: 15px;
}

.checkout .input-block span:nth-of-type(2) {
    padding-right: 15px;
}

.step-pictures-checkboxes {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-pictures-checkboxes input {
    display: none;
}

.picture-checkbox {
    width: 24%;
    height: 159px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 12px;
    /*margin-bottom: 15px;*/
    padding: 15px;
    cursor: pointer;
}

.picture-checkbox:nth-of-type(4),
.picture-checkbox:nth-of-type(8),
.picture-checkbox:nth-of-type(12),
.picture-checkbox:nth-of-type(16) {
    margin-right: 0;
}

.picture-checkbox svg {
    display: block;
    margin: auto;
}

.picture-checkbox span {
    width: 100%;
    text-align: center;
}

.step-pictures-checkboxes input:checked + .picture-checkbox {
    background: #F3F6FA;
}

.step-pictures-checkboxes input:checked + .picture-checkbox svg {
    fill: #0069FF;
}

.additional-message {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.additional-message label {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.additional-message textarea {
    resize: none;
    border: 1px solid lightgrey;
    border-radius: 2px;
    padding: 15px;
    height: 86px;
}

.additional-message #DETAIL_TEXT {
    resize: vertical !important;
    height: 300px !important;
}

.step-4 .floor,
.step-4 .house-type {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
}

.step-4 .floor {
    margin-right: 50px;
}

.step-4 .floor label,
.step-4 .house-type label {
    margin-bottom: 0;
    margin-right: 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.step-4 .floor .input-block {
    width: 122px;
    background-color: #fff;
    border: 1px solid lightgrey;
    border-radius: 2px;
    justify-content: space-around;
}

.floor span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.floor input {
    border: none;
    height: 51px;
}

.floor input:nth-of-type(1) {
    padding-left: 20px;
    padding-right: 0;
    width: 40px;
}

.floor input:nth-of-type(2) {
    padding-left: 0;
    padding-right: 20px;
    width: 40px;
}

.house-type .input-block label {
    height: 53px;
    width: 123px;
    display: -ms-flex;
    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;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.house-type input {
    display: none;
}

.house-type input:checked + label {
    background: #007BFF;
    border-radius: 2px;
    color: #fff;
}

.photo-uploader-block {
    width: 100%;
    color: #666666;
}

.form-block .photo-uploader label {
    margin-bottom: 0;
    cursor: pointer;
}

.form-block .photo-uploader label b {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#gallery {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

#gallery img {
    width: 174px;
    height: 150px;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}

#gallery .image-block {
    display: block;
    position: relative;
    width: 174px;
    margin-right: 10px;
    box-sizing: content-box;
    border: 3px solid transparent;
    margin-bottom: 10px;
    margin-right: 10px;
}

#gallery .image-block:after {
    content: 'Сделать главным';
    display: block;
    text-align: center;
    color: #9D9D9D;
}

#gallery .image-block.active {
    border: 3px solid #007BFF;
}

#gallery .image-block.active:after {
    content: 'Главное Фото';
    display: block;
    text-align: center;
    background: #007BFF;
    color: #fff;
}

#gallery .image-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    font-weight: bold;
    color: #F50303;
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

#fileElem {
    display: none;
}

.photo-uploader-block .input-block {
    min-height: 74px;
    background: #0069ff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    color: #fff;
}

.photo-uploader-block .input-block.highlight {
    background-color: #dbe4f0;
}

.photo-uploader-block .input-block p {
    margin: 0;
    font-size: 14px;
}

#progress-bar {
    display: none;
}

.square,
.balcony,
.bathroom,
.room-quantity {
    flex-direction: row;
    margin-bottom: 15px;
}

.bathroom-val, .square-val, .balcony-val {
    padding: 5px;
}

.square label,
.balcony label,
.bathroom label,
.room-quantity label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 0;
    height: 53px;
    cursor: pointer;
}

.square input {
    width: 120px;
    margin-right: 30px;
}

.room-quantity input,
.balcony input,
.bathroom input {
    display: none;
}

.room-quantity {
    margin-right: 66px;
}

.room-quantity .input-block label {
    width: 46px;
    color: #666666;
    justify-content: center;
    margin-right: 0;
}

.room-quantity input:checked + label {
    background: #007BFF;
    border-radius: 2px;
    color: #fff;
}

.balcony .input-block label {
    width: 93px;
    color: #666666;
    justify-content: center;
    margin-right: 2px;
}

.balcony input:checked + label {
    background: #007BFF;
    border-radius: 2px;
    color: #fff;
}

.bathroom {
    width: 100%;
}

.bathroom .input-block label {
    width: 138px;
    color: #666666;
    justify-content: center;
    margin-right: 2px;
}

.bathroom input:checked + label {
    background: #007BFF;
    border-radius: 2px;
    color: #fff;
}

.adresSearch {
    position: relative;
}

.step-6 .block-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 38px;
}

#clear {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 40px;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/reset.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    cursor: pointer;
}

#button {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/search.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#suggest {
    padding-right: 55px;
}

.stats-section {
    padding-top: 40px;
    padding-bottom: 70px;
}

.stats-top {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stats-top select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 53px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 20px;
}

.stats-text {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}

.watch-stats,
.tel-click-stats {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    justify-content: space-between;
}

.stats-text span {
    color: #0069FF;
    font-weight: 900;
    font-size: 50px;
}

.chart canvas {
    margin: auto;
    width: 90%;
}

/* add-flat */

/* flat */

.bread-crumbs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bread-crumbs .crumb {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C9C9C9;
}

.bread-crumbs .crumb:hover {
    color: #000;
}

.bread-crumbs .crumb::after {
    content: '>';
    margin: 0 12px;
}

.bread-crumbs .crumb:nth-last-child(1) {
    color: #000;
}

.bread-crumbs .crumb:nth-last-child(1)::after {
    display: none;
}

.back-btn-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.go-back {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 174px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.go-back::after {
    content: '';
    height: 51px;
    width: 7px;
    background-image: url(assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    transform: rotate(-90deg);
    margin-left: 15px;
}

.flat-block {
    padding: 30px 15px 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000;
}

.flat-images,
.flat-desc {
    width: 49%;
}

.flat-images {
    position: relative;
}

.flat-images a {
    padding: 0 5px;
    text-align: center;
    height: 100%;
}

.flat-images img {
    /*width: 100%;
    height: auto;*/
    /*max-height: 390px;*/
    max-height: 100%;
    max-width: 100%;
}

.flat-desc {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.flat-block-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flat-block-right.price-types {
    width: 90px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.flat-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.flat-title h1 {
    font-size: 24px;
}

.flat-block-left .card-bio-bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.flat-block-left .flat-adress {
    margin-bottom: 15px;
}

.flat-block-left .flat-district {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.price-type-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.price-type-name {
    height: 33px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.price-type-item-val {
    width: 100%;
    height: 39px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-type-item-val span {
    margin-left: 5px;
}

.flat-size {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.flat-size .card-room {
    margin-right: 10px;
    font-size: 12px;
}

.flat-size .card-sleeping-area {
    margin-right: 20px;
    font-size: 12px;
}

.flat-size .card-map-button {
    background-color: transparent;
}

.flat-size .card-map-button a {
    font-size: 10px;
    color: #0069FF;
    text-decoration: underline;
}

.flat-block-left .cover {
    background-color: #F5FAFE;
}

.flat-block-left .card-contacts-messages {
    margin-bottom: 15px;
}

.flat-buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
}

.flat-desc-full .card-bio-bottom {
    min-height: auto;
}

.flat-desc-full .card-contacts {
    margin-bottom: 10px;
}

.flat-desc-full .block-title {
    font-size: 18px;
    width: 100%;
}

.leave-feedback {
    width: 262px;
    height: 49px;
    color: #000;
    font-weight: 500;
    background: #F3F6FA;
    border-radius: 2px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.request {
    width: 262px;
    height: 49px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0069FF;
    border-radius: 2px;
    color: #fff;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.request:hover {
    color: #fff;
}

.request svg {
    margin-right: 15px;
}

.flat-booking-conditions {
    padding: 35px 0 0;
    width: 100%;
}

.flat-booking-conditions.money {
    padding: 35px 0;
}

.flat-booking-conditions span {
    font-weight: 500;
    display: block;
}

.flat-booking-conditions .block-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
    width: 100%;
}

.flat-desc-tabs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
}

.flat-tab {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 53px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}

.flat-tab:nth-last-of-type(1) {
    margin-right: 15px;
}

.flat-tab.active {
    z-index: 1;
    background: #fff;
    font-weight: 600;
}

.flat-desc-information .block-title {
    font-size: 16px;
    font-weight: 700;
}

.flat-desc-information {
    background: #FFF;
    padding: 18px;
    margin-right: 15px;
    width: 100%;
}

.flat-desc-block,
.building-desc-block {
    font-weight: 400;
    margin-bottom: 15px;
}

.flat-desc-block .title,
.building-desc-block .title {
    font-weight: 700;
    margin-right: 5px;
    font-size: 16px;
}

.building-adds,
.flat-adds {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.flat-adds {
    margin-bottom: 15px;
}

.building-adds {
    margin-top: 15px;
}

.building-adds .block-title {
    /*margin-bottom: 15px;*/
}

.flat-block .picture-checkbox {
    flex-grow: 1;
    width: 45%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    cursor: auto;
    margin-right: 10px !important;
    padding: 5px !important;
}

.flat-block .picture-checkbox span {
    width: auto;
    font-weight: 400;
}

.flat-block .picture-checkbox svg {
    margin: 0;
    margin-right: 5px;
}

.additional-information {
    margin-bottom: 25px;
}

.waymark-block .block-title {
    /*margin-bottom: 15px;*/
}

.waymark,
.more-waymark {
    color: #0069FF;
    text-decoration: underline;
    cursor: pointer;
}

.addititonal-information-text {
    font-weight: 400;
}

.feedback {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.feedback-name {
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}

.feedback-name .name {
    margin-bottom: 8px;
}

.rate {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.rate-star {
    width: 9px;
    height: 8px;
    background-image: url('./assets/img/star_grey.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 5px;
}

.rate-star.active {
    background-image: url('./assets/img/star.png');
}

.feedback-date {
    width: 50%;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}

.feedback-text {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.flat-map {
    padding-top: 30px;
    padding-bottom: 30px;
}

.more-flats {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.more-flats-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.more-flats .block-title {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.more-flats .card:nth-of-type(3n+3) {
    margin-right: 0;
}

.waymark-link {
    color: #0069FF;
    text-decoration: underline;
}

.waymark-link:hover {
    color: #000;
}

.owner {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

/* flat */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(000, 000, 000, 0.8);
    z-index: 101;
}

.pop-up-feedback,
.pop-up-call,
.pop-up-change,
.popup-remove {
    width: 471px;
    z-index: 101;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.pop-up-feedback form,
.pop-up-call form,
.pop-up-change form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.pop-up-change p {
    font-size: 14px;
    color: #666666;
}

.pop-up-change p span {
    text-transform: uppercase;
    color: red;
}

.pop-up {
    border-top: 10px solid #0069FF;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    z-index: 110;
}

.pop-up h4 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
}

.close-pop-up {
    font-weight: 500;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 15px;
    transform: rotate(45deg);
    cursor: pointer;
}

.pop-up-btns {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.pop-up input {
    height: 53px;
    border: 1px solid #34354D;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.pop-up button {
    width: 164px;
    max-width: 45%;
    height: 47px;
    border: none;
    border-radius: 2px;
}

.pop-up .cancel {
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
}

.pop-up .save {
    background-color: #0069FF;
    color: #fff;
}

.pop-up .send {
    background-color: #0069FF;
    color: #fff;
    position: relative;
    width: 100%;
}

.pop-up.feedback button,
.pop-up.pop-up-call button,
.pop-up.pop-up-feedback button {
    width: 90%;
    margin: auto;
    max-width: 90%;
}

.pop-up.feedback button svg,
.pop-up.pop-up-call button svg,
.pop-up.pop-up-feedback button svg {
    margin-left: 20px;
}

.pop-up .send::after {
    content: '';
    background-image: url(assets/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25%;
}

.pop-up-change .send::after {
    content: none;
}

.hide {
    display: none !important;
}

.showflex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.star {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-image: url('assets/img/star_grey.png');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 12px 12px;
    background-color: #fff;
    cursor: pointer;
}

.star.favorite {
    background-image: url('assets/img/star.png');
}

.flat-block .star {
    top: 14px;
    right: 14px;
}

.card-buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 0px;
}

.edit-button {
    height: 49px;
    top: 894px;
    background: #0069FF;
    border-radius: 2px;
    color: #fff;
    padding: 0 25px;
    align-items: center;
    display: flex;
    font-size: 14px;
    cursor: pointer;
}

.edit-button:hover {
    color: #fff;
}

.change-button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.list-to-change {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    overflow-y: auto;
    margin-bottom: 20px;
}

.list-to-change input {
    display: none;
}

.list-to-change-item {
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 15px;
    display: block;
    width: 100%;
}

.list-to-change input:checked + .list-to-change-item {
    border: 1px solid #000;
}

.pop-up .btn-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.skype {
    color: #0069FF;
}

.unregFav {
    display: none;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
    border: unset;
}

.unregFav_show {
    display: flex;
}

/*@media (min-width: 993px) {
    .filter-bottom-item::after {
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        height: 51px;
        width: 15px;
        background-image: url('assets/img/dropdown.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        pointer-events: none;
    }
}*/
.filter-start.mobile input, .filter-start.desktop input {
    background-color: #FFE5E6;
    width: 179px;
    padding: 0 0 0 5px;
    display: block !important;
}

@media (max-width: 1200px) {
    .login-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .login-link .grey-button {
        margin: 0;
        margin-top: 30px;
    }

    .add-flat-step {
        padding: 0 20px;
    }

    .bookTime .input-block {
        justify-content: left;
    }

    .bookTime .input-block label {
        margin-right: 30px;
    }

    .bookTimeLabel:nth-of-type(1) {
        border-radius: 2px;
        border-right: 1px solid lightgrey;
    }

    .bookTimeLabel:nth-of-type(2) {
        border-radius: 2px;
        border-left: 1px solid lightgrey;
    }

    .card,
    .ad-list-item {
        width: 49%;
        margin-right: 1%;
    }

    .card:nth-child(2n+2),
    .ad-list-item:nth-child(2n+2),
    .more-flats .card:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .card:nth-child(3n+3),
    .ad-list-item:nth-child(3n+3),
    .more-flats .card:nth-of-type(3n+3) {
        margin-right: 1%;
    }

    .filter-top .filter-country-items {
        width: 100%;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    .filter-top .filter-country-list {
        margin-top: 0;
    }

    .filter-top .filter-country-dropdown {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .filter-top .choose-type-block {
        -webkit-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .filter-top .currency {
        -webkit-order: 4;
        -ms-order: 4;
        order: 4;
    }

    .step-2 .form-block {
        width: 49%;
    }

    .form-block.range,
    .form-block.holyday {
        width: 100%;
    }

    .sleepeng-places {
        flex-wrap: wrap;
    }

    .sleepeng-places .block-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .bookTime, .checkout {
        width: 100%;
    }

    .card-bio-top {
        justify-content: flex-start;
    }

    .card-bio-top .card-bio-top-item:nth-child(1) {
        margin-right: 10px;
    }

    .card-bio-top .card-bio-top-item:nth-child(2) {
        margin-right: auto;
    }

}

@media (max-width: 1024px) {
    .flat-images,
    .flat-desc {
        width: 100%;
    }

    .flat-images {
        margin-bottom: 25px;
    }

    .flat-tab:nth-last-of-type(1),
    .flat-desc-information {
        margin-right: 0;
    }

    .flat-buttons {
        width: 100%;
    }
}

.mobileFav {
    font-size: 20px;
}

@media (max-width: 991px) {
    .back-button-block {
        display: none;
    }

    .filter-country-dropdown-fake {
        margin-bottom: 1rem;
    }

    .filter-country-items-fake {
        min-width: 350px;
    }

    .desktopFav {
        display: none;
    }
}

@media (max-width: 992px) {

    .filter-top,
    .filter-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-center {
        padding: 20px 0 0;
    }

    .filter-bottom {
        padding: 0 0 15px;
    }

    .filter-start.mobile {
        justify-content: flex-end;
        width: 100%;
        background-color: unset;
    }

    /*.filter-start.desktop {
        justify-content: space-between;
    }*/
    /*.filter-start.desktop .reset-button {
        height: 53px;
    }*/
    .filter-start.mobile .reset-button {
        height: 35px;
        border: 1px solid #C9C9C9;
    }

    /*.filter-start.desktop .red-cross {
        top: 23px;
    }*/
    .filter-start.mobile .red-cross {
        right: 41%;
    }

    .price-block-top {
        padding: 0;
    }

    .mobile-select-wrapper {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }

    .mobile-select-wrapper input {
        display: none;
    }

    .mobile-select-wrapper label {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92px;
        height: 36px;
        border-radius: 2px;
        cursor: pointer;
    }

    .mobile-select-wrapper input:checked + label {
        background: #007BFF;
        border-radius: 2px;
        color: #fff;
    }

    .price-block {
        margin-right: 0;
    }

    .price-block-top .select-wrapper {
        display: none;
    }

    .price-range {
        display: none;
    }

    .filter-bottom-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 0px;
        overflow: hidden;
        /*margin-top: 15px;*/
        padding: 0;
        /*transition: all 0.3s;*/
        transition: all 0.8s ease;
    }

    .filter-bottom-items.open {
        height: 265px;
        transition: all 0.3s;
    }

    .filter-bottom-item {
        width: 100%;
        color: #fff;
        background-color: #0069FF;
        margin: 3px 0;
    }

    /*.filter-bottom-item:first-child {
        padding-left: 30px;
    }*/
    .filter-bottom-item::after {
        background-image: url('./assets/img/dropdown_W.svg');
    }

    .filter-bottom-item.active {
        /*-webkit-order: -1;
        -ms-order: -1;
        order: -1;*/
        color: #fff;
        background-color: #0069FF;
        border: none;
    }

    .search-cards,
    .more-flats-list {
        justify-content: space-between;
    }

    .more-flats-list,
    .more-flats .block-title {
        padding: 0 15px;
    }

    .card {
        width: 48%;
        margin-right: 0;
    }

    .copy,
    .license {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-right .navigation,
    .footer-right .navigation ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-right .navigation li:first-child {
        margin-left: auto;
    }

    .author {
        text-align: center;
    }

    .login-form {
        margin-bottom: 40px;
    }

    .login-link {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }

    .login-link .grey-button {
        margin-top: 0;
    }

    .login a {
        margin-left: 0;
    }

    .picture-checkbox {
        width: 31%;
    }

    .step-4 .floor,
    .step-4 .house-type {
        width: 100%;
        padding: 0;
    }

    .step-5 .form-block {
        width: 100%;
    }

    .filter-country-item {
        /*width: 30%;*/
        min-width: 350px;
    }

    .cover {
        left: 55px;
    }

    .right,
    .left {
        width: 100%;
    }

    .form-block-bottom {
        width: 100%;
        flex-direction: row;
    }

    .room {
        margin-left: auto;
    }

}

@media (max-width: 768px) {
    .card-adres {
        min-height: 42px;
    }

    .card-desc {
        min-height: 28px;
    }

    .cover {
        display: none;
    }

    .card-tel {
        color: #000;
    }

    .container {
        max-width: 100%;
    }

    .step,
    .how-it-works .section-title,
    .section-text,
    .section-notice {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile-name,
    .profile-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .step-1 .form-block {
        width: 49%;
    }

    .next-step {
        margin-top: auto;
    }

    .square .input-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-login {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
    }

    .picture-checkbox:nth-of-type(4),
    .picture-checkbox:nth-of-type(8),
    .picture-checkbox:nth-of-type(12),
    .picture-checkbox:nth-of-type(16) {
        margin-right: 12px;
    }

    .steps-container {
        padding-top: 0;
    }

    .more-flats {
        justify-content: space-between;
    }

    .sleepeng-places-wrapper label {
        width: 32px;
    }

    .reset-button,
    .search-button {
        padding: 0;
        width: calc(50% - 5px);
        justify-content: center;
        text-align: center;
        border: 1px solid #C9C9C9;
    }

    .filter-start.mobile .red-cross {
        right: 29%;
    }
}

@media (max-width: 767px) {
    .filter-bottom-toggler {
        width: 100%;
    }

    .flat-title h1 {
        font-size: 18px;
    }

    .card-bio-center {
        padding-bottom: 0;
    }

    .room-choose-wrapper {
        justify-content: space-between;
    }

    .mobile-select-wrapper label {
        width: calc(25% - 5px);
        border: 1px solid #C9C9C9;
    }

    .filter-start:not(.mobile) {
        margin-top: 45px !important;
    }

    .filter-start.mobile .reset-button {
        height: 46px;
        width: 100%;
        font-size: 16px;
    }

    .map-button {
        font-size: 14px;
    }

    .map-button > svg {
        width: 20px;
        height: 24px;
    }

    .star {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        background-size: 20px 18px;
    }

    .flat-size .card-map-button a {
        font-size: 12px;
    }

    .card-price-value {
        font-size: 30px;
    }

    .card-currency {
        font-size: 24px;
    }

    .sleepeng-places-wrapper {
        justify-content: space-between;
    }

    .form-block.sleeping-places-type label {
        margin-right: auto;
    }

    .input-block.days {
        position: relative;
    }

    #notice {
        width: 100% !important;
    }

    .flat-buttons {
        justify-content: space-between;
        padding: 0 10px;
    }

    .more-flats-list {
        padding: 0;
    }

    .request,
    .leave-feedback {
        width: 49%;
        margin: 0;
    }

    .flat_ad-filter {
        font-size: 15px;
    }

    .filter-section {
        padding: 10px 0;
    }

    .filter-section .section-title h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .choose-type-block .input-block label {
        padding: 0;
    }

    .filter-center {
        justify-content: space-between;
    }

    .price-block {
        min-width: auto;
        width: 100%;
    }

    .price-block .price-label {
        width: 94px;
        height: 47px;
        padding-left: 10px;
        margin-right: 10px;
    }

    .price-block input {
        width: 65px;
        padding: 0 10px;
    }

    .room {
        margin-bottom: 10px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .room-type {
        width: calc(25% - 5px);
        padding: 0;
        height: 46px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .search-button {
        font-size: 16px;
    }

    .search-title {
        font-size: 16px;
    }

    .search-result {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .search-cards {
        padding: 0;
    }

    .serch-title,
    .serch-type {
        margin-bottom: 15px;
    }

    .serch-type a {
        width: 50%;
    }

    .flat_ad-type-content {
        padding: 0;
    }

    .flat_ad-type {
        height: 53px;
        overflow: hidden;
        position: relative;
        border-radius: 2px;
        position: relative;
        transition: all 0.3s;
    }

    .flat_ad-type::after {
        content: '';
        position: absolute;
        top: 0;
        right: 40px;
        height: 53px;
        width: 7px;
        background-image: url(assets/img/dropdown_W.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        pointer-events: none;
        z-index: 1;
    }

    .flat_ad-type.open {
        height: 265px;
        transition: all 0.3s;
    }

    .flat_ad-type.open::after {
        transform: rotate(180deg);
    }

    .flat_ad-type-item {
        width: 100%;
        background-color: #007BFF;
        color: #fff;
    }

    .flat_ad-type-counter {
        color: #fff;
    }

    .flat_ad-type-item.active {
        -webkit-order: -1;
        -ms-order: -1;
        order: -1;
    }

    .filter-block .item {
        font-size: 15px;
        line-height: 17px;
    }

    .link {
        font-size: 14px;
        left: 16px;
    }

    .card,
    .ad-list-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .prev-page,
    .next-page {
        width: 30px;
    }

    .prev-page::after {
        left: 11px;
    }

    .next-page::after {
        right: 11px;
    }

    .login a {
        margin: auto;
        margin-top: 10px;
    }

    .filter-top-left {
        width: 100%;
    }

    .filter-country-item {
        width: 100%;
        max-width: 458px;
        min-width: 1px;
    }

    .choose-type-block {
        width: 100%;
    }

    .choose-type-block .input-block {
        width: 50%;
    }

    .choose-type-block .input-block:nth-child(1) label,
    .choose-type-block .input-block:nth-child(2) label {
        width: 100%;
    }

    .city-select select {
        display: block;
        margin: 30px auto 0;
    }

    .sleepeng-places-wrapper label {
        flex-grow: 0;
    }

    .card:nth-child(3n+3) {
        margin-right: auto;
    }

    .footer-left {
        padding: 0 15px;
    }

    .copy, .license {
        text-align: left;
        margin: 0;
    }

    .profile-section .form-block label {
        margin-bottom: 10px;
    }

    .profile-section .section-title h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .profile-section .section-title p {
        font-size: 14px;
        line-height: 16px;
    }

    .profile-section .profile-name .section-title h2,
    .profile-info .section-title h2,
    .payment-type-block .section-title h2 {
        margin-bottom: 0;
    }

    .profile-section .profile-name .form-block {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .profile-section .profile-name .form-block input {
        width: 100%;
    }

    .profile-section .left .form-block input {
        width: 100%;
    }

    .right .tel-block input {
        width: 175px;
    }

    .profile-settings-row {
        flex-wrap: wrap;
    }

    .profile-settings-row .form-block {
        width: auto;
    }

    .form-block-bottom {
        justify-content: space-between;
        margin-top: 22px;
    }

    .form-block-bottom .form-block {
        width: 48%;
        margin-right: 0;
    }

    .profile-section .profile-settings-row .form-block {
        margin-right: 0;
    }

    .form-block-bottom .form-block input {
        width: 100%;
    }

    .pop-up {
        width: 100vw;
    }

    .go-back {
        width: 32px;
    }

    .go-back::after {
        margin-left: 0;
    }

    .flat-block {
        padding: 15px 0px;
    }

    .flat-block-left {
        padding-left: 10px;
    }

    .flat-block-right.price-types {
        padding-right: 10px;
    }

    .flat-booking-conditions,
    .flat-booking-conditions.money {
        padding-left: 10px;
        padding-right: 10px;
    }

    .flat-desc-information {
        padding: 10px;
    }

    .flat-tab:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .square,
    .floor,
    .bathroom,
    .balcony {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

    .flat-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .flat-block-left .flat-adress {
        font-size: 16px;
    }

    .flat-block-left .flat-district {
        font-size: 12px;
        line-height: 14px;
    }

    .flat-size {
        flex-wrap: wrap;
    }

    .flat-size .card-bio-top-item span:nth-child(1) {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }

    .flat-size .card-room {
        margin-bottom: 10px;
        margin-right: 30%;
    }

    .flat-tab {
        font-size: 14px;
        text-align: center;
    }

    .choose-type {
        width: 49%;
    }

    .choose-type label {
        padding: 0;
    }

    .step-1 .form-block {
        width: 49%;
    }

    .next-step {
        margin: 0;
        width: 100%;
    }

    .map-container {
        padding-top: 100px;
    }

    .map-container #message {
        position: absolute;
        top: 15px;
        height: 50px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90vw;
    }

    .step-2 input {
        padding: 0 40px 0 0;
        width: 77px;
    }

    .step-2 .input-block span {
        position: absolute;
        right: 8px;
        top: 17px;
    }

    .step-2 .input-block span.iskl {
        position: unset;
        margin-right: 15px;
    }

    .step-2 .form-block {
        position: relative;
        justify-content: space-between;
    }

    .step-2 .form-block label {
        margin-right: 0;
        font-size: 14px;
    }

    .holyday {
        flex-wrap: wrap;
        position: relative;
    }

    .holyday input {
        margin-bottom: 5px;
        text-align: center;
        width: 117px;
    }

    .holyday span {
        position: absolute;
        right: 0;
        top: 16px;
    }

    .holyday .holydayCheckbox-label {
        /*width: 100%;*/
    }

    .range .input-block {
        flex: 1;
        justify-content: space-between;
        padding-left: 20px;
    }

    .range span:nth-of-type(1) {
        left: 50px;
        pointer-events: none;
        margin: 0;
        width: 45px;
    }

    .range span:nth-of-type(2) {
        right: 0px;
    }

    .sleepeng-places-wrapper label {
        width: 23px;
    }

    .sleepeng-places-wrapper input:checked + label {
        width: 32px;
    }

    .form-block.sleeping-places-type label {
        width: auto;
    }

    .sleeping-places-type input {
        width: 170px;
    }

    .form-block label {
        font-size: 14px;
    }

    .bookTime,
    .form-block.square,
    .form-block.balcony,
    .form-block.bathroom,
    .form-block.room-quantity {
        flex-wrap: wrap;
    }

    .bookTime label:nth-child(1) {
        margin-right: auto;
    }

    .bookTime .holydayCheckbox-label {
        margin: 0;
    }

    .checkout label {
        margin-right: auto;
    }

    .step-4 .floor {
        margin-right: 0px;
    }

    .step-4 .floor .input-block {
        max-width: 255px;
        width: 100%;
    }

    .floor input:nth-of-type(1),
    .floor input:nth-of-type(2) {
        width: 60px;
    }

    .house-type .input-block label {
        width: 105px;
    }

    .step-4 .house-type label {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .house-type .input-block label,
    .form-block.room-quantity {
        margin-right: 0;
    }

    .form-block.room-quantity .input-block {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        justify-content: space-between;
    }

    .step-4 .house-type {
        flex-wrap: wrap;
    }

    .square .input-block,
    .balcony .input-block {
        width: 100%;
    }

    .balcony .input-block {
        justify-content: space-between;
    }

    .balcony label {
        margin-right: 0;
        width: 20%;
    }

    .balcony .input-block label {
        width: 19%;
        margin-bottom: 2px;
    }

    .bathroom .input-block label {
        width: 33%;
    }

    .bathroom .input-block {
        width: 100%;
        justify-content: space-between;
    }

    .main-list {
        column-count: unset;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .sublist-name {
        width: 100%;
    }

    .sub-list {
        column-count: 2;
    }

    .sleep-list {
        column-count: 4;
    }

    .filter-dropdown {
        padding-bottom: 0;
    }

    .flat-block .picture-checkbox {
        margin-right: 0px !important;
        padding: 0px !important;
    }

}

@media (max-width: 687px) {
    .sleepeng-places-wrapper label:nth-child(1) {
        border-radius: 2px 0 0 0;
    }

    .sleepeng-places-wrapper label:last-child {
        border-radius: 0 0 2px 0;
    }

    .filter-country-item.city::after {
        display: none;
    }

    .filter-country-item {
        width: 100%;
    }
}

@media (max-width: 660px) {

    .flat-map iframe
    .map-container iframe {
        height: 500px;
    }

    .ad-list-item {
        width: 100%;
    }

    .step-pictures-checkboxes {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .picture-checkbox {
        width: 49%;
        margin-right: 0;
    }

    .step-3 .form-block {
        width: 100%;
    }

    .bookTime .input-block {
        display: -ms-flex;
        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;*/
    }

    .photo-uploader {
        padding: 15px;
    }

    .picture-checkbox:nth-of-type(4),
    .picture-checkbox:nth-of-type(8),
    .picture-checkbox:nth-of-type(12),
    .picture-checkbox:nth-of-type(16) {
        margin-right: 0;
    }

    .pop-up-map {
        width: 90%;
    }

}

@media (max-width: 600px) {

    .pop-up-feedback,
    .pop-up-call,
    .pop-up-change,
    .popup-remove {
        width: 90vw;
    }
}

@media (max-width: 576px) {

    .city-select label {
        display: none;
    }

    .price-block-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-right .navigation li:first-child {
        margin: auto;
        margin-bottom: 10px;
    }

    .footer-right .navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-right .navigation li {
        border-right: none;
        margin: 0 0 10px 0;
        text-align: center;
        padding: 0;
    }

    .form-block {
        width: 100%;
    }

    .tip li:nth-last-child(1) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tip li:nth-last-child(1) a {
        width: 100%;
    }

    .tip li:nth-last-child(1) img {
        display: block;
        margin: auto;
        margin-top: 20px;
    }

    .registration-form .form-block:nth-child(1) {
        margin-right: 0px;
    }

    .profile-type-block .input-block {
        width: 50%;
    }

    .choose-type-block .input-block:nth-child(1) label,
    .choose-type-block .input-block:nth-child(2) label {
        width: 100%;
    }

    .profile-login a {
        margin-left: 0;
    }

    .stats-top select {
        width: 100%;
    }

    .holydayCheckbox-label {
        width: 150px;
    }

    .holydayCheckbox-label::before {
        left: 5px;
    }

    .step-3 .form-block:nth-child(2) {
        width: 100%;
    }

    .filter-country-list {
        flex-direction: column;
    }

    .filter-country-item {
        width: 100%;
        /*border-bottom: none;*/
    }

    .filter-country-item:last-child {
        /*border-bottom: 1px solid #C9C9C9;*/
    }
}

@media (max-width: 480px) {

    .filter-bottom-item {
        width: 50%;
    }

    .filter-bottom-item:nth-child(3),
    .filter-bottom-item:nth-child(4),
    .filter-bottom-item:nth-child(5) {
        border-top: none;
    }

    .filter-top-left {
        width: 100%;
    }

    .choose-type-block a,
    .choose-type-block .input-block:nth-child(1) label,
    .choose-type-block .input-block:nth-child(2) label {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        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;
        height: 50px;
    }

    .filter-top-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-start {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        /*justify-content: space-between;*/
        width: 100%;
    }

    .search-button {
        width: 50%;
        padding: 0;
        text-align: center;
        margin: auto;
        margin-bottom: 0;
        justify-content: center;
    }

    .main-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .serch-type {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile-type-block .input-block:nth-child(1) label,
    .profile-type-block .input-block:nth-child(2) label {
        width: 100%;
    }

    .step-2 .form-block.flat-cost {
        width: 100%;
        margin: 0 0 10px;
    }

    .step-2 .flat-cost input {
        width: 200px;
    }

    .bookTime .input-block {
        padding: 0;
    }

    .bookTime .bookTimeLabel {
        margin-right: 0 !important;
        width: 100px;
    }

    .bookTime .holydayCheckbox-label {
        width: 100%;
    }

    .bookTime .holydayCheckbox-label::before {
        left: 60px;
    }

    .square .input-block {
        justify-content: space-between;
    }

    .square input {
        width: 110px;
        margin-right: 0;
    }

    .flat-block .card-contacts {
        width: 100%;
    }

    .lSPager.lSGallery {
        display: none;
    }

    .filter-name {
        font-size: 14px;
    }

    .checkout .input-block {
        width: 200px;
    }

    .bookTimeLabel:nth-of-type(1) {
        border-radius: 2px 0 0 2px;
        border-right: none;
    }

    .bookTimeLabel:nth-of-type(2) {
        border-radius: 0 2px 2px 0;
        border-left: none;
    }

}

@media (max-width: 457px) {
    .filter-country-items-fake {
        min-width: 100%;
    }

    .filter-country-items {
        width: 92%;
    }
}

@media (max-width: 450px) {

    .filter-bottom-item {
        width: 100%;
    }

    .filter-bottom-item:nth-child(2) {
        border-top: none;
    }

    .form-block.choose-type,
    .form-block.choose-type:last-child {
        width: 100%;
    }

    .filter-bottom-item.active {
        border: none;
    }

}

@media (max-width: 425px) {
    .price-block .price-label {
        margin-right: 0;
        width: 150px;
    }
}

@media (max-width: 380px) {

    .balcony label {
        font-size: 12px;
    }

    .house-type .input-block {
        justify-content: space-between;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .house-type .input-block label {
        width: auto;
        padding: 0 5px;
    }

    .sleepeng-places-wrapper label,
    .sleepeng-places-wrapper input:checked + label {
        width: 12%;
    }

    .step-2 .form-block:nth-child(2) label {
        padding-right: 20px;
    }

    .filter-country-item {
        padding-left: 10px;
    }

    .price-block {
        width: 100%;
    }

    .price-block .price-label, .price-block select {
        padding-left: 10px;
    }

    .price-block .price-label {
        margin-right: 0;
        width: 150px;
    }

    .price-block input {
        width: 110px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .price-block select {
        width: 150px;
    }

    .input-block span {
        margin: auto 15px;
    }

    .serch-type a svg {
        margin-right: 5px;
    }

    .square input {
        width: 100px;
    }

    .day,
    .night,
    .hour {
        flex-direction: column;
    }

    .price-type-name {
        width: 100%;
    }

    .range .input-block.days input:nth-child(1) {
        margin-right: 15px;
    }

    .form-block.holyday label:nth-child(1) {
        width: 55%;
    }

}

@media (max-width: 360px) {

    .square input {
        width: 90px;
    }

    .log-out,
    .logout-button {
        width: 50%;
        margin-top: 20px;
    }

    .log-out a {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .log-out a svg {
        margin: auto;
    }
}

@media (max-width: 340px) {

    .balcony label,
    .bathroom .input-block label {
        font-size: 10px;
    }

    .house-type .input-block {
        width: 100%;
    }

    .step-2 .form-block:nth-child(2) label {
        padding-right: 0;
    }

    .filter-name {
        font-size: 11px;
    }

    .serch-type a {
        width: 100%;
    }

    .card-contacts-item.card-owner,
    .card-contacts-item.card-tel {
        font-size: 12px;
    }

    .card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pages span {
        width: 25px;
    }

    .back-button {
        width: 200px;
    }

    .select-wrapper,
    .price-block select,
    .price-block .price-label {
        width: 100%;
    }

    .bookTime .bookTimeLabel {
        margin-right: 0 !important;
        width: 85px;
    }

    .picture-checkbox {
        width: 100%;
    }

    #notice {
        width: 280px;
    }

    .flat-tab {
        font-size: 12px;
    }

    .messanger-block {
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }

    .ad-status {
        font-size: 10px;
    }

    .step-1 .form-block {
        width: 100%;
    }

    .house-type .input-block label {
        width: 91px;
    }

    .next-step {
        padding: 0 20px;
    }

    .next-step svg {
        margin-left: auto;
    }

    .flat-buttons .request {
        margin-bottom: 0;
    }

    .request svg {
        display: none;
    }

    .bread-crumbs .crumb::after {
        margin: 0 4px;
    }

    .request {
        width: 100%;
        margin: auto;
        margin-bottom: 25px;
    }

    .leave-feedback {
        width: 100%;
        margin: auto;
    }

    .language {
        width: 102px;
    }

    .currency-type {
        padding: 13px;
    }

    .language-items .language-item,
    .selected-item {
        width: 75px;
    }

}

.lSSlideOuter .lSPager.lSGallery img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* #map > ymaps {
  height: 500px !important;
}

#map > ymaps > ymaps {
  height: 500px !important;
} */

#notice {
    position: absolute;
    bottom: -55px;
    font-size: 12px;
    color: #f50303;
    display: block;
    width: 255px;
    text-align: center;
}

#mapD {
    width: 100%;
}

.pop-up-map {
    width: 500px;
}

.overlay_map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(000, 000, 000, 0.8);
    z-index: 1;
}

div.copy, div.license {
    text-align: center;
}

.myBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.linkToCall {
    color: inherit;
}

@media (min-width: 769px) and (max-width: 991px) {
    .myBlock {
        flex-wrap: unset;
    }
}

@media (min-width: 768px) {
    .room-type {
        margin-right: 10px;
    }
}

/*****************************************NotBlocker *******************************/
.ad-list-item-spot {
    width: 32%;
    border-radius: 2px;
    margin-right: 1%;
}

.ad-list-item-spot:nth-child(3n+n) {
    margin-right: 0;
}

.ad-list-item-spot .card {
    width: 100%;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

@media (max-width: 1200px) {

    .ad-list-item-spot {
        width: 49%;
        margin-right: 1%;
    }

    .ad-list-item-spot:nth-child(2n+2) {
        margin-right: 0;
    }

    .ad-list-item-spot:nth-child(3n+3) {
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .ad-list-item-spot {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 660px) {

    .ad-list-item-spot {
        width: 100%;
    }

}

.bread-crumbs {
    padding: 0px 15px 20px 15px;
}
.container .pagination{padding-right: 0;padding-left: 0;}
@media (max-width: 425px){.sub-list.comfort-list .sub-list,.sub-list.building-list .sub-list,.sub-list.booking-list .sub-list{column-count: unset;}}