@charset "UTF-8";

/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/

:root {
    --color-text-primary: #495381;
    --color-tertiary-text: #bec3da;
    /* --color-accent-primary: #735cff; */
    --color-accent-primary: #795ffc;
    --color-accent-90: #e3d9fc;
    --color-accent-secondary: #eda1f5;
    --color-gradient1: #765ffe;
    --color-gradient2: #d774e0;
    --color-white: #ffffff;
    --color-background2: #f2f0ff;
    --color-glass: #ffffff;
    --fz-h1: 4rem;
    --fz-h2: 3rem;
    --fz-h3: 1.75rem;
    --fz-benefits: 1.25rem
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/Onest-Regular.woff2) format("woff2"), url(../fonts/Onest-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url(../fonts/Onest-Bold.woff2) format("woff2"), url(../fonts/Onest-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: var(--color-text-primary);
    line-height: 1;
    font-family: Onest;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
    font-family: Onest;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.footer__menu-inner > ul > li {
    list-style: none
}

/* ul li {
    list-style: none
} */

ul li, ol li {
    list-style-type: inherit;
    margin-left: 30px !important;
}

ul > ul > li, ul > ol > li, ol > ol > li, ol > ul > li {
    margin-left: 50px !important;
}

.navigation-header__item, .rates__sub-item, .splide__slide, .dev__item, .recommendation__list-item, .create__item-answer, .footer__menu-inner > ul > li, .order__item {
    margin-left: 0 !important;
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-size: 30px;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 73.125rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

.templates__container [class*=__container] {
    padding: 0;
}

.hystmodal__opened,
.hystmodal__shadow {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.hystmodal__shadow {
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 98;
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    background-color: #000
}

.hystmodal__shadow--show {
    pointer-events: auto;
    opacity: .6
}

.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 200;
    visibility: hidden
}

.hystmodal--active {
    opacity: 1
}

.hystmodal--active,
.hystmodal--moved {
    pointer-events: auto;
    visibility: visible
}

.hystmodal__wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hystmodal__window {
    margin: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 573px;
    width: 100%;
    background: #fff;
    overflow: visible;
    -webkit-transition: opacity .2s ease 0s, -webkit-transform .2s ease 0s;
    transition: opacity .2s ease 0s, -webkit-transform .2s ease 0s;
    -o-transition: transform .2s ease 0s, opacity .2s ease 0s;
    transition: transform .2s ease 0s, opacity .2s ease 0s;
    transition: transform .2s ease 0s, opacity .2s ease 0s, -webkit-transform .2s ease 0s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hystmodal__window-thanks {
    max-width: 391px
}

.hystmodal__window-order {
    max-width: 1013px
}

.hystmodal--active .hystmodal__window {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hystmodal__close {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/style/x.png);
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: 0
}

.hystmodal__close:focus {
    outline: 2px dotted #afb3b9;
    outline-offset: 2px
}

.callback__body {
    padding: 60px;
    width: 100%
}

.callback__title {
    margin-bottom: 36px
}

.callback__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.callback__item:first-child {
    margin-bottom: 16px
}

.callback__item label {
    font-weight: 700;
    margin-bottom: 4px
}

.callback__item input {
    width: 100%;
    border: 1px solid var(--color-accent-primary);
    border-radius: 28px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    outline: 0;
    color: var(--color-text-primary)
}

.callback__item input::-webkit-input-placeholder {
    color: #bec3da
}

.callback__item input::-moz-placeholder {
    color: #bec3da
}

.callback__item input:-ms-input-placeholder {
    color: #bec3da
}

.callback__item input::-ms-input-placeholder {
    color: #bec3da
}

.callback__item input::placeholder {
    color: #bec3da
}

.callback__item input:focus {
    -webkit-box-shadow: 0 0 3px var(--color-gradient2);
    box-shadow: 0 0 3px var(--color-gradient2)
}

.callback__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 16px
}

.callback__textarea label {
    font-weight: 700;
    margin-bottom: 4px
}

.callback__textarea textarea {
    width: 100%;
    min-height: 144px;
    border: 1px solid var(--color-accent-primary);
    border-radius: 28px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    outline: 0;
    resize: none;
    color: var(--color-text-primary)
}

.callback__textarea textarea:focus {
    -webkit-box-shadow: 0 0 3px var(--color-gradient2);
    box-shadow: 0 0 3px var(--color-gradient2)
}

.callback__button {
    padding-top: 32px;
    margin-bottom: 12px
}

.callback__button button {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--color-accent-primary);
    padding: 15px;
    background-color: var(--color-accent-primary);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--color-white)
}

.checkbox__input {
    display: none
}

.checkbox__input:checked+.checkbox__label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.checkbox__label {
    color: var(--color-text-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.checkbox__label::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 12px 0 0;
    border: 1px solid var(--color-accent-primary);
    border-radius: 4px
}

.checkbox__label::after {
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    content: "";
    width: 12px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: url(../images/style/check2.png);
    background-repeat: no-repeat
}

.checkbox__label a {
    color: var(--color-accent-primary);
    margin-left: 4px
}

.vedenie .checkbox__label a {
    margin-left: 0;
}

.thanks__body {
    max-width: 391px;
    width: 100%;
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px;
    padding: 60px
}

.thanks__title {
    text-align: center;
    margin-bottom: 8px
}

.thanks__text {
    text-align: center
}

.order__body {
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.order__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order__title {
    margin-right: 25px
}

.order__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order__tel img {
    width: 36px;
    height: 36px;
    margin-right: 8px
}

.order__tel a {
    font-size: var(--fz-h3);
    line-height: 129%
}

.order__callback {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    margin-right: 60px
}

.order__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 357px;
    flex: 1 1 357px
}

.order__inner {
    max-width: 357px;
    margin: 0 auto
}

.order__subtitle {
    margin-bottom: 36px
}

.order__list {
    position: relative
}

.order__list::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 18px;
    width: 2px;
    height: 100%;
    background-color: var(--color-accent-primary)
}

.order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px
}

.order__item:last-child {
    margin-bottom: 0
}

.order__number {
    margin-right: 16px;
    border-radius: 50%;
    border: 2px solid #735cff;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: var(--fz-benefit);
    line-height: 140%;
    background-color: var(--color-white)
}

.order__number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.main-title {
    font-weight: 800;
    font-size: var(--fz-h1);
    line-height: 80%;
    color: var(--color-white)
}

.title {
    font-weight: 700;
    font-size: var(--fz-h2);
    line-height: 150%;
    text-align: center;
}

.subtitle {
    font-weight: 700;
    font-size: var(--fz-h3);
    line-height: 129%
}

.text {
    font-weight: 400;
    line-height: 150%
}

.button {
    background: #735cff;
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    padding: 16px;
    color: var(--color-white);
    line-height: 150%
}

.header {
    position: relative
}

.header__background-ibg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5
}

.header__background2 {
    position: absolute;
    top: 682px;
    left: 59px;
    z-index: -4
}

.header__background3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -4
}

.header__background4 {
    position: absolute;
    bottom: 296px;
    right: 720px;
    z-index: -2
}

.header__background5 {
    position: absolute;
    top: 405px;
    right: 49px;
    z-index: -4
}

.header__background6 {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -3
}

.header__body {
    padding-bottom: 222px;
}

.main-page .header__body {
    padding-bottom: 250px
}

.main-page .header__background-ibg {
    top: unset;
    bottom: 100px;
    height: calc(100% + 100px);
}

.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
    position: relative
}

.top-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 600%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    z-index: -1
}

.top-header__call {
    padding: 0 0 0 28px;
}

.top-header__call-shedule {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px 0;
}

