@media (min-width: 480px) {
    @font-face {
        font-family: regular;
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/ProximaNovaRegular/ProximaNovaRegular.woff') format("woff"), url('../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf') format("truetype");
        font-display: block;
    }

    @font-face {
        font-family: novabold;
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/ProximaNovaBold/ProximaNovaBold.woff') format("woff"), url('../fonts/ProximaNovaBold/ProximaNovaBold.ttf') format("truetype");
        font-display: block;
    }

    @font-face {
        font-family: proximaBold;
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/ProximaNovaBlack/ProximaNovaBlack.woff') format("woff"), url('../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf') format("truetype");
        font-display: block;
    }

    @font-face {
        font-family: cuprum;
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/CuprumRegular/CuprumRegular.woff') format("woff"), url('../fonts/CuprumRegular/CuprumRegular.ttf') format("truetype");
        font-display: block;
    }

    @font-face {
        font-family: manropeRegular;
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/ManropeRegular/Manrope-Regular.woff') format("woff"), url('../fonts/ManropeRegular/Manrope-Regular.ttf') format("truetype");
        font-display: block;
    }

    @font-face {
        font-family: manropeSemibold;
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/ManropeSemibold/Manrope-Semibold.woff') format("woff"), url('../fonts/ManropeSemibold/Manrope-Semibold.ttf') format("truetype");
        font-display: block;
    }
}

.white-popup-block .clearly {
    color: #fff;
    margin-bottom: 53px;
}

.popup-youtube, .certificate {
    border-bottom: 2px dashed #3b4047;
}

.warranty .list li .underline:hover, .popup-youtube:hover, .certificate:hover {
    border: 0;
}

.video-wrapper.popup-youtube video {
    display: block;
    position: relative;
    z-index: 100;
}

.wrapper_video_translation {
    display: inline-block;
}

.main-best > div {
    transition: opacity .6s;
}

@media screen and (max-width: 480px) {
    .main-best {
        text-align: center;
    }
}

@media screen and (min-width: 991px) {
    .fixed_header_telephone {
        display: flex;
        align-items: center;
    }
}

#online-chat-wrapper {
    opacity: 1 !important;
}

body #online-chat-wrapper.b-callback, body #bingc-phone-button {
    z-index: 10 !important;
}

