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

@font-face {
    font-family: Muller;
    src: local("Muller Medium"), url(/fonts/MullerMedium.woff2) format("woff2"), url(/fonts/MullerMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local("Muller Regular Italic"), url(/fonts/MullerRegularItalic.woff2) format("woff2"), url(/fonts/MullerRegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local("Muller Bold"), url(/fonts/MullerBold.woff2) format("woff2"), url(/fonts/MullerBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local("Muller Light Italic"), url(/fonts/MullerLightItalic.woff2) format("woff2"), url(/fonts/MullerLightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

html {
    font-family: Muller, sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #f5f5f5
}

body {
    font-family: Muller, sans-serif;
    background-color: #f5f5f5
}

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

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

a:focus-visible {
    outline: none
}

img {
    max-width: 100%
}

button:focus-visible {
    outline: none;
    border: none
}

.flex {
    display: flex
}

.btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none
}

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

.shadow {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    outline: 1px solid #E52D33;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.shadow--active {
    opacity: 1;
    visibility: visible
}

.stop-scroll {
    overflow-y: hidden
}

.visually-hidden {
    opacity: 0;
    visibility: hidden
}

.container {
    padding: 0 50px;
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto
}

.section-offset {
    padding: 50px 0
}

.errorHero {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    color: red
}

.breadcrumbs {
    padding: 20px 50px;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumbs__item {
    align-items: center
}

.breadcrumbs__item div {
    display: flex;
    align-items: center
}

.breadcrumbs__link {
    margin-right: 5px;
    transition: color .3s ease-in-out
}

.breadcrumbs__link:hover:not(:focus-visible) {
    color: #e52d33
}

.breadcrumbs__item svg {
    width: 20px;
    height: 20px
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 5px
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #e52d33
}

.breadcrumbs__item:last-child svg {
    display: none
}

.search {
    position: relative
}

.search__list {
    z-index: 10;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.search__list--active {
    opacity: 1;
    visibility: visible
}

.search__item {
    align-items: flex-start
}

.search__item:not(:last-child) {
    margin-bottom: 10px
}

.search__num {
    margin-right: 10px;
    color: #e52d33
}

.search__link {
    transition: color .3s ease-in-out
}

.search__link:hover:not(:focus-visible) {
    color: #e52d33
}

.header {
    padding: 20px 0 0
}

.header-top {
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between
}

.logo__pic {
    max-width: 200px
}

.header__btn {
    display: flex;
    align-items: center
}

.header__btn svg {
    width: 20px;
    height: 30px
}

.search {
    width: 425px
}

.search__input {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23c9c9c9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.header-contacts {
    display: flex;
    align-items: center
}

.header-socials {
    margin-right: 30px
}

.header-socials__link svg {
    width: 30px
}

.header-contacts-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.nav__list {
    width: 100%;
    justify-content: space-between
}

.nav-container {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.header-bottom {
    padding: 0 50px
}

.nav__item {
    position: relative
}

.nav__sublist {
    z-index: 50;
    position: absolute;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    top: calc(100% + 10px);
    left: 0;
    background-color: #fff;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.nav__sublist--active {
    visibility: visible;
    opacity: 1
}

.nav__link {
    position: relative;
    transition: color .3s ease-in-out;
    color: #000
}

.nav__link:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 2px;
    background-color: #e52d33;
    transition: width .3s ease-in-out
}

.nav__link:hover:not(:focus-visible):before {
    width: 100%
}

.nav__link:hover:not(:focus-visible) {
    color: #e52d33
}

.nav__subitem:not(:last-child) {
    margin-bottom: 15px
}

.burger, .logo__mob, .nav__close-btn, .header-contacts-mob, .nav__arrow, #dropdown-mob {
    display: none
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 87vh
}

.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3
}

.hero-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px
}

.hero__pic {
    width: calc(50% - 20px);
    border-radius: 10px
}

.hero__title {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
    text-align: center
}

.hero__descr {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1;
    text-align: center
}

.hero__form {
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center
}

.hero__form-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000000b3
}

.hero__input {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    width: 100%
}

.hero__input::placeholder {
    text-align: center
}

.hero__btn {
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 40px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.hero__btn_blue {
    background-color: #3869d4;
    box-shadow: 0 10px 40px -10px #3869d4
}

.hero__btn:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}

.hero__btn_blue:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}

.hero__btn:first-child {
    margin-right: 20px
}

.home-catalog__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #000000b3
}

.home-catalog__list {
    flex-wrap: wrap;
    justify-content: space-between
}

.home-catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc((100% / 3) - 10px);
    height: 400px;
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
    overflow: hidden
}

