* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

html {
    height: 100%
}

hr {
    border-top: 1px solid #ccc
}

address {
    font-style: inherit
}

.color-sell {
    background: #5262f5
}

.color-it {
    background: #7900eb
}

.color-log {
    background: #a4ea4a
}

.color-call {
    background: #f6a810
}

.main-color {
    color: #1c273b
}

.scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.scroll::-webkit-scrollbar-thumb {
    background: #2e384a;
    border-radius: 50px
}

.scroll::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 42px
}

.scroll-none::-webkit-scrollbar {
    background: 0 0 !important;
    width: 0 !important
}

.scroll-none {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.list-style ul li {
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative
}

.list-style ul li:last-child {
    margin-bottom: 0
}

.list-style ul li::before {
    content: "";
    background: url("stylepart-1.svg");
    left: 0;
    width: 16px;
    height: 8px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 9px
}

input,
textarea {
    font-weight: 300
}

body {
    color: #1c273b;
    background: #fcfcfc;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body.hidden {
    overflow: hidden
}

@media (max-width:1339px) {
    body {
        font-size: 16px
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px
    }
}

.horiz-hr {
    background: #ccc;
    width: 100%;
    height: 1px;
    opacity: .5
}

.d-none {
    display: none
}

.md-visible {
    display: none
}

@media (max-width:1339px) {
    .md-visible {
        display: block
    }
}

.lg-visible {
    display: none
}

@media (max-width:1919px) {
    .lg-visible {
        display: block
    }
}

@media (max-width:1339px) {
    .md-hide {
        display: none !important
    }
}

@media (max-width:1919px) {
    .lg-hide {
        display: none
    }
}

.mob-visible {
    display: none
}

.pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.wrap-content {
    margin: 0 auto;
    height: 100vh;
    max-height: -webkit-fill-available;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #1c273b;
    position: relative
}

@media (max-width:767px) {
    .wrap-content {
        background: #fff
    }
}

.circle {
    border-radius: 50%
}

.hidden {
    overflow: hidden
}

.d-block {
    display: block
}

.d-inblock {
    display: inline-block
}

.lefter {
    float: left
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.wh16 {
    width: 16px;
    height: 16px
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.absolute--full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.container {
    margin: 0 auto;
    padding: 0 48px;
    max-width: 1440px
}

@media (max-width:1199px) {
    .container {
        padding: 0 24px
    }
}

@media (max-width:575px) {
    .container {
        padding: 0 16px
    }
}

@media (max-width:1199px) {
    .container--desktop {
        padding: 0
    }
}

.hover-color {
    filter: grayscale(100%);
    opacity: .5;
    transition: .2s
}

.hover-color:hover {
    filter: none;
    opacity: 1
}

.center-x-y {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

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

.justify-space {
    justify-content: space-between
}

.align-center {
    align-items: center
}

.flex-column {
    flex-direction: column
}

.flex-nowrap {
    flex-wrap: nowrap
}

.m-left {
    margin-left: auto
}

.m-right {
    margin-right: auto
}

.m-auto {
    margin: 0 auto
}

.mt-15 {
    margin-top: 15px
}

.mt--5 {
    margin-top: 5px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb--2 {
    margin-bottom: 2px
}

.mb--3 {
    margin-bottom: 3px
}

.mb--5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.py-24 {
    padding-left: 24px;
    padding-right: 24px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.text-shadow {
    text-shadow: 0 4px 4px rgba(12, 102, 146, .4)
}

.opacity-5 {
    opacity: .5
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .4s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.text-decoration-none {
    text-decoration: none
}

.text-decoration-none:hover {
    text-decoration: none
}

.hover-accent:hover {
    color: #7900eb
}

.page {
    padding-top: 93px
}

@media (max-width:767px) {
    .page {
        padding-top: 64px
    }
}

.item-b-icon {
    width: 120px;
    height: 120px;
    background: #7900eb;
    color: #fff;
    border-radius: 30px;
    font-family: Montserrat, sans-serif;
    transition: .2s;
    padding: 20px
}

.item-b-icon img {
    width: 100%;
    max-width: 80px
}

.item-s-icon {
    width: 48px;
    height: 48px;
    background: #1c273b;
    color: #fff;
    border-radius: 13px;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    transition: .2s
}

.item-s-icon img {
    max-width: 26px
}

@media (max-width:1339px) {
    .item-s-icon {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .item-s-icon img {
        max-width: 22px
    }
}

@media (max-width:767px) {
    .item-s-icon {
        width: 32px;
        height: 32px;
        font-size: 18px
    }

    .item-s-icon img {
        max-width: 16px
    }
}

.slider-navigation-next,
.slider-navigation-prev {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    cursor: pointer;
    transition: .2s;
    border-radius: 50%;
    border: 1px solid #1c273b;
    position: relative
}

.slider-navigation-next::before,
.slider-navigation-prev::before {
    width: 7px;
    height: 7px;
    border-top: 1px solid #1c273b;
    border-left: 1px solid #1c273b;
    content: "";
    font-family: icomoon;
    font-size: 40%;
    display: block;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: .2s;
    margin-top: 1px;
    margin-left: 1px
}

.slider-navigation-next::before:hover,
.slider-navigation-prev::before:hover {
    border-color: #7900eb
}

.slider-navigation-next::before:hover::before,
.slider-navigation-prev::before:hover::before {
    border-color: #7900eb
}

.slider-navigation-next::before.swiper-button-disabled,
.slider-navigation-prev::before.swiper-button-disabled {
    opacity: .5
}

.slider-navigation-prev {
    transform: rotate(315deg)
}

.slider-navigation-next {
    transform: rotate(135deg)
}

.slider-navigation--type-2-next,
.slider-navigation--type-2-prev {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    transform: none
}

.slider-navigation--type-2-prev::before {
    transform: rotate(315deg);
    top: 42%;
    left: 43%
}

.slider-navigation--type-2-next::before {
    transform: rotate(135deg);
    top: 42%;
    left: 36%
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: wrap
}

.custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 18px !important;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px
}

.custom-checkbox+label::after {
    font-family: icomoon;
    color: #7900eb;
    display: block;
    position: absolute;
    margin-left: 3px;
    font-size: 11px
}

.custom-checkbox--lg+label::before {
    width: 22px !important;
    height: 22px;
    margin-right: 10px
}

.custom-checkbox--lg+label::after {
    margin-left: 4px;
    font-size: 14px
}

.custom-checkbox:checked+label::after {
    content: "\e911"
}

.privacy-block {
    color: #ccc;
    font-size: 13px;
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .privacy-block {
        font-size: 12px
    }
}

.privacy-block a {
    color: #7900eb;
    line-height: 1
}

.privacy-block .checkbox~* {
    margin-top: 2px
}

.switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 33px;
    width: 51px;
    background-color: #ccc;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    transition: background-color .3s ease
}

.switch::before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    border: .5px solid rgba(0, 0, 0, .04);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 3px 1px rgba(0, 0, 0, .06);
    position: absolute;
    border-radius: 50%;
    transition: transform .3s ease, border-color .3s ease;
    transform: translateX(6%) translateY(2px)
}

.switch:checked {
    background-color: #34c759
}

.switch:checked::before {
    transform: translateX(70%) translateY(2px)
}

@media screen and (max-width:500px) {
    .switch {
        outline: 0
    }
}

button.button {
    width: 100%;
    border: none;
    outline: 0;
    transition: .2s
}

.button,
button.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-radius: 13px;
    border: 1px solid #f8bf45;
    font-size: 18px;
    transition: .17s
}

@media (max-width:767px) {

    .button,
    button.button {
        font-size: 16px
    }
}

.button--w-auto,
button.button--w-auto {
    width: auto
}

.button:hover,
button.button:hover {
    text-decoration: none;
    color: #ccc
}

.button.no-hover:hover,
button.button.no-hover:hover {
    color: inherit
}

.button-color,
button.button-color {
    background: #f8bf45;
    background-size: 5000px;
    background-position-x: 0;
    color: #fff
}

.button-color:hover,
button.button-color:hover {
    color: #fff;
    background: #fab217;
    background-size: 100%
}

.button-color.no-hover:hover,
button.button-color.no-hover:hover {
    color: #fff;
    background: #fab217;
    background-size: 5000px;
    background-position-x: 0
}

.button-color:active,
button.button-color:active {
    background-position-x: 100%;
    background-size: 800%
}

.button-border,
button.button-border {
    color: #1c273b;
    border-color: #1c273b;
    background: 0 0
}

.button-border:hover,
button.button-border:hover {
    color: #fff;
    background: #1c273b
}

.button.disable,
button.button.disable {
    background: #ccc;
    cursor: default;
    border-color: #ccc
}

.button-type-2 {
    padding: 15px 26px;
    border-radius: 13px;
    background: #fff;
    display: inline-block;
    color: #f8bf45;
    font-size: inherit;
    box-shadow: none;
    border: none;
    cursor: pointer
}

@media (max-width:1339px) {
    .button-type-2 {
        padding: 15px 35px
    }
}

.back-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 15px
}

@media (max-width:767px) {
    .back-btn {
        font-size: 13px
    }
}

.back-btn::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url("");
    background-size: 100%;
    position: relative;
    top: 3px;
    transform: rotate(-180deg)
}

@media (max-width:767px) {
    .back-btn::before {
        top: 5px
    }
}

.select {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    z-index: 1
}

.select .select-input {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
    border: 1px solid #ccc;
    padding: 8px 25px 8px 15px;
    border-radius: 13px;
    cursor: pointer;
    transition: .2s ease-in-out;
    background: #fff
}

.select .select-input:before {
    content: "\e904";
    font-family: icomoon;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: .5em
}

.select.active {
    z-index: 2
}

.select.active .select-input {
    border-color: #7900eb
}

.select.active .select-input:before {
    transform: scaleY(-1) translateY(6px)
}

.select.active .select-options {
    display: block
}

.select .select-options {
    display: none;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    top: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: 4px;
    padding: 20px 0;
    max-height: 197px;
    overflow: auto
}

.select .select-options::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.select .select-options::-webkit-scrollbar-thumb {
    background: #2e384a;
    border-radius: 50px
}

.select .select-options::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 42px
}

.select .select-options .select-option {
    padding-bottom: 7px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    padding-right: 23px;
    position: relative
}

.select .select-options .select-option.active {
    z-index: 1;
    font-weight: 400
}

.select .select-options .select-option.active:before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    content: "\e911";
    font-family: icomoon;
    color: #7900eb;
    font-size: .7em
}

