@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Black.woff2) format("woff2"), url(/fonts/Inter-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Black.woff2) format("woff2"), url(/fonts/Inter-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-ExtraBold.woff2) format("woff2"), url(/fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-ExtraBold.woff2) format("woff2"), url(/fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-ExtraLight.woff2) format("woff2"), url(/fonts/Inter-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Light.woff2) format("woff2"), url(/fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-ExtraLight.woff2) format("woff2"), url(/fonts/Inter-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Light.woff2) format("woff2"), url(/fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

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

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

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-SemiBold.woff2) format("woff2"), url(/fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-SemiBold.woff2) format("woff2"), url(/fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Thin.woff2) format("woff2"), url(/fonts/Inter-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(/fonts/Inter-Thin.woff2) format("woff2"), url(/fonts/Inter-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

:root {
    --gl-star-color: #fdd835;
    --gl-star-color-inactive: #dcdce6;
    --gl-star-empty: url("/public/img/empty-star.png");
    --gl-star-full: url("/public/img/full-star.png");
    --gl-star-size: 38px;
    --gl-tooltip-border-radius: 4px;
    --gl-tooltip-font-size: 0.875rem;
    --gl-tooltip-font-weight: 400;
    --gl-tooltip-line-height: 1;
    --gl-tooltip-margin: 12px;
    --gl-tooltip-padding: .5em 1em;
    --gl-tooltip-size: 6px
}

[data-star-rating] > select {
    -webkit-clip-path: circle(1px at 0 0) !important;
    clip-path: circle(1px at 0 0) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 1px !important
}

[data-star-rating] > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none
}

[data-star-rating] > select::after, [data-star-rating] > select::before {
    display: none !important
}

[data-star-rating].gl-star-rating--ltr > select {
    left: 0 !important
}

[data-star-rating].gl-star-rating--rtl > select {
    right: 0 !important
}

[data-star-rating] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
    display: none
}

[data-star-rating] .gl-star-rating--stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

[data-star-rating] > select:focus + .gl-star-rating--stars span:first-child::before {
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    -webkit-box-shadow: 0 0 0 3px -webkit-focus-ring-color;
    box-shadow: 0 0 0 3px -webkit-focus-ring-color;
    box-shadow: 0 0 0 3px Highlight;
    content: "";
    display: block;
    height: 100%;
    outline: 1px solid transparent;
    pointer-events: none;
    position: absolute;
    width: 100%
}

[data-star-rating] select[disabled] + .gl-star-rating--stars {
    cursor: default
}

[data-star-rating] .gl-star-rating--stars > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    height: 24px;
    height: var(--gl-star-size);
    margin: 0;
    width: 24px;
    width: 24px;
    width: var(--gl-star-size)
}

[data-star-rating] .gl-star-rating--stars[aria-label]::after, [data-star-rating] .gl-star-rating--stars[aria-label]::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    opacity: .9;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    z-index: 10
}

[data-star-rating] .gl-star-rating--stars[aria-label]::before {
    background-size: 100% auto !important;
    background-position: 50% !important
}

[data-star-rating] .gl-star-rating--stars[aria-label]::before {
    content: "";
    height: 18px;
    margin-bottom: 0;
    margin-left: 6px;
    margin-left: 6px;
    margin-left: var(--gl-tooltip-size);
    width: 6px;
    width: 6px;
    width: var(--gl-tooltip-size)
}

