html:not(.city-ready) body {
  visibility: hidden;
}
.container {
    width: 100%;
    overflow: hidden
}

.wrapper {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 9px 26px;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease
}

.btn-red-gradient {
    position: relative;
    background: 0 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    z-index: 2
}

.btn-red-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(225deg,#ff808b 0,#f45b69 100%);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    z-index: -1
}

.btn-red-gradient:hover::before {
    opacity: .8
}

.btn-red-gradient:hover {
    color: #fff
}

.btn-lightblue-gradient {
    position: relative;
    background: 0 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.btn-lightblue-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    z-index: -1
}

.btn-lightblue-gradient:hover {
    color: #fff
}

.btn-lightblue-gradient:hover::before {
    opacity: .8
}

.btn-blue {
    background-color: #4e97ed;
    -webkit-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease
}

.btn-blue:hover {
    background-color: rgba(95,161,239,.9);
    color: #fff
}

.btn-lightblue {
    background-color: rgba(88,161,246,.1);
    color: #58a1f6
}

.btn-lightblue:hover {
    background: rgba(88,161,246,.2);
    color: #58a1f6
}

.btn-bluegreen {
    position: relative;
    background: 0 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    z-index: 2
}

.btn-bluegreen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(225deg,#18eb58 0,#368bef 100%);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    z-index: -1
}

.btn-bluegreen:hover::before {
    opacity: .8
}

.btn-bluegreen:hover {
    color: #fff
}

* {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

body {
    font-family: Rubik,sans-serif;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    color: #062549
}

main {
    max-width: 100%;
    overflow-x: hidden;
    min-height: calc(100vh - var(--footerHeight));
    padding: 116px 0 0 0
}

.main-blue-bg {
    background-color: rgba(88,161,246,.05)
}

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

a,a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

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

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

ul,ul li {
    list-style: none
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

address {
    font-style: normal
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,button:focus,input:active,input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

legend {
    display: block
}

.about {
    color: #062549;
    position: relative;
    margin-bottom: 80px
}

.about__container {
    padding-top: 109px
}

.about__title {
    max-width: 800px;
    font-weight: 500;
    font-size: 58px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px
}

.about__title span {
    color: #4e97ed
}

.about__description {
    max-width: 700px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%
}

.about .about__title-maintenance {
    width: 100%;
    font-weight: 500;
    font-size: 58px;
    line-height: 120%;
    text-transform: uppercase
}

.about .about__title-maintenance span {
    color: #4e97ed
}

.about__image__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 689px;
    height: 580px;
    -webkit-transform: translate(23%,-2%);
    -ms-transform: translate(23%,-2%);
    transform: translate(23%,-2%);
    z-index: -10
}

.about .about__container__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px
}

.about .about__container__description .about__image__blocks {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-right: -50px
}

.about .about__container__description .about__image__blocks .home {
    border-radius: 12px;
    padding: 20px;
    width: 158px;
    height: 71px;
    background-color: #2fc6e7;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.about .about__container__description .about__image__blocks .not-take-off__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.about .about__container__description .about__image__blocks .not-take-off {
    border-radius: 12px;
    padding: 20px;
    width: 204px;
    height: 71px;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
    background-color: #2fc6e7;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.about-advantages {
    color: #062549;
    margin-bottom: 140px
}

.about-advantages__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 60px
}

.about-advantages .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.about-advantages .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(88,161,246,.05)
}

.about-advantages .swiper-slide .swiper-slide__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px
}

.about-advantages .swiper-slide .swiper-slide__text {
    font-size: 16px;
    line-height: 140%
}

.about-advantages .swiper-slide__img {
    width: 91px;
    height: 100px
}

.about-advantages .swiper-slide__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.about-advantages .about-advantages__image_wrapper {
    width: 91px;
    height: 100px
}

.about-advantages .about-advantages__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.about-form {
    position: relative;
    z-index: 11;
    color: #062549;
    margin-bottom: 80px
}

.about-form__container {
    padding: 60px 60px 60px 46px;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff
}

.about-form__title {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    margin-bottom: 40px
}

.about-form__title span {
    color: #4e97ed
}

.about-form-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1000
}

.about-form-wrapper label {
    width: 241px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.about-form-wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid #595959
}

.about-form-wrapper input:focus {
    outline: 0
}

.about-form-wrapper input::-webkit-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.about-form-wrapper input::-moz-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.about-form-wrapper input:-ms-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.about-form-wrapper input::-ms-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.about-form-wrapper input::placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.about-form-wrapper .about-form-select__value {
    width: 341px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
    color: #595959;
    border: 1px solid #595959;
    border-radius: 8px;
    padding: 16px 20px
}

.about-form-wrapper .about-form-select__value:hover {
    color: #4e97ed
}

.about-form-wrapper .about-form-select__value:active {
    color: #175cab
}

.about-form-wrapper button {
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.about-form__policy {
    text-align: center;
    font-size: 16px;
    line-height: 125%;
    color: #666
}

.about-form__policy__link {
    color: #4e97ed;
    text-decoration: underline
}

.about-form-select {
    width: 328px;
    position: relative;
    border: 1px solid #595959;
    max-height: 59px;
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-form-select:before {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrowe_down.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.about-form-select.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.about-form-select__list {
    width: 100%;
    display: block;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 120%;
    color: #666;
    background-color: #fff;
    border-radius: 8px;
    z-index: 20
}

.about-form-select__list .about-form-select__item {
    white-space: nowrap;
    cursor: pointer;
    padding-right: 16px
}

.about-form-select__list .about-form-select__item:hover {
    color: #4e97ed
}

.about-form-select__list .about-form-select__item:active {
    color: #175cab
}

.about-form-select__list .about-form-select__item:not(:first-child) {
    margin-top: 14px
}

.about-form .error {
    border: 2px solid red
}

.about-form .about-form-select.open .about-form-select__list {
    display: block;
    border: 1px solid #595959
}

.about-form .about-form-select.open {
    border: none;
    max-height: none;
    overflow: visible
}

.about-form-select.open {
    max-height: none;
    overflow: visible
}

.about-us-page {
    margin-bottom: 140px;
    color: #062549
}

.about-us-page__subtitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 60px
}

.about-us-page__content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.about-us-page__content__wrapper .about-us-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.about-us-page__content__wrapper .about-us-page__content ol,.about-us-page__content__wrapper .about-us-page__content ul {
    padding-left: 20px
}

.about-us-page__content__wrapper .about-us-page__content li {
    list-style-type: disc
}

.about-us-page__content__wrapper .about-us-page__content-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.about-us-page__content__wrapper .about-us-page__text {
    font-size: 18px;
    line-height: 140%
}

.about-us-page__content__wrapper .about-us-page__content-links-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.about-us-page__content__wrapper .about-us-page__content-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.about-us-page__content__wrapper .about-us-page__content-links-list .about-us-page__content-links-item-link {
    padding: 8px 12px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #175cab
}

.accreditation {
    color: #062549;
    margin-bottom: 154px
}

.accreditation__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.accreditation__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    gap: 50px;
    border-radius: 40px;
    background-color: rgba(88,161,246,.1)
}

.accreditation__header .accreditation__title {
    max-width: 500px;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%
}

.accreditation__header .accreditation__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.accreditation__header .accreditation__header-wrapper .accreditation__header-description {
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

.accreditation__header .accreditation__number {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #4e97ed
}

.accreditation__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 481px;
    margin-left: 40px
}

.accreditation__body .accreditation__body__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.accreditation__body .accreditation__body__description .accreditation__description {
    font-size: 16px;
    line-height: 140%
}

.accreditation__body .accreditation__body__description .accreditation__description a {
    color: #4e97ed
}

.accreditation__body .accreditation__body__description .accreditation__header-wrapper {
    display: none
}

.accreditation__body .accreditation__body__description .accreditation__header-wrapper .accreditation__header-description {
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

.accreditation__body .accreditation__body__description .accreditation__number {
    display: none
}

.accreditation__body .accreditation__body__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accreditation__body .accreditation__btn {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff
}

.accreditation .accreditation__image {
    position: absolute;
    width: 516px;
    height: 360px;
    background: #fff;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-9%,5%);
    -ms-transform: translate(-9%,5%);
    transform: translate(-9%,5%);
    border-radius: 12px
}

.advantages {
    color: #062549;
    margin-bottom: 140px
}

.advantages__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 60px
}

.advantages .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.advantages .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(88,161,246,.05)
}

.advantages .swiper-slide .swiper-slide__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px
}

.advantages .swiper-slide .swiper-slide__text {
    font-size: 16px;
    line-height: 140%
}

.advantages .swiper-slide__img {
    width: 91px;
    height: 100px
}

.advantages .swiper-slide__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.advantages .advantages__image_wrapper {
    width: 91px;
    height: 100px
}

.advantages .advantages__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.application-form {
    position: relative;
    z-index: 11;
    color: #062549;
    margin-bottom: 80px
}

.application-form__container {
    padding: 60px 60px 60px 46px;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff
}

.application-form__title {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    margin-bottom: 40px
}

.application-form__title span {
    color: #4e97ed
}

.application-form-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1000
}

.application-form-wrapper label {
    width: 241px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.application-form-wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid #595959
}

.application-form-wrapper input:focus {
    outline: 0
}

.application-form-wrapper input::-webkit-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.application-form-wrapper input::-moz-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.application-form-wrapper input:-ms-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.application-form-wrapper input::-ms-input-placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.application-form-wrapper input::placeholder {
    height: 100%;
    font-size: 20px;
    line-height: 120%
}

.application-form-wrapper .application-form-select__value {
    width: 341px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
    color: #595959;
    border: 1px solid #595959;
    border-radius: 8px;
    padding: 16px 20px
}

.application-form-wrapper .application-form-select__value:hover {
    color: #4e97ed
}

.application-form-wrapper .application-form-select__value:active {
    color: #175cab
}

.application-form-wrapper button {
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.application-form__policy {
    text-align: center;
    font-size: 16px;
    line-height: 125%;
    color: #666
}

.application-form__policy__link {
    color: #4e97ed;
    text-decoration: underline
}

.application-form-select {
    width: 328px;
    position: relative;
    border: 1px solid #595959;
    max-height: 59px;
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application-form-select:before {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrowe_down.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.application-form-select.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.application-form-select__list {
    display: block;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    line-height: 120%;
    color: #666;
    background-color: #fff;
    border-radius: 8px;
    z-index: 20
}

.application-form-select__list .application-form-select__item {
    white-space: nowrap;
    cursor: pointer;
    padding-right: 16px
}

.application-form-select__list .application-form-select__item:hover {
    color: #4e97ed
}

.application-form-select__list .application-form-select__item:active {
    color: #175cab
}

.application-form-select__list .application-form-select__item:not(:first-child) {
    margin-top: 12px
}

.application-form .error {
    border: 2px solid red
}

.application-form .application-form-select.open .application-form-select__list {
    display: block;
    border: 1px solid #595959
}

.application-form .application-form-select.open {
    border: none
}

.article {
    margin-bottom: 140px
}

.article ul li {
    margin-left: 20px;
    list-style-type: disc
}

.article ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.article ol li {
    margin-left: 20px;
    list-style-type: decimal
}

.article__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 60px
}

.article__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.article__container h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%
}

.article__container h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.article__container p {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%
}

.article__content {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 57px;
    color: #062549
}

.article__content .article__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.article__content .article__image-about img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.article__content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
    color: #062549
}

.article__content__wrapper .article__title__h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%
}

.article__content__wrapper .article__title__h2_bottom {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-top: 28px
}

.article__content__wrapper .article__text__blockone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.article__content__wrapper .blockfive__desc,.article__content__wrapper .blockone__desc,.article__content__wrapper .blockthree__desc,.article__content__wrapper .blocktwo__desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%
}

.article__content__wrapper .blocktwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.article__content__wrapper .blocktwo__list__item {
    position: relative;
    padding-left: 25px
}

.article__content__wrapper .blocktwo__list__item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4e97ed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__content__wrapper .blocktwo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px
}

.article__content__wrapper .blocktwo__list__descr {
    font-weight: 300;
    line-height: 140%
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered__item {
    list-style-type: none;
    position: relative;
    padding-left: 25px
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered__item__itemOne {
    position: relative
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered__item__itemOne:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 11px;
    height: 16px;
    background-image: url(../img/one.svg);
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered__item__itemTwo:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 12px;
    height: 16px;
    background-image: url(../img/two.svg);
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__content__wrapper .blocktwo .blocktwo__list__numbered__item__itemThree:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 13px;
    height: 16px;
    background-image: url(../img/three.svg);
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__content__wrapper .article__blockthree__subtitle__leveltwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px
}

.article__content__wrapper .article__text__blockfor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.article__content__wrapper h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 8px
}

.article__content blockquote {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(88,161,246,.05);
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #062549
}

.article__content blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 44px;
    height: 29px;
    background-image: url(../img/quotes.svg);
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__content .article__text__blockfive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 28px
}

.article__content .article__text__blockfive .blockfive__wrap__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.article__content .article__text__blockfive .blockfive__wrap__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px
}

.article__content .article__text__blockfive .blockfive__wrap__descr__reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 18px
}

.article__content .blockfive__desc {
    max-width: 390px
}

.article__content .article__author {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border-radius: 20px;
    background-color: rgba(88,161,246,.05)
}

.article__content .article__author__avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__content .article__author__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.article__content .article__author__info .article__author__articlecomplete {
    font-size: 18px;
    line-height: 120%;
    opacity: .5
}

.article__content .article__author__info .article__author__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%
}

.article__content .article__author__info .article__author__job {
    font-size: 18px;
    line-height: 120%
}

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

.article .article__nav__header .article__rotate {
    display: none
}

.article .article__rotate.open {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.article__nav {
    position: sticky;
    top: 140px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 300px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: rgba(88,161,246,.05);
    border-radius: 20px;
    padding: 20px
}

.article__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.article__nav .article__nav__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article__nav .article__nav__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.article__nav__item {
    list-style-type: none;
    position: relative;
    padding-left: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #062549
}

.article__nav__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 22px;
    background-color: #4e97ed
}

