* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

html,
body {
    min-height: 100%;
}

body {
    font-size: 16px;
    color: #333A3D;
    font-family: "Montserrat";
    background: #F6F9FA;
    font-weight: 500;
}

body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

body.shadow-overlay {
    overflow: hidden;
}

body.shadow-overlay:before {
    visibility: visible;
    opacity: 0.5;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body.shadow-overlay1 {
    overflow: hidden;
}

body.shadow-overlay1:before {
    visibility: hidden;
    opacity: 0;
    z-index: 998;
}

* html main {
    height: 100%;
}

.m-devider-global {
    display: none;
}

.wrap {
    max-width: 1470px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #333A3D;
    margin-bottom: 100px;
}

h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    color: #333A3D;
    margin-bottom: 100px;
}

h2 strong {
    font-weight: 700;
}

h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #333A3D;
    margin-bottom: 50px;
}

h3 strong {
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.005em;
    position: relative;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
}

hr {
    height: 1px !important;
    display: block !important;
    border-top: 1px solid #000 !important;
    width: 100%;
    margin: 60px 0;
}

a {
    color: #333A3D;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.mb0 {
    margin-bottom: 0 !important;
}

p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr:nth-child(odd) {
    background: #D1E0E6;
}

table th,
table td {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding: 30px;
    color: #000;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a,
img {
    outline: none;
}

input[type=submit],
button {
    font-family: "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.button.centered {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0 45px;
    height: 86px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1DC96F), to(#09B55A));
    background: linear-gradient(180deg, #1DC96F 0%, #09B55A 100%);
    -webkit-box-shadow: 0px 17px 31px rgba(28, 200, 110, 0.3);
    box-shadow: 0px 17px 31px rgba(28, 200, 110, 0.3);
    border-radius: 45px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.inputbox,
textarea.messagebox,
select.select-css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    display: block;
    font-family: "Montserrat" !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    height: 64px;
    padding: 0 30px;
    border: 0;
    outline: none;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    color: #333A3D;
    background: #fff;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

textarea.messagebox {
    height: 246px;
    padding: 16px !important;
}

select.select-css {
    background-image: url("../images/svg/icons/accordion.svg");
    background-repeat: no-repeat;
    background-position: right 26px center;
}

select.select-css::-ms-expand {
    display: none;
}

select.select-css.active {
    color: #000;
}

.select-css {
    padding-top: 0 !important;
    color: #212121 !important;
}

.select-css:focus {
    color: #212121 !important;
}

input.inputbox::-webkit-input-placeholder,
textarea.messagebox::-webkit-input-placeholder {
    color: #97999A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox::-moz-placeholder,
textarea.messagebox::-moz-placeholder {
    color: #97999A;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-moz-placeholder,
textarea.messagebox:-moz-placeholder {
    color: #97999A;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-ms-input-placeholder,
textarea.messagebox:-ms-input-placeholder {
    color: #97999A;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:focus::-webkit-input-placeholder,
textarea.messagebox:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.inputbox:focus::-moz-placeholder,
textarea.messagebox:focus::-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-moz-placeholder,
textarea.messagebox:focus:-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-ms-input-placeholder,
textarea.messagebox:focus:-ms-input-placeholder {
    opacity: 0;
}

.checkbox label {
    display: block;
    font-size: 12px;
    line-height: 140%;
    cursor: pointer;
}

.checkbox label:last-child {
    margin-bottom: 0;
}

.checkbox label input {
    display: none;
}

.checkbox label input:checked + span small:after {
    opacity: 1;
    visibility: visible;
}

.checkbox label span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 47px;
    padding-top: 10px;
}

.checkbox label span small {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 21px;
    height: 21px;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
}

.checkbox label span small:after {
    content: "";
    display: block;
    border-radius: 2px;
    background: #1CC96E;
    width: 13px;
    height: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkbox label span i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
}

.form {
    padding: 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    border-radius: 30px;
}

.form__row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.form__row > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.form__row > *:last-child {
    margin-right: 0;
}

.form__row:last-child {
    margin-bottom: 0;
}

.form .btn {
    width: 100%;
}

.form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #333A3D;
    margin-bottom: 15px;
}

.form__subtitle {
    font-weight: 500;
    line-height: 140%;
    color: #637073;
    text-align: center;
    margin-bottom: 30px;
}

.form__file {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #365EDC;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form__file input {
    display: none;
}

.form__file svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.form__file path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form__file:hover {
    color: #E6A128;
}

.form__file:hover path {
    fill: #E6A128;
}

.form .button {
    margin-top: 30px;
}

.form__accept {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    font-weight: 500;
    font-size: 12px;
    color: #97999A;
    line-height: 130%;
    margin-top: 30px;
}

.form__accept svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.form__social {
    text-align: center;
    margin-top: 30px;
}

.form__social .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.form__caption {
    font-size: 14px;
    line-height: 140%;
    color: #637073;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 484px;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    width: 100%;
    z-index: 999;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    opacity: 0;
    visibility: hidden;
    max-height: 95vh;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal__close {
    position: absolute;
    top: -35px;
    right: -35px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 69px;
    height: 69px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    cursor: pointer;
    z-index: 200;
}

.modal__close svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal__close:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal .form {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.modal .form__type-order {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal .form__type-order label {
    width: 50%;
    margin-right: -1px;
}

.modal .form__type-order label span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #333A3D;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    border-radius: 30px 0 0 30px;
}

.modal .form__type-order label + :last-child span {
    border-radius: 0 30px 30px 0;
}

.modal .form__type-order label input {
    display: none;
}

.modal .form__type-order label input:checked + span {
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#348FE2), to(#2C70D6));
    background: linear-gradient(180deg, #348FE2 0%, #2C70D6 100%);
    color: #fff;
}

.logo a {
    display: block;
    text-decoration: none;
}

.logo a img {
    display: block;
}

.slick-arrow {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #fff;
    width: 69px;
    height: 69px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.5 !important;
}

.slick-arrow path {
    fill: #333A3D;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover path {
    fill: #333A3D;
}

.social {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social a {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.4));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social a + a {
    margin-left: 15px;
}

.social a:hover {
    opacity: 0.7;
}

.social a.whatsapp {
    background: -webkit-gradient(linear, left top, left bottom, from(#58C963), to(#3ABE4C));
    background: linear-gradient(180deg, #58C963 0%, #3ABE4C 100%);
    -webkit-filter: drop-shadow(0px 4px 15px rgba(80, 198, 93, 0.4));
    filter: drop-shadow(0px 4px 15px rgba(80, 198, 93, 0.4));
}

.social a.telegram {
    -webkit-filter: drop-shadow(0px 4px 15px rgba(53, 168, 223, 0.4));
    filter: drop-shadow(0px 4px 15px rgba(53, 168, 223, 0.4));
    background: -webkit-gradient(linear, left top, left bottom, from(#38ABE1), to(#2195D1));
    background: linear-gradient(180deg, #38ABE1 0%, #2195D1 100%);
}

.phone a {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #333A3D;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.phone a:hover {
    color: #00A9E9;
}

.feedback a {
    font-size: 12px;
    line-height: 140%;
    color: #333A3D;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feedback a:hover {
    color: #00A9E9;
}

.menu-main {
    margin: 0 auto;
}

.menu-main ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-main ul li {
    list-style-type: none;
}

.menu-main ul li + li {
    margin-left: 105px;
}

.menu-main ul li a {
    font-size: 14px;
    line-height: 140%;
    color: #696969;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-main ul li a:hover {
    color: #1CC96E;
}

.menu-main ul li.active a {
    color: #1CC96E;
}

.menu-main .social {
    display: none;
}

.menu-main__close {
    display: none;
}

.wow {
    visibility: hidden;
}

.header {
    margin: 30px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 59px;
}

.header .hamburger {
    display: none;
}

.header .callback {
    margin-left: 30px;
}

.header .callback .phones {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.header .callback .phones a + a {
    margin-left: 15px;
}

.header .callback a {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.header .feedback a {
    font-size: 12px !important;
}

.header.fixed {
    margin-top: 0;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

main.main {
    overflow: hidden;
}

.hero {
    padding-top: 177px;
    margin-bottom: 90px;
    background: url(../images/hero.png) no-repeat center center;
    background-size: cover;
}

.hero .wrap {
    height: 100%;
}

.hero__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
}

.hero__content {
    max-width: 864px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 133px;
    margin-right: -168px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.hero__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 37px;
}

.hero__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 73px;
}

.hero .hero-item {
    margin-right: 31px;
}

.hero .hero-item:last-child {
    margin-right: 0;
}

.hero__products {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -100px;
    margin-left: auto;
}

.hero.hero-sm {
    position: relative;
}

.hero.hero-sm .hero__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero.hero-sm .button {
    margin-top: auto;
}

.hero__product {
    text-align: center;
}

.hero__product img {
    display: block;
    margin: 0 auto;
    height: 655px;
    width: auto;
    margin-bottom: 72px;
}

.hero__header {
    margin-bottom: 31px;
    text-align: center;
}

.hero__header h1 {
    margin-bottom: 0;
}

.hero__fields {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.hero__weight {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #637073;
}

.hero__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #1CC96E;
    margin-left: 10px;
}

.hero-item {
    width: 100%;
    max-width: 209px;
}

.hero-item__icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 32px;
    height: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ECB70), to(#14BD63));
    background: linear-gradient(180deg, #1ECB70 0%, #14BD63 100%);
    margin-bottom: 15px;
    border-radius: 50%;
}

.hero-item__text {
    line-height: 140%;
    color: #637073;
}

.hero-product {
    position: relative;
}

.hero-product a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero-product a:hover {
    opacity: 0.7;
}

.hero-product a img {
    display: block;
    position: relative;
}

.hero-product__label {
    position: absolute;
}

.hero-product__label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #00A9E9;
    border: 5px solid #fff;
}

.hero-product__label span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #00A9E9;
    background: #fff;
    height: 54px;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    border-radius: 30px;
    padding: 0 20px;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.hero-product.hero-hands {
    z-index: 10;
    max-width: 560px;
    width: 100%;
}

.hero-product.hero-hands .hero-product__label {
    bottom: 292px;
    left: 150px;
}

.hero-product.hero-automat {
    margin-left: -185px;
    z-index: 5;
    max-width: 420px;
    width: 100%;
}

.hero-product.hero-automat .hero-product__label {
    top: -2px;
    right: 128px;
}

.guaranties {
    margin-bottom: 90px;
    margin-top: 90px;
    position: relative;
    padding: 17px 0 11px;
}

.guaranties .bubble-left {
    position: absolute;
    left: 0;
    top: 61px;
}

.guaranties .bubble-left img {
    display: block;
}

.guaranties .bubble-right {
    position: absolute;
    right: 0;
    top: 19px;
}

.guaranties .bubble-right img {
    display: block;
}

.guaranties .wrap {
    overflow: hidden;
}

.guaranties__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    margin-right: -30px;
}

.guaranties__item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guaranties__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#54ADFF), to(#5294F7));
    background: linear-gradient(180deg, #54ADFF 0%, #5294F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.guaranties__title:before {
    content: "";
    display: block;
    width: 41px;
    height: 99px;
    background: url(../images/svg/star.svg) no-repeat center center;
    background-size: contain;
    margin-right: 50px;
}

.guaranties__title:after {
    content: "";
    display: block;
    width: 41px;
    height: 99px;
    background: url(../images/svg/star.svg) no-repeat center center;
    background-size: contain;
    margin-left: 50px;
}

.guaranties__title.title-sm {
    font-size: 48px;
}

.guaranties__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-top: 36px;
    color: #333A3D;
}

.products {
    margin-bottom: 171px;
    position: relative;
    background: url(../images/cats_bg-lg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.products:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 180px;
    width: 100%;
    height: 375px;
    background: url(../images/cats_bg.png) no-repeat center center;
}

.products .wrap {
    position: relative;
}

.products__inner {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
}

.products__inner .bubble-lg {
    position: absolute;
    top: 50%;
    right: -65px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.products__inner .bubble-sm {
    position: absolute;
    top: 86px;
    right: -117px;
}

.products__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -30px;
    margin-bottom: -30px;
}

.products .product {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.product {
    text-align: center;
    padding: 40px 20px 49px;
    border-radius: 30px;
    background: transparent;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product:hover {
    -webkit-box-shadow: 0px 48px 85px rgba(123, 142, 148, 0.15);
    box-shadow: 0px 48px 85px rgba(123, 142, 148, 0.15);
}

.product a {
    display: block;
    text-decoration: none;
}

.product__image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 266px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
}

.product__image img {
    display: block;
    max-height: 100%;
}

.product__image a {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-transition: 0.3s;
    transition: 0.3s;
}

.product__image a:hover {
    opacity: 0.7;
}

.product__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #333A3D;
    margin-bottom: 20px;
    display: block;
}

.product__title a {
    color: #333A3D;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product__title a:hover {
    color: #00A9E9;
}

.product__text {
    display: block;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 46px;
}

.product .button {
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product .button .btn {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.advantages {
    margin-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.advantages .bubble-lg {
    position: absolute;
    left: 0;
    bottom: 230px;
}

.advantages .bubble-lg img {
    display: block;
}

.advantages__inner {
    position: relative;
}

.advantages__inner .bubble-sm {
    position: absolute;
    top: 50%;
    right: -134px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -30px;
}

.advantages__titles {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 67px;
}

.advantages__title {
    width: 306px;
    height: 76px;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: #fff;
    border: 1px solid #D1E3E7;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
}

.advantages__title.active {
    border-color: #00A9E9;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A9E9), to(#3CB9FF));
    background: linear-gradient(180deg, #00A9E9 0%, #3CB9FF 100%);
    color: #fff;
}

.advantages__title:first-child {
    border-radius: 30px 0 0 30px;
}

.advantages__title:last-child {
    border-radius: 0 30px 30px 0;
}

.advantages__content {
    display: none;
}

.advantages__content.active {
    display: block;
}

.advantage {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage__list {
    position: relative;
    z-index: 10;
}

.advantage__list:first-child {
    text-align: right;
}

.advantage__list:first-child .advantage__list-item {
    padding-left: 0;
    padding-right: 47px;
}

.advantage__list:first-child .advantage__list-item span {
    left: auto;
    right: 0;
}

.advantage__list:first-child .advantage__list-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 53px;
}

.advantage__list-item {
    padding-left: 47px;
    position: relative;
}

.advantage__list-item span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    border-radius: 2px solid #00A9E9;
    position: absolute;
    left: 0;
    top: 0;
}

.advantage__list-item span:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00A9E9;
}

.advantage__list-item + .advantage__list-item {
    margin-top: 108px;
}

.advantage__list-item:nth-child(2n) {
    margin-left: 53px;
}

.advantage__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.advantage__text {
    font-size: 14px;
    line-height: 140%;
    color: #637073;
    margin-top: 10px;
}

.advantage__product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.advantage__product:before {
    content: "";
    width: 616px;
    height: 616px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.advantage__image {
    position: relative;
    z-index: 2;
    margin: 0 52px;
    max-width: 488px;
}

.advantage__image img {
    display: block;
}

.advantage .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.reviews .wrap {
    position: relative;
}

.reviews .bubble-sm {
    position: absolute;
    top: -74px;
    right: 154px;
}

.reviews__inner {
    position: relative;
}

.reviews__inner .bubble-lg {
    position: absolute;
    top: -64px;
    left: -57px;
}

.reviews__js {
    overflow: hidden;
}

.reviews .slick-list {
    margin: 0 -15px;
    padding: 0 15px;
}

.reviews .slick-slide {
    padding: 5px 15px 25px;
    cursor: -webkit-grab;
    cursor: grab;
}

.reviews .slick-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.reviews__nav {
    position: absolute;
    right: 30px;
    top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews__nav .slick-arrow {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reviews__nav .slick-arrow.slick-next {
    margin-left: 15px;
}

.review {
    -webkit-box-shadow: 0px 10px 15px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 10px 15px rgba(178, 188, 189, 0.3);
    border-radius: 30px;
    background: #fff;
    padding: 30px;
}

.review__head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.review__ava {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.review__ava img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review__name {
    font-weight: 700;
    line-height: 100%;
    margin-right: auto;
}

.review__rate {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 50%;
    background: #D7FAE8;
    font-weight: 700;
    line-height: 100%;
    color: #1CC96E;
}

.review__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #637073;
}

.review__stars {
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review__stars span {
    margin-right: 10px;
}

.review__stars span img {
    display: block;
}

.accordion {
    width: 100%;
}

.accordion .accordion-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 9px 19px rgba(167, 189, 192, 0.15);
    box-shadow: 0px 9px 19px rgba(167, 189, 192, 0.15);
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item__title {
    padding: 30px;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    color: #000;
}

.accordion .accordion-item__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.accordion .accordion-item__text {
    display: none;
    padding: 0 30px 30px;
}

.accordion p {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
}

.accordion p + ul {
    position: relative;
    margin-top: -15px;
}

.accordion ul {
    margin-left: 20px;
}

.accordion ul li {
    list-style-position: outside;
}

.faq {
    padding-top: 140px;
    padding-bottom: 71px;
    position: relative;
    background: url(../images/faq.png) no-repeat center top;
    background-size: cover;
}

.faq__inner {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
}

.faq .accordion {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-bottom: 140px;
}

.faq .accordion:after {
    content: "";
    display: table;
    clear: both;
}

.faq .accordion__block {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.faq__form {
    position: relative;
}

.faq__form .bubble {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.form-block {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.form-block .form {
    position: relative;
    z-index: 20;
}

.product-info {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    background: url(../images/cats_bg-lg.png) no-repeat center bottom;
}

.product-info__leaf {
    position: absolute;
    left: 40px;
    top: -40px;
    z-index: 5;
}

.product-info__leaf2 {
    position: absolute;
    right: 100px;
    bottom: -130px;
    z-index: 5;
}

.product-adv {
    background: #fff;
    margin-bottom: 60px;
    padding: 61px 0 41px;
    position: relative;
    z-index: 10;
}

.product-adv__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.product-adv__item {
    width: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
}

.product-adv__item span {
    margin-bottom: 30px;
}

.product-text {
    position: relative;
    z-index: 10;
}

.product-text__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    box-shadow: 0px 17px 31px rgba(178, 188, 189, 0.3);
    border-radius: 30px;
    background: #fff;
}

.characteristics {
    margin-bottom: 60px;
}

.characteristics__inner {
    max-width: 1170px;
    margin: 0 auto;
}

.characteristics td,
.characteristics th {
    width: 50%;
}

.footer__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    position: relative;
    height: 124px;
    font-size: 14px;
    line-height: 100%;
}

.footer .logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .logo a:hover {
    opacity: 0.7;
}

.footer .logo a img {
    display: block;
}

.footer__link.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer__link a {
    color: #637073;
    font-size: 14px;
    text-decoration: underline;
}

.footer__link a:hover {
    text-decoration: none;
}

.wpcf7-spinner {
    display: none;
}