@media screen and (max-width: 425px) {
    .main-head h1 {
        font-size: 8vw;
        font-weight: 900;
    }

    .main-head h1 span {
        font-size: 8vw !important;
        font-weight: 900 !important;
        color: #fd0;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.slick-disabled {
    opacity: .5;
}

.scroll-box {
    padding: 10px 0;
    width: 100%;
    background: #fff;
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #f6da73 rgba(246, 218, 115, 0.2);
}

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

.scroll-box::-webkit-scrollbar-track {
    background: rgba(246, 218, 115, 0.3)
}

.scroll-box::-webkit-scrollbar-thumb {
    background: #f6da73
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }

    .seo-text h3 {
        margin: 0 auto 24px !important;
        max-width: 750px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .main-head .container {
        max-width: 1300px
    }

    .container {
        max-width: 1170px;
        width: 100%
    }

    .seo-text h3 {
        max-width: 1170px;
        width: 100%
    }

    .internet-shop {
        padding-top: 75px;
        padding-bottom: 185px
    }

    .main-review {
        padding-bottom: 200px;

        .container {
            max-width: 100%;
            padding: 0;

            .row {
                width: 100%;
                margin: 0;

                &:nth-child(2) {
                    margin: 30px 0 0
                }
            }
        }

        .swiper {
            width: 45.3% !important;

            .swiper-slide {
                .card-wrapper {
                    max-width: 383px;
                    background: #fd0;
                    border-radius: 20px;
                    padding: 25px 20px 25px 25px;
                    margin: 0 auto 30px;
                    display: flex
                }

                .slide-image {
                    width: 130px;
                    margin-right: 20px
                }

                .slide-info {
                    .slide-name {
                        font-weight: 800
                    }

                    .slide-position {
                        margin-bottom: 10px
                    }

                    .slide-person-desc {
                        font-weight: 800;
                        padding: 5px 15px;
                        color: #f2f2f2;
                        background: #333;
                        max-width: fit-content;
                        border-radius: 5px
                    }
                }

                .text-wrapper {
                    max-width: 870px;
                    text-align: center;
                    font-size: 16px
                }
            }
        }

        .swiper-button-wrapper {
            bottom: -126px;
            gap: 36px;

            .swiper-button-next, .swiper-button-prev {
                position: static;

                &:after {
                    border-radius: 35px;
                    padding: 9px 28px 16px
                }
            }
        }
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

span.audio {
    background-color: #fff !important;
    background-size: contain !important
}

span.audio.on_play {
    background-color: #fff !important;
    background-size: contain !important
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 42.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%;

        .row {
            margin: 0 auto
        }
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 64.825%
    }

    .col-md-7 {
        width: 57.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33%
    }

    .col-md-3 {
        padding-left: 9px;
        padding-right: 9px;
        width: 25%
    }

    .main-feedback .form-callback {
        .submit-block button {
            margin-left: 4px;
        }
    }

    .main-feedback .form-callback,
    #callback, #order {
        .submit-block {
            margin: auto;
            float: none;
            transform: translateY(30px);
        }
    }

    form .col-md-3 {
        width: 20%;
    }

    form .submit {
        width: 100%;
    }

    form#callback .submit {
        margin-left: 10px;
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .main_h {
        .col-md-6.logo-wrapper {
            width: 40%;
            position: static !important
        }

        .col-md-6.right {
            width: 60%
        }

        .logo-wrapper .progress-container {
            display: none
        }
    }

    .main-feedback .row:nth-child(2) {
        width: 945px;
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .main-best {
        background-color: #424445;
        color: #fff;

        .col-md-12 .row {
            margin: 0 -15px;

            .col-md-4 {
                padding: 0 15px
            }
        }
    }

    .internet-shop .container .left-wrapper {
        margin: 0 -15px
    }

    .warranty-content {
        margin: 0 -30px
    }

    .main-ident {
        .col-md-7 {
            margin-left: 11px
        }
    }

    .main-head h1 {
        margin: 0 0 50px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .slick-arrow:hover::before {
        opacity: 1 !important
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .main-review {
        padding-bottom: 100px;

        &:before {
            bottom: 6% !important;
            top: 30% !important
        }

        .container {
            padding: 0 15px
        }

        .swiper {
            width: 85% !important;

            .swiper-slide {
                .card-wrapper {
                    background: #fd0;
                    border-radius: 20px;
                    text-align: center;
                    padding: 25px;
                    margin-bottom: 15px
                }

                .slide-image {
                    width: 130px;
                    margin: 0 auto 15px
                }

                .slide-info {
                    .slide-name {
                        font-weight: 800
                    }

                    .slide-position {
                        margin-bottom: 10px
                    }

                    .slide-person-desc {
                        font-weight: 800;
                        padding: 5px 15px;
                        color: #f2f2f2;
                        background: #333;
                        border-radius: 5px
                    }
                }

                .text-wrapper {
                    text-align: center;
                    font-size: 16px;
                    max-height: 300px;
                    overflow-y: scroll;
                    padding-right: 20px
                }

                .text-wrapper::-webkit-scrollbar {
                    margin-right: 10px;
                    width: 8px;
                    min-height: 50px;
                    background: rgba(255, 221, 0, 0.1)
                }

                .text-wrapper::-webkit-scrollbar-thumb {
                    background-color: #fd0;
                    min-height: 30px;
                    max-height: 30px;
                    border-radius: 6px
                }
            }
        }

        .swiper-button-wrapper {
            bottom: -70px;
            gap: 36px;

            .swiper-button-next, .swiper-button-prev {
                &:after {
                    border-radius: 32px;
                    padding: 6px 25px 14px
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .main_h .mobile_open {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10
    }

    .main_h .header-hide {
        margin-top: 91px
    }

    footer .contacts-wrapper .hidden-xs {
        display: initial !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }

    .col-md-6.logo-wrapper {
        width: fit-content !important
    }

    .main_h .button-wrapper {
        margin-right: 0 !important
    }

    .main_h .col-md-6.right {
        width: fit-content !important
    }

    .main_h .header-hide {
        flex: 1;

        .menu {
            display: flex;
            justify-content: space-around;
            padding: 0 15px;

            .menu__item a {
                font-weight: 600;
                transition-duration: .2s;

                &:hover {
                    opacity: .6
                }
            }
        }
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    .main-review {
        padding-bottom: 200px;

        &:before {
            top: 27% !important;
            bottom: 10.5% !important
        }

        .container {
            padding: 0 15px;

            .row {
                width: 100%
            }
        }

        .swiper {
            width: 85% !important;

            .swiper-slide {
                .card-wrapper {
                    max-width: 383px;
                    background: #fd0;
                    border-radius: 20px;
                    padding: 25px;
                    margin: 0 auto 30px;
                    display: flex
                }

                .slide-image {
                    width: 130px;
                    margin-right: 20px
                }

                .slide-info {
                    .slide-name {
                        font-weight: 800
                    }

                    .slide-position {
                        margin-bottom: 10px
                    }

                    .slide-person-desc {
                        font-weight: 800;
                        padding: 5px 15px;
                        color: #f2f2f2;
                        background: #333;
                        max-width: fit-content;
                        border-radius: 5px
                    }
                }

                .text-wrapper {
                    max-width: 870px;
                    text-align: center;
                    font-size: 16px
                }
            }
        }

        .swiper-button-wrapper {
            bottom: -126px;
            gap: 36px;

            .swiper-button-next, .swiper-button-prev {
                &:after {
                    border-radius: 35px;
                    padding: 9px 28px 16px
                }
            }
        }
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

#lhc_status_container {
    z-index: -100000 !important;
    display: none !important
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    font-family: regular, Arial, sans-serif;
    color: #333;
}

.body--active {
    overflow: hidden
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

* {
    margin: 0;
    padding: 0
}

section {
    padding: 100px 0 80px;
    position: relative
}

/*@media (max-width: 767px) {
    section {
        content-visibility: auto;
        contain-intrinsic-size: auto 500px;
    }
}*/

.h1, h1 {
    font-size: 72px;
    line-height: normal;
    text-transform: uppercase;
    font-family: proximaBold, Arial, sans-serif;
    font-weight: bold;
}

/*@media (min-width: 480px) {
    header.main-head h1 {
        font-family: proximaBold, Arial, sans-serif;
    }
}*/

.main-head h1 {
    /*font-size: 68px;*/
    font-size: 8vw;
    margin-bottom: 1rem;
}

@media (max-width: 480px) {
    header.main-head h1,
    header.main-head h1 span {
        font-size: 8vw;
        font-family: Arial, sans-serif;
    }
}
@media (min-width: 1200px) {
    .main-head h1 {
        font-size: 68px;
    }
}

.calculate-price {
    font-size: 71px
}

h2 {
    font-family: proximaBold, Arial, sans-serif;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    color: #3b4047
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: proximaBold, Arial, sans-serif;
    font-weight: bold;
}

p {
    font-size: 24px
}

a {
    color: #3b4047
}

a:focus, a:hover {
    text-decoration: none;
    color: #3b4047;
    outline: 0
}

input {
    outline: 0
}

.submit {
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    border: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 200px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 48px;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    font-family: novabold, Arial, sans-serif;
}

.submit span {
    z-index: 2;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%
}

.no-touch .submit:hover:before {
    width: 100%
}

.submit:before {
    top: 0;
    z-index: 1;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #5cb51f
}

.button {
    background-color: #fd0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    position: relative;
    font-family: novabold, Arial, sans-serif;
    font-weight: 700;
    display: block;
    width: 300px;
    height: 48px;
    color: #333333;
}

.button:focus, .button:visited {
    outline: 0;
    border: 0
}

.button span {
    z-index: 2;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%
}

.no-touch .button:hover:before {
    width: 100%
}

.button:before {
    top: 0;
    z-index: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #5cb51f
}

li, ul {
    list-style-type: none
}

.site-wrapper {
    overflow: hidden
}

.main-head {
    color: #fff;
    padding: 100px 0 50px;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .7)
}

.main-head .bgvideo {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    z-index: -9999
}

.main-head .group__media picture {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    z-index: -9999
}

.main-head .group__media picture img {
    height: 100vh;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.main-head h1 {
    text-shadow: 0 3px 0 rgba(0, 0, 0, .0842957)
}

.main-head h1 span {
    font-size: 95px;
    color: #fd0 !important;
    font-weight: 900
}

.main-head p {
    margin-bottom: 62px
}

.main-head h2 {
    color: #fff;
    line-height: .8;
    margin-bottom: 10px
}

.main-head .button-wrapper {
    margin-top: -20px;
    margin-bottom: 180px
}

.main-head .button-next {
    text-align: center
}

.main-head .button-next a {
    display: inline-block
}

.main-head .button-next .text {
    margin-bottom: 5px;
    color: #fff
}

.main-head .button-next .img-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: scroll;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: scroll
}

.progress-container {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 4px;
    z-index: 1001;
    left: 0;

    .progress-bar {
        height: 4px;
        background: #fd0;
        width: 0
    }
}

.main_h {
    padding: 12px 0 12px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: -100px
}

.main_h.sticky {
    box-shadow: 0 -2px 19px 0 #333
}

.main_h .phone-mobile {
    display: none
}

.main_h .logo a {
    display: block
}

.main_h .logo a img {
    float: left
}

.main_h .logo .logo-text {
    display: inline-block
}

.main_h .logo .logo-text .logo-header {
    display: block;
    text-transform: uppercase;
    line-height: .8;
    font-family: cuprum, Arial, sans-serif;
    font-size: 56px
}

.main_h .logo .logo-text .logo-header sup {
    vertical-align: top;
    top: 0;
    left: -11px;
    font-size: 8px
}

.main_h .logo .logo-text .logo-teaser {
    font-size: 13px;
    margin-left: 3px;
    font-weight: 700
}

.main_h .header-hide .menu .menu__item a {
    position: relative;

    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 2px;
        background: #3b4047;
        transition-duration: .2s;
        transform: scaleX(0)
    }
}

.main_h .header-hide .menu .menu__item.active--trail a {
    opacity: .6
}

.main_h .header-hide .menu .menu__item.active--trail a::before {
    transform: scaleX(1)
}

.main_h.sticky {
    top: 0;
    opacity: 1
}

.main_h .right {
    text-align: right
}

.main_h .button-wrapper {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px
}

.main_h .button-wrapper .button {
    width: 190px;
    height: 37px
}

.main_h .button-wrapper .button span {
    top: 50%;
    transform: translateY(-50%)
}

.main_h .phone {
    position: relative;
    text-align: right;
    display: inline-block;
    font-size: 24px;
    font-family: proximaBold, Arial, sans-serif;
}

.main_h .phone .show_number {
    font-family: novabold, Arial, sans-serif;
    cursor: pointer;
    text-decoration: underline
}

.main_h .phone .show_number:hover {
    text-decoration: none
}

.main_h .mobile_open {
    display: none
}

#lhc_status_container .lhc-text-status {
    display: none
}

#lhc_status_container > a::after {
    content: 'Допомога онлайн';
    content: 'Допомога онлайн';
    border-radius: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
    color: #454545;
    padding: 25px 10px 10px 9px;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bingc-phone-button {
    z-index: -100000 !important;
    opacity: 0
}

#bingc-phone-button.active {
    z-index: 1000 !important;
    opacity: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.polit-link {
    padding: 0;
    background: #fd0
}

.polit-link a {
    padding: 20px 0;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    transition: color 0.2s ease
}

.polit-link a:hover {
    color: #FFF
}

footer {
    position: relative;
    background: #414445;
    color: #FFFFFF;
    padding: 40px 0 45px;

    .logo {
        max-width: 215px;

        img {
            width: 100%;
        }
    }

    .col-md-12 {
        justify-content: space-between
    }

    .footer-benefits {
        display: flex;
        margin: 0 -5px 0 33px;

        .item {
            padding: 0 20px
        }

        .item p {
            margin-top: 7px;
            font-size: 14px;
            line-height: 17.5px
        }
    }
}

footer .col-md-12 {
    display: flex;
    flex-direction: row
}

footer .contacts-wrapper {
    margin-top: -3px;

    .website-link p {
        font-family: manropeRegular, Arial, sans-serif;
        font-weight: 400;
        font-size: 20px
    }

    .website-link p a {
        font-family: manropeSemibold, Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #fedd03
    }

    .hidden-xs {
        display: none
    }

    .socials {
        margin: 10px 2px 0;

        .facebook:hover svg {
            background: #0d61a9
        }

        .telegram:hover svg {
            background: #2cafef
        }

        .instagram:hover svg {
            background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
        }

        .tiktok:hover svg {
            background: #212121
        }
    }

    .socials svg {
        border-radius: 10px;
        transition: all .25s
    }

    .socials a {
        padding: 0 8px
    }
}

@media only screen and (max-width: 640px) {
    body #lhc_status_container {
        bottom: 70px
    }
}

.descr_phone {
    text-transform: uppercase;
    display: none;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    position: absolute;
    top: -15px
}

@media screen and (min-width: 991px) {
    .fixed_header_talephone {
        display: flex;
        align-items: center
    }
}

@media screen and (max-width: 1080px) and (min-width: 991px) {
    .main_h .phone {
        text-align: center
    }

    .main_h .phone .show_number {
        display: contents;
        margin-right: -3px
    }
}

.wrap_phone {
    display: inline-block;
    position: relative
}

.main-works .item {
    position: relative;
    overflow: hidden;
    max-height: 460px;
    aspect-ratio: 400 / 460;
}

.main-works .item .link_portfolio {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html.webkit {
    overflow: hidden;
    width: 100%
}



.main-works .portfolio-teaser-media {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-works .portfolio-teaser-media img {
    width: 215%;
    animation: img_anim_min 7s linear infinite;
}

.main-works .portfolio-teaser-media .full {
    animation: img_anim 8s linear infinite;
    position: absolute;
    left: 0;
}

.main-works .item:nth-child(3) .portfolio-teaser-media .full {
    animation: img_anim_circle 12s ease-in-out infinite;
}

.main-works .item:nth-child(5) .portfolio-teaser-media .full {
    animation: img_anim_reverse 9s ease-in-out infinite;
}

.main-works .item:nth-child(6) .portfolio-teaser-media .full {
    animation: img_anim_pulse 9s ease-in-out infinite;
}


.main-works .item:nth-child(7) .portfolio-teaser-media .full {
    animation: img_anim_wander 12s ease-in-out infinite;
}

.main-works .item:nth-child(8) .portfolio-teaser-media .full {
    animation: img_anim_shop 10s ease-in-out infinite;
}

.main-works .item:nth-child(9) .portfolio-teaser-media .full {
    animation: img_anim 7s linear infinite;
}

.works-slider .item{
    display: flex;
    justify-content: center;
}

.works-slider .item .video-inner {
    width: 100%;
    max-width: 370px;
    position: relative;
}

.works-slider .wrapper{
    max-width: 370px;
    max-height: 460px;
    position: relative;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .works-slider .item{
        aspect-ratio: auto;
    }
    .works-slider .item .video-inner {
        width: 60%;
        aspect-ratio: 370 / 460;
    }
    .works-slider-container .works-slider .item .video-inner video {
        width: 100%;
    }
    .works-slider-container .works-slider .item .wrapper .portfolio-teaser-media img {
        width: 215%;
    }
    .works-slider .wrapper{
        width: 60%;
        aspect-ratio: 370 / 460;
    }
}


.works-slider .wrapper .portfolio-teaser-media img, .works-slider .item .video-inner video {
    max-width: none;
    max-height: none;

}


@keyframes img_anim_shop {
    0% {
        transform: scale(1.4) translateX(-20%) translateY(14%);
    }
    25% {
        transform: scale(0.48) translateX(-55.9%) translateY(-54.1%);
    }
    28% {
        transform: scale(0.48) translateX(-55.9%) translateY(-54.1%);
    }
    45% {
        transform: scale(0.48) translateX(-55.9%) translateY(-71.1%);
    }
    48% {
        transform: scale(0.48) translateX(-55.9%) translateY(-71.1%);
    }
    65% {
        transform: scale(0.78) translateX(-15.9%) translateY(-43%);
    }
    68% {
        transform: scale(0.78) translateX(-15.9%) translateY(-43%);
    }
    80% {
        transform: scale(0.78) translateX(-52.9%) translateY(-43%);
    }
    96% {
        transform: scale(1.4) translateX(-20%) translateY(14%);
    }
    100% {
        transform: scale(1.4) translateX(-20%) translateY(14%);
    }
}

@keyframes img_anim_circle {
    0% {
        transform: scale(1) translateX(-5%) translateY(0);
    }
    25% {
        transform: scale(1) translateX(-5%) translateY(-68%);
    }
    50% {
        transform: scale(1) translateX(-53%) translateY(-68%);
    }
    75% {
        transform: scale(0.5) translateX(-54%) translateY(-50%);
    }
    82% {
        transform: scale(0.5) translateX(-54%) translateY(-50%);
    }
    100% {
        transform: scale(1) translateX(-5%) translateY(0);
    }

}

@keyframes img_anim_wander {
    0% {
        transform: scale(0.5) translateX(-54%) translateY(-50.1%);
    }
    25% {
        transform: scale(0.5) translateX(-54%) translateY(-87%);
    }
    45% {
        transform: scale(0.9) translateX(-54%) translateY(-58%);
    }
    60% {
        transform: scale(0.9) translateX(-54%) translateY(-31%);
    }
    80% {
        transform: scale(0.9) translateX(-10%) translateY(-31%);
    }
    100% {
        transform: scale(0.9) translateX(-10%) translateY(-5.6%);
    }
}

@keyframes img_anim_pulse {
    0% {
        transform: scale(1.55) translateX(-25%) translateY(12%);
    }
    35% {
        transform: scale(1.55) translateX(10%) translateY(17%);
    }
    60% {
        transform: scale(0.5) translateX(-54%) translateY(-50.1%);
    }
    100% {
        transform: scale(0.5) translateX(-54%) translateY(-85%);
    }
}

@keyframes img_anim_reverse {
    0% {
        transform: scale(1) translateX(0) translateY(0);
    }
    25% {
        transform: scale(1.5) translateX(5%) translateY(16%);
    }
    50% {
        transform: scale(1.5) translateX(-40%) translateY(16%);
        top: 0;
    }
    75% {
        transform: scale(1) translateX(-20%) translateY(0);
        top: -100%;
    }
    100% {
        transform: scale(1) translateX(0) translateY(0);
        top: 0;
    }
}

@keyframes img_anim_min {
    0% {
        transform: scale(1.5) translateX(-52%) translateY(16%);
        top: 0;
        opacity: 1
    }

    25% {
        transform: scale(1.5) translateX(-18%) translateY(16%);
        top: 0
    }

    50% {
        transform: scale(1.5) translateX(15%) translateY(16%);
        top: 0
    }

    65% {
        transform: scale(1) translateX(0) translateY(0);
        top: 0
    }

    100% {
        transform: scale(1) translateX(0) translateY(0);
        top: 0;
        opacity: 1
    }
}

@keyframes img_anim {
    0% {
        transform: scale(1.5) translateX(-52%) translateY(16%);
        top: 0;
        opacity: 1
    }

    20% {
        transform: scale(1.5) translateX(-18%) translateY(16%);
        top: 0
    }

    40% {
        transform: scale(1.5) translateX(15%) translateY(16%);
        top: 0
    }

    55% {
        transform: scale(1) translateX(0) translateY(0);
        top: 0
    }

    65% {
        transform: scale(1) translateX(0) translateY(0);
        top: 0
    }

    100% {
        transform: scale(1) translateX(0) translateY(0);
        top: -100%;
        opacity: 1
    }
}

/*input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0;
    transition: background-color 0s 600000s, color 0s 600000s !important;
    -webkit-text-fill-color: #fff !important
}*/

@keyframes rotate {
    from {
        transform: rotateX(0) rotateY(0)
    }
    to {
        transform: rotateX(360deg) rotateY(360deg)
    }
}

.logo_wrapper {
    animation: rotate 5s infinite linear;
    animation-fill-mode: forwards
}

.main-about {
    padding: 0
}

.main-about .top-part {
    .row {
        width: 100%
    }

    .left {
        padding-left: 0;
        padding-top: 80px;
        padding-right: 15px;
        padding-bottom: 55px
    }

    .right {
        padding-right: 0
    }
}

/*.text {
    line-height: normal
}*/
@media (min-width: 480px) {
    .text {
        line-height: normal
    }
}

@media (max-width: 1399px) {
    .main-about .top-part .left {
        padding-top: 47px
    }
}

.main-about .top-part .left h2, .main-about .top-part .left p {
    margin-bottom: 25px;
    line-height: normal
}

.main-about .top-part .right {
    padding-left: 0
}

.main-about .top-part .right img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.main-about .bottom-part {
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fd0), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #fd0 50%, #fff 50%);
    background: linear-gradient(to right, #fd0 50%, #fff 50%)
}

.main-about .bottom-part .left, .main-about .bottom-part .right {
    padding-top: 80px
}

.main-about .bottom-part .left .number, .main-about .bottom-part .right .number {
    font-size: 96px;
    font-family: proximaBold, Arial, sans-serif;
    line-height: 1.2
}

.main-about .bottom-part .left h3, .main-about .bottom-part .right h3 {
    margin: 0;
    margin-bottom: 26px
}

.main-about .bottom-part .right {
    padding-left: 15px
}

.main-about .bottom-part .left a {
    font-family: novabold, Arial, sans-serif;
}

.main-about .bottom-part .left a:hover {
    border-bottom: 0
}

.main-about .bottom-part .left .text {
    margin-bottom: 30px
}

.main-about .certificate-block {
    background-color: #fff;
    padding: 14px;
    display: inline-block;
    position: absolute;
    top: -100px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: none
}

.main-about .certificate-block:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80px;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

.main-best {
    background-color: #424445;
    color: #fff
}

.main-best h2 {
    color: #fff;
    margin-bottom: 70px
}

.main-best .img-wrapper {
    margin-bottom: 20px
}

.main-best p {
    margin-bottom: 7px
}

.main-best .text {
    color: #b3b4b5
}

.main-benefits {
    background-color: #ffd731;
    color: #2c2c2c
}

.main-benefits .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.main-benefits .benefits-item:not(:last-child) {
    margin-bottom: 20px
}

.main-benefits .benefits-img {
    margin-bottom: 10px
}

.main-benefits .benefits-text p {
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    text-align: center
}

.main-who {
    background-color: #fd0;
    color: #3b4047
}

.main-who .tale-block {
    margin-top: 29px
}

.main-who h2 {
    color: #3b4047
}

.main-who .col-md-12 .row {
    margin: 0 -15px;

    .col-md-4 {
        padding: 0 15px
    }
}

.main-who p {
    margin-top: 21px;
    line-height: normal
}

.main-who p span {
    color: #b3b4b5
}

.main-who .img-wrapper {
    margin-bottom: 25px
}

.main-who p {
    margin-bottom: 12px
}

.main-who .text {
    color: #3b4047
}

.main-ident {
    overflow: hidden;
    background-image: url(../img/identify/bg.webp);
    background-position: 100% bottom;
    background-repeat: no-repeat
}

.main-ident .h1 {
    margin-bottom: 75px
}

.main-ident .list li {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 45px;
    background-image: url(../img/identify/check.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    line-height: normal
}

.main-ident h2 {
    margin-top: 36px;
    margin-bottom: 27px
}

.main-ident .list li:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-ident .list li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-works {
    background-color: #323232;
    text-align: center
}

.main-works .row {
    margin: 0 -43px 0 -27px;

    .col-md-4 {
        padding: 0 15px
    }
}

.main-works h2 {
    color: #fff;
    margin-bottom: 55px
}

.main-works .item {
    margin-bottom: 22px
}

.main-works .item img {
    /*width: 100%*/
}

.main-works .item img,
.main-works .item video {
    min-height: 280px
}

.main-works .item .video-inner {
    position: relative;

    &::before {
        content: '';
        display: block;
        padding: 0 0 125%
    }
}

.main-works .item .video-inner img,
.main-works .item .video-inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset !important
}

.main-works .works-slider .slick-list.preload {
    height: auto !important
}

.main-works .works-slider .item {
    text-align: center;
    margin-bottom: 0
}

.main-works .works-slider .item img {
    display: inline-block
}

.main-works .works-slider .slick-dots {
    top: 108%;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px
}

.main-works .works-slider .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
    background-color: #323232;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-works .works-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-works .works-slider .slick-dots li button {
    display: none
}

.main-works .works-slider .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #fff;
    border: 2px solid #fff
}

.main-works .slick-next, .main-works .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 108%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.main-works .slick-prev {
    left: 20%
}

.main-works .slick-prev:before {
    content: url(../img/works/arr-left2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    filter: invert(1);
}

.main-works .slick-prev:hover:before {
    opacity: .5
}

.main-works .slick-next {
    right: 20%
}

.main-works .slick-next:before {
    content: url(../img/works/arr-right2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    filter: invert(1);
}

.main-works .slick-next:hover:before {
    opacity: .5;
}

.main-mobile-app {
    padding-bottom: 100px
}

.main-mobile-app h2 {
    max-width: 850px;
    margin-bottom: 40px
}

.main-mobile-app .app-row-1 {
    padding: 40px 30px 50px 30px;
    background-color: #f8e71c;
    margin-bottom: 30px
}

.main-mobile-app .app-row-1 .ar-info {
    padding: 0
}

.main-mobile-app .button-wrapper .button.popup-with-form span {
    color: #3b4047
}

.main-mobile-app .button-wrapper .button.popup-with-form:hover span {
    color: #3b4047
}

.ar-info div {
    color: #3b4047;
    padding: 35px 0 40px 40px;
    position: relative
}

.ar-info div .button-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0
}

.ar-info div .button-wrapper::before {
    display: none
}

.ar-info div .button-wrapper a {
    background-color: #fff;
    width: 340px
}

.ar-info div p {
    margin-bottom: 15px;
    font-size: 20px
}

.ar-info div p:last-of-type {
    margin-bottom: 0
}

.ar-info div::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50vw;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #ffe30b
}

.ar-btns, .app-row-1 .ar-info p {
    padding-left: 45px;
    display: block
}

.app-row-1 .ar-info p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 1px;
    background-color: #3b4047
}

.app-row-1 .ar-info p::after {
    content: '';
    position: absolute;
    left: 11px;
    bottom: -8px;
    height: 9px;
    width: 9px;
    border: 1px #3b4047 solid
}

.ar-img {
    position: unset
}

.main-mobile-app .app-row-1 .ar-img img {
    position: absolute;
    right: 40px;
    bottom: -60px
}

.main-mobile-app .app-row-2 {
    margin: 0 -15px
}

.main-mobile-app .app-row-2 .ar-img img {
    position: absolute;
    top: 49px;
    right: -87px
}

.ar-btns img:first-child {
    margin-right: 20px
}

.app-row-2 .ar-info {
    padding-left: 0
}

.main-warranty {
    padding-bottom: 50px
}

.main-warranty h2 {
    margin-bottom: 50px
}

.main-warranty .item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px
}

.main-warranty .item:nth-of-type(5n) {
    width: 16%;
    padding-right: 10px
}

.main-warranty .item p {
    margin-top: 25px;
    font-size: 20px;
    font-family: regular, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .3px
}

.main-warranty .item .warranty-img {
    width: auto;
    height: 60px
}

.warranty-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px
}

.warranty .list li:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.warranty .list li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-warranty .warranty-slider .item {
    margin-bottom: 0;
    text-align: center
}

.main-warranty .warranty-slider .item .block {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.main-warranty .warranty-slider .item .block:last-child {
    margin-bottom: 0
}

.main-warranty .warranty-slider .item .block img {
    display: inline-block
}

.main-warranty .warranty-slider .item .block .video iframe {
    width: 80%;
    height: 300px;
    border: 1px solid #e9e9e9
}

.main-warranty .warranty-slider .slick-dots {
    top: 103%;
    left: 50%;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    transform: translate(-50%, 0)
}

.main-warranty .warranty-slider .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3b4047;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-warranty .warranty-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-warranty .warranty-slider .slick-dots li button {
    display: none
}

.main-warranty .warranty-slider .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #3b4047
}

.main-warranty .slick-next, .main-warranty .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 102.5%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.main-warranty .slick-prev {
    left: 20%
}

.main-warranty .slick-prev:before {
    content: url(../img/reviews/arr-left2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-warranty .slick-prev:hover:before {
    opacity: .5
}

.main-warranty .slick-next {
    right: 20%
}

.main-warranty .slick-next:before {
    content: url(../img/works/arr-right2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-warranty .slick-next:hover:before {
    opacity: .5
}

.main-feedback {
    text-align: center;
    background-color: #fd0
}

.main-feedback h3 {
    margin-top: 13px;
    margin-bottom: 38px
}

.main-feedback p {
    margin-top: 12px;
    margin-bottom: 53px
}

.main-feedback .form-callback .submit-block {
    /*padding-left: 0*/
}

.main-feedback .form-callback .input,
.main-feedback .form-callback .select {
    background-color: transparent;
    border: 0;
    /*padding: 12px 0;*/
    height: 48px;
    width: 100%;
    border-bottom: 1px solid #878336;
    text-indent: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.main-feedback .form-callback {
    .input {
        /*padding: 12px 4px;*/
        padding: 0 4px;
    }
    .select {
        padding: 0 8px 0 0;
        color: #616161;
        outline: none;
        background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.29289 4.79289C3.68342 5.18342 4.31658 5.18342 4.70711 4.79289L7.2929 2.20711C7.92286 1.57714 7.47669 0.5 6.58579 0.5L1.41421 0.5C0.523309 0.5 0.077142 1.57714 0.707107 2.20711L3.29289 4.79289Z' fill='%23616161'/%3E%3C/svg%3E") no-repeat 95% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0 !important;

        /*&:invalid {
            color: #979797;
        }*/

        option {
            background: #ccc;
        }
    }
}

.main-feedback .form-callback .input:active, .main-feedback .form-callback .input:focus, .main-feedback .form-callback .input:hover,
.main-feedback .form-callback .select:active, .main-feedback .form-callback .select:focus, .main-feedback .form-callback .select:hover {
    border-bottom: 1px solid #3b4047;
    color: #3b4047;
    font-weight: 700
}

.main-feedback .form-callback .input:active::-webkit-input-placeholder, .main-feedback .form-callback .input:focus::-webkit-input-placeholder, .main-feedback .form-callback .input:hover::-webkit-input-placeholder,
.main-feedback .form-callback .select:active::-webkit-input-placeholder, .main-feedback .form-callback .select:focus::-webkit-input-placeholder, .main-feedback .form-callback .select:hover::-webkit-input-placeholder {
    color: #3b4047;
    font-weight: 700
}

.main-feedback .form-callback .input:active::-moz-input-placeholder, .main-feedback .form-callback .input:focus::-moz-input-placeholder, .main-feedback .form-callback .input:hover::-moz-input-placeholder,
.main-feedback .form-callback .select:active::-moz-input-placeholder, .main-feedback .form-callback .select:focus::-moz-input-placeholder, .main-feedback .form-callback .select:hover::-moz-input-placeholder {
    color: #3b4047;
    font-weight: 700
}

.main-feedback .form-callback .input:active::-ms-input-placeholder, .main-feedback .form-callback .input:focus::-ms-input-placeholder, .main-feedback .form-callback .input:hover::-ms-input-placeholder,
.main-feedback .form-callback .select:active::-ms-input-placeholder, .main-feedback .form-callback .select:focus::-ms-input-placeholder, .main-feedback .form-callback .select:hover::-ms-input-placeholder {
    color: #3b4047;
    font-weight: 700
}

.main-feedback {
    padding-top: 80px
}

.main-feedback.video-container .wrap_container {
    overflow-x: initial
}

.main-feedback.video-container .container {
    position: relative
}

.main-feedback.video-container .video {
    position: absolute;
    top: -410px;
    right: 0;
    padding: 0
}

.main-feedback.video-container .video .thumb-wrap {
    width: 100%;
    height: 100%
}

.main-feedback.video-container .video .thumb-wrap iframe {
    border: 1px solid #e9e9e9;
    width: 600px;
    height: 338px
}

.main-feedback .form-callback .col-md-3:nth-child(1) .input {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-feedback .form-callback .col-md-3:nth-child(2) .input {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-feedback .form-callback .col-md-3:nth-child(3) .select {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.main-feedback .form-callback .col-md-3:nth-child(4) .select {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.main-feedback .form-callback .col-md-3:nth-child(5) .submit {
    -webkit-animation-delay: 1s;
    animation-delay: 1.25s
}

.main-clients {
    text-align: center;
    padding-bottom: 0;
    padding-bottom: 40px
}

.main-clients .hidden-sm li {
    box-shadow: 0 0 20px 0 rgba(75, 85, 89, 0.10);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-clients .container.hidden-sm {
    margin: 0;
    padding: 0;
    max-width: 100%;

    .swiper {
        margin-top: 46px;
        padding: 0 50px
    }

    .swiper-wrapper {
        align-items: center
    }
}

.main-clients h2 {
    margin-bottom: 9px
}

.main-clients .line {
    margin-top: 100px
}

.main-clients .line ul li {
    display: inline-block
}

.main-clients .line ul li:last-child {
    margin-right: 0
}

.main-clients .line.first ul li:last-child {
    margin-right: 0
}

.main-clients .clients-slider .item .block {
    margin-bottom: 40px
}

.main-clients .clients-slider .item .block:last-child {
    margin-bottom: 0
}

.main-clients .clients-slider .item .block img {
    display: inline-block
}

.main-clients .clients-slider .slick-list.preload {
    height: auto !important
}

.main-clients .slick-next, .main-clients .slick-prev {
    z-index: 500;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.main-clients .slick-prev {
    left: 0
}

.main-clients .slick-prev:before {
    content: url(../img/reviews/arr-left2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-clients .slick-prev:hover:before {
    opacity: .5
}

.main-clients .slick-next {
    right: 0
}

.main-clients .slick-next:before {
    content: url(../img/reviews/arr-right2.svg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-clients .swiper {
    overflow: visible
}

.main-clients .slick-next:hover:before {
    opacity: .5
}

.main-reviews {
    text-align: center
}

.main-reviews h2 {
    text-align: center;
    margin-bottom: 10px
}

.main-reviews p {
    margin-bottom: 60px
}

.main-reviews .thumb-wrap {
    display: inline-block
}

.main-reviews .thumb-wrap iframe {
    border: 0;
    vertical-align: middle;
    width: 763px;
    height: 434px
}

.main-reviews .img-wrapper {
    text-align: center
}

.main-reviews .img-wrapper img {
    display: inline-block
}

.main-reviews .slick-next, .main-reviews .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.main-reviews .slick-prev {
    left: -50px
}

.main-reviews .slick-prev:before {
    content: url(../img/reviews/arr-r-left.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-reviews .slick-prev:hover:before {
    content: url(../img/reviews/arr-r-left-a.png)
}

.main-reviews .slick-next {
    right: -50px
}

.main-reviews .slick-next:before {
    content: url(../img/reviews/arr-r-right.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-reviews .slick-next:hover:before {
    content: url(../img/reviews/arr-r-right-a.png)
}

.main-reviews .slider-reviews .slick-dots {
    top: 108%;
    left: 50%;
    margin-left: -92px;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px
}

.main-reviews .slider-reviews-block .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3b4047;
    box-sizing: border-box;
    margin: 5px
}

.main-reviews .slider-reviews-block .slick-dots li button {
    display: none
}

.main-reviews .slider-reviews-block .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #3b4047
}

.warranty {
    background-color: #323232;
    color: #fff;
    padding-bottom: 55px;

    .warcol-2 {
        padding-left: 15px
    }
}

.warranty h2 {
    color: #fff;
    margin-bottom: 40px
}

.warranty .list li {
    font-size: 24px;
    padding-left: 45px;
    margin-bottom: 28px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left 0
}

.main-contacts {
    text-align: center
}

.main-contacts p {
    margin-bottom: 60px
}

.main-contacts .item {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

.main-contacts .item.item_large {
    background-color: #f4f3f3;
    padding-left: 30px;
    padding-right: 35px
}

.main-contacts .item.item_large .teaser {
    text-align: right
}

.main-contacts .item:last-child {
    padding-left: 180px
}

.main-review {
    &:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 34%;
        bottom: 11%;
        background: #f3f3f3;
        opacity: .5
    }

    .slide-image {
        flex-shrink: 0;
        img {
            width: 100%;
            height: auto;
        }
    }

    .swiper-button-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;

        .pager {
            display: flex;
            align-items: center;
            margin-top: -15px;
            font-size: 23px;

            .current-slide {
                display: flex;
                align-items: center;

                &:after {
                    content: '';
                    width: 32px;
                    height: 1px;
                    background: #333;
                    margin: 0 10px;
                    display: block
                }
            }
        }

        .swiper-button-next, .swiper-button-prev {
            position: static;

            &:after {
                border: 1px solid #333;
                background: #333
            }
        }

        .swiper-button-next {
            &:after {
                content: url("../img/reviews/arr-right-white-s.svg")
            }
        }

        .swiper-button-next.swiper-button-disabled {
            &:after {
                content: url("../img/reviews/arr-right-s.svg")
            }
        }

        .swiper-button-prev {
            &:after {
                content: url("../img/reviews/arr-left-white-s.svg")
            }
        }

        .swiper-button-prev.swiper-button-disabled {
            &:after {
                content: url("../img/reviews/arr-left-s.svg")
            }
        }
    }
}

.main-contacts .item .text {
    text-transform: uppercase;
    font-family: novabold, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 15px
}

.main-contacts .item .phone {
    font-size: 40px;
    font-family: proximaBold, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 13px
}

.main-contacts .item .chat, .main-contacts .item .email, .main-contacts .item .show_number {
    text-decoration: underline;
    font-family: proximaBold, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 13px
}

.main-contacts .item .chat:hover, .main-contacts .item .email:hover, .main-contacts .item .show_number:hover {
    text-decoration: none
}

.main-contacts .item:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-contacts .item:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-contacts .item:nth-child(3) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

#callback, #order {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    -webkit-overflow-scrolling: touch
}

#callback, #order {
    .popup-modal-dismiss {
        position: absolute;
        top: -20px;
        right: 20px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease
    }
}

.no-touch .popup-modal-dismiss:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#callback, #order {
    .h1 {
        color: #fff
    }
}

#callback, #order {
    p {
        color: #fff;
        margin-bottom: 53px
    }
}

#callback, #order {
    .submit-block {
        padding-left: 0
    }
}

#callback, #order {
    .submit-block .submit {
        background-color: #fd0
    }
}

#callback, #order {
    .input, .select {
        background-color: transparent;
        border: 0;
        height: 48px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        text-indent: 2px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        color: #fff
    }
    .input {
        padding: 0 4px;
    }
    .select {
        padding: 0 8px 0 0;
        color: #fff;
        outline: none;
        background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.29289 4.79289C3.68342 5.18342 4.31658 5.18342 4.70711 4.79289L7.2929 2.20711C7.92286 1.57714 7.47669 0.5 6.58579 0.5L1.41421 0.5C0.523309 0.5 0.077142 1.57714 0.707107 2.20711L3.29289 4.79289Z' fill='%23979797'/%3E%3C/svg%3E") no-repeat 95% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0 !important;

        &:invalid {
            color: #979797;
        }

        option {
            background: #323232;
        }
    }
}

#callback, #order {
    .input::-webkit-input-placeholder,
    .select::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .6)
    }
}

#callback, #order {
    .input::-moz-input-placeholder,
    .select::-moz-input-placeholder {
        color: rgba(255, 255, 255, .6)
    }
}

#callback, #order {
    .input::-ms-input-placeholder,
    .select::-ms-input-placeholder {
        color: rgba(255, 255, 255, .6)
    }
}

#callback .input:active, #callback .input:focus, #callback .input:hover,
#callback .select:active, #callback .select:focus, #callback .select:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 700
}

#order .input:active, #order .input:focus, #order .input:hover,
#order .select:active, #order .select:focus, #order .select:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 700
}

#callback .input:active::-webkit-input-placeholder, #callback .input:focus::-webkit-input-placeholder, #callback .input:hover::-webkit-input-placeholder,
#callback .select:active::-webkit-input-placeholder, #callback .select:focus::-webkit-input-placeholder, #callback .select:hover::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700
}

#order .input:active::-webkit-input-placeholder, #order .input:focus::-webkit-input-placeholder, #order .input:hover::-webkit-input-placeholder,
#order .select:active::-webkit-input-placeholder, #order .select:focus::-webkit-input-placeholder, #order .select:hover::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700
}

#callback .input:active::-moz-input-placeholder, #callback .input:focus::-moz-input-placeholder, #callback .input:hover::-moz-input-placeholder,
#callback .select:active::-moz-input-placeholder, #callback .select:focus::-moz-input-placeholder, #callback .select:hover::-moz-input-placeholder {
    color: #fff;
    font-weight: 700
}

#order .input:active::-moz-input-placeholder, #order .input:focus::-moz-input-placeholder, #order .input:hover::-moz-input-placeholder,
#order .select:active::-moz-input-placeholder, #order .select:focus::-moz-input-placeholder, #order .select:hover::-moz-input-placeholder {
    color: #fff;
    font-weight: 700
}

#callback .input:active::-ms-input-placeholder, #callback .input:focus::-ms-input-placeholder, #callback .input:hover::-ms-input-placeholder,
#callback .select:active::-ms-input-placeholder, #callback .select:focus::-ms-input-placeholder, #callback .select:hover::-ms-input-placeholder {
    color: #fff;
    font-weight: 700
}

#order .input:active::-ms-input-placeholder, #order .input:focus::-ms-input-placeholder, #order .input:hover::-ms-input-placeholder,
#order .select:active::-ms-input-placeholder, #order .select:focus::-ms-input-placeholder, #order .select:hover::-ms-input-placeholder {
    color: #fff;
    font-weight: 700
}

