html {
    font-size:16px;
}

body {
    margin:0;
    transition:none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", serif;
    transition: all ease-out .2s;
}

*:focus-visible {
    outline:none;
}

/* *:not(.swiper) *, *:not(.swiper) *:before, *:not(.swiper) *:after {

} */

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

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    margin:0;
}

h2 {
    margin:0;
}

p {
    margin:0;
}

button {
    border:none;
    outline:none;
}

section {
    overflow:hidden;
}

.container {
    max-width:1792px;
    margin:auto;
}

header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05);
    z-index:10;
    transition:none;
}

header .container {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
}

body.compensate-for-scrollbar header {
    padding-right: 17px;
}

.header-separator {
    height:106px;
}

.burger-menu {
    display:none;
}

.menu {
    display:flex;
    margin-right:-48px;
    padding:25px 0;
}

.menu__item {
    margin-right:48px;
}

.menu__item a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.menu__item a:hover, .menu__item a.visible {
    color: #569724;
}

.header__contacts {
    display:flex;
    align-items: center;
    position: relative;
    padding:5px 10px;
}

.header__contacts-row {
    display:flex;
    flex-direction:column;
}

.header__contacts-item {
    display:flex;
    flex-direction:column;
}

.header__contacts-hidden {
    position:absolute;
    top:100%;
    opacity:0;
    left:0;
    right:0;
    visibility:hidden;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05);
    background:#fff;
    padding:25px 0 68px 38px;
    overflow:hidden;
}

.header__contacts-hidden:before {
    content:'';
    height:1px;
    width:100%;
    background:#E5E5E5;
    display:block;
    position:absolute;
    top: 10px;
    right: 0;
    left: 0;
}

.header__contacts-hidden .header__contacts-item:nth-child(2n) {
    padding:5px 0;
}

