/*/local/templates/big-bro/images/banner-bigbro.png*/
body {
    margin: 0;
    padding: 0;

    min-width: 300px;

    font-family: 'TT Norms', sans-serif;
    color: #000000;
    background-color: #000000 !important;
}

a {
    text-decoration: none;

    color: #FFFFFF;
}

a:hover {

    color: #FFFFFF;
    text-decoration: none;


}

.franshiza__title2 {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

/*menu*/
header {
    padding-top: 25px;
    padding-bottom: 25px;

    width: 100%;
    position: fixed;

    z-index: 1010;

    background-color: #000000;
    top: 0;
}
.pagination {
    position: absolute;
   width: 150px;
    bottom: 100px;
    left: 150px;
    right: 0;
    height: 15px;
    margin: auto;
    text-align: center;
}
.pagination__dot {
    position: relative;
    width: 14px;
    height: 14px;
    border: 2px solid #c1bfbf;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    transition: 0.3s;
}
.pagination__dot--active {
    background: #FFB700;
}
/*.pagination__dot:hover {*/
/*    transition: 0.3s;*/
/*    border-color: white;*/
/*    background: white;*/
/*}*/
/*.pagination__dot:hover:before {*/
/*    top: -48px;*/
/*    opacity: 1;*/
/*}*/
/*.pagination__dot:hover:after {*/
/*    top: -18px;*/
/*    opacity: 1;*/
/*}*/
/*.pagination__dot:before {*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    left: -36px;*/
/*    background: white;*/
/*    width: 80px;*/
/*    font-family: "Montserrat";*/
/*    font-size: 14px;*/
/*    padding: 8px 0;*/
/*    border-radius: 3px;*/
/*    content: attr(data-tooltip);*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/
/*.pagination__dot:after {*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    top: -10px;*/
/*    left: -2px;*/
/*    border-top: 6px solid white;*/
/*    border-right: 6px solid transparent;*/
/*    border-bottom: 6px solid transparent;*/
/*    border-left: 6px solid transparent;*/
/*    content: "";*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/
.mobile_menu_list {
    margin-top: 125px;

}

.yButton {
    display: none;
}

.mobile_menu_item {
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    width: fit-content;
    margin-bottom: 40px;
    /* identical to box height */


    /* Fill / Color 1 - white */

    color: #FFFFFF;
}

.show-menu-n {
    display: none;
    background-color: #FFB700;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
}

.show-menu-f {

    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    width: 60%;
    height: 100vh;
    position: fixed;
    z-index: 500;

}

header .logo {
    margin-right: 40px;
}

header .logo__mobile{
	display: none;
}

menu {
    display: flex;
    list-style: none;
}

.fill {
    background-color: #000000;
    transition: 0.5s linear;
}

menu li {
    margin: 0 20px 0 0;
}

menu li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;

    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s linear;
}

.list_city {
    margin-top: 190px;

}

.list_city a {


    color: #FFFFFF;
    cursor: pointer;
    /*transition: 0.2s linear;*/
}

.list_city a:hover {

    /*font-size: 18px;*/
    /*line-height: 21px;*/
    text-decoration: none;

    color: #FFB700;
}

menu li a:hover {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;

    color: #FFB700;
}
#select-town-btn{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
header .town {
    margin-left: auto;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
}

header .town span {
    margin-right: 10px;
}

header .border-btn {
    margin-left: 40px;
    padding: 15px 35px;

    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #FFB700;
    border: #FFB700 solid 1px;
    border-radius: 27px;
    text-align: center;
    cursor: pointer;
}

#mobile-menu .border-btn {
    margin: 40px;
    padding: 15px 35px;

    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #FFB700;
    border: #FFB700 solid 1px;
    border-radius: 27px;
    text-align: center;
    cursor: pointer;
}

header .m-menu {
    display: none;
    margin-left: 30px;
    cursor: pointer;
    z-index: 1000;
}


/* top-banner*/
.top-banner {
    height: 924px;
    position: relative;
    /*background: url("../images/banner-bigbro.png");*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*top: 128px;*/
}

.subheader-sm {
    display: none;
}

.top-banner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.top-banner img {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;

    max-width: 776px;
    width: 100%;
}

.top-banner .border-btn {
    margin: 0 19px;
    padding: 15px 35px;

    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    display: flex;
    align-items: center;

    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;

    color: #FFB700;
    border: #FFB700 solid 1px;
}

.top-banner_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.top-banner .fill-btn {
    margin: 0 19px;
    padding: 15px 35px;

    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    display: flex;
    align-items: center;

    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;

    color: #000000;
    background-color: #FFB700;
    border: #FFB700 solid 1px;
}