[data-star-rating] .gl-star-rating--stars[aria-label]::after {
    background: inherit;
    border-radius: 4px;
    border-radius: 4px;
    border-radius: var(--gl-tooltip-border-radius);
    color: #000;
    content: attr(aria-label);
    font-size: .875rem;
    font-size: .875rem;
    font-size: var(--gl-tooltip-font-size);
    font-weight: 400;
    margin-left: 12px;
    margin-left: 12px;
    margin-left: var(--gl-tooltip-margin);
    padding: .5em 1em;
    padding: .5em 1em;
    padding: var(--gl-tooltip-padding);
    text-transform: none
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::after, [data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::before {
    left: auto;
    right: 100%
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::before {
    -webkit-transform: scaleX(-1) translate3d(0, -50%, 0);
    transform: scaleX(-1) translate3d(0, -50%, 0);
    margin-left: 0;
    margin-right: 6px;
    margin-right: 6px;
    margin-right: var(--gl-tooltip-size)
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::after {
    margin-left: 0;
    margin-right: 12px;
    margin-right: 12px;
    margin-right: var(--gl-tooltip-margin)
}

[data-star-rating] svg {
    height: 100%;
    width: 100%
}

[data-star-rating] .gl-star-half {
    fill: none;
    stroke: none
}

[data-star-rating] .gl-star-full {
    fill: #dcdce6;
    fill: #dcdce6;
    fill: var(--gl-star-color-inactive);
    stroke: #dcdce6;
    stroke: #dcdce6;
    stroke: var(--gl-star-color-inactive);
    -webkit-transition: fill .15s ease-in-out, stroke .15s ease-in-out;
    transition: fill .15s ease-in-out, stroke .15s ease-in-out
}

[data-star-rating] .gl-active .gl-star-full {
    fill: #fdd835;
    fill: #fdd835;
    fill: var(--gl-star-color);
    stroke: #fdd835;
    stroke: #fdd835;
    stroke: var(--gl-star-color)
}

.no-webp .gl-star-rating--stars[class*=" s"] > span {
    background-image: url(/public/img/empty-star.png) !important
}

.no-webp .gl-star-rating--stars[class*=" s"] > span {
    background-image: url(/public/img/empty-star.png) !important
}

.gl-star-rating--stars[class*=" s"] > span {
    background-image: var(--gl-star-empty) !important
}

.gl-star-rating--stars[class*=" s"] > span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%
}

.no-webp .gl-star-rating--stars[class*=" s"] > span.gl-active, .no-webp .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(/public/img/full-star.png) !important
}

.no-webp .gl-star-rating--stars[class*=" s"] > span.gl-active, .no-webp .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(/public/img/full-star.png) !important
}

.gl-star-rating--stars[class*=" s"] > span.gl-active, .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: var(--gl-star-full) !important
}