#online {
    position: relative;
    padding: 40px 30px;
    max-width: 1280px;
    margin: 0 auto
}

#online .mfp-close-btn-in .mfp-close {
    font-size: 46px;
    margin-top: -27px
}

#online video {
    width: 100%
}

.wrape_info {
    padding: 0 10px 20px;
    width: 50%
}

.wrape_info--media {
    display: inline-block;
    vertical-align: middle;
    width: 720px;
    max-width: 100%;
    position: relative;
    padding-bottom: 57%;
    cursor: pointer
}

.wrape_info--media::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    background: url(../img/play.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 101;
    transition: .2s
}

.wrape_info--media.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    pointer-events: none;
    z-index: -1
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.wrape_info--media:hover::before {
    transform: scale(1.2)
}

.wrape_info--media img, .wrape_info--media video {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    outline: 0;
    width: 100%;
    height: auto
}

.wrape_info--media.is-active img {
    display: none
}

.wrape_info--media.is-active::before {
    opacity: 0
}

.wrape_info span {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    color: #fff
}

.mfp-bg {
    background: #161617
}

.wrapper_video_translation {
    display: flex !important;
    flex-wrap: wrap
}

div #lhc_need_help_container {
    display: none
}

#bingc-phone-button {
    left: 2% !important
}