.header__contacts-address {
    color: #353535;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.header__contacts-phone {
    color: #353535;
    font-size: 1.275rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.header__contacts-phone:hover {
    color:#569724;
}

.header__contacts-iconphone {
    margin-right:12px;
}

.header__contacts-iconarrow {
    margin-left:6px;
}

.header__contacts:hover .header__contacts-hidden {
    opacity:1;
    visibility:visible;
}

.header__contacts:hover {
    background:#fff;
}

.header__contacts:hover .header__contacts-iconarrow {
    transform: scaleY(-1);
}

.header__contacts-callback {
    background:#569724;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:48px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__contacts-callback:hover {
    background-color: #333;
}

section.promo {
    padding:40px 0 60px;
}

section.promo .container {
    display:flex;
    justify-content:space-between;
}

.promo-content {
    padding:70px 0 0 48px;
    height:fit-content;
}

.promo-content__line {
    display:block;
    text-transform: uppercase;
}

.promo-content__1 {
    color: #333;
    font-size: 6.036rem;
    font-style: normal;
    font-weight: 700;
    line-height: 76%;
    text-transform: uppercase;
    padding-bottom:15px;
}

.promo-content__2 {
    color: #333;
    font-size: 6.45rem;
    font-style: normal;
    font-weight: 700;
    line-height: 71%; 
    text-transform: uppercase;
    display:flex;
    align-items:center;
    gap:14px;
}

.promo-content__2-oldprice {
    color: #333;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 71%;
    text-transform: uppercase;
    position:relative;
}

.promo-content__2-oldprice:before {
    content: '';
    display:block;
    height:3px;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:60%;
    background:#333;
}

.promo-content__3 {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    padding-top:24px;
}

.green {
    color: #569724;
}

.promo-content__4 {
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top:24px;
    text-transform: initial;
    font-size: 1.375rem;
}

.promo-content__buttons {
    padding-top:3.8125rem;
    display:flex;
}

.promo-content__buttons a {
    margin-right:16px;
}

.promo-content__buttons a:last-child {
    margin-right:0;
}

.button-primary {
    background: #569724;
    padding: 12px 30px;
    min-width:215px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    text-transform: uppercase;
    display:block;
    width:fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.button-primary:hover {
    color: #fff;
    background-color: #333;
}

.button-secondary {
    padding: 12px 0;
    min-width:156px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    text-transform: uppercase;
    display:block;
    width:fit-content;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    cursor:pointer;
}

.button-secondary:hover {
    color: #fff;
    background-color: #333;
}

.promo-image {
    max-width:893px;
    user-select: none;
    pointer-events: none;
    object-fit: contain;
    border-radius:8px;
}

footer {
    padding:45px 0 90px;
}

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

.footer-logo img {
    width:fit-content;
    margin-bottom:12px;
}

.footer-logo__slogan {
    color: #333;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.footer-outer {
    padding:80px 0;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-copyright {
    padding-top: 33px;
    display: block;
    text-align: center;
    font-size:1.2rem;
}

.footer-nav {
    max-width:846px;
    display:flex;
    flex-wrap:wrap;
    height: fit-content;
}

.footer-nav__item {
    width:33%;
    padding:20px 0;
    display:flex;
    align-items:center;
}

.footer-nav__item a {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.footer-nav__item a:hover {
    color:#569724;
}

section.calculate .container {
    padding:50px 94px 73px 58px;
}

.calculate-outer {
    border-radius: 8px;
    border: 2px solid #569724;
    background: #FFF;
    box-shadow: 4px 3px 27px 3px rgba(0, 0, 0, 0.15);
    padding:24px 48px;
    position:relative;
}

.calculate-title {
    color: #1E1E1E;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:1.5rem;
}

.calculate-price__main {
    display:flex;
    align-items:center;
}

.calculate-price__newprice {
    color: #569724;
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-right:32px;
}

.calculate-price__oldprice {
    color: #909090;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    letter-spacing: -0.68px;
    text-decoration: line-through;
    height:fit-content;
}

.calculate-price__title {
    color: #1E1E1E;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom:0.75rem;
}

.calculate-price {
    width:fit-content;
    margin-bottom:48px;
}

.calculate-prices__item-price {
    display:flex;
    align-items:center;
}

.calculate-prices__item-price .calculate-price__newprice {
    font-size:2rem;
    margin-right:12px;
}

.calculate-prices__item-price .calculate-price__oldprice {
    font-size:1.5rem;
}

.calculate-prices {
    display:flex;
    margin-bottom:48px;
}

.calculate-prices__item {
    padding:12px;
    border-radius: 8px;
    border: 2px solid #569724;
    background: #FFF;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    margin-right:12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calculate-prices .calculate-prices__item:last-child {
    margin-right:0;
}

.calculate-prices__item-title {
    color: #333;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:12px;
}

.calculate-prices__item-price-title {
    font-size:1.375rem;
}

.calculate-image {
    position:absolute;
    right: -110px;
    top: -110px;
    user-select: none;
    pointer-events: none;
}

section.expert {
    padding:105px 0 90px;
    position:relative;
}

section.expert .expert-container {
    display:flex;
    justify-content:space-between;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.15);
    padding:24px;
}

section.expert .experts-swiper-pagination {
    text-align:right;
    padding-top:24px;
    position:unset;
}

section.expert .swiper {
    overflow:visible;
}

.expert-container-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 90px;
}

.experts-nav-buttons {
    margin-bottom:24px;
}

.expert-info.expert-info-education {
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
}

.expert-info.expert-info-education p {
    position: relative;
    font-size: 1.175em;
    line-height: 140%;
}

.expert-image img {
    border-radius: 8px;
    width:100%;
    object-fit:cover;
    width:33.6vw;
}

.expert-content {
    padding-right:5rem;
    font-size:16px;
}

.expert-title {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:1.5rem;
}

.expert-desciption {
    margin-bottom:1rem;
    font-size: 1.375em;
}

.expert-title * {
    text-transform:uppercase;
}

.expert-info {
    border-radius: 4px;
    background: #F9F9F9;
    padding: 12px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:1rem;
    gap:8px;
}

.expert-info ul {
    padding: 0 0 0 30px;
    line-height: 150%;
}

.expert-info li {
    position: relative;
    font-size: 1.175em;
    line-height: 140%;
}

.expert-info li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #569724;
    position: absolute;
    left: -18px;
    top: 10px;
    border-radius: 50%;
}

.expert-content > .expert-info:last-child {
    margin-bottom:0;
}

.expert-info__title {
    color: var(--Black, #000);
    font-size: 1.375em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.expert-info__value {
    color: #1E1E1E;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.expert-info__row {
    display:flex;
    justify-content:space-between;
}

.expert-info__row .expert-info {
    width:calc(50% - 8px);
}

.expert-rating {
    display:flex;
}

.expert-rating__average {
    color: #353333;
    font-size: 6.575em;
    font-style: normal;
    font-weight: 400;
    margin-right:27px;
}

.expert-rating__fullstars {
    background:url('/templates/img/stars_yellow.png');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.expert-rating__stars {
    position:relative;
    margin-bottom:1.563rem;
}

.expert-rating__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.expert-rating__count {
    font-size: 1.375em;
}

.accordion-content {
    display:none;
}

*[data-accordionMain] {
    cursor:pointer;
}

*[data-accordionContent] {
    max-height:0px;
    visibility:hidden;
    overflow:hidden;
    opacity:0;
}

*[data-accordionContent] * {
    /* transform:scale(0); */
}

*[data-accordionContent]:not(.active) {
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

*[data-accordionContent].active {
    max-height:100%;
    visibility:visible;
    opacity:1;
}

*[data-accordionContent].active * {
    /* transform:scale(1); */
}

*[data-accordionMain].active .accordion-arrow  {
    transform:scaleY(-1);
}

section.trust {
    padding: 45px 0 45px;
    background: #F9F9F9;
}

.trust-columns {
    display:flex;
    justify-content:space-between;
}

.trust-title {
    font-size: 3.5rem;
    margin-bottom:64px;
    font-weight: 700;
    line-height: 120%;
}

.trust-columns .trust-column:first-child {
    /* max-width:1110px; */
}

.trust-column p {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.trust-utps {
    display:flex;
    /* flex-wrap:wrap; */
    /* margin:-12px; */
    /* padding-left: 80px; */
    width:100%;
    gap:12px;
}

.trust-utp {
    width:25%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    padding:24px;
}

.trust-utp__title {
    color: #569724;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:12px;
}

.trust-utp__content {
    font-size: 1.375rem;
    color: #333;
    font-weight: 400;
    line-height: 150%;
}

section.variables {
    padding:45px 0 90px;
}

.variables-title {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:16px;
}

.variables-description {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.variables-listing {
    display:flex;
    padding-top:5rem;
    justify-content: space-between;
    flex-direction:column;
}

.variables-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    padding:48px 24px;
    width: 100%;
    margin-bottom:24px;
}

.variables-item__title {
    font-size:1.375rem;
    color: var(--Black, #000);
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom:24px;
}

.variables-item__content-title {
    color: #000;
    font-size:1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    /* padding:24px 24px 0; */
    margin-bottom:10px;
}

.variables-item__content {
    border-radius: 8px;
    border: 3px solid rgba(86, 151, 36, 0.39);
    background: #FFF;
    /* height: 51rem; */
    /* overflow:hidden; */
    display:flex;
    align-items:center;
    width:100%;
}

.variables-item__content-outer {
    display:flex;
    flex-direction:column;
    padding:24px;
    height:100%;
}

.variables-item__content-outer .button-primary {
    margin-top:auto;
}

.variables-item__outer {
    display:flex;
}

.variables-item__content > img {
    width:fit-content;
    height:fit-content;
    max-width:50%;
    height: 100%;
    object-fit: contain;
}

.variables-item__content-single img {
    width:100%;
    max-height:228px;
}

.variables-item__content-text {
    /* padding:10px 24px 24px; */
    font-size: 1.375rem;
    font-style: normal;
    line-height: 100%;
    margin-bottom:12px;
}

.variables-item__content-green {
    font-weight: 700;
    color:#569724;
}

.variables-item__content-red {
    font-weight: 700;
    color:#EA3323;
}

.variables-item__content-black {
    font-weight: 700;
    color:#1E1E1E;
}

.variables-item__content-text ul {
    padding:10px 0 0 30px;
    line-height: 150%;
}

.variables-item__content-text li {
    position:relative;
}

.variables-item__content-text li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #569724;
    position: absolute;
    left: -18px;
    top: 14px;
    border-radius: 50%;
}

.variables-item__separator {
    width: 2px;
    padding: 0 48px;
    position:relative;
}

.variables-item__separator:before {
    content: '';
    display: block;
    height: 85%;
    max-height: 360px;
    width: 2px;
    background: #B6B6B6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.variables-item__button {
    /* margin:24px auto 0; */
}

.variables-item__newprice {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    text-transform: uppercase;
}

.variables-item__oldprice {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    text-decoration: line-through;
    text-transform: uppercase;
    padding-left:8px;
}

section.about {
    padding:60px 0 50px;
    background: #F9F9F9;
}

section.about .container {
    display:flex;
    justify-content:space-between;
}

.about-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:24px;
}

.about-tags {
    display:flex;
    margin-right:-8px;
    padding-bottom:24px;
}

.about-tag {
    padding:12px;
    background: #569724;
    margin-right:8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.about-text {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 150%;
}

.about-content {
    /* max-width:63%; */
}

.about-utps {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
    padding-left: 80px;
}

.about-utp {
    width: calc(50% - 24px);
    margin: 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-utp__title {
    color: #569724;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:12px;
}

.about-utp__content {
    color: #333;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.rating {
    padding: 60px 0 40px 0;
}

section.rating .container {
    display:flex;
    justify-content:space-between;
}

.rating-reviews {
    border-radius: 8px;
    background: #569724;
    padding:24px;
    max-width:64%;
    width:100%;
}

.rating-reviews-title {
    color: #FFF;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:32px;
}

.rating-scores {
    border-radius: 8px;
    border: 3px solid #569724;
    display: flex;
    padding: 32px;
    flex-direction: column;
    margin-left:5rem;
}

.rating-scores__title {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom:24px;
}

.rating-scores__description {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:24px;
}

.rating-scores__item {
    border-radius: 4px;
    background: #F9F9F9;
    padding: 24px;
    margin-bottom:24px;
    display:flex;
    align-items:center;
}

.rating-scores__item-content {
    padding-left:45px;
}

.rating-scores .rating-scores__item:last-child {
    margin-bottom:0;
}

.rating-scores__item-name {
    font-size: 1.375rem;
    margin-bottom:8px;
}

.rating-scores__item-score {
    font-size: 1.375rem;
}

.review-item {
    border-radius: 8px;
    background: #FFF;
    padding:32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-item__title {
    color: #000;
    font-size: 1.375rem;
    line-height: 150%;
    font-weight: 600;
    margin-bottom:30px;
}

.review-item__stars {
    margin-bottom:24px;
}

#reviewsSwiper {
    height: calc(100% - 150px);
}

.review-item__content {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 150%; 
}

.review-item__more {
    font-size:16px;
    color:#000;
    text-decoration:underline;
    margin-top: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.review-item__more:hover {
    color:#569724;
}

section.form {
    padding:40px 0 60px;
}

section.form *[data-form-item] {
    display: flex;
    align-items: center;
    height: 100%;
}

section.form .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
    align-items: stretch;
}

.form-title {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom:12px;
}

.form-description {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:24px;
}

.form-content {
    padding: 0 65px 0 0;
    min-width:570px;
    max-width:570px;
    height: fit-content;
    margin: auto;
}

.form-group {
    margin-bottom:24px;
}

.form-group input {
    border-radius: var(--radius-8, 8px);
    border: 1px solid #353535;
    padding:8px 12px;
    width:100%;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-group input.is-invalid {
    border-color:red !important;
}

.form-button {
    width:100%;
    cursor:pointer;
}

.form-image {
    height:auto;
}

.form-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}

section.examples {
    padding:112px 0 90px;
}

.examples-title {
    color: var(--Black, #000);
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:1.5rem;
}

.examples-description {
    margin-bottom:2.813rem;
    color: #1E1E1E;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.examples-nav-buttons {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-top:-5rem;
}

.examples-nav-button {
    border: 1px solid #707070;
    width:42px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:15px;
    cursor:pointer;
    user-select:none;
}

.examples-nav-buttons .examples-nav-button:last-child {
    margin-right:0;
}

.examples-nav-button:hover {
    background:#333;
}

.examples-nav-button:hover path {
    fill:#fff;
}

.examples-nav-button[data-prev] {
    transform: scaleX(-1);
}

.examples-item {
    padding:45px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    font-size:16px;
}

#examplesSwiper {
    padding: 2.188rem 15px 15px;
    margin: -15px;
    margin-top: 0;
}

.examples-nav-button.swiper-button-disabled {
    opacity: .8;
    pointer-events:none;
}

.mobile__contacts {
    display:none;
}

.calculate-mobile-v {
    display:none;
}

.modal {
    opacity:0;
}

.modal.ready {
    opacity:1;
}

.modal-title {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.modal-subtitle {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 32px;
}

.modal-quiz-title {
    color: #1E1E1E;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.modal-quiz-subtitle {
    color: #1E1E1E;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 15px;
}

.modal-quiz-subtitle li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #569724;
    position: absolute;
    left: -17px;
    top: 10px;
    border-radius: 50%;
}

.modal-quiz-subtitle li {
    position: relative;
}

.modal-quiz-subtitle ul {
    padding: 0 0 0 19px;
    line-height: 150%;
}

.modal-quiz-subtitle .oldprice {
    color: #909090;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.68px;
    text-decoration: line-through;
    height: fit-content;
}

*[data-form-success] {
    opacity:0;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.data-form-success__title {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top:18px;
}

.data-form-success__desc {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 32px;
}

*[data-form-outer] {
    position:relative;
}

*[data-form-item] {
    opacity:1;
    visibility:visible;
}

*[data-form-item].submited {
    opacity:0;
    visibility:hidden;
}

*[data-form-success].submited {
    opacity:1;
    visibility:visible;
}

.quiz {
    min-width:950px
}

.quiz-outer {
    padding-top:15px;
    border-top: 1px solid #eee;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.quiz-item__title {
    color: #1E1E1E;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.quiz-item__variables input {
    display:none;
}

.quiz-item__variables.image-type {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.quiz-item__variables.image-type label {
    width: calc(25% - 10px);
    position:relative;
    cursor:pointer;
}

.quiz-item__variables.image-type label img {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.quiz-selected {
    opacity:0;
    transform:scale(0);
    position: absolute;
    top: -10px;
    left: -10px;
}

.quiz-item__variables.image-type input:checked ~ .quiz-selected {
    opacity:1;
    transform:scale(1);
}

.quiz-item__variables.radio-type {
    display:flex;
    flex-direction:column;
}

.quiz-item__variables.radio-type label {
    padding-left:30px;
    padding-bottom: 15px;
    padding-top: 2px;
    position:relative;
    cursor:pointer;
}

.quiz-radio-selected {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #569724;
    position:absolute;
    top:0;
    left:0;
}

.quiz-radio-selected:after {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #569724;
    position:absolute;
    top:3px;
    left:3px;
    opacity:0;
}

.quiz-item__variables.radio-type input:checked ~ .quiz-radio-selected:after {
    opacity:1;
}

.quiz-nav {
    display: flex;
    justify-content: flex-end;
}

.quiz-nav .button-secondary {
    margin-right:auto;
}

.quiz-nums {
    position: absolute;
    top: -140px;
    right: 0px;
    font-size: 27px;
    color: #569724;
}

.quiz-nums * {
    cursor:pointer;
}

*[data-quiz-item] {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    transition: opacity ease-out .2s;
    transition-duration: .2s;
    position: absolute;
    right: 0;
    left: 0;
    padding-top:10px;
}

*[data-quiz-this] {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
}

.quiz-inputs-outer {
    padding-top:15px;
    width:fit-content;
    min-width:300px;
}

.modal-quiz-subtitle .oldprice {
    padding-left:5px;
}

.form-policy {
    color: #7c7c7c;
    font-size: 14px;
    padding-top:15px;
}

.form-policy a {
    color:#569724;
    text-decoration:underline;
}

*[data-quiz-item] .form-policy {
    padding-top:0;
}

.mobile-version {
    display:none;
}

#variablesSwiper {
    margin:-15px;
}

#variablesSwiper .variables-item__content {
    /* height: 34rem; */
}

#variablesSwiper .variables-item {
    width:100%;
}

#variablesSwiper .variables-item__content > img {
    max-width: 300px;
    margin: auto;
    display: block;
}

#variablesSwiper .swiper-slide {
    padding:15px;
}

#variablesSwiper .swiper-pagination {
    position: unset;
    padding: 30px 15px 9px;
    text-align:center;
    display: flex;
    justify-content: flex-end;
}

.swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.5);
    background:#569724;
}

#variablesSwiper .variables-item__separator {
    height: 4rem;
}

.variables-item.fancybox-content {
    width: 88vw;
}

.variables-item.fancybox-content .variables-item__content > img {
    max-width:400px;
    display: block;
    margin: auto;
}

.variables-item.fancybox-content .variables-item__content {
    height: fit-content;
    padding-bottom: 25px;
}

.variables-item.fancybox-content .variables-item__content-text li:before {
    top: 7px;
}

.variables-item.fancybox-content .variables-item__title {
    margin-bottom:12px;
    font-size: 2rem;
}

.expert-photo-mobile {
    display:none;
}

#reviewsSwiper .swiper-pagination {
    position: unset;
    text-align: right;
    padding: 0 0 15px 0;
}