.article__nav__item:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background-color: #4e97ed
}

.article__nav .article__nav__item__wrap {
    list-style-type: none;
    position: relative;
    padding-left: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #062549
}

.article__nav .article__nav__item__wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 22px;
    background-color: #4e97ed
}

.article__nav .article__nav__item__wrap:hover {
    color: #4e97ed
}

.article__nav .article__nav__link__subtitle {
    list-style-type: none;
    position: relative;
    padding-left: 13px;
    opacity: .5;
    color: #062549
}

.article__nav .article__nav__link__subtitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 22px;
    background-color: #4e97ed
}

.article__nav .article__nav__link__subtitle .article__nav__link__small {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%
}

.article__nav .article__nav__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 10px
}

.article__nav .article__nav__link,.article__nav .article__nav__subtitle {
    font-size: 18px;
    line-height: 120%;
    color: #062549;
    cursor: pointer
}

.article__nav .article__nav__link:hover,.article__nav .article__nav__subtitle:hover {
    color: #4e97ed
}

.article__nav .article__nav__subtitle {
    padding-top: 10px
}

.articles {
    margin-bottom: 140px;
    color: #062549
}

.articles__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.articles .articles__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
    margin-bottom: 60px
}

.articles .articles__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.articles .articles__item__img {
    min-width: 256px;
    max-width: 256px;
    height: 200px
}

.articles img {
    border-radius: 12px
}

.articles__item__info {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    color: #062549
}

.articles__item__info .articles__item__info__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.articles__item__info .articles__item__info__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 125%
}

.articles__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.articles-page {
    margin-bottom: 140px;
    color: #062549
}

.articles-page__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.articles-page__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
    margin-bottom: 60px
}

.articles-page__item {
    max-width: 672px;
    width: 536px
}

.articles-page__item .articles-page__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.articles-page__item .articles-page__item__img {
    max-width: 288px;
    width: 256px;
    height: 200px
}

.articles-page__item .articles-page__item__img img {
    border-radius: 12px
}

.articles-page__item .articles-page__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    max-width: 508px;
    width: 256px;
    padding: 12px 0
}

.articles-page__item .articles-page__item__info .articles-page__item__info__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #062549
}

.articles-page__item .articles-page__item__info .articles-page__item__info__description {
    font-size: 16px;
    line-height: 125%;
    color: #062549;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.articles-page .articles-page__btn {
    margin: 0 auto;
    max-width: 172px
}

.articles-page .articles-page__btn .articles-page__btnblue {
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.certificate {
    color: #062549;
    margin-bottom: 140px
}

.certificate__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.certificate__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%
}

.certificate .certificate__swiper {
    width: calc(100% - 128px)
}

.certificate .certificate__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
    margin-right: 16px
}

.certificate .certificate__slide .certificate__slide__description {
    padding: 0 10px;
    font-size: 16px;
    line-height: 125%;
    opacity: .5
}

.certificate .certificate__image {
    border-radius: 20px;
    background: rgba(88,161,246,.1);
    padding: 10px;
    max-width: 320px;
    width: 100%;
    height: 431px
}

.certificate .certificate__btn {
    padding: 16px 24px;
    margin: 0 auto;
    max-width: 242px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.certificate .swiper-button-next {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.certificate .swiper-button-next:hover {
    background: rgba(88,161,246,.15)
}

.certificate .swiper-button-next::after {
    content: none
}

.certificate .swiper-button-prev {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.certificate .swiper-button-prev:hover {
    background: rgba(88,161,246,.15)
}

.certificate .swiper-button-prev::after {
    content: none
}

.certificates {
    margin-bottom: 140px
}

.certificates__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 60px
}

.certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.certificates .certificate__image {
    max-width: 360px;
    width: 100%;
    max-height: 489px;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    background: rgba(88,161,246,.1)
}

.certificates .certificate__image .certificates__img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.certificates__text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 125%;
    opacity: .5
}

.certificates__btn {
    padding: 16px 24px;
    margin: 0 auto;
    max-width: 242px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.complaint {
    position: relative;
    margin-bottom: 140px;
    color: #062549;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1
}

.complaint__wrapper {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.complaint__wrapper .complaint__image {
    max-width: 232px;
    background: #fff
}

.complaint__wrapper .complaint__image img {
    border-radius: 40px
}

.complaint__wrapper .complaint__content {
    max-width: 848px
}

.complaint__wrapper .complaint__content .complaint__content__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #175cab
}

.complaint__wrapper .complaint__content .complaint__content__text {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 40px
}

.complaint__wrapper .complaint__content__btn {
    padding: 12px 24px;
    max-width: 134px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.complaint .complaint__left__image {
    position: absolute;
    left: 0;
    top: 0
}

.complaint .complaint__right__image {
    position: absolute;
    right: 0;
    top: 0
}

.complaint-form {
    margin-bottom: 140px;
    color: #062549
}

.complaint-form__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.complaint-form__form-container {
    margin: 0 auto;
    border-radius: 40px;
    padding: 60px;
    max-width: 800px;
    width: 100%;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.15);
    background: #fff
}

.complaint-form__form-container .complaint-form__form-container__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 32px
}

.complaint-form__form-container .complaint-form__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px
}

.complaint-form__form-container .complaint-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
}

.complaint-form__form-container .complaint-form__form label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.complaint-form__form-container .complaint-form__form input {
    width: 100%;
    height: 100%;
    padding: 16px 39px 16px 20px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #595959
}

.complaint-form__form-container .complaint-form__form input:focus {
    outline: 0
}

.complaint-form__form-container .complaint-form__form input.error {
    border: 2px solid red
}

.complaint-form__form-container .complaint-form__form .complaint-form__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

.complaint-form__form-container .complaint-form__form .complaint-form__textarea span {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #666
}

.complaint-form__form-container .complaint-form__form textarea {
    width: 100%;
    height: 104px;
    padding: 16px 39px 16px 20px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #595959
}

.complaint-form__form-container .complaint-form__form textarea:focus {
    outline: 0
}

.complaint-form__form-container .complaint-form__form textarea.error {
    border: 2px solid red
}

.complaint-form__form-container .complaint-form__form .complaint-form__form-btn {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    padding: 16px
}

.complaint-form__form-container .complaint-form__policy {
    margin: 0 auto;
    max-width: 480px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

.complaint-form__form-container .complaint-form__policy a {
    color: #4e97ed
}

.contacts {
    margin-bottom: 140px;
    color: #062549
}

.contacts__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.contacts__container .contacts__map {
    width: 100%;
    height: 400px
}

.contacts .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.contacts .contacts__info__contacts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 20px
}

.contacts .contacts__info__contacts .contacts-mail,.contacts .contacts__info__contacts .contacts-time,.contacts .contacts__info__contacts .contacts__info__contacts-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.contacts .contacts__info__contacts .contacts-mail span,.contacts .contacts__info__contacts .contacts-time span,.contacts .contacts__info__contacts .contacts__info__contacts-phone span {
    line-height: 125%;
    opacity: .5
}

.contacts .contacts__info__contacts .contacts-mail .contacts-email,.contacts .contacts__info__contacts .contacts-mail .contacts-phone,.contacts .contacts__info__contacts .contacts-time .contacts-email,.contacts .contacts__info__contacts .contacts-time .contacts-phone,.contacts .contacts__info__contacts .contacts__info__contacts-phone .contacts-email,.contacts .contacts__info__contacts .contacts__info__contacts-phone .contacts-phone {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #062549
}

.contacts .contacts__info__contacts .contacts-mail .contacts-time__mode,.contacts .contacts__info__contacts .contacts-time .contacts-time__mode,.contacts .contacts__info__contacts .contacts__info__contacts-phone .contacts-time__mode {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    opacity: 1
}

.contacts .contacts__info__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.contacts .contacts__info__legal .contacts__info__legal-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.contacts .contacts__info__legal .contacts__info__legal__container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.contacts .contacts__info__legal .contacts__info__legal__container p {
    line-height: 125%;
    margin-bottom: 4px
}

.contacts .contacts__info__legal .contacts__info__legal__container span {
    font-size: 14px;
    line-height: 125%;
    opacity: .5
}

.contacts .contacts__info__details {
    max-width: 358px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px
}

.contacts .contacts__info__details p {
    line-height: 125%;
    margin-bottom: 4px
}

.contacts .contacts__info__details span {
    font-size: 14px;
    line-height: 125%;
    opacity: .5
}

.faq {
    margin-bottom: 140px;
    color: #062549
}

.faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

.faq__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%
}

.faq .faq__tab {
    padding: 16px;
    border-bottom: 1px solid #c9c9c9
}

.faq .faq__tab:last-child {
    border-bottom: none
}

.faq .tab__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.faq .tab__title span {
    padding: 0 37px 0 0
}

.faq .tab__title svg path {
    fill: #4e97ed
}

.faq .tab__title span {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.faq .svg {
    margin: 5px 0 0 0;
    min-width: 14px;
    height: 14px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.faq .svg.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #595959
}

.faq .tab__content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 10ms ease-out;
    transition: max-height 10ms ease-out;
    padding: 0 26px 0 0;
    font-size: 16px;
    line-height: 140%
}

.faq .tab__content li {
    margin-left: 20px;
    list-style-type: disc
}

.faq .tab__content ol li {
    margin-left: 20px;
    list-style-type: decimal
}

.faq .tab__content.open {
    margin-top: 20px;
    max-height: 1000px
}

.footer {
    padding: 60px;
    background-color: #062549
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.footer .footer__lists__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer__logo-contact {
    width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px
}

.footer__logo-contact .footer__logo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.footer__logo span {
    max-width: 281px;
    max-height: 54px
}

.footer__logo-contact-descr {
    font-size: 14px;
    line-height: 125%;
    opacity: .45;
    color: #fff
}

.footer__logo__contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__logo__contact__wrapper .footer__logo__contact__mail,.footer__logo__contact__wrapper .footer__logo__contact__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.footer__logo__contact__wrapper .footer__logo__contact__mail span,.footer__logo__contact__wrapper .footer__logo__contact__phone span {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #fff
}

.footer__logo__contact__wrapper button {
    display: none
}

.footer .footer__services,.footer__company {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    color: #fff
}

.footer .footer__services h4,.footer__company h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.footer .footer__services ul,.footer__company ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.footer .footer__services ul a,.footer__company ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #fff
}

.footer__policy__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.footer__policy__wrap .footer__policy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__policy__wrap .footer__policy {
    font-size: 14px;
    line-height: 125%;
    color: #4e97ed
}

.footer__policy__wrap .footer__policy__descr {
    font-size: 14px;
    line-height: 125%;
    color: #fff;
    opacity: .45
}

.footer .footer__btn {
    padding: 10px 24px;
    width: 181px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #4e97ed
}

.footer .footer__btn:hover {
    background-color: #4e97ed;
    color: #fff
}

.footer .footer__btn:active {
    background-color: #4e97ed;
    color: #fff
}

.guarantees {
    margin-bottom: 140px;
    color: #fff
}

.guarantees .guarantees__item__header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.guarantees__container {
    border-radius: 60px;
    padding: 60px;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%)
}

.guarantees__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #fff
}

.guarantees__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.guarantees__list .guarantees__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 592px;
    width: 326px;
    border-radius: 20px;
    padding: 20px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,.1)
}

.guarantees__list .guarantees__item__header-years {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%
}

.guarantees__list .guarantees__item-text-description-bottom {
    font-weight: 300;
    font-size: 14px;
    line-height: 125%
}

.guarantees .guarantees__bg__header {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 40
}

.guarantees .guarantees__bg__bottom {
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 40;
    opacity: .1
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    background-color: #ffffff
}

.header__burger {
    display: none;
    cursor: pointer;
    background-color: rgba(88,161,246,.05);
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 50%;
    font-size: 24px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.header__burger .bar {
    border-radius: 10px;
    width: 18px;
    height: 2px;
    background: #4e97ed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .header__burger.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px)
}

.header .header__burger.active .bar:nth-child(2) {
    opacity: 0
}

.header .header__burger.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px,-5px);
    -ms-transform: rotate(-45deg) translate(5px,-5px);
    transform: rotate(-45deg) translate(5px,-5px)
}

.header .header__burger__menu {
    width: 100%;
    padding-top: 24px;
    display: none;
    background-color: #fff;
    top: 95px;
    border-top: 1px solid rgba(78,151,237,.2)
}

.header .header__burger__menu .header__top__phone {
    display: none
}

.header .header__burger__menu button {
    display: none
}

.header .header__burger__menu .header__top__address {
    font-size: 14px;
    color: #666
}

.header .header__burger__menu .header__top__city__burger__item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #595959
}

.header .header__burger__menu .header__burger__menu__info {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid rgba(78,151,237,.2)
}

.header .header__burger__menu .header__burger__menu__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.header .header__burger__menu .header__burger__menu__elements .header__bottom__services__list {
    width: 48%
}

.header .header__burger__menu .header__burger__menu__elements .header__bottom__navigation__list {
    width: 48%
}

.header .header__burger__menu .header__bottom__navigation__item,.header .header__burger__menu .header__bottom__services__item {
    margin-bottom: 6px
}

.header .header__burger__menu .header__bottom__navigation__item a,.header .header__burger__menu .header__bottom__services__item a {
    font-size: 16px;
    line-height: 125%;
    color: #062549
}

.header .header__burger__menu .header__bottom__navigation__item a:hover,.header .header__burger__menu .header__bottom__services__item a:hover {
    color: #4e97ed
}

.header .header__burger__menu .header__bottom__navigation__item a:active,.header .header__burger__menu .header__bottom__services__item a:active {
    color: #175cab
}

.header .header__burger__menu .header__top__information {
    display: block
}