.confirmation {
    font-size: 24px
}

#form-1 .confirmation, #form-2 .confirmation {
    color: #000
}

#callback, #order {
    .confirmation {
        color: #fff
    }
}

#lhc_container {
    z-index: 9999999
}

#bingc-phone-button {
    z-index: 9999990
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
    right: -108px
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow {
    right: 137px
}

@media only screen and (max-width: 1800px) {
    .main-ident {
        background-position: 140% bottom
    }
}

@media only screen and (max-width: 1400px) {
    .main-about .top-part .left {
        padding-bottom: 0
    }

    .main-about .top-part .right img {
        width: 100%
    }

    .main-ident {
        background-position: 170% bottom
    }

    .main-mobile-app .app-row-2 .ar-img img {
        width: 400px;
        height: auto;
        top: 49px;
        right: -65px
    }

    .internet-shop .container .right-wrapper::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        width: 520px;
        height: 397px;
        background-image: url(../img/internet-shop/develop.png);
        position: absolute;
        bottom: -39px;
        right: 52%;
        margin-right: -570px
    }

    .footer {
        .footer-benefits {
            margin: 0 -10px
        }
    }
}

@media only screen and (max-width: 1250px) {
    .main-reviews .slick-next, .main-reviews .slick-prev {
        top: 108%
    }

    .main-reviews .slick-next {
        right: 20%
    }

    .main-reviews .slick-prev {
        left: 20%
    }
}

