/* edited by yeremyan 30.10.2022 */

.fz20 {
    font-size: 1.2rem;
}

.fz18 {
    font-size: 1.1rem;
}

.fz14 {
    font-size: 0.9rem;
}

.fz13 {
    font-size: 0.8rem;
}

.fz12 {
    font-size: 0.7rem;
}

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

.contacts-right {
    width: 40%;
}

.contacts {
    padding-bottom: 6rem;
}

.mbm {
    margin-bottom: 0.7rem;
}

.logo__desc {
    margin-left: 0;
}

.rating {
    position: relative;
    margin-right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating__n img {
    max-width: 100%;
}

.rating__n {
    color: #f8f6f2;
    width: 4rem;
    height: 3.7rem;
    text-align: center;
    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;
    position: relative;
}

.rating__t {
    padding-top: 0.4rem;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.7rem;
}

.stars svg {
    width: 0.8rem;
    margin-right: 0.3rem;
}

.tsm10 {
    font-size: 0.844rem;
}

/* qwiz*/

.quiz__answers--img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13rem 13rem;
    grid-template-columns: 13rem 13rem;
    gap: 2rem;
    height: auto;
    max-height: none;
}

.quiz__answers--img,
.quiz__answers--text,
.quiz__answers--file,
.quiz__answers--info,
.quiz__answers--input,
.quiz__answers--singleimg {
    margin-top: 0;
}

.quiz__answer-img {
    width: 12rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.quiz__answers {
    padding: 3px;
    margin-left: 0;
}

.quiz__answers--text {
    padding-left: 0;
}

.quiz__question__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quiz__content_selects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 4.896rem;
}