#reviewsSwiper .swiper-pagination .swiper-pagination-bullet {
    background:#fff;
}

#reviewsSwiper .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background:#fff;
}

#reviewsSwiper .swiper-wrapper {
    height:calc(100% - 50px);
}

.accept-check-outer {
    display:flex;
    align-items:flex-start;
    padding-bottom:15px;
    text-align:left;
    font-size:14px;
    cursor:pointer;
}

.accept-check-outer input {
    display:none;
}


.accept-check-box {
    display: block;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #c9c9c9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:6px;
    border-radius:5px;
}

.accept-check-outer a {
    text-decoration:underline;
    
}

.accept-check-outer .accept-check-box span {
    display:none;
    color:#569724 ;
}

.accept-check-outer input.is-invalid + .accept-check-box {
    border:1px solid red;
}

.accept-check-outer input:checked + .accept-check-box span {
    display:block;
}

.modal .accept-check-outer {
    max-width:400px;
}

.gallery-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 45px;
}

section.gallery {
    padding:112px 0 90px;
}

.gallery-swiper img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
}

.gallery-swiper .swiper-wrapper {
    align-items:stretch;
}

.gallery-swiper .swiper-slide {
    height:auto;
}

.gallery-title__row {
    display:flex;
    justify-content:space-between;
}