.top-header__call-phone {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.top-header__call-phone:hover {
    color: var(--color-accent-90);
}

.top-header__call-phone span {

}

.top-header__call-phone img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -28px;
}

.top-header__call-callback {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px dashed currentColor;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.top-header__call-callback:hover {
    color: var(--color-accent-90);
}

@media screen and (max-width: 1000px) {
    .top-header__call-phone {
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .top-header__call-callback {
        font-size: 20px;
    }

    .top-header__call-shedule {
        margin: 0 0 12px 0;
    }

    .top-header__call {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
}

.top-header__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-header__location-img {
    margin: 0 8px 0 0;
}

.top-header__location-img img {
    width: 24px;
    height: 24px;
}

.top-header__city {
    font-weight: 700;
    line-height: 150%;
    color: var(--color-white)
}

.top-header__adress {
    font-weight: 400;
    line-height: 150%;
    color: var(--color-white)
}

.top-header__social-outer {
    text-align: center;
}

.top-header__social-caption {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 0px;
    margin: 0 0 8px 0;
}



.top-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-header__social a {
    margin-right: 16px
}

.top-header__social a:last-child {
    margin-right: 0
}

.top-header__social svg {
    width: 32px;
    height: 32px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    fill: var(--color-white)
}

.bottom-footer__social a {
    margin-right: 16px
}

.bottom-footer__social a:last-child {
    margin-right: 0
}

.bottom-footer__social {
    margin: 24px 0 0 32px;
}

.bottom-footer__social svg {
    width: 32px;
    height: 32px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    fill: var(--color-text-primary)
}

.bottom-footer__social svg:hover {
    fill: var(--color-gradient1);
}

@media screen and (max-width: 1000px) {
    .top-header__social-caption {
        margin: 0 0 12px 0;
    }
}

.top-header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 377px;
    flex: 0 1 377px;
    margin-right: 32px
}

.top-header__input {
    position: relative
}

.top-header__input button {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-header__input button svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    stroke: var(--color-white)
}

.top-header__input input {
    width: 100%;
    border-bottom: 1px solid var(--color-white);
    background-color: transparent;
    line-height: 150%;
    color: var(--color-white);
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 35px;
    outline: 0
}

.top-header__input input::-webkit-input-placeholder {
    color: var(--color-white);
    font-weight: 400
}

.top-header__input input::-moz-placeholder {
    color: var(--color-white);
    font-weight: 400
}

.top-header__input input:-ms-input-placeholder {
    color: var(--color-white);
    font-weight: 400
}

.top-header__input input::-ms-input-placeholder {
    color: var(--color-white);
    font-weight: 400
}

.top-header__input input::placeholder {
    color: var(--color-white);
    font-weight: 400
}

.top-header__cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px
}

.top-header__cart svg {
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    stroke: var(--color-white)
}

.top-header__cart span {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-accent-primary);
    border-radius: 100px;
    font-size: 14px;
    line-height: 86%;
    color: var(--color-white);
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px
}

.top-header__slogan {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.top-header__rating {
    width: 150px;
    height: 50px;
}

@media screen and (max-width: 1000px) {
    .top-header__slogan,
    .top-header__rating {
        display: none;
    }
}

.top-header__rating iframe {
    width: 100%;
    height: 100%;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    padding-top: 48px
}

.dropdown-content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: auto;
    background-color: var(--color-white);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px
}

.dropdown-content__body a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: var(--color-text-primary);
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu {
    position: relative;
    z-index: 5
}

.menu__body {
    width: 100%;
    margin: 0 auto
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__newloc-search {
    margin-bottom: 40px
}

.menu__newloc-tel {
    margin-bottom: 25px
}

.menu__newloc-social {
    margin-bottom: 25px
}

.menu__item {
    margin-right: 48px;
    position: relative
}

.menu__item:last-child {
    margin-right: 0
}

.menu__link {
    line-height: 150%;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: stroke .3s ease 0s;
    -o-transition: stroke .3s ease 0s;
    transition: stroke .3s ease 0s;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.menu__link::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.menu__arrow {
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__arrow svg {
    height: 16px;
    width: 16px;
    stroke: var(--color-white)
}

.dropdown-content-two {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    padding-top: 56px
}

.dropdown-content-two__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 228px;
    background-color: var(--color-white);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px
}

.dropdown-content-two__body a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: var(--color-text-primary);
    
    text-align: left;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.navigation-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px
}

.navigation-header__logo img {
    max-width: 100%
}

.navigation-header__submenu {
    padding-top: 44px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 662px;
    flex: 0 1 662px;
    position: relative;
    z-index: 2
}

.navigation-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: ruby-text;
    border: 1px solid var(--color-white);
    border-radius: 8px
}

.navigation-header__item {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.navigation-header__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-white)
}

.navigation-header__item:last-child::after {
    display: none
}

.navigation-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-white);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.navigation-header__link svg {
    stroke: var(--color-white);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.navigation-header__img {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-header__img svg {
    width: 24px;
    height: 24px
}

.navigation-header__text {
    font-weight: 700;
    line-height: 150%;
    margin-right: 4px
}

.navigation-header__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-header__arrow svg {
    height: 16px;
    width: 16px
}

.content-header {
    padding-top: 20px;
    max-width: 576px
}

.content-header__title {
    color: var(--color-white);
    margin-bottom: 30px
}

.content-header__text {
    color: var(--color-white);
    margin-bottom: 12px
}

.content-header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-white);
    margin-bottom: 40px
}

.content-header__old-price {
    margin-right: 15px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    padding-bottom: 2px;
    text-decoration: line-through
}

.content-header__new-price {
    font-weight: 700;
    font-size: var(--fz-h3)
}

.content-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-header__button-order {
    max-width: 228px;
    width: 100%;
    margin-right: 20px
}