@media only screen and (max-width: 1200px) {
    .main-ident {
        background-position: 210% bottom
    }
}

@media only screen and (max-width: 1199px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .main_h {
        .mobile_open {
            width: 24px;
            height: 24px;
            min-width: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: 0;
            border: 0
        }

        .mobile_open span {
            width: 100%;
            max-width: 22px;
            height: 2px;
            background: #3b4047;
            position: relative;
            z-index: 2;
            transition: .1s;

            &:before {
                position: absolute;
                right: 0;
                left: 0;
                height: 100%;
                top: -7px;
                background: #3b4047;
                content: "";
                transition: all .1s
            }

            &:after {
                position: absolute;
                right: 0;
                left: 0;
                height: 100%;
                bottom: -7px;
                background: #3b4047;
                content: "";
                transition: all .1s
            }
        }

        .mobile_open--active span {
            background: transparent;

            &:before {
                background: #3b4047;
                width: 100%;
                transform: rotate(45deg);
                margin-top: 0;
                top: 0
            }

            &:after {
                background: #3b4047;
                width: 100%;
                transform: rotate(-45deg);
                margin-top: -8px;
                bottom: 0
            }
        }
    }

    .header-hide {
        padding-left: 20px;
        padding-right: 20px;
        height: 100vh;
        background: white;
        overflow: auto;
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        padding-top: 35px;
        margin-top: 97px;
        padding-bottom: 40px;
        transition: .3s;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        text-align: center;

        .menu__main {
            .menu {
                display: flex;
                flex-direction: column;
                gap: 40px;

                .menu__item a {
                    font-size: 20px;
                    font-weight: 600;
                    text-decoration: none;
                    transition-duration: .2s
                }
            }
        }
    }

    .main_h--active {
        .progress-container {
            display: none !important
        }

        .header-hide {
            transform: none;
            opacity: 1;
            visibility: visible
        }
    }

    .main-contacts .item, .main-contacts .item.item_large .teaser {
        text-align: center
    }

    .main-contacts .item:last-child {
        padding-left: 15px
    }

    .main-contacts .item.item_large {
        padding: 40px 10px
    }

    .main-contacts .item.item_large .phone {
        font-size: 32px
    }

    .main-feedback.video-container .video {
        right: 30px
    }

    .main-feedback.video-container .video .thumb-wrap iframe {
        width: 460px;
        height: 295px
    }

    .main-clients .line ul li, .main-clients .line.first ul li {
        margin-right: 20px
    }

    .main-ident .list li, .warranty .list li {
        font-size: 16px
    }

    .main-ident {
        background-image: none
    }

    .main-about .container .top-part .col-md-12 {
        padding-right: 0
    }

    .main-about .top-part .right {
        padding-left: 15px;
        text-align: center;
        width: 100%;
        margin-bottom: 40px
    }

    .main-about .top-part .right img {
        display: inline-block;
        width: auto
    }

    .main-about .top-part .left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 15px;

        .hidden-xs {
            display: none
        }
    }

    .main-mobile-app .app-row-1 .ar-img img {
        right: 10px;
        bottom: -70px
    }

    .main-best .col-md-12 .row {
        margin: 0 -15px
    }

    .main-works .row {
        margin: 0 -27px 0 -15px
    }

    .warranty-content {
        margin: 0 -15px
    }

    .main-review .row:last-child {
        margin-left: -15px
    }

    .seo-text h3 {
        padding-left: 15px
    }

    .seo-text .container {
        padding-left: 15px !important
    }

    .main-ident::after {
        margin-right: -800px !important
    }
}