.is-invalid .form-item {
    border-color: #e08e9d
}

.is-invalid .form-item label {
    color: #e08e9d
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(-100vw)
    }

    100% {
        transform: translateX(100vw)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(-100vw)
    }

    100% {
        transform: translateX(100vw)
    }
}

.form-item-phone::after {
    content: "(000) 000 00 00";
    display: none;
    position: absolute;
    top: 0;
    left: 39px;
    color: #acacac;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.form-item-phone.active.empty::after {
    display: block;
    margin-top: 21px
}

.form-item {
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    height: 52px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 13px;
    cursor: pointer;
    transition: border .2s ease-in-out
}

.form-item__right-clear-btn,
.form-item__right-geo-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.form-item--textarea {
    height: auto
}

.form-item--textarea .form-item__right {
    transform: none;
    top: 14px
}

.form-item.is-invalid {
    border-color: #e08e9d
}

.form-item.with-clear-btn input,
.form-item.with-clear-btn textarea {
    width: calc(100% - 20px)
}

.form-item.disabled {
    background: #f4f4f4;
    cursor: default
}

.form-item.disabled input,
.form-item.disabled textarea {
    color: #1c273b;
    cursor: default;
    opacity: .7
}

.form-item.disabled label {
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden;
    cursor: default
}

.form-item.load {
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-color: transparent
}