.large-icons .social-ico {
    width: 26px;
}

.large-icons {
    right: 0;

    display: flex;
    flex-direction: column;
}

.large-icons img {
    margin: 10px 10px 10px 0;
}

.mobile-icons {
    margin-right: auto;
    margin-left: auto;
    display: none;
}

.mobile-icons img {
    margin: 0 20px;
    width: 40px;
}

/*town menu*/
#town-menu-wrap {
    width: 100vw;
    height: 100vh;

    position: fixed;
    left: 0;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;


    z-index: 2000;
}

.top_city_block {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.choosing_city_block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.choosing_city_title {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.search_block {
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;


}

.top_city_block .alphabet a {

    color: #9b9797;
}

.top_city_block .alphabet .active {

    color: #FFFFFF;
    background-color: transparent;

}

.top_city_block .alphabet a:visited {
    color: #FFFFFF;
}

.top_city_block .alphabet a:focus {
    color: #FFFFFF;
}

.top_city_block .alphabet a:hover {
    color: #FFB700;
    text-decoration: none;
}

.top_city_block .alphabet a:active {
    color: #FFFFFF;
}


.top_city_block .alphabet {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    width: 90%;

    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.44em;
    text-transform: uppercase;
    margin: 30px auto;
    justify-content: space-around;
}

.letter:hover {
    color: #FFB700;

}

.top-city-background {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    position: fixed;
    z-index: 1000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/IMG_9658.jpg);
}

.letter {
    scroll-margin: 275px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: white;

}

.search_block input#search {
    width: 100%;
    height: 50px;
    background: initial;
    /*font-size: 10pt;*/
    float: left;
    color: #939393;
    padding-left: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: #FFFFFF solid 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.search_block .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
    right: 0;
}

.town-menu {
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/IMG_9658.jpg);;
    height: 100%;
    max-width: 100%;
    width: 100%;

    /*border-radius: 20px;*/

    background-color: #FFFFFF;
}


/*progressive*/
.progressive {
    padding: 25px 30px;
    background-color: #FFB700;
}

.small-wrap {
    margin: 0 auto;
    max-width: 840px;
}

.progressive img {
    margin-right: 30px;
    height: 100%;
}

.progressive p {
    font-weight: 500;
    font-size: 24px;
}


/*Sale section*/
.sale {
    height: 1063px;

    display: flex;
    flex-direction: column;
    position: relative;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.slider1 {
    background-image: url('../images/slider1.png');
}

.slider2 {
    background-image: url('../images/slider2.png');
}

.slider3 {
    background-image: url('../images/slider3.png');
}

.slider4 {
    background-image: url('../images/slider4.png');
}

.slider5 {
    background-image: url('../images/slider5.png');
}

.slider6 {
    background-image: url('../images/slider6.png');
}

.item-slider {
    z-index: 10;
    padding: 0px 0 145px 0;

}

.slider1, .slider2, .slider3, .slider4, .slider5, .slider6 {

    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slider1, .slider2, .slider3, .slider4, .slider5, .slider6 {

    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.slider1 .item-slider, .slider2 .item-slider, .slider3 .item-slider, .slider4 .item-slider, .slider5 .item-slider, .slider6 .item-slider {

    opacity: 0;
    animation: ani 2.5s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sale_top-gradient {
    height: 311px;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 18%, rgba(0, 212, 255, 0) 100%);
}

.sale_bottom-gradient {
    height: 235px;
    width: 100%;

    position: absolute;
    bottom: 0;
    left: 0;

    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 18%, rgba(0, 212, 255, 0) 100%);
}

.section-sale_text-top {
    min-width: 628px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 230px;

}

.section-sale_title {
    margin: 0 auto auto auto;
    padding: 85px 0 0 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 5;
}

.section-sale_title-small {
    margin: 0 auto auto auto;
    padding: 20px 0 0 0;

    display: none;
    z-index: 5;
}

.section-sale_title-btn {
    /*margin: auto 0 auto 0;*/
    margin-top: 35px;
    height: 46px;
    width: 100%;

    align-items: center;
    cursor: pointer;
}

.section-sale_title-btn .circle-btn {
    position: absolute;
    right: 0;

    width: 46px;
    height: 46px;

    border-radius: 23px;
    background-color: #FFB700;
    z-index: 3;
}

.section-sale_title-btn .arrow-line {
    margin-left: 30px;
    margin-right: 17px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    z-index: 6;
}

.section-sale_title-btn .arrow-line-r {
    margin-bottom: 10px;

    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;

    position: absolute;
    right: 17px;

    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);
    z-index: 6;
}

.section-sale_title-btn .arrow-line-l {
    margin-top: 10px;

    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;

    position: absolute;
    right: 17px;

    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);
    z-index: 6;
}

