:root {
    --default-main-color: #058c37;
    --default-light-color: #f4f4f4;
    --alt-color: #f2f2f2;

    --text-color: #383e42;
    --text-color-light: #939598;
    --header-height: 150px;
}
@font-face {
    font-family: 'FuturaPT';
    src: url(../fonts/FuturaPT-Book.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: 'FuturaPT';
    src: url(../fonts/FuturaPT-Medium.ttf) format("truetype");
    font-weight: 500
}

@font-face {
    font-family: 'FuturaPT';
    src: url(../fonts/FuturaPT-Demi.ttf) format("truetype");
    font-weight: 600
}

@font-face {
    font-family: 'FuturaPT';
    src: url(../fonts/FuturaPT-Bold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: 'FuturaPT';
    src: url(../fonts/FuturaPT-Heavy.ttf) format("truetype");
    font-weight: 800
}
body {
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
body.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
a, button, input, textarea,
.mob-menu,
.benefists-list .list-item,
.faq-list-info .icon, .faq-list-description,
.main-form .error-text,
.modal-form .error-text,.partners-list-item img,
.socials-list a img,
.tab-links,
.faq-step-info .icon, .faq-step-description,
.to-top-button  {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'FuturaPT', sans-serif;
}
a {
    text-decoration: none;
    color: var(--text-color);
}
a:hover {
    color: var(--default-hover-color);
}
input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: var(--text-lightgrey-color);
}
input::-moz-placeholder, input::-moz-placeholder {
    color: var(--text-lightgrey-color);
}
input:-ms-input-placeholder, input:-ms-input-placeholder {
    color: var(--text-lightgrey-color);
}
input::-ms-input-placeholder, input::-ms-input-placeholder {
    color: var(--text-lightgrey-color);
}
input::placeholder, input::placeholder {
    color: var(--text-lightgrey-color);
}
.form-group {
    margin-bottom: 10px;
    position: relative;
    color: var(--text-color);
    text-align: left;
}
.form-group label {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: var(--text-color);
}
.error-text, .form-group label small {
    color: red;;
}
.form-group.politics {
    color: var(--text-color-light);
}

.container {
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.mob-only {
    display: none;
}
section {
    padding: 40px 0;
}
.section-title {
    text-align: left;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
    color: var(--text-color);
}
.section-title span {
    color: var(--default-main-color);
}
.section-subtitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 70px;
}
/* fields */

.field, textarea {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    padding: 0 18px;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--text-lightgrey-color);
}
.field.error,
.field.valid,
textarea {
    margin: 0;
    color: var(--text-color);
}
.iti {
    width: 100%;
}
textarea {
    height: auto;
    padding-top: 15px;
    outline: none !important;
}
.field:hover, textarea:hover {
    border-color: var(--text-lightgrey-color);
}
.field:focus, textarea:focus {
    color: var(--text-color);
    border-color: var(--dark-main-color);
}


i.icon {
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 7px;
}
i.phone {
    background-image: url(../icons/phone.svg);
}
i.mail {
    background-image: url(../icons/mail.svg);
}
i.size {
    background-image: url(../icons/size.svg);
}
i.timer {
    background-image: url(../icons/timer.svg);
}
i.delivery {
    background-image: url(../icons/delivery.svg);
}
i.pay {
    background-image: url(../icons/pay.svg);
}
i.check {
    background-image: url(../icons/check.svg);
}
i.arrow {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 0;
}
i.plus {
    background-image: url(../icons/plus.svg);
}
i.viber {
    width: 28px;
    height: 24px;
    background-image: url(../icons/viber.svg);
}
i.instagram {
    background-image: url(../icons/instagram.svg);
}
i.facebook {
    background-image: url(../icons/facebook.svg);
}

.btn {
    /* padding: 0 25px; */
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    white-space: nowrap;
    display: inline-block;
    width: 240px;
    height: 40px;
    text-align: center;
    background: #fff;
    color: var(--text-color);
}
.btn.disabled {
    background-color: #9e9e9e;
}
.btn.disabled:hover {
    background-color: #9e9e9e;
    color: #fff;
    border-color: #9e9e9e;
}
.btn-main {
    background-color: var(--default-main-color);
    color: #fff;
}
.btn-main:hover {
    background-color: #fff;
    color: var(--default-main-color);
    border-color: var(--default-main-color);
}
.btn-light {
    background-color: #fff;
    border-color: var(--default-main-color);
    color: var(--default-main-color);;
}
.btn-light:hover {
    color: #fff;
    background-color: var(--default-main-color);
}


.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    z-index: 20;
    background-color: transparent;
}
.slick-prev:active,
.slick-next:active {
    background-color: transparent;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev::before,
.slick-next::before {
    content: none;
}
.slick-prev:hover, .slick-next:hover {
    background-color: var(--default-main-color);
}

.slick-next i {
    top: calc(50% - 7px);
    left: calc(50% - 10px);
    transform: rotate(-45deg);
}
.slick-prev i {
    transform: rotate(-225deg);
    top: calc(50% - 7px);
    right: calc(50% - 10px);
}
.slick-dots li button:before {
    font-size: 22px;
}
.slick-dots li.slick-active button:before {
    color: var(--default-main-color);
}


header {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 22, 31, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(21, 22, 31, 0.1);
}
main.blur {
    filter: blur(5px);
}
.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
    height: var(--header-height);
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 999;
    transition: 0.3s;
    overflow: hidden;
}
.header-block.shrink {
    height: calc(var(--header-height) - 55px);
}
.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 50px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;    flex-grow: 1;
}
.header-logo img {
    height: 80px;
}
.header-logo .slogan {
    max-width: 300px;
}
.header-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 5px;
}
.header-contacts a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-contacts i {
    background-color: var(--default-main-color);
    border-radius: 50%;
    width: 25px;
    background-size: 14px;
    margin-right: 5px;
}
.header-contacts i.viber {
    background-color: #6400dd;
    background-size: 20px;
}
.header-time p {
    text-align: center;
    margin-bottom: 5px;
}
.header-time .btn {
    width: 100%;
    height: 30px;
    line-height: 26px;
}

.nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--text-color);
    white-space: nowrap;
}
.header-menu-wrapper {
    width: 100%;
}
.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.header-menu .nav-link {
    padding: 10px 20px;
    border-radius: 10px;
}
.nav-link:hover {
    color: var(--default-main-color);
}
.nav-link.current {
    font-weight: 700;
}
.ham-line {
    display: block;
    width: 36px;
    height: 2.5px;
    margin: 6.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.hero-wrapper {
    background: url(../img/hero-bg.jpg) center / cover no-repeat;
    padding-top: var(--header-height);
}
.hero-block {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: calc(100vh - var(--header-height));
    max-height: 570px;
    
}
.hero-block h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 80px;
}
.hero-block h1 span {
    color: var(--default-main-color);
    display: block;
}
.hero-bullets {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.hero-bullets li {
    font-size: 18px;
    width: calc(50% - 10px);
}
.hero-block p {
    margin-bottom: 20px;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 40px;
    width: 100%;
}
.hero-buttons a {
    width: calc(50% - 40px);
}

.flex-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.benefists-section {
    padding: 0;
}
.benefists-list .list-item {
    flex: 0 0 20%;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
    height: 130px;
    position: relative;
}
.benefists-list .list-item:hover {
    background-color: var(--default-main-color);
    color: #fff;
}
.benefists-list .list-item i {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    background-size: 18px;
    box-shadow: 0px 2px 9px 0px rgba(33, 33, 33, 0.2);
    border: 1px solid #eee;
    margin-right: 10px;
}
.benefists-list .list-item p {
    width: calc(100% - 50px);
}

.rollets-list {
    gap: 40px 40px;
}
.rollets-list .list-item {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 30px 24px -20px rgba(33,33,33,0.2);
    border: 1px solid #eee;
}
.rollets-gallery .gallery-item {
    height: 400px;
}
.rollets-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rollets-gallery .slick-list {
    border-radius: 10px 10px 0 0;
    z-index: 10;
}
.rollets-list .list-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10px;
}
.rollets-list .list-item .btn {
    width: 90%;
    margin: 0 auto 20px;
}

