@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=Nunito: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%;
}

/* 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;
}

/**
* 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: 'GothamPro', 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%;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
    text-decoration: none;
    outline: none !important;
}

a:visited {
    color: #800080;
}

a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* 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;
}

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%;
}

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;
}

/**
* 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%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
    text-decoration: none;
    outline: none !important;
}

a:visited {
    color: #800080;
}

a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* 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 {
    width: 21%;
}

.header-menu {
    width: 49%;
    padding-right: 27px;
}

.main-header {
    height: 140px;
    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-logo img {
    max-width: 180px;
}

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

.header-menu .menu > li {
    padding: 0 11px;
}

.form-button-phone {
    background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 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-image: linear-gradient(75deg, #FF4969, #FC9D44 80%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0,0,0,0);
}

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

.garant-first-block-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
    z-index: 1;
    color: #FF7426;
    margin-bottom: 22px;
    background-image: linear-gradient(75deg,#ff4969,#fc9d44 33%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    min-height: 30px;
}

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

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

.a0014-first-block-media {
    max-width: 748px;
    position: relative;
    right: 101px;
    bottom: 0px;
}

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

.header-logo a {
    display: flex;
    align-items: center;
}

.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: "Nunito", 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: Nunito;
    font-weight: 800;
    font-size: 30px;
    color: #3b3663;
}

.block-advantages-section {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url(/public/img/map-new.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.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: "Nunito", 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: "Nunito", 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: Nunito;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #3b3663;
}

.a0033-calc-mini-ttl {
    color: #3b3663;
    font-size: 21px;
    font-family: Nunito;
    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: 90px;
    padding-bottom: 65px;
    text-align: center;
}

.services-our-service-ttl {
    line-height: 1.2;
    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;
    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, #FF4969 -20%, #FC9D44 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;
}

.block-price-title {
    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: 30px;
    font-family: Nunito;
    font-weight: 800;
    margin-bottom: 34px;
}

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

.price-heading {
    display: flex;
    background-color: #fe6563;
    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: 337px;
    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: #008000;
}

.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: #fd7c52 !important;
    background: transparent;
    border: 0;
    font-size: 18px;
}

.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, #ff5663 0%, #fc9348 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;
}

.price-after-table-row form > p .mName {
    width: 240px;
    background-color: #f9f9f9;
    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: #f9f9f9;
    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%,#ff7426 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 {
    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: 30px;
    margin-top: 20px;
    margin-bottom: 11px;
}

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

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

.a0060-reviews-slider {
}

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

.a0059-reviews-slider-block {
    box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 16%);
    border-radius: 20px 20px 20px 0px;
    background: white;
    padding: 60px 50px 39px 27px;
    max-width: 630px;
    margin: 0 0 0 auto;
    position: relative;
}

.a0059-reviews-slider-block::after {
    content: "";
    width: 0;
    height: 0;
    border-color: currentcolor #fff0 #aba4a400;
    border-style: solid;
    border-width: 26px 45px 0 0;
    margin: 0;
    color: #ffffff;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.a0059-reviews-slider-block .swiper-pagination {
    text-align: left;
    bottom: -83px;
    left: 50px;
}

.card-review-text {
    max-width: 464px;
    margin: 0 0 12px auto;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #696687;
    position: relative;
}

.card-review-text::before {
    content: '';
    width: 52px;
    height: 52px;
    background-image: url(/public/img-review/quotes.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -80px;
    transform: rotate(179deg);
}

.a0059-reviews-slider-block .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #6b5ee9;
    border-radius: 100px;
    opacity: 1;
    width: 11px;
}

.a0059-reviews-slider-block .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
}

.a0063-author {
    max-width: 464px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

.a0063-author img {
    height: 74px;
    border-radius: 100px;
    margin-right: 17px;
}

.a0064-name {
    color: #3B3663;
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

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

.contact-block-title {
    font-family: Nunito;
    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: #f9f9f9;
    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: #ed781e;
    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, #FF4969 -20%, #FC9D44 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;
    flex-wrap: wrap;
}

.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;
    margin-top: 39px;
    text-align: left;
    color: #696687;
    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: #f9f9f9;
    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, #FF4969 -20%, #FC9D44 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 #ff7426;
    border-radius: 5px;
    background: #fff;
    background-image: url('/public/img/up-arrow.svg');
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.a0076-to-top:hover {
    background-color: #ff7426;
    border-color: #ff7426;
    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;
    margin-top: 30px;
}

.contact-line img {
    height: 33px;
    margin-right: 18px;
}

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

.contact-line a:hover {
    color: #FF7426;
}

.a0015-button:hover {
    background-image: linear-gradient(90deg, #4880d3 -20%, #f7113a 115%);
    transition: 0.3s ease-in-out;
}

.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: Nunito;
    font-weight: 800;
    font-size: 30px;
    background-image: linear-gradient(75deg, #ff4c6c, #fa9d4d 80%);
    color: white;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0,0,0,0);
}

.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: Nunito;
    font-weight: 800;
}

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

.b0010-advantages-col {
    padding-top: 130px;
}

.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: Nunito;
    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: 'Nunito';
    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: "Nunito", Sans-serif;
    font-size: 36px;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 33px;
    transition: all .2s ease-in-out;
}

.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-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;
    background-color: #fbfbfb;
    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;
}
.menu-1008-menu-container{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.seo-header .header-menu {
    flex: 1 0 100%;
    width: 100%;
    padding: 0;
    
}
.header-search-input{
    padding: 10px 13px 10px 45px !important;
    background-color: #E6E6E6;
    width: 100%;

}
.menu-head{
    max-width: 40%;
    margin-left: 30px;
}
.header-int-box{
    margin-left: auto;
    flex: 0 0 37%;
    align-items: center;
    justify-content: space-between;
}

.header-box{
    gap: 20px 0;
}



.header-search{
    width: 37%;
    position: relative;
    display: flex;
}

.status-search{
    width: 56%;
}

.header-address{
    max-width: 228px;
    display: flex;
    gap: 4px;
    margin: 0 auto;

}
/* @media (max-width:1050px) {
    .header-int-box{
        margin-left: auto;
        flex: 0 0 32%;
    }
    .status-search{
        width: 39%;
    }
    .menu-head {
        max-width: 60%;
    }
} */