@media only screen and (max-width: 992px) {
    .animated {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }

    .main-mobile-app .app-row-1 {
        background-color: transparent;
        padding: 10px 10px 0 10px
    }

    .ar-img img {
        display: none
    }

    .main-mobile-app h2 {
        max-width: 100%;
        text-align: center
    }

    .ar-btns {
        padding: 0;
        display: flex;
        justify-content: space-around
    }

    .ar-info div {
        margin-bottom: 50px;
        padding: 40px 0
    }

    .ar-info div::before {
        left: -100%;
        right: -100%
    }

    .app-row-2 .ar-info {
        text-align: center;
        padding-right: 0
    }

    .main-works .item img,
    .main-works .item video {
        max-height: 414px;
        max-width: 357px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper_video_translation {
        flex-direction: column
    }

    #online {
        max-width: 480px;
        padding-left: 0;
        padding-right: 0
    }

    .wrape_info {
        margin-bottom: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        width: 100%
    }

    .wrape_info--media {
        padding-bottom: 57%
    }

    .wrape_info span {
        margin-left: 0;
        margin-top: 5px
    }

    .warranty .list li {
        line-height: 1.8
    }

    #callback, #order {
        .popup-modal-dismiss {
            top: -50px
        }
    }

    .warranty {
        text-align: center
    }

    .warranty .list li {
        text-align: left
    }

    .main-clients p {
        margin-bottom: 55px
    }

    #callback, #order {
        margin: 80px auto
    }

    #callback, #order {
        .h1 {
            font-size: 48px
        }
    }

    .main-works h2 {
        margin-bottom: 40px
    }

    .main-warranty h2 {
        text-align: center;
        margin-bottom: 40px
    }

    .main-feedback {
        padding-bottom: 150px
    }

    .main-feedback {
        padding: 40px 0
    }

    .main-feedback.video-container .video {
        display: none
    }

    .main-reviews .thumb-wrap {
        display: block
    }

    .main-reviews .thumb-wrap iframe {
        width: 100%
    }

    .main-warranty {
        padding-bottom: 60px
    }

    .main-reviews, .main-works {
        padding-bottom: 20px
    }

    .main-works .item:last-child {
        width: 100%
    }

    .main-works .item:last-child img {
        width: auto
    }

    .main-about .certificate-block {
        top: -160px;
        left: 50%;
        margin-left: -200px
    }

    #callback .submit-block, .main-feedback .form-callback .submit-block {
        margin-top: 40px
    }

    #order .submit-block, .main-feedback .form-callback .submit-block {
        margin-top: 40px
    }

    .main-head {
        text-align: center;
        overflow: hidden
    }

    .main-head .button {
        display: inline-block
    }

    .main-ident {
        text-align: center
    }

    .main-ident .list {
        display: inline-block
    }

    .main-ident .list li {
        text-align: left
    }

    .main-ident .button-wrapper {
        text-align: center
    }

    .main-ident .button-wrapper .button {
        display: inline-block
    }

    .main-review .row:last-child {
        margin-left: 0 !important;
        margin-right: 0
    }

    .main-review .row img {
        width: 100%
    }

    .main-who .tale-block {
        text-align: center
    }

    .main-who .tale-block .tale {
        margin-bottom: 40px
    }

    .main-who .tale-block .tale:last-child {
        margin-bottom: 0
    }

    .main_h .button-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .main_h .right {
        padding: 0
    }

    .main_h.sticky {
        top: initial;
        bottom: 0;
        margin-top: -60px;
        position: fixed
    }

    .main_h {
        height: 60px;

        .progress-container {
            display: none
        }
    }

    .main_h .logo-wrapper {
        display: none;

        .progress-container {
            display: block
        }
    }

    .main_h .right {
        text-align: center;
        width: 100%;
        justify-content: space-evenly !important
    }

    .main_h .right .phone {
        display: none
    }

    .main_h .right .phone-mobile {
        background-image: url(../img/call.png);
        background-repeat: no-repeat;
        padding-left: 21px;
        background-position: left center;
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        position: relative;
        top: initial;
        font-family: proximaBold, Arial, sans-serif;
        font-weight: bold;
    }

    .main_h .button-wrapper {
        margin-top: 0
    }

    .main_h .button-wrapper .button {
        font-size: 14px;
        width: 170px
    }

    section {
        padding: 40px 0
    }

    .main-best {
        text-align: center
    }

    .main-best .tale {
        margin-bottom: 40px
    }

    .main-best .tale:last-child {
        margin-bottom: 0
    }

    .main-about .bottom-part .left .text:last-child {
        margin-bottom: 0
    }

    .main-about .bottom-part .left, .main-about .bottom-part .right {
        padding-top: 20px
    }

    .main-about {
        text-align: center
    }

    .main-about .bottom-part {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, #fd0), color-stop(50%, #fff));
        background: -webkit-linear-gradient(top, #fd0 59%, #fff 50%);
        background: linear-gradient(to bottom, #fd0 59%, #fff 50%)
    }

    .warranty .list li {
        margin-bottom: 30px;
        background-position: left 0
    }

    footer {
        padding: 40px 0;
        margin-bottom: 60px;

        .logo-wrapper {
            margin-bottom: 30px
        }

        .col-md-12 {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start
        }

        .contacts-wrapper {
            .socials {
                width: fit-content;
                margin: 0 auto
            }
        }

        .footer-benefits {
            margin: 20px 0 0
        }
    }
}

@media only screen and (max-width: 767px) {
    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        height: 100% !important;
        overflow: hidden auto
    }

    .mfp-inline-holder .mfp-content {
        width: 100% !important
    }

    .wrape_info {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

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

    .main-warranty .warranty-slider .item .block .video iframe {
        width: 100%
    }

    .main-about .certificate-block {
        left: 280px
    }

    .main-reviews .img-wrapper img {
        width: 80%
    }

    .main-reviews h2 {
        margin-bottom: 40px
    }

    .main-reviews p {
        display: none
    }

    .main-ident .list li, .warranty .list li {
        background-position: left 0
    }

    .main-reviews .slick-prev, .main-warranty .slick-prev {
        left: 5%
    }

    .main-reviews .slick-next, .main-warranty .slick-next {
        right: 5%
    }

    .main-clients .slick-next {
        right: 10%
    }

    .main-clients .slick-prev {
        left: 10%
    }

    .main-works .slick-prev {
        left: 10%
    }

    .main-works .slick-next {
        right: 10%
    }

    .h1, h1 {
        font-size: 52px
    }

    #callback .h1, h2 {
        font-size: 36px
    }

    #order .h1, h2 {
        font-size: 36px
    }

    .main-head h1 span {
        font-size: 80px
    }

    .main-reviews .video-container {
        padding: 0
    }

    .main-about .top-part .right img {
        width: 100%
    }

    .main-head .button-wrapper {
        margin-bottom: 62px
    }

    .internet-shop h2 {
        font-size: 24px !important;
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .warranty .list li {
        text-align: left;
        font-size: 14px
    }

    .main-ident .list li br {
        display: none
    }

    .main-ident .list li {
        text-align: justify;
        line-height: 1.8
    }

    .main-head {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 20px
    }

    .main_h .button-wrapper .button {
        width: 156px
    }

    .main_h .right .phone-mobile {
        font-size: 16px
    }

    .main-about .certificate-block {
        left: 200px;
        width: 100%
    }

    .main-about .certificate-block img {
        width: 100%
    }

    #callback, #order {
        p {
            font-size: 16px
        }
    }

    .main-reviews h2 {
        font-size: 28px
    }

    .main-works h2 {
        text-align: center
    }

    .main-who h2 {
        font-size: 24px
    }

    .main-head h2 {
        line-height: 1
    }

    .warranty {
        text-align: justify
    }

    .warranty h2 {
        text-align: left
    }

    .main-reviews .thumb-wrap iframe {
        height: 300px
    }

    .main-feedback .form-callback .submit-block {
        padding-left: 15px
    }

    .main-warranty h2 {
        font-size: 38px
    }

    .works-slider-container {
        padding: 0
    }

    .main-works .works-slider .item img {
        width: 100%
    }

    .main-ident h2 {
        margin-top: 0;
        text-align: center;
        font-size: 46px
    }

    .main-ident {
        text-align: justify
    }

    .main-ident .h1 {
        margin-bottom: 30px;
        text-align: center
    }

    .main-best {
        text-align: left
    }

    .main-about .bottom-part {
        background: 0
    }

    .main-about .bottom-part .left {
        background-color: #fd0;
        padding-bottom: 40px
    }

    .main-about .bottom-part .left, .main-about .bottom-part .right {
        text-align: left
    }

    .main-about .top-part .left .text, .main-about .top-part .left p {
        text-align: left;
        margin-bottom: 15px
    }

    .main-about .top-part .left {
        padding-top: 40px
    }

    .main-about .top-part .left h2 {
        text-align: left;
        margin-bottom: 15px
    }

    #callback, #order {
        .submit-block {
            padding-left: 15px
        }
    }

    .button, .submit {
        width: 100%
    }

    .main-head h1 span {
        font-size: 46px
    }

    .calculate-price, .h1, h1 {
        font-size: 42px
    }

    .main-head h1, h2 {
        font-size: 32px
    }

    .main-head h1, .main-head p {
        margin-bottom: 15px;
        line-height: 1.1
    }

    .main-head .button-wrapper {
        margin-top: 0;
        margin-bottom: 15px
    }

    .ar-info div {
        text-align: center
    }

    .ar-btns {
        flex-direction: column;
        align-items: center
    }

    .app-row-1 .ar-info p {
        padding-left: 30px;
        padding-right: 15px
    }

    .ar-btns img:first-child {
        margin: 0 0 15px 0
    }
}

@media only screen and (max-width: 320px) {
    .main-about .certificate-block {
        top: -20px
    }

    .main-about .top-part .left p, .main-best .text, .main-who .tale-block {
        text-align: left
    }
}

.main-ident {
    position: relative;
    background-image: none
}

.main-ident::after {
    content: '';
    width: 1000px;
    height: 667px;
    background: url(../img/identify/bg.webp);
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -880px;
    z-index: -1
}

.video_wrap {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.wrap_container {
    overflow-x: hidden
}

.main-head .container {
    text-align: center
}

.main-head .button-wrapper {
    margin: 0;
    padding-bottom: 180px
}

.main-head .button-wrapper a {
    margin: 0 auto
}

.col-md-12 .button-wrapper span {
    top: 19px
}

.main-head .col-md-12 .button-wrapper span {
    top: 14px
}

.col-md-12 .button-wrapper a {
    width: 417px;
    height: 68px;
    font-size: 24px
}

.warranty .list li .underline {
    border-bottom: 2px #fff dashed
}

.main-head .col-md-12 .button-wrapper a {
    width: auto;
}

.main_h .col-md-12 .button-wrapper a {
    font-size: 16px
}

.main-head {
    padding: 0
}

.main-head .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    .row:nth-child(3) {
        position: absolute;
        bottom: 40px
    }
}

.main-head h1 {
    line-height: 140%
}

.main-head .button-wrapper {
    padding-bottom: 0
}

.no-touch .button:hover, .no-touch .submit:hover {
    color: #fff
}

@media screen and (max-width: 580px) {
    .main-head .col-md-12 .button-wrapper a {
        width: auto;
        font-size: 16px;
        &.button {
            padding-left: 1.4em;
            padding-right: 1.4em;
        }
    }

    .ar-info div .button-wrapper a {
        width: 290px
    }

    .col-md-12 .button-wrapper span {
        top: 24px
    }

    .main-head .col-md-12 .button-wrapper span {
        top: 20px
    }

    .main_h .col-md-12 .button-wrapper a {
        font-size: 14px
    }

    .col-md-12 .button-wrapper a {
        width: 290px;
        font-size: 18px
    }
}

.mfp-fade.mfp-bg {
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-content {
    text-align: center
}

.certificate-popup {
    display: none
}

.mfp-content .certificate-popup {
    display: inline-block;
    visibility: visible !important;
    position: static;
    text-align: center
}

.mfp-content .certificate-popup img {
    width: 100%
}

a.certificate, a#certificate {
    display: inline-block;
    height: 31px
}

.warranty {
    position: relative
}

#certificate-popup {
    display: block;
    background-color: #fff;
    padding: 14px;
    position: fixed;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    z-index: 1001;
    width: auto
}

header video {
    background: url(../img/header-bg.jpg) no-repeat 0 16px;
    background-size: 100% 100%
}

.col-md-12 .button-wrapper a {
    height: 68px
}

.col-md-12 .button-wrapper span {
    top: 17px
}

.button-next a[href='#about'] > .text {
    text-transform: uppercase
}

@media screen and (max-width: 1200px) {
    .main-head h1 {
        font-size: 54px;
        /*margin: 0*/
    }

    .main-head h1 span {
        font-size: 70px
    }

    .main-clients .container.hidden-sm.hidden-xs ul {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .warranty .certificate-block {
        top: -20%
    }
    #online-chat-wrapper .b-callback__icon:nth-of-type(2){
        margin-top: -70px !important;
    }
}

@media screen and (max-width: 990px) {
    .main-head h1 .hidden-md {
        display: none
    }

    .main-head h1 span .hidden-md {
        display: block
    }

    .main-ident::after {
        content: none
    }
}

@media screen and (max-width: 580px) {
    .col-md-12 .button-wrapper span {
        top: 20px
    }
}

@media screen and (min-width: 992px) {
    .main-works .container div.row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-works .container div.row:nth-child(2) video {
        width: 100%
    }

    .main-benefits {
        padding: 25px 0
    }

    .main-benefits .benefits-item:not(:last-child) {
        margin-bottom: unset
    }

    .warranty {
        padding-top: 80px;

        .row {
            line-height: normal
        }
    }



    footer .contacts-wrapper {
        .socials {
            .facebook:hover svg {
                background: #0d61a9
            }

            .telegram:hover svg {
                background: #2cafef
            }

            .instagram:hover svg {
                background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
            }

            .tiktok:hover svg {
                background: #212121
            }

            .tiktok:hover svg path {
                filter: drop-shadow(2px 2px 0 #ee1d52)
            }
        }
    }
}

@media only screen and (max-width: 767px) {
    .main-feedback .h1.calculate-price {
        font-size: 36px
    }

    .main-feedback p {
        font-size: 20px;
        margin-bottom: 24px
    }

    .warranty .col-md-6 .list {
        max-width: 570px;
        display: inline-block
    }

    .main-works .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000
    }

    .main-works .slick-next {
        right: 25px
    }

    .main-works .slick-prev {
        left: 13px
    }
}

@media screen and (max-width: 812px) {
    .col-md-12 .button-wrapper a {
        height: 48px
    }

    .col-md-12 .button-wrapper span {
        top: 14px
    }

    .main-head h1 span .hidden-md {
        display: none
    }

    /*.main-head {
        min-height: 50vh
    }*/

    /*.main-head .container {
        min-height: 100vh
    }*/

    .main-head h1 {
        font-size: 38px;
        line-height: 1.3
    }

    .main-head h1 span {
        font-size: 38px
    }

    .col-md-12 .button-wrapper a {
        font-size: 16px
    }
}

@media only screen and (max-width: 620px) {
    .main-reviews h2 {
        font-size: 28px
    }

    /*.main-head {
        min-height: 50vh
    }*/

    /*.main-head .container {
        min-height: 100vh
    }*/

    .main-head h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 35px;
    }

    .main-head h1 span {
        font-size: 28px
    }

    body #online-chat-wrapper.b-callback {
        margin: 0 !important;
        bottom: 120px !important;
        right: 10px !important
    }
}