.how-buy {
    background: url(../img/how-buy-bg.jpg) center/cover no-repeat;
}
.how-buy-list {
    gap: 30px;
}
.how-buy-list .list-item {
    flex: 0 0 calc(33% - 30px);
}
.how-buy-list .list-item .num {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--default-main-color);
}
.how-buy-list .list-item.with-icon .num {
    margin-bottom: 15px;
}
.how-buy-list .list-item .num i {
    width: 40px;
}
.how-buy-list .list-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;  
}
.how-buy-list .list-item .btn {
    width: 100%;
}

.roller-benefits-list {
    gap: 40px 30px;
}
.roller-benefits-list .list-item {
    flex: 0 0 calc(25% - 30px);
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 30px 24px -20px rgba(33,33,33,0.2);
    border: 1px solid #eee;
}
.roller-benefits-list .list-item .num {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--default-main-color);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.roller-benefits-list .list-item img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.roller-benefits-list .list-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0 15px; 
}
.roller-benefits-list .list-item p {
    padding: 0 15px;
    margin-bottom: 20px;
}

.types-list .list-item {
    flex: 0 0 calc(25%);
}
.types-list .list-item img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}
.types-list .list-item .list-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    color: var(--default-main-color);
}
.types-list .list-item .list-title span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
}

.tab-links {
    flex: 0 0 calc(16.666%);
    text-align: center;
    padding: 10px;
    background: linear-gradient(270deg, #3ea979 0%, #3ea979 75.91%, var(--default-main-color) 101.89%);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid transparent
}
.tab-links-list .tab-links.active {
    background: #fff;
    color: var(--text-color);
    border-bottom: 1px solid var(--default-main-color);
}
.tab-links-list .tab-links:hover {
    cursor: pointer;
}
.tab-content-list {
	background-color: #fff;
    color: var(--text-color);
    padding: 20px 30px;
	margin-bottom: 20px;
    box-shadow: 0px 30px 24px -20px rgba(33,33,33,0.2);
    border: 1px solid #eee;
    min-height: 270px;
}
.tab-content {
	height: 0;
	overflow: hidden;
}
.tab-content img {
    max-width: 200px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.tab-content .list-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 18px;
    margin-bottom: 10px;
}
.tab-content.active {
	height: auto;
	overflow: visible;
	display: flex;
    align-items: center;
    gap: 40px;
}
.price-section table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.price-section table tr:first-of-type {
    background: var(--default-main-color);
    color: #fff;
    font-weight: 500;
}
.price-section table tr {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.price-section table tr:nth-of-type(even) {
    background: #f5f5f5;
}
.price-section table td {
    font-size: 18px;
    padding: 16px;
}

.complete-section {
    display: none;
}
.complete-list .list-item {
    box-shadow: 0px 30px 24px -20px rgba(33,33,33,0.2);
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0 5px 30px;
}
.complete-list .list-item img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}
.complete-list .list-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}
.complete-list b {
    font-weight: 600;
}
.complete-list .list-item ul {
    padding: 0 15px 0 30px;
    margin-bottom: 20px;
}
.complete-list .list-item ul li {
    list-style: disc;
}
.complete-list .list-price {
    font-size: 24px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.complete-list .slick-prev,
.complete-list .slick-next {
    background-color: var(--default-main-color);
}

.faq-list {
    width: 80%;
    margin: 0 auto;
}
.faq-section .section-title {
    text-align: center;
}
.faq-steps {
    width: 100%;
}
.faq-step-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px 20px;
    cursor: pointer;
}
.faq-step-item {
    border-bottom: 1px solid #E2E8F0;
    padding: 20px 0;
}
.faq-step-info h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dark-main-color);
}
.faq-step-info .spoiler {
    background: var(--default-main-color);
    border-radius: 50%;
    line-height: 14px;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.faq-step-info .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
}
.faq-step-container.active .icon {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
.faq-step-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.faq-step-item {
    padding: 17px 0;
}
.faq-step-description {
    max-height: 0;
    overflow: hidden;
 }
.faq-step-description p:first-child {
    padding-top: 20px;
}
.faq-step-description p {
    padding-top: 15px;
    color: var(--text-grey-color);
    font-size: 18px;
    line-height: 24px;
}
.faq-step-description p {
    font-size: 18px;
    line-height: 24px;
}
.faq-step-description p:last-child {
    margin-bottom: 12px;
}
.faq-step-description ol {
    list-style: decimal;
    padding-left: 15px;
    margin-top: 10px;
}
.faq-step-description ol li {
    margin-bottom: 7px;
}


footer {
    background-color: var(--text-color);
    color: #fff;
}
footer .section-title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer img {
    max-width: 200px;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: var(--default-main-color);
}
.footer-list .list-item {
    flex: 0 0 50%;
}
.list-item.footer-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.list-item.footer-info,
.footer-list .list-item iframe {
    height: 450px;
}
.footer-contacts,
.footer-socials {
    margin-bottom: 20px;
}
.footer-contacts a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
.footer-contacts i {
    width: 15px;
}
.footer-socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.footer-socials a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}
.footer-socials a i {
    margin-right: 0;
}
.footer-socials a:hover {
    border-color: var(--default-main-color);
}
.list-item.footer-info .politics {
    flex-grow: 1;
}
.footer-list .list-item iframe {
    display: block;
    width: 100%;
    border: 0;
}