.gallery-nav-buttons {
    margin-top:0px;
    margin-bottom:39px;
}

.swiper-pagination.gallery-swiper-pagination {
    position: unset;
    text-align: right;
    padding-top: 40px;
}

@media (max-width:1800px) {
    .container {
        max-width: 95%;
    }
    
    html {
        font-size: .8vw;
    }
    
    .expert-content {
        font-size: .8vw;
    }
    
    .menu__item {
        margin-right: 24px;
    }
    
    .menu__item a {
        font-size:14px;
    }
    
    .footer-nav__item a {
        font-size:14px;
    }
    
    .calculate-image {
        max-width:49vw;
        bottom: -50px;
        top: initial;
    }
    
    .variables-item__content {
        /* height: 53rem; */
    }
}

@media (max-width:1730px) {
    .promo-image {
        max-width: 54%;
    }
}

@media (max-width:1450px) {
    section.promo {
        padding: 20px 0 30px;
    }
    
    section.calculate .container {
        padding: 25px 74px 35px 58px;
    }
    
    section.expert {
        padding: 50px 0 45px;
    }
    
    section.trust {
        padding: 45px 0 25px;
    }
    
    section.variables {
        padding: 25px 0 45px;
    }
    
    section.examples {
        padding: 50px 0 45px;
    }
    
    section.about {
        padding: 30px 0 25px;
    }
    
    section.rating {
        padding: 30px 0 20px 0;
    }
    
    section.form {
        padding: 20px 0 30px;
    }
    
    .footer-outer {
        padding: 40px 0;
    }
    
    footer {
        padding: 45px 0 45px;
    }
    
    .variables-item {
        /* width: calc(100% / 3 - 20px); */
    }
    
    .menu__item a {
        font-size: 12px;
    }
    
    .rating-scores__item {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .rating-scores__item > img {
        max-height:50px;
    }
    
    .rating-scores__item-content {
        padding-left: 25px;
    }
    
    #reviewsSwiper {
        min-height:350px;
    }
    
    .variables-item__title {
        font-size: 1.45rem;
    }
    
    .map iframe {
        height:400px;
    }
    
    .expert-info > img {
        max-width:40%;
    }
    
    .expert-rating__average {
        margin-right:1.688rem;
    }
    
    .header__contacts-address {
        font-size:12px;
    }
    
    .header__contacts-phone {
        font-size:16px;
    }
}