.main-btn, .white-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 20px;
    gap: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border: none;
    border-radius: 36px;
    font-size: 16px;
    background: #d1fa94;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 4px 4px rgba(255, 255, 255, .6);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 4px 4px rgba(255, 255, 255, .6);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.main-btn:hover, .white-btn:hover {
    background-color: #c8f08e;
    border: none;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.main-btn:active, .white-btn:active {
    background-color: #c8f08e;
    border: none;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

.icon-btn {
    display: flex;
    align-items: center;

}

.form textarea {
    gap: 10px;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

body {
    font-family: Inter, sans-serif;
    background-color: #f2f2f2;
    margin: 0
}

body h1 {
    color: #943bdc;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    margin-top: 16px
}

body h2 {
    color: #943bdc;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 90%;
    margin-top: 16px
}

body h3 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 90%;
    margin-top: 0
}

body a {
    font-style: normal;
    font-weight: 600;
    color: #000
}

body a:focus, body a:hover {
    color: #943bdc
}

body p {
    color: #000;
    word-wrap: break-word;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: .5rem
}

body span {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-position: outside
}

.header-block {
    padding: 60px 90px 28px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0 0
}

.header-block img {
    height: 100%;
    width: auto
}

.head-title-text {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 77px;
    padding-top: 3rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .header-block {
        display: grid;
    }

    .header-block a {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

.subtitle-text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.white-btn {
    border: 1px solid #fff
}

.poof {
    display: block
}

.woof {
    display: none
}

.form .subtitle-text {
    font-size: 24px;
    margin-bottom: 1rem
}

.form form {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    border-radius: 36px
}

.form label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px
}

.form textarea {
    width: 100%
}

footer {
    background-color: #943bdc;
    padding: 60px 90px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

footer .container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .container p {
    color: #f9f8fe;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 0;
    margin-left: auto
}

footer img {
    height: 100%;
    width: auto
}

footer .footer-menu {
    width: 100%
}

footer .footer-menu ul {
    list-style-type: none;
    padding-left: 0
}

footer .unp {
    background-color: #d1fa94;
    padding: 1rem;
    width: 100%;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

footer .unp p {
    color: #fff;
    font-size: 12px
}

.main-page-screen .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-page-screen .main-img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-page-screen .main-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.main-page-screen .text {
    display: -ms-grid;
    display: grid;
    width: 50%;
    padding-right: 30px
}

.main-page-screen .text div {
    height: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 0 0 auto
}

.main-page-screen .text h1, .main-page-screen .text p {
    padding-top: 20px;
    padding-bottom: 20px
}

.main-page-screen img {
    height: auto;
    width: 100%;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.reviews-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    margin-bottom: 60px
}

.reviews-block h3 {
    margin-bottom: .5rem
}

.reviews-block .reviews-card {
    padding: 28px;
    border-radius: 36px
}

.reviews-block .form-block {
    width: auto
}

.reviews-block .form-block .stars {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews-block .form-block .stars .icons {
    width: 50%
}

.reviews-block .form-block .stars .labels {
    width: 50%
}

.info-block {
    display: -ms-grid;
    gap: 28px;
    width: 100%
}

.info-block .logo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px
}

.about-company {
    display: grid;
    gap: 18px;
}

.contact-company {
    margin-top: 18px;
    display: grid;
}

.contact-company {
    margin-top: 18px;
    display: grid;
}

.contact-company a {
    margin-left: 10px;
}


.info-block .card .flex {
    display: flex;
}

.info-block .card .flex a {
    align-content: center;
}


.info-block .logo-card img {
    margin-right: auto;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.card {
    padding: 28px;
    border-radius: 36px;
}

.gradient-bg {
    background: linear-gradient(45deg, #f9f8fe, #cbbed8)
}

.full-h {
    height: 100vh
}

.borders {
    padding-left: 90px;
    padding-right: 90px
}

.sec-bg {
    background: #fff
}

.dec-bg {
    background: #d1fa94
}

.about-review {
    padding-bottom: 28px;
}

.about-review .card {
    display: flex;
    gap: 30px;
}

.about-review .stars {
    padding-top: 18px;
    display: flex;
}

.about-review .stars h3 {
    align-self: center;
    margin-bottom: 0;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .about-review .card {
        display: grid;
    }
}

.review-info-head {
    display: flex;
    align-content: center;
    padding-bottom: 18px;
}

.review-info-head div {
    display: flex;
    gap: 10px;
}

.review-info-head h3 {
    margin-bottom: 0;
}

.review-info-head p {
    margin-top: 0;
}
.review-info-head .all-star {
    margin-left: auto;
}


.review-info-body .btn-block {
    padding-top: 20px;
    display: flex;
    gap: 40px;
}

.review-info-body .radio-container {
    width: 160px;
    display: flex;
}


.progress-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* отступ между прогресс-барами */
}

.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 36px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.progress-bar {
    height: 21px;
    border-radius: 36px;
    background-color: #943BDC;
    transition: width 0.3s ease;
    width: 0%; /* начальная ширина 0% */
}

.progress-text {
    text-align: right;
    min-width: 36px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.reviews-block .radio-label {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    align-self: center;
}

.reviews-block .radio-button {
    margin-right: 10px;
}

.reviews-block input[type="checkbox"] {
    width: 21px;
    height: 21px;
    border: 2px solid #943BDC;
    border-radius: 8px;
    background-color: inherit;
    appearance: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.reviews-block input[type="checkbox"]:checked {
    background-color: #943BDC;
    border-color: #943BDC;
}

.reviews-block input[type="checkbox"]:not(:checked):hover {
    background-color: #f3f3f3;
    border-color: #943BDC;
}

.reviews-block .review-answer {
    margin-top: 32px;
    /*width: 700px;*/
}

.review-answer .reviews-card {
    /*border-radius: 36px;*/
    padding: 0;
}

.reviews-block .hidden {
    display: none;
}

.reviews-block .visible {
    display: block;
}

.review-answer .review-block:first-child{
    border-radius: 36px 36px 0 0;
}

.review-answer .review-block:last-child{
    border-radius: 0 0 36px 36px;
}

.review-answer .review-block:only-child{
    border-radius: 36px 36px 36px 36px;
}

.review-block-green{
    background-color: #d1fa94;
}
.review-block-white{
    background-color: #fff;
}

.review-block{
    padding: 36px;
    display: grid;
    gap: 18px;
}

.review-block .flex {
    display: flex;
}

.review-block .flex h3 {
    margin: 0;
    align-content: center;
}

.review-block .flex p {
    margin: 0;
    align-content: center;
    white-space: nowrap;
}

.review-block .info {
    display: inline-flex;
    margin-left: auto;
    gap: 18px;
}

.review-block .info .flex {
    gap: 10px;
}

.review-block .info img {
    height: 22px;
    width: 22px;
    align-content: center;
}

.review-block .info div {
    width: 100%
}

.review-block .stars {
    display: flex;
}

.review-block .stars .icon {
    margin-left: 20px;
}

.form.form-search {
    margin-left: auto;
}

.form-search input {
    gap: 10px;
    background-color: #fff;
    border: none;
    border-radius: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    /*height: 48px;*/
    width: auto;
}

@media (max-width: 768px) {
    .form-search {
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
}

.form.form-search input[type="text"] {
    padding: 12px 32px;
    outline: none;
    background-image: url('/public/img/search.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

.form.form-search input[type="text"]::placeholder {
    padding-left: 100px;
}

[id^=radio-] {
    display: none
}

[id^=radio-] + label {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    color: #555;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px
}

.no-webp [id^=radio-]:checked + label {
    background: url(/public/img/full-star.png) no-repeat
}

[id^=radio-]:checked + label {
    cursor: text
}

@media (min-width: 1450px) {
    .borders {
        padding-left: 0;
        padding-right: 0;
        width: 70%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 768px) {
    [data-star-rating] .gl-star-rating--stars[aria-label]::after {
        display: none
    }

    body h1 {
        font-size: 36px
    }

    body p {
        font-size: 16px
    }

    .header-block {
        padding: 30px 20px
    }

    .head-title-text {
        font-size: 36px;
        line-height: 32px
    }

    .poof {
        display: none
    }

    .woof {
        display: block
    }

    footer {
        padding: 30px 20px
    }

    footer .container {
        display: -ms-grid;
        display: grid
    }

    footer .container p {
        margin-left: 0;
        margin-top: 12px
    }

    .main-page-screen .container {
        display: -ms-inline-grid;
        display: inline-grid
    }

    .main-page-screen .main-img {
        width: 100%
    }

    .main-page-screen .text h1, .main-page-screen .text p {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .main-page-screen .text {
        width: 100%;
        padding-right: 0
    }

    .reviews-block {
        display: -ms-grid;
        /*display: grid*/
        display: block;
    }

    .reviews-block .reviews-card {
        padding: 26px
    }

    .reviews-block .form-block .stars {
        display: -ms-grid;
        display: grid
    }

    .reviews-block .form-block .stars .icons {
        width: 100%
    }

    .reviews-block .form-block .stars .labels {
        margin-top: 18px;
        width: 100%
    }

    .reviews-block .form-block {
        gap: 19px
    }

    .info-block {
        width: 100%;
        gap: 19px;
        margin-top: 32px;

    }

    .card {
        padding: 26px
    }

    .borders {
        padding-left: 16px;
        padding-right: 16px
    }
}

.webp .gl-star-rating--stars[class*=" s"] > span {
    background-image: url(/public/img/empty-star.webp) !important
}

.webp .gl-star-rating--stars[class*=" s"] > span {
    background-image: url(/public/img/empty-star.webp) !important
}

.webp .gl-star-rating--stars[class*=" s"] > span.gl-active, .webp .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(/public/img/full-star.webp) !important
}

.webp .gl-star-rating--stars[class*=" s"] > span.gl-active, .webp .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(/public/img/full-star.webp) !important
}

.webp [id^=radio-]:checked + label {
    background: url(/public/img/full-star.webp) no-repeat
}

.paginator {
    width: 100%;
    display: inline-flex;
    margin-bottom: 40px;
    margin-top: 40px;
    align-content: center;
}

.paginator-block {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-flex;
    border-radius: 80px;
    gap: 2px;
}

.paginator-block .start {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    width: auto;
}

.paginator-block .end {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    width: auto;
}

.paginator-block button {
    border-radius: 6px;
}

.stars-padding{
    padding-bottom: 1%;
}

.info-block .logo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px
}

.info-block .logo-card img {
    margin-right: auto;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.card {
    padding: 28px;
    border-radius: 36px;
}

.about-review .card {
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .about-review .card {
        display: grid;
    }
}

.person-avatar {
    height: 64px;
    width: 64px;
    display: grid;
    align-content: center;
    background-color: #943BDC;
    border-radius: 100%;
    text-align: center;
}

.person-avatar p {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}

.review-block a{
    text-decoration: none;
}

.root-link{
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 12px;
}
.root-link p{
    align-self: center;
    color: #943bdc;
    font-size: 26px;
    margin-top: 0;
}