.content-header__button-order button {
    padding: 20px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 140%;
    border: 2px solid var(--color-white);
    color: var(--color-accent-primary);
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.content-header__button-order button:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.content-header__button-kp {
    max-width: 228px;
    width: 100%
}

.content-header__button-kp button {
    padding: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 140%;
    color: var(--color-white);
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.content-header__button-kp button:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.icon-menu {
    display: none
}

.about {
    position: relative
}

.about__body {
    margin-top: -135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    background: rgba(255, 255, 255, .85);
    -webkit-box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    border-radius: 40px;
    padding-top: 80px;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 100px;
    margin-right: 40px
}

.about__item {
    margin-bottom: 52px
}

.about__item:last-child {
    margin-bottom: 0
}

.about__img {
    margin-bottom: 20px
}

.about__img img {
    max-width: 100%
}

.about__subtitle {
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 140%;
    color: #495381;
    margin-bottom: 8px
}

.about__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 575px;
    flex: 0 1 575px
}

.about__title {
    margin-bottom: 20px
}

.about__text {
    margin-bottom: 40px
}

.about__button button {
    background: var(--color-accent-primary);
    height: 56px;
    max-width: 228px;
    width: 100%;
    color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.about__button button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.about__bg {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10
}

.about__bg2 {
    position: absolute;
    bottom: 31px;
    right: 312px;
    z-index: -5
}

.benefit__body {
    padding-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.benefit__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    margin-right: 15px
}

.benefit__title {
    margin-bottom: 20px
}

.benefit__slider {
    max-width: 575px;
    background: var(--color-accent-primary);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px
}

.benefit__slider .splide {
    max-width: 575px;
    border-radius: 40px
}

.benefit__slider .splide__pagination {
    display: none !important
}

.benefit__slider .splide--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.benefit__slider .splide__arrow {
    opacity: 1 !important;
    top: auto !important;
    bottom: -76px !important;
    background-color: transparent !important
}

.benefit__slider .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px
}

.benefit__slider .splide__arrow svg {
    display: none
}

.benefit__slider .splide__arrow--prev {
    left: 0 !important
}

.benefit__slider .splide__arrow--prev::before {
    top: 5px !important
}

.benefit__slider .splide__arrow--next {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    left: 72px !important;
    bottom: -60px !important
}

.benefit__slider .splide__arrow--next::before {
    top: 3px !important
}

.benefit-splide__body {
    color: var(--color-white);
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 48px;
    padding-bottom: 72px
}

.benefit-splide__count {
    margin-bottom: 8px
}

.benefit-splide__subtitle {
    margin-bottom: 16px
}

.calculator {
    position: relative;
}

/* .vedenie .calculator {
    margin-top: -580px;
} */

.calculator__body {
    padding-top: 315px;
}

.vedenie .calculator__body {
    padding-top: 30px;
}

/* .vedenie .calculator__body {
    padding-top: 500px;
} */

.calculator__title {
    margin-bottom: 50px
}

.calculator__form {
    margin-bottom: 68px
}

.calculator__subtitle {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: var(--fz-benefits);
    max-width: 225px
}

.calculator__description {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.calculator__top {
    margin-bottom: 28px
}

.calculator__radio-top {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator__radio-top input {
    display: none
}

.calculator__radio-top input:checked+label {
    color: var(--color-white)
}

.calculator__radio-top input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.calculator__radio-top label {
    color: var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 8px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    white-space: nowrap
}

.calculator__radio-top label:last-child {
    margin-bottom: 0
}

.calculator__radio-top label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 12px 0 0;
    border: 1px solid var(--color-accent-primary);
    border-radius: 100px;
    z-index: -1
}

.calculator__radio-top label::after {
    content: "";
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px;
    background-color: var(--color-accent-primary);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.calculator__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 30px;
}

@media screen and (max-width: 991px) {
    .calculator__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .calculator__grid {
        grid-template-columns: 1fr;
    }
}

.calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 772px;
    width: 100%;
    margin: 0 -10px;
    margin-top: -30px
}

.calculator__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 10px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator__elem {
    width: 100%;
    line-height: 1.25;
}

.calculator__radio input {
    display: none
}

.calculator__radio input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.calculator__radio label {
    color: var(--color-text-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px
}

.calculator__radio input:disabled+label {
    opacity: 0.5;
    pointer-events: none;
}

.calculator__radio label:last-child {
    margin-bottom: 0
}

.calculator__radio label::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 12px 0 0;
    border: 1px solid var(--color-accent-primary);
    border-radius: 50%
}

.calculator__radio label::after {
    content: "";
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: var(--color-accent-primary);
    border-radius: 50%;
    z-index: 2;
    top: 5px;
    left: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.calculator__last-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 376px;
    flex: 0 1 376px
}

.calculator__checkbox input {
    display: none
}

.calculator__checkbox input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.calculator__checkbox label {
    color: var(--color-text-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px
}

.calculator__checkbox input:disabled+label {
    opacity: 0.5;
    pointer-events: none;
}

.calculator__checkbox label:last-child {
    margin-bottom: 0
}

.calculator__checkbox label::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 12px 0 0;
    border: 1px solid var(--color-accent-primary);
    border-radius: 4px
}

.calculator__checkbox label::after {
    content: "";
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: url(../images/style/check2.png);
    background-repeat: no-repeat
}

.calculator__bg {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10
}

.vedenie .calculator__bg {
    top: -150px;
}

.calculator__bg2 {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -5
}

.callback-calculator {
    background: var(--color-white);
    -webkit-box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    border-radius: 40px;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.callback-calculator__rate {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 299px;
    flex: 0 1 299px;
    margin-right: 79px
}

.callback-calculator__subtitle {
    margin-bottom: 13px
}

.callback-calculator__rate:not(.callback-calculator__rate--trouble) .callback-calculator__subtitle--trouble {
    display: none;
}

.callback-calculator__rate--trouble>*:not(.callback-calculator__subtitle--trouble) {
    display: none;
}

.callback-calculator__old-price {
    text-decoration: line-through;
    margin-bottom: 5px
}

.callback-calculator__new-price {
    color: var(--color-accent-primary)
}

.callback-calculator__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 672px;
    flex: 0 1 672px
}

.callback-calculator__text {
    margin-bottom: 24px;
    line-height: 24px
}

.callback-calculator__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.callback-calculator__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 424px;
    flex: 0 1 424px;
    margin-right: 20px
}