.header .header__burger__menu .header__top__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__burger__menu__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__burger__menu__active,
.header .header__burger__menu.header__burger__menu__active {
    border-radius: 0 0 48px 48px;
    padding: 24px 48px 42px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.header__top {
    position: relative;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(78,151,237,.2)
}

.header__top .header__btn__top {
    display: none
}

.header__top .header__top__logo-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.header__top .header__top__logo-icon img {
    max-width: 209px;
    max-height: 41px
}

.header__top .header__top__logo-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top__information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    line-height: 125%;
    text-align: center
}

.header__top__logo {
    max-width: 282px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header__top__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.header__top__information {
    cursor: pointer
}

.header__top__information .header__top__city {
    position: relative
}

.header__top__information .header__top__city .header__top__city_selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.header__top__information .header__top__city .header__top__city__list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    gap: 6px;
    border-radius: 12px;
    padding: 16px 16px 12px;
    width: 151px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    overflow: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    z-index: 1000;
}

.header__top__information .header__top__city .header__top__city__list.active {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
}

.header__top__information .header__top__city .header__top__city__item {
    margin-bottom: 6px
}

.header__top__information .header__top__city .header__top__city__item a {
    font-size: 14px;
    line-height: 125%;
    color: #062549
}

.header__top__information .header__top__city .header__top__city__item a:hover {
    color: #4e97ed
}

.header__top__information .header__top__city .header__top__city__item a:active {
    color: #175cab
}

.header__top__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #062549;
    font-weight: 500;
    line-height: 125%;
    font-size: 16px;
    margin-bottom: 6px
}

.header__top .header__top__address-time {
    padding-left: 12px
}

.header__bottom {
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__bottom .header__bottom__navigation__link {
    color: #062549;
    line-height: 125%
}

.header__bottom .header__bottom__navigation__link:hover {
    color: #4e97ed
}

.header__bottom .header__bottom__navigation__link:active {
    color: #175cab
}

.header__bottom .header__bottom__navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    color: #062549
}

.header__bottom .header__bottom__navigation__list .header__bottom__selected__wrapper {
    position: relative
}

.header__bottom .header__bottom__navigation__list .header__bottom__selected__wrapper .header__bottom__services__item {
    margin-bottom: 6px
}

.header__bottom .header__bottom__navigation__list .header__bottom__selected__wrapper .header__bottom__services__item a {
    color: #062549;
    line-height: 125%
}

.header__bottom .header__bottom__navigation__list .header__bottom__selected__wrapper .header__bottom__services__item a:hover {
    color: #4e97ed
}

.header__bottom .header__bottom__navigation__list .header__bottom__selected__wrapper .header__bottom__services__item a:active {
    color: #175cab
}

.header__bottom .header__bottom__navigation__list .header__bottom__navigation__item_selected {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.header__bottom .header__bottom__navigation__list .header__bottom__navigation__item_selected:hover {
    color: #4e97ed
}

.header__bottom .header__bottom__navigation__list .header__bottom__navigation__item_selected:active {
    color: #175cab
}

.header__bottom .header__bottom__services__list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    gap: 6px;
    border-radius: 12px;
    padding: 16px 16px 12px;
    width: 246px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    overflow: hidden;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.header__bottom .header__bottom__services__list-active {
    display: block
}

.header__bottom .header__bottom__services__list.active {
    display: flex;
    flex-direction: column;
    z-index: 1000;
    top: 100%;
    transform: translateY(0);
}

.header-form {
    display: none;
    position: fixed;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 1000
}

.header-form.active {
    display: flex;
}

.header-form__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.header-form__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 600px;
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    z-index: 550
}

.header-form__title {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    margin-bottom: 40px
}

.header-form__title span {
    color: #4e97ed
}

.header-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.header-form-wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.header-form-wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 20px;
    line-height: 120%;
    border-radius: 8px;
    border: 1px solid #595959
}

.header-form-wrapper input:focus {
    outline: 0
}

.header-form-wrapper button {
    width: 100%;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 40px
}

.header-form-wrapper .modal-form__policy {
    margin: 0 auto;
    max-width: 430px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    color: #595959
}

.header-form-wrapper .modal-form__policy a {
    color: #4e97ed
}

.header-form .error {
    border: 2px solid red
}

.header-form .header-form__policy {
    margin: 0 auto;
    max-width: 480px;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #595959
}

.header-form .header-form__policy a {
    color: #4e97ed
}

.header-form .header-form__btn-close {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.header-form .header-form__close {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 16px;
    height: 16px
}

.heat-meters {
    margin-bottom: 140px;
    color: #062549
}

.heat-meters__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.heat-meters__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.heat-meters__list .heat-meters__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 20px
}

.heat-meters__list .heat-meters__image {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 246px;
    width: 100%
}

.heat-meters__list .heat-meters__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.heat-meters__list .heat-meters__header .heat-meters__header-top-span {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #4e97ed
}

.heat-meters__list .heat-meters__header .heat-meters__header-bottom-span {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%
}

.heat-meters__list .heat__meters__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.heat-meters__list .heat__meters__btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    width: 100%
}

.leave-feedback {
    margin-bottom: 140px;
    color: #062549
}

.leave-feedback__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.leave-feedback__form-container {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.15);
    background: #fff
}

.leave-feedback__form-container .leave-feedback__form-container__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px
}

.leave-feedback__form-container .leave-feedback__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 40px
}

.leave-feedback__form-container .leave-feedback__stars svg {
    cursor: pointer
}

.leave-feedback .leave-feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
}

.leave-feedback .leave-feedback__form label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.leave-feedback .leave-feedback__form input {
    width: 100%;
    height: 100%;
    padding: 16px 39px 16px 20px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #595959
}

.leave-feedback .leave-feedback__form input:focus {
    outline: 0
}

.leave-feedback .leave-feedback__form input.error {
    border: 2px solid red
}

.leave-feedback .leave-feedback__form .leave-feedback__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

.leave-feedback .leave-feedback__form .leave-feedback__textarea span {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #666
}

.leave-feedback .leave-feedback__form textarea {
    width: 100%;
    height: 104px;
    padding: 16px 39px 16px 20px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #595959
}

.leave-feedback .leave-feedback__form textarea:focus {
    outline: 0
}

.leave-feedback .leave-feedback__form textarea.error {
    border: 2px solid red
}

.leave-feedback .leave-feedback__form .leave-feedback__form-btn {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    padding: 16px
}

.leave-feedback .leave-feedback__policy {
    margin: 0 auto;
    max-width: 480px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

.leave-feedback .leave-feedback__policy a {
    color: #4e97ed
}

.masters {
    color: #062549;
    margin-bottom: 140px
}

.masters__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.masters .masters__swiper {
    width: calc(100% - 128px);
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.masters .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.masters .swiper-slide {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 0 0;
    gap: 20px;
    width: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.masters .swiper__image {
    width: 140px;
    height: 140px;
    background-color: rgba(88,161,246,.1);
    border-radius: 50%;
    overflow: hidden
}

.masters .swiper-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.masters .swiper-slide__content .swiper-slide__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.masters .swiper-slide__content .swiper-slide__experience {
    line-height: 125%;
    color: #4e97ed
}

.masters .swiper-slide__content .swiper-slide__job {
    line-height: 125%
}

.masters .swiper-button-next {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.masters .swiper-button-next:hover {
    background: rgba(88,161,246,.15)
}

.masters .swiper-button-next::after {
    content: none
}

.masters .swiper-button-prev {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.masters .swiper-button-prev:hover {
    background: rgba(88,161,246,.15)
}

.masters .swiper-button-prev::after {
    content: none
}

.meter-brands {
    margin-bottom: 140px
}

.meter-brands__title {
    max-width: 750px;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 60px
}

.meter-brands .meter-brands__swiper {
    overflow: visible
}

.meter-brands .meter-brands__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.meter-brands .meter-brands__slide {
    border-radius: 12px;
    padding: 8px 12px;
    width: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 -4px 50px 0 rgba(0,0,0,.05);
    box-shadow: 0 -4px 50px 0 rgba(0,0,0,.05)
}

.meter-brands .swiper-slide {
    width: auto
}

.modal-form {
    display: none;
    position: fixed;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 1000
}

.modal-form__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 800px;
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    z-index: 550
}

.modal-form__title {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    margin-bottom: 40px
}

.modal-form__title span {
    color: #4e97ed
}

.modal-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.modal-form-wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.modal-form-wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 20px;
    line-height: 120%;
    border-radius: 8px;
    border: 1px solid #595959
}

.modal-form-wrapper input:focus {
    outline: 0
}

.modal-form-wrapper button {
    width: 100%;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 40px
}

.modal-form-wrapper .modal-form__policy {
    margin: 0 auto;
    max-width: 430px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    color: #595959
}

.modal-form-wrapper .modal-form__policy a {
    color: #4e97ed
}

.modal-form-select {
    width: 100%;
    position: relative;
    border: 1px solid #595959;
    height: 56px;
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-form-select:before {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrowe_down.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modal-form-select.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.modal-form-select__list {
    width: 100%;
    display: block;
    padding: 14px 0 16px 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 120%;
    color: #666;
    background-color: #fff;
    border-radius: 8px;
    z-index: 20
}

.modal-form-select__list li:hover {
    color: #4e97ed
}

.modal-form .modal-form-select__item:not(:first-child) {
    margin-top: 13px
}

.modal-form .about-form-select__item {
    cursor: pointer;
    white-space: nowrap;
    padding-right: 16px
}

.modal-form .modal-form-checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-form .modal-form-checked input {
    width: 25px;
    height: 25px
}

.modal-form .error {
    border: 2px solid red
}

.modal-form .modal-form-select.open {
    display: block;
    border: 1px solid #595959
}

.modal-form .modal-form-select.open {
    overflow: visible;
    border: none
}

.modal-form .modal-form-select__list.open {
    border: 1px solid #595959
}

.modal-form .modal-form__policy {
    max-width: 480px;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #595959
}

.modal-form .modal-form__policy a {
    color: #4e97ed
}

.modal-form .modal-form__btn-close {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.modal-form .modal-form__formSale {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    border-radius: 40px;
    padding: 60px 60px 80px 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background-image: url(../img/modalSale.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 500
}

.modal-form .modal-form__formSale .modal-form__formSale-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-bottom: 36px
}

.modal-form .modal-form__formSale span {
    margin: 0 auto;
    font-weight: 500;
    font-size: 140px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.modal-form .modal-form__formSale .modal-form__formSale-btn {
    padding: 16px 24px;
    margin: 0 auto 12px;
    max-width: 276px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    background-color: #175cab;
    color: #fff
}

.modal-form .modal-form__formSale .modal-form__formSale-close {
    margin: 0 auto 20px;
    cursor: pointer;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff
}

.modal-form .modal-form__formSale .modal-form__sale {
    display: block;
    width: 100%
}

.modal-form .modal-form__formSale p {
    line-height: 125%;
    text-align: center;
    color: #fff;
    opacity: .5
}

.modal-form .modal-form__formSale p:last-child {
    margin-bottom: 20px
}

.modal-form .modal-form__close {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 16px;
    height: 16px
}

.modal-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-close {
    display: none
}

.modal-form__thanks-application,.modal-form__thanks-application-feedback {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 520px;
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    z-index: 9999
}

.modal-form__thanks-application-feedback-title,.modal-form__thanks-application-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
    color: #4e97ed
}

.modal-form__thanks-application-description,.modal-form__thanks-application-feedback-description {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 40px
}

.modal-form__thanks-application .modal-form__thanks-application-btn,.modal-form__thanks-application-feedback .modal-form__thanks-application-btn {
    margin: 0 auto;
    border-radius: 8px;
    padding: 16px 53px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #4e97ed
}

.modal-form__thanks-application .modal-form__thanks-application-btn-cross,.modal-form__thanks-application-feedback .modal-form__thanks-application-btn-cross {
    position: absolute;
    top: 9%;
    right: 7%;
    width: 16px;
    height: 16px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100lvh;
    background: rgba(6,37,73,.5);
    z-index: 500
}

.modal-form__thanks-application-feedback {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 520px;
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff;
    z-index: 9999
}

.modal-form__thanks-application-feedback-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
    color: #4e97ed
}

.modal-form__thanks-application-feedback-description {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 40px
}

.modal-form__thanks-application-feedback .modal-form__thanks-application-btn {
    margin: 0 auto;
    border-radius: 8px;
    padding: 16px 53px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #4e97ed
}

.modal-form__thanks-application-feedback .modal-form__thanks-application-btn-cross {
    position: absolute;
    top: 9%;
    right: 7%;
    width: 16px;
    height: 16px
}

.moderation-complaint {
    margin: 0 0 60px 0
}

.moderation-complaint__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
    margin: 0 0 32px 0;
    color: #062549
}

.moderation-complaint__filters {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 0 0 64px 0;
    -webkit-box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    box-shadow: 0 8px 8px 0 rgba(24,29,81,.1)
}

.moderation-complaint__filters form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% + 24px);
    margin: 0 -12px
}

.moderation-complaint__filters__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 24px);
    margin: 0 12px 24px
}

.moderation-complaint__filters__column__title {
    font-size: 16px;
    font-weight: 500;
    color: #062549;
    margin: 0 0 12px 0
}

.moderation-complaint__filters__column__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.moderation-complaint__filters__column__label .datepicker {
    width: 100%!important
}