@media (max-width:1400px) {
    .expert-image img {
        width: 37.2vw;
        object-fit: cover;
    }
    
    .variables-item__separator {
        padding: 0 24px;
    }
}

@media (max-width:1300px) {
    .promo-image {
        max-width: 50%;
    }
    
    .variables-item__content {
        /* height: 60rem; */
    }
    
    html {
        font-size: 1vw;
    }
    
    .promo-content {
        padding: 24px 0 0 24px;
    }
    
    .promo-content__1 {
        font-size:6rem;
    }
    
    .promo-content__2 {
        font-size: 5.17rem;
    }
    
    .menu__item {
        margin-right: 16px;
    }
    
    .calculate-prices__item {
        z-index:1;
    }
    
    section.calculate .container {
        padding: 25px 0px 35px 0px;
    }
    
    .calculate-image {
        max-width: 56vw;
        bottom: 0px;
        right: -70px;
        top: initial;
    }
    
    .calculate-outer > div {
        z-index:2;
        position: relative;
    }
    
    .calculate-outer > img {
        z-index:1;
    }
    
    .calculate-title {
        max-width:70%;
    }
    
    .expert-content {
        font-size: 1vw;
        padding-right: 2rem;
    }
    
    .trust-title {
        margin-bottom:16px;
    }
    
    .trust-utps {
        /* padding-left:40px; */
    }
    
    .variables-listing {
        padding-top:3rem;
    }
    
    #reviewsSwiper {
        min-height: 430px;
    }
    
    .rating-scores {
        margin-left: 3rem;
    }
    
    .variables-item__title {
        font-size: 1.5rem;
    }
    
    .about-utps {
        padding-left:40px;
    }
    
    .variables-item__content > img {
        max-width:40%;
    }
}


@media (max-width:1200px) {
    .expert-title br {
        display:none;
    }
    
    .variables-item__content {
        /* height: 65rem; */
    }
    
    .footer-nav {
        max-width: 60%;
    }
    
    .footer-nav__item {
        padding: 10px 0;
    }
    
    .menu {
        display:none;
    }
    
    .header__contacts {
        display:none;
    }
    
    .header-burger-close {
        opacity:0;
        visibility:hidden;
        position:absolute;
    }
    
    .header-burger-open {
        opacity:1;
        visibility:visible;  
    }
    
    .burger-menu.active .header-burger-open {
        opacity:0;
        visibility:hidden;  
        position:absolute;  
    }
    
    .burger-menu.active .header-burger-close {
        opacity:1;
        visibility:visible;    
    }
    
    .header-separator {
        height: 73px;
    }
    
    .burger-menu {
        display:block;
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
        display:flex;
        justify-content:center;
        align-items:center;
        width:40px;
        height:40px;
    }
    
    .menu.active {
        display: block;
        position: fixed;
        top: 73px;
        left: 0;
        background: #fff;
        right: 0;
        bottom: 0;
        padding: 25px 2.6vw;
        overflow-y: scroll;
    }
    
    .menu__item a {
        font-size: 16px;
        display:block;
        padding:10px 0;
    }
    
    .menu__item {
        margin-right: 0;
    }
    
    .scroll-disabled {
        overflow:hidden;
    }
    
    .mobile__contacts {
        display:block;
    }
    
    .mobile__contacts-item {
        padding:10px 0;
        width:fit-content;
    }
    
    .mobile__contacts-address {
        font-size:12px;
        color:#353535;
    }
    
    .mobile__contacts-phone a {
        font-size:22px;
        color:#353535;
    }
    
    .mobile__contacts-list {
        padding: 20px 0 25px 0;
    }
    
    .mobile__contacts-list .mobile__contacts-item {
        border-bottom:1px solid #eee;
    }
    
    .mobile__contacts-list .mobile__contacts-item:last-child {
        border-bottom:0;
    }
}