.callback-calculator__input input {
    background: var(--color-white);
    border: 1px solid var(--color-accent-primary);
    border-radius: 28px;
    height: 56px;
    width: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.callback-calculator__input input:focus {
    -webkit-box-shadow: 0 0 3px var(--color-gradient2);
    box-shadow: 0 0 3px var(--color-gradient2)
}

.callback-calculator__button {
    background: var(--color-accent-primary);
    height: 56px;
    max-width: 228px;
    width: 100%;
    color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.callback-calculator__button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.rates {
    position: relative;
	padding: 65px 0px 0px 0p;
	margin: 78px 12px 12px 13px;
}

.rates__bg {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10
}

.rates__bg2 {
    position: absolute;
    top: -105px;
    left: 160px
}

.rates__bg3 {
    position: absolute;
    bottom: -276px;
    right: 231px;
    z-index: 5
}

.rates__body {
    padding-top: 160px
}

.rates__title {
    text-align: center;
    margin-bottom: 48px
}

.rates__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    margin-top: -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rates__item {
    padding: 0 10px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.rates__elem {
    background: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rates__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.rates__subtitle img {
    max-width: 100%;
    margin-right: 8px
}

.rates__list {
    padding-top: 32px;
    margin-bottom: 32px
}

.rates__sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

.rates__img {
    margin-right: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.rates__img img {
    max-width: 100%
}

.rates__last-block {
    margin-top: auto
}

.rates__old-price {
    text-decoration: line-through;
    margin-bottom: 15px
}

.rates__new-price {
    font-size: var(--fz-benefits);
    color: var(--color-accent-primary);
    margin-bottom: 28px
}

.rates__button button {
    width: 100%;
    height: 56px;
    background: var(--color-accent-primary);
    border: 1px solid var(--color-accent-primary);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    padding: 16px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.rates__button button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.rates__elem-last {
    background: -o-linear-gradient(321.84deg, #765ffe 24.36%, #d774e0 95.4%);
    background: linear-gradient(128.16deg, #765ffe 24.36%, #d774e0 95.4%);
    color: var(--color-white)
}

.rates__old-price-last {
    color: var(--color-white)
}

.rates__new-price-last {
    color: var(--color-accent-secondary)
}

.rates__button-last button {
    background-color: var(--color-white);
    color: var(--color-accent-primary);
    border: 0
}

.rates__button-last button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.dev__body {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dev__coop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 377px;
    flex: 0 0 377px;
    margin-right: 25px
}

.dev__subtitle {
    margin-bottom: 16px
}

.dev__subtitle_m {
    margin-bottom: 16px
}

.dev__list {
    margin-top: 36px;
    position: relative
}

.dev__list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 2px;
    height: 100%;
    background-color: var(--color-accent-primary);
    z-index: -1
}

.dev__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 69px
}

.dev__item:last-child {
    margin-bottom: 0
}

.dev__number {
    width: 36px;
    height: 36px;
    border: 2px solid var(--color-accent-primary);
    border-radius: 50%;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
}

.dev__slider {
    max-width: 676px;
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 188px;
    position: relative;
    border-radius: 100px 0 0 100px
}

.dev__slider::after {
    content: "";
    background-color: var(--color-background2);
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    z-index: -1;
    border-radius: 100px 0 0 100px
}

.dev__title {
    margin-bottom: 48px
}

.dev__count {
    margin-bottom: 8px
}

.dev__slider .splide {
    border-radius: 40px
}

.dev__slider .splide__pagination {
    display: none !important
}

.dev__slider .splide--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dev__slider .splide__arrow {
    opacity: 1 !important;
    top: auto !important;
    background-color: transparent !important;
    width: 32px;
    height: 24px;
    bottom: -64px !important
}

.dev__slider .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px
}

.dev__slider .splide__arrow svg {
    display: none
}

.dev__slider .splide__arrow--prev {
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.dev__slider .splide__arrow--next {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    left: 72px !important
}

.key {
    position: relative
}

.key__body {
    padding-top: 160px
}

.key__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.key__link {
    color: var(--color-accent-primary)
}

.key__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.key__link a span {
    margin-right: 8px;
	font-size: 12px;
}

.key__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: -36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.key__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    padding-top: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%
}

.key__elem {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.key__elem:active {
    -webkit-box-shadow: 0 0 0 var(--color-text-primary);
    box-shadow: 0 0 0 var(--color-text-primary);
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.key__image {
    margin-bottom: 12px
}

.key__image img {
    max-width: 100%;
    border-radius: 8px
}

.key__subtitle {
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 140%;
    margin-bottom: 4px
}

.key__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.key__bg {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -5
}

.specialists {
    position: relative
}

.specialists__body {
    padding-top: 348px
}

.specialists__title {
    margin-bottom: 48px
}

.specialists__image {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    margin-bottom: 16px
}

.specialists__image img {
    border-radius: 40px;
    max-width: 100%
}

.specialists__subtitle {
    font-weight: 700;
    font-size: var(--fz-benefits);
    margin-bottom: 8px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: auto
}

.specialists__subtitle_m {
    color: var(--color-white);
    font-weight: 700;
    font-size: var(--fz-benefits);
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 8px
}

.specialists__text {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 36px
}

.specialists__text_m {
    color: var(--color-white);
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 24px
}

.specialists__button {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 36px
}

.specialists__button button {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    text-align: center;
    color: var(--color-accent-primary);
    width: 100%;
    background-color: var(--color-white);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.specialists__button button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.specialists__box_m {
    margin-top: auto
}

.specialists__bg {
    position: absolute;
    top: 120px;
    right: 117px;
    z-index: -2
}

.specialists__bg img {
    max-width: 100%
}

.specialists__bg2 {
    position: absolute;
    top: 107px;
    right: 0;
    z-index: -5
}

.specialists__bg2 img {
    -o-object-fit: cover;
    object-fit: cover;
}

.specialists__box {
    max-width: 377px;
    width: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px;
    height: 100%;
    margin: 0 auto
}

.specialists__box_m {
    margin-top: auto;
    border-radius: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -o-linear-gradient(321.84deg, #765ffe 24.36%, #d774e0 95.4%);
    background: linear-gradient(128.16deg, #765ffe 24.36%, #d774e0 95.4%);
    margin-top: auto;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1)
}

.specialists__subbox {
    margin-top: auto
}

.specialists__slider .splide__pagination {
    display: none !important
}

.specialists__slider .splide--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.specialists__slider .splide__arrow {
    opacity: 1 !important;
    top: 0 !important;
    background-color: transparent !important;
    width: 32px;
    height: 24px
}

.specialists__slider .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px
}

.specialists__slider .splide__arrow svg {
    display: none
}

.specialists__slider .splide__arrow--prev {
    left: -52px !important;
    -webkit-transform: translateY(10%) !important;
    -ms-transform: translateY(10%) !important;
    transform: translateY(10%) !important;
    top: 50% !important
}

.specialists__slider .splide__arrow--next {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    right: -52px !important;
    top: 50% !important
}

.create {
    position: relative
}

.create__body {
    padding-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vedenie .create__body {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .vedenie .create__body {
        display: block;
    }
}

.create__header {
    margin-bottom: 36px
}

.create__title {
    color: var(--color-white)
}

.vedenie .unique-tariff .create__title {
    text-align: center;
    color: var(--color-text-primary);
}

.create__title span {
    position: relative !important;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    left: 0 !important;
    color: #EDA1F5 !important;
}

.create__tel {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.create__tel img {
    width: 36px;
    height: 36px;
    margin-right: 8px
}

.create__tel a {
    color: var(--color-white);
    font-size: var(--fz-h3);
    line-height: 36px
}

.create__callback {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 573px;
    flex: 0 1 573px;
    background: -o-linear-gradient(321.84deg, #765ffe 24.36%, #d774e0 95.4%);
    background: linear-gradient(128.16deg, #765ffe 24.36%, #d774e0 95.4%);
    border-radius: 40px;
    padding-top: 52px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 25px
}

.vedenie .create__callback {
    flex: 0 1 100%;
    background: transparent;
    margin-right: 0;
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
}

.vedenie .create__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vedenie .create__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #495381;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.vedenie .create__content img {
    margin-bottom: 20px;
}

.create__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px
}

.create__item label {
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 8px
}

.vedenie .unique-tariff .create__item label, .vedenie .unique-tariff .create__textarea label {
    color: var(--color-text-primary);
}

.create__item input {
    background: #fff;
    border: 1px solid #735cff;
    border-radius: 28px;
    height: 56px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 16px;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.create__item input::-webkit-input-placeholder {
    color: #bec3da
}

.create__item input::-moz-placeholder {
    color: #bec3da
}

.create__item input:-ms-input-placeholder {
    color: #bec3da
}

.create__item input::-ms-input-placeholder {
    color: #bec3da
}

.create__item input::placeholder {
    color: #bec3da
}

.create__item input:focus {
    -webkit-box-shadow: 0 0 5px var(--color-white);
    box-shadow: 0 0 5px var(--color-white)
}

.create__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px
}

.create__textarea label {
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 8px
}

.create__textarea textarea {
    background: #fff;
    border: 1px solid #735cff;
    border-radius: 28px;
    min-height: 144px;
    resize: none;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 16px;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.create__textarea textarea::-webkit-input-placeholder {
    color: #bec3da
}

.create__textarea textarea::-moz-placeholder {
    color: #bec3da
}

.create__textarea textarea:-ms-input-placeholder {
    color: #bec3da
}

.create__textarea textarea::-ms-input-placeholder {
    color: #bec3da
}

.create__textarea textarea::placeholder {
    color: #bec3da
}

.create__textarea textarea:focus {
    -webkit-box-shadow: 0 0 5px var(--color-white);
    box-shadow: 0 0 5px var(--color-white)
}

.create__button {
    margin-bottom: 12px
}

.create__button button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 16px;
    width: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    color: var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.create__button button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.create__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 430px;
    flex: 0 1 430px;
    margin-right: 46px
}

.create__subtitle {
    margin-bottom: 36px
}

.create__list {
    position: relative
}

.create__list::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 18px;
    width: 2px;
    height: 100%;
    background-color: var(--color-accent-primary)
}

.create__item-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px
}

.create__item-answer:last-child {
    margin-bottom: 0
}

.create__number {
    margin-right: 16px;
    border-radius: 50%;
    border: 2px solid #735cff;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 140%;
    background-color: var(--color-white)
}

.create__number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.create__bg {
    position: absolute;
    bottom: 168px;
    right: 0
}

.create__form .checkbox__label {
    color: var(--color-white)
}

.create__form .checkbox__label a {
    color: var(--color-white);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: underline;
}

.vedenie .create__form  {
    width: 50%;
}

.vedenie .create__form .flex {
    justify-content: space-between;
    grid-gap: 12px 12px;
}

.advantages {
    position: relative;
	background-color: #f9f9f9;
}

.advantages__body {
}

.advantages__title {
    margin-bottom: 48px
}

.advantages__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 50px;
    margin-top: -30px;
}

.advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 277px;
    text-align: center;
    padding: 0 10px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantages__cards-two {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    margin-top: -20px
}

.advantages__item-two {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 277px;
    flex: 0 1 277px;
    padding: 0 10px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantages__img {
    margin-bottom: 20px;
}



.advantages__img img {
    width: 60px;
    height: 60px
}

.advantages__subtitle {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: var(--fz-benefits);
    line-height: 28px
}

.advantages__subtitle:last-child {
    margin-bottom: 0
}

.advantages__subtitle_m {
    max-width: 170px
}

.advantages__text {
    max-width: 250px
}

.advantages__name {
    color: var(--color-gradient1);
    margin-bottom: 8px;
    min-height: 64px
}

.advantages__bg {
    position: absolute;
    z-index: -10;
    top: -55px;
    left: 0
}

.advantages__bg2 {
    position: absolute;
    z-index: -5;
    bottom: -40px;
    left: -85px
}

.clients__body {
    padding-top: 160px
}

.clients__title {
    margin-bottom: 48px
}

.clients__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients__img img {
    max-width: 100%
}

.clients__slider .splide__track {
    -webkit-box-shadow: 0 14px 54px rgba(119, 96, 255, .1);
    box-shadow: 0 14px 54px rgba(119, 96, 255, .1)
}

.clients__slider .splide__slide {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    background: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients__slider .splide__pagination {
    display: none !important
}

.clients__slider .splide--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.clients__slider .splide__arrow {
    opacity: 1 !important;
    top: 0 !important;
    background-color: transparent !important;
    width: 32px !important;
    height: 24px !important
}

.clients__slider .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px !important;
    height: 24px !important
}

.clients__slider .splide__arrow svg {
    display: none
}

.clients__slider .splide__arrow--prev {
    left: -52px !important;
    top: 70px !important
}

.clients__slider .splide__arrow--next {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    right: -52px !important;
    top: 44px !important
}

.reviews {
    padding-top: 90px;
    position: relative
}

.reviews__body {
    padding-top: 100px;
    padding-bottom: 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.reviews__body::after {
    content: "";
    position: absolute;
    z-index: -15;
    top: 0;
    right: 296px;
    width: 500%;
    height: 100%;
    background: var(--color-accent-primary);
    border-radius: 0 100px 100px 0
}

.reviews__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    margin-right: 25px
}

.reviews__title {
    color: var(--color-white);
    margin-bottom: 20px
}

.reviews__text_m {
    color: var(--color-white)
}

.reviews__text.text a {
    display: block ;
    width: fit-content;
    color: var(--color-accent-primary);
}

.reviews__button {
    padding-top: 40px
}

.reviews__button button {
    max-width: 278px;
    width: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    padding: 14px;
    border: 2px solid var(--color-white);
    color: var(--color-accent-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 56px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.reviews__button button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.reviews__slider {
    max-width: 575px;
    position: relative
}

.reviews__slider::after {
    content: "";
    border-radius: 40px;
    position: absolute;
    z-index: -15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 70px rgba(167, 96, 244, .15);
    box-shadow: 0 4px 70px rgba(167, 96, 244, .15)
}

.reviews__inner {
    padding: 60px
}

.reviews__img {
    margin-bottom: 40px
}

.reviews__subtitle {
    margin-bottom: 16px
}

.reviews__bg {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: -120px
}

.reviews__slider .splide {
    max-width: 575px
}

.reviews__slider .splide__track {
    background: rgba(255, 255, 255, .95);
    border-radius: 40px
}

.reviews__slider .splide__pagination {
    display: none !important
}

.reviews__slider .splide--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__slider .splide__arrow {
    opacity: 1 !important;
    top: auto !important;
    bottom: -88px !important;
    background-color: transparent !important
}

.reviews__slider .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider-white.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px
}

.reviews__slider .splide__arrow svg {
    display: none
}

.reviews__slider .splide__arrow--prev {
    left: 0 !important
}

.reviews__slider .splide__arrow--prev::before {
    top: 5px !important
}

.reviews__slider .splide__arrow--next {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    left: 72px !important;
    bottom: -72px !important
}

.reviews__slider .splide__arrow--next::before {
    top: 3px !important
}

.recommendation {
    position: relative
}

.recommendation__body {
    padding-top: 240px
}

.recommendation__title {
    margin-bottom: 48px
}

.recommendation__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    margin-top: -20px
}

.recommendation__cards--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .recommendation__cards--grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .recommendation__cards--grid {
        grid-template-columns: 1fr;
    }
}

.recommendation__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 0 10px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recommendation__elem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 580px;
    flex: 0 1 580px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    background: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.recommendation__subtitle {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.recommendation__subtitle img {
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.recommendation__text {
    margin-bottom: 32px
}

.recommendation__list {
    margin-bottom: 40px
}

.recommendation__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.recommendation__list-item:last-child {
    margin-bottom: 0
}

.recommendation__list-item img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.recommendation__box {
    margin-top: auto
}

.recommendation__prices {
    margin-bottom: 28px
}

.recommendation__old-price {
    margin-bottom: 10px
}

.recommendation__new-price {
    color: var(--color-accent-primary)
}

.recommendation__button a {
    width: 100%;
    padding: 14px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    border: 2px solid var(--color-accent-primary);
    background: var(--color-accent-primary);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.recommendation__button a:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.recommendation__bg {
    position: absolute;
    top: -120px;
    z-index: -20;
    left: 0
}

.question-answer {
    position: relative;
	margin: -150px 0px 80px 0px;
}


@media screen and (max-width: 767px){
.question-answer {
    position: relative;
	margin: -50px 0px 0px 0px;
}
}

.question-answer__body {
    padding-top: 301px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.question-answer__body::after {
    content: "";
    position: absolute;
    top: 160px;
    right: 297px;
    width: 500%;
    height: 820px;
    z-index: -20;
    background-color: var(--color-background2);
    border-radius: 0 100px 100px 0
}

.question-answer__spoller {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    margin-right: 25px
}

.question-answer__subtitle {
    margin-bottom: 36px
}

.question-answer__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 573px;
    flex: 0 1 573px
}

.question-answer__bg {
    position: absolute;
    bottom: 50px;
    left: 142px;
    z-index: -10
}

.question-answer__bg2 {
    position: absolute;
    top: 0;
    right: -145px;
    z-index: -10
}

.question-answer__form .create__callback {
    margin-right: 0
}

.spollers__item {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background: var(--color-white);
    border-radius: 28px;
    margin-bottom: 12px
}

.spollers__item:last-child {
    margin-bottom: 0
}

.spollers__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.spollers__title:last-child {
    margin-bottom: 0
}

.spollers__title span {
    max-width: 372px;
    font-weight: 700
}

.seo-page .spollers__title span {
    max-width: 100%;
}

.seo-questions .spollers__title span {
  max-width: 100%;
}

.seo-page .description-content {
    padding-top: 0;
}

.seo-page .description-content ol {
    padding: 0 0 0 15px;
}

.seo-page .seo-questions {
    padding-bottom: 80px;
}

.seo-page .description-content__container {
    margin-top: 0;
}

.spollers__title img {
    width: 24px;
    height: 24px;
    margin-left: auto
}

.spollers__body {
    padding-top: 4px;
    line-height: 24px
}

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

@media (min-width:47.99875em) {
    .calculator__radio-top label:last-child {
        margin-right: 0
    }
}

@media (min-width:75em) {
    .dropdown-content {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .dropdown-content-two {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .dropdown-content-two {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width:1880px) {
    .rates__bg2 {
        z-index: -1;
        top: 0
    }

    .rates__bg2 img {
        max-width: 150px
    }
}

@media (max-width:1800px) {
    .key__bg {
        top: -100px
    }

    .key__bg img {
        max-width: 150px
    }
}

@media (max-width:1700px) {
    .header__background4 {
        bottom: 311px;
        right: 470px
    }

    .header__background4 img {
        max-width: 70px
    }

    .header__background6 {
        bottom: 85px;
        right: -110px
    }

    .header__background6 img {
        max-width: 850px
    }
}

@media (max-width:1650px) {
    .question-answer__bg2 {
        display: none
    }
}

@media (max-width:1600px) {
    .rates__bg3 {
        bottom: -150px;
        right: 100px
    }

    .rates__bg3 img {
        max-width: 100px
    }

    .create__bg {
        display: none
    }

    .advantages__bg2 {
        display: none
    }
}

@media (max-width:1550px) {
    .reviews__bg {
        display: none
    }
}

@media (max-width:1500px) {
    .about__bg2 {
        display: none
    }

    .question-answer__bg {
        display: none
    }
}

@media (max-width:1400px) {
    .rates__bg3 {
        display: none
    }
}

@media (max-width:1300px) {
    .clients__slider .splide__arrow {
        top: 0 !important;
        bottom: -60px !important
    }

    .clients__slider .splide__arrow--prev {
        top: auto !important;
        left: 35% !important;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

    .clients__slider .splide__arrow--next {
        right: auto !important;
        left: 55% !important;
        top: auto !important
    }
}

@media (max-width:75em) {
    :root {
        --fz-h1: 48px;
        --fz-h2: 40px
    }

    .header__background2 {
        left: 50px;
        top: auto;
        bottom: -30px
    }

    .header__background2 img {
        max-width: 150px
    }

    .header__background4 {
        right: 370px;
        bottom: 270px
    }

    .header__background6 {
        bottom: 110px;
        right: -50px
    }

    .header__background6 img {
        max-width: 620px
    }

    .top-header__call {
        position: relative;
        z-index: 105
    }

    .top-header__location {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: 20px
    }

    .top-header__city {
        padding-top: 10px
    }

    .top-header__social {
        margin-right: 15px;
        position: relative;
        z-index: 105
    }

    .top-header__search {
        margin-left: auto;
        position: relative;
        z-index: 105
    }

    .top-header__cart {
        position: relative;
        z-index: 105
    }

    .dropdown-content {
        position: static;
        height: 0;
        width: 0;
        padding-top: 0
    }

    .dropdown-content__body a {
        padding-bottom: 0
    }

    .menu {
        position: fixed;
        z-index: 100;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background: -o-linear-gradient(321.84deg, #765ffe 24.36%, #d774e0 95.4%);
        background: linear-gradient(128.16deg, #765ffe 24.36%, #d774e0 95.4%);
        padding-top: 130px;
        padding-bottom: 30px;
        overflow: hidden
    }

    .menu::after {
        content: "";
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        min-height: 88px;
        background: #988fec;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        z-index: 110
    }

    .menu-open .menu {
        right: 0;
        overflow: auto
    }

    .menu-open .menu::after {
        right: 0
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 250px;
        margin-left: 40%;
        margin-bottom: 40px
    }

    .menu__item {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu__link {
        font-size: 28px;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .menu__arrow {
        z-index: 10;
        right: -40px;
        padding: 4px;
        margin-right: 40px
    }

    .menu__arrow svg {
        height: 25px;
        width: 25px
    }

    .dropdown-content-two {
        opacity: 0;
        visibility: hidden
    }

    .navigation-header__submenu {
        padding-top: 0
    }

    .dropdown-content__body a {
        font-size: 20px;
        text-align: center
    }

    .menu__link .active-spoller {
        visibility: visible;
        opacity: 1;
        height: 100%;
        min-width: 250px;
        padding-top: 8px;
        margin-bottom: 15px;
        margin-left: -24%
    }

    .icon-menu {
        display: block;
        position: relative;
        margin-left: 15px;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 150
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: var(--color-white)
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .benefit__body {
        padding-top: 100px
    }

    .calculator__body {
        padding-top: 250px
    }

    .calculator__bg2 {
        display: none
    }

    .rates__bg2 {
        display: none
    }

    .rates__body {
        padding-top: 100px
    }

    .rates__elem {
        padding: 20px
    }

    .dev__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 100px
    }

    .dev__coop {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 40px;
        margin-right: 0
    }

    .dev__subtitle_m {
        margin-bottom: 40px;
        text-align: center
    }

    .dev__list {
        max-width: 260px;
        margin: 0 auto
    }

    .dev__slider::after {
        width: 100%;
        border-radius: 100px
    }

    .dev__slider {
        padding: 60px;
        max-width: 100%;
        padding-bottom: 90px
    }

    .dev__slider .splide__arrow {
        bottom: -66px !important
    }

    .dev__slider .splide__arrow--prev {
        left: 35% !important
    }

    .dev__slider .splide__arrow--next {
        left: 55% !important
    }

    .key__body {
        padding-top: 100px
    }

    .key__bg {
        display: none
    }

    .specialists__body {
        padding-top: 250px
    }

    .specialists__slider {
        margin-left: 60px;
        margin-right: 60px
    }

    .specialists__bg {
        display: none
    }

    .specialists__bg2 {
        top: 50px;
        height: 100%
    }

    .specialists__bg2 img {
        height: 200%
    }

    .create__body {
        padding-top: 100px
    }

    .advantages__body {
        padding-top: 100px
    }

    .clients__body {
        padding-top: 100px
    }

    .recommendation__body {
        padding-top: 100px
    }

    .recommendation__elem {
        padding: 30px
    }

    .recommendation__subtitle {
        font-size: 22px
    }

    .recommendation__subtitle h3 {
        padding-top: 3px
    }

    .recommendation__new-price {
        font-size: 22px
    }

    .question-answer__body {
        padding-top: 135px
    }
}

@media (max-width:1112px) {
    .order__callback {
        margin-right: 0
    }

    .order__content {
        padding-top: 36px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (max-width:1000px) {
    .top-header__call {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        font-size: 22px
    }

    .top-header__img {
        padding-top: 3px
    }

    .top-header__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }

    .top-header__social svg {
        width: 40px;
        height: 40px
    }

    .top-header__search {
        margin-left: 0;
        margin-right: 0;
        max-width: 377px;
        margin: 0 auto;
        font-size: 20px
    }

    .top-header__cart {
        margin-left: auto
    }

    .navigation-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navigation-header__logo {
        position: relative;
        z-index: 105
    }
}

@media (max-width:920px) {
    .rates__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .rates__elem {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (max-width:900px) {
    .callback-calculator {
        padding: 30px
    }

    .callback-calculator__rate {
        margin-right: 25px
    }
}

@media (max-width:850px) {
    .question-answer__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .question-answer__body::after {
        top: 60px;
        right: -100%
    }

    .question-answer__spoller {
        margin-bottom: 60px
    }
}

@media (max-width:800px) {
    .calculator__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculator__list {
        margin: 0 auto;
        margin-top: -30px;
        max-width: 600px
    }

    .calculator__last-item {
        margin: 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
        flex: 0 1 600px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px
    }

    .advantages__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantages__cards-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media (max-width:767px) {
    .hystmodal__window-order {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .hystmodal__close {
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
        background-image: url(../images/style/x.png)
    }

    .hystmodal__window {
        margin: 0
    }
}

@media (max-width:760px) {
    .rates__item {
        margin: 0 auto
    }
}

@media (max-width:700px) {
    .dropdown-content-two {
        position: static;
        height: 0;
        width: 0;
        padding-top: 0
    }

    .dropdown-content-two__body a {
        text-align: center
    }

    .navigation-header__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        border-radius: 0
    }

    .navigation-header__item::after {
        display: none
    }

    .navigation-header__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-bottom: 0
    }

    .navigation-header__link {
        border: 1px solid var(--color-white);
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
        margin-bottom: 8px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto
    }

    .navigation-header__link:last-child {
        margin-bottom: 0
    }

    .active-spoller {
        visibility: visible;
        opacity: 1;
        height: 100%;
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
        padding-top: 8px
    }
}

@media (max-width:650px) {
    .key__item {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important
    }
}

@media (max-width:630px) {
    .menu__list {
        margin-left: 35%
    }
}

@media (max-width:600px) {
    .benefit__slider {
        max-width: 100%
    }

    .benefit__slider .splide__arrow {
        bottom: -66px !important
    }

    .benefit__slider .splide__arrow--prev {
        left: 30% !important
    }

    .benefit__slider .splide__arrow--next {
        left: 60% !important;
        bottom: -50px !important
    }

    .benefit-splide__body {
        padding: 40px
    }

    .reviews__slider .splide__arrow--prev {
        left: 30% !important
    }

    .reviews__slider .splide__arrow--next {
        left: 60% !important
    }
}

@media (max-width:573px) {
    .hystmodal__window-callback {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width:570px) {
    .advantages__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .advantages__item-two {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (max-width:520px) {
    .calculator__text {
        text-align: center
    }

    .calculator__list {
        max-width: 250px
    }

    .calculator__item {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .calculator__last-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px
    }

    .calculator__bg img {
        height: 100%
    }

    .callback-calculator__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .callback-calculator__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .callback-calculator__button {
        max-width: 100%
    }
}

@media (max-width:500px) {
    .navigation-header__logo img {
        max-width: 200px;
        margin-right: 15px
    }
}

@media (max-width:480px) {
    .menu__list {
        margin-left: 33%
    }
}

@media (max-width:450px) {
    .calculator__radio-top label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0
    }

    .specialists__slider {
        margin-left: 40px;
        margin-right: 40px
    }

    .advantages__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center
    }

    .advantages__text {
        max-width: 100%
    }
}

@media (max-width:400px) {
    :root {
        --fz-h1: 32px
    }

    .menu__list {
        margin-left: 30%
    }

    .benefit-splide__body {
        padding: 20px
    }

    .callback-calculator {
        padding: 20px
    }

    .advantages__subtitle {
        font-size: 18px
    }
}

@media (max-width:390px) {
    .create__content {
        margin-left: 15px
    }
}

@media (max-width:380px) {
    .navigation-header__logo img {
        max-width: 250px
    }
}

@media (max-width:61.99875em) {
    .order__tel a {
        font-size: 24px
    }

    .header__background4 {
        display: none
    }

    .header__background6 {
        display: none
    }

    .about__content {
        padding: 40px
    }

    .benefit__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .benefit__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 40px
    }

    .benefit__slider .splide__arrow--prev {
        left: 35% !important
    }

    .benefit__slider .splide__arrow--next {
        left: 55% !important
    }

    .dev__body {
        padding-top: 60px
    }

    .key__body {
        padding-top: 60px
    }

    .key__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .specialists__image {
        text-align: center
    }

    .create__body {
        padding-top: 60px
    }

    .create__tel a {
        font-size: 24px
    }

    .create__callback {
        padding: 30px;
        padding-top: 52px;
        padding-bottom: 60px
    }

    .advantages__body {
        padding-top: 60px
    }

    .clients__body {
        padding-top: 60px
    }

    .reviews__body::after {
        right: -100%
    }

    .reviews__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews__content {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .reviews__slider {
        max-width: 100%
    }

    .reviews__inner {
        padding: 30px
    }

    .reviews__slider .splide__arrow {
        bottom: -66px !important
    }

    .reviews__slider .splide__arrow--prev {
        left: 35% !important
    }

    .reviews__slider .splide__arrow--next {
        left: 55% !important;
        bottom: -50px !important
    }

    .recommendation__body {
        padding-top: 270px
    }

    .recommendation__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .recommendation__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 377px;
        flex: 0 1 377px
    }
}

@media (max-width:47.99875em) {
    .order__body {
        padding: 25px
    }

    .order__title {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .order__tel {
        margin: 0 auto
    }

    :root {
        --fz-h1: 36px;
        --fz-h2: 32px
    }

    .header__background2 {
        display: none
    }

    .header__background3 {
        display: none
    }

    .header__background5 {
        display: none
    }

    .top-header__search {
        max-width: 250px
    }

    .about__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__content {
        margin-bottom: 60px;
        margin-right: 0
    }

    .about__desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .calculator__radio-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .calculator__radio-top label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%
    }

    .callback-calculator {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .callback-calculator__rate {
        margin-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .dev__subtitle {
        font-size: 26px
    }

    .dev__slider::after {
        border-radius: 50px
    }

    .dev__slider {
        padding-left: 30px;
        padding-right: 30px
    }

    .dev__title {
        font-size: 28px
    }

    .dev__slider .splide__arrow--prev {
        left: 30% !important
    }

    .dev__slider .splide__arrow--next {
        left: 60% !important
    }

    .create__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .create__callback {
        margin-right: 0;
        margin-bottom: 60px
    }

    .create__content {
        margin-left: 30px
    }

    .clients__slider .splide__arrow--prev {
        left: 30% !important
    }

    .clients__slider .splide__arrow--next {
        left: 60% !important
    }
}

@media (max-width:450px) {
    .calculator__radio-top label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (max-width:29.99875em) {
    .main-title {
        text-align: center;
		line-height: 120%;
    }

    .content-header__text {
        /* text-align: center; */
        margin-bottom: 25px
    }

    .content-header__box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content-header__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
		
    }

    .content-header__button-order {
        margin-right: 0;
        margin-bottom: 15px
    }

    .specialists__subtitle {
        padding-left: 15px;
        padding-right: 15px
    }

    .specialists__subtitle_m {
        padding-left: 15px;
        padding-right: 15px
    }

    .specialists__text {
        padding-left: 15px;
        padding-right: 15px
    }

    .specialists__text_m {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:700px) and (max-width:75em) {
    .dropdown-content-two_m {
        left: auto;
        right: 0
    }

    .active-spoller {
        opacity: 1;
        visibility: visible
    }
}

@media (any-hover:hover) {
    .callback__button button:hover {
        background-color: var(--color-white);
        color: var(--color-accent-primary)
    }

    .checkbox__label a:hover {
        text-decoration: underline
    }

    .checkbox__label:hover::before {
        background-color: var(--color-accent-90)
    }

    .order__tel a:hover {
        text-decoration: underline
    }

    .top-header__number:hover {
        color: var(--color-accent-90)
    }

    .top-header__callback a:hover {
        color: var(--color-accent-90)
    }

    .top-header__social svg:hover {
        fill: var(--color-accent-90)
    }

    .top-header__input button svg:hover {
        stroke: var(--color-accent-90)
    }

    .top-header__cart svg:hover {
        stroke: var(--color-accent-90)
    }

    .dropdown-content__body a:hover {
        background-color: var(--color-background2)
    }

    .menu__link:hover {
        color: var(--color-accent-90)
    }

    .menu__link:hover svg {
        stroke: var(--color-accent-90)
    }

    .menu__link:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .menu__item:hover .dropdown-content {
        opacity: 1;
        visibility: visible
    }

    .dropdown-content-two__body a:hover {
        background-color: var(--color-background2)
    }

    .navigation-header__link:hover {
        color: var(--color-accent-90)
    }

    .navigation-header__link:hover svg {
        stroke: var(--color-accent-90)
    }

    .navigation-header__item:hover .dropdown-content-two {
        opacity: 1;
        visibility: visible
    }

    .content-header__button-order button:hover {
        background-color: transparent;
        color: var(--color-white)
    }

    .content-header__button-kp button:hover {
        background-color: var(--color-white);
        color: var(--color-accent-primary)
    }

    .about__button button:hover {
        color: var(--color-accent-primary);
        background-color: var(--color-white)
    }

    .benefit__slider .splide__arrow:hover {
        opacity: 1 !important
    }

    .calculator__radio-top label:hover::before {
        background-color: var(--color-accent-90)
    }

    .calculator__radio label:hover::before {
        background-color: var(--color-accent-90)
    }

    .calculator__checkbox label:hover::before {
        background-color: var(--color-accent-90)
    }

    .callback-calculator__button:hover {
        color: var(--color-accent-primary);
        background-color: var(--color-white)
    }

    .rates__button button:hover {
        background-color: var(--color-white);
        color: var(--color-accent-primary)
    }

    .rates__button-last button:hover {
        background-color: var(--color-accent-primary);
        color: var(--color-white)
    }

    .dev__slider .splide__arrow:hover {
        opacity: 1 !important
    }

    .key__link a:hover {
        text-decoration: underline
    }

    .key__elem:hover .key__name p {
        -webkit-box-shadow: 0 1px 0 var(--color-text-primary);
        box-shadow: 0 1px 0 var(--color-text-primary)
    }

    .specialists__button button:hover {
        background-color: var(--color-accent-primary);
        color: var(--color-white)
    }

    .specialists__slider .splide__arrow:hover {
        opacity: 1 !important
    }

    .create__form .checkbox__label a:hover {
        color: var(--color-tertiary-text)
    }

    .clients__slider .splide__arrow:hover {
        opacity: 1 !important
    }

    .reviews__button button:hover {
        color: var(--color-white);
        border: 2px solid var(--color-gradient2);
        background-color: var(--color-accent-primary)
    }

    .reviews__slider .splide__arrow:hover {
        opacity: 1 !important
    }

    .recommendation__button a:hover {
        background-color: var(--color-white);
        color: var(--color-accent-primary)
    }
}

.vedenie .unique-tariff .create__form .checkbox__label, .vedenie .unique-tariff .create__form .checkbox__label a {
    color: var(--color-text-primary);
    line-height: 1.25;
}

.vedenie .unique-tariff .create__button button {
    background-color: var(--color-gradient1);
    color: var(--color-white)
}

.create__button button:hover, .vedenie .unique-tariff .create__button button:hover {
    background-color: var(--color-accent-primary);
    color: var(--color-white)
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.navigation-header__logo {
    align-self: flex-start;
}

.template-card__price {
    margin-bottom: 28px !important;
}

.article-post .spollers__item {
    max-width: 70%;
    background-color: #ece8ff;
}

.article-post .spollers__item img {
    margin: 0 0 0 auto;
}

.article-post .spollers__title span {
    max-width: 100%;
}

.article-post .spollers__body {
    font-size: 16px;
}

@media (max-width: 768px) {
    .article-post .spollers__item {
        max-width: 100%;
    }
}



.article-offer {
    background: url('../images/style/background-block-article.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #FFFFFF;
    padding: 55px 30% 55px 50px;
    margin: 32px 0;
    overflow: hidden;
    border-radius: 20px;
    transition: .2s;
}

.article-offer a {
    text-decoration: none !important;
}

.article-offer__title {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
    cursor: pointer;
}

.article-offer__content {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
    cursor: pointer;
}

.article-offer__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid;  
    padding: 0 20px;
    transition: all .5s ease;
}

.article-offer__button:hover {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #222222;
}

.modal-audit {
    max-width: 768px;
    border-radius: 0;
    padding: 56px 48px;
    margin-top: 20px;
}

.modal-audit .hystmodal__close {
    top: 10px;
    right: 10px;
}

.modal-audit .hystmodal__close:focus {
    outline: unset;
    outline-offset: unset;
}

.modal-audit__body {
    overflow: hidden;
}

.modal-audit__header .h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #383838;
    text-align: left;
}

.modal-audit__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 30px;
}

.modal-audit .callback__textarea {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 2;
    padding-top: 0;
}

.modal-audit label {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

.modal-audit input, .modal-audit textarea {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: block;
    line-height: 36px;
    font-weight: 300;
    border: 2px solid #cecece;
    border-radius: 0;
    font-size: 14px;
    color: #222;
}

.modal-audit input:focus, .modal-audit textarea:focus {
    box-shadow: unset;
}

.modal-audit textarea {
    min-height: calc(100% - 16px);
    line-height: 1.75;
    padding: 10px;
}

.modal-audit .callback__item.file {
    grid-row-start: 4;
    grid-column-start: 2;
}

.modal-audit .callback__item.file .label-file {
    position: relative;
    height: 32px;
    cursor: pointer;
}

.modal-audit .callback__item.file .label-file::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -5px;
    width: 25px;
    height: 40px;
    background: url('../images/style/attach-file.png');
    background-repeat: no-repeat;
    background-position: center;
}

.modal-audit .callback__item.file .label-file .download_file {
    position: absolute;
    left: 32px;
    top: 12px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed rgba(149, 149, 149, .5);
    transition: .2s;
    white-space: pre;
}

.modal-audit .callback__item.file .label-file:hover .download_file {
    color: #735cff;
    border-bottom: 1px dashed rgba(149, 149, 149, 0);
}

.modal-audit .callback__item.file .label-file input {
    display: none;
}

.modal-audit .checkbox input {
    display: none;
}

.modal-audit .checkbox label {
    display: flex;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: #383838;
}

.modal-audit .checkbox label:hover::before {
    background-color: transparent;
    border: 2px solid #cecece;
}

.modal-audit .checkbox label::before {
    width: 20px;
    border: 2px solid #cecece;
    border-radius: 0;
}

.modal-audit .callback__button {
    padding-top: 0;
    margin-bottom: 0;
}

.modal-audit .callback__button button {
    border-radius: 0;
    height: 100%;
}

.audit-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
    height: 40px;
}

.audit-social a {
    width: 40px;
    height: 40px;
    border: 2px solid #cecece;
    transition: .2s;
}

.audit-social a:hover {
    border-color: var(--color-accent-primary);
}

.audit-social a.wa {
    background: url('../images/style/whatsapp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.audit-social a.tg {
    background: url('../images/style/telegram.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.audit-social a.vk {
    background: url('../images/style/vk.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

@media (max-width: 768px) {
    .article-offer {
        padding: 40px;
    }

    .modal-audit textarea:focus, .modal-audit input:focus {
        font-size: 16px;
    }
    .vedenie .create__content {
        width: 100%;
    }

    .vedenie .create__content img {
        width: 85%;
    }

    .create__content {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .article-offer {
        padding: 40px 20px;
    }

    .article-offer__title {
        font-weight: 700;
        font-size: 24px;
    }

    .modal-audit {
        padding: 40px 20px;
        font-size: 16px;
    }

    .modal-audit__form {
        display: flex;
        flex-direction: column;
        grid-gap: 15px 0;
    }
}

.remove-margin {
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .vedenie .create__flex {
        flex-direction: column;
    }

    .vedenie .create__form .flex {
        flex-direction: column;
    }

    .vedenie .create__item {
        width: 100%;
    }

    .vedenie .create__form {
        width: 100%;
    }
}

/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/