.home-catalog__subtitle {
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
    color: #fff
}

.home-catalog__subtitle span {
    position: relative;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    transition: transform .3s ease-in-out
}

.home-catalog__subtitle:before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #e52d33, #d9696d);
    width: 100%;
    height: 200px;
    transform: skewY(4deg);
    top: 0;
    left: 0;
    z-index: 0;
    transition: transform .3s ease-in-out
}

.home-catalog__item:hover:not(:focus-visible) .home-catalog__subtitle:before {
    transform: none
}

.home-catalog__item:hover:not(:focus-visible) .home-catalog__subtitle > span {
    transform: scale(1.5)
}

.home-catalog__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-sro__title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #000000b3
}

.home-sro__shortdescr {
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px
}

.home-sro-top__stars svg {
    width: 30px;
    height: 30px
}

.home-sro-top {
    margin-bottom: 50px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px
}

.home-sro-item {
    display: flex;
    align-items: center;
    width: calc((100% / 3) - 20px)
}

.home-sro-item {
    font-size: 20px;
    text-transform: uppercase
}

.home-sro-item span {
    display: block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 30px;
    color: #3869d4
}

.home-sro-item {
    flex-direction: column;
    align-items: center
}

.home-sro-top__subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    color: #3869d4
}

.home-sro-center {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #000000b3
}

.home-sro-bottom {
    margin-bottom: 50px
}

.home-sro-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 50px;
    column-count: 2;
    background-color: #fff
}

.home-sro-subitem {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.home-sro-subitem__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
    color: #00000080
}

.home-sro__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 1
}

.home-sro-conditions__title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #000000b3
}

.home-sro-conditions-wrapper {
    padding: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #fff
}

.home-sro-conditions__pic {
    margin-right: 30px;
    width: calc(50% - 10px)
}

.home-sro-conditions-content {
    width: calc(50% - 10px)
}

.home-sro-conditions-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.home-sro-conditions-item:not(:last-child) {
    margin-bottom: 15px
}

[class*=ground-pane] {
    filter: grayscale(1)
}

#map {
    width: 100%;
    height: 500px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden
}

.home-sro-table {
    padding-top: 50px;
    overflow-y: scroll
}

.home-sro-table table th, .home-sro-table table tr, .home-sro-table table td {
    border: 1px solid rgba(0, 0, 0, .2)
}

.home-sro-table .information__subdescr {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    color: #000000b3
}

.sros__title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000b3
}

.sros__list {
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 10px
}

.sros__item {
    display: flex;
    position: relative;
    padding: 30px;
    justify-content: space-between;
    align-items: center
}

.sros__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.sros-item-wrapper {
    width: 80%
}

.sros-item-right {
    width: 20%
}

.rate-block {
    margin-bottom: 10px
}

.sros__link {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000000b3
}

.sros__members {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
    color: #000000b3
}

.sros__city {
    padding-top: 20px;
    color: #00000080
}

.sros__num {
    position: absolute;
    top: 5px;
    left: 10px;
    font-weight: 300;
    font-size: 30px;
    color: #0003
}

.sros-item__btn {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.sros__fee {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #0000004d
}

.sros__btn {
    padding: 20px 30px;
    align-self: center;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.sros-container {
    display: flex;
    flex-direction: column
}

.sros-empty {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    color: #e52d33
}

.sros-empty__descr {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000b3
}

.contacts-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.contacts-left {
    width: calc(50% - 20px)
}

.contacts__title {
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
    color: #000000b3
}

.contacts__logo {
    margin-bottom: 20px;
    width: 200px
}

.contacts__subtitle {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    color: #00000080
}

.contacts__descr {
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    color: #000000b3
}

.contacts__item:not(:last-child) {
    margin-bottom: 15px
}

#contacts-map {
    height: 350px;
    width: calc(50% - 20px)
}

a.contacts__descr {
    position: relative;
    transition: color .3s ease-in-out
}

a.contacts__descr:before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    background-color: #e52d33;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    transition: width .3s ease-in-out
}