@media (max-width:1060px) {
    .variables-item__content-text {
        /* padding: 10px 15px 15px; */
    }
    
    .variables-item__content-title {
        /* padding: 24px 15px 0; */
    }
    
    .variables-item__title {
        font-size: 1.5rem;
        min-height: 49px;
        align-content: center;
    }
    
    .variables-item__content {
        /* height: 62rem; */
    }
    
    .variables-item {
        padding: 24px 15px;
    }
    
    #reviewsSwiper {
        min-height: 340px;
    }
    
    .variables-item__content {
        display: flex;
        flex-direction: column;
    }
    
    .variables-item__content > img {
        max-width: 100%;
        margin-right: auto;
        width: fit-content;
    }
    
    .variables-item__content-outer {
        width:100%;
    }
}

@media (max-width:990px) {
    .quiz-item__variables.image-type label {
        width: calc(33% - 10px);
        margin-bottom:20px;
        font-size: 14px;
    }
    
    .quiz-outer {
        min-height:fit-content;
    }
    
    *[data-quiz-item] {
        position:unset;
        display:none;
    }
    
    *[data-quiz-this] {
        display:block;
    }
    
    .quiz-item__variables.radio-type label {
        font-size:14px;
    }
    
    .quiz-nav {
        padding-top:24px;
    }
    
    .quiz-final-title {
        font-size:2.2rem;
    }
    
    .fancybox-content.quiz {
        max-width:90vw;
        min-width:90vw;
    }
    
    .trust-utps {
        flex-wrap:wrap;
    }
    
    .trust-utp {
        width:calc(50% - 6px);
    }
}

@media (max-width:950px) {
    .about-utps {
        padding-left: 20px;
    }
    
    .form-content {
        padding-right:20px;
    }
    
    .expert-rating__stars {
        max-width: 100px;
    }
    
    .expert-rating__stars img {
        width: 100%;
    }
    
    .expert-rating__fullstars {
        width: 100%;
        background-size: 100px;
        background-repeat:no-repeat;
    }
    
    .expert-rating__average {
        margin-right: 0.5rem;
    }
    
    .trust-columns .trust-column:first-child {
        max-width: 100%;
    }
    
    .trust-columns {
        flex-wrap:wrap;
    }
    
    .trust-utps {
        padding-left:0;
        padding-top: 20px;
        width: 100%;
    }
    
    .trust-utp {
        /* width: calc(25% - 24px); */
    }
    
    section.about .container {
        flex-wrap:wrap;
    }
    
    .about-utps {
        padding-left:0;
        padding-top:20px;
        width: 100%;
    }
    
    .about-utp {
        width: calc(25% - 24px);
        margin: 12px;
    }
    
    .about-content {
        max-width: 100%;
    }
    
    html {
        font-size: 10px;
    }
    
    .calculate-title {
        max-width: 100%;
    }
    
    .calculate-prices {
        margin-bottom: 24px;
    }
    
    .calculate-price {
        margin-bottom: 24px;
    }
    
    .calculate-image {
        max-width: 50vw;
        bottom: -35px;
        right: -50px;
    }
    
    .expert-content {
        font-size: 10px;
    }
    
    .variables-item__content {
        /* height: 65rem; */
    }
    
    .footer-nav__item a {
        font-size: 12px;
    }
    
    .form-content {
        min-width: 425px;
        max-width: 425px;
    }
    
    .variables-item__button {
        width:100%;
    }
    
    .promo-image {
        max-width: 46%;
    }
    
    .footer-logo img {
        max-width:185px;
    }
}

@media (max-width:900px) {
    .pc-version {
        display:none;
    }
    
    .mobile-version {
        display:block;
    }
    
    section.variables .swiper-wrapper {
        align-items: stretch;
    }
    
    #variablesSwiper .variables-item {
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    #variablesSwiper .swiper-slide {
        height:auto;
    }
    
    .variables-item__button {
        margin-top:15px;
    }
    
    .variables-item__separator:before {
        width:100%;
        height:2px;
    }
    
    #variablesSwiper .variables-item__separator {
        width:100%;
    }
    
    #variablesSwiper .variables-item__separator:before {
        max-width:90%;
    }
    
    #variablesSwiper .variables-item__content-text {
        padding: 10px 15px 15px;
    }
    
    #variablesSwiper .variables-item__content-title {
        width: 100%;
        padding: 24px 15px 0;
    }
    
    #variablesSwiper .variables-item__single .variables-item__content {
        height: calc(100% - 160px);
        justify-content:center;
    }
    
    #variablesSwiper .variables-item__single .variables-item__content img {
        margin:0;
        height:fit-content;
    }
    
    #variablesSwiper .variables-item__content {
        overflow:hidden;
    }
    
    #variablesSwiper .variables-item__content-title br {
        display:none;
    }
}