.moderation-complaint__filters__column__label input {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__label input:focus {
    border-color: #062549
}

.moderation-complaint__filters__column__label input:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-complaint__filters__column__label input:focus::-moz-placeholder {
    opacity: 0
}

.moderation-complaint__filters__column__label input:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__filters__column__label input:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__filters__column__label input:focus::placeholder {
    opacity: 0
}

.moderation-complaint__filters__column__label input:hover {
    border-color: #062549
}

.moderation-complaint__filters__column__label input.error {
    border-color: red
}

.moderation-complaint__filters__column__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moderation-complaint__filters__column__rating label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.moderation-complaint__filters__column__rating input {
    width: 32px;
    height: 32px;
    margin: 0 0 8px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #062549;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.moderation-complaint__filters__column__rating input::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #062549;
    z-index: 1;
    font-size: 16px;
    background-color: #ddedff;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__filters__column__rating input:checked {
    border-color: transparent
}

.moderation-complaint__filters__column__rating input:checked::after {
    opacity: 1
}

.moderation-complaint__filters__column__rating span {
    font-size: 14px;
    font-weight: 500;
    color: #062549
}

.moderation-complaint .select {
    position: relative;
    width: 100%;
    z-index: 10
}

.moderation-complaint .select:nth-child(1) {
    margin: 0 0 27px 0
}

.moderation-complaint .select--opened .select__value {
    border-color: #062549
}

.moderation-complaint .select--opened .select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.moderation-complaint .select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint .select__value:hover {
    border-color: #062549
}

.moderation-complaint .select__value.error {
    border-color: red
}

.moderation-complaint .select__value span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8)
}

.moderation-complaint .select__list {
    display: none;
    position: absolute;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.15)
}

.moderation-complaint .select__list__container {
    padding: 0 5px 0 0;
    max-height: 174px;
    overflow-y: scroll
}

.moderation-complaint .select__list__container::-webkit-scrollbar {
    width: 4px
}

.moderation-complaint .select__list__container::-webkit-scrollbar-track {
    background: 0 0
}

.moderation-complaint .select__list__container::-webkit-scrollbar-thumb {
    background-color: rgba(6,37,73,.2);
    border-radius: 20px
}

.moderation-complaint .select__list__item {
    cursor: pointer;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #062549;
    background-color: transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint .select__list__item:hover {
    background-color: rgba(6,37,73,.05)
}

.moderation-complaint .select__list__item:active {
    background-color: #ddedff
}

.moderation-complaint .select__list__item:disabled {
    background-color: rgba(6,37,73,.15);
    color: rgba(6,37,73,.15)
}

.moderation-complaint .select__list__item--checked {
    background-color: #ddedff
}

.moderation-complaint__list {
    margin: 0 0 64px 0
}

.moderation-complaint__list__item {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 0 0 32px 0;
    -webkit-box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moderation-complaint__list__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -6px
}

.moderation-complaint__list__item__info .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 12px);
    margin: 0 6px 16px
}

.moderation-complaint__list__item__info .label:last-child {
    width: 100%;
    margin: 0 6px
}

.moderation-complaint__list__item__info .label:last-child input {
    min-height: 150px
}

.moderation-complaint__list__item__info .label__title {
    font-size: 14px;
    font-weight: 500;
    color: #062549;
    margin: 0 0 6px 0
}

.moderation-complaint__list__item__info input {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info input:focus {
    border-color: #062549
}

.moderation-complaint__list__item__info input:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info input:focus::-moz-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info input:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info input:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info input:focus::placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info input:hover {
    border-color: #062549
}

.moderation-complaint__list__item__info input:-moz-read-only {
    border-color: rgba(6,37,73,.2)
}

.moderation-complaint__list__item__info input:read-only {
    border-color: rgba(6,37,73,.2)
}

.moderation-complaint__list__item__info input.error {
    border-color: red
}

.moderation-complaint__list__item__info textarea {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    min-height: 150px;
    resize: none
}

.moderation-complaint__list__item__info textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-complaint__list__item__info textarea:focus {
    border-color: #062549
}

.moderation-complaint__list__item__info textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info textarea:focus::-moz-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info textarea:focus::placeholder {
    opacity: 0
}

.moderation-complaint__list__item__info textarea:hover {
    border-color: #062549
}

.moderation-complaint__list__item__info textarea.error {
    border-color: red
}

.moderation-complaint__list__item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(25% - 24px)
}

.moderation-complaint__list__item__btn .btn-lightblue {
    width: 100%;
    margin: 0 0 16px 0
}

.moderation-complaint__list__item__btn .btn-grey {
    width: 100%
}

.moderation-complaint__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.moderation-complaint__approve-delete {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1010;
    display: none
}

.moderation-complaint__approve-delete__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px
}

.moderation-complaint__approve-delete__wrapper .moderation-complaint__approve-delete__title {
    text-align: center;
    max-width: 343px;
    color: #062549;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 16px 0
}

.moderation-complaint__approve-delete__wrapper .btn-grey {
    margin: 0 0 16px 0;
    width: 343px
}

.moderation-complaint__approve-delete__wrapper .btn-lightblue {
    width: 343px
}

.moderation-complaint__approve-delete__overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 100lvh;
    background-color: rgba(0,0,0,.6);
    z-index: -1
}

.moderation-reviews {
    margin: 0 0 60px 0
}

.moderation-reviews__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
    margin: 0 0 32px 0;
    color: #062549
}

.moderation-reviews__filters {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 0 0 64px 0;
    -webkit-box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    box-shadow: 0 8px 8px 0 rgba(24,29,81,.1)
}

.moderation-reviews__filters form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px
}

.moderation-reviews__filters__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 24px);
    margin: 0 12px 24px
}

.moderation-reviews__filters__column:nth-child(3) {
    margin-right: calc(25% - 36px)
}

.moderation-reviews__filters__column__title {
    font-size: 16px;
    font-weight: 500;
    color: #062549;
    margin: 0 0 12px 0
}

.moderation-reviews__filters__column__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.moderation-reviews__filters__column__label .datepicker {
    width: 100%!important
}

.moderation-reviews__filters__column__label input {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.4);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__label input:focus {
    border-color: #062549
}

.moderation-reviews__filters__column__label input:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-reviews__filters__column__label input:focus::-moz-placeholder {
    opacity: 0
}

.moderation-reviews__filters__column__label input:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__filters__column__label input:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__filters__column__label input:focus::placeholder {
    opacity: 0
}

.moderation-reviews__filters__column__label input:hover {
    border-color: #062549
}

.moderation-reviews__filters__column__label input.error {
    border-color: red
}

.moderation-reviews__filters__column__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moderation-reviews__filters__column__rating label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.moderation-reviews__filters__column__rating input {
    width: 32px;
    height: 32px;
    margin: 0 0 8px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #062549;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__rating input::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #062549;
    z-index: 1;
    font-size: 16px;
    background-color: #ddedff;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__filters__column__rating input:checked {
    border-color: transparent
}

.moderation-reviews__filters__column__rating input:checked::after {
    opacity: 1
}

.moderation-reviews__filters__column__rating span {
    font-size: 14px;
    font-weight: 500;
    color: #062549
}

.moderation-reviews .select {
    position: relative;
    width: 100%;
    z-index: 10
}

.moderation-reviews .select:nth-child(1) {
    margin: 0 0 27px 0
}

.moderation-reviews .select--opened .select__value {
    border-color: #062549
}

.moderation-reviews .select--opened .select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.moderation-reviews .select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews .select__value:hover {
    border-color: #062549
}

.moderation-reviews .select__value.error {
    border-color: red
}

.moderation-reviews .select__value span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8)
}

.moderation-reviews .select__list {
    display: none;
    position: absolute;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.15)
}

.moderation-reviews .select__list__container {
    padding: 0 5px 0 0;
    max-height: 174px;
    overflow-y: scroll
}

.moderation-reviews .select__list__container::-webkit-scrollbar {
    width: 4px
}

.moderation-reviews .select__list__container::-webkit-scrollbar-track {
    background: 0 0
}

.moderation-reviews .select__list__container::-webkit-scrollbar-thumb {
    background-color: rgba(6,37,73,.2);
    border-radius: 20px
}

.moderation-reviews .select__list__item {
    cursor: pointer;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #062549;
    background-color: transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews .select__list__item:hover {
    background-color: rgba(6,37,73,.05)
}

.moderation-reviews .select__list__item:active {
    background-color: #ddedff
}

.moderation-reviews .select__list__item:disabled {
    background-color: rgba(6,37,73,.15);
    color: rgba(6,37,73,.15)
}

.moderation-reviews .select__list__item--checked {
    background-color: #ddedff
}

.moderation-reviews__list {
    margin: 0 0 64px 0
}

.moderation-reviews__list__item {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 0 0 32px 0;
    -webkit-box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    box-shadow: 0 8px 8px 0 rgba(24,29,81,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moderation-reviews__list__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 -6px
}

.moderation-reviews__list__item__info .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 12px);
    margin: 0 6px 16px
}

.moderation-reviews__list__item__info .label:last-child {
    width: 100%;
    margin: 0 6px
}

.moderation-reviews__list__item__info .label__title {
    font-size: 14px;
    font-weight: 500;
    color: #062549;
    margin: 0 0 6px 0
}

.moderation-reviews__list__item__info input {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info input:focus {
    border-color: #062549
}

.moderation-reviews__list__item__info input:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info input:focus::-moz-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info input:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info input:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info input:focus::placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info input:hover {
    border-color: #062549
}

.moderation-reviews__list__item__info input:-moz-read-only {
    border-color: rgba(6,37,73,.2)
}

.moderation-reviews__list__item__info input:read-only {
    border-color: rgba(6,37,73,.2)
}

.moderation-reviews__list__item__info input.error {
    border-color: red
}

.moderation-reviews__list__item__info textarea {
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    border-radius: 8px;
    border: 1px solid rgba(6,37,73,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    min-height: 150px;
    resize: none
}

.moderation-reviews__list__item__info textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(6,37,73,.8);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.moderation-reviews__list__item__info textarea:focus {
    border-color: #062549
}

.moderation-reviews__list__item__info textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info textarea:focus::-moz-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info textarea:focus::placeholder {
    opacity: 0
}

.moderation-reviews__list__item__info textarea:hover {
    border-color: #062549
}

.moderation-reviews__list__item__info textarea.error {
    border-color: red
}

.moderation-reviews__list__item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(25% - 24px)
}

.moderation-reviews__list__item__btn .btn-lightblue {
    width: 100%;
    margin: 0 0 16px 0
}

.moderation-reviews__list__item__btn .btn-grey {
    width: 100%
}

.moderation-reviews__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.moderation-reviews__approve-delete {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1010;
    display: none
}

.moderation-reviews__approve-delete__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px
}

.moderation-reviews__approve-delete__wrapper .moderation-reviews__approve-delete__title {
    text-align: center;
    max-width: 343px;
    color: #062549;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 16px 0
}

.moderation-reviews__approve-delete__wrapper .btn-grey {
    margin: 0 0 16px 0;
    width: 343px
}

.moderation-reviews__approve-delete__wrapper .btn-lightblue {
    width: 343px
}

.moderation-reviews__approve-delete__overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 100lvh;
    background-color: rgba(0,0,0,.6);
    z-index: -1
}

.news {
    color: #062549;
    margin-bottom: 140px
}

.news__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%
}

.news .news__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 60px 0
}

.news .news__slide {
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 265px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff
}

.news .news__link {
    min-height: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #062549
}

.news .news__link .news__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.news .news__link .news__item__info .news__item__info__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.news .news__link .news__item__info .news__item__info__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal
}

.news .news__link .news__item__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #666
}

.news .news__btnblue {
    margin: 0 auto;
    max-width: 160px
}

.news-page {
    margin-bottom: 140px;
    color: #062549
}

.news-page__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.news-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px
}

.news-page__list .news-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.05);
    background: #fff
}

.news-page__list .news-page__item-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.news-page__list .news-page__item-description {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 8px
}

.news-page__list span {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #666
}

.news-page .news-page__btn {
    margin: 0 auto;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #4e97ed
}

.not-found {
    margin-bottom: 140px
}

.not-found__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 80px
}

.not-found__content {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    max-width: 694px
}

.not-found .not-found__image {
    margin: 0
}

.not-found .not-found__btn {
    padding: 12px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.partners {
    color: #062549;
    margin-bottom: 80px
}

.partners__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.partners .swiper {
    overflow: visible
}

.partners__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.partners .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 46px;
    max-width: 346px;
    width: auto !important;
    height: 140px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 -4px 50px 0 rgba(0,0,0,.05);
    box-shadow: 0 -4px 50px 0 rgba(0,0,0,.05)
}

.partners .swiper-slide img,.partners .swiper-slide svg {
    width: 100%;
    height: auto
}

.plumber {
    margin-bottom: 140px;
    color: #062549
}

.plumber__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.plumber__title span {
    color: #4e97ed
}

.plumber .plumber__price {
    margin-bottom: 60px
}

.plumber .plumber__wrapper-content {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 20px 26px
}

.plumber__price__list {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8ebaec #fff
}

.plumber__price__list::-webkit-scrollbar {
    margin-right: 5px;
    width: 40px;
    height: 10px
}

.plumber__price__list::-webkit-scrollbar-track {
    background-color: #f9f9fd
}

.plumber__price__list::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#00c6fb),to(#005bea));
    background: linear-gradient(180deg,#00c6fb,#005bea);
    border-radius: 10px
}

.plumber__price__list .plumber__price__item {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.plumber__price__list .plumber__price__item .plumber__price__item-title {
    font-size: 18px;
    line-height: 120%
}

.plumber__price__list .plumber__price__item .plumber__price__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.plumber__price__list .plumber__price__item .plumber__price__item__content .plumber__price__item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.plumber__price__list .plumber__price__item .plumber__price__item__content .plumber__price__item__price .plumber__price__item__price-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #175cab
}

.plumber__price__list .plumber__price__item .plumber__price__item__content .plumber__price__item__price .plumber__price__item__price-quantity {
    font-size: 18px;
    line-height: 120%;
    color: #175cab;
    opacity: .5
}

.plumber__price__list .plumber__price__item .plumber__price__item__content .plumber__price__item-btn {
    margin-right: 20px;
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    background: linear-gradient(225deg,#18eb58 0,#368bef 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.plumber__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.plumber__services .plumber__services-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%
}

.plumber__services .plumber__services__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.plumber__services .plumber__services__list .plumber__services__item {
    border: 1px solid #d1d1d1;
    border-radius: 12px
}

.plumber__services .plumber__services__list .plumber__services__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 20px;
    color: #062549
}