@media only screen and (max-width: 480px) {
    .main-who h2 {
        text-align: center
    }

    .main-who h2 + p {
        font-size: 16px
    }

    .main-who p, .main-who .img-wrapper {
        text-align: center
    }

    .main-ident h2 {
        font-size: 28px
    }

    .main-ident .list li {
        text-align: left
    }

    .main-ident .h1 {
        font-size: 32px
    }

    .main-reviews h2 {
        font-size: 24px
    }

    .warranty h2 {
        text-align: center
    }

    .main-works h2 {
        font-size: 21px
    }

    .main-works .works-slider .item video, .main-works .works-slider .item img {
        width: 60%;
        height: auto;
    }

    .main-warranty h2 {
        font-size: 24px
    }
}

@media only screen and (max-width: 360px) {
    .main-feedback .h1.calculate-price {
        font-size: 28px
    }

    .main-feedback p {
        font-size: 18px;
        margin-bottom: 24px
    }

    .main-reviews h2 {
        font-size: 20px
    }
}

.main-head .col-md-12 .button-wrapper a {
    height: 68px;
    padding: .7em 1.4em;
    color: #3b4047
}

.button.popup-with-form {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.button.popup-with-form:hover {
    animation-name: hvr-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.button.popup-with-form:before {
    content: none
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.main_h .right {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.slider-reviews-block .item p {
    font-size: 16pxtransition: all .2s ease;
    max-height: 180px;
    overflow: hidden
}

.main-reviews .slick-slide.slick-current .item:hover .text-wrapper p {
    max-height: 400px
}

.slider-reviews-block .item .name {
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px
}

.slider-reviews-block {
    display: flex
}

.slider-reviews-block .item {
    flex-shrink: 0;
    text-align: left;
    padding: 40px 35px;
    max-width: 435px;
    background: #FFF;
    border: 1px solid #e8edf2;
    box-sizing: border-box;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all .2s ease
}

.wrap_rews .video-container {
    display: flex;
    min-width: 0
}

.wrap_rews .video-container .slider-reviews-block {
    flex-shrink: 0;
    width: 100%
}

.wrap_rews .video-container .slick-slide.slick-current .item:before {
    content: none
}

.main-reviews .thumb-wrap iframe {
    width: 659px;
    height: 380px
}

.main-reviews .slick-slider .slick-list, .main-reviews .slick-slider .slick-track {
    margin-left: -2px;
    padding-left: 2px;
    z-index: 3
}

.main-reviews .thumb-wrap {
    margin-right: 30px;
    margin-top: 45px
}

.main-reviews .slick-next, .main-reviews .slick-prev {
    top: auto;
    bottom: -60px;
    width: 50px;
    height: 50px;
    z-index: 4;
    transition: all .3s;
    background-color: #fff
}

.main-reviews .slick-next:hover, .main-reviews .slick-prev:hover {
    background: #262626
}

.main-reviews .slick-next {
    left: unset;
    right: 10px
}

.main-reviews .slick-prev {
    left: unset;
    right: 60px
}

.main-reviews p {
    margin-bottom: 68px
}

.wrap_rews .video-container .slick-slide.slick-current > div {
    position: absolute
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover {
    z-index: 5
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover .text-wrapper p {
    max-height: 400px
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover .show-more::before {
    transform: rotate(-90deg);
    transition: all .2s ease;
    right: -28px;
    top: 6px;
    transition: all .2s ease
}

z .main-reviews .sub-title {
    position: relative
}

.main-reviews .reviews-date {
    font-size: 16px;
    color: #979797
}

.main-reviews .reviews-link {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.main-reviews .sub-title:before {
    position: absolute;
    content: '';
    width: 111px;
    left: 0;
    right: -188px;
    margin: auto;
    bottom: -108px;
    height: 157px;
    background: url(../img/reviews/commas.svg) center center no-repeat
}

@media only screen and (max-width: 1169px) {
    .wrap_rews .video-container {
        flex-direction: column
    }

    .wrap_rews .video-container .slider-reviews-block {
        flex-direction: column;
        margin-top: 30px
    }

    .wrap_rews .video-container .slider-reviews-block .slick-dots {
        margin-top: 30px
    }

    .main-reviews .slick-next {
        left: auto;
        right: 60px
    }

    .wrap_rews .video-container .slick-slide .item:before {
        content: none
    }

    .main-reviews .slick-slider .slick-list, .main-reviews .slick-slider .slick-track {
        padding: 0 !important
    }

    .slider-reviews-block .item {
        box-shadow: none;
        max-width: none
    }

    .main-reviews .hiden-wrap .text-wrapper p {
        overflow: visible;
        max-height: none
    }

    .wrap_rews .video-container .slick-slide.slick-current .item {
        position: relative
    }

    .main-reviews .thumb-wrap {
        margin-right: 0
    }

    .wrap_rews .video-container .slick-slide.slick-current .item {
        left: 0
    }

    .main-reviews .slick-next, .main-reviews .slick-prev {
        bottom: -9px
    }

    .wrap_rews .video-container .slick-slide.slick-current > div {
        position: unset
    }
}

@media only screen and (max-width: 769px) {
    .main-reviews .hiden-wrap .text-wrapper p {
        display: block
    }

    .main-reviews .thumb-wrap {
        margin-top: 0
    }

    .main-reviews .thumb-wrap iframe {
        width: 100%
    }

    .main-reviews .slick-next {
        right: 5px
    }

    .main-reviews .hiden-wrap .text-wrapper p {
        text-align: justify
    }

    .slider-reviews-block .item {
        padding: 30px 25px
    }

    .slider-reviews-block .item.video-item {
        padding: 15px;
        display: flex !important;
        justify-content: center
    }

    .slider-reviews-block .video-item iframe {
        border: 0;
        min-height: 300px;
        width: 100%
    }
}

@media screen and (min-width: 769px) {
    .slick-initialized .slick-slide {
        margin: 0 15px
    }

    .slider-reviews-block .video-item iframe {
        border: 0;
        min-height: 185px;
        width: 100%
    }

    .slider-reviews-block .item.video-item {
        padding: 15px
    }
}

@media screen and (min-width: 1169px) {
    .slider-reviews-block .slick-track {
        right: 225px;
        left: unset
    }

    .slick-initialized .slick-slide {
        margin: 0
    }

    .slider-reviews-block .video-item iframe {
        border: 0;
        width: 383px;
        height: 215px
    }

    .slider-reviews-block .item.video-item {
        padding: 30px 25px
    }
}

.slider-reviews-block .item .show-more {
    position: absolute;
    bottom: 120px;
    font-size: 14px;
    opacity: .35;
    pointer-events: none;
    transition: all .2s ease
}

.slider-reviews-block .item .show-more::before {
    content: '';
    display: block;
    background-image: url('../img/arrow-right.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    right: -20px;
    top: -1px;
    width: 30px;
    height: 22px
}

.slider-reviews-block .slick-current .item .show-more {
    opacity: 1
}

#online-chat-wrapper.b-callback {
    opacity: 0
}

.main-head .col-md-12 .button-wrapper span.hide-mobile {
    display: inline;
    position: static
}

@media screen and (max-width: 425px) {
    .main-head h1 span, .main-head h1 {
        font-size: 8vw;
        margin-bottom: 35px;
    }

    .main-head h1 .hidden-md {
        display: block
    }

    .main-head .col-md-12 .button-wrapper span.hide-mobile {
        display: none
    }

    .main-head .col-md-12 .button-wrapper a {
        padding: .7em 0;
        width: 85%
    }

    .main-head .row:nth-child(2) {
        width: 100%
    }

    .main-head .row:nth-child(2) .col-md-12 {
        padding: 0
    }

    .main-reviews .slider-reviews-block .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 4px
    }

    .main-reviews .slider-reviews-block .slick-dots .slick-active {
        transform: scale(1.2)
    }
}

.popup-img--glyanec {
    max-width: 975px;
    margin: 0 auto;
    position: relative
}

.popup-img--glyanec IMG {
    max-width: 100%;
    height: auto
}

.mfp-fade.mfp-bg {
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .95
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.inherit {
    all: inherit !important
}

.clearly {
    font-family: regular, Arial, sans-serif;
    font-weight: 400;
    text-transform: initial
}

.ex_popup.mfp-bg {
    background: #fff;
    opacity: 1
}

.exit__popup {
    text-align: center;
    font-size: 29px;
    max-width: 750px;
    margin: 0 auto;
    position: static;
    transform: none !important;
    font-family: Roboto, arial, sans-serif !important
}

.mfp-zoom-in.ex_popup {
    z-index: 100000000
}

.ep__container .mfp-close {
    right: 30px;
    top: 30px;
    position: absolute;
    text-indent: -9999px;
    background: url(../img/close.svg) no-repeat scroll center center;
    width: 19px;
    height: 19px;
    opacity: 1
}

.ep__container button[type="button"] {
    text-indent: initial;
    color: #333
}

.ep__container {
    text-align: center;
    color: #333;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ep__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 17px;
    font-family: 'roboto', 'arial', sans-serif !important
}

.ep__subtitle {
    margin-bottom: 30px
}

.ep__subtitle p span {
    font-weight: 700;
    text-decoration: underline
}

.ep__subtitle p {
    font-size: 29px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'roboto', 'arial', sans-serif !important
}

.ep__instagram {
    display: flex;
    align-items: center;
    margin: 0 0 93px;
    justify-content: center;
    align-items: center
}

.ep__instagram a {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.ep__instagram a:hover:before {
    transform: scale(1.1)
}

.ep__instagram a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(../img/insta.svg) no-repeat center;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: .5s;
    margin-right: 20px;
    background-size: 50px 50px
}

.ep__instagram a span {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 20px
}

.epy__youtube a::before {
    content: '';
    display: inline-block;
    background: url(../img/youtube.svg) no-repeat center;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: -2px 20px 0 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: .5s;
    background-size: 50px 50px
}

.epy__youtube a {
    font-size: 22px;
    color: #333;
    font-family: 'roboto', 'arial', sans-serif !important
}

.epy__youtube a:hover {
    text-decoration: underline
}

.epy__youtube a:hover:before {
    transform: scale(1.1)
}

.epy__title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'roboto', 'arial', sans-serif !important
}

.epy__subtitle {
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'roboto', 'arial', sans-serif !important
}

@media screen and (max-width: 790px) {
    .ep__container {
        padding: 0 25px
    }

    .ep__subtitle p {
        font-size: 24px
    }

    .ep__container {
        height: auto;
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 480px) {
    .epy__title, .ep__title {
        font-size: 26px
    }

    .ep__instagram a span {
        margin-left: 0;
        margin-top: 15px
    }

    .epy__youtube a:before {
        margin: 0 auto 15px
    }

    .ep__instagram a:before {
        margin: 0 0 15px
    }

    .epy__youtube a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .ep__instagram a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .slider-reviews-block .video-item iframe {
        border: 0;
        min-height: 180px;
        width: 100%
    }
}

.ep__container {
    background: #fff
}

.main-clients .line ul {
    display: flex;
    align-items: center
}

.main-clients .line ul li {
    max-width: calc(100% / 5);
    flex-grow: 1
}

.main-clients .line ul li img {
    max-width: 100%;
    height: auto
}

.main-clients .clients-slider .item .block img {
    max-height: 75px;
    max-width: 150px;
    width: auto;
    height: auto
}

.apteka img {
    width: 50%
}

.ep__container {
    height: 80vh
}

.mfp-bg.mfp-zoom-in.mfp-ready {
    background: rgba(22, 22, 23, 0.86) !important
}

.mfp-inline-holder .mfp-content {
    width: 80%
}

.ep__container .mfp-close {
    line-height: 1
}

.main-feedback .h1 {
    position: relative;
    z-index: 7;
}

.main-seo .scroll-box {
    height: 200px;
    box-shadow: none !important;
    outline: none !important
}

.main-seo h2 {
    margin-bottom: 30px
}

.main-seo h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

.main-seo p {
    margin-bottom: 15px;
    font-size: 14px
}

.main-seo .list {
    padding-left: 15px
}

.main-seo .list li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
    background-image: url(../img/identify/check.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 15px
}

.main-seo .list li span {
    font-weight: bold;
    display: block
}

.main-seo .jspVerticalBar {
    width: 5px
}

.jspTrack {
    background: #e8edf2
}

.jspDrag {
    background: #fd0
}

.main-seo .container {
    position: relative
}

.main-seo .container:before {
    width: 210px;
    height: 210px;
    background: #fff;
    box-shadow: -9px -9px 0 rgba(0, 0, 0, 0.05);
    content: '';
    position: absolute;
    left: -55px;
    top: -20px;
    z-index: -1
}

.error div {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: left;
    padding: 1px;
    color: #e06666;
    top: 50px
}

.errorval .select,
.errorval .input {
    border-bottom: 1px solid #e06666 !important
}

.errorval {
    position: relative
}

.errorval::before {
    background: url('img/error.svg') no-repeat center;
    content: '';
    width: 30px;
    height: 30px;
    right: 20px;
    top: 10px;
    position: absolute;
    background-size: 25px
}

.seo-text h3 {
    margin: 0 0 30px
}

.seo-text h4 {
    margin: 0 0 20px;
    font-size: 20px
}

.seo-text p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px
}

.seo-text li {
    list-style-type: initial;
    font-size: 20px;
    margin: 15px 0;
    margin-left: 35px
}

.seo-text .container {
    max-height: 250px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-right: 30px;
    padding-left: 0
}

.seo-text .container::-webkit-scrollbar {
    margin-right: 10px;
    width: 8px;
    min-height: 50px;
    background: rgba(255, 221, 0, 0.1)
}

.seo-text .container::-webkit-scrollbar-thumb {
    background-color: #fd0;
    min-height: 30px;
    max-height: 30px;
    border-radius: 6px
}

.numeric li {
    list-style-type: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*transition: background-color 9999s ease-in-out 0s;*/
    /*-webkit-text-fill-color: #fff !important;*/
    transition: background-color 0s 600000s, color 0s 600000s !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255, 0) inset;
}

input {
    color-scheme: dark;
}

.ajax-progress-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(51, 51, 51, 0.8);
    background-image: none;
    border-radius: 0;
    z-index: 1261
}

.ajax-progress-fullscreen::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    border: 6px solid #fd0;
    border-color: #fd0 transparent #fd0 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.scroll-top {
    display: none;
    background-color: #fd0;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #000;
    width: fit-content;
    position: fixed;
    bottom: 120px;
    left: 50px;
    cursor: pointer;
    z-index: 1000;
    transition: all .35s;
    transform: translate(-50%, 50%)
}

.scroll-top:hover {
    border-radius: 50%
}

.static {
    position: absolute;
    bottom: auto;
    top: -130px
}

.scroll-top::before {
    content: '';
    background: url("../img/reviews/arr-right2.svg") no-repeat center;
    background-size: 20px 15px;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
    color: #3b4047
}

.internet-shop {
    position: relative;
    display: block;
    background: #424445
}

.internet-shop .container {
    display: flex
}

.internet-shop h2 {
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 50px
}

.links {
    display: flex;
    flex-direction: column;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #424445
}

.first-link {
    width: 100%;
}

.first-link a {
    display: block;
    padding: 17px 40px;
    background: #fff;
    max-width: 510px;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: opacity .3s;
    text-align: center;
}

.first-link a:hover {
    opacity: .6
}

.second-link a {
    display: block;
    padding: 17px 43px;
    background: #fd0;
    max-width: 510px;
    font-size: 24px;
    text-align: center
}

.shine {
    --shine-color: rgba(127, 62, 62, 0.5);
    transition: all .3s cubic-bezier(0, 1.22, 0.67, 1.17);
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0), 0.5em .5em 1em 0 rgba(0, 0, 0, 0), 0 -3px 0 0 rgba(0, 0, 0, 0.15) inset;
    position: relative;
    transform-style: preserve-3d;
    transform: scale(var(--s, 1)) rotateX(calc(((var(--y) - 50) * -1) * 0.25deg)) rotateY(calc(((var(--x) - 50)) * 0.25deg)) translateZ(var(--z, 0.1em));
    color: var(--shine-color)
}

.shine::before, .shine::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    transform: translate(-50%, -50%)
}

.shine::after {
    width: calc(100% + 2em);
    height: calc(100% + 2em)
}

.shine::before {
    background-image: linear-gradient(to right bottom, transparent 25%, rgba(255, 255, 255, 0.25), transparent 75%);
    background-size: 200% 200%;
    background-position: calc(var(--x) * 1%) calc(var(--y) * 1%);
    transform: translate(-50%, -50%);
    transition: all .3s cubic-bezier(0, 1.22, 0.67, 1.17);
    border-radius: inherit
}

.shine span {
    position: relative;
    z-index: 1;
    display: block;
    transform: translateZ(0);
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
}

.shine span::before {
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    position: absolute;
    transform: translate(-1px, -1px) translateZ(0);
    color: #3b4047;
    content: attr(data-title)
}

.shine:hover {
    --s: 1.05;
    --z: 1em;
    box-shadow: .5em .5em 1em 0 rgba(0, 0, 0, 0.1), 0 -3px 0 0 rgba(0, 0, 0, 0.15) inset
}

.shine:hover span::before {
    transform: translate(-1px, -1px) translateZ(1em)
}

.right-wrapper::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 800px;
    height: 556px;
    background-image: url(../img/internet-shop/develop.png);
    position: absolute;
    bottom: -55px;
    right: 30%;
    margin-right: -580px
}

.main-site {
    background: #424445;
    display: block;
    padding: 30px 0
}

.main-site span {
    color: #fd0
}

.main-site p {
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
    width: 346px
}

.main-site .main-text p {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 15px;
    width: unset
}

.main-site .container {
    display: flex
}

.wrapper-right {
    font-size: 14px;
    display: flex;
    margin-left: 92px
}

.wrapper-right p {
    width: 195px
}

.wrapper-right img {
    height: 25px;
    margin-bottom: 7px
}

.starlink {
    margin-right: 20px
}

.rating {
    display: flex;
    align-items: center
}

.rating-img {
    margin-right: 40px
}

.rating p {
    margin-bottom: 0;
    line-height: 1.5;
    color: #424445
}

.our-reviews p, .our-reviews h2 {
    text-align: center
}

.number {
    font-weight: 600;
    font-size: 48px
}

.number-second {
    font-weight: 400;
    font-size: 20px;
    margin-top: 14px
}

.star {
    text-align: center
}

.main-review .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.main-review .row:last-child {
    margin-top: 30px;
    margin-left: -35px
}

.main-review .swiper {
    overflow: visible;
    position: relative;
    width: 70%;
}

.main-review .swiper-button-next.swiper-button-disabled, .main-review .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.main-review .swiper-button-next.swiper-button-disabled:after, .main-review .swiper-button-prev.swiper-button-disabled:after {
    background-color: #fff
}

.main-review .swiper-button-prev:after {
    content: url(../img/reviews/arr-left2.svg);
    background-color: #fedd03;
    padding: 8px 18px 16px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.10))
}