@media (max-width:860px) {
    section.promo .container {
        flex-wrap:wrap;
    }
    
    .promo-image {
        max-width: 100%;
    }
    
    .promo-content {
        width:100%;
    }
    
    .promo-content__1 {
        font-size: 6rem;
    }
    
    .promo-content__2 {
        font-size: 6.75rem;
    }
    
    .promo-content__3 {
        font-size: 2rem;
    }
    
    .promo-content__buttons {
        padding-top: 56vw;
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    .promo-image {
        position: absolute;
        top: 30rem;
        right: 0;
        left: 0;  
        max-width: 100%;
    }
    
    .rating-reviews-title {
        font-size: 2rem;
        margin-bottom: 24px;
    }
    
    .rating-scores__title {
        font-size:2rem;
        margin-bottom: 12px;
    }
    
    .rating-scores {
        margin-left: 1rem;
    }
    
    .rating-reviews {
        max-width: 60%;
    }
}

@media (max-width:768px) {
    section.expert .container {
        flex-wrap:wrap;
    }
    
    .expert-image {
        display:none;
    }
    
    .expert-photo-mobile {
        display:block;
        padding:12px 0 24px;
    }
    
    .expert-photo-mobile img {
        width:100%;
    }
    
    section.expert .container {
        position:relative;
    }
    
    .expert-content {
        padding-right:0;
    }
    
    .calculate-image {
        display:none;
    }
    
    .calculate-image.calculate-mobile-v {
        display: block;
        position: absolute;
        top: -46px;
        max-width: 154px;
    }
    
    .calculate-prices {
        justify-content:space-between;
    }
    
    .calculate-prices__item {
        padding: 12px;
        margin-right:0;
    }
}

@media (max-width:660px) {
    .calculate-prices {
        flex-direction:column;
        margin-bottom: 12px;
    }
    
    .calculate-outer .button-primary {
        width:100%;
    }
    
    .calculate-prices__item {
        margin-bottom:12px;
        border:none;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
        display:flex;
        justify-content: space-between;
    }
    
    .calculate-prices__item-price .calculate-price__newprice {
        font-size: 3rem;
        margin-right:8px;
    }
    
    .calculate-prices__item-title {
        font-size:2rem;
    }
    
    .calculate-outer {
        padding:12px;
    }
    
    .calculate-price__newprice {
        color:#000;
        font-size: 4.375rem;
    }
    
    .calculate-price__oldprice {
        color: #C7C7C7;
    }
    
    .calculate-prices__item-price .calculate-price__newprice {
        color:#569724;
    }
    
    .rating-scores {
        min-width:fit-content;
        padding: 24px 12px;
        margin-left: 0rem;
    }
    
    section.rating .container {
        flex-direction:column;
    }
    
    .rating-reviews {
        max-width: 100%;
        margin-bottom: 24px;
    }
    
    .rating-scores__items {
        display:flex;
        justify-content:space-between;
        margin:-12px;
    }
    
    .rating-scores__item {
        flex-direction: column;
        width: calc(100% - 12px);
        margin: 12px;
    }
    
    .rating-scores__item-content {
        padding-left:0;
        text-align: center;
    }
    
    .rating-scores__item > img {
        margin-bottom:24px;
    }
    
    .rating-scores__item-score {
        font-weight:700;
    }
    
    .rating-scores__title {
        font-size: 3.2rem;
        margin-bottom: 24px;
    }
    
    .rating-scores__description {
        font-size:1.6rem;
    }
    
    .rating-reviews-title {
        font-size:3.2rem;
    }
    
    .review-item {
        padding:24px 12px;
    }
    
    .review-item__title {
        font-size:1.6rem;
        margin-bottom:12px;
    }
    
    .review-item__stars img {
        max-width:116px;
    }
    
    .review-item__content {
        margin-bottom:32px;
    }
    
    #reviewsSwiper {
        min-height: fit-content;
    }
    
    .rating-reviews {
        padding:24px 12px;
    }
    
    .form-content {
        width:100%;
        max-width:100%;
        min-width:100%;
    }
    
    .form-title {
        color:#fff;
        font-size:3.2rem;
    }
    
    .form-description {
        font-size:1.8rem;
        color:#fff;
        margin-bottom:24px;
    }
    
    section.form .form-policy {
        color:#fff;
    }
    
    section.form .form-policy a {
        color:#fff;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .form-group input {
        padding: 12px 8px;
    }
    
    section.form .form-group input {
        border-color: #fff;
    }
    
    .form-image {
        display:none;
    }
    
    section.form {
       background: url(/templates/img/form-background.jpg);
       padding: 24px 0 48px;
    }
    
    section.promo {
        padding:25px 0 50px;
    }
    
    .promo-content__3 {
        line-height: 110%;
        padding-top: 6px;
    }
    
    .promo-image {
        top: 29rem;
        width: 100%;
        margin: auto;
        max-width: 92%;
    }
    
    .promo-content__buttons {
        padding-top: 57vw;
    }
    
    .promo-content .button-primary {
        width:100%;
    }
    
    .promo-content {
        padding:24px 10px 0;
    }
    
    section.calculate .container {
        padding: 24px 12px 30px 12px;
    }
    
    .calculate-prices__item-price .calculate-price__oldprice {
        font-size:1.6rem;
    }
    
    .calculate-prices__item {
        padding:12px;
    }
    
    section.expert {
        padding: 20px 0 38px;
    }
    
    .expert-title {
        font-size:3.2rem;
        margin-bottom:24px;
    }
    
    .expert-desciption {
        font-size:2.2rem;
    }
    
    section.trust {
        padding: 40px 0;
    }
    
    .trust-title {
        font-size: 3.2rem;
        /* max-width: 250px; */
    }
    
    .trust-column p {
        font-size:1.8rem;
    }
    
    .trust-utp__title {
        font-size:3.2rem;
    }
    
    .trust-utp__content {
        font-size:2.2rem;
    }
    
    .calculate-title {
        max-width: 350px;
    }
    
    .trust-utp {
        width: calc(50% - 12px);
    }
    
    .about-utp {
        width: calc(50% - 12px);
        margin: 6px auto;
    }
    
    .trust-utp {
        margin: 0;
        margin-bottom: 5vw;
    }
    
    .trust-utps {
        padding-top: 24px;
        margin: 0;
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
    
    section.variables {
        padding: 25px 0 25px;
    }
    
    section.examples {
        padding: 25px 0 25px;
    }
    
    section.about {
        padding:40px 0;
    }
    
    .variables-title {
        font-size:3.2rem;
    }
    
    .examples-title {
        font-size:3.2rem;
    }
    
    .about-title {
        font-size:3.2rem;
    }
    
    .variables-description {
        font-size:1.8rem;
    }
    
    .about-text {
        font-size:1.8rem;
    }
    
    .about-utps {
        padding-top: 30px;
        width: 100%;
        justify-content: space-between;
        margin: -6px;
    }
    
    .about-utp__title {
        font-size:3.2rem;
    }
    
    .about-utp__content {
        font-size:1.8rem;
    }
    
    section.form .form-policy {
        text-align:center;
    }
    
    .expert-content {
        font-size: 10.1818px;
    }
    
    #variablesSwiper .variables-item__content-title {
        font-size:2rem;
        margin-bottom:10px;
        padding: 24px 12px 0;
    }
    
    #variablesSwiper .variables-item__content-text {
        padding: 0px 12px 0;
    }
    
    #variablesSwiper .variables-item__content-text {
        font-size: 1.6rem;
    }
    
    .about-tag {
        background:#fff;
        border: 1px solid #569724;
        color:#569724;
        padding:4px 7px;
    }
    
    .form-content {
        padding-right: 0px;
    }
    
    .quiz-item__variables.image-type label {
        width: calc(50% - 10px);
    }
    
    .trust-utp {
        width:100%;
        margin-bottom: 16px;
    }
    
    .expert-container-title {
        margin-bottom: 15px;
        font-size:32px;
    }
}