.js-open-modal {
    cursor: pointer;
}
.js-overlay-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, .5);
    z-index: 20;
}
.modal {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 999;
}
.modal.active,
.js-overlay-modal.active {
    opacity: 1;
    visibility: visible;
}            
.modal-content {
    background: #fff;
    max-width: 650px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
}
.modal-content .section-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}
.modal.success .modal-content .section-title {
    margin-bottom: 20px;
}
.js-modal-close {
    position: absolute;
    z-index: 30;
    top: 24px;
    right: 24px;
    display: block;
    width: 30px;
    height: 30px;                
}
.js-modal-close .icon {
    width: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-filter: brightness(0); /* Safari 6.0 - 9.0 */
    filter: brightness(0);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.success-text {
    display: none;
    padding: 30px;
    background: #fff;
    color: var(--text-color);
    border-radius: 10px;
}
.modal-content .success-text {
    padding: 0;
}
.success-text h2.section-title {
    margin-bottom: 30px !important;
}
.success-text p {
    font-size: 20px;
    line-height: 24px;
}
.to-top-button {
    display: none;
    padding: 25px;
    width: 20px;
    height: 20px;
    background: var(--default-main-color);
    border-radius: 50%;
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 50;
    opacity: 0.7;
}
.to-top-button:hover {
    opacity: 1;
}
.to-top-button.active {
    display: block;
}
.to-top-button .icon {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

@media only screen and (max-width: 1100px) {
    :root {
        --header-height: 210px;
    }
    .header-block.shrink {
        height: calc(var(--header-height) - 45px);
    }
    .header-logo {
        width: 100%;
    }
    .header-button {
        display: none;
    }
    .benefists-list .list-item {
        flex: 0 0 33%;
    }
    .roller-benefits-list .list-item {
        flex: 0 0 calc(33% - 30px);
    }
}

@media screen and (max-width: 797px) {
    :root {
        --header-height: 170px;
    }
    body, p, a {
        font-size: 14px;
    }
    section {
        padding: 20px 0;
    }
    .desktop-only {
        display: none;
    }
    .mob-only {
        display: block;
    }
    .header-block.shrink {
        height: calc(var(--header-height) - 75px);
    }
    .header-top {
        border: none;
        gap: 5px 0;
    }
    .header-logo {
        width: auto;
    }
    .header-logo .slogan {
        font-size: 12px;
        line-height: 16px;
        width: 250px;
    }
    .header-contacts,
    .header-time {
        width: 50%;
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }
    .nav-link {
        font-size: 24px;
        line-height: 1;
        padding: 24px 0;
        height: auto
    }
    .hamburger {
        display: block;
        cursor: pointer
    }
    .hamburger.active .ham-line:nth-child(2) {
        opacity: 0
    }
    .hamburger.active .ham-line:first-child {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }

    .hamburger.active .ham-line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg)
    }
    .mob-menu {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        text-align: center;
        -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 27px rgba(0, 0, 0, .05);
        padding: calc(25px + var(--header-height)) 30px 25px;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 998;
    }
    .mob-menu .overlay {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, 0.85);
        z-index: 10;
    }
    .mob-menu .nav-menu {
        position: relative;
        z-index: 20;
    }
    .mob-menu.active {
        right: 0;
    }
    .mob-menu .btn {
        width: 100%;
    }
    .hero-block h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .hero-bullets li {
        font-size: 14px;
    }
    .hero-buttons {
        margin-bottom: 30px;
    }
    .hero-buttons .btn {
        width: 100%;
    }
    .benefists-section {
        padding: 10px 0;
    }
    .benefists-list .list-item {
        flex: 1 0 50%;
        padding: 20px 10px;
        border-radius: 5px;
    }
    .rollets-list .list-item {
        flex: 0 0 calc(50% - 40px);
    }
    .rollets-gallery .gallery-item {
        height: 300px;
    }
    .how-buy-list .list-item,
    .roller-benefits-list .list-item {
        flex: 0 0 calc(50% - 30px);
    }
    .types-list .list-item {
        flex: 0 0 calc(50%);
    }
    .tab-links {
        flex: 0 0 calc(33.333%);
    }
    .faq-list {
        width: 100%;
    }
    .js-modal-close {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .js-modal-close .icon {
        width: 20px;
    }
}