.section-sale_title-number {
    margin-left: 0;
    margin-right: 30px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 90px;
    line-height: 106px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-sale_title-header {
    max-width: 628px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-sale_title-subtitle {
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.sale-card {
    margin: 0 auto auto auto;
    padding: 38px;

    max-width: 1040px;
    height: 266px;

    display: flex;
    flex-direction: row;
    justify-content: center;

    background: #FFB700;
    border-radius: 10px;
}

.sale-card_title {
    margin: 0;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 71px;

    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.sale-card_subtitle {
    margin: 0;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;

    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.sale-card_bottom-text {
    margin: 30px 0 0 0;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}

.sale-card_bottom-text-sm {
    display: none;
}

.sale-card_bottom-hashtag {
    margin: 0;

    font-weight: bold;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}

.sale-card_img {
    padding-left: 34px;
    box-sizing: border-box;

    max-width: 420px;
    height: fit-content;
}

.sale-card_img-sm {
    display: none;
    z-index: 20;
}


/*services*/
.service {
    color: white;

}

/*Слайдер*/
/* Собственно сам слайдер */
.slider {
    max-width: 90%;
    position: relative;
    margin: auto;
    height: 300px;
    margin-bottom: 15px;
}

/* Картинка маштабируется по отношению к родительскому элементу */
.slider .item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border: none !important;
    box-shadow: none !important;
}

/* Кнопки вперед и назад */
.slider .prev, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* При наведении на кнопки добавляем фон кнопок */
.slider .prev:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Заголовок слайда */
.slideText {
    position: absolute;
    color: #fff;
    font-size: 35px;
    /* Выравнивание текста по горизонтали и по вертикали*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Тень*/
    text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}

/* Кружочки */
.slider-dots {
    text-align: center;
}

.slider-dots_item {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.slider-dots_item:hover {
    background-color: #aaa;
}

/* Анимация слайдов */
.slider .item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/*слайдер end*/
.service .border-btn {
    padding: 15px 35px;

    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    display: flex;
    align-items: center;

    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;

    color: #FFB700;
    border: #FFB700 solid 1px;
}


.service-header_block {

    padding-bottom: 100px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}

.service-title {
    margin-right: 60px;

    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.service .button {
    margin: auto 15px;
    padding: 5px 30px;

    color: #FFB700;
    border: #FFB700 solid 1px;
    border-radius: 27px;
    text-align: center;
}

.service .button-active {
    margin: auto 15px auto 0;
    padding: 5px 30px;
    font-weight: 700;
    background-color: #FFB700;
    color: #000000;
    border: #000000 solid 1px;
    border-radius: 27px;
    text-align: center;
}

.price-table-wrap {
    margin: auto;
    margin-bottom: 30px;
    /*max-width: 840px;*/
    min-width: 640px;
}

.price-table-wrap th,
.service td {
    color: #FFFFFF;
}

.service td, .service th {
    padding: 0.75rem;
    text-align: right;
}

td.service-name,
th.service-name {
    text-align: left;
}

.service .table th {
    border-top: none;
    border-bottom: 1px solid #FFB700;
}

.content_toggle_service {
    width: fit-content;
    margin: 0 auto;
    color: #FFB700;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;

}

.content_block {
    overflow: hidden;
    position: relative;
}

.content_block.hide {
    height: 450px;
}

.content_block.hide:after {
    content: "";
    display: block;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #00000061 75%)
}

.table-more-arrow {
    display: none;
}

.mobile-store-wrap p {
    margin: 0;
    width: 167px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.service .table td {
    border-top: 1px dashed #8B8B8B;
}

.mobile-store-wrap img {
    margin-left: 20px;
}


.mobile-store-wrap {
    margin-top: 100px;
    justify-content: end;
}

.mobile-store-wrap-sm {
    display: none;
}

.hr-bg-dark {
    margin: 100px 0 0 0;
    padding: 0;
    background-color: #FFFFFF;
}

#service-map {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/a300259d8aec216ccdcb519fce1096d3.jpg);
}

/*Map section*/
.map-section {
    margin-top: 83px;
    color: white;
    padding-bottom: 90px;
}

.map-title {
    margin-bottom: 10px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header_map {
    z-index: 1;
}

.header_map p {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
}

.map-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #FFFFFF;
}

.section-map_title-num-h {
    font-weight: 800;
    font-size: 90px;
    line-height: 80px;
}

.map-section_filial-h {
    font-weight: 700;
    font-size: 22px;
}

.map-section .button {
    text-transform: uppercase;
    color: #FFB700;
    padding: 8px;
    border: #FFB700 solid 2px;
    border-radius: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.filials-md {
    display: none;
}

.filials-xl-sm {
    display: flex;
}

/*.section-map_title-number-footer {*/
/*  margin-right: 5px;*/

/*  font-family: 'TT Norms', sans-serif;*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  font-size: 90px;*/
/*  line-height: 0.8;*/
/*  text-transform: uppercase;*/
/*  color: #FFFFFF;*/
/*}*/

.map-section .form__label, .map-section .form__field:placeholder-shown ~ .form__label {
    padding-left: 15px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;
}

.map {
    margin-top: -20px;
    z-index: 0;
}

.map-section .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
}

.map-section .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1.5px solid #FFB700;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.map-section .form__field::placeholder {
    color: transparent;
}

.map-section .form__field:placeholder-shown ~ .form__label {
    font-size: 1rem;
    cursor: text;
    top: 20px;
}

.map-section .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;

    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #FFFFFF;
}

.map-section .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-color: #ffb700;
    border-image-slice: 1;
}

.map-section .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    border-color: #ffb700;
    font-weight: 700;
}

.open-cost-opacity {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: 0.5s linear;
}

.open-cost-opacity:hover {
    opacity: 1;
}

/*pros*/

.reviews-section {


}

#pros {
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/a300259d8aec216ccdcb519fce1096d3.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
}

#pros img {
    width: 100%;
}