.plumber__services .plumber__services__list .plumber__services__item a:hover {
    color: #4e97ed
}

.plumber__services .plumber__services__list .plumber__services__item a:active {
    color: #175cab
}

.plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-image {
    width: 40px;
    height: 40px
}

.plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-title {
    font-size: 20px;
    line-height: 120%
}

.plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-title-gray {
    font-size: 20px;
    line-height: 120%;
    color: #666
}

.plumbing-block {
    display: block;
    margin-bottom: 60px
}

.plumbing-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.plumbing-block__image {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%
}

.plumbing-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.privacy-policy {
    margin-bottom: 140px;
    color: #062549
}

.privacy-policy__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 40px
}

.privacy-policy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.privacy-policy__content .subtitle {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px
}

.privacy-policy__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.privacy-policy__content ul .privacy-policy__processing-information__item-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.privacy-policy__content ul .privacy-policy__processing-information__item-list-column {
    padding: 0 0 0 70px
}

.privacy-policy__content ul .privacy-policy__processing-information__item-list-column span {
    min-width: auto
}

.privacy-policy__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%
}

.privacy-policy__content ul li .blocking-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px
}

.privacy-policy__content ul li span {
    min-width: 45px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #4e97ed
}

.privacy-policy__content ul li p {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%
}

.reasons {
    margin-bottom: 140px;
    color: #062549
}

.reasons__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.reasons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.reasons__list .reasons__item {
    max-width: 438px;
    width: 265px;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: rgba(244,91,105,.1);
    height: auto
}

.reasons__list .reasons__item .reasons__item-image {
    width: 60px;
    height: 60px
}

.reasons__list .reasons__item .reasons__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    padding-right: 40px
}

.region {
    margin-bottom: 140px;
    color: #062549
}

.region__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px
}

.region__district__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px
}

.region__district__list .region__district__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.region__district__list .region__district__item:hover {
    border-color: #4e97ed
}

.region__district__list .region__district__item:hover .region__district__link {
    color: #4e97ed
}

.region__district__list .region__district__item .region__district__link {
    width: 100%;
    padding: 8px;
    text-align: center;
    line-height: 125%;
    color: #062549;
    border: 1px solid #666;
    border-radius: 8px
}

.region__district__list .region__district__item .region__district__link--active {
    border-radius: 8px;
    background-color: #4e97ed;
    border: none;
    color: #fff
}

.region__district__list .region__district__item .region__district__link--active:hover {
    color: #fff
}

.region__geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.region__geo svg {
    min-width: 22px
}

.region__geo .region__geo__text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px
}

.region__geo .region__geo__text a {
    color: #4e97ed;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.region__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(5,auto);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    grid-auto-flow: column;
    width: 100%
}

.region__list .region__item__link {
    line-height: 125%;
    color: #062549;
    opacity: .5
}

.region__list .region__item__link:hover {
    opacity: 1
}

.region .region__links__container {
    display: none
}

.region .region__links__container--active {
    display: block
}

.replacement {
    margin-bottom: 140px;
    color: #062549
}

.replacement__wrapper .replacement__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.replacement__wrapper .replacement__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.replacement__wrapper .replacement__item,.replacement__wrapper .replacement__item-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    max-width: 360px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background: #fff
}

.replacement__wrapper .replacement__item-active__header,.replacement__wrapper .replacement__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.replacement__wrapper .replacement__item-active__header .replacement__item__span,.replacement__wrapper .replacement__item__header .replacement__item__span {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%
}

.replacement__wrapper .replacement__item-active__header .replacement__item__span-active,.replacement__wrapper .replacement__item__header .replacement__item__span-active {
    border-radius: 8px;
    padding: 7px 23px;
    line-height: 125%;
    color: #fff;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%)
}

.replacement__wrapper .replacement__item .replacement__item-active .replacement__item__span,.replacement__wrapper .replacement__item-active .replacement__item-active .replacement__item__span {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.replacement__wrapper .replacement__item .replacement__item__text,.replacement__wrapper .replacement__item-active .replacement__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.replacement__wrapper .replacement__item .replacement__item__years,.replacement__wrapper .replacement__item-active .replacement__item__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.replacement__wrapper .replacement__item .replacement__item__years-span,.replacement__wrapper .replacement__item-active .replacement__item__years-span {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #175cab
}

.replacement__wrapper .replacement__item .replacement__item__description-guarantee,.replacement__wrapper .replacement__item .replacement__item__description-text,.replacement__wrapper .replacement__item-active .replacement__item__description-guarantee,.replacement__wrapper .replacement__item-active .replacement__item__description-text {
    font-size: 14px;
    line-height: 125%
}

.replacement__wrapper .replacement__item .replacement__item__description,.replacement__wrapper .replacement__item-active .replacement__item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.replacement__wrapper .replacement__item-active {
    border: 5px solid #4e97ed
}

.replacement .replacement__item-active .replacement__item__span {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.reviews {
    background-color: rgba(88,161,246,.05);
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
    color: #062549
}

.reviews__wrapper {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

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

.reviews__header .reviews__title {
    font-weight: 500;
    line-height: 120%;
    font-size: clamp(24px,5vw,44px)
}

.reviews__header .reviews__counter {
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.reviews__header .reviews__counter .reviews__counter__num {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #4e97ed
}

.reviews__header .reviews__counter .reviews__counter__point {
    font-size: 32px;
    line-height: 120%
}

.reviews__header .reviews__counter .reviews__counter__reviews {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #666;
    opacity: .5
}

.reviews__body .reviews__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.reviews__body .reviews__item {
    width: 100%;
    margin-bottom: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 25px;
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.reviews__body .reviews__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__body .reviews__item__header__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.reviews__body .reviews__item__header .reviews__item__initial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05);
    color: #4e97ed
}

.reviews__body .reviews__item__header .reviews__item__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.reviews__body .reviews__item__header .reviews__item__header__application_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 125%;
    text-align: right
}

.reviews__body .reviews__item__header .reviews__item__header__application_number .number {
    color: #4e97ed
}

.reviews__body .reviews__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.reviews__body .reviews__item__body__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.reviews__body .reviews__item__body__stars span {
    font-size: 22px;
    line-height: 120%
}

.reviews__body .reviews__item__body__stars figure {
    margin-left: 8px
}

.reviews__body .reviews__item__body__content {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.reviews__body .reviews__item__body__content--active {
    display: block;
    overflow: visible;
    max-height: none
}

.reviews__body .reviews__item__body__content__link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #4e97ed
}

.reviews .reviews__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    gap: 40px
}

.reviews .reviews__links .reviews__links__add-review {
    padding: 15px 23px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.reviews .reviews__links .reviews__links__all-reviews {
    padding: 15px 45.5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.reviews-list {
    padding-bottom: 80px
}

.reviews-list__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #062549;
    margin-bottom: 60px
}

.reviews-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.reviews-list .reviews-list__wrapper {
    width: calc(100% - 0px)
}

.reviews-list .reviews-list__list {
    max-width: 700px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
    margin-bottom: 40px
}

.reviews-list .reviews-list__list .reviews-list__item {
    width: 100%;
    margin-bottom: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 25px;
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.reviews-list .reviews-list__btn {
    color: #4e97ed;
    font-size: 18px;
    line-height: 120%;
    margin: 0 auto
}

.reviews-list .reviews-list__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-list .reviews-list__item__header__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.reviews-list .reviews-list__item__header .reviews-list__item__initial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05);
    color: #4e97ed
}

.reviews-list .reviews-list__item__header .reviews-list__item__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.reviews-list .reviews-list__item__header .reviews-list__item__header__application_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 125%;
    text-align: right
}

.reviews-list .reviews-list__item__header .reviews-list__item__header__application_number .number {
    color: #4e97ed
}

.reviews-list .reviews-list__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.reviews-list .reviews-list__item__body__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.reviews-list .reviews-list__item__body__stars span {
    font-size: 22px;
    line-height: 120%
}

.reviews-list .reviews-list__item__body__stars figure {
    margin-left: 8px
}

.reviews-list .reviews-list__item__body__content {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.reviews-list .reviews-list__item__body__content--active {
    display: block;
    overflow: visible;
    max-height: none
}

.reviews-list .reviews-list__item__body__content__link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #4e97ed
}

.reviews-list__result {
    border-radius: 20px;
    padding: 30px;
    background: rgba(88,161,246,.05);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 400px
}

.reviews-list__result .reviews-list__result__top__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.reviews-list__result .reviews-list__result__top__counter span {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #4e97ed
}

.reviews-list__result .reviews-list__result__top__counter .reviews-list__result__top__stars svg {
    width: 16px;
    height: 16px
}

.reviews-list__result .reviews-list__result__top__quantity {
    font-size: 20px;
    line-height: 120%;
    opacity: .5;
    margin-bottom: 30px
}

.reviews-list__result .reviews-list__result__bottom__statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.reviews-list__result .reviews-list__result__bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.reviews-list__result .reviews-list__result__bottom__item .review-count,.reviews-list__result .reviews-list__result__bottom__item .review-label {
    max-width: 70px;
    line-height: 125%
}

.reviews-list__result .reviews-list__result__bottom__item .review-label .review-bar {
    max-width: 697px;
    width: 222px;
    height: 4px;
    line-height: 125%
}

.reviews-list__result .reviews-list__result__bottom ul li span:nth-of-type(1) {
    padding: 0 12px 0 0
}

.reviews-list__result .reviews-list__result__top__button {
    padding: 16px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    width: 100%;
    margin-bottom: 30px
}

.rosstat {
    position: relative;
    border-bottom: 2px solid #4e97ed;
    border-top: 2px solid #4e97ed;
    color: #062549;
    margin-bottom: 140px
}

.rosstat__wrapper {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.rosstat__header {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.rosstat__header .rosstat__header__image {
    width: 113px;
    height: 92px
}

.rosstat__header .rosstat__header__content {
    padding: 18px 0 17px
}

.rosstat__header .rosstat__header__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 6px
}

.rosstat__header .rosstat__header__description {
    font-size: 14px;
    line-height: 120%
}

.rosstat__body {
    max-width: 729px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.rosstat__body .rosstat__body__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%
}

.rosstat__body .rosstat__body__description {
    font-size: 18px;
    line-height: 140%
}

.rosstat__background {
    max-width: 608px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.rosstat__background svg {
    width: 100%;
    height: 100%
}

.services {
    color: #062549;
    margin-bottom: 140px
}

.services__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

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

.services__list .services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff
}

.services__list .services__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.services__list .services__item__header .services__item__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%
}

.services__list .services__item__header .services__item__title span {
    color: #4e97ed
}

.services__list .services__item__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 125%
}

.services__list .services__item__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 14px;
    line-height: 125%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.services__list .services__item__list__item p {
    padding-left: 22px
}

.services__list .services__item__list__item:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../img/complete.svg)
}

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

.services .services__prices__footer .services__prices__old_price {
    font-size: 18px;
    line-height: 120%;
    text-decoration: line-through;
    color: #666
}

.services .services__prices__footer .services__prices__new_price {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    background: linear-gradient(225deg,#2fc6e7 0,#4e97ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.services .services__prices__footer .services__prices__old_price-opacity {
    font-size: 18px;
    line-height: 120%;
    opacity: 0
}

.services .services__btn {
    padding: 12px 39px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.services .services__item__image {
    width: 80px;
    height: 80px
}

.thanks {
    margin-bottom: 140px
}

.thanks__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.thanks__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%
}

.thanks .thanks__swiper {
    width: calc(100% - 128px)
}

.thanks .thanks__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
    margin-right: 16px
}

.thanks .thanks__slide .thanks__image {
    border-radius: 20px;
    background: rgba(88,161,246,.1);
    padding: 10px;
    max-width: 320px;
    width: 100%;
    height: 431px
}

.thanks .thanks__slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #062549;
    opacity: .5
}

.thanks .thanks__btn {
    padding: 16px 24px;
    margin: 0 auto;
    max-width: 242px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.thanks .swiper-button-next {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.thanks .swiper-button-next:hover {
    background: rgba(88,161,246,.15)
}

.thanks .swiper-button-next::after {
    content: none
}

.thanks .swiper-button-prev {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(88,161,246,.05)
}

.thanks .swiper-button-prev:hover {
    background: rgba(88,161,246,.15)
}

.thanks .swiper-button-prev::after {
    content: none
}

.thanks-list {
    margin-bottom: 140px
}

.thanks-list__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.thanks-list__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 60px
}

.thanks-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.thanks-list__image {
    border-radius: 20px;
    padding: 10px;
    background: rgba(88,161,246,.1)
}

.thanks-list__image .thanks-list__img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.thanks-list__text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 125%;
    opacity: .5
}

.thanks-list__btn {
    padding: 16px 24px;
    margin: 0 auto;
    max-width: 242px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%
}

.title-certificate__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px
}

.working {
    color: #062549;
    margin-bottom: 140px
}

.working__title {
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 120%;
    margin-bottom: 3.75rem
}

.working__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.working__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 346px;
    flex: 1 1 346px;
    max-width: 100%;
    width: 100%
}

.working__item .working__item__arrow__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 346px;
    width: 100%
}

.working__item .working__item__arrow__wrapper .svg__mobile {
    display: none
}

.working__item .working__item__arrow__wrapper-long {
    max-width: 540px;
    width: 100%
}

.working__item .working__item__number {
    font-weight: 300;
    font-size: 3.75rem;
    line-height: 100%;
    color: #4e97ed
}

.working .working__item__text {
    padding-right: 10px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 125%;
    width: 100%
}

.breadcrumb {
    margin-top: 100px;
    padding: 0 0 16px;
    background-color: transparent;
    position: relative;
    z-index: 10
}

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

.breadcrumb__item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #595959;
    padding: 0 12px 0 0;
    position: relative;
    margin: 0 8px 0 0
}

.breadcrumb__item a::after {
    content: "/";
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: #595959;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb__item:last-child {
    opacity: .5
}