.main-review .swiper-button-next:after {
    content: url(../img/reviews/arr-right2.svg);
    background-color: #fedd03;
    padding: 8px 18px 16px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.10))
}

.swiper-wrapper {
    max-width: 385px
}

.swiper-button-prev, .swiper-button-next {
    color: unset !important;
    top: 93% !important
}

.swiper-button-prev {
    left: unset !important;
    right: 54px !important
}

@media screen and (min-width: 992px) {
    .first-link a {
        margin-left: 0;
    }

}


@media screen and (max-width: 1200px) {
    .main-head .col-md-12 .button-wrapper a {
        height: auto
    }

    .main-site .main-text p {
        font-size: 29px
    }

    .our-reviews h2 {
        font-size: 42px
    }
}

@media screen and (max-width: 1080px) {
    .links {
        font-size: 16px
    }

    .first-link a {
        padding: 16px 54px;
    }

    .second-link {
        width: 100%
    }

    .second-link a {
        padding: 16px 38px
    }

    .main-site .main-text p {
        font-size: 24px
    }

    .main-site p {
        font-size: 16px
    }
}

.right-wrapper img {
    display: none
}

@media screen and (max-width: 991px) {
    .main_h .logo-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 15px
    }

    .main-who h2 {
        text-align: center
    }

    .internet-shop {
        padding-bottom: 0
    }

    .internet-shop .container .right-wrapper::after {
        display: none
    }

    .internet-shop h2 {
        text-align: center;
        margin-bottom: 30px
    }

    .main-mobile-app {
        padding-bottom: 40px
    }

    .links {
        flex-direction: column;
        align-items: center
    }

    .first-link a {
        max-width: 493px;
    }

    .second-link a {
        margin: 0 auto;
        max-width: 493px
    }

    .right-wrapper {
        display: flex;
        justify-content: center
    }

    .right-wrapper::after {
        content: unset
    }

    .right-wrapper img {
        display: block;
        width: 331px;
        height: auto;
        margin-bottom: -25px
    }

    .internet-shop .container {
        display: block
    }

    .main-site {
        text-align: center
    }

    .main-site .container {
        display: flex;
        flex-direction: column
    }

    .wrapper-right {
        font-size: 14px;
        display: flex;
        margin-left: 0;
        justify-content: center
    }

    .main-site .main-text p {
        margin-bottom: 40px;
        width: unset
    }

    .main-site p {
        width: unset
    }

    .starlink, .solar {
        max-width: 260px
    }

    .wrapper-left {
        margin-bottom: 40px
    }

    .main-review:after {
        display: none
    }

    .main-review .container {
        flex-direction: column;
        position: relative
    }

    .main-review .row:last-child {
        margin-top: 40px
    }

    .main-review .swiper {
        overflow: hidden
    }

    .main-review .our-reviews h2 {
        max-width: unset;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px
    }

    .rating-img {
        margin-right: 0
    }

    .star {
        text-align: center
    }

    .main-review .container {
        align-items: center
    }

    .rating {
        flex-direction: column
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, 0.2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, 0.2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, 0.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
  animation-fill-mode: both;
}



.errorval:has(.select-communication)::before {
    background: unset;
    content: none;
}

.errorval:has(.select-convenient-time)::before {
    background: unset;
    content: none;
}

.errorval:before {
  z-index: 5;
  pointer-events: all;
}
.errorval {

  .error {
    opacity: 0;
    transition: opacity 0.2s;
    div {
      position: absolute;
      text-align: left;
      right: 30px;
      padding: 0.5rem;
      color: #e06666;
      border-radius: 5px;
      top: 50px;
      background: #fff;
      top: -10px;
      font-weight: bold;
    }
  }
  .error.open{
    opacity: 1;
  }
}