@media (max-width:600px) {
    .footer-outer {
        flex-direction:column;
    }
    
    .footer-logo__slogan {
        font-size:4rem;
    }
    
    .footer-nav {
        max-width: 100%;
        flex-direction: column;
        padding-top: 50px;
    }
    
    .footer-nav__item {
        width: 100%;
        justify-content: center;
    }
    
    .footer-nav__item a {
        font-size:1.6rem;
    }
    
    .footer-copyright {
        font-size:1.4rem;
    }
    
    .footer-outer {
        padding: 45px 0;
    }
    
    .footer-logo img {
        max-width: 289px;
        margin: auto;
        margin-bottom: 24px;
    }
    
    .quiz-final-title {
        font-size: 1.6rem;
    }
}

@media (max-width:570px) {
    .promo-content__1 {
        font-size: 13.8vw;
    }
    
    .promo-content__2 {
        font-size: 9.55vw;
    }
    
    .promo-content__3 {
        /* font-size: 9.45vw; */
    }
    
    .promo-content__4 {
        padding-top:12px;
        max-width: 300px;
    }
    
    .promo-image {
        top:26rem;
    }
    
    .promo-content__buttons {
        padding-top: 54vw;
    }
}

@media (max-width:540px) {
   
    
    .examples-nav-buttons {
        display:none;
    }
    
    .examples-nav-buttons.experts-nav-buttons {
        display:flex;
        margin-top:0;
    }
    
    #variablesSwiper .variables-item__content {
        height:fit-content;
        padding-bottom: 20px;
        min-height: 426px;
    }
    
    .calculate-title {
        font-size:2.4rem;
        max-width: 290px;
    }
    
    .calculate-price__newprice {
        margin-right:24px;
    }
    
    .calculate-prices__item-title {
        max-width: 150px;
    }
    
    .quiz-nav .button-primary, .quiz-nav .button-secondary {
        min-width: 115px;
    }
    
    .quiz-nums {
        top:24px;
    }
    
    .modal-quiz-subtitle {
        font-size:14px;
    }
    
    .quiz-item__title, .quiz-final-title {
        padding-right:50px;
    }
    
    .modal-quiz-title {
        font-size:2.2rem;
    }
    
    .modal-quiz-subtitle .oldprice {
        font-size:12px;
    }
    
    .quiz-item__title {
        font-size:1.6rem;
        min-height: 32px;
        display: flex;
        align-items: center;
    }
    
    .fancybox-content {
        padding:24px !important;    
    }
    
    .quiz-inputs-outer {
        min-width:100%;
    }
}

@media (max-width:500px) {
    .promo-image {
        top:26rem;
    }
    
    .promo-content__buttons .button-primary {
        min-width:150px;
    }
}

@media (max-width:450px) {
    .expert-rating__average {
        font-size: 5rem;
        font-weight: 800;
        margin-right:1.2rem;
    }
    
    .expert-content > .expert-info:last-child {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .expert-rating__stars {
        margin-bottom:1.2rem;
        height:21px;
    }
    
    .rating-scores__item {
        width: calc(100% - 6px);
        margin: 6px;
    }
    
    .rating-scores .rating-scores__item:last-child {
        margin-bottom: 6px;
    }
    
    .rating-scores__items {
        padding:6px;
    }
    
    .promo-content__buttons {
        padding-top: 56vw;
    }
}

.cookie-message {
        position: fixed;
        bottom: 25px;
        right: 25px;
        background: #fff;
        z-index: 99;
        box-shadow: 8px 8px 30px rgb(0 0 0 / 9%);
        max-width: 500px;
        padding: 35px;
        box-sizing: border-box;
        margin-left: auto;
        border-radius:10px;
        font-size:14px;
    }

.cookie-message a {
    color:#569724;
    text-decoration:underline;
}

.cookie-message button {
    display:block;
    width:fit-content;
    margin-top:15px;
}

@media (max-width:500px) {
    .cookie-message {
        left:10px;
        right:10px;
        width:calc(100% - 20px);
        padding:25px;
        bottom:10px;
    }
    
    .swiper-pagination.gallery-swiper-pagination {
        padding-top:20px;
        text-align:center;
    }
    
    .gallery-title {
        margin-bottom:24px;
    }
}

.politika.fancybox-content {
    max-width: 1000px;
}

.offerta-footer {
    text-align:center;
    font-size:12px;
    display:block;
    padding-top:15px;
}

@media (max-width:400px) {
    .promo-content__2 {
        font-size: 9.55vw;
    }
    
    .promo-content__2-oldprice {
        font-size:7vw;
    }
    .promo-image {
        top: 25rem;
    }
}


.politika p {
    font-size:16px;
    margin-bottom:6px;
}