@media screen and (max-width: 580px) {
    .header-logo {
        width: calc(100% - 36px);
    }
    .header-logo .slogan {
        display: none;
    }
    .hero-wrapper {
        background-size: 220%;
        background-position: top;
        background-color: #f0f0f0;
        padding-top: 200px;
    }
    .section-title {
        font-size: 36px;
        line-height: 42px;
    }
    .benefists-list .list-item {
        flex: 0 0 100%;
        height: auto;
    }
    .benefists-list .list-item i {
        width: 30px;
        background-size: 14px;
    }
    .benefists-list .list-item p {
        width: calc(100% - 40px);
        font-size: 16px;
    }
    .rollets-list .list-item,
    .how-buy-list .list-item,
    .roller-benefits-list .list-item,
    .footer-list .list-item {
        flex: 0 0 100%;
    }
    .rollets-gallery .gallery-item {
        height: 300px;
    }
    .rollets-list .list-title,
    .how-buy-title {
        min-height: auto;
    }
    .tab-links {
        flex: 0 0 calc(50%);
    }
    .tab-content img {
        max-width: 150px;
    }
    .tab-content.active {
        flex-wrap: wrap;
    }
}


.quiz-section.form-block {
    background: var(--text-color);
}
.quiz-section .section-title {
    color: #fff;
}
.form-block__container{
	padding: 20px;
}
.form-block__title{
	color: #FFF;
	font-size: 3.125vw;
	font-style: normal;
	font-weight: 450;
	line-height: 3.90625vw;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
	max-width: 57.2912vw;
}
.form-block__text{
	margin-bottom: 3.125vw;
	color: #FFF;
	font-size: 1.5625vw;
	font-style: normal;
	font-weight: 400;
	line-height: 2.03125vw;
	letter-spacing: 0.6px;
}
.form-block .form-block__content{
	display: flex;
	width: 100%;
	flex-direction: row;
	border-radius: 5px;
	background: #FFF;
	min-height: 33.854vw;
	justify-content: space-between;
    box-shadow: 0px 2px 9px 0px rgba(33, 33, 33, 0.2);
}
.form-block__left{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row;
	gap: 1.5625vw;
	padding: 3.125vw 4.16vw 3.645vw 3.125vw;
}
.form-block .image-container{
	width: 20.83vw;
	height: 100%;
	border-radius: 5px;
}
.form-block .image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.form-block__inputs{
	display: flex;
	max-width: 40vw;
	width: 100%;
	flex-direction: column;
}
.form-block .items-wrapper{
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 1.041vw;
	min-height: 13.28125vw;
}
.form-block .items-wrapper .item{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 1.97vw;
	width: 100%;
	gap: 1.5625vw;
}
.form-block .item-input{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.83vw;
	height: 100%;
}
.form-block .item-input span{
	color: #000;
	font-size: 0.83vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.302vw;
}
.form-block .item-input input{
	border: 1px solid #C8D8D8;
	background: #FFF;
	width: 3.90625vw;
	height: 100%;
	color: #000;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.302vw;
	text-align: center;
	-moz-appearance: textfield;
}
.item-count{
	width: 5.989vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	height:1.97vw;
}
.item-count div{
	width: calc(5.989vw / 3);
	background-color: #5a5a5a;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: #FFF;
	height: 100%;
}
.item-count input{
	width: calc(5.989vw / 3);
	color: #000;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.302vw;
	text-align: center;
	-moz-appearance: textfield;
	border: 1px solid #C8D8D8;
	background: #FFF;
	height: 100%;
}
.item-count input::-webkit-outer-spin-button,
.item-count input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.form-block .item-input  input::-webkit-outer-spin-button,
.form-block .item-input  input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.form-block__right{
	display: flex;
	flex-direction: column;
	padding: 2.083vw 2.604vw;
	border-radius: 5px;
	background: var(--default-main-color);
	max-width: 19.27vw;
}
.form-block__right-title{
	color: #FFF;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 2.083vw;
	max-width: 13.02vw;
}
.form-block__right .mini-text{
	color: #FFF;
	font-size: 0.83vw;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	margin-bottom: 1.041vw;
}
.form-block__right .messengers{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1.5625vw;
	margin-bottom: 2.083vw;
}
.form-block__right .messenger{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.52vw;

}
.form-block__right .messenger img{
	width: 3.125vw;
	height: 3.125vw;
	object-fit: cover;
	cursor: pointer;
}
.form-block__right .messenger span{
	color: #FFF;
	text-align: center;
	font-size: 0.677vw;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}