#pros .title-1 {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;


}

#pros .title-2 {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
}

#pros .text {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

#pros ul {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

/*endPros*/

/*photo*/
.photo {
    padding-top: 60px;
}

.image-info {
    margin: 16px;
}

.photo img {
    width: 100%;
    border-radius: 0;
}

.photo .line {
    width: 100%;
    border-bottom: 2px solid #FFB700;
}

.photo .title {
    margin-right: 30px;
    margin-bottom: 0;

    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.photo .photo-description {
    left: 0;
    bottom: 0;

    /*margin: 19px;*/
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.7s linear;

}

.photo .photo-description:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/*address*/

.address {
    display: flex;
    color: #FFFFFF;
}

.address .map-wrap {
    width: 50%;
    min-height: 320px;
    background-color: lavender;
}

.address .map-text {
    padding: 54px;
    width: 50%;
}

.title-address-block {
    margin-bottom: 30px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}


/*reviews*/
.reviews-section {
    height: 1000px;

    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/IMG_9658.jpg);
}

.header-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.yandex_reviews {
    width: 560px;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.reviews-section_wrap {
    /*padding: 20px 38px;*/
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px auto;
    position: relative;

    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 67, 105, 0.25);
    border-radius: 15px;
}

.reviews-title {
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.reviews-section_card {
    padding: 15px 10px;
    width: 32%;
    justify-content: center;

    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 67, 105, 0.25);
    border-radius: 10px;
}

.reviews-section_card-header {
    margin-bottom: 15px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.reviews-section_card-icon {
    margin-right: 8px;

    width: 48px;
    height: 48px;

    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    /*background: #EB6D6D;*/
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height */

    color: #FFFFFF;
}

.reviews-section_card-header-title {
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #000000;
}

.reviews-section_card-header-date {
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;

    color: #838383;
}

.reviews-section_navigation-review {

    width: 93%;
    height: 55px;
    position: absolute;
    bottom: -55px;

    padding: 9px 16px;

    display: flex;
    align-items: center;

    background: #FFB700;
    box-shadow: 0px 4px 10px rgba(0, 67, 105, 0.25);
    border-radius: 0 0 15px 15px;
}

.address .icon {
    margin-right: 15px;
}

/*record*/
.mobile-record {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/record.png');
    padding-top: 130px;
}

.mobile-record .title {
    margin-bottom: 10px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.mobile-record .text {
    margin-bottom: 53px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.mobile-record .text_block {
    padding: 20px;
}

.mobile-record .appleApp {
    height: 40px;
    width: 137px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/appstore.png');
    margin-right: 10px;
}

.mobile-record .androidApp {
    height: 40px;
    margin-left: 10px;
    width: 137px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/googleplay.png');

}

.mobile-record .app {
    margin-top: 15px;
    display: flex;
    flex-direction: initial;
}

.mobile-record .mobile {
    position: relative;
    min-height: 370px;
}

.mobile-record .mobile-1 {
    bottom: 0;
    right: 15px;
    z-index: 1;
    /*left: 165px;*/
    position: absolute;
    max-width: 100%;
}

.mobile-record .mobile-2 {
    bottom: 0;
    right: 145px;
    position: absolute;
    max-width: 100%;
}

/* form section*/
.form {
    background: #FFB700;
    padding-bottom: 100px;
    padding-top: 100px;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
}

.form .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height */
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    color: #181822;
}

.form .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
}

.form .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1.5px solid #181822;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form .form__field::placeholder {
    color: transparent;
}