a.contacts__descr:hover:not(:focus-visible) {
    color: #e52d33
}

a.contacts__descr:hover:not(:focus-visible):before {
    width: 100%
}

.blog__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #000000b3
}

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

.blog__item:not(:last-child) {
    margin-bottom: 20px
}

.blog__picture {
    margin-right: 30px;
    width: 300px
}

.blog__date {
    margin-bottom: 20px;
    color: #00000080
}

.blog__subtitle {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000000b3
}

.blog__subdescr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000000b3
}

.blog__list {
    margin-bottom: 50px
}

.page-item.active .page-link {
    background-color: #e52d33;
    border-color: #e52d33
}

.page-link {
    color: #000000b3
}

.blog-top {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.blog-top__link {
    display: block;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000000b3
}

.blog-top__link--active {
    border-bottom: 2px solid #E52D33
}

.article__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 60px;
    color: #000000b3
}

.article__pic {
    margin-bottom: 50px;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    border-radius: 10px
}

.faq__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 60px;
    color: #000000b3
}

.accordion-button:not(.collapsed) {
    background-color: #e52d3333
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem #e52d3333
}

.low-top {
    padding: 25px;
    background-color: #fff;
    margin-bottom: 50px
}

.low__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #000000b3
}

.low__descr {
    font-size: 18px;
    line-height: 1;
    color: #000000b3
}

.low__item {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px
}

.low__item:not(:last-child) {
    margin-bottom: 20px
}

.low__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #000000b3
}

.information__title {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 1;
    color: #000000b3
}

.information-content {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px
}

.information-item:not(:last-child) {
    margin-bottom: 40px
}

.information__subtitle {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1
}

.information .table, .information .table td, .information .table th {
    border: 1px solid rgba(0, 0, 0, .2)
}

.information .table th {
    align-content: center;
    text-align: center
}

.reestr__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #ffffffe6
}

.reestr-hero-left {
    width: 50%
}

.reestr__descr {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #ffffffe6
}

.reestr-top {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.reestr-wrapper {
    margin-bottom: 50px
}

.reestr__list {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%
}

.reestr-hero .breadcrumbs {
    color: #fff
}

.reestr-hero .service-top-form {
    width: 40%
}

.reestr-filter {
    margin-right: 20px;
    padding: 20px;
    width: 30%;
    align-self: flex-start;
    background-color: #fff;
    border-radius: 10px
}

.filter__check {
    display: none
}

.filter__label {
    display: flex;
    align-items: center
}

.filter__custom-check {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px
}

.filter__check:checked + .filter__custom-check {
    background-image: url("data:image/svg+xml,%3Csvg width='10px' height='10px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ei%3C/title%3E%3Cg id='Complete'%3E%3Cg id='tick'%3E%3Cpolyline points='3.7 14.3 9.6 19 20.3 5' fill='none' stroke='%23E52D33' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.filter-item-wrapper {
    display: flex
}

.filter__title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000000b3
}

.filter__item {
    width: 100%
}

.filter-item-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%
}

.filter__subitem {
    display: block;
    width: calc(50% - 10px)
}

.filter__input {
    max-width: 100%
}

.filter__item:not(:last-child) {
    margin-bottom: 20px
}

.filter__subtitle {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000b3
}

.filter__btn {
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff
}

.filter__btn-mob, .filter__close_btn {
    display: none
}

.popup {
    z-index: 120;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-300vw, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .3s ease-in-out
}

.popup--active {
    transform: translate(-50%, -50%)
}

.popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0006
}

.popup-wrapper {
    position: relative;
    padding: 30px;
    border: 5px solid rgba(255, 255, 255, .5)
}