.quiz__selects {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quiz__bar {
    width: 91%;
}

.quiz__answer--txt p {
    width: 25rem;
}

.quiz__selects.fullwidth{
    width: 100%;
}

.quiz__selects.fullwidth .quiz__answers--img{
    -ms-grid-columns: 12rem [4];
    grid-template-columns: repeat(4, 12rem);
}

@media (max-width: 899px) {
    .quiz__selects.fullwidth .quiz__answers--img {
        -ms-grid-columns: 1fr [3];
        grid-template-columns: repeat(3, 1fr);
    }

    .quiz__selects.fullwidth .quiz__answers{
        max-width: 100%;
    }

    .quiz__bar {
        width: 100%;
    }
}

@media (max-width: 699px) {
    .quiz__selects.fullwidth .quiz__answers--img {
        -ms-grid-columns: 1fr [2];
        grid-template-columns: repeat(2, 1fr);
    }

    .quiz__selects.fullwidth .quiz__answer--txt p {
        width: 100%;
    }
}

.quiz__content_gift {
    width: 35%;
    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;
    text-align: center;
}

.quiz__content_gift-wrapper {
    width: 100%;
    min-height: 17rem;
    background: #fff;
    border: 0.15rem solid #0E96C0;
    border-radius: 0.3rem;
    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;
    padding: 2rem 1rem 1rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.contacts-center img {
    max-width: 290px;
    max-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}

.quiz__contact__icon--phone {
    background-color: #2196f3;
}

.quiz__content_gift-wrapper>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

.gift__sticker {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.1rem 5rem 5rem 5rem;
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.6rem;
}

.quiz__content_gift-wrapper img.img {
    width: 80%;
    height: auto;
}

.quiz__main .fz10 {
    font-size: 0.75rem;
}

.fcb {
    color: #49baec;
}

.fw700 {
    font-weight: 700;
}

.res {
    margin-bottom: 5px;
}

.podhodit {
    font-size: 0.9rem;
}

.continue {
    margin-top: 5px;
    font-size: 0.9rem;
}

.quiz__question__head {
    margin-bottom: 3.3rem;
}

.quiz__question {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.quiz__final__gift__item:not(:last-child) {
    margin-right: 1rem;
}

.quiz__final__gift__item {
    font-size: 0.75rem;
}

.quiz__answer__img {
    height: 13rem;
}

.quiz__answer__img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
    object-fit: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 4rem;
}

.gallery a {
    display: block;
    width: 100%;
    height: auto;
}

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

.editor p {
    margin-left: 0;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor p {
    margin: 1rem 0;
    margin-left: 0;
}

.thx-hand {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.875rem;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.main__btn__add-text {
    -webkit-box-shadow: 0px 0rem 1rem 0.3rem rgba(61, 61, 61, 0.137254902);
    box-shadow: 0px 0rem 1rem 0.3rem rgba(61, 61, 61, 0.137254902);
    position: absolute !important;
    bottom: -0.8rem;
    min-width: 20rem;
    left: 20rem;
    z-index: 3;
    font-size: 1rem;
    display: inline-block;
    background-color: #fff;
    color: #222 !important;
    padding: 0.3rem 1.2rem;
    border-radius: 0.2rem;
    -webkit-transform: skewX(-5deg) translateX(-50%);
    -ms-transform: skewX(-5deg) translateX(-50%);
    transform: skewX(-5deg) translateX(-50%);
    pointer-events: none;
}

.main__btn__add-text span {
    display: block;
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg);
}

.main__vid_m {
    display: none !important;
}

.header__callback {
    margin-bottom: 0;
}

.map {
    width: 100%;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 30rem;
}

.map iframe {
    height: 100%;
}

.quiz__gift li {
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.quiz__gift li::before {
    display: none;
}

.quiz__gift li img {
    width: auto;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
}

.quiz__gift li p {
    position: relative;
    z-index: 2;
    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;
    font-size: 0.938rem;
    letter-spacing: 0.38px;
    color: #000;
}

.quiz__gift li p::before {
    visibility: hidden;
}

/* new catalog */

.catalog {
    padding-bottom: 10rem;
}

.catalog__outer {
    margin: 2rem auto;
    width: 90%;
    min-height: 90vh;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
    box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
    position: relative;
    padding-bottom: 3rem;
}

.catalog__inner {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.catalog__remark {
    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;
    width: 100%;
    margin: 3rem auto 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 2rem;
    border-radius: 0.6rem;
    margin-bottom: 3rem;
}

.catalog__remark_title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.catalog__remark_content {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog__remark_item:not(:last-child) {
    margin-right: 2rem;
}

.catalog__remark_item {
    min-width: 10rem;
    padding-left: 2.3rem;
    position: relative;
    margin-bottom: 1.2rem;
}

 .catalog__remark_item::before {
    background: url("../img/success_blue_icon.png");
}

.catalog__remark_item::before {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
	background-repeat: no-repeat;
}

.catalog__created {
    margin-top: 1.5rem;
    line-height: 1.5;
    text-align: center;
    z-index: 3;
}

.catalog__unlocked {
    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;
    align-items: center;
    background-color: #49baec;
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 0.2rem;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    margin: 1.5rem 0 0.6rem;
    font-size: 1.5rem;
}



.catalog__unlocked img {
    margin-right: 0.5rem;
}

.catalog__unlocked-title {
    padding: 1.5rem 0; text-align: center;
}
.catalog__unlocked-title h1 { margin-bottom: 1rem;}
.catalog__unlocked-title p { font-size: 1.2rem; max-width: 600px}

.catalog__tabs_title {
    margin: 1.5rem 0;
    text-align: center;
}

.catalog__tabs_wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog__tabs_item {
    width: 16rem;
    margin: 1.5rem;
}

.card__picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-height: 18rem;
}

.card__picture>img {
    width: 100%;
}

.card .quiz__content_gift-stickers {
    display: none;
}

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

.card__links {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card__btn {
    width: 55%;
    border-radius: 3px;
    background: #3BC661;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    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;
}

.card__calc {
    color: #487844;
    text-decoration: underline;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.catalog__photos_title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.catalog__photos_descr {
    text-align: center;
    margin-bottom: 1.5rem;
}

.catalog__tabs_notice {
    text-align: center;
}

.popup-small {
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
    box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
}

.popup-small>form {
    padding: 3rem 2rem;
    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;
    position: relative;
    background-color: #fbfbfb;
    border-radius: 0.5rem;
}

.popup-small_title {
    text-align: center;
    margin-bottom: 1rem;
}

.small__form .sending__form_question {
    margin: 1rem;
    text-align: center;
}

.small__form .sending__form_input,
.small__form .sending__form_btn {
    width: 100%;
}

.sending__form_privacy {
    margin: 0.8rem 0;
}

.fancybox__content {
    padding: 0 !important;
}

.small__form .sending__form_input,
.small__form .sending__form_btn {
    width: 100%;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sending__form_btn {
    width: 24rem;
    height: 4rem;
    margin: 0.6rem 0;
}

.sending__form_input {
    width: 24rem;
    border-radius: 5rem;
    background: #f6f6f6;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

.btn_large {
    width: 31rem;
    height: 4rem;
    border-radius: 5px;
    background: #3BC661;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.sending__form_privacy input[type=checkbox]:checked,
.sending__form_privacy input[type=checkbox] {
    display: none;
}

.sending__form_privacy label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
}

.sending__form_privacy input[type=checkbox]:checked+label::before,
.sending__form_privacy input[type=checkbox]+label::before {
    content: "";
    background-size: contain;
    position: absolute;
    top: -0.1rem;
    left: 0;
    height: 1.1rem;
    width: 1.1rem;
}

 .sending__form_privacy input[type=checkbox]:checked+label::before {
    background: url("../img/checkbox_checked_icon.png");
	background-size: cover;
}

.sending__form_privacy label {
    position: relative;
    cursor: pointer;
}

.sending__form_privacy-link {
    color: #282728;
    text-decoration: underline;
}

.privacy-policy__wrapper {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 1rem;
    width: 65vw;
}

.popup-large {
    border-radius: 1rem;
}

.hintt {
    margin-left: 4.896rem;
    margin-bottom: 2rem;
}

.quiz__selects-help {
    margin-top: 3.5rem;
    position: relative;
    margin-left: 4.896rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

 .quiz__selects-help::before {
    background: url("../img/dashed_arrow_up_icon.png");
}

.quiz__selects-help::before {
    content: "";
    position: absolute;
    background-size: contain;
    top: -2rem;
    right: -6rem;
    width: 5.5rem;
    height: 2.5rem;
}

@media (min-width: 700px) {
    .contacts-center {
        margin-inline: 1rem;
    }
}

@media (min-width: 900px) {
    .septik_img {
        display: block;
        position: absolute;
        left: 105%;
        bottom: 52%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        width: 35vw;
    }
}

@media (max-width: 1200px) {
    .contacts-center img {
        max-width: 215px;
        max-height: 163px;
    }
}

@media (max-width: 900px) {
    .main__btn__add-text {
        left: 18rem;
    }
}

@media (max-width: 899px) {
    .rating {
        display: none;
    }

    .septik_img {
        display: block;
        position: absolute;
        left: 540px;
        bottom: 52%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        width: 45vw;
    }

    .gallery {
        gap: 2rem;
    }

    .quiz__content_selects-wrapper {
        margin-left: 0;
    }

    .quiz__content_gift {
        margin-left: 4rem;
    }

    .quiz__selects {
        width: calc(65% - 5rem);
    }

    .quiz__answer-img {
        width: 100%;
    }

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

    .contacts-center img {
        max-width: 195px;
        max-height: 135px;
    }

    .catalog__outer {
        margin: 2rem auto;
        width: 100%;
        min-height: unset;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .catalog__inner {
        width: 100%;
    }

    .quiz__question__head {
        padding: 0;
    }

    .hintt {
        margin-left: 0;
    }

    .quiz__selects-help {
        margin-left: 0;
    }
}

@media (max-width: 850px) {
    .main__info {
        padding-bottom: 0rem;
        width: 100%;
    }

    .first-screen {
        padding-bottom: 50px;
    }

    .main__btn__add-text {
        left: 25rem;
    }
}

@media (max-width: 699px) {
	.quiz__answer--txt p {
		width: 100%;
	}
    .septik_img {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 300px;
        bottom: 0;
        width: 80%;
        margin-top: 20px;
    }

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

    .contacts-left {
        text-align: center;
        padding: 1rem;
    }

    .contacts-center {
        text-align: center;
        padding: 1rem;
    }

    .contacts-right {
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }

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

    .open-quiz {
        padding-bottom: 2rem;
    }

    .thx-hand {
        max-width: 100%;
        width: 100%;
    }

    .quiz__content_selects-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

    .quiz__selects,
    .quiz__content_gift,
    .quiz__answer-img {
        width: 100%;
    }

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

    .quiz__content_gift {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .quiz__buttons {
        width: 70%;
        padding-left: 0;
        padding-right: 0;
        margin-inline: auto;
    }

    .quiz__final__btn {
        height: 4.5rem;
        margin-top: 1.75rem;
    }

    .quiz {
        padding: 0 15px 30px 15px;
    }

    .quiz__question__progress {
        margin-inline: auto;
    }

    .quiz__final__form {
        margin-inline: auto;
    }

    .quiz__final__form__title {
        text-align: center;
    }

    .quiz__bar {
        padding: 0 0.29rem;
    }

    .quiz__contact__box {
        width: 7rem;
        height: 8rem;
    }

    .quiz__hand {
        width: 100%;
    }

    .first-screen {
        overflow: unset;
    }

    .quiz__load {
        position: fixed;
    }

    .quiz__content_gift {
        margin-left: auto;
        margin-top: 1rem;
    }

    .quiz__selects {
        width: 100%;
    }

    .first-screen {
        padding-bottom: 30px;
    }

    .main__btn__add-text {
        left: 50%;
        bottom: unset;
        top: 7rem;
    }

    .widget__wrap {
        display: none;
    }

    .main__subtitle {
        margin-inline: auto;
    }

    .main__title {
        text-align: center;
    }

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

    .header__whatsapp__link img,
    .header__whatsapp__link svg,
    .header__whatsapp__link path {
        width: 4rem;
        height: 4rem;
    }

    .header__whatsapp__link {        
        height: 4.88rem;
        font-size: 1rem;
    }

    .main__advantage::before {
        display: none;
    }

    .main__advantage p {
        text-align: center;
    }

    .contacts-center img {
        max-width: 290px;
        max-height: 190px;
    }

    .privacy-policy__wrapper {
        width: 80vw;
    }

    .quiz__question__head {
        margin-bottom: 1.5rem;
    }

    .hintt {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .quiz__selects-help {
        display: none !important;
    }
}

@media (max-width: 599px) {
    .gallery {
        -ms-grid-columns: 1fr [2];
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 560px) {
    .logo__img {
        max-width: unset;
        height: 5rem;
    }

    .header__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header {
        -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: 5px;
    }

    .logo__img {
        height: 7rem;
    }

    .header__contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1.5rem;
    }
}

@media (max-width: 499px) {
    .catalog__tabs_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 3rem 1.5rem;
    }

    .catalog__tabs_notice {
        margin-bottom: 2rem;
    }

    .catalog__tabs_item {
        width: 100%;
        margin: 0;
    }

    .card__links {
        display: block;
    }

    .card__btn {
        width: 100%;
        height: 3rem;
    }

    .card__calc {
        margin-top: 5px;
        display: block;
    }

    .card__calc br {
        display: none;
    }

    .catalog__remark_content {
        display: block;
        width: 100%;
    }

    .catalog__remark_title br,
    .catalog__remark_item br {
        display: none;
    }

    .catalog {
        padding-bottom: 3rem;
    }

    .catalog__unlocked {
        font-size: 1.1rem;
    }

    .catalog__unlocked img {
        width: 2rem;
        margin-right: 0.3rem;
    }

    .privacy-policy__wrapper {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .header__whatsapp {
        display: flex;
    }

    .header__wa-m {
        display: none;
    }
}

@media (max-width: 449px) {
    .main__advantage {
        font-size: 1.2rem;
    }

    .main__advantage:nth-child(1)::before {
        left: 5rem;
        top: 6.5rem;
    }

    .main__advantage:nth-child(2)::before {
        left: 4rem;
        top: 8.5rem;
    }

    .main__advantage:nth-child(3)::before {
        left: -0.5rem;
        top: 5rem;
    }

    .main__advantage:nth-child(4)::before {
        left: 7.5rem;
        top: 5.5rem;
    }

    .main__advantage img {
        height: 10rem;
    }

    .main__btn__text {
        font-size: 1.4rem;
    }

    .main__advantage::before {
        width: 2rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main__btn__desc img {
        position: absolute;
        left: -7.8rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8.875rem;
        height: auto;
    }

    .main__btn__desc {
        margin-left: 5rem;
        margin-left: 6.125rem;
        font-size: 1.4rem;
    }

    .first-screen {
        padding-bottom: 0;
    }

    .first-screen__bg {
        position: absolute !important;
        height: 100%;
    }
}

@media (max-width: 409px) {
    .main__btn__add-text {
        top: 6.2rem;
    }

    .portfolio__title {
        font-size: 2.5rem;
    }
}

.quiz__question:not(#q_1) .quiz__selects-help{
    display: none;
}