.breadcrumb__item:last-child a::after {
    content: none
}

.breadcrumb-grey {
    padding: 24px 0 16px;
    background-color: transparent
}

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

.breadcrumb-grey__item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0;
    color: #062549;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding: 0 12px 0 0;
    position: relative;
    margin: 0 8px 0 0
}

.breadcrumb-grey__item a::after {
    content: "/";
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0;
    color: #062549;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb-grey__item:last-child a::after {
    content: none
}

@media (max-width: 1279px) {
    .wrapper {
        padding:0 64px
    }

    .accreditation .accreditation__image {
        width: 345px;
        height: 245px;
        -webkit-transform: translate(-5%,-42%);
        -ms-transform: translate(-5%,-42%);
        transform: translate(-5%,-42%)
    }

    .articles .articles__item__img {
        width: 210px;
        height: 180px
    }

    .articles-page__item {
        width: 424px
    }

    .articles-page__item .articles-page__item__info {
        min-width: 260px
    }

    .certificate .certificate__slide {
        width: 280px
    }

    .certificate .swiper-button-next {
        -webkit-transform: translate(-100%,-150%);
        -ms-transform: translate(-100%,-150%);
        transform: translate(-100%,-150%)
    }

    .certificate .swiper-button-prev {
        -webkit-transform: translate(100%,-150%);
        -ms-transform: translate(100%,-150%);
        transform: translate(100%,-150%)
    }

    .complaint__wrapper {
        padding: 60px 64px
    }

    .complaint__wrapper .complaint__content {
        max-width: 756px
    }

    .footer {
        padding: 60px 64px
    }

    .masters .swiper-button-next {
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0)
    }

    .masters .swiper-button-prev {
        -webkit-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        transform: translate(100%,0)
    }

    .moderation-complaint__title {
        font-size: 34px
    }

    .moderation-reviews__title {
        font-size: 34px
    }

    .news .news__slide {
        max-width: 285px
    }

    .news .news__slide:last-child {
        display: none
    }

    .reasons__list {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .reasons__list .reasons__item {
        width: 100%
    }

    .reviews-list__result {
        width: 450px
    }

    .rosstat__wrapper {
        padding: 60px 48px
    }

    .thanks .thanks__slide {
        width: 280px
    }

    .thanks .swiper-button-next {
        -webkit-transform: translate(-100%,-150%);
        -ms-transform: translate(-100%,-150%);
        transform: translate(-100%,-150%)
    }

    .thanks .swiper-button-prev {
        -webkit-transform: translate(100%,-150%);
        -ms-transform: translate(100%,-150%);
        transform: translate(100%,-150%)
    }

    .working__item .working__item__arrow__wrapper {
        max-width: 272px
    }

    .working__item .working__item__arrow__wrapper-long {
        width: 272px
    }
}

@media (max-width: 1024px) {
    .wrapper {
        padding:0 48px
    }

    body {
        padding: 143px 0 0 0
    }

    main {
        padding: 60px 0 0 0
    }

    main {
        padding: 84px 0 0 0
    }

    .about__container {
        padding: 0 48px
    }

    .about__title {
        margin-bottom: 60px
    }

    .about__description {
        max-width: 500px
    }

    .about .about__title-maintenance {
        margin-bottom: 60px
    }

    .about__image__bg {
        -webkit-transform: translate(14%,-6%);
        -ms-transform: translate(14%,-6%);
        transform: translate(14%,-6%)
    }

    .about .about__container__description {
        gap: 60px
    }

    .about-form {
        padding: 0 48px
    }

    .about-form__container {
        padding: 60px
    }

    .about-form__title {
        text-align: left
    }

    .about-form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-form-wrapper label {
        width: 49%
    }

    .about-form-wrapper input {
        padding: 16px 20px
    }

    .about-form-wrapper button {
        width: 18%
    }

    .about-form-select {
        width: 80%
    }

    .about-form-select__list {
        width: 100%
    }

    .accreditation .accreditation__image {
        width: 293px;
        height: 204px;
        -webkit-transform: translate(-9%,-62%);
        -ms-transform: translate(-9%,-62%);
        transform: translate(-9%,-62%)
    }

    .application-form__container {
        padding: 60px
    }

    .application-form__title {
        text-align: left
    }

    .application-form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .application-form-wrapper label {
        width: 49%
    }

    .application-form-wrapper input {
        padding: 16px 20px
    }

    .application-form-wrapper button {
        width: 18%
    }

    .application-form-select {
        width: 80%
    }

    .application-form-select__list {
        width: 100%
    }

    .article__content {
        max-width: 576px
    }

    .article__content .article__image {
        width: 50%
    }

    .article__content__wrapper .blockfive__desc {
        width: 50%
    }

    .articles .articles__item__img {
        max-width: 140px;
        min-width: 140px;
        width: 100%;
        height: 140px
    }

    .certificate {
        margin-bottom: 80px
    }

    .certificate .certificate__swiper {
        width: calc(100% - 165px)
    }

    .certificate .certificate__slide {
        width: 240px
    }

    .certificate .certificate__image {
        width: 240px;
        height: 323px
    }

    .certificates .certificate__image {
        max-width: 285px;
        max-height: 387px
    }

    .complaint__wrapper {
        padding: 60px 48px;
        gap: 20px
    }

    .complaint__wrapper .complaint__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        max-width: 672px
    }

    .complaint__wrapper .complaint__content .complaint__content__title {
        margin: 0
    }

    .complaint__wrapper .complaint__content .complaint__content__text {
        margin: 0
    }

    .complaint .complaint__left__image {
        display: none
    }

    .complaint .complaint__right__image {
        display: none
    }

    .footer {
        padding: 60px 0
    }

    .guarantees .guarantees__bg__header {
        right: 10%
    }

    .header__top__information__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 6px
    }

    .header__top__information__wrapper .header__top__information {
        grid-column: 1;
        grid-row: 1;
        justify-self: center
    }

    .header__top__information__wrapper .header__top__address {
        grid-column: 1;
        grid-row: 2;
        font-size: 14px
    }

    .header__top__information__wrapper .header__top__address-info {
        white-space: nowrap
    }

    .header__top__information__wrapper .header__top__address-time {
        white-space: nowrap
    }

    .header__top__information__wrapper .header__top__contact {
        grid-column: 2;
        grid-row: 1/span 2;
        justify-self: end
    }

    .header-form__title {
        text-align: left
    }

    .modal-form__title {
        text-align: left
    }

    .moderation-complaint__title {
        font-size: 30px
    }

    .moderation-reviews__title {
        font-size: 30px
    }

    .reviews {
        padding: 60px 0
    }

    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .reviews-list__result .reviews-list__result__bottom__statistics {
        max-width: 400px
    }

    .rosstat__wrapper {
        padding: 60px 48px
    }

    .rosstat__background {
        right: -3%
    }

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

    .thanks {
        margin-bottom: 80px
    }

    .thanks .thanks__swiper {
        width: calc(100% - 165px)
    }

    .thanks .thanks__slide {
        width: 240px
    }

    .thanks .thanks__slide .thanks__image {
        width: 240px;
        height: 323px
    }

    .working__item {
        max-width: 272px
    }
}

@media (max-width: 1024px) and (max-width:550px) {
    .services__list .services__item__list {
        margin:0 0 20px
    }
}

@media (max-width: 992px) {
    .about .about__container__description {
        gap:40px
    }

    .about-advantages__title {
        font-size: 40px
    }

    .about-advantages .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .about-form__container {
        padding: 40px
    }

    .about-form-wrapper label {
        width: 48%
    }

    .about-form-wrapper button {
        width: 20%
    }

    .about-form-select {
        width: 76%
    }

    .advantages__title {
        font-size: 40px
    }

    .advantages .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .application-form__container {
        padding: 40px
    }

    .application-form-wrapper label {
        width: 48%
    }

    .application-form-wrapper button {
        width: 20%
    }

    .application-form-select {
        width: 76%
    }

    .article__title {
        font-size: 40px
    }

    .article__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .article__content {
        max-width: 100%
    }

    .article .article__nav__header .article__rotate {
        display: block;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .article__nav {
        top: 160px;
        width: 100%;
        z-index: 1000;
        background-color: #f4f6ff
    }

    .article__nav__list {
        display: none;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }

    .article__nav .article__nav__title {
        padding-top: 10px
    }

    .articles .articles__swiper-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 20px
    }

    .articles .articles__item__img {
        width: 140px;
        height: 140px
    }

    .articles-page__list {
        grid-template-columns: repeat(1,1fr);
        gap: 20px
    }

    .articles-page__item {
        max-width: 100%;
        width: 100%
    }

    .articles-page__item .articles-page__item__img {
        min-width: 140px;
        height: 140px
    }

    .articles-page__item .articles-page__item__info {
        width: 100%
    }

    .certificate__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 120%
    }

    .certificate .swiper-button-next {
        -webkit-transform: translate(-50%,-150%);
        -ms-transform: translate(-50%,-150%);
        transform: translate(-50%,-150%)
    }

    .certificate .swiper-button-prev {
        -webkit-transform: translate(50%,-150%);
        -ms-transform: translate(50%,-150%);
        transform: translate(50%,-150%)
    }

    .certificates .certificate__image {
        max-width: 326px;
        max-height: 443px
    }

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

    .faq__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .guarantees__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .guarantees__list .guarantees__item {
        width: 50%
    }

    .header-form__container {
        border-radius: 40px;
        padding: 60px 60px 80px 60px;
        max-width: 500px
    }

    .header-form__title {
        font-size: 40px;
        line-height: 120%;
        text-align: center
    }

    .heat-meters__list {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .masters .masters__swiper {
        max-width: 840px
    }

    .masters .swiper-button-next {
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .masters .swiper-button-prev {
        -webkit-transform: translate(50%,0);
        -ms-transform: translate(50%,0);
        transform: translate(50%,0)
    }

    .meter-brands__title {
        font-size: 40px;
        margin-bottom: 40px
    }

    .modal-form__container {
        border-radius: 40px;
        padding: 60px 60px 80px 60px;
        max-width: 600px
    }

    .modal-form__title {
        font-size: 40px;
        line-height: 120%;
        text-align: center
    }

    .modal-form .modal-form__formSale {
        border-radius: 40px;
        padding: 0;
        width: 600px;
        height: auto
    }

    .modal-form .modal-form__formSale .modal-form__formSale-title {
        padding: 30px 60px 0
    }

    .news .news__slide {
        max-width: 260px
    }

    .news .news__slide:last-child {
        display: block
    }

    .partners__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 120%
    }

    .plumber__services .plumber__services__list {
        grid-template-columns: repeat(2,1fr)
    }

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

    .region__list {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(9,auto)
    }

    .replacement__wrapper .replacement__title {
        font-size: 40px;
        margin-bottom: 40px
    }

    .replacement__wrapper .replacement__list {
        gap: 12px
    }

    .replacement__wrapper .replacement__item-active__header .replacement__item__span-active,.replacement__wrapper .replacement__item__header .replacement__item__span-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
        font-size: 12px;
        line-height: 120%
    }

    .replacement__wrapper .replacement__item .replacement__item__text,.replacement__wrapper .replacement__item-active .replacement__item__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6px
    }

    .replacement__wrapper .replacement__item .replacement__item__description-guarantee,.replacement__wrapper .replacement__item .replacement__item__description-text,.replacement__wrapper .replacement__item-active .replacement__item__description-guarantee,.replacement__wrapper .replacement__item-active .replacement__item__description-text {
        font-size: 12px;
        line-height: 120%
    }

    .reviews-list__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .reviews-list .reviews-list__wrapper {
        max-width: 100%
    }

    .reviews-list .reviews-list__list {
        max-width: 100%
    }

    .reviews-list__result {
        width: 100%
    }

    .reviews-list__result .reviews-list__result__bottom__statistics {
        max-width: 100%;
        width: 100%
    }

    .reviews-list__result .reviews-list__result__bottom__item .review-label .review-bar {
        width: calc(100% - 70px)
    }

    .services__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 120%
    }

    .thanks__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 120%
    }

    .thanks .swiper-button-next {
        -webkit-transform: translate(-50%,-150%);
        -ms-transform: translate(-50%,-150%);
        transform: translate(-50%,-150%)
    }

    .thanks .swiper-button-prev {
        -webkit-transform: translate(50%,-150%);
        -ms-transform: translate(50%,-150%);
        transform: translate(50%,-150%)
    }

    .thanks-list__title {
        font-size: 40px
    }

    .working__list {
        gap: 15px
    }
}