.popup__title {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.popup__descr {
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #ffffffb3
}

.popup__input {
    margin-right: 15px;
    background-color: transparent;
    padding: 10px 15px;
    border: 2px solid rgba(255, 255, 255, .5);
    color: #fff
}

.popup__input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #ffffffb3
}

.popup__input:focus-visible {
    outline: 2px solid #E52D33
}

.popup__btn {
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.popup__close-btn {
    position: absolute;
    top: -45px;
    right: 0;
    width: 30px;
    height: 30px
}

.popup__close-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.popup__close-line:first-child {
    transform: rotate(45deg)
}

.popup__close-line:last-child {
    transform: rotate(-45deg)
}

.popup__label {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.popup__checkbox {
    display: none
}

.popup-label__btn {
    position: relative;
    margin-right: 10px;
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 25px;
    border-radius: 100px;
    background-color: #c3c3c3;
    transition: background-color .3s ease-in-out
}

.popup-label__btn:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out
}

.popup__checkbox:checked + .popup-label__btn {
    background-color: #fff
}

.popup__checkbox:checked + .popup-label__btn:before {
    transform: translate(24px, -50%);
    background-color: #0b0
}

.popup-label__text {
    font-size: 12px;
    color: #fff
}

.popup-form {
    flex-direction: column
}

.popup-form-wrapper:first-child {
    margin-bottom: 20px
}

.location-popup {
    position: fixed;
    padding: 25px;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    transform: translate(-200vw);
    transition: transform .3s ease-in-out;
    overflow-y: scroll
}

.location-popup--active {
    transform: translate(0)
}

.location-popup-top {
    margin-bottom: 30px;
    justify-content: space-between
}

.location-popup-top__link {
    padding: 10px 20px;
    background-color: #3869d4;
    border: 1px solid #3869d4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: border .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out
}

.location-popup-top__link:hover:not(:focus-visible) {
    background-color: #fff;
    color: #3869d4;
    border-color: #3869d4
}

.location-popup__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    color: #000000b3
}

.location-popup__search {
    display: block;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    width: 100%
}

.location__list {
    column-count: 3
}

.location-popup__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px
}

.location-popup__close-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.location-popup__close-line:first-child {
    transform: rotate(45deg)
}

.location-popup__close-line:last-child {
    transform: rotate(-45deg)
}

.location-popup__label {
    position: relative;
    cursor: pointer;
    transition: color .3s ease-in-out
}

.location-popup__label:hover:not(:focus-visible) {
    color: #3869d4
}

.location-popup__label:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #3869d4;
    border-radius: 50%;
    transform: translateY(-50%)
}

.location-popup__input {
    display: none;
    width: 0;
    height: 0
}

.standart-form-container {
    display: flex;
    padding: 50px
}

.standfart-form__pic {
    width: 50%;
    object-fit: cover;
    object-position: center
}

.standart-form {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    background-color: #fff
}

.standart-form__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 40px;
    color: #000000b3
}

.standart-form__descr {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000b3
}

.standart-form__input {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2)
}

textarea.standart-form__input {
    resize: none;
    height: 150px
}

.standart-form__label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #00000080
}

.standart-form__btn {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff
}

.footer {
    padding: 50px 0;
    background-color: #2d3748
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer-left {
    display: flex;
    flex-direction: column
}

.footer-logo {
    margin-bottom: 10px;
    width: 200px
}

.footer__link {
    margin-bottom: 10px;
    font-size: 18px;
    color: #f5f5f5
}

.footer__link_big {
    font-size: 24px
}

.footer-center {
    display: flex
}

.footer__list:not(:last-child) {
    margin-right: 50px
}

.footer__subtitle {
    color: #ffffff80
}

.guarantee__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #000000b3
}

.guarantee__descr {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #000000b3
}

.guarantee__list {
    flex-wrap: wrap;
    justify-content: space-between
}

.guarantee__item {
    position: relative;
    margin-bottom: 30px;
    padding: 50px 30px;
    width: calc((100% / 3) - 15px);
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 5px
}