.header-address svg{
    width: 24px;
    height: 24px;

}
.header-address-text{
    color: #3B3663;
    font-size: 11px;
    max-width: 140px;
    cursor: pointer;
}
.header-address span{
    background-image: linear-gradient(75deg, #FF4969, #FC9D44 80%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0,0,0,0);
    font-size: 14px;
    font-weight: 700;

}
.header-number{
    margin: 0 auto;

}
.header-number-time{
    display: flex;
    align-items: center;
    gap: 8px;

}
.time-text{
    font-size: 13px;
    font-weight: 300;
    color: #3B3663;
    span{
        background-image: linear-gradient(75deg, #FF4969, #FC9D44 80%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0,0,0,0);
        font-weight: 500;
    }
}
.header-number-phone{
    background-image: linear-gradient(75deg, #FF4969, #FC9D44 80%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-fill-color: rgba(0,0,0,0);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.seo-header #menu-1008-menu {
    justify-content: center;
}

.seo-header .header-logo {
    width: 18%;
}

@media (max-width:1150px) {
    .seo-header .header-logo {
        width: 15%;
    }
    .header-int-box{
        margin-left: auto;
        flex: 0 0 35%;
    }
    .status-search{
        width: 43%;
    }
    .menu-head {
        max-width: 60%;
    }
}
/* @media (max-width:920px) {
    .header-int-box{
        margin-left: auto;
        flex: 0 0 35%;
        max-width: 60px;
    }
    .header-number {
        margin: 0;
        margin-left: auto;
        flex: 0 0 30%;
        text-align: end;
    }
    .header-address{
        flex: 0 0 64%;
        justify-content: center;
        max-width: 400px;
    }
    .header-number-time{
        justify-content: end;
    }
        .btn-status svg{
        width: 45px;
    }
    .btn-status span{
       display: none;
    }
    .status-search{
        width: 100%;
    }
    .menu-head {
        max-width: 60%;
    }
} */
@media (max-width:920px) {
    .header-int-box{
        margin-left: auto;
        flex: 0 0 35%;
        max-width: 60px;
    }
    .header-number {
        order: 3;
         margin: 0;
         flex: 0 0 70%;
         text-align: inherit;
    }
    .header-address{
        flex: 0 0 30%;
        justify-content: flex-end;
        max-width: 100%;
        order: 4;

    }
    .header-number-time{
        justify-content: inherit;
    }
        .btn-status svg{
        width: 45px;
    }
    .btn-status span{
        display: none;
     }
    .status-search{
        width: 100%;
    }
    .menu-head {
        max-width: 60%;
    }
}

@media (max-width:720px){
    .header-number {
         flex: 0 0 60%;
    }
    .header-address{
        flex: 0 0 40%;

    }
}
@media (max-width:550px){
    
    .header-address{
        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-top: 80px;
    padding-bottom: 40px;
}

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

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

.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;
}

.fb-block .a0011-first-block-ttl {
    margin-top: 0;
}

.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-menu li 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: 1.8fr 1.9fr 1fr 1fr;
}

.footer-menu li a:hover, .contact-under-map-row a.footer-phone:hover {
    color: #FC9D44;
}

.showmore-wrapper {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 13px;
}

.showmore-button {
    color: white !important;
    padding: 19px 59px;
    margin: 0 auto;
}

.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: 45px;
    width: 45px;
    margin-right: 15px;
    border: 0;
    background-image: url(/public/img/icons/search-icon.svg);
    background-position: center;
    background-size: 21px;
    background-repeat: no-repeat;
    position: absolute;
}

.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(/public/img/icons/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: #FC9D44;
    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;
}

.shine {
    position: absolute;
    top: 0;
    left: -70px;
    height: 98px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transition: all .3s linear;
    transform: skewX(20deg) translateX(0);
    animation: 2s shine ease-in-out infinite;
}

@keyframes shine {
    0% {
        transform: skewX(20deg) translateX(0)
    }
    100% {
        transform: skewX(20deg) translateX(500px)
    }
}

@-webkit-keyframes fader {
    0% {
        transform: skewX(20deg) translateX(0)
    }
    100% {
        transform: skewX(20deg) translateX(500px)
    }
}

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

/* [type="submit"] {
    opacity: .7;
    cursor: default;
    pointer-events: none;
}

[type="submit"].active {
    opacity: 1;
    cursor: pointer;
    pointer-events: inherit;
} */

.catalog-page .page-heading__media-img {
    max-height: 150px;
}




/* style - 21.12.2022 */
.a0045-price-col-1 a {
  color: #696687;
}

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

@keyframes pulse {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(.9);
      opacity: 0;
    }
  }
  .phone_block {
    z-index: 6;
    display: none;
    right: 20px;
    position: fixed;
    bottom: 100px; }
    .phone_block.visible {
        display: block; }
  .overlay_phone {
    /* transform: translateX(54px); */
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -100%; */
    background-color: #ff7426; }
    .overlay_phone svg {
      width: 25px;
      height: 25px;
      min-width: 25px; }
    .overlay_phone::after, .overlay_phone::before {
      content: "";
      position: absolute;
      border: 2px solid #ff7426;
      left: -15px;
      opacity: 0;
      right: -15px;
      top: -15px;
      bottom: -15px;
      border-radius: 50%;
      animation: pulse 2.5s linear infinite; }
    .overlay_phone::after {
      animation-delay: 1.25s; }