.form .form__field:placeholder-shown ~ .form__label {
    margin-left: 15px;

    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #090909;
}

.form .form__field:placeholder-shown ~ .form__label {
    font-size: 1rem;
    cursor: text;
    top: 20px;
}

.form .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #090909;
}

.form .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-color: #000000;
    border-image-slice: 1;
}

.form .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    border-color: #000000;
    font-weight: 700;
}

.form .button {
    padding: 11px 7px;
    border: #000000 solid 2px;
    border-radius: 27px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    background: #FFB700;
    width: 90%;
}


/* footer section*/
.footer {
    padding-top: 27px;
    padding-bottom: 27px;

    background-color: #000000;
    color: #FFFFFF;
    font-family: 'TT Norms', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.footer .app {
    display: flex;
    flex-direction: initial;
}

.footer .app img {
    max-width: 120px;
    max-height: 35px;
}

.footer .privacy-policy, .footer-md .privacy-policy,
.footer-sm .privacy-policy {
    text-decoration-line: underline;
    color: #FFFFFF;
    cursor: pointer;
}

.footer .name-company,
.footer-md .name-company {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.footer .logo,
.footer-md .logo {
    margin-right: 37px;
    max-width: 159px;
}

.footer .menu,
.footer-md .menu {
    width: 260px;
    margin-right: auto;
}

.footer .menu-item,
.footer-md, .menu-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.footer p.menu-item,
.footer-md p.menu-item {
    margin: 7px 0 0 0;
}

.footer .privacy-wrap,
.footer-md .privacy-policy {
    margin-left: auto;
    align-items: end;
    justify-content: end;
}

.footer-md {
    display: none;
    padding: 25px 0 20px 0;
}

.footer-sm {
    display: none;
}

/* Важная часть */
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 44444;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    border-radius: 10px;
    max-width: 475px;
	width: 95%;
    transition: 0.5s all;
	padding: 20px;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup input {
    height: 45px;
    font-size: 18px;

    outline: none;
    border: 1px solid #cfd0d3;
    border-radius: 30px;

}

.popup input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
    color: #2982ff;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
    color: #2982ff;
}

.popup button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;;
  border: none;
    background: #FFB700;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-transform: uppercase;

}