.form-block__right .phone-input{
	margin-bottom: 2.083vw;
}
.form-block__right .phone-input .phone-input__span{
	color: #FFF;
	font-size: 0.83vw;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 1.051vw;
	display: flex;
}
.form-block__right .phone-input input{
	color: #FFF;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 400;
	line-height: 2.03125vw;
	letter-spacing: 0.54px;
	border-bottom: 1px solid  #FFF;
	background-color: #5a5a5a;
	padding-bottom: 1.041vw;
	width: 100%;
	height: 2.604vw;
}
.form-block__right .phone-input input::placeholder{
	color: #FFF;
}
.form-block__right button{
	width: 100%;
}
.__image-mobile{
	display: none;
}
.form-block__right button:hover{
	opacity: 0.85;
}
.form-block__right .form-checkbox{
	margin-top: 0.52vw;
}
.form-block__right .uslov-konf{
	margin-top: 0.52vw;
}
.form-block__right .uslov-konf span{
	margin-top: 0.52vw;
	color: #FFF;
	font-size: 0.52vw;
	font-style: normal;
	font-weight: 450;
	line-height: 0.78125vw;
}
.form-block__right .uslov-konf b{
	color: #FFF;
	font-size: 0.52vw;
	font-style: normal;
	font-weight: 750;
	line-height: 0.677vw;
	text-decoration-line: underline;
}
.form-block .add-item{
	border-radius: 5px;
	background: #5a5a5a;
	color: #FFF;
	font-size: 0.83vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.30vw;
	padding: 0.26vw 0.677vw;
	cursor: pointer;
}
.add-count{
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.remove-count{
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
.option-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.option-wrapper .column{
	display: flex;
	flex-direction: column;
	gap: 0.677vw;
	align-items: start;
}
.option-wrapper .column .column-name{
	color: #000;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.302vw;
}
.option-wrapper .column .column-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.52vw;
	cursor: pointer;
}
.option-wrapper .column .column-item img{
	width: 1.5625vw;
	height: 1.5625vw;
	object-fit: cover;
}
.form-block__inputs .items-wrapper .item .delete-item{
	position: absolute;
	right: -0.83vw;
	top: 0.45625vw;
	width: 0.625vw;
	height: 0.625vw;
	cursor: pointer;
}
.form-block__inputs .items-wrapper .item .delete-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-block__inputs .items-wrapper .no-delete .delete-item{
	display: none;
}
.option-wrapper .column .column-item span{
	color: #000;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	letter-spacing: 0.45px;
}
.messenger-active{
	border: 2px solid #FFF;
	border-radius: 50%;
}
.img-yes{
	display: block;
}
.img-nou{
	display: none;
}
.phone-input span[data-name="content"]{
	display: none;
}
.form-block .md-standart-form .form-checkbox .checkbox.checked{
	background-color: #FFF;
}
.form-block .md-standart-form .form-checkbox .checkbox img,.form-block .md-standart-form .form-checkbox .checkbox svg{
	width: 0.975vw;
	height: 0.6625vw;
}
.mobile-inputs__title{
	display: none;
}
.form-block form label {
    color: #fff;
}
.form-block form .form-group.politics {
    color: #fff;
}
.form-block form .form-group.politics,
.form-block form .form-group.politics a {
    font-size: 10px;
    line-height: 12px;
}

@media screen and (max-width: 600px) {

	.__image-pc{
		display: none;
	}
	.__image-mobile{
		display: block;
	}
	.form-block .md-standart-form .form-checkbox .checkbox img,.form-block .md-standart-form .form-checkbox .checkbox svg{
		width: 3.875vw;
		height: 3.5625vw;
	}
	.form-block__container {
		padding: 6.25vw;
	}

	.form-block__title {
		font-size: 6.85vw;
		line-height: 8.08vw;
		margin-bottom: 1.55vw;
		max-width: 100%;
	}

	.form-block__text {
		font-size: 4.36vw;
		line-height: 6.22vw;
	}

	.form-block .form-block__content {
		flex-direction: column;
	}

	.form-block__left {
		flex-direction: column-reverse;
	}

	.form-block__left {
		padding: 4.67vw;
	}

	.form-block__right {
		padding: 4.67vw;
		max-width: 100%;
	}

	.option-wrapper {
		flex-direction: column;
	}

	.item-input span {
		display: none;
	}

	.form-block__inputs {
		max-width: 100%;
	}

	.form-block .items-wrapper {
		gap: 2.041vw;
	}

	.form-block__right-title {
		font-size: 5.605vw;
		margin-bottom: 4.982vw;
		line-height: 140%;
		max-width: 100%;
	}

	.form-block__right .mini-text {
		font-size: 4.35vw;
		margin-bottom: 3.425vw;
		max-width: 100%;
	}

	.form-block__right .messengers {
		gap: 8.72vw;
	}

	.form-block__right .messenger {
		gap: 3.425vw;
	}

	.form-block__right .messenger img {
		width: 15.571vw;
		height: 15.571vw;
	}

	.form-block__right .messenger span {
		font-size: 3.425vw;
	}

	.form-block .image-container {
		width: 100%;
		height: 49.829vw;
	}

	.form-block .image-container img {
		object-fit: unset;
	}

	.option-wrapper .column {
		gap: 3.114vw;
		margin-bottom: 6.228vw;
	}

	.option-wrapper .column .column-name {
		font-size: 4.982vw;
		line-height: 7.785vw;
	}

	.option-wrapper .column .column-item {
		gap: 3.114vw;
	}

	.option-wrapper .column .column-item img {
		width: 6.228vw;
		height: 6.228vw;
	}

	.option-wrapper .column .column-item span {
		font-size: 3.737vw;
		line-height: normal;
	}

	.form-block .add-item {
		font-size: 3.737vw;
		padding: 3.114vw;
		font-style: normal;
	}

	.form-block .items-wrapper {
		gap: 3.114vw;
		width: 93%;
	}

	.form-block .items-wrapper .item {
		height: 8.72vw;
		justify-content: space-between;
	}

	.item-count {
		height: 8.72vw;
		width: 17.44vw;
	}

	.item-count div {
		font-size: 5.605vw;
		width: calc(17.44vw / 3);
	}

	.item-count input {
		font-size: 4.36vw;
		line-height: 7.7858vw;
		width: calc(17.44vw / 3);
	}

	.form-block .item-input input {
		font-size: 4.36vw;
		line-height: 7.7858vw;
		width: 17.44vw;
	}

	.form-block__inputs .items-wrapper .item .delete-item {
		right: -4.83vw;
		width: 2.802vw;
		height: 2.802vw;
		top: 3.15625vw;
	}
	.form-block__right .phone-input .phone-input__span{
		font-size: 4.36vw;
		font-weight: 450;
		margin-bottom: 6.2285vw;
	}
	.form-block__right .phone-input input{
		font-size: 4.982vw;
		padding-bottom: 8.097vw;
		margin-bottom: 6.22vw;
		height: auto;
	}
	.mobile-inputs__title{
		display: flex;
		margin-right: auto;
		flex-direction: row;
		gap: 4.36vw;
	}
	.mobile-input__title{
		font-size: 3.737vw;
		line-height: 7.78vw;
		font-style: normal;
		font-weight: 700;
	}
}