.guarantee__item:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #e52d33;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.guarantee__subtitle {
    margin-right: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1
}

.text-highlight {
    color: #e52d33;
    font-weight: 600
}

.guarantee__pic {
    width: 80px;
    height: 80px
}

.options__list {
    justify-content: space-between
}

.options__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: calc((100% / 3) - 15px);
    background-color: #fff;
    border-radius: 5px
}

.options__item svg {
    margin-bottom: 30px;
    width: 112px;
    height: 112px
}

.options__subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    align-self: flex-start
}

.options__subdescr {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    align-self: flex-start
}

.options__subtitle.options__subtitle_red {
    color: #e52d33;
    align-self: flex-start
}

.options__item:last-child .options__sublist {
    margin-bottom: 20px
}

.options__sublist {
    padding-left: 20px
}

.options__subitem {
    position: relative
}

.options__subitem:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #e52d33;
    border-radius: 50%;
    left: -15px
}

.options__subitem:not(:last-child) {
    margin-bottom: 10px
}

.regions__list {
    column-count: 3;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px
}

.regions__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.regions__subtitle {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #1e4072
}

.services__title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #000000b3
}

.services-category {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.services-category__title {
    position: relative;
    margin-bottom: 20px;
    max-width: max-content;
    text-align: center;
    color: #000000b3
}

.services-category__title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #e52d33
}

.services-category__list {
    flex-wrap: wrap;
    width: 100%
}

.services-category__item {
    margin-bottom: 20px;
    flex-direction: column;
    position: relative;
    width: calc((100% / 3) - 10px);
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.services-category__item:nth-child(3n) {
    margin-right: 0
}

.services-category__subtitle {
    padding: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000b3
}

.services-category__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.service {
    position: relative;
    padding: 20px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.service:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.service .breadcrumbs {
    position: relative;
    margin-bottom: 70px;
    color: #fff
}

.service-container {
    display: flex;
    z-index: 10;
    position: relative;
    justify-content: space-between
}

.service__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 45px;
    color: #fffc
}

.service__descr {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px;
    color: #fffc
}

.service-left {
    width: calc(50% - 50px)
}

.service-right {
    width: 450px
}

.service-top-form {
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px
}

.service-top-form__title {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1;
    font-size: 30px
}

.service-top-form .form-control {
    margin-bottom: 20px
}

.service-top-form__check {
    display: none
}

.service-top-form__label {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.service-top-form__btn {
    display: block;
    position: relative;
    margin-right: 10px;
    width: 50px;
    height: 25px;
    border-radius: 100px;
    background-color: #c9c9c9;
    flex-shrink: 0;
    transition: background-color .3s ease-in-out
}

.service-top-form__btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s ease-in-out
}

.service-top-form__check:checked + .service-top-form__btn:before {
    transform: translate(25px, -52%)
}

.service-top-form__check:checked + .service-top-form__btn {
    background-color: #0b0
}

.service-top-form__consent {
    font-weight: 300;
    line-height: 1;
    font-size: 12px
}

.service-advantages {
    padding: 50px;
    justify-content: space-between
}

.service-advantages__item {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: calc(25% - 20px)
}

.service-advantages__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #000000b3
}

.service-advantages__num {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 44px;
    color: #e52d33;
    opacity: .6
}

.service__subtitle {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000b3
}

.service__subdescr {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000000b3
}

.service__subdescr_bold {
    font-weight: 700;
    font-size: 20px
}

.centered {
    text-align: center
}

.service__subitem {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.service__subitem:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0;
    background-color: #e52d33;
    border-radius: 50%
}

.service-highlight {
    padding: 50px;
    text-align: center;
    border: 3px solid #00bb00;
    border-radius: 20px
}

.mb50 {
    margin-bottom: 50px
}

.mb20 {
    margin-bottom: 20px
}

.table td {
    text-align: center
}

.table td li {
    text-align: left
}

.table thead th {
    text-align: center
}

td .service__sublist, .mb0 {
    margin-bottom: 0
}

.service__comment {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.1;
    color: #0006
}

.service-options {
    justify-content: space-between
}