.popup button:hover {
    background: #fff;
    color: #2982ff;
    transition: 0.5s all;
}
.popup .header{
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
    /* or 108% */

    text-align: center;
    text-transform: uppercase;

    color: #000000;
    width: 70%;
    padding-top: 25px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.popup .header2{
    width: 70%;
    margin: 0 auto;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;

    color: #000000;
}
.popup .desc{
	margin: 1rem auto;
}
.popup .form-check__wrapper {
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-between;
		margin-bottom: 1rem;
}
.popup input[type="checkbox"]{
	height: auto;
}
.popup .popup_btn__wrapper{
	margin-bottom: 34px;
}
/* / Важная часть */
.ok__form.text_center{
    margin-left: 0;
    margin-right: 0;
}
.ok__form.text_center .ok__form_title{
	margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1440px) {
	header>div>a{
		width:46px;
		margin-right: 40px;
	}
	header menu {
		width: auto;
	}
   header .logo{
		display: none;
		/*margen-right: 20px;*/
	}
	header img.logo__mobile{
		display: block;
	}
	menu {
		width: auto;
	}
	header .town {
		width: 100%;
	}
	header .menu-filial{
		grid-template-columns: 1.2fr 1fr;
		width: auto;
	}
	header .menu-filial div{
		white-space: nowrap;
	}
	header .border-btn{
		margin-left: 20px;
	}
}
@media screen and (max-width: 1024px) {
.logo{
		display: none;
	}
	header img.logo__mobile{
		display: block;
	}
    #pros {
        color: #FFFFFF;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/a300259d8aec216ccdcb519fce1096d3.jpg);
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #pros .image {
        width: 100%;
    }

    #pros .title-1 {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 800;
        font-size: 38px;
        line-height: 57px;
        text-transform: uppercase;
    }

    #pros .title-2 {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 120%;
    }

    #pros .text {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }

    #pros ul {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }

    /*endPros*/
    .container-lg {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    menu {
        display: none;
    }

    header .m-menu {
        display: block;
    }

    .top-banner .large-icons {
        display: none;
    }

    .mobile-icons {
        display: block;
    }

    .section-sale_text-top {
        max-width: 440px;
        min-width: 350px;
    }

    .sale_top-gradient {
        height: 422px;
    }

    .section-sale_title-number {
        margin-top: 0;
        line-height: 75px;
    }

    .section-sale_title-btn {
        margin-top: 0;
    }

    .sale-card_title {
        font-size: 43px;
        line-height: 51px;
    }

    .sale-card_subtitle {
        font-size: 24px;
        line-height: 28px;
    }

    .sale-card_bottom-hashtag,
    .sale-card_bottom-text {
        font-size: 24px;
        line-height: 28px;
    }

    .sale-card {
        max-width: 730px;

        justify-content: space-evenly;
    }

    .sale-card-text {
        min-width: 350px;
    }

    .sale-card_img {
        width: 50%;
        padding-right: 10px;
    }

    .sale-card_bottom-text {
        margin: 24px 0 0 0;
    }

    .service-header_block {
        padding-top: 80px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
    }

    .service-title {
        margin-bottom: 40px;
    }

    .map {
        margin-top: 0;
        z-index: 0;
    }

    .filials-md {
        display: flex;
    }

    .filials-xl-sm {
        display: none;
    }

    .footer {
        display: none;
    }

    .footer-md {
        display: block;

        color: #FFFFFF;
    }

    .mobile-record .title {
        margin-bottom: 20px;
    }

    .mobile-record .text {
        margin-bottom: 40px;
        max-width: 536px;
    }
}

@media screen and (max-width: 991px) {
    .form .form_block {
        max-width: 560px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 830px) {
    .footer-md {
        display: none;
    }

    #menu-record-btn {
        display: none;
    }

    #select-town-btn {
        display: block;
		margin-right: 10px;
		white-space: nowrap;
    }

    .footer-sm .logo {
        margin-bottom: 30px;
    }

    .footer-sm {
        display: block;

        margin: 0 auto;
        padding: 40px 0 20px 0;
        max-width: 560px;

        color: #FFFFFF;
    }

    .footer-sm .menu-item {
        margin-top: 0;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }

    .footer-sm .app {
        text-align: right;
    }

    .footer-sm .app img {
        margin: 12px 0 0 0;
        padding: 0;
    }

    .footer-sm .download-mobile {
        line-height: 17px;
    }

    .top_city_block {
        flex-wrap: wrap;
    }

    .choosing_city_block {
        order: 1;
    }

    .choosing_city_title {
        margin-top: 30px;
    }

	.popup__phone_bg{
		display: flex;
	}
}