@media (max-width: 768px) {
    .wrapper {
        padding:0 48px
    }

    body {
        padding: 0
    }

    .about__container {
        padding: 50px 0 0 0
    }

    .about__title {
        max-width: 530px;
        font-size: 42px;
        margin-bottom: 20px
    }

    .about__description {
        max-width: 400px;
        font-size: 18px
    }

    .about .about__title-maintenance {
        font-size: 42px
    }

    .about__image__bg {
        -webkit-transform: translate(21%,5%);
        -ms-transform: translate(21%,5%);
        transform: translate(21%,5%);
        width: 507px;
        height: 427px
    }

    .about .about__container__description .about__image__blocks .home {
        border-radius: 12px;
        padding: 12px;
        width: 124px;
        height: 50px;
        font-size: 22px;
        line-height: 120%
    }

    .about .about__container__description .about__image__blocks .not-take-off {
        border-radius: 12px;
        padding: 12px;
        width: 163px;
        height: 50px;
        font-weight: 500;
        font-size: 22px;
        line-height: 120%
    }

    .about-advantages .swiper-slide {
        padding: 24px
    }

    .about-form {
        padding: 0
    }

    .about-form__title {
        font-size: 32px;
        line-height: 120%
    }

    .about-form-wrapper button {
        width: 24%
    }

    .about-form-select {
        width: 72%
    }

    .about-us-page__subtitle {
        font-size: 32px
    }

    .accreditation__container {
        gap: 20px
    }

    .accreditation__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0
    }

    .accreditation__header .accreditation__title {
        text-align: center
    }

    .accreditation__header .accreditation__header-wrapper {
        display: none
    }

    .accreditation__body {
        max-width: 592px;
        height: 252px
    }

    .accreditation__body .accreditation__body__description {
        width: 592px;
        height: 235px
    }

    .accreditation__body .accreditation__body__description .accreditation__header-wrapper {
        display: block
    }

    .accreditation__body .accreditation__body__description .accreditation__number {
        display: block;
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        text-align: center;
        color: #4e97ed
    }

    .accreditation .accreditation__image {
        margin: -60px auto 0;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 516px;
        height: 360px
    }

    .advantages .swiper-slide {
        padding: 24px
    }

    .application-form__title {
        font-size: 32px;
        line-height: 120%
    }

    .application-form-wrapper button {
        width: 24%
    }

    .application-form-select {
        width: 72%
    }

    .articles__title {
        font-size: 40px;
        margin-bottom: 40px
    }

    .articles .articles__swiper-wrapper {
        margin-bottom: 40px
    }

    .articles .articles__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px
    }

    .certificate__wrapper {
        gap: 40px
    }

    .certificate .certificate__swiper {
        width: calc(100% - 88px)
    }

    .certificate .certificate__slide {
        width: 320px;
        margin-right: 12px
    }

    .certificate .certificate__image {
        width: 320px;
        height: 431px
    }

    .certificate .swiper-button-next {
        display: none
    }

    .certificate .swiper-button-prev {
        display: none
    }

    .certificates__list {
        grid-template-columns: repeat(2,1fr)
    }

    .complaint__wrapper {
        padding: 60px 48px
    }

    .complaint__wrapper .complaint__image {
        max-width: 120px
    }

    .complaint__wrapper .complaint__image img {
        border-radius: 20px
    }

    .complaint__wrapper .complaint__content {
        gap: 20px
    }

    .complaint-form__title {
        font-size: 40px;
        line-height: 120%
    }

    .footer {
        padding: 60px 0
    }

    .footer__container {
        display: grid;
        grid-template-columns: repeat(2,2fr);
        grid-template-rows: repeat(2,auto);
        margin-bottom: 40px
    }

    .footer__container .footer__logo-contact {
        grid-column: 1/span 2;
        grid-row: 1
    }

    .footer__container .footer__company {
        grid-column: 1;
        grid-row: 2
    }

    .footer__container .footer__services {
        grid-column: 2;
        grid-row: 2
    }

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

    .footer .footer__lists__wrap {
        gap: 110px
    }

    .footer__logo-contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .footer__logo-contact .footer__logo__wrap {
        max-width: 316px
    }

    .footer__logo-contact-descr {
        padding-right: 10px
    }

    .footer__logo__contact__wrapper button {
        margin-top: 40px;
        display: block
    }

    .footer__policy__wrap button {
        display: none
    }

    .guarantees__container {
        padding: 40px
    }

    .guarantees__list {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .guarantees__list .guarantees__item {
        width: 100%
    }

    .guarantees__list .guarantees__item-top {
        grid-column: 1/span 2
    }

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

    .header__top {
        border: none
    }

    .header__top .header__btn__top {
        display: block
    }

    .header__top__information__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px
    }

    .header__top__address {
        display: none
    }

    .header__top__information {
        display: none
    }

    .header__top__phone {
        margin: 0
    }

    .header__top .header__top__address-time {
        display: none
    }

    .header__bottom {
        display: none
    }

    .header-form__title {
        font-size: 32px;
        line-height: 120%
    }

    .leave-feedback__title {
        font-size: 40px;
        line-height: 120%
    }

    .masters .swiper-slide {
        min-width: 265px
    }

    .masters .swiper-button-next {
        display: none
    }

    .masters .swiper-button-prev {
        display: none
    }

    .modal-form__title {
        font-size: 32px;
        line-height: 120%
    }

    .moderation-complaint__title {
        font-size: 28px
    }

    .moderation-complaint .select:nth-child(1) {
        margin: 0 0 24px 0
    }

    .moderation-reviews__title {
        font-size: 28px
    }

    .moderation-reviews .select:nth-child(1) {
        margin: 0 0 24px 0
    }

    .news {
        margin-bottom: 60px
    }

    .news__title {
        font-size: 40px
    }

    .news .news__swiper-wrapper {
        padding: 40px 0
    }

    .news-page__title {
        font-size: 40px
    }

    .not-found__title {
        margin-bottom: 60px
    }

    .not-found__content {
        gap: 60px
    }

    .partners__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%
    }

    .partners__swiper-wrapper {
        gap: 12px
    }

    .plumber .plumber__price {
        margin-bottom: 32px
    }

    .plumber .plumber__wrapper-content {
        border-radius: 12px;
        padding: 12px
    }

    .plumber__services .plumber__services__list {
        grid-template-columns: repeat(1,1fr);
        gap: 4px
    }

    .plumber__services .plumber__services__list .plumber__services__item a {
        padding: 12px
    }

    .plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-title {
        font-size: 16px;
        line-height: 125%
    }

    .plumber__services .plumber__services__list .plumber__services__item .plumber__services__item-title-gray {
        font-size: 16px;
        line-height: 125%
    }

    .plumbing-block {
        margin-bottom: 30px
    }

    .privacy-policy__title {
        font-size: 40px;
        margin-bottom: 20px
    }

    .privacy-policy__content .subtitle {
        font-size: 32px;
        line-height: 120%
    }

    .reasons {
        margin-bottom: 100px
    }

    .region__title {
        font-size: 32px;
        line-height: 120%
    }

    .region__district__list {
        gap: 10px
    }

    .replacement__wrapper .replacement__item-active__header .replacement__item__span,.replacement__wrapper .replacement__item__header .replacement__item__span {
        font-size: 22px;
        line-height: 120%
    }

    .reviews {
        padding: 0
    }

    .reviews__wrapper {
        padding: 60px 48px
    }

    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .reviews__body .reviews__list {
        display: grid;
        grid-template-columns: repeat(1,1fr)
    }

    .reviews__body .reviews__item__body__content {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .reviews .reviews__links {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        gap: 12px;
        margin: 0
    }

    .reviews .reviews__links .reviews__links__add-review {
        font-size: 16px;
        line-height: 125%
    }

    .reviews .reviews__links .reviews__links__all-reviews {
        font-size: 16px;
        line-height: 125%
    }

    .reviews-list {
        padding-bottom: 60px
    }

    .reviews-list .reviews-list__item__body__content {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .rosstat__wrapper {
        padding: 60px 48px
    }

    .rosstat__background {
        max-width: 479px
    }

    .services__list .services__item__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .services .services__prices__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 10px
    }

    .services .services__btn {
        padding: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 125%
    }

    .thanks__wrapper {
        gap: 40px
    }

    .thanks .thanks__swiper {
        width: calc(100% - 88px)
    }

    .thanks .thanks__slide {
        width: 320px;
        margin-right: 12px
    }

    .thanks .thanks__slide .thanks__image {
        width: 320px;
        height: 431px
    }

    .thanks .swiper-button-next {
        display: none
    }

    .thanks .swiper-button-prev {
        display: none
    }

    .thanks-list__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .thanks-list__list {
        grid-template-columns: repeat(2,1fr)
    }

    .title-certificate__title {
        font-size: 40px
    }

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

    .working__item {
        max-width: 326px
    }

    .working__item .working__item__arrow__wrapper {
        gap: 15px;
        max-width: 326px
    }

    .working__item .working__item__arrow__wrapper-long {
        width: 100%;
        gap: 12px
    }

    .working__item .working__item__arrow__wrapper-long .svg__desctop {
        display: block
    }
}