.form-item.load::before {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #f8f8f8;
    background: linear-gradient(270deg, #f8f8f8 20%, #e0e0e0 50%, #f8f8f8 80%);
    top: 0;
    bottom: 0;
    -webkit-animation: marquee 3s infinite;
    animation: marquee 3s infinite
}

.form-item.no-empty input+label,
.form-item.no-empty textarea+label {
    font-size: 12px;
    top: 4px;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden
}

.form-item.active {
    border-color: #7900eb
}

.form-item.active input+label,
.form-item.active textarea+label {
    font-size: 12px;
    top: 4px;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden
}

.form-item.active input::-moz-placeholder,
.form-item.active textarea::-moz-placeholder {
    color: #acacac
}

.form-item.active input:-ms-input-placeholder,
.form-item.active textarea:-ms-input-placeholder {
    color: #acacac
}

.form-item.active input::placeholder,
.form-item.active textarea::placeholder {
    color: #acacac
}

.form-item__preffix {
    position: absolute;
    bottom: 5px;
    display: none;
    font-size: 16px
}

.form-item__preffix.show {
    display: block
}

/* .form-item__preffix-input {
    padding-left: 24px
} */

.form-item__label-top {
    font-size: 12px !important;
    top: 7px !important
}

.form-item__right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.form-item__right-placeholder {
    display: inline-block;
    color: #acacac;
    line-height: 1;
    font-style: italic
}

.form-item__right-placeholder.disable {
    display: none
}

.form-item__right-clear-btn {
    font-size: 70%;
    color: #acacac
}

.form-item input,
.form-item textarea {
    display: block;
    transition: all .3s ease;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    outline: 0;
    position: relative;
    z-index: 1;
    background: 0 0;
    top: 10px;
}

.form-item input {
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-item textarea {
    margin-top: 9px;
    resize: none
}

.form-item input::-moz-placeholder,
.form-item textarea::-moz-placeholder {
    color: #cccccc;
}

.form-item input:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder {
    color: #cccccc;
}

.form-item input::placeholder,
.form-item textarea::placeholder {
    color: #cccccc;
}

.form-item label {
    position: absolute;
    top: 16px;
    left: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 5px;
    color: #acacac;
    transition: all .3s ease;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden
}

.form-item input:focus+label,
.form-item input:valid+label,
.form-item textarea:focus+label,
.form-item textarea:valid+label {
    font-size: 12px;
    top: 4px;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden
}

.grid {
    grid-row-gap: 0;
    justify-items: stretch;
    align-items: stretch;
    grid-column-gap: 24px;
    display: grid
}

.grid.c-50 {
    grid-template-columns: 1fr 1fr
}

.grid.c-33 {
    grid-template-columns: 1fr 1fr 1fr
}

.grid.c-25 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.item-text-row__h {
    font-weight: 300;
    color: #acacac;
    font-size: 16px
}

@media (max-width:1339px) {
    .item-text-row__h {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .item-text-row__h {
        font-size: 13px
    }
}

.item-text-row__t {
    font-size: 20px;
    font-weight: 300
}

@media (max-width:1339px) {
    .item-text-row__t {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .item-text-row__t {
        font-size: 16px
    }
}

.page-heading {
    padding-top: 80px;
    padding-bottom: 50px
}

@media (max-width:1339px) {
    .page-heading {
        padding-bottom: 40px
    }
}

@media (max-width:1199px) {
    .page-heading {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .page-heading {
        padding-top: 25px;
        padding-bottom: 30px
    }
}

@media (max-width:575px) {
    .page-heading {
        padding-top: 20px
    }
}

.page-heading__descr {
    font-size: 20px
}

@media (max-width:1339px) {
    .page-heading__descr {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .page-heading__descr {
        font-size: 16px
    }
}

.page-heading__right-banner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #7900eb;
    font-weight: 300;
    padding: 18px 48px;
    color: #fff;
    border-radius: 33px 0 0 33px;
    font-size: 20px
}

.page-heading__right-banner::after {
    content: "";
    position: absolute;
    width: 50vw;
    display: block;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #7900eb
}

@media (max-width:1339px) {
    .page-heading__right-banner {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .page-heading__right-banner {
        padding-left: 24px;
        padding-right: 24px
    }

    .page-heading__right-banner::after {
        display: none
    }
}

@media (max-width:767px) {
    .page-heading__right-banner {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    .page-heading__right-banner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.ymaps-2-1-79-search__suggest {
    left: -15px !important;
    right: -15px !important;
    margin-top: 12px;
    background: #fff;
    box-shadow: 0 0 25px rgba(1, 1, 1, .06);
    border-radius: 13px;
    padding: 10px
}

.ymaps-2-1-79-search__suggest .ymaps-2-1-79-search__suggest-item,
.ymaps-2-1-79-search__suggest .ymaps-2-1-79-suggest-item {
    background: 0 0
}

.ymaps-2-1-79-search__suggest .ymaps-2-1-79-search__suggest-item .ymaps-2-1-79-search__suggest-item_selected_yes,
.ymaps-2-1-79-search__suggest .ymaps-2-1-79-search__suggest-item:hover,
.ymaps-2-1-79-search__suggest .ymaps-2-1-79-suggest-item .ymaps-2-1-79-search__suggest-item_selected_yes,
.ymaps-2-1-79-search__suggest .ymaps-2-1-79-suggest-item:hover {
    color: #7900eb
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px
}

.lds-spinner div {
    transform-origin: 20px 20px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    width: 3px;
    height: 9px;
    border-radius: 20%;
    background: #fff
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.lds-spinner--dark div:after {
    background: #1c273b
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ctx-alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000
}

.ctx-alert {
    background: #fff;
    box-shadow: 0 0 25px rgba(1, 1, 1, .06);
    border-radius: 13px;
    border: none;
    display: flex;
    padding: 20px 15px;
    flex-basis: inherit;
    max-width: none;
    font-size: inherit;
    max-width: 318px;
    margin-left: auto;
    position: relative;
    margin-bottom: 20px;
    transition: .1s ease-in-out;
    transform: translateX(300px);
    opacity: 0
}

.ctx-alert.active {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width:767px) {
    .ctx-alert {
        max-width: 288px
    }
}

.ctx-alert__toast-body {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: 0 !important
}

.ctx-alert__icon {
    margin-top: 4px;
    width: 50px
}

.ctx-alert__icon--danger:before {
    display: inline-block;
    content: url("")
}

.ctx-alert__icon--info:before {
    display: inline-block;
    content: url("")
}

.ctx-alert__icon--success:before {
    display: inline-block;
    content: url("")
}

.ctx-alert__content {
    width: 100%;
    max-width: 239px
}

.ctx-alert__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #1c273b;
    margin-bottom: 2px
}

@media (max-width:767px) {
    .ctx-alert__title {
        font-size: 16px;
        margin-bottom: 6px
    }
}

.ctx-alert__text {
    line-height: 20px;
    font-size: 15px;
    color: #1c273b
}

@media (max-width:767px) {
    .ctx-alert__text {
        font-size: 14px
    }
}

.ctx-alert__close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 12px
}

.tippy-tooltip.ctx-theme {
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 13px;
    color: inherit;
    padding: 24px 16px 30px;
    text-align: left;
    font-size: inherit
}

.tippy-popper[x-placement^=top] .tippy-arrow {
    border-top: 8px solid #fff
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom: 8px solid #fff
}

.popover__close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.ASB {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    transition: .1s
}

.ASB.show {
    display: block
}

.ASB.hidden {
    margin-top: -59px
}

.ASB__container {
    width: 100%
}

.ASB__close {
    width: 32px;
    font-size: 8px;
    padding: 15px;
    position: relative;
    left: -15px
}

@media (max-width:575px) {
    .ASB__close {
        width: 15px;
        padding-right: 0
    }
}

.ASB__logo {
    width: 34px;
    height: 34px;
    margin-right: 8px
}

.ASB__content {
    width: calc(100% - 32px)
}

@media (max-width:575px) {
    .ASB__content {
        width: calc(100% - 15px)
    }
}

.ASB__body {
    width: calc(100% - 130px)
}

@media (max-width:575px) {
    .ASB__body {
        width: calc(100% - 62px)
    }
}

.ASB__body-content {
    width: calc(100% - 42px)
}

.ASB__body-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px
}

@media (max-width:575px) {
    .ASB__body-title {
        font-size: 10px
    }
}

.ASB__body-text {
    font-size: 10px
}

.ASB .ASB__button {
    width: 84px;
    height: 30px;
    font-size: 10px;
    border-radius: 8px;
    margin-left: auto
}

@media (max-width:575px) {
    .ASB .ASB__button {
        width: 60px;
        height: 24px;
        font-size: 8px
    }
}

.cookie-banner {
    background: #1c273b;
    border-radius: 13px;
    padding: 16px;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 84px;
    gap: 24px;
    align-items: center
}

@media (max-width:1199px) {
    .cookie-banner {
        grid-template-columns: auto;
        gap: 10px
    }
}

.cookie-banner__text {
    display: grid;
    grid-template-columns: 1fr
}

@media (max-width:1199px) {
    .cookie-banner__text {
        display: block
    }
}

.cookie-banner .accent-color {
    color: #a4ea4a
}

.cookie-banner__close {
    color: #1c273b;
    background: #fff;
    font-weight: 400;
    font-size: 10px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.main-modal {
    opacity: 0
}

.ctx-suggest__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    margin-top: 4px;
    border-radius: 13px;
    display: none;
    box-shadow: 0 0 25px rgba(1, 1, 1, .06);
    max-height: 164px;
    overflow: auto;
    font-size: 16px
}

.ctx-suggest__list.active {
    display: block
}

.ctx-suggest__row {
    padding: 16px 15px;
    cursor: pointer;
    border-radius: 13px;
    transition: 50ms;
    position: relative
}

.ctx-suggest__row:after {
    display: block;
    content: "";
    width: calc(100% - 32px);
    position: absolute;
    bottom: 0;
    left: 16px;
    height: 1px;
    background: #f4f4f4
}

.ctx-suggest__row:last-child::after {
    display: none
}

.ctx-suggest__row.hover,
.ctx-suggest__row:hover {
    background: #f4f4f4
}

.ctx-suggest .error {
    border-color: #e08e9d
}

.tag {
    padding: 10px 16px;
    border: 1px solid #1c273b;
    border-radius: 107px;
    display: inline-block;
    transition: .2s;
    background: 0 0
}

a.tag:hover {
    background: #1c273b;
    color: #fff
}

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

@media (max-width:1339px) {
    .m-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .m-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .m-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.m-section:first-child {
    padding-top: 60px
}

@media (max-width:1339px) {
    .m-section:first-child {
        padding-top: 50px
    }
}

@media (max-width:1199px) {
    .m-section:first-child {
        padding-top: 40px
    }
}

@media (max-width:575px) {
    .m-section:first-child {
        padding-top: 20px
    }
}

.m-section:last-child {
    padding-bottom: 240px
}

@media (max-width:1339px) {
    .m-section:last-child {
        padding-bottom: 190px
    }
}

@media (max-width:1199px) {
    .m-section:last-child {
        padding-bottom: 170px
    }
}

@media (max-width:767px) {
    .m-section:last-child {
        padding-bottom: 140px
    }
}

.full-width .header .container {
    max-width: none
}

.page-with-map-component .m-section:nth-child(2) {
    padding-top: 200px
}

@media (max-width:1339px) {
    .page-with-map-component .m-section:nth-child(2) {
        padding-top: 150px
    }
}

@media (max-width:1199px) {
    .page-with-map-component .m-section:nth-child(2) {
        padding-top: 130px
    }
}

@media (max-width:767px) {
    .page-with-map-component .m-section:nth-child(2) {
        padding-top: 40px
    }
}

.back-btn-2 {
    font-size: 16px
}

.back-btn-2::before {
    display: inline-block;
    content: "\e904";
    transform: rotate(90deg);
    font-family: icomoon;
    font-size: 6px;
    top: -4px;
    position: relative;
    margin-right: 9px
}

.form-types {
    font-size: initial;
    font-weight: initial;
    background: #f4f4f4;
    border-radius: 49px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.form-types__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 49px;
    cursor: pointer;
    transition: .1s;
    opacity: 1
}

.form-types__item.active {
    background: #7900eb;
    color: #fff
}

.form-types.disabled .active {
    opacity: .8
}

@media (max-width:767px) {
    .services-items .services-items__title {
        margin-bottom: 15px
    }
}

.services-items__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media (max-width:1199px) {
    .services-items__items {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .services-items__items {
        grid-template-columns: 1fr
    }
}

.services-item {
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    padding: 45px 25px
}

@media (max-width:767px) {
    .services-item {
        padding: 35px 20px
    }
}

.services-item__icon {
    height: 45px
}

.services-item__icon>* {
    height: 100%
}

.main-dropdown-menu {
    position: fixed;
    top: 93px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcfcfc;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    border-top: 1px solid #d9d9d9;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:1199px) {
    .main-dropdown-menu {
        z-index: 999;
        border-top: none;
        padding-top: 16px
    }
}

@media (max-width:767px) {
    .main-dropdown-menu {
        padding-top: 24px
    }
}

.main-dropdown-menu>.container {
    max-width: none;
    height: 100%
}

.main-dropdown-menu.active {
    opacity: 1;
    visibility: visible
}

@media (max-width:767px) {
    .main-dropdown-menu {
        top: 64px
    }
}

@media (max-width:575px) {
    .main-dropdown-menu {
        font-size: 16px
    }
}

.main-dropdown-menu__row {
    height: 100%;
    display: grid;
    grid-template-columns: 281px auto;
    gap: 60px;
    align-items: flex-start
}

@media (max-width:1339px) {
    .main-dropdown-menu__row {
        grid-template-columns: 258px auto
    }
}

@media (max-width:1199px) {
    .main-dropdown-menu__row {
        height: calc(100% - 110px);
        gap: 55px
    }
}

@media (max-width:767px) {
    .main-dropdown-menu__row {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
        height: auto;
        overflow: auto;
        scrollbar-gutter: stable
    }
}

.main-dropdown-menu__sidebar {
    overflow: auto;
    height: 100%
}

.main-dropdown-menu a {
    transition: .2s
}

.main-dropdown-menu a:hover {
    color: #7900eb;
    opacity: 1
}

.main-dropdown-menu__menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    align-items: flex-start;
    overflow: auto;
    max-height: 100%
}

@media (max-width:1199px) {
    .main-dropdown-menu__menu {
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .main-dropdown-menu__menu {
        overflow: visible
    }
}

@media (min-width:1200px) {
    .main-dropdown-menu .evacuation {
        grid-area: 1/1/1/4
    }
}

@media (min-width:1200px) {
    .main-dropdown-menu .assistance {
        grid-area: 2/1/2/3
    }
}

@media (min-width:1200px) {
    .main-dropdown-menu .prices {
        grid-area: 2/3/2/4
    }
}

.main-dropdown-menu .extra .main-dropdown-menu-links-wrap ul {
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr)
}

@media (min-width:1200px) {
    .main-dropdown-menu .extra {
        grid-area: 3/1/3/3
    }
}

.main-dropdown-menu__top {
    display: none;
    gap: 16px;
    font-size: 22px;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .main-dropdown-menu__top {
        display: grid
    }
}

@media (max-width:767px) {
    .main-dropdown-menu__top {
        margin-bottom: 20px;
        font-size: 18px
    }
}

.main-dropdown-menu__top .back-btn-2 {
    font-size: 12px;
    color: #acacac
}

.main-dropdown-menu__top .back-btn-2::before {
    top: -2px
}

.main-dropdown-menu-cities {
    background: #f4f4f4;
    border-radius: 30px;
    padding: 32px 4px 32px 24px;
    font-weight: 400
}

@media (max-width:575px) {
    .main-dropdown-menu-cities {
        padding: 20px
    }
}

@media (max-width:767px) {
    .main-dropdown-menu-cities ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

@media (min-width:768px) {
    .main-dropdown-menu-cities li {
        margin-bottom: 16px
    }

    .main-dropdown-menu-cities li:last-child {
        margin-bottom: 0
    }
}

.main-dropdown-menu-cities a.active {
    color: #7900eb
}

.main-dropdown-menu-cities__container {
    height: 100%;
    overflow: auto;
    padding-right: 20px
}

.main-dropdown-menu-link__title {
    margin-bottom: 24px;
    font-size: 20px
}

@media (max-width:1339px) {
    .main-dropdown-menu-link__title {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .main-dropdown-menu-link__title {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .main-dropdown-menu-link__title {
        margin-bottom: 0;
        position: relative;
        padding-right: 20px
    }

    .main-dropdown-menu-link__title::before {
        display: inline-block;
        content: "\e904";
        font-family: icomoon;
        font-size: 7px;
        top: 2px;
        padding: 5px;
        position: absolute;
        right: 0
    }
}

@media (max-width:575px) {
    .main-dropdown-menu-link-group.active .main-dropdown-menu-link__title {
        margin-bottom: 20px
    }

    .main-dropdown-menu-link-group.active .main-dropdown-menu-link__title::before {
        transform: rotate(180deg)
    }
}

@media (max-width:575px) {
    .main-dropdown-menu-links-wrap {
        height: 0;
        overflow: hidden;
        transition: height .4s cubic-bezier(.51, .26, .32, .96)
    }
}

.main-dropdown-menu-links {
    display: grid;
    gap: 16px
}

@media (max-width:767px) {
    .main-dropdown-menu-links {
        font-size: 16px;
        gap: 20px
    }
}

.main-dropdown-menu-links.col-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1199px) {
    .main-dropdown-menu-links.col-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575px) {
    .main-dropdown-menu-links.col-3 {
        grid-template-columns: 1fr
    }
}

.main-dropdown-menu-links.col-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:575px) {
    .main-dropdown-menu-links.col-2 {
        grid-template-columns: 1fr
    }
}

.main-dropdown-menu-links a {
    font-weight: 400;
    opacity: .5
}

.breadcrumbs-container {
    padding-top: 20px
}

@media (max-width:1199px) {
    .breadcrumbs-container {
        padding: 0
    }
}

.breadcrumbs {
    font-size: 12px;
    color: #acacac;
    padding-bottom: 4px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}

.breadcrumbs .hovered:hover {
    text-decoration: underline
}

.breadcrumbs li::after {
    display: inline-block;
    content: "/";
    margin-left: 4px;
    margin-right: 4px
}

.breadcrumbs li:first-child {
    text-transform: capitalize
}

@media (max-width:1199px) {
    .breadcrumbs li:first-child {
        padding-left: 24px
    }
}

@media (max-width:575px) {
    .breadcrumbs li:first-child {
        padding-left: 16px
    }
}

@media (max-width:1199px) {
    .breadcrumbs li:last-child {
        padding-right: 24px
    }
}

@media (max-width:575px) {
    .breadcrumbs li:last-child {
        padding-right: 16px
    }
}

.breadcrumbs li:last-child::after {
    content: ""
}

.breadcrumbs a,
.breadcrumbs li,
.breadcrumbs span {
    display: inline-block;
    white-space: break-spaces
}

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

.section--end {
    padding-bottom: 240px
}

@media (max-width:1339px) {
    .section--end {
        padding-bottom: 190px
    }
}

@media (max-width:1199px) {
    .section--end {
        padding-bottom: 170px
    }
}

@media (max-width:767px) {
    .section--end {
        padding-bottom: 140px
    }
}

.section-dark {
    background-color: #1c273b;
    color: #fff
}

.section-dark .callback-success {
    color: #1c273b
}

.section-border {
    border-radius: 30px
}

.main-button {
    font-family: inherit;
    font-weight: 300
}

.account-deleting li {
    list-style-type: disc;
    margin-left: 20px
}

.main-font {
    font-family: "Noto Sans", sans-serif
}

.heading-font {
    font-family: Montserrat, sans-serif
}

.bolder {
    font-weight: 700
}

.w800 {
    font-weight: 800
}

.w500 {
    font-weight: 500
}

.w400 {
    font-weight: 400
}

.w300 {
    font-weight: 300
}

.upper {
    text-transform: uppercase
}

.under {
    text-decoration: underline
}

.nowrap {
    white-space: nowrap
}

.letter0 {
    letter-spacing: 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.content-container {
    font-weight: 300;
    font-size: 20px
}

@media (max-width:1339px) {
    .content-container {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .content-container {
        font-size: 16px
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: .2s
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    font-family: Montserrat, sans-serif
}

h1 {
    font-size: 44px;
    font-weight: 800
}

@media (max-width:1339px) {
    h1 {
        font-size: 38px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 26px
    }
}

h2 {
    font-size: 26px
}

@media (max-width:1339px) {
    h2 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 18px
    }
}

h3 {
    font-size: 20px
}

@media (max-width:1339px) {
    h3 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 16px
    }
}

h4,
h5 {
    font-size: inherit
}

.f15 {
    font-size: 15px
}

.f14 {
    font-size: 14px
}

.f17 {
    font-size: 17px
}

.f18 {
    font-size: 18px
}

.f19 {
    font-size: 19px
}

.f20 {
    font-size: 20px
}

.f25 {
    font-size: 25px
}

.f64 {
    font-size: 64px
}

.lh-1 {
    line-height: 1
}

.lh-1-2 {
    line-height: 1.2
}

.lh-1-3 {
    line-height: 1.3
}

.lh-40 {
    line-height: 40px
}

.lh-36 {
    line-height: 36px
}

.lh-27 {
    line-height: 27px
}

.lh-25 {
    line-height: 25px
}

.lh-19 {
    line-height: 19px
}

.text-warn {
    color: #a4ea4a
}

.text-light-green {
    color: #95e42f
}

.text-red {
    color: #c51722
}

.text-main {
    color: #1c273b
}

.text-gray-light {
    color: #ccc
}

.text-orange {
    color: #f6a810
}

.text-yellow {
    color: #f3eb2b
}

.text-yellow2 {
    color: #d1ca13
}

.text-blue {
    color: #5262f5
}

.text-accent,
.text-purple {
    color: #f8bf45
}

.table td.text-green,
.text-green {
    color: #37aaae
}

.text-white {
    color: #fff
}

.text-grey {
    color: #665a4d
}

.text-black {
    color: #00202e
}

.green {
    background: #37aaae
}

.section-title {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 44px
}

@media (max-width:1339px) {
    .section-title {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .section-title {
        font-size: 26px
    }
}

.section-title__bottom-offset {
    margin-bottom: 50px
}

.item-title {
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

@media (max-width:1339px) {
    .item-title {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .item-title {
        font-size: 18px
    }
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11
}

.header {
    background: rgba(252, 252, 252, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    height: 93px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: background .1s ease-in-out
}

.header.fill {
    background: #fcfcfc
}

.header__logo {
    width: 152px;
    display: flex
}

.header__logo img {
    width: 100%
}
@media (max-width:992px) {
	.header__logo {
	order: 2;
    }
	.header__right-block {
	order: 3;
	}
}
@media (max-width:767px) {
    .header__logo {
        width: 99px;
	order: 2;
    }
	.header__right-block {
	order: 3;
	}
}

.header__navs {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-left: auto;
}
@media (max-width:992px) {
.header__navs {
margin-left: 0;
}
}
.header__navs .header__menu {
    display: flex;
    justify-content: space-between
}

.header__navs .header__menu a {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: #1c273b;
    text-decoration: none;
    border-radius: 13px
}

.header__navs .header__menu a.active {
    background: #f4f4f4
}

.header__navs .header__menu a:hover {
    color: #7900eb
}

.header__navs .header__menu li {
    list-style: none;
    margin-left: 15px
}

@media (max-width:1199px) {
    .header__navs .header__menu {
        display: none
    }
}

@media (min-width:576px) {
    .header__menu-hidden {
        display: none
    }
}

.header__phone {
    font-size: 22px;
    font-weight: 600;
    color: #1c273b;
    text-decoration: none;
    padding-left: 25px
}
.mob-menu__header-phone {
	display: none;
}
@media (max-width:1339px) {
    .header__phone {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .header__phone {
        font-size: 18px;
    }
}

.header__city {
    position: relative;
    display: inline-block;
    padding-left: 24px
}

@media (max-width:575px) {
    .header__city {
        padding-left: 0
    }
}

.header__city::before {
    content: "";
    display: inline-block;
    background: url("");
    background-position: 100%;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px
}

.header__right-block .header__phone-icon {
    width: 24px;
    height: 24px;
    display: none
}

@media (max-width:575px) {
    .header__right-block .header__phone-icon {
        display: block
    }
}

.header__right-block .header__phone-icon img {
    display: block
}

@media (max-width:575px) {
    .header__right-block .header__phone-text {
        display: none
    }
}

.header__right-buttons {
    margin-left: 50px
}

@media (max-width:1339px) {
    .header__right-buttons {
        margin-left: auto
    }
}

@media (max-width:1199px) {
    .header__right-buttons {
        display: none
    }
}

.header__right-button {
    height: 47px;
    font-weight: 400
}

.header__button-main {
    width: 190px
}

@media (max-width:1339px) {
    .header__button-main {
        width: 160px
    }
}

.header__button-second {
    width: 143px;
    margin-left: 20px
}

@media (max-width:1339px) {
    .header__button-second {
        width: 120px;
        margin-left: 12px
    }
}

@media (max-width:767px) {
    .header {
        height: 64px
    }
}

.burger {
    width: 26px;
    height: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 27px;
    margin-top: 2px;
    position: relative;
    left: 0;
    z-index: 100;
}

.burger:after {
    display: block;
    content: "\e908";
    font-family: icomoon;
    opacity: 0;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    transition: .2s
}

.burger div {
    background: #1c273b;
    border-radius: 10px;
    height: 3px;
    width: 100%;
    transition: .2s;
    position: relative;
    opacity: 1
}

.burger div:nth-child(2) {
    width: 70%
}

@media (max-width:767px) {
    .burger div {
        height: 2px
    }
}

@media (max-width:1199px) {
    .burger {
        display: flex
    }
}

@media (max-width:767px) {
    .burger {
        width: 20px;
        height: 12px;
        margin-top: 0
    }
}

@media (max-width:575px) {
    .burger {
        margin-left: 14px
    }
}

.open-menu .burger {
    left: 4px;
    width: 27px
}

.open-menu .burger div {
    opacity: 0
}

.open-menu .burger:after {
    opacity: 1
}

.fixed-menu {
    top: 0;
    left: 100%;
    transition: .3s cubic-bezier(.51, .06, .13, .95);
    width: 100%;
    height: 100%
}

.fixed-menu.active {
    left: 0;
    overflow: auto
}

.mob-menu {
    position: fixed;
    background: url("stylepart-1.svg") no-repeat 0 calc(100% + 100px), #fcfcfc;
    background-size: 800px;
    z-index: 11
}

@media (max-width:575px) {
    .mob-menu {
        background-size: 533px;
        background-position-y: calc(100% + 153px)
    }
}

.mob-menu__header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 93px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (max-width:767px) {
    .mob-menu__header {
        height: 64px
    }
}

@media (max-width:575px) {
    .mob-menu__header-phone {
        display: none
    }
}

.mob-menu__buttons {
    display: none
}

@media (max-width:1199px) {
    .mob-menu__buttons {
        display: block
    }
}

.mob-menu__menu .mob-menu__button {
    text-align: center;
    padding: 0;
    display: flex;
    max-width: 360px
}

@media (max-width:767px) {
    .mob-menu__menu .mob-menu__button {
        font-size: 16px
    }
}

.mob-menu__menu a {
    font-weight: 500;
    font-size: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block
}

.mob-menu__menu a.active,
.mob-menu__menu a:hover {
    color: #7900eb
}

@media (max-width:767px) {
    .mob-menu__menu a {
        font-size: 18px
    }
}

.mob-menu__menu .dropdown-item:after {
    display: inline-block;
    content: "\e904";
    transform: rotate(-90deg);
    font-family: icomoon;
    font-size: .5rem;
    top: -4px;
    position: relative;
    margin-left: 20px
}

@media (max-width:767px) {
    .mob-menu__menu .dropdown-item:after {
        font-size: .45rem
    }
}

.mob-menu__menu-phone a {
    font-weight: 700
}

.mob-menu__buttons {
    margin-top: 24px;
    margin-bottom: 90px
}

.mob-menu__button-second {
    background-color: #fff;
    margin-top: 16px
}

.main-banner {
    padding-top: 172px;
    padding-bottom: 160px
}

.main-banner__title {
    font-size: 44px;
    max-width: 600px
}

@media (max-width:1339px) {
    .main-banner__title {
        font-size: 38px;
        max-width: 535px
    }
}

@media (max-width:767px) {
    .main-banner__title {
        font-size: 26px;
        max-width: 390px
    }
}

.main-banner__description {
    font-size: 20px;
    max-width: 456px
}

@media (max-width:1339px) {
    .main-banner__description {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .main-banner__description {
        font-size: 16px
    }
}

.main-banner__button {
    line-height: 1
}

@media (min-width:576px) {
    .main-banner__button {
        max-width: 258px
    }
}

@media (max-width:1339px) {
    .main-banner {
        padding-top: 80px;
        padding-bottom: 120px
    }
}

@media (max-width:1199px) {
    .main-banner {
        padding-top: 30px;
        padding-bottom: 130px
    }
}

@media (max-width:767px) {
    .main-banner {
        padding-top: 25px;
        padding-bottom: 120px
    }
}

@media (max-width:575px) {
    .main-banner {
        padding-top: 20px;
        padding-bottom: 211px
    }
}

.main-banner__link {
    display: block;
    padding-top: 15px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:576px) {
    .main-banner__link {
        width: 258px;
        margin-left: 0
    }
}

@media (min-width:576px) {
    .main-banner__link img {
        width: 100%
    }
}

.control-input[type="radio"]:checked + .no-color {
    opacity: 0;
}

.what {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 20;
}