@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
    text-decoration: none;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    height: 100%;
    width: 100%;
}

hr {
    background-color: #e9e9e9;
    border: 0;
    height: 1px;
    margin: 0;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 0em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #697efe;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.container {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-4 {
    width: 41.6666666667%;
}

.col-12 {
    width: 100%;
}

.header-menu .menu {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

.header-logo a {
    font-size: x-large;
    font-weight: bold;
    color: #404040;
    line-height: normal;
}

.header-menu {
    width: 49%;
}

.main-header {
    height: 80px;
    display: flex;
    align-items: center;
    background-color: transparent;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 0%);
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 999;
}

.header-menu .menu li:first-child {
    padding-left: 0;
}

.header-menu .menu>li {
    padding: 0 11px;
}
a.form-link {
    color: #404040;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.form-button-phone {
    background-image: linear-gradient(to left, #2eca8b -20%, #00834f 115%);
    text-transform: uppercase;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
    height: 42px;
    padding: 0 22px;
}

.box-btn-cb {
    margin: 0 0 0 auto;
}

.vertical-center {
    align-items: center;
}

.header-menu .menu li a {
    color: #3B3663;
    cursor: pointer;
    user-select: none;
    transition: 0.2s ease-in-out;
}

.a0011-first-block-ttl {
    color: #3B3663;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15em;
    letter-spacing: 0.2px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    background-size: cover;
    -webkit-background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}

.mian-first-block {
    padding-top: 139px;
    padding-bottom: 0;
    margin-top: -80px;
    position: relative;
}

.mian-first-block .col-6 {
    position: relative;
}

.a0015-button {
    background-image: linear-gradient(90deg, #00834f -20%, #2eca8b 115%);
    border: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    padding: 19px 29px;
}

.a0016-bg {
    position: absolute;
    top: 78px;
}

.a0017-advantages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 36px;
    margin-bottom: 80px;
}

.a0018-advantages-item {
    width: 25%;
    padding: 30px 20px 52px 20px;
    background-color: #0000;
    background-image: linear-gradient(150deg, #425384 0%, #3B3663 90%);
    transition: background 0.4s;
    border-radius: 0px 5px 0px 0px;
    box-shadow: 12px 19px 62px 0px rgb(13 52 79 / 7%);
    text-align: center;
    color: white;
}

.a0019-advantages-title {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: -1px;
}

.a0020-advantages-text {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding-top: 27px;
    position: relative;
}

.a0020-advantages-text::before {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    display: block;
    top: 11px;
    background: white;
    opacity: 1;
    height: 2px;
    width: 30px;
}

.a0021-advantages-icon {
    width: 49px;
    filter: invert(1);
}

.a0017-advantages .a0018-advantages-item:nth-child(even) {
    margin-top: 10px;
    border-radius: 0px 5px 0px 0px;
}

.a0017-advantages .a0018-advantages-item:nth-child(3) {
    border-radius: 5px 5px 0px 0px;
    background-image: linear-gradient(150deg, #52C1EC 0%, #43BBCD 90%);
}

.a0017-advantages .a0018-advantages-item:last-child {
    border-radius: 0 0 0 5px;
    background-image: linear-gradient(150deg, #49BDC0 0%, #3EB19D 90%);
}

.a0017-advantages .a0018-advantages-item:nth-child(2) {
    background-image: linear-gradient(150deg, #5283C8 0%, #4F6FB5 90%);
    border-radius: 0 0 3px 5px;
}

.a0016-title {
    text-align: center;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30px;
    color: #3b3663;
}

.block-advantages-section {
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 30px;
    background-color: #f8f9fc;
}

.a0018-advantages-item:hover {
    background-color: white;
    background-image: none !important;
    box-shadow: 14px 24px 43px 0px rgb(33 41 48 / 42%);
}

.a0018-advantages-item:hover .a0019-advantages-title {
    color: #252A3F;
}

.a0018-advantages-item:hover .a0020-advantages-text {
    color: #252A3F;
}

.a0018-advantages-item:hover .a0020-advantages-text::before {
    background-color: #252A3F;
}

.a0018-advantages-item:hover .a0021-advantages-icon {
    filter: invert(0);
}

.a0023-infografic-list {
    display: flex;
    align-items: center;
}

.a0024-info-numbers {
    display: flex;
    align-items: center;
    width: 35%;
}

.a0025-info-number span {
    color: #3B3663;
    font-family: "Montserrat", Sans-serif;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.a0026-info-number_symb {
    font-size: 24px;
    line-height: 1;
    color: #e64828;
    font-weight: 400;
    margin-top: 13px;
}

.a0025-info-number {
    position: relative;
    display: flex;
}

.a0028-infografic {
    border-right: 1px solid #DCDDE4;
    padding-right: 20px;
}

.a0029-info-number_text {
    color: #696687;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}

.a0027-infografic-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #5f5c79;
    padding-left: 30px;
    min-width: 266px;
}

.a0031-calc-img {
    max-width: 655px;
    position: relative;
    right: 110px;
    margin-top: 20px;
}

.a0030-calculate-section {
    padding-top: 40px;
    padding-bottom: 100px;
}

.a0032-title {
    margin-top: 130px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #3b3663;
}

.a0033-calc-mini-ttl {
    color: #3b3663;
    font-size: 21px;
    font-family: Montserrat;
    margin-bottom: 9px;
}

.a0034-calc-text {
    font-size: 17px;
    font-weight: 400;
    color: #696687;
    margin-bottom: 18px;
}

.a0035-need-repair {
    border: 1px solid #6254e7;
    background: transparent;
    font-size: .714em;
    line-height: 1.5;
    letter-spacing: .2px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 29px 13px 29px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.a0035-need-repair:hover {
    background-color: #6254e7;
    color: white;
}

.a0037-company-slider .swiper-slide {
    align-items: center;
    display: flex;
}

.a0037-company-slider .swiper-slide img {
    max-width: 130px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ececec;
    padding: 10px;
    height: 100%;
    object-fit: contain;
}

.a0037-company-slider .swiper-wrapper {
    padding: 18px 0;
}

.a0036-reviews-slider-block {
    margin-top: 47px;
    position: relative;
}

.a0036-reviews-slider-block .swiper-pagination {
    width: 100%;
    bottom: -57px;
}

.a0036-reviews-slider-block .swiper-pagination-bullet,
.a0054-catalog-slider-block .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #696687;
}

span.swiper-pagination-bullet-active {
    width: 20px;
    background-color: #4b00e7 !important;
}

.our-service-section {
    padding-top: 60px;
    text-align: center;
}

.services-our-service-ttl {
    line-height: 1.2;
    background-size: cover;
    color: #3B3663;
    font-family: "Montserrat", Sans-serif;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 52px;
}

.services-our-service-sub::before {
    content: '';
    width: 67px;
    height: 4px;
    background-image: linear-gradient(90deg, #2eca8b -20%, #00834f 115%);
    position: absolute;
    transform: translate(-50%, 0px);
    left: 50%;
    top: -21px;
}

.services-our-service-sub {
    line-height: 46px;
    margin-bottom: 0;
    text-align: center;
    color: #696687;
    font-size: 20px;
    position: relative;
}

.faq-section {
    padding-bottom: 40px;
}
.faq__item {
    margin-bottom: 16px;
  }
  .faq__item-ask {
    margin-top: -5px;
    padding: 21px 15px 25px 25px;
    font-size: 14px;
  }
.faq__item-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ededed;
    border-radius: 6px;
    position: relative;
}

.faq__item-content {
    flex-grow: 1;
    border-radius: 6px;
    margin-right: 3px;
    transition: .2s;
}

.faq__item-question {
    padding: 22px 15px 19px 25px;
    cursor: pointer;
    overflow: hidden;
    transition: .2s;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 5px;
}

.faq__item-question h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.faq__item-arrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 7px;
    margin: 7px;
    border-radius: 4px;
    background-color: #f6f6f6;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 4px;
  }
  .faq__item.is-active .faq__item-question {
    background-color: #f7f7f7;
  }
  .faq__item-arrow svg {
    transition: .2s;
    transform: rotate(-90deg);
  }
  .faq__item.is-active .faq__item-arrow svg {
    transform: rotate(0);
  }
.block-price-title,
.block-faq-title {
    line-height: 38px;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 800;
    margin-bottom: 34px;
}

.block-price-section {
    padding-top: 5px;
    padding-bottom: 0px;
}

.price-heading {
    display: flex;
    background-color: #2eca8b;
    color: white;
}

.card-price-row {
    display: flex;
    font-size: 18px;
}

.block-price-table {
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 38px;
    max-height: 282px;
    transition: 0.3s ease-in-out;
}

.a0045-price-col-1,
.a0046-price-col-2,
.a0047-price-col-3 {
    padding: 15px 14px 10px 30px;
    border-right: 1px solid #0000000d;
}

.box-price-body .a0045-price-col-1,
.box-price-body .a0046-price-col-2,
.box-price-body .a0047-price-col-3 {
    border-bottom: 1px solid #0000000d;
    line-height: 1;
    padding: 15px 30px 14px 30px;
    display: flex;
    align-items: center;
}

.box-price-body .a0047-price-col-3 {
    padding: 0 10px;
    justify-content: center;
}

.a0045-price-col-1 {
    width: 64.96%;
}

.price-heading .a0045-price-col-1,
.price-heading .a0046-price-col-2,
.price-heading .a0047-price-col-3 {
    font-weight: 600;
    font-size: 20px;
    padding: 17px 14px 16px 30px;
    line-height: 1;
    border-right: 1px solid #0000000d;
}

.a0046-price-col-2 {
    width: 23%;
}

.a0047-price-col-3 {
    width: 12%;
    border-right: 0;
}

.box-price-body .a0046-price-col-2 {
    color: #2eca8b;
}

.box-price-body .a0045-price-col-1 {
    line-height: 27px;
    font-weight: 400;
    color: #696687;
}

.box-price-body .card-price-row:last-child>div {
    border-bottom: 0;
}

.a0049-table-button {
    color: #404040;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed;
    font-size: 18px;
    padding: 0
}

.price-after-table-row {
    display: flex;
    align-items: center;
}

.price-after-table-row form>p {
    display: flex;
    padding-left: 36px;
    margin: 0;
}

.button-show-all {
    background-image: linear-gradient(to left, #2eca8b 0%, #00834f 100%);
    border: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 8px;
    min-width: 239px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.phone-link-container {
    display: inline;
}
.phone-link {
    border: 1px solid #00834f;
    background-image: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.phone-link a {
    color: #00834f;
    display: block;
    padding: 17px 27px;
}

.price-after-table-row form>p .mName {
    width: 240px;
    background-color: #f8f9fc;
    border-color: #fff6;
    height: 50px;
    border: 2px solid #eaedef;
    color: #696687;
    border-radius: 5px;
    padding: 0 24px;
    margin-right: 30px;
    font-size: 14px;
}

.price-after-table-row form>p .mPhone {
    width: 240px;
    background-color: #f8f9fc;
    border-color: #fff6;
    height: 50px;
    border: 2px solid #eaedef;
    color: #696687;
    border-radius: 5px;
    padding: 0 24px;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.price-after-table-row form>p .wpcf7-submit {
    width: auto;
    background-image: linear-gradient(96deg, #f0ac0e 0%, #2eca8b 51%, #f0ac0e 100%);
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 0 30px;
    margin: 0 0 0 auto;
}

.price-after-table-row form>.contacts__checkbox {
    display: none;
}

.price-after-table-row form>p .wpcf7-spinner {
    position: absolute;
}

.price-after-table-row .wpcf7[role="form"] {
    width: 100%;
}

.a0055-catalog-slider .swiper-slide img {
    margin: initial;
    border: 1px solid #ececec;
    padding: 10px;
    width: 144px;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #faf9fe;
}

.a0055-catalog-slider {
    padding-bottom: 50px;
}

.a0054-catalog-slider-block {
    position: relative;
}

.a0052-we-are-repair {
    padding-top: 1px;
    padding-bottom: 59px;
}

.a0052-we-are-repair .a0016-title {
    margin-top: 12px;
}

.reviews-title {
    line-height: 38px;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 11px;
}

.block-reviews-section {
    padding-top: 70px;
    padding-bottom: 118px;
    background-color: #f9f9f9;
}

.reviews-subtitle {
    font-weight: 400;
    color: #696687;
    font-size: 17px;
}

.a0060-reviews-slider {}

.a0062-cover {
    margin: 0px 0px 0px 0px;
}

.contact-end-section {
    padding-top: 60px;
}

.contact-block-title {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    margin-top: 5px;
    color: #3b3663;
}

.contact-have-question-col {
    padding-left: 80px;
}

.contact-desc {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #696687;
}

.qName,
.qText,
.qMail,
.mPhone {
    height: 50px;
    max-width: 338px;
    background-color: #f8f9fc;
    padding: 10px !important;
    border-color: #fff6;
    height: 50px;
    border: 2px solid #eaedef;
    color: #696687;
    border-radius: 5px;
}

.contacts__checkbox input {
    vertical-align: middle;
}

.contacts__checkbox .wpcf7-list-item {
    margin-left: 2px;
}

.contact-have-question-col label {
    color: #3b3663;
    font-size: 18px;
}

.contacts__checkbox {
    max-width: 338px;
}

.contacts__checkbox span {
    font-size: 12px;
    color: #696687;
    line-height: 100%;
    font-weight: 400;
}

.contacts__checkbox a {
    font-size: 12px;
    color: #2eca8b;
    line-height: 100%;
    font-weight: 400;
    text-decoration: underline;
}

.contact-end-section form .wpcf7-submit,
.form--modal .contact__form-button {
    background-image: linear-gradient(90deg, #2eca8b -20%, #00834f 115%);
    height: 50px;
    cursor: pointer;
    padding: 10px 30px;
    line-height: 23px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

._contact-form .wpcf7-spinner,
._popup-form .wpcf7-spinner {
    display: none;
}

._popup-form .contact__form-button {
    width: 100%;
}

._contact-form .contact__form-button {
    width: 338px;
}

.contact-under-map-row img {
    height: 37px;
    margin-right: 15px;
}

.contact-under-map-row {
    display: flex;
    align-items: center;
    color: #3B3663;
    font-size: 16px;
    font-weight: 400;
}

.contact-under-map-row>div {
    display: flex;
    align-items: center;
    margin-right: 55px;
}

.contact-under-map-row>div a {
    color: #3B3663;
    font-size: 18px;
    font-weight: 400;
    white-space: pre;
}

.contact-under-map-row>div:last-child {
    margin-right: 0;
}

.footer-copyright {
    padding: 30px 0;
}

footer {
    display: flex;
    text-align: left;
    color: #3B3663;
    font-size: 14px;
    line-height: 1.4em;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 13px 21px 51px 0px rgb(10 51 80 / 16%);
    border: 1px solid #ededed;
    padding-top: 46px;
    padding-bottom: 15px;
}

footer .container {}

.block-price-table.collapsed {
    max-height: 9000px;
}

.form--modal {
    visibility: hidden;
    opacity: 0;
    max-width: 420px;
    width: 100%;
    padding: 29px 40px 20px 40px;
    position: fixed;
    top: 15%;
    background: white;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 99999;
    box-shadow: 0px 0px 40px -10px rgb(224 224 224);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #e7e7e7;
}

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

.a0074-overlay {
    background-color: #ffffffc7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
}

.a0074-overlay.active {
    visibility: visible;
    opacity: 1;
}

.form--modal-close {
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
}

.form--modal-close svg {
    width: 100%;
    height: 100%;
}

.form--modal-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 42px;
}

.form--modal .mName,
.form--modal .mPhone,
.search-modal__input {
    width: 100%;
    background-color: #f8f9fc;
    margin-bottom: 30px;
    padding: 10px 21px !important;
    border-color: #fff6;
    height: 50px;
    border: 2px solid #eaedef;
    color: #696687;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
}

.form--modal .mSubmit {
    background-image: linear-gradient(90deg, #2eca8b -20%, #00834f 115%);
    color: white;
    border: 0;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
}

.a0075-des-circle-01 {
    border: 2px solid #cae5f7;
    border-radius: 50%;
    background-color: #f19f1000;
    width: 240px;
    height: 240px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -155px;
    left: -34px;
}

.a0075-des-circle-01>div {
    background-color: #c6f6ec;
    display: block;
    width: 40px;
    height: 40px;
    margin: calc(50% - 20px) auto 0;
    border-radius: 50%;
    z-index: 2;
}

.a0076-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    color: #fff;
    border: 2px solid #2eca8b;
    border-radius: 5px;
    background: #fff;
    background-image: url('/resources/up-arrow-green.png');
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.a0076-to-top:hover {
    background-color: #2eca8b;
    border-color: #2eca8b;
    background-blend-mode: color-dodge;
}

/* Ghost Header */
.ghostHeader {
    display: none;
}

.ghostHeader.shown {
    display: block;
}

.main-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 99;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
}

.only-mobile {
    display: none;
}

.a0078-mobmenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

.header-menu .current-menu-item a {
    color: #F47514 !important;
}

.b0001-block-text {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    color: #696687;
    margin-top: 0px;
    margin-bottom: 21px;
}

.title-col-right {
    padding-left: 76px;
}

.contact-line {
    display: flex;
    align-items: center;
    padding-right: 19px;
}

.contact-line img {
    height: 24px;
    margin-right: 9px;
}

.contact-line a {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #3b3663;
    transition: 0.3s ease-in-out;
}

.contact-line a:hover {
    color: #2eca8b;
}
.brand-company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -50px;
}

.brand-company-item {
    width: 21%;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
}

.brand-company-item img {
    width: 195px;
    margin: 0 auto;
}

.block-advantage-title {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30px;
    background-image: linear-gradient(75deg, #2eca8b, #fa9d4d 80%);
    color: #3B3663;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
}
.block-advantage-title.brand-title {
    text-align: center;
    width: 100%;
}
.block-advantages-section p {
    color: #333333;
    line-height: 1.6;
}

.block-advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 0 0 0 auto;
}

.card-advantages-item {
    margin: 0px 0px 10px 0px;
    padding: 36px 29px 44px 37px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
    width: 47.2%;
    max-width: 260px;
    margin-bottom: 30px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.b0009-advantage-text {
    color: #252A3F;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: -1px;
    font-family: Montserrat;
    font-weight: 800;
}

.card-advantages-item img {
    height: 76px;
    margin-bottom: 11px;
}

.card-advantages-item:hover {
    background-color: #3B3663;
}

.card-advantages-item:hover .b0009-advantage-text {
    color: white;
}

.b0011-tech-list .a0010-cb-trigger {
    background-image: linear-gradient(75deg, #ff4c6c, #fa9d4d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0, 0, 0, 0);
    background-size: cover;
    color: #ff4c6c;
    line-height: 38px;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 800;
    width: 30%;
    margin-bottom: 21px;
    cursor: pointer;
}

.b0011-tech-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-top: 46px;
    margin-bottom: 47px;
}

.block-service-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.block-service-info-item {
    width: 47.53%;
    margin: 0px 0px 30px 0px;
    padding: 51px 40px 53px 50px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
}

.service-info-number {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -2px;
    background-image: linear-gradient(75deg, #ff4c6c, #fa9d4d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0, 0, 0, 0);
    background-size: cover;
    font-family: 'Montserrat';
    margin-bottom: 8px;
}

.service-info-text {
    font-size: 18px;
    color: #3A3564;
}

.b0016-sm-media {
    max-width: 726px;
    position: relative;
    left: 31px;
    margin-top: 30px;
    mix-blend-mode: darken;
}

.phone-active:hover {
    color: #6254e7;
}

.phone-active {
    text-align: center;
    color: #3B3663;
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 33px;
    transition: all .2s ease-in-out;
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

@keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg)
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg)
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

.b0018-bubble-01 {
    animation: rotatedelement 5s linear infinite;
    position: absolute;
    z-index: 50;
    width: 13px;
    max-width: 13px;
    top: 35%;
    left: 2%;
}

.b0019-bubble-02 {
    z-index: 50;
    width: 21px;
    max-width: 21px;
    top: 17%;
    left: 10%;
    animation: rotatedelement 5s linear infinite;
    height: 21px;
    position: absolute;
}

.b0020-bubble-03 {
    text-align: left;
    z-index: 50;
    width: 36px;
    max-width: 36px;
    top: 40%;
    animation: rotatedelement 5s linear infinite;
    left: 8%;
    height: 50px;
    margin-top: 0;
    position: absolute;
}

.b0021-bubble-04 {
    animation: rotatedelement 5s linear infinite;
    position: absolute;
    z-index: 50;
    width: 13px;
    max-width: 13px;
    top: 20%;
    left: 50%;
}

@keyframes gt3pulse_out {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.b0022-ellipse-01 {
    animation-name: fadeInLeft;
    animation: gt3pulse_out 8s linear infinite;
    position: absolute;
    z-index: -1;
    left: -46%;
    top: -68px;
    max-width: unset;
}

.brand-company-item:hover {
    opacity: 0.5;
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 7px 15px;
    background-color: white;
    flex-wrap: wrap;
}

.page-heading {
    width: 100%;
    padding: 40px 50px;
    border-radius: 10px;
}

.page-heading__title {
    margin-bottom: 9px;
    margin-top: 0;
    font-size: 33px;
    line-height: 1;
}

.inside-page {
    padding-top: 37px;
}

.separator {
    margin: 0 4px;
}

.breadcrumb li a {
    color: black;
}

.breadcrumb li.active span {
    color: #979797;
}

.page-heading__media {
    max-width: 87%;
    padding: 20px 20px;
    background-color: white;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-heading__desc {
    margin-top: 20px;
    margin-bottom: 24px;
}

.models-row {
    grid-row: row 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 19px;
    margin-bottom: 35px;
}

.model-item__title {
    color: black;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.model-item__media img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    mix-blend-mode: darken;
}

.model-item__media {
    height: 130px;
    margin-bottom: 13px;
    padding: 21px;
    background-color: #f5f5f5;
    border-radius: 9px;
}

.d-none {
    display: none !important;
}

.model-page .page-heading__media {
    height: 265px;
}

.model-page .page-heading__media-img {
    height: 100%;
    object-fit: contain;
}

.card-price-row .a0045-price-col-1:hover {
    text-decoration: underline;
}

.buttons-row {
    display: flex;
    align-items: center;
}

.page-heading__price {
    padding: 12px 29px;
    margin-right: 30px;
    background-color: white;
    border-radius: 7px;
    font-size: 20px;
}

.page-heading__price b {
    font-weight: 500;
}

.page-heading__media-img.empty {
    max-height: 145px;
}

.card-advantages-item:hover img {
    filter: invert(1);
}

.contact-line .phone-active {
    margin: 0;
}

.seo-header .header-menu {
    flex: 1;
}

.seo-header #menu-1008-menu {
    justify-content: center;
}
.header-mobile {
    display: none;
}
.all-brands {
    padding-top: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.text-align-center {
    text-align: center;
}

.all-brands .breadcrumb {
    justify-content: center;
}

.first-block-img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.inside-page-offer .breadcrumb {
    display: inline-flex;
    border-radius: 7px;
    padding: 10px 23px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
}

.inside-page-offer .a0011-first-block-ttl {
    margin-bottom: 20px;
}

.inside-page-offer .b0001-block-text {
    margin-bottom: 19px;
}

.about-page .block-advantages-section {
    padding-bottom: 30px;
}

.about-page .block-reviews-section {
    padding-bottom: 136px;
}

.contact-end-section {
    padding-top: 75px;
    padding-bottom: 50px;
}

.warranty-section {
    padding-top: 100px;
    padding-bottom: 0;
}

.warranty-img {
    max-width: 353px;
    margin: 0 0 0 auto;
    display: block;
    border-radius: 10px;
}

.warranty-block {
    box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 16%);
    padding: 36px 36px 15px 36px;
    border-radius: 10px 10px 10px 10px;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 20px;
}

.warranty-block .block-advantage-title {
    margin-top: 0;
    margin-bottom: 0px;
}

.alert-info {
    padding: 23px 32px;
    font-size: 16px;
}

.alert-info .block-advantage-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.warranty-block p {
    margin-top: 8px;
}

.warranty-img {
    position: relative;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: block;
    left: 70px;
    filter: drop-shadow(9px 8px 6px #0000000f);
}

.reviews {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 33px;
}

.review {
    padding: 45px 50px 29px 50px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    position: relative;
    flex: 0 0 49%;
}

.review .card-review-text::before {
    position: absolute;
    top: -17px;
    left: 8%;
}

.review .card-review-text {
    max-width: 100%;
    position: static;
}

.reviews .a0063-author {
    max-width: 100%;
}

.contacts-block .contact-under-map-row {
    justify-content: center;
    margin-bottom: 44px;
    margin-top: 43px;
    max-width: 1115px;
    column-gap: 3%;
}

.contacts-block__item {
    margin: 0;
    padding: 24px 21px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px -10px rgb(10 51 80 / 16%);
    flex: 1 0 5%;
    justify-content: center;
    border: 1px solid #f0f0f0;
    margin-right: 0 !important;
    line-height: 1.1;
}

.map {
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.fb-block .a0014-first-block-media {
    max-width: 100%;
    max-height: 400px;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo__img {
    max-width: 180px;
}

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

.footer-menu {
    font-size: 16px;
    line-height: 1.8;
}

.footer a {
    color: #3B3663;
    transition: 0.2s ease-in-out;
}

.payment-options {
    margin-top: 20px;
}

.payment-options__img {
    height: 91px;
}

.contact-under-map-row a.footer-phone {
    font-size: 24px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

.footer .contact-under-map-row {
    flex-wrap: wrap;
    margin-top: 8px;
}

.footer .contact-under-map-row>div {
    width: 100%;
    margin: 0 0 10px 0;
}

.footer .contact-under-map-row img {
    height: 27px;
    width: 23px;
    object-fit: contain;
    margin-right: 11px;
}

.footer .footer-title__under {
    margin-top: 22px !important;
}

.footer .footer-title {
    font-size: 20px;
    font-weight: 500;
    color: #3B3663;
    margin-bottom: 12px;
}

.consult-label {
    margin-top: 13px;
    color: #8a8a8a;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.2;
}

.footer .d-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
}

.footer a:hover,
.contact-under-map-row a.footer-phone:hover {
    color: #2eca8b;
}

.showmore-wrapper {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 13px;
}
.textarea-form .textarea {
    padding: 10px 21px !important;
    font-size: 14px;
    font-weight: 200;
}

.diagnostic-section {
    padding-top: 30px;
}

.search--modal-title {
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
}

.search-modal__input {
    margin-bottom: 17px;
}

.search-modal {
    padding: 29px 40px 50px 40px;
}

.search-button {
    height: 100%;
    width: 45px;
    margin-right: 15px;
    border: 0;
    background-image: url(/resources/search-icon.svg);
    background-position: center;
    background-size: 21px;
    background-repeat: no-repeat;
}

.togglesearch__form.onpage {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.togglesearch__form.onpage .search-modal__input {
    margin: 0;
}

.togglesearch__form.onpage .search-modal__submit {
    margin-left: 30px;
}

.search-page {
    padding-bottom: 20px;
}

.menu-parent {
    display: none;
    position: absolute;
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 260px !important;
    width: 100%;
    padding: 8px 20px !important;
    background-color: white;
    box-shadow: 0 0 14px -11px #9a9a9a;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    top: 32px;
}

.menu-item__parent::before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/resources/arrow-down.svg);
    position: absolute;
    right: -7px;
    top: 53%;
    transform: translate(0px, -50%);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.menu-item__parent {
    position: relative;
    margin-right: 10px;
}

.menu-parent li {}

.menu-parent li a {
    display: block;
    padding: 6px 0;
}

.menu-parent li a:hover {
    color: #2eca8b;
    transition: 0.2s ease-in-out;
}

.sale-block {
    padding: 26px 40px 38px 40px;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
    margin-bottom: 32px;
}

.sale-block .a0033-calc-mini-ttl {
    margin-bottom: 12px;
}

.sale-block .a0033-calc-mini-ttl b {
    font-size: 24px;
}

.button-show-all__wrapper {
    margin-bottom: 41px;
}

.offer-utp {
    margin-bottom: 21px;
    line-height: 1.65;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 300;
}

.offer-utp li img {
    height: 13px;
    margin-right: 10px;
}

.offer-utp__inside {
    font-size: 16px;
    margin-top: 19px;
}

.mt-10 {
    margin-top: 50px;
}

.alert-danger {
    display: none;
}

.a0045-price-col-1 a {
    color: #696687;
}

.a0045-price-col-1 a:hover {
    color: #696687;
    text-decoration: underline;
}

.reviewsSection {
    padding: 50px 0 80px;
    background: #f5f6fa;
    overflow: hidden;
    position: relative
}

.reviewsSection .swiper-slide:hover {
    transform: translate(0, -5px)
}

.reviewsSection .swiper-slide {
    width: 700px;
    height: 414px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 41px 45px 113px 45px;
    box-shadow: rgb(0 0 0/3%)0 4px 12px;
    transition: .35s ease-in-out
}

.reviewMedia {
    width: 84px;
    opacity: 1
}

.reviewMedia img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 130px
}
.reviewHeader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 23px 26px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 33px;
    box-shadow: rgb(0 0 0/3%)0 3px 12px -6px
}

.rheaderContent {
    width: 78%;
    margin-bottom: 5px
}
.rheaderContent img {
    float: left;
    margin-right: 30px;
}
.reviewTitle {
    font-size: 23px;
    font-weight: 600;
    line-height: 1
}

.reviewAuthor {
    font-size: 15px;
    color: #919191;
    font-weight: 400;
    margin-top: 2px
}

.rating {
    display: flex;
    list-style: none;
    padding: 0
}

.reviewContent p {
    margin: 0
}

.rating li {
    width: 17px;
    height: 20px;
    background-image: url(/resources/starOn.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 2px;
    filter: brightness(1.3)
}

.reviewContent {
    padding-left: 23px;
    border-left: 3px solid #2eca8b;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-right: 32px
}

.reviewsSlider {
    margin-top: 122px
}

.reviewsSublay {
    width: 100%;
    max-width: 1151px;
    height: 540px;
    position: absolute;
    top: 139px;
    transform: translate(-50%, 0);
    left: 50%;
    border-radius: 10px;
    overflow: hidden;
    opacity: .4
}

.rs-01 {
    width: 100%;
    height: 100%;
    background-image: url(/resources/reviewsBg.jpg);
    z-index: 0;
    background-position: center;
    background-size: cover
}

.rs-02 {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #046facb3 0, #22456d99 100%)
}

.reviewSilder-arrows {
    width: 757px;
    position: absolute;
    top: 400px;
    transform: translate(-50%, 0);
    left: 50%;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.reviewSilder-arrows .arrow:hover,
.carouselControls button:hover {
    box-shadow: rgb(100 100 111/18%)0 7px 29px 0
}

.reviewSilder-arrows .arrow {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: rgb(100 100 111/7%)0 7px 29px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000b8;
    font-weight: 700;
    font-size: 0;
    font-family: monospace, sans-serif;
    user-select: none;
    transition: .3s ease-in-out;
    background-position: center;
    background-size: 6px;
    background-repeat: no-repeat
}
.leftArrow {
    background-image: url(/resources/arrow-left.svg)
}

.rightArrow {
    background-image: url(/resources/arrow-right.svg)
}
.arrow {
    cursor: pointer
}
.reviewAuthor__soc {
    height: 16px;
    margin-right: 5px
}

.reviews-block__item {
    background-color: #fff
}

#reviews-block {
    margin-top: 55px
}

.reviews-block__item .reviewHeader {
    background: #f5f5f5;
    padding: 11px 26px
}

.reviews-block__item .reviewAuthor {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 3px
}

.reviews-block__item .reviewTitle {
    margin-bottom: 4px
}
.form-master .contact__form-button {
    background-image: linear-gradient(to left, #2eca8b -20%, #00834f 115%);
}
h1, h2 {
    color: #3B3663;
}

.malfunction-section {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .malfunctions {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 52px;
    column-gap: 52px;
    row-gap: 33px;
    margin-top: 32px;
  }
  .malfunctions__col {
    flex: 1 1 25%;
  }
  .malfunctions__col-title {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    line-height: 1;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .js-open-modal {
    cursor: pointer;
  }
  .malfunction {
    border: 1px solid #e8e8e8;
    margin-bottom: 9px;
    padding: 10px 19px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #252525;
  }
  .all-size-malfunction {
    display: none;
  }
  .col-title__icon {
    flex: 0 0 5%;
    background-image: url(/resources/mlf-j-c697d1d0.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
  }

  .emailfict{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
 }