@media (max-width: 550px) {
    .wrapper {
        padding:0 16px
    }

    .about {
        margin-bottom: 30px
    }

    .about__container {
        margin-top: 270px;
        padding: 0
    }

    .about__title {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 130%
    }

    .about__description {
        max-width: 100%;
        font-size: 14px;
        line-height: 125%
    }

    .about .about__title-maintenance {
        margin-bottom: 32px;
        font-size: 26px;
        line-height: 130%
    }

    .about__image__bg {
        -webkit-transform: translate(5%,-72%);
        -ms-transform: translate(5%,-72%);
        transform: translate(5%,-72%)
    }

    .about .about__container__description .about__image__blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-35%,-155%);
        -ms-transform: translate(-35%,-155%);
        transform: translate(-35%,-155%)
    }

    .about .about__container__description .about__image__blocks .home {
        border-radius: 12px;
        padding: 10px;
        width: 111px;
        height: 44px;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%
    }

    .about .about__container__description .about__image__blocks .not-take-off {
        border-radius: 12px;
        padding: 10px;
        width: 146px;
        height: 44px;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%
    }

    .about-advantages {
        margin-bottom: 60px
    }

    .about-advantages__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .about-advantages .wrapper {
        padding: 0 16px
    }

    .about-advantages .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px
    }

    .about-advantages .swiper-slide {
        min-width: 260px;
        height: 310px;
        padding: 16px
    }

    .about-advantages .swiper-slide .swiper-slide__title {
        font-size: 18px
    }

    .about-form {
        padding: 0;
        margin-bottom: 32px
    }

    .about-form__container {
        padding: 16px
    }

    .about-form__title {
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 16px
    }

    .about-form-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-form-wrapper label {
        width: 100%
    }

    .about-form-wrapper input {
        padding: 12px
    }

    .about-form-wrapper input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .about-form-wrapper input::-moz-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .about-form-wrapper input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .about-form-wrapper input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .about-form-wrapper input::placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .about-form-wrapper button {
        width: 100%;
        padding: 12px;
        font-size: 18px
    }

    .about-form__policy {
        font-size: 12px;
        line-height: 120%;
        text-align: center
    }

    .about-form-select {
        width: 100%;
        height: 44px
    }

    .about-form-select__list {
        padding: 12px
    }

    .about-form-select__list .about-form-select__item {
        font-size: 14px;
        line-height: 125%
    }

    .about-us-page {
        margin-bottom: 60px
    }

    .about-us-page__subtitle {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px
    }

    .about-us-page__content__wrapper {
        gap: 12px
    }

    .about-us-page__content__wrapper .about-us-page__content {
        gap: 12px
    }

    .about-us-page__content__wrapper .about-us-page__content-links {
        gap: 12px
    }

    .about-us-page__content__wrapper .about-us-page__text {
        font-size: 16px
    }

    .about-us-page__content__wrapper .about-us-page__content-links-list .about-us-page__content-links-item-link {
        font-size: 14px;
        line-height: 125%
    }

    .accreditation {
        margin-bottom: 315px
    }

    .accreditation__container {
        gap: 16px
    }

    .accreditation__header {
        border-radius: 20px;
        padding: 16px
    }

    .accreditation__header .accreditation__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        text-align: center
    }

    .accreditation__body {
        margin: 0
    }

    .accreditation__body .accreditation__body__description {
        width: 100%;
        height: auto
    }

    .accreditation__body .accreditation__body__description .accreditation__description {
        font-size: 14px
    }

    .accreditation__body .accreditation__body__description .accreditation__number {
        white-space: nowrap;
        font-size: 20px;
        line-height: 120%;
        text-align: center
    }

    .accreditation__body .accreditation__body__btn {
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .accreditation__body .accreditation__btn {
        padding: 12px;
        width: 100%;
        font-size: 18px
    }

    .accreditation .accreditation__image {
        margin: -25px auto 0;
        width: 256px;
        height: 179px
    }

    .advantages {
        margin-bottom: 60px
    }

    .advantages__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .advantages .wrapper {
        padding: 0 16px
    }

    .advantages .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px
    }

    .advantages .swiper-slide {
        width: 260px;
        height: 310px;
        padding: 16px
    }

    .advantages .swiper-slide .swiper-slide__title {
        font-size: 18px
    }

    .application-form {
        margin-bottom: 32px
    }

    .application-form__container {
        padding: 16px
    }

    .application-form__title {
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 16px
    }

    .application-form-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .application-form-wrapper label {
        width: 100%
    }

    .application-form-wrapper input {
        padding: 12px
    }

    .application-form-wrapper input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .application-form-wrapper input::-moz-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .application-form-wrapper input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .application-form-wrapper input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .application-form-wrapper input::placeholder {
        font-size: 16px;
        line-height: 125%
    }

    .application-form-wrapper button {
        width: 100%;
        padding: 12px;
        font-size: 18px
    }

    .application-form__policy {
        font-size: 12px;
        line-height: 120%;
        text-align: center
    }

    .application-form-select {
        width: 100%;
        height: 44px
    }

    .application-form-select__list {
        padding: 12px
    }

    .application-form-select__list .application-form-select__item {
        font-size: 14px;
        line-height: 125%
    }

    .article__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .article__container h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%
    }

    .article__container h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%
    }

    .article__content .article__image {
        width: 100%
    }

    .article__content .article__image__mobile-none {
        display: none
    }

    .article__content__wrapper {
        gap: 30px
    }

    .article__content__wrapper .article__title__h2 {
        font-size: 20px
    }

    .article__content__wrapper .blocktwo__title__h3 {
        font-size: 20px;
        line-height: 120%
    }

    .article__content__wrapper .article__title__h2_bottom {
        font-size: 20px
    }

    .article__content__wrapper .blockfive__desc {
        width: 100%
    }

    .article__content .article__text__blockfive .blockfive__wrap__image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article__content .article__text__blockfive .blockfive__wrap__descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article__content .article__text__blockfive .blockfive__wrap__descr__reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .articles {
        margin-bottom: 60px
    }

    .articles__title {
        font-size: 24px;
        margin-bottom: 32px
    }

    .articles .articles__swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        margin-bottom: 32px
    }

    .articles .articles__slide {
        max-width: 260px
    }

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

    .articles .articles__item__img {
        max-width: 256px;
        width: 100%;
        height: 200px
    }

    .articles__item__info .articles__item__info__title {
        line-height: 125%
    }

    .articles-page {
        margin-bottom: 60px
    }

    .articles-page__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .articles-page__list {
        margin-bottom: 32px
    }

    .articles-page__item .articles-page__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .articles-page__item .articles-page__item__img {
        width: 100%;
        height: 222px
    }

    .certificate {
        margin-bottom: 60px
    }

    .certificate__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%
    }

    .certificate .certificate__swiper {
        width: calc(100% - 0px)
    }

    .certificate .certificate__slide {
        width: 260px
    }

    .certificate .certificate__image {
        width: 260px;
        height: 351px
    }

    .certificate .certificate__btn {
        padding: 12px 24px;
        max-width: none;
        width: 100%;
        font-size: 18px
    }

    .certificates {
        margin-bottom: 60px
    }

    .certificates__list {
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 40px
    }

    .certificates .certificate__image {
        max-width: 288px;
        max-height: 389px
    }

    .certificates__btn {
        padding: 12px 24px;
        max-width: none;
        width: 100%;
        font-size: 18px
    }

    .complaint {
        margin-bottom: 60px
    }

    .complaint__wrapper {
        padding: 32px 16px;
        gap: 24px
    }

    .complaint__wrapper .complaint__content {
        gap: 20px
    }

    .complaint__wrapper .complaint__content .complaint__content__title {
        font-size: 24px;
        line-height: 125%
    }

    .complaint__wrapper .complaint__content .complaint__content__text {
        font-size: 18px
    }

    .complaint-form {
        margin-bottom: 60px
    }

    .complaint-form__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .complaint-form__form-container {
        border-radius: 20px;
        padding: 16px
    }

    .complaint-form__form-container .complaint-form__form-container__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 24px
    }

    .complaint-form__form-container .complaint-form__form {
        gap: 12px
    }

    .complaint-form__form-container .complaint-form__form input {
        font-size: 16px;
        line-height: 125%
    }

    .complaint-form__form-container .complaint-form__form .complaint-form__textarea span {
        font-size: 14px;
        line-height: 125%
    }

    .complaint-form__form-container .complaint-form__form textarea {
        font-size: 16px;
        line-height: 125%;
        height: 84px
    }

    .complaint-form__form-container .complaint-form__form .complaint-form__form-btn {
        padding: 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%
    }

    .complaint-form__form-container .complaint-form__policy {
        font-size: 12px;
        line-height: 120%;
        text-align: center
    }

    .contacts {
        margin-bottom: 60px
    }

    .contacts .contacts__info__contacts {
        display: grid;
        grid-template-columns: repeat(1,1fr)
    }

    .contacts .contacts__info__legal .contacts__info__legal__container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 12px
    }

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

    .faq {
        margin-bottom: 60px
    }

    .faq__wrapper {
        gap: 32px
    }

    .faq__title {
        font-size: 24px;
        line-height: 125%
    }

    .faq .faq__tab {
        padding: 12px
    }

    .faq .tab__title span {
        font-weight: 500;
        font-size: 16px;
        line-height: 125%
    }

    .faq .tab__content {
        font-size: 14px;
        line-height: 125%
    }

    .footer {
        padding: 32px 0
    }

    .footer__container {
        gap: 24px
    }

    .footer .footer__lists__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .footer__logo-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .footer__logo-contact-descr {
        font-size: 12px;
        padding: 0
    }

    .footer__logo__contact__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__logo__contact__wrapper button {
        padding: 10px 70px;
        margin-top: 12px
    }

    .footer .footer__btn {
        width: 272px
    }

    .guarantees {
        margin-bottom: 60px
    }

    .guarantees__container {
        padding: 24px 16px;
        border-radius: 24px
    }

    .guarantees__title {
        font-size: 24px;
        line-height: 125%
    }

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

    .guarantees .guarantees__bg__header {
        right: -7%;
        top: 24px
    }

    .guarantees .guarantees__bg__header svg {
        width: 82px;
        height: 82px
    }

    .guarantees .guarantees__bg__bottom {
        right: -20%
    }

    .header .header__burger__menu {
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: none;
        background-color: #fff
    }

    .header .header__burger__menu .header__top__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 22px;
        font-weight: 500;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 12px
    }

    .header .header__burger__menu .header__top__phone button {
        z-index: 10
    }

    .header .header__burger__menu button {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    .header .header__burger__menu .header__burger__menu__info {
        color: #666
    }

    .header .header__burger__menu .header__top__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .header__burger__menu .header__burger__menu__elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .header .header__burger__menu .header__burger__menu__elements .header__bottom__services__list {
        display: block;
        padding-bottom: 24px;
        width: 100%;
        border-bottom: 1px solid rgba(78,151,237,.2)
    }

    .header .header__burger__menu .header__burger__menu__elements .header__bottom__navigation__list {
        padding-top: 24px;
        width: 100%
    }

    .header .header__burger__menu__active,
    .header .header__burger__menu.header__burger__menu__active {
        width: 100vw;
        height: 100vh;
        padding: 16px;
        border-radius: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .header .header__burger__menu.header__burger__menu__active > button {
        flex-shrink: 0;
        width: calc(100% - 32px);
        max-width: 100%;
        margin-bottom: 16px;
        box-sizing: border-box
    }

    .header__top {
        border-bottom: none
    }

    .header__top .header__top__logo-icon img {
        max-width: 144px;
        max-height: 28px
    }

    .header__top__information__wrapper .header__top__contact {
        display: none
    }

    .header__top__information__wrapper .header__btn__top {
        display: none
    }

    .header__top__logo {
        font-size: 14px
    }

    .header-form__container {
        border-radius: 20px;
        padding: 24px 16px;
        width: 288px
    }

    .header-form__title {
        max-width: 415px;
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 16px
    }

    .header-form-wrapper {
        gap: 12px
    }

    .header-form-wrapper label {
        height: 44px
    }

    .header-form-wrapper input {
        padding: 0 0 0 12px;
        font-size: 16px;
        line-height: 125%
    }

    .header-form-wrapper {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 24px
    }

    .header-form .header-form__policy {
        font-size: 12px;
        line-height: 120%
    }

    .header-form .header-form__btn {
        height: 46px;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%
    }

    .heat-meters {
        margin-bottom: 60px
    }

    .heat-meters__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .heat-meters__list {
        grid-template-columns: repeat(1,1fr);
        gap: 20px
    }

    .leave-feedback {
        margin-bottom: 60px
    }

    .leave-feedback__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .leave-feedback__form-container {
        border-radius: 20px;
        padding: 16px
    }

    .leave-feedback__form-container .leave-feedback__form-container__title {
        font-size: 24px;
        line-height: 125%
    }

    .leave-feedback .leave-feedback__form {
        gap: 12px
    }

    .leave-feedback .leave-feedback__form input {
        font-size: 16px;
        line-height: 125%
    }

    .leave-feedback .leave-feedback__form .leave-feedback__textarea span {
        font-size: 14px;
        line-height: 125%
    }

    .leave-feedback .leave-feedback__form textarea {
        font-size: 16px;
        line-height: 125%;
        height: 84px
    }

    .leave-feedback .leave-feedback__form .leave-feedback__form-btn {
        padding: 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%
    }

    .leave-feedback .leave-feedback__policy {
        font-size: 12px;
        line-height: 120%;
        text-align: center
    }

    .masters {
        margin-bottom: 60px
    }

    .masters__wrapper {
        padding: 0 16px
    }

    .masters__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .masters .masters__swiper {
        width: 100%
    }

    .masters .swiper-slide {
        min-width: 250px;
        margin: 0 12px 0 0
    }

    .meter-brands {
        margin-bottom: 60px
    }

    .meter-brands__title {
        font-size: 24px;
        margin-bottom: 32px
    }

    .modal-form__container {
        border-radius: 20px;
        padding: 24px 16px;
        width: 288px
    }

    .modal-form__title {
        max-width: 415px;
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 16px
    }

    .modal-form-wrapper {
        gap: 12px
    }

    .modal-form-wrapper label {
        height: 44px
    }

    .modal-form-wrapper input {
        padding: 0 0 0 12px;
        font-size: 16px;
        line-height: 125%
    }

    .modal-form-wrapper {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 24px
    }

    .modal-form-select {
        height: 44px
    }

    .modal-form-select__list {
        padding: 12px;
        font-size: 16px;
        line-height: 125%
    }

    .modal-form .modal-form-checked input {
        margin-left: 15px
    }

    .modal-form .modal-form__policy {
        font-size: 12px;
        line-height: 120%
    }

    .modal-form .modal-form__btn {
        height: 46px;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%
    }

    .modal-form .modal-form__formSale {
        border-radius: 20px;
        padding: 24px;
        width: 288px;
        height: 400px
    }

    .modal-form .modal-form__formSale .modal-form__formSale-title {
        padding: 0;
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 10px
    }

    .modal-form .modal-form__formSale span {
        font-size: 80px;
        line-height: 120%
    }

    .modal-form .modal-form__formSale .modal-form__formSale-btn {
        border-radius: 8px;
        padding: 12px 24px;
        font-size: 18px
    }

    .modal-form .modal-form__formSale p {
        font-size: 12px;
        line-height: 120%;
        text-align: center
    }

    .news__title {
        font-size: 24px;
        line-height: 125%
    }

    .news .news__swiper-wrapper {
        padding: 32px 0;
        gap: 12px
    }

    .news-page {
        margin-bottom: 60px
    }

    .news-page__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 40px
    }

    .not-found {
        margin-bottom: 60px
    }

    .not-found__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .not-found__content {
        gap: 32px
    }

    .not-found .not-found__btn {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 125%;
        width: 100%
    }

    .partners {
        margin-bottom: 60px
    }

    .partners .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 40px;
        width: 214px
    }

    .plumber__title {
        font-size: 24px;
        margin-bottom: 32px
    }

    .plumber__price__list .plumber__price__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .plumber__price__list .plumber__price__item .plumber__price__item-title {
        font-size: 16px;
        line-height: 125%
    }

    .plumber__price__list .plumber__price__item .plumber__price__item__content {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .plumber__price__list .plumber__price__item .plumber__price__item__content .plumber__price__item-btn {
        margin-right: 0
    }

    .privacy-policy {
        margin-bottom: 60px
    }

    .privacy-policy__title {
        font-size: 24px;
        margin-bottom: 32px;
        line-height: 125%;
        margin-bottom: 20px
    }

    .reasons {
        margin-bottom: 60px
    }

    .reasons__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 40px
    }

    .reasons__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reasons__list .reasons__item {
        width: 288px
    }

    .region {
        margin-bottom: 60px
    }

    .region__title {
        font-size: 22px
    }

    .region__district__list {
        gap: 6px
    }

    .region__list {
        padding: 0 26px;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(18,auto)
    }

    .replacement {
        margin-bottom: 60px
    }

    .replacement__wrapper .replacement__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .replacement__wrapper .replacement__item .replacement__item__text,.replacement__wrapper .replacement__item-active .replacement__item__text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px
    }

    .reviews {
        margin-bottom: 60px
    }

    .reviews__wrapper {
        padding: 48px 16px;
        gap: 32px
    }

    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .reviews__header .reviews__title {
        text-align: start
    }

    .reviews__header .reviews__counter {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto 1fr
    }

    .reviews__header .reviews__counter .reviews__counter__num {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: calc(32px + 12 * (100vw - 320px)/ 704);
        grid-column: 1;
        grid-row: 1
    }

    .reviews__header .reviews__counter .reviews__counter__point {
        margin-left: -45px;
        font-size: calc(22px + 10 * (100vw - 320px)/ 704);
        grid-column: 2;
        grid-row: 1
    }

    .reviews__header .reviews__counter .reviews__counter__reviews {
        font-size: calc(14px + 8 * (100vw - 320px)/ 704);
        grid-column: 1/-1;
        grid-row: 2
    }

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

    .reviews .reviews__links .reviews__links__add-review {
        width: 100%
    }

    .reviews .reviews__links .reviews__links__all-reviews {
        width: 100%
    }

    .reviews-list__title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 32px
    }

    .rosstat {
        margin-bottom: 60px
    }

    .rosstat__wrapper {
        padding: 48px 16px
    }

    .rosstat__header .rosstat__header__image {
        width: 103px;
        height: 76px
    }

    .rosstat__header .rosstat__header__content {
        padding: 14px 0 17px
    }

    .rosstat__header .rosstat__header__description {
        font-size: 12px
    }

    .rosstat__body .rosstat__body__description {
        font-size: 16px
    }

    .rosstat__background {
        right: -55%;
        top: 41%
    }

    .services {
        margin-bottom: 60px
    }

    .services__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

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

    .services__list .services__item__header .services__item__title {
        font-size: 22px;
        line-height: 120%
    }

    .services .services__prices__footer .services__prices__new_price {
        font-size: 26px;
        line-height: 130%
    }

    .thanks {
        margin-bottom: 60px
    }

    .thanks__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%
    }

    .thanks .thanks__swiper {
        width: calc(100% - 0px)
    }

    .thanks .thanks__slide {
        width: 260px
    }

    .thanks .thanks__slide .thanks__image {
        width: 260px;
        height: 351px
    }

    .thanks .thanks__btn {
        padding: 12px 24px;
        max-width: none;
        width: 100%;
        font-size: 18px
    }

    .thanks-list {
        margin-bottom: 60px
    }

    .thanks-list__list {
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 40px
    }

    .thanks-list__btn {
        padding: 12px 24px;
        max-width: none;
        width: 100%;
        font-size: 18px
    }

    .title-certificate__title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

    .working {
        margin-bottom: 0
    }

    .working__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 32px
    }

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

    .working__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .working__item .working__item__arrow__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 36px;
        height: 160px;
        gap: 12px
    }

    .working__item .working__item__arrow__wrapper .svg__desctop {
        display: none
    }

    .working__item .working__item__arrow__wrapper .svg__mobile {
        display: block
    }

    .working .working__item__text {
        font-size: 22px;
        line-height: 120%
    }
}