.service__subdescr.text-highlight {
    color: #e52d33
}

.service-options__item {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    width: calc((100% / 3) - 10px)
}

.service-options__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E52D33;
    font-weight: 700;
    font-size: 18px;
    line-height: 1
}

.service-options__title .text-highlight {
    font-size: 24px
}

.service-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.service-wrapper {
    width: calc(50% - 20px)
}

.service-top-form.content {
    width: calc(50% - 20px);
    background-color: #fff;
    max-height: max-content;
    align-self: flex-start
}

.service-block img {
    width: calc(50% - 20px);
    object-fit: cover
}

.service-block.mb50 {
    margin-bottom: 50px
}

.service-highlight.p20 {
    padding: 20px
}

.reestr-hero.section-offset {
    padding-top: 30px
}

.reestr-hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.reestr-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080
}

.reestr-hero .breadcrumbs {
    position: relative;
    margin-bottom: 50px
}

.reestr-container {
    position: relative;
    justify-content: space-between
}

.not-found-container {
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.not-fount__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
    color: #e52d33
}

.not-found__btn {
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 40px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.not-found__btn:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}

.privacy__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000b3
}

.privacy__content {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    color: #000000b3
}

.calculator {
    padding: 50px 50px 0;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.calculator__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #000000b3
}

.calculator__descr {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #000000b3
}

.calculator__item {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center
}

.calculator__item:not(:last-child) {
    margin-bottom: 10px
}

.calculator__label {
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    color: #000000b3
}

.calculator__select {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    max-width: 400px;
    font-size: 14px;
    color: #000000b3
}

.calculator__select::placeholder {
    font-size: 14px;
    color: #000000b3
}

.sro-submission__btn {
    margin-top: 30px;
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 40px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.sro-submission__btn:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}

.sro-popup {
    z-index: 100;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-200vw, -50%);
    background-color: #fff;
    border-radius: 10px;
    transition: transform .3s ease-in-out
}

.sro-popup--active {
    transform: translate(-50%, -50%)
}

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

.sro-popup__title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    color: #000000b3
}

.sro-popup__input {
    padding: 10px 20px;
    margin-bottom: 15px;
    resize: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    color: #000
}

.sro-popup__btn {
    margin-top: 30px;
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 40px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.sro-popup__close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px
}

.sro-popup__close-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000b3;
    border-radius: 3px
}

.sro-popup__close-line:first-child {
    transform: rotate(45deg)
}

.sro-popup__close-line:last-child {
    transform: rotate(-45deg)
}

.sro-price-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff
}

.home-catalog__descr {
    margin-bottom: 50px
}

.sro-price__form {
    margin-right: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    background-color: #0000000d;
    border-radius: 10px
}

.sro-price__title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px
}

.sro-price__input {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.sro-price__btn {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 20px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.sro-price__btn:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}

.sro-price__descr {
    margin-bottom: 10px;
    color: #000000b3
}

.sro-price__list {
    margin-bottom: 10px
}

.sro-price__item {
    display: flex;
    align-items: center;
    position: relative
}

.sro-price__item:before {
    margin-right: 10px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e52d33
}

.sro-category__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #000000b3
}

.sro-category-wrapper {
    justify-content: space-between;
    align-items: flex-start
}

.sro-category-left, .sro-category__pic {
    width: calc(50% - 20px)
}

.sro-category__pic {
    object-fit: cover;
    max-height: 250px
}

.sro-category__descr {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000b3
}

.sro-category__item {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000b3
}

.sro-category__item:before {
    display: inline-flex;
    position: relative;
    top: -2px;
    margin-right: 10px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e52d33;
    border-radius: 50%
}

.sro-category__item b {
    display: inline-flex
}

.thanks {
    height: 70vh
}

.thanks-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.thanks__title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: #000000b3
}

.thanks__descr {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #000000b3
}

.thanks__btn {
    padding: 20px 30px;
    background-color: #e52d33;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 40px -10px #e22d33;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.thanks__btn:hover:not(:focus-visible) {
    background-color: #1e4072;
    box-shadow: 0 10px 40px -10px #1e4072
}
