html {
    font-size: 20.833333333333vw;
}
@media (min-width: 481px) {
    html {
        font-size: 100px;
        overflow-x: hidden;
    }
}
body {
    font-size: 0.22rem;
    max-width: 480px;
    margin: auto;
    position: relative;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #1a191e;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}
body input,
body textarea {
    outline: none;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red;
}
body input:required:valid,
body textarea:required:valid {
    border-color: green;
}
section {
    padding: 0.7rem 0;
}
.img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-wrap img {
    width: 100%;
}
.img-wrap.pad {
    padding: 0.2rem 0;
}
.img-wrap.mar {
    margin: 0.2rem 0;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.padding {
    padding: 0.7rem 0.33rem;
}
.content {
    padding: 0 0.15rem;
}
.content p {
    line-height: 0.24rem;
}
.content p:last-child {
    margin-bottom: 0;
}
.heading {
    padding: 0.2rem 0;
}
h2 {
    font-size: 0.27rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1a191e;
    margin: 0;
    margin-bottom: 0.4rem;
    color: #333;
    text-align: center;
}
h2 span {
    line-height: 1.4;
}
h2.right {
    text-align: right;
}
h2 span.big {
    font-size: 0.28rem;
    text-transform: uppercase;
}
h2 span.up {
    text-transform: uppercase;
}
h2.black {
    color: #000;
}
.sub-title {
    font-style: italic;
    font-size: 0.2rem;
    color: #323842;
}
.t-center {
    text-align: center;
}
.t-white {
    color: #fff;
}
span.accent {
    color: #ffc700;
}
.btn,
.btn-offer {
    display: block;
    width: 3.8rem;
    height: 0.95rem;
    margin: auto;
    background-image: url(../../img/btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-transform: uppercase;
    -webkit-animation: btn 3s linear infinite;
    animation: btn 3s linear infinite;
    font-weight: bold;
    font-size: 0.2rem;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.05rem;
}
.btn.mar,
.btn-offer.mar {
    margin: 0.3rem auto;
}
.btn span,
.btn-offer span {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 0.1rem;
    color: #19181e;
    text-shadow: 0 1px 0 #fff1bf;
}
.btn-offer {
    position: relative;
}
.border__top {
    width: 4.8rem;
    position: absolute;
    top: -0.28rem;
    left: 0;
    right: 0;
}
.border__bot {
    width: 4.8rem;
    position: absolute;
    bottom: -0.28rem;
    left: 0;
    right: 0;
}
@-webkit-keyframes btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.pulse__btn {
    position: fixed;
    right: 0.2rem;
    display: inline-block;
    bottom: 0.2rem;
    z-index: 12;
    -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
    box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.pulse__btn.show {
    right: -100%;
}
.pulse__btn img {
    width: 100%;
}
img {
    width: 100%;
}
.pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.4rem;
}
.pagination-wrap .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.13rem;
    border-radius: 30px;
    background-color: #ebebeb;
    opacity: 1;
    margin: 0 3px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.pagination-wrap .swiper-pagination-bullet-active {
    background-color: #ffc700;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input {
    height: 0.8rem;
    width: 4rem;
    padding-left: 0.4rem;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 0.2rem;
    color: #333333;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0.4rem;
}
input:placeholder {
    color: #fff;
}
input::-webkit-input-placeholder {
    color: #969696;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #969696;
    font-weight: normal;
}
input::-ms-input-placeholder {
    color: #969696;
    font-weight: normal;
}
input::placeholder {
    color: #969696;
    font-weight: normal;
}
.policy__bot {
    padding-top: 0.4rem;
    background: #fff;
}
.policy_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1rem;
    background-color: #3b3c3d;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
}
.policy_wrap a {
    color: #7c7e86;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
        box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
        box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
        box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
        box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.price {
    position: absolute;
    right: 0.4rem;
    bottom: -0.1rem;
}
.price span {
    font-size: 0.3rem;
    font-weight: 800;
    color: #000;
    line-height: 0.8;
}
.price s {
    font-size: 0.2rem;
    font-weight: 500;
    color: #9d9d9d;
}
.main {
    position: relative;
}
.main__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem;
}
.main__top {
    padding: 0.15rem;
    padding-bottom: 0;
}
.logo--main {
    width: 1.74rem;
    padding-left: 0.15rem;
}


.builets__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.builets__item img {
    flex-shrink: 0;
    width: 50px;
}
.builets__item:last-child {
    margin-bottom: 0;
}

.main__heading {
    text-align: center;
    font-weight: 800;
    font-size: 0.3rem;
    color: #333;
    margin: 0;
    margin-bottom: 0.15rem;
}
.main__builets {
    margin-top: 4.4rem;
}
.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../../img/form_bg.svg);
    height: 5.8rem;
}
.form button {
    margin: 0;
}
.form__heading {
    color: #fff;
    font-weight: bold;
    font-size: 0.3rem;
}
.sect2 {
    padding-bottom: 0;
}
.sect3 {
    padding-top: 0;
    color: #fff;
    padding-bottom: 0;
}
.sect3__top {
    background-image: url(../../img/sect3_top.svg);
    background-size: cover;
    padding-top: 1rem;
    height: 8rem;
}
.sect3__top h2 {
    color: #fff;
}
.sect3__top h2 span {
    text-transform: uppercase;
}
.sect3__center {
    padding: 0.2rem;
    padding-left: 0.25rem;
    color: #333;
    margin: -1rem 0.2rem;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-bottom: 0.1rem solid #ffc700;
}
.sect3__center p {
    margin: 0;
}
.sect3__center p:first-child {
    margin-bottom: 0.2rem;
}
.sect3__bot {
    background-image: url(../../img/sect3_bot.svg);
    background-size: cover;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}
.sect3__autor {
    text-align: center;
    margin-bottom: 0.4rem;
}
.sect3__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sect3__comment img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    margin-right: 0.15rem;
}
.sect3__comment span {
    font-size: 0.18rem;
    font-weight: 500;
}
.sect4__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}
.sect4__item:last-child {
    margin-bottom: 0;
}
.sect4__item p {
    padding: 0 0.15rem;
    margin: 0;
    font-size: 0.2rem;
}
.sect4__item p span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.sect4__item img {
    font-style: 0;
}
.sect5 {
    background-image: url(../../img/sect5_bg.svg);
    background-size: cover;
    height: 5.3rem;
    padding-top: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sect5 h2 {
    color: #fff;
}
.sect5__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0.1rem;
}
.sect5__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.5rem;
    margin-right: 0.27rem;
}
.slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slide__top .ava {
    width: 3.72rem;
    margin-bottom: 0.4rem;
}
.slide__top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide__top span img {
    width: 2rem;
    margin-left: 0.1rem;
}
.slide__item .name {
    margin-top: 0.4rem;
    font-weight: bold;
}
.sect7 {
    background-image: url(../../img/sect7_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8.14rem;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.2rem;
}
.sect7 h2 {
    color: #fff;
}
.sect7__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.15rem;
}
.sect7__item:last-child {
    margin-bottom: 0;
}
.sect7__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.98rem;
}
footer {
    margin-top: 0.2rem;
}