@media screen and (max-width: 768px) {
    .pagination {
        position: absolute;
        top: -30px;
        left: 0;
        height: 15px;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .image-info {
        margin: 2px;
        font-size: 8px;
    }

    .choosing_city_title {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .alphabet {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reviews-section {
        box-sizing: content-box;
        padding-bottom: 70px;
    }

    #pros .col-12 {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    menu {
        display: none;
    }

    .top-banner {
        height: 815px;
        /*padding-top: 50px;*/
    }

	.top-banner-container{
		margin-top: 80px;
	}

    .show-menu-f {
        width: 100%;
    }

    header .town {
        /*display: none;*/
    }

    .alphabet {
        text-transform: uppercase;

    }

    header .border-btn {
        margin-left: auto;
    }

    .top-banner_buttons {
        flex-direction: column;
    }

    .top-banner_buttons .fill-btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .top-banner_buttons .border-btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .progressive p {
        padding: 60px 20px;
    }

    .progressive .small-wrap {
        justify-content: center;
    }

    .progressive p {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 132.52%;
    }

    .progressive img {
        position: absolute;
        opacity: 0.1;
        margin: auto;
    }

    .progressive p {
        margin: 0 auto;
        max-width: 450px;

        font-weight: 500;
        font-size: 15px;
        text-align: center;
    }

    .section-sale_title {
        display: none;
    }

    .section-sale_title-small {
        display: block;
    }

    /*.section-sale_text-top {*/
    /*  max-width: 100%;*/
    /*}*/
    .section-sale_title-header {
        font-size: 30px;
    }

    .section-sale_title-btn {
        margin-top: auto;
    }

    .section-sale_text-top {
        margin-top: 20px;
    }

    .section-sale_title-small {
        margin-bottom: 100px;
    }

    .hr-bg-dark {
        display: none;
    }

    .sale-card {
        margin: -100px auto auto auto;
        padding: 22px 22px 50px 22px;
        display: block;
        height: auto;
    }

    .sale-card_bottom-text {
        margin: 20px 0 0 0;
    }

    .sale-card_title {
        margin: auto;
        font-weight: 800;
        font-size: 34px;
        line-height: 40px;
    }

    .sale-card_subtitle {
        margin: auto;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
    }

    .sale-card-text {
        min-width: auto;
    }

    .sale-card_bottom-text,
    .sale-card_bottom-hashtag {
        display: none;
    }

    .sale-card_bottom-text-sm {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        display: block;

        font-size: 16px;
        line-height: 19px;
    }

    .sale-card_img {
        display: none;
    }

    .sale-card_img-sm {
        margin: 0;
        padding: 0;
        display: block;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .sale-card_img-sm img {
        width: 380px;
    }

    .table-more-arrow {
        display: flex;
        justify-content: end;
    }

    .service-items {
        overflow-x: auto;
    }

    .service-items::-webkit-scrollbar {
        display: none;
    }

    .service .button,
    .service .button-active {
        margin-left: 0;
        margin-right: 20px;
    }

    .price-table-wrap {
        display: block;
        max-width: 100%;
    }

    .overflow-table {
        overflow-x: auto;
    }

    .overflow-table::-webkit-scrollbar {
        display: none;
    }

    .mobile-store-wrap .text-lg {
        display: none;
    }

    .mobile-store-wrap {
        margin-top: 60px;
        justify-content: center;
    }

    .mobile-store-wrap img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile-store-wrap-sm {
        margin-top: 20px;

        display: block;
        text-align: center;
    }

    .map-section {
        margin-top: 100px;
		display: none;
    }

    .filials-md {
        display: none;
    }

    .map {
        margin-top: 20px;
    }

    .filials-xl-sm {
        display: flex;
    }

    .form-wrap .form__group,
    .form-wrap .button {
        margin: auto;
        max-width: 500px;
    }

    .address {
        display: flex;
        flex-direction: column;
    }

    .address .map-text,
    .address .map-wrap {
        width: 100%;
    }

    .mobile-record {
        padding-top: 50px;
    }

    .mobile-record .mobile {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 390px;
        margin-bottom: 0;
    }

    .yandex_reviews {
        width: 450px;
        height: 800px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

	section.photo > div.container-fluid > div > div:nth-last-child(n+7) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
    .top_city_block div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .pagination {
        position: absolute;
        top: -30px;
        left: 0;
        height: 15px;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .reviews-section {

        padding-bottom: 120px;
    }

    .top_city_block .alphabet {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reviews-section_navigation-review {
        font-size: 12px;
    }

    .yandex_reviews {
        width: 300px;
        height: 800px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .container-lg {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    header .border-btn {
        display: none;
    }

    header .m-menu {
        margin-left: auto;
    }

    .top-banner {
        height: 700px;
    }

    .top-banner img {
        padding-left: 0;
        padding-right: 0;
    }

    .subheader-lg {
        display: none;
    }

    .subheader-sm {
        display: block;
    }

    .section-sale_text-top {
        max-width: 300px;
        min-width: 200px;
    }

    .sale-card_img-sm img {
        width: 90%;
    }

    .map {
        margin-top: 40px;
    }

    .address .map-text {
        padding: 40px 22px;
    }

    .mobile-record .mobile-2 {
        max-width: 180px;
    }

    .mobile-record .mobile-1 {
        max-width: 230px;
    }

    .mobile-record .mobile {
        margin-top: 0;
        max-width: 350px;
        margin-bottom: 0px;
    }

    .mobile-record {
        min-height: 300px;
    }
}

@media screen and (max-width: 375px) {
	.logo{
		display: none;
	}
	header img.logo__mobile{
		display: block;
	}
	.top-banner {
		/*top:   99px;*/
	}
    .sale-card {
        padding: 15px 15px 30px 15px;
        max-width: 285px;
    }

    .top_city_block .alphabet {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sale-card_title {
        font-size: 31px;
        line-height: 36px;
    }

    .sale-card_subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .sale-card_bottom-text-sm {
        font-size: 14px;
        line-height: 19px;
    }

    .sale-card_img-sm img {
        width: 100%;
    }

    .mobile-record .mobile-2 {
        max-width: 160px;
    }

    .mobile-record .mobile-1 {
        max-width: 210px;
    }

    .mobile-record .mobile {
        margin-top: 0;
        max-width: 320px;
        /*margin-bottom: 100px;*/
        margin-bottom: 0px;
    }

    .top_city_block {
        margin-bottom: 5px;
    }

    .top_city_block div {
        margin-left: 5px;
        margin-right: 5px;
    }

    .list_city {
        margin-top: 210px;
    }
    header .town{
        font-size: 12px;
    }
    header .logo {
        margin-right: 5px;
    }
    .mobile_menu_list {
        margin-top: 131px;
    }

	.popup.header{
		font-size: 1.5re;
    	line-height: 1.6rem;
	}

	.popup__bg.popup.header2__wrapper{
	background: #FFB700;
	padding-top: 25px;
	padding-bottom: 25px;
	}

	.popup__bg.popup.header2{
		font-size: 1.1rem;
   		line-height: 1.3rem;
	}

	.popup__bg.popup.desc{
		padding-bottom: 15px;
    	width: 70%;
    	margin: 0 auto;
    	padding-top: 15px;
	}

	.popup__bg.form-group__wrapper{
	width: 70%;
	margin: 7px auto;
	}

.popup__bg.form-check__wrapper{
	width: 70%; 
	margin: 10px auto; 
	display: flex
}

.popup__bg.check__wrapper_item{
	width: 15%; 
	padding-left: 10px
}

.popup__bg.sogl{
		font-size: .8rem;
    	line-height: 1rem;
		font: TT Norms;
		font-style: normal;
		font-weight: 400;
		width: 85%;
		color: #000000;
	}
.popup__bg.popup_btn__wrapper{
		width: 70%; margin: 25px auto;
	}
}


/*wbe*/
.popup__phone_bg,
.ok__form_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}
.popup__phone,
.ok__form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    background-position: center;
    background-size: cover;
    width: 90%;
    height: auto;
    max-width: 500px;
    max-height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 10px;
    transition: 0.5s all;
}
.popup__phone{
    background: #FFFFFF;
    color: #000000;
    padding: 40px 5%;
    align-content: center;
}
.ok__form {
    background: url('../images/popup-bg.jpg') no-repeat;
    color: #FFFFFF;
    padding: 97px 0 97px 24px;
    align-items: flex-start;
}
.ok__form_bg.active,
.popup__phone_bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 44444;
}
.ok__form.active,
.popup__phone.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}
.popup__phone_title,
.ok__form_title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
}

.popup__phone_description,
.ok__form_description {
    font-weight: 500;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 120%;
    margin: 0;
    text-align: center;
    margin: 10px auto;
}
.popup__phone a {
    color: #000;
    text-align: center;
}

.popup__phone_btn,
.ok__form_btn {
    width: 100%;
    max-width: 168px;
    margin-top: 68px;
    margin: 10px auto;
}
.ok__form button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: none;
    background: #FFB700;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.ok__form button:hover {
    background: #fff;
    color: #2982ff;
    transition: 0.5s all;
}

.popup__phone_hr{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    margin: 10px 0;
}
.popup__phone_hr:last-child {
    display: none;
}

.form__field_success+.form__field_error::before {
    content: url("../images/success.png");
}

.form__field_success+.form__field_error::after {
    content: "Ок, Бро!";
}

.form__field_error+.form__field_error::before {
    content: url("../images/error.png");
}

span.form__field_error {
    position: absolute;
    bottom: -18px;
    left: 0;
    display: inline-block;
    color: #AAAAAA;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    width: auto;
    height: 16px;
}

span.form__field_error::before {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: auto 2px auto 0;
    float: left;
}
/*wbe*/

/*
    .grecaptcha-badge {
        visibility: hidden;
    }
    */
@media (max-width: 380px) {
	.popup .header{
		font-size: 2rem;
    	line-height: 2.2rem;
	}
	.popup .header2{
		font-size: 1.2rem;
    	line-height: 1.3rem;
	}
	.popup .desc {
    	margin: 0.5rem auto;
    	font-size: 1rem;
    	line-height: 1.2rem;
	}
	.popup .form-check__wrapper {
    	font-size: 0.8rem;
    	line-height: 0.9rem;
	}
	.popup input{
		height: auto;
	}
	.popup .sogl {
    	padding-left: 0.5rem;
    	margin-bottom: 1rem;
	}
}