/* Theme styles — free fonts only (Montserrat / Libre Bodoni / Great Vibes) */
@import url(bootstrap.min.css);

html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 23px;
    color: var(--c-text);
    font-weight: 400;
    background-color: #fff
}

.grecaptcha-badge {
    display: none;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.fal {
    font-weight: 300
}

.far {
    font-weight: 400
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-phone:before {
    content: "\f095"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-times:before {
    content: "\f00d"
}

.fa-minus:before {
    content: "\f068"
}

.fa-plus:before {
    content: "\f067"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-clock:before {
    content: "\f017"
}

.fa-instagram:before {
    content: "\f16d"
}

.instagram-box a,
.instagram-box a:hover {
    color: #fff !important;
}

.insta-target img {
    width: 28px;
    height: 28px;
    position: relative;
    top: 5px;
}

.wpcf7-list-item span {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.22;
    display: block;
    padding-left: 10px;
    color: #8b8b8b;
}

.wpcf7-list-item input {
    position: absolute;
    height: 14px;
    width: 14px;
    margin: 3px 0 0;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/fa/fa-brands-400.eot);
    src: url(../fonts/fa/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa/fa-brands-400.woff2) format("woff2"), url(../fonts/fa/fa-brands-400.woff) format("woff"), url(../fonts/fa/fa-brands-400.ttf) format("truetype"), url(../fonts/fa/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/fa/fa-light-300.eot);
    src: url(../fonts/fa/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/fa/fa-light-300.woff2) format("woff2"), url(../fonts/fa/fa-light-300.woff) format("woff"), url(../fonts/fa/fa-light-300.ttf) format("truetype"), url(../fonts/fa/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/fa/fa-regular-400.eot);
    src: url(../fonts/fa/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa/fa-regular-400.woff2) format("woff2"), url(../fonts/fa/fa-regular-400.woff) format("woff"), url(../fonts/fa/fa-regular-400.ttf) format("truetype"), url(../fonts/fa/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(../fonts/fa/fa-solid-900.eot);
    src: url(../fonts/fa/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa/fa-solid-900.woff2) format("woff2"), url(../fonts/fa/fa-solid-900.woff) format("woff"), url(../fonts/fa/fa-solid-900.ttf) format("truetype"), url(../fonts/fa/fa-solid-900.svg#fontawesome) format("svg")
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000
}

.title-bottom {
    margin-bottom: 25px !important;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .5px
}

.video br {
    display: none !important
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video--enabled {
    cursor: pointer
}

.video--enabled .video__button {
    display: block
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

#popmake-2823 {
    padding: 0;
    width: 800px !important;
    height: 420px !important;
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    top: 50% !important
}

#popmake-2823 .pum-content+.pum-close {
    background-color: #fff;
    left: auto;
    top: 10px;
    color: #333;
    border-radius: 50%;
    right: 10px;
    font-size: 30px
}

.video--enabled {
    border-radius: 20px
}

.wpcf7-mail-sent-ok {
    display: none !important
}

.wpcf7-validation-errors {
    display: none !important
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

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

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--c-accent)
}

::selection {
    background-color: var(--c-accent);
    color: #fff
}

-webkit-::selection {
    background-color: var(--c-accent);
    color: #fff
}

::-moz-selection {
    background-color: var(--c-accent);
    color: #fff
}

iframe {
    max-width: 100%
}

img,
select {
    max-width: 100%
}

.admin_bar .navbar-desctop.affix {
    top: 32px
}

.h4,
h4 {
    font-size: 1.125em;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff
}

.h5,
h5 {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

.h6,
h6 {
    font-weight: 400;
    font-size: .78em;
    font-weight: 400;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 1.6em
}

b,
label,
strong,
th,
ul {
    list-style: none;
    padding-left: 0
}

a {
    color: var(--c-accent);
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:focus,
a:hover {
    color: var(--c-accent-dark);
    outline: 0;
    text-decoration: none
}

a:focus {
    text-decoration: none
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .08)
}

table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    border-top: 0
}

textarea {
    height: 7.9em;
    padding-top: 1.1em;
    resize: none
}

input[type=email]:focus,
input[type=password]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #83ae6d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(197, 164, 126, .075, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(197, 164, 126, .075, .6)
}

input::-moz-placeholder {
    color: var(--c-text);
    opacity: 1
}

input:-ms-input-placeholder {
    color: var(--c-text)
}

input::-webkit-input-placeholder {
    color: var(--c-text)
}

input.error {
    border-color: #83ae6d
}

textarea::-moz-placeholder {
    color: var(--c-text);
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: var(--c-text)
}

textarea::-webkit-input-placeholder {
    color: var(--c-text)
}

.form-group {
    margin-bottom: 10px
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal
}

label.error {
    display: none !important
}

button:active,
button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.float-shadow {
    display: block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

.float-shadow:hover,
.float-shadow:focus,
.float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.float-shadow:hover:before,
.float-shadow:focus:before,
.float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.uslugi .comandSlider__item {
    margin: 10px 10px;
}

.brand-color {
    color: var(--c-accent-2);
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: var(--c-text);
    text-align: center
}

.layout {
    position: relative;
    overflow: hidden
}

.perenos {
    color: #fff !important
}

.text-primary {
    padding-top: 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    font-weight: 100;
    color: #fff
}

.page-lines {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1
}

.page-lines .col-line {
    padding: 0
}

.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: rgba(255, 255, 255, .08)
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0
}

.row-base {
    margin-top: -3em
}

.col-base {
    margin-top: 2em
}

.navbar-desctop {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px
}

.navbar-desctop.affix {
    position: absolute;
    top: 0;
    padding: 0;
    background-color: rgba(50, 50, 50, .95)
}

.navbar-mobile {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6vmin 0
}

.navbar-mobile.affix {
    position: fixed;
    z-index: 99;
    background-color: rgb(255 255 255 / 95%);
    box-shadow: 0 6px 17px rgb(0 0 0 / 9%);
}

.blog_item {
    position: relative;
    margin-bottom: 3em;
    margin-right: 1px;
    background-color: #373737;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
    border-radius: 10px
}

.blog_item:last-child {
    margin-bottom: 0
}

.blog-thumbnail {
    position: static
}

.blog-thumbnail-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%
}

.blog-thumbnail-img img {
    border-radius: .25em .25em 0 0
}

.blog-info {
    padding: 3.3em 3em
}

.blog-title {
    font-weight: 500;
    font-size: 29px;
    line-height: 1.2;
    margin: 0 0 1.5em;
    text-align: left;
    text-transform: none;
    letter-spacing: 1px
}

.read-more {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff
}

.blog-info p {
    color: var(--c-text-2)
}

.blog-info .read-more {
    margin-top: 2.8em
}

.blog-details {
    margin-bottom: 8.3em
}

.col-secondary {
    margin-top: 89px;
    position: relative;
    left: 3px
}

.post-thumbnail {
    margin-bottom: 2.5em
}

.post-thumbnail img {
    width: 100%;
    border-radius: .25em
}

.widget {
    margin-bottom: 3.65em
}

.widget-title {
    font-weight: 500;
    font-size: 1.4em;
    text-align: left;
    margin: 0 0 1.5em 0;
    margin-top: -22px
}

.recent-post {
    margin-bottom: 1.2em;
    overflow: hidden
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post-thumbnail {
    width: 9.32em;
    float: left
}

.mobile-developer a,
.developer a {
    color: #ababab !important;
}

.mobile-developer span,
.developer span {
    color: var(--c-accent);
}

.recent-post-thumbnail img {
    border-radius: .25em;
    max-width: 100%
}

.recent-post-body {
    padding-left: 10.5em
}

.recent-post-title {
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    line-height: 1.35;
    font-weight: 500
}

.recent-post-title a {
    color: #fff
}

.recent-post-time {
    font-size: .88em;
    color: #b4b4b4;
    margin-top: .9em
}

.pagination a,
.pagination span {
    display: inline-block;
    font-size: .75em;
    line-height: 1;
    padding: .77em 1.1em .77em;
    border-radius: 2em;
    background-color: #333;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-top: .8em;
    margin: .8em .7em 0 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagination .current,
.pagination a:hover {
    background: #d8b48b;
    color: #fff;
    text-decoration: none
}

.footer {
    text-align: center;
    padding: 0
}

@media (min-width:768px) {
    html {
        font-size: 85%
    }
}

@media (min-width:992px) {
    html {
        font-size: 92%
    }

    .menu-main-container {
        float: right
    }

    .col-primary {
        padding-right: 2.2em
    }
}

.lines {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    pointer-events: none
}

.content-holder {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.lines__item {
    position: relative;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .050980392156862744)
}








.post-header h1 {
    font-size: 40px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px
}

.my-paddings {
    padding-left: 0;
    padding-right: 0
}

.main-blog .main-header h1 {
    font-size: 65px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    animation: 0
}

.blog-list .section-content {
    margin: 70px 0
}

.blog-details .btn-back {
    padding-left: 0;
    margin-top: 40px
}

.archive .main-inner,
.blog .main-inner {
    padding: 200px 0 70px
}

.line {
    border-left: 2px solid #d8b48b;
    padding-left: 15px
}

.first-text .col-md-4 {
    padding-left: 0
}

.first-text {
    padding-top: 60px
}

.my-container {
    height: 600px
}

.seo {
    padding-top: 180px;
    background: #f8f8f8;
    position: relative;
    padding-bottom: 70px;
}

.seo .leaves-3 {
    position: absolute;
    top: 200px;
}

.seo .leaves-3 img {
    width: 70%;
}

.pum-container {
    background: #fff;
    padding: 45px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 35px;
    width: 410px !important;
    height: 560px !important;
    border-radius: 20px
}

.policy {
    color: #000;
    text-decoration: underline;
}

.form-title {
    text-align: center;
    font-size: 33px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    font-family: var(--font-display-thin);
}

[type=submit] {
    position: relative;
    width: 100%;
    padding: 25px 0 !important;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
}

[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a6d789), to(#97c682));
    background-image: -o-linear-gradient(#a6d789 0, #97c682 150%);
    background-image: linear-gradient(#a6d789 0, #97c682 150%);
}

.wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    bottom: 23px;
    background-color: #ddb662
}

.pum-container .pum-content+.pum-close {
    display: block;
    top: 5px;
    font-size: 36px;
    color: var(--c-text-2);
    padding: 0;
    right: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.pum-container .pum-content+.pum-close:hover {
    color: #84af6e
}

input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 12px;
    height: 3.625em;
    padding-left: 22px;
    color: var(--c-text);
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    border-bottom: 2px solid #dedede;
    font-weight: 500;
    letter-spacing: 1px
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden !important
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    background: rgb(255 255 255 / 92%);
    padding-right: 0 !important
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: visible !important
}

.fa-times:before {
    position: relative;
    top: 1px;
    content: "\00d7"
}

.form-text {
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: .5px;
    color: var(--c-text)
}

label {
    margin-bottom: 0
}

.zakaz {
    position: relative;
    top: 10px
}

.popmake-close:hover {
    color: #fff
}

input {
    outline: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--c-text)
}

input:-webkit-autofill {
    caret-color: #fff !important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
    display: none !important
}

.swal-overlay {
    z-index: 99999999
}

.pum {
    z-index: 999 !important
}

.swal-modal {
    background-color: #fff;
    border-radius: 20px
}

.swal-overlay {
    background-color: rgb(18 18 18 / 40%) !important
}

.swal-icon--success:after,
.swal-icon--success:before {
    background: #fff
}

.swal-icon--success__hide-corners {
    background-color: #fff
}

.swal-title {
    color: var(--c-text);
    font-size: 32px;
    font-weight: 500 !important
}

.swal-text {
    font-weight: normal;
    color: var(--c-text);
    width: 80%;
    text-align: center;
}

.swal-footer {
    text-align: center;
    margin-bottom: 15px
}

.swal-button-container {
    width: 250px
}

.swal-button {
    position: relative;
    width: 100%;
    padding: 25px 0 !important;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
}

.swal-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6c68f), to(#f7cb6c));
    background-image: -o-linear-gradient(#ffd990 0, #fcbf12 100%);
    background-image: linear-gradient(#e6c68f 0, #f7cb6c 100%);
    border: none
}

.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#a6d789 0, #97c682 150%);
}

.swal-icon--success__line {
    background-color: var(--c-accent-2)
}

.swal-icon--success__ring {
    border: 4px solid var(--c-accent-2);
}

.swal-button:focus {
    box-shadow: none !important
}

.frame-btn.disabled,
.frame-btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tarkikComandSlider {
    width: 1380px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 1280px;
    padding: 0;
    list-style: none;
    text-align: center
}

.seo li {
    color: #e6c68f
}

.single h2 {
    font-size: 32px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 35px;
    text-transform: none;
    margin-top: 35px;
    letter-spacing: 0
}

@media (max-width: 400px) {
    body .cookie-container {
        line-height: 14px !important;
        font-size: 11px !important;
    }
}

@media (max-width:570px) {

    body .cookie-container {
        max-width: auto;
        width: 90%;
        line-height: 15px;
        font-size: 13px;
    }

    body .cookie-icon {
        position: absolute;
        left: -10px;
        top: -10px;
    }

    body .cookies-btn {
        padding: 8px 20px;
    }

    body .cookie-icon img {
        width: 29px;
    }

    .pum-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pum-container {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0;
    }

    body .policy-title h1 {
        font-size: 25px;
        text-transform: none;
        letter-spacing: 0;
        line-height: normal;
    }

    body .policy-info li {
        margin-bottom: 10px;
    }

    body .policy-info p {
        font-size: 15px;
        line-height: 1.25;
    }

    body .policy-info h2 {
        font-size: 22px;
    }

    body .section-policy__container {
        padding: 80px 20px 60px;
    }

    .page-id-2852 .banner__content-title {
        font-size: 29px !important;
        line-height: 38px !important;
        width: 250px !important;
        margin: 0px auto !important;
    }

    .permanent .comilfo-btn {
        margin: 0px auto;
    }

    .permanent .btn__3d {
        top: 5px !important;
        height: 100% !important;
    }

    .permanent .bottom-decor {
        display: none !important;
    }

    .master-title {
        line-height: 40px !important;
        text-align: center !important;
        padding-top: 45px !important;
        font-size: 30px !important;
    }

    .master-container__left {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .master-container__right {
        width: 100% !important;
    }

    .master-container {
        justify-content: left !important;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }

    .swal-text {
        font-weight: 100;
        font-size: 15px;
        text-align: left;
    }

    .swal-footer {
        margin-bottom: 25px;
    }

    .seo .text-container {
        padding-top: 25px !important;
    }

    .giftvoucher-bg {
        background: #f8f8f8 !important;
    }

    .accordion .contentbox {
        padding: 0 25px;
    }

    .phone-shadow {
        top: 334px !important;
        background-size: 90% !important;
    }

    .pushNav .comilfo-btn {
        width: 290px;
    }

    .price .leaves-1 {
        right: -250px !important;
    }

    .price .aftertitle {
        padding-bottom: 0;
    }

    .price {
        padding-top: 40px !important;
    }

    .price .leaves-1 img {
        width: 35% !important;
    }

    #reviews .slick-arrow {
        display: none;
    }

    .img__deco-right img {
        width: 63%;
    }

    .him-obuvi .shilo {
        right: calc(-11% - 75px + 0px) !important;
        top: 141px !important
    }

    .white-b p {
        left: 12px !important;
        top: 19px !important;
        line-height: 16px !important;
        margin: 0px auto !important;
        right: 0 !important;
        font-size: 13px;
        width: 140px !important;
    }

    .white-b {
        top: 385px !important;
        left: 0 !important;
        width: 171px;
        right: 0;
        margin: 0px auto;
    }

    .w-anim {
        width: 80px !important
    }

    .title-bottom {
        font-size: 17px !important;
        line-height: 24px !important;
        text-align: center !important;
        width: 90%;
        margin: 0 auto
    }

    .whatsapp-box {
        bottom: 20px !important;
        right: 20px !important;
        z-index: 99 !important
    }

    .pulse {
        width: 55px !important;
        height: 55px !important
    }

    #reviews {
        width: 100% !important
    }

    .single h2 {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px
    }
}

ol,
ul {
    margin-bottom: 25px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 22px;
    padding: 0;
    cursor: pointer;
    right: 8px
}

.slick-dots li button {
    display: none
}

.slick-dots li:before {
    top: 1px;
    transition: all .5s;
    content: '';
    width: 30px;
    height: 2.5px;
    background-color: #433932;
    position: absolute;
    border-radius: 250px
}

.slick-dots li.slick-active:before {
    top: 1px;
    width: 30px;
    height: 2.5px;
    background-color: #e6c68f;
    box-shadow: 0 0 30px 4px rgb(252 217 119 / 82%)
}

.slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.slick-next {
    right: 0
}

.slick-arrow {
    z-index: 3;
    top: 50%;
    height: 27px;
    width: 44px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat
}

.comandSlider__item {
    transition: box-shadow 2s;
    cursor: pointer;
    position: relative;
    margin: 0 10px
}

.navbar-mobile {
    background: #fff;
    padding: 7px 0;
    position: absolute
}

.header-phone a {
    color: var(--c-text);
    text-decoration: none
}

.logo img {
    width: 267px;
    height: auto
}

.header-navigation {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3
}

.whatsapp {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    left: -20px;
    z-index: 3
}

.whatsapp__left img {
    display: flex;
    width: 60px;
    padding-left: 0
}

.header__adress {
    position: relative;
    left: -8px
}

.online {
    position: relative
}

.online::before {
    content: '';
    border-radius: 50%;
    width: .417vw;
    height: .417vw;
    background-color: #52b060;
    position: absolute;
    top: .3vw;
    left: 5px;
    -webkit-animation: online 2s infinite;
    animation: online 2s infinite
}

.header__adress-top {
    display: flex;
    align-items: flex-start
}

.header__adress-top img {
    height: 25px;
    position: absolute;
    left: -32px;
    top: -2px
}

.header__phone-top img {
    height: 23px;
    position: absolute;
    margin-left: -34px
}

.header__adress-title,
.header__phone-title,
.whatsapp__right-title {
    font-family: var(--font-display);
    font-size: 21px;
    color: var(--c-text-2)
}

.header__adress-info,
.header__phone-info,
.whatsapp__right-info {
    color: var(--c-text-2);
    font-size: 14px
}

@-webkit-keyframes online {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes online {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.him-obuvi .banner__content-title,
.him-sumok .banner__content-title,
.pok-obuvi .banner__content-title,
.pok-sumok .banner__content-title {
    font-size: 80px
}

.banner {
    height: 800px
}

.banner__content {
    position: absolute;
    width: 70%;
    display: block;
    padding-top: 210px;
    z-index: 1
}

.banner-img {
    position: relative;
    z-index: -1
}

.img-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 297px;
    top: 45px;
    width: 100%;
    height: 850px;
    background: 45% 100%/contain no-repeat url(../images/man-shoes.png)
}

.dop-page-banner .remont-sumok .img-content:before {
    left: auto;
    top: -158px;
    width: 45%;
    background: 45% 100%/contain no-repeat url(../images/banners/remont-sumok-banner.png);
    right: -15px
}

.dop-page-banner .him-obuvi .img-content:before {
    left: auto;
    top: -55px;
    width: 75%;
    background: 45% 100%/contain no-repeat url(../images/banners/krossovki.png);
    right: -193px
}

.dop-page-banner .him-sumok .img-content:before {
    left: auto;
    top: 17px;
    width: 68%;
    background: 45% 100%/contain no-repeat url(../images/banners/sumki.png);
    right: -148px
}

.dop-page-banner .pok-sumok .img-content:before {
    left: auto;
    top: 10px;
    width: 70%;
    background: 45% 100%/contain no-repeat url(../images/banners/pokraska-sumok.png);
    right: -148px
}

.dop-page-banner .pok-obuvi .img-content:before {
    left: auto;
    top: 1px;
    width: 76%;
    background: 45% 100%/contain no-repeat url(../images/banners/pokraska-obuvi.png);
    right: -139px
}

.banner__content-beforetitle {
    color: var(--c-text);
    font-size: 34px;
    margin-bottom: 40px;
    font-family: var(--font-script);
}

.banner__content-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 65px;
    transform: translate(0, -70%);
    opacity: 0;
    transition: all 0.8s ease 0s;
    color: var(--c-text);
    font-family: var(--font-display);
    line-height: 80px;
    letter-spacing: 2px;
}

.banner__content-title span {
    color: var(--c-accent-2);
}

.bgtitle {
    position: absolute;
    font-size: 200px;
    color: rgb(0 0 0 / 2%);
    line-height: 250px;
    text-transform: uppercase;
    top: 150px;
    left: 150px;
    z-index: 0;
    font-family: var(--font-display-thin);
}

.banner__content-bgtitle span {
    position: relative;
    left: 100px
}

.banner__content-aftertitle {
    font-weight: 500;
    color: #e6c68f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    transform: translate(0, -70%);
    opacity: 0;
    transition: all 0.8s ease 0s
}

.banner__content-info {
    color: var(--c-text-2);
    width: 65%;
    font-size: 20px;
    padding-top: 45px;
    line-height: 27px
}

.comilfo-btn {
    width: 310px;
    height: 75px
}

.btn,
.btn2 {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.btn__btn .disabled,
.btn__btn[disabled] {
    cursor: not-allowed !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn2 .fa-long-arrow-right:before {
    position: relative;
    margin-left: 10px;
    top: 0
}

.btn__btn {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-accent)), to(var(--c-accent-light)));
    background-image: -o-linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 18px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 5;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn__btn:before,
.btn__btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-4em) skewX(-45deg);
    animation: slideme;
    animation-delay: 50ms;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}

.btn__btn2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: 2px solid #e8e8e8;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--c-text);
    border-radius: 18px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.mastera .slick-slide img {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.mastera-bg {
    background: url(../images/mastera-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.white-b {
    z-index: 23;
    top: 579px;
    left: calc(50% - 650px + 965px);
    pointer-events: none;
    position: absolute;
}

.white-b p {
    color: var(--c-text);
    position: absolute;
    width: 90%;
    left: 38px;
    top: 27px;
    line-height: 20px;
}

.btn__btn:hover {
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff
}

.btn__btn2:hover {
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-accent)), to(var(--c-accent-light)));
    background-image: -o-linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    color: #fff;
}

.btn2:hover .btn__3d .btn__btn2:active,
.btn__btn:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    color: #fff
}

.btn2 .btn__3d {
    display: none
}

.comilfo-btn:hover .btn__3d {
    display: block;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

.btn__3d {
    position: absolute;
    left: 0;
    top: 5px;
    width: 97%;
    height: 100%;
    background-color: var(--c-accent-dark);
    border-radius: 18px;
    -webkit-box-shadow: 0 10px 30px 0px var(--c-accent-dark)6e;
    box-shadow: 0 10px 30px 0px var(--c-accent-dark)6e;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 4;
    right: 0;
    margin: 0px auto;
}

.js-openLevel .fa-long-arrow-right:before {
    padding-left: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.fa-long-arrow-right:before {
    top: 2px;
    position: relative
}

.banner__content-oneline {
    padding-top: 60px;
    align-items: center;
}

.giftbox {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #e6c68f
}

.giftbox img {
    position: relative;
    width: 27%;
    top: 12px
}

.giftbox-info {
    width: 150px
}

.header__socials {
    position: absolute;
    right: -50px;
    top: 610px;
    transform: rotate(90deg);
    z-index: 1;
    display: none;
}

.header__socials .instagram {
    margin-left: 30px
}

.header__socials a {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--c-text-2)
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 9px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(240 201 122 / 28%);
    border-radius: 50%;
    animation: pulse-border 2.5s ease-out infinite
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -1px;
    top: 1px
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #f0c97a;
    border-radius: 50%;
    transition: all .2s;
    box-shadow: 0 0 20px rgb(240 201 122 / 33%)
}

.video-text {
    position: relative;
    top: -12px;
    left: 50px;
    display: flex;
    width: 150px;
    font-size: 14px;
    letter-spacing: .2px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-content {
    position: absolute;
    right: -50px;
    top: 370px;
    cursor: pointer;
    z-index: 1
}

.post p {
    color: var(--c-text-2)
}

.page-not-found {
    width: 80%;
    display: block;
    text-align: center;
    padding: 180px 0;
    margin: 0 auto
}

.page-not-found h1 {
    font-size: 170px;
    color: var(--c-accent);
    margin-bottom: 70px;
    font-family: var(--font-display-thin);
}

.not-found-dop {
    font-size: 33px;
    line-height: 45px;
    letter-spacing: -.5px;
    margin-bottom: 25px
}

.page-not-found .main-text {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px
}

.page-not-found .comilfo-btn {
    margin: 0 auto;
    margin-top: 20px
}

.btn-box {
    padding-top: 15px;
    display: inline-block
}

.banner__arrow {
    text-align: center;
    position: relative;
    top: -90px
}

.arrow-info {
    padding-top: 15px;
    letter-spacing: 3px;
    font-size: 14px
}

.container-arrow span {
    display: inline-block;
    font-size: 80px;
    animation: 2.5s down infinite alternate;
    -webkit-animation: 2.5s down infinite alternate
}

.down {
    width: 45px
}

.down .fa-long-arrow-down:before {
    color: #fff;
    font-size: 35px
}

.container-arrow:focus,
.container-arrow:hover {
    text-decoration: none
}

@keyframes down {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(15px)
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(15px)
    }
}

.h2-title,
h2,
h1,
.h1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: var(--c-text);
    font-family: var(--font-display);
    line-height: 62px;
    letter-spacing: 1px;
}

.h2-title,
.h3-title,
.dop-h2 {
    transform: translate(0, -80%);
    opacity: 0;
    transition: all 0.8s ease 0s
}

.h2-title._active,
h2._active,
.banner__content-title._active,
.h3-title._active,
.dop-h2._active {
    transform: translate(0, 0);
    opacity: 1
}

.aftertitle {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 17px;
    transform: translate(0, -70%);
    opacity: 0;
    transition: all 0.8s ease 0s;
    color: var(--c-text);
    font-size: 29px;
    margin-bottom: 40px;
    font-family: var(--font-script);
    letter-spacing: 1px;
}

.banner__content-aftertitle._active,
.aftertitle._active,
.beforetitle._active {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.8s ease 0.4s
}

.categories {
    padding: 0;
    overflow: hidden;
    border-radius: 25px !important
}

.categories figure {
    position: relative;
    cursor: pointer;
    border-radius: 10px !important
}

.categories figure img {
    display: block;
    width: 100%;
}

.categories figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 3.2em 2em;
    border-radius: 10px !important
}

.uslugi-title {
    font-size: 21px;
    color: #303003;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 27px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 31px;
}

.categories .text-box {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.categories .text-box p {
    color: #767676;
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    top: -8px;
}

.uslugi .dop-bg {
    position: absolute;
    z-index: -2;
    left: 38px;
    top: -79px;
    width: 40%
}

.long-container {
    width: 1280px;
    margin: 0 auto
}

.uslugi .slick-dots {
    display: none !important
}

.price .bgtitle {
    top: -85px;
    left: 393px;
    z-index: 1
}

.uslugi .bgtitle {
    top: -135px;
    left: 427px;
    z-index: 1
}

.beforetitle {
    transform: translate(0, -70%);
    opacity: 0;
    transition: all 0.8s ease 0s;
    color: var(--c-text);
    font-size: 29px;
    margin-bottom: 20px;
    font-family: var(--font-script);
    letter-spacing: 1px;
}

.giftvoucher-box .h2-title {
    text-align: left;
}

.text-container {
    padding: 30px 0;
}

.text-container p {
    color: var(--c-text-2);
    font-size: 17px
}

.giftvoucher-box .text-container p:nth-child(2) {
    margin-bottom: 15px;
}

.giftvoucher-box .after-btn {
    top: auto;
}

.giftvoucher .img img:nth-child(1) {
    position: absolute;
    max-width: 74%;
    top: -134px;
    left: 105px;
    z-index: 1;
}

.uslugi {
    padding-bottom: 40px;
}

.giftvoucher .img img:nth-child(2) {
    position: absolute;
    top: -237px;
    left: 344px;
    width: 54%;
    z-index: 0;
    animation: go-right2 10s infinite linear;
    backface-visibility: hidden;
}

.giftvoucher .img img:nth-child(3) {
    position: absolute;
    left: -120px;
    width: 66%;
    top: 120px;
    z-index: 1;
    animation: go-left2 10s infinite linear;
    backface-visibility: hidden;
}

.giftvoucher .bgtitle {
    top: -180px;
    left: -125px;
    z-index: -1
}

.giftvoucher .beforetitle {
    margin-top: -70px
}

.giftvoucher .dop-bg {
    position: absolute;
    z-index: -2;
    right: -220px;
    top: 400px;
    width: 30%
}

.giftvoucher-box {
    padding-top: 270px
}

.giftvoucher-box .text-container p {
    width: 80%;
}

.giftvoucher-box .info {
    padding-bottom: 170px
}

.accordion-02 {
    display: flex;
    flex-flow: wrap
}

.accordion .set {
    padding: 5px 0;
    width: 100%
}

.accordion .set>a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a6d789), to(#97c682));
    background-image: -o-linear-gradient(#a6d789 0, #97c682 150%);
    background-image: linear-gradient(#a6d789 0, #97c682 150%);
}

.accordion .set>a {
    color: #fff;
    display: block;
    font-size: 19px;
    padding: 24px 45px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear 0s;
    cursor: pointer;
    letter-spacing: .25px;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-accent)), to(var(--c-accent-light)));
    background-image: -o-linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    font-weight: 500;
    border-radius: 18px;
}

.accordion .set>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 99%;
    height: 100%;
    background-color: var(--c-accent-dark);
    border-radius: 18px;
    z-index: -1;
    right: 0;
    margin: 0px auto;
}

.accordion .set>a i {
    color: #fff;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px
}

.accordion .contentbox {
    display: none
}

.accordion .contentbox {
    border-radius: 0 0 5px 5px;
    bottom: -1px;
    position: relative;
    margin: 25px auto 0
}

.price .after-btn {
    margin: 0px auto;
}

.price-item {
    padding: 16.5px 34px;
    width: 100%;
    position: relative;
    display: flex;
    border-bottom: 2px solid #ececec;
}

.price-item:hover {
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.price-item:hover .price-item-left,
.price-item:hover .price-item-right {
    color: var(--c-accent-hover)
}

.price-item:last-child {
    border-bottom: 0;
    padding-bottom: 27px
}

.price-item-left {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    font-size: 18px;
    line-height: 1.25em;
    color: var(--c-text-2);
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 500
}

.price-item-left:before {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 5px;
    width: 5px;
    height: 5px;
    background: var(--c-text-2);
    margin-right: 15px;
    border-radius: 100%;
    top: -3px;
    transition: all .5s
}

.price-item-left:hover:before {
    background: var(--c-accent-hover);
    box-shadow: 0 0 20px 5px rgb(136 173 119 / 56%);
    margin-right: 25px;
}

.price-item-right {
    font-size: 18px;
    line-height: 1.25em;
    color: var(--c-text-2);
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: right;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 500
}

.price .beforetitle {
    text-align: center;
    color: #9e9e9f;
    position: relative;
    z-index: 1
}

.portfolio .text-container,
.uslugi .text-container {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    color: var(--c-text-2);
    font-size: 17px;
}

.uslugi .text-container span {
    color: #e6c68f
}

.tseny {
    padding-top: 40px
}

.uslugi .h2-title {
    position: relative;
    z-index: 1
}

.price .comilfo-btn {
    margin: 0 auto
}

.accordion .parikmakherskaya .accordion-title:before {
    content: '';
    background: url(../images/scissors.svg) no-repeat;
    width: 37px;
    height: 36px;
    display: inline-block;
    position: absolute;
    margin-left: -45px;
    top: 19px;
    transform: rotate(13deg);
}

.accordion .okrashivanie .accordion-title:before {
    content: '';
    background: url(../images/pokraska.svg) no-repeat;
    width: 34px;
    height: 35px;
    display: inline-block;
    position: absolute;
    margin-left: -49px;
    top: 19px;
}

.accordion .manikur .accordion-title:before {
    content: '';
    background: url(../images/manik.svg) no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    margin-left: -50px;
    top: 15px;
}

.accordion .depilatsiia .accordion-title:before {
    content: '';
    background: url(../images/depi.svg) no-repeat;
    width: 41px;
    height: 41px;
    display: inline-block;
    position: absolute;
    margin-left: -57px;
    top: 16px;
}

.accordion .brovi .accordion-title:before {
    content: '';
    background: url(../images/brovi.svg) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    margin-left: -49px;
    top: 21px;
}

.price .text-container {
    width: 50%;
    position: relative;
    z-index: 3;
}

.price .text-container span {
    color: #83ae6d;
}

.gallery .col-md-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 4px
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.88, -.99, 0, 1.81);
    transition: all .6s cubic-bezier(.88, -.99, 0, 1.81);
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.dop-portfolio {
    padding-top: 30px !important
}

.dop-page-banner .banner__arrow {
    top: -80px
}

.portfolio .slick-slide img {
    margin: 0px auto;
    width: 70%;
    padding: 10px 0;
}

.portfolio {
    padding-top: 0px;
    position: relative;
}

.fen {
    position: absolute;
    bottom: -225px;
    z-index: 4;
    animation: 10s down-min infinite alternate;
    -webkit-animation: 10s down-min infinite alternate;
}

.fen img {
    width: 80%;
}

.portfolio .bgtitle {
    top: -130px;
    left: -80px
}

.reviews-bg {
    background: #f8f8f8;
    width: 100%;
    height: 1050px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.reviews .bottom-decor {
    bottom: 60px;
}

.bottom-decor {
    bottom: 0;
    height: 140px;
    width: 100%;
    position: absolute;
}

.archive .dop-bg,
.blog .dop-bg,
.portfolio .dop-bg {
    position: absolute;
    z-index: -2;
    right: 0;
    top: -230px
}

.btn .fa-long-arrow-right:before {
    top: 0;
    position: relative;
    padding-left: 10px
}

.blog-more-info {
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
    width: 70%;
    margin: 0 auto
}

.blog-more-info .comilfo-btn {
    margin: 0 auto
}

.blog-about p {
    color: var(--c-text-2)
}

.gallery {
    display: inline-block
}

.brands .h3-title {
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--c-text);
    font-family: var(--font-display);
}

.brands {
    padding-top: 20px
}

.brand-logo {
    background: #f8f8f8;
    border-radius: 18px;
}

.logo-carousel {
    padding-top: 70px
}

.portfolio .tarkikComandSlider {
    width: 1200px
}

.about .img img {
    border-radius: 20px
}

.about {
    padding-top: 70px;
    position: relative;
}

.leaves-3 {
    position: absolute;
    top: 0;
}

.about-anna {
    position: absolute;
    left: calc(50% - 165px);
    top: -56px;
}

.about h2 {
    text-align: left;
    line-height: 60px;
    width: 90%;
    margin-bottom: 0;
    margin-top: 0
}

.about-anna img {
    width: 90%;
}

.about .info {
    padding-left: 80px;
    padding-top: 75px;
    border-radius: 20px;
    background: #f8f8f8;
}

.about .col-md-6:last-child {
    padding-right: 0
}

.about .text-container {
    padding: 30px 0 0 0;
    width: 90%
}

.about-container .text-container {
    margin-bottom: 0;
}

.about-container .comilfo-btn {
    margin-top: 45px;
}

.white {
    color: #fff
}

.about .bgtitle {
    top: -47px;
    left: -318px
}

.quiz-btn {
    bottom: 25px;
    right: 1.5rem;
    position: fixed;
    z-index: 9999
}

.quiz-btn a {
    text-decoration: none
}

.click {
    font-size: 15px;
    color: #e7c792;
    position: relative;
    left: 42px;
    z-index: 1;
    top: -62px;
    font-weight: 700;
    letter-spacing: 1px
}

.sale {
    font-size: 12px;
    position: relative;
    top: 37px;
    font-weight: 700;
    background: #fff;
    padding: 6.5px 4px;
    border-radius: 50px;
    z-index: 1;
    color: var(--c-text-2);
    left: 25px;
    box-shadow: 0 0 4px rgb(90 161 227 / 45%);
    -webkit-animation: online 4s infinite;
    animation: online 4s infinite
}

.quiz__info {
    margin: 20px;
    width: 100px;
    height: 100px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgba(30, 144, 255, .6);
    border-radius: 50%;
    animation: shadow-pulse 3s infinite;
    font-size: 16px;
    padding: 27px 0 0 0;
    line-height: 22px;
    cursor: pointer
}

.mastera {
    padding-top: 290px;
    position: relative;
    margin-top: -204px;
}

.mastera .bgtitle {
    top: -110px
}

.mastera .dop-bg {
    position: absolute;
    z-index: -2;
    left: -310px;
    top: -300px;
    width: 50%;
    transform: rotate(286deg)
}

.master__info {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    margin-bottom: 200px;
}

.master .comilfo-btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 285px;
}

.mastera .comandSlider__item {
    margin: 10px;
}

.master__info-name {
    font-size: 27px;
    margin-bottom: 10px;
    font-family: var(--font-display-thin);
    text-align: center;
    text-transform: uppercase;
}

.mastera .slick-arrow {
    top: calc(50% - 100px);
}

.master__info-rank {
    color: var(--c-text-2);
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

.master__info-about {
    color: #878787;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    padding-top: 10px;
}

.mastera .tarkikComandSlider {
    width: 1280px;
    padding-bottom: 30px;
    margin-top: 0;
}

.instagram-box {
    position: relative;
}

.instagram-box .leaves-2 {
    position: absolute;
    right: -40px;
    top: 275px;
    z-index: 1;
}

.instagram-box .leaves-2 img {
    width: 80%;
}

.instagram-box .h2-title {
    text-align: left;
    margin-bottom: 40px;
}

.podpiska-img {
    position: absolute;
    left: 400px;
    top: -130px;
    z-index: 1;
}

.tool {
    position: absolute;
    top: 0;
    animation: 8s down-min infinite alternate;
    -webkit-animation: 8s down-min infinite alternate;
}

.tool img {
    width: 80%;
}

.mastera .slick-dots {
    position: relative;
    width: 100%;
}

.seo .aftertitle {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.seo h2-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0
}

.seo .text-container {
    padding-top: 40px
}

.seo .bgtitle {
    top: -95px;
    left: -114px
}

.seo h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: .5px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 35px
}

#map-yandex canvas {
    -webkit-filter: grayscale(100%) !important
}

.ymaps-2-1-79-searchbox {
    display: none !important
}

.ymap-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/ghost.jpg) #fff no-repeat;
    background-position: center center;
    background-size: cover
}

#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 665px;
    cursor: pointer;
    background-color: transparent
}

.checkbox-acc {
    margin-top: -10px;
}

.map-loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .55)
}

.map-loader:after,
.map-loader:before {
    box-sizing: border-box
}

.map-loader .is-active {
    top: 0;
    opacity: 1
}

.map-loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: '';
    animation: rotation 1s linear infinite;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes blink {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.kontakty-container {
    position: absolute;
    background: #fff;
    min-height: 300px;
    padding: 60px 60px 63px 60px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 435px;
    left: -44px;
    box-shadow: 2px 3px 3px 3px #00000017;
    z-index: 8;
    top: 78px
}

.slick-list {
    overflow: hidden
}

.slick-list:after {
    clear: both;
    content: "";
    display: block
}

.kontakty-container .h2-title {
    text-align: left;
    margin-bottom: 30px;
    margin-top: -10px;
}

.kontakty__info {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: var(--c-text);
}

.kontakty__info a {
    color: var(--c-text);
    font-weight: 500;
    font-size: 17px;
}

.kontakty .comilfo-btn {
    margin-top: 40px
}

.kontakty .fa-at,
.kontakty .fa-clock,
.kontakty .fa-map-marker-alt,
.kontakty .fa-phone {
    color: var(--c-accent);
    padding-right: 10px
}

.kontakty .fa-phone:before {
    font-size: 14px
}

.footer-menu {
    display: flex;
    margin-bottom: 0;
    position: relative;
    top: 4px;
    justify-content: space-evenly
}

.footer-navigation {
    padding: 20px 0
}

.footer-menu a {
    color: var(--c-text);
    font-weight: 500;
}

.footer-menu .insta a {
    color: #e6c68f
}

@media screen and (max-width:600px) {
    .pushNav {
        width: 85%;
        left: -85%
    }
}

@media screen and (min-width:601px) {
    .whatsapp-box {
        display: none;
    }

    .pushNav {
        width: 400px;
        left: -400px
    }
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: #fff;
    transition: ease-in-out .4s
}

.pushNav hr {
    border: 1px solid #555
}

.pushNav,
.pushNav a {
    font-size: 18px;
    color: var(--c-text);
    text-decoration: none;
    text-align: center;
    font-weight: 500
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    left: 0;
    z-index: 999
}

.closeLevel,
.openLevel {
    cursor: pointer
}

.closeLevel,
.openLevel,
.pushNav a {
    padding: 15px 0;
    display: block
}

.closeLevel:hover,
.openLevel:hover,
.pushNav a:hover {
    color: var(--c-accent-2)
}

.hdg {
    background-color: #1e1c31
}

.closeLevel,
closelevel>i {
    font-size: 1em;
    color: var(--c-accent-2);
    margin: 30px 0;
    background-color: transparent
}

.fa-rotate-left:before,
.fa-undo:before {
    margin-right: 10px;
    position: relative;
    left: 10px
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 transparent !important
}

article,
figure {
    outline: 0 !important;
    box-shadow: 0 0 0 0 transparent !important
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
    z-index: 999
}

.closeLevel .fa-times:before {
    font-size: 50px
}

.burger__icon {
    margin-left: 18px;
    position: relative;
    height: 22px;
    width: 30px;
    border-top: 2px solid var(--c-text);
    border-bottom: 2px solid var(--c-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.burger:hover {
    cursor: pointer
}

.burger__icon-line:first-child {
    width: 8px;
    background-color: var(--c-accent-2)
}

.burger:hover .burger__icon .burger__icon-line:first-child {
    background-color: var(--c-accent-2)
}

.burger:hover .burger__icon .burger__icon-line:last-child {
    background-color: var(--c-accent-2)
}

.burger:hover .burgermenu-title {
    color: var(--c-accent-2)
}

.burger__icon-line:last-child {
    width: 18px;
    background-color: var(--c-text)
}

.burger__icon-line {
    height: 2px;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.burgermenu-title {
    font-size: 19px;
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: var(--c-text);
    font-family: var(--font-display);
}

.burger:hover .burger__icon {
    border-top-color: var(--c-accent-2);
    border-bottom-color: var(--c-accent-2)
}

.header-burger {
    position: fixed;
    margin-left: -150px;
    top: 59px;
    z-index: 9
}

.footer-menu a:hover,
.header__socials a:hover {
    color: var(--c-accent-2)
}

.pushNav .comilfo-btn {
    height: 75px;
    margin: 0 auto
}

.insta-nav p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    padding-left: 17px;
    color: var(--c-text-2);
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    line-height: 1.2;
}

.pushNav .fa-instagram:before {
    font-size: 22px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    top: -8px;
    left: 7px
}

.insta-nav {
    display: flex;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px
}

.insta-nav a {
    display: flex
}

.insta-nav i {
    position: relative;
    top: 10px
}

.insta-nav:hover p {
    color: var(--c-text);
}

.footer-nav {
    position: relative;
    z-index: 99999
}

.back-padding {
    padding-top: 80px
}

.js-openLevel:hover .fa-long-arrow-right:before {
    position: relative;
    padding-left: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.blog-details .row {
    margin-left: 0;
    margin-right: 0
}

.blog-details {
    padding-top: 250px
}

.giftvoucher {
    position: relative;
}

.top-decor {
    top: 0;
    height: 96px;
    width: 100%;
    position: absolute;
}

.developer {
    padding: 10px 0;
    font-weight: 500;
    color: #ababab;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    position: relative;
    top: -14px;
}

.developer a {
    color: #ababab;
}

.footer-menu li:last-child {
    position: relative;
    height: 25px;
}

.giftvoucher-bg {
    background: url(../images/giftvoucher-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn-text-block {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    padding-top: 50px;
    color: var(--c-text-2);
    font-size: 17px;
}

.reviews .comilfo-btn {
    margin: 0px auto;
}

.reviews .text-container {
    padding: 0 0 15px 0;
}

.reviews {
    position: relative;
}

.phone-shadow {
    background: url(../images/phone-shadow.png);
    width: 100%;
    height: 635px;
    position: absolute;
    z-index: 0;
    top: 345px;
    left: calc(50% - 130px + 0px);
    background-repeat: no-repeat;
    background-size: 25%;
    display: none;
}

.about-container {
    background: #f8f8f8;
    border-radius: 20px;
    position: relative;
    height: 579.4px;
}

.slick-slider .slick-list {
    z-index: 2;
}

.price {
    padding-top: 0;
    position: relative;
}

.price .leaves-1 {
    position: absolute;
    top: -200px;
    right: -102px;
    animation: go-left 10s infinite linear;
    backface-visibility: hidden;
}

.price .leaves-1 img {
    width: 80%;
}

.wpcf7-spinner {
    background-color: #23282d2b;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px
}

.outline-leave-1 {
    position: absolute;
    right: -70px;
    top: 949px;
    z-index: -1;
}

.outline-leave-1 img {
    width: 68%;
}

.about .h2-title {
    text-align: left;
}

.advantages {
    margin-top: 60px;
    padding-top: 185px;
    position: relative;
}

.advantages-bg {
    background: url(../images/advantages-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.scissors {
    position: absolute;
    top: -70px;
    right: -45px;
    animation: 8s down-min infinite alternate;
    -webkit-animation: 8s down-min infinite alternate;
}

.about-container .img {
    padding-right: 0;
}

.scissors img {
    width: 85%;
}

.info {
    padding: 35px 40px;
}

.adv-title {
    font-family: var(--font-display-thin);
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    width: 80%;
    margin: 0px auto;
    padding-bottom: 25px;
    line-height: 32px;
}

.adv-info {
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
}

.leave {
    position: absolute;
    top: 229px;
}

.leave img {
    width: 70%;
}

.ad-container {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 220px;
}

@media (min-width:570px) and (max-width:1445px) {
    .burgermenu-title {
        transform: rotate(90deg);
        top: 55px;
        position: relative;
        left: 8px;
        color: var(--c-text-2)
    }

    .burger__icon {
        margin-left: -30px
    }
}

@media (min-width:760px) and (max-width:1290px) {
    .col-secondary {
        margin-top: 134px
    }

    .him-obuvi .banner__content-title,
    .him-sumok .banner__content-title,
    .pok-obuvi .banner__content-title,
    .pok-sumok .banner__content-title {
        font-size: 65px
    }
}

@media (min-width:760px) and (max-width:1028px) {
    .main-blog .main-header h1 {
        font-size: 48px
    }

    .blog-details {
        padding-top: 160px
    }

    .archive .main-inner,
    .blog .main-inner {
        padding: 170px 0 30px
    }

    .archive .dop-bg,
    .blog .dop-bg {
        top: -35px
    }

    .blog-title {
        font-size: 35px
    }

    .blog-info {
        padding: 60px 70px
    }

    .blog-more-info {
        width: 100%
    }

    .blog-about p {
        margin-bottom: 50px
    }
}

@media (min-width:1000px) and (max-width:1028px) {
    .img__deco-left img {
        width: 55% !important;
    }

    .white-b {
        top: 491px;
        right: 86px;
        margin-right: 20px;
        left: auto;
    }

    .banner-img img {
        max-width: 133%;
    }

    .banner__content-title {
        font-size: 45px;
        line-height: 60px;
    }

    .img__deco-right img {
        width: 50% !important;
    }

    .padding .content-img:before {
        left: 244px;
        top: 54px;
        background-size: 54%;
        transform: rotate(4deg);
    }

    .banner__content-beforetitle {
        font-size: 30px;
    }

    #reviews {
        width: 100% !important
    }
}

@media (min-width:1030px) and (max-width:1290px) {
    .dop-page-banner .pok-sumok .img-content:before {
        left: auto;
        top: -100px;
        width: 70%;
        right: -148px
    }

    .dop-page-banner .remont-sumok .img-content:before {
        top: -181px;
        width: 47%;
        right: -112px
    }

    .dop-page-banner .pok-obuvi .img-content:before {
        top: -94px
    }

    .dop-page-banner .him-obuvi .img-content:before {
        top: -152px;
        width: 75%;
        right: -193px
    }

    .dop-page-banner .him-sumok .img-content:before {
        top: -55px;
        width: 75%;
        right: -213px
    }
}

@media (min-width:1000px) and (max-width:1290px) {
    .text-container p {
        font-size: 16px;
    }

    .h2-title,
    h2 {
        font-size: 43px;
        line-height: 52px;
    }

    .beforetitle {
        font-size: 26px;
    }

    .header-burger {
        margin-left: -120px
    }

    .video-content {
        right: -90px
    }

    .tarkikComandSlider {
        width: 1270px
    }

    .categories .text-box p {
        font-size: 14px;
        line-height: 19px
    }

    .uslugi-more {
        font-size: 9px
    }

    .header__adress-info,
    .header__phone-info,
    .whatsapp__right-info {
        font-size: 14px
    }

    .banner__content-aftertitle {
        font-size: 30px
    }

    .header__socials {
        right: -180px
    }

    .banner__content-info {
        font-size: 18px;
        line-height: 25px;
        width: 75%
    }

    .aftertitle {
        font-size: 26px
    }

    .giftvoucher .img img {
        max-width: 180%;
        top: -250px;
        left: -260px
    }

    .portfolio .text-container,
    .price .text-container,
    .uslugi .text-container {
        width: 70%
    }

    .about .beforetitle {
        margin-top: -110px
    }

    .mastera .slick-next {
        right: 45px
    }

    .mastera .slick-prev {
        left: 35px
    }
}

@media (max-width:1025px) {
    .video-text {
        display: none
    }
}

@media (min-width:580px) and (max-width:1028px) {
    .price .text-container {
        width: 90% !important
    }
}

@media (min-width:580px) and (max-width:880px) {
    .dop-page-banner .pok-sumok .img-content:before {
        top: 10px;
        width: 77%;
        right: -131px
    }

    .dop-page-banner .pok-obuvi .img-content:before {
        left: 250px
    }

    .dop-page-banner .him-sumok .img-content:before {
        top: 37px;
        width: 82%;
        right: -156px
    }

    .dop-page-banner .him-obuvi .img-content:before {
        top: -42px;
        right: -137px
    }

    .dop-page-banner .remont-sumok .img-content:before {
        top: -97px;
        width: 57%;
        right: -166px
    }

    .recent-post-title {
        font-size: 18px;
        text-transform: none;
        letter-spacing: 0;
        margin: 0;
        position: relative;
        width: 50%
    }

    .single .widget-title {
        font-size: 30px;
        letter-spacing: 1px
    }
}

@media (min-width:1000px) and (max-width:1028px) {
    .podpiska-img img {
        max-width: 150%;
        position: relative;
        left: -112px;
    }

    .tool {
        top: 160px;
        z-index: 3;
    }

    .mastera {
        margin-top: -177px;
    }

    .ad-container {
        margin-bottom: 140px;
    }

    .advantages {
        padding-top: 120px;
    }

    .price .leaves-1 img {
        width: 58%;
    }

    .price .leaves-1 {
        right: -175px;
    }

    .adv-title {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 18px;
    }

    .adv-info {
        font-size: 15px;
        line-height: 20px;
    }

    .info {
        padding: 25px;
    }

    .leave img {
        width: 43%;
    }

    .leave {
        top: 90px;
    }

    .about .info {
        padding-top: 160px;
    }

    .about .col-md-6:last-child {
        overflow: hidden;
        border-radius: 20px;
    }

    .about .img img {
        max-width: 127%;
    }

    .about-container {
        height: 547.4px
    }

    .about-anna {
        left: calc(50% - 81px);
        top: -53px;
    }

    .scissors img {
        width: 60%;
    }

    .scissors {
        top: -45px;
        right: -165px;
    }

    .reviews-bg {
        height: 930px;
    }

    .about-anna img {
        width: 85%;
    }

    .reviews .text-container {
        padding: 0 0 40px 0;
        width: 80%;
        margin: 0px auto;
    }

    .phone-shadow {
        left: calc(50% - 99px + 0px);
        background-size: 29%;
    }

    .reviews .bottom-decor {
        bottom: 87px;
    }

    .kust-1,
    .kust-2 {
        width: 255px !important;
        bottom: 142px !important;
    }

    .outline-leave-1,
    .leaves-3,
    .leaves-2 {
        display: none;
    }

    .fen img {
        width: 64%;
    }

    .fen {
        bottom: -347px;
    }

    .img__deco-center {
        top: calc(566px + 0px) !important;
        right: calc(14% - 150px + 0px) !important;
    }

    .giftvoucher-box {
        padding-top: 170px;
    }

    .giftvoucher-box .info {
        padding-bottom: 120px;
    }

    .bottom-decor {
        height: auto;
    }

    .giftvoucher .img img:nth-child(2) {
        top: -200px;
        left: 212px;
        width: 67%;
    }

    .giftvoucher .img img:nth-child(3) {
        left: -192px;
        width: 73%;
        top: 183px;
    }

    .giftvoucher .img img:nth-child(1) {
        max-width: 105%;
        top: -134px;
        left: -40px;
    }

    .recent-post-title {
        font-size: 14px
    }

    .video-content {
        top: 326px;
        right: -20px
    }

    .long-container {
        width: 960px
    }

    .portfolio .tarkikComandSlider {
        width: 960px
    }

    .mastera .slick-dots {
        left: -140px
    }

    .container {
        width: 850px
    }

    .header-burger {
        margin-left: -85px;
        margin-top: -12px
    }

    .header__adress-info,
    .header__phone-info,
    .whatsapp__right-info {
        position: relative;
        top: 3px
    }

    .whatsapp__left img {
        width: 55px
    }

    .header__adress-top img {
        height: 22px;
        left: -27px
    }

    .header__phone-top img {
        height: 21px;
        margin-left: -28px
    }

    .banner__content {
        width: 80%;
        padding-top: 160px
    }

    .img-content:before {
        left: 310px;
        top: -70px
    }

    .header__socials {
        top: 380px;
        right: -170px
    }

    .sale-15 {
        left: calc(50% - 60px + 0px) !important
    }

    .sale-15 img {
        width: 60% !important
    }

    .banner__content-oneline {
        gap: 35px
    }

    .banner {
        height: 710px
    }

    .uslugi .slick-arrow {
        display: none !important
    }

    .giftvoucher .img img {
        max-width: 200%;
        top: -230px;
        left: -280px
    }

    .footer-navigation .col-md-2 {
        width: 200px !important
    }

    .footer-navigation .col-md-10 {
        width: 100% !important
    }

    .footer-logo {
        display: none
    }

    .footer-menu a {
        font-size: 15px
    }

    .footer-menu {
        top: 0
    }

    .blog_item .visible-md {
        display: none !important
    }

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

    .blog-thumbnail-img img,
    .blog_item .col-md-4,
    .blog_item .col-md-8 {
        width: 100%
    }
}

@media (min-width:800px) and (max-width:880px) {
    .container {
        width: 700px
    }
}

@media (min-width:800px) and (max-width:815px) {
    .header-burger {
        margin-left: -67px !important
    }
}

@media (min-width:765px) and (max-width:880px) {
    .podpiska-img {
        left: 117px;
        top: -373px;
        width: 510px;
    }

    .mastera {
        margin-top: -164px;
        padding-top: 260px;
    }

    .tool {
        top: 168px;
    }

    .about-container .text-container {
        margin: 0px auto;
    }

    .tool img {
        width: 65%;
    }

    .leave {
        top: 730px;
    }

    .ad-container {
        width: 362px;
        margin: 0px auto;
    }

    .add-margin {
        margin-bottom: 35px;
    }

    .about br {
        display: none;
    }

    .about-container .comilfo-btn,
    .about-container .after-btn,
    .instagram-box .comilfo-btn,
    .instagram-box .after-btn {
        margin: 0px auto;
    }

    .seo {
        padding-top: 100px
    }

    .beforetitle,
    .about .h2-title,
    .instagram-box .h2-title {
        text-align: center;
    }

    .instagram-box {
        padding-top: 240px;
    }

    .about .text-container p {
        margin-bottom: 45px;
    }

    .about .info {
        padding-left: 0;
        padding-right: 0;
        padding-top: 55px;
        background: #fff;
    }

    .about .col-md-6:last-child {
        width: 75% !important;
        margin: 0px auto !important;
    }

    .about-anna {
        top: -58px !important;
    }

    .reviews-bg {
        height: 810px !important;
    }

    .about-anna img {
        width: 82%;
    }

    .about-container {
        background: #fff;
        height: auto !important;
    }

    .first {
        order: 1
    }

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

    .portfolio .comandSlider__item {
        margin: 0px 5px !important;
    }

    .kust-1,
    .kust-2 {
        width: 200px !important;
    }

    .fen {
        bottom: -354px;
    }

    .fen img {
        width: 65%;
    }

    .outline-leave-1,
    .phone-shadow {
        display: none;
    }

    .hovereffect img {
        width: 100%;
    }

    .giftvoucher .img img:nth-child(2) {
        top: -173px;
        left: 321px;
        width: 35%;
    }

    .giftvoucher .img img:nth-child(3) {
        left: -78px;
        width: 48%;
        top: 104px;
    }

    .giftvoucher .img img:nth-child(1) {
        max-width: 56%;
    }

    .scissors img {
        width: 60%;
    }

    .scissors {
        top: -144px;
        right: -122px;
    }

    .giftvoucher-bg,
    .advantages-bg,
    .mastera-bg {
        background: #f8f8f8;
    }

    .advantages {
        margin-top: 0;
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .img__deco-left img {
        width: 60% !important;
    }

    .img__deco-left {
        top: 568px !important;
    }

    .h2-title,
    h2 {
        font-size: 40px;
    }

    .white-b {
        top: 435px;
        left: auto;
        right: 28px;
    }

    .img__deco-right img {
        width: 55% !important;
    }

    .sale-15,
    .instagram-box .leaves-2,
    .leaves-3 {
        display: none;
    }

    .banner-img img {
        max-width: 137%;
        right: -120px;
        position: absolute;
    }

    .padding .bgtitle {
        top: 171px;
        left: 66px;
        line-height: 144px;
        font-size: 141px;
    }

    .white-b p {
        width: 180px;
        line-height: 17px;
        font-size: 14px;
    }

    .white-b img {
        width: 84% !important;
    }

    #reviews {
        width: 760px !important
    }

    .footer-navigation {
        padding: 30px 0
    }

    .banner__content {
        position: absolute;
        width: 70%;
        display: block;
        padding-top: 160px
    }

    .navbar-desctop {
        display: block !important
    }

    .logo img {
        width: 180px
    }

    .header__adress-title,
    .header__phone-title,
    .whatsapp__right-title {
        font-size: 19px
    }

    .header__adress-info,
    .header__phone-info,
    .whatsapp__right-info {
        font-size: 13px
    }

    .whatsapp__left img {
        width: 55px
    }

    .header__phone-top img {
        height: 22px
    }

    .banner__content-title {
        font-size: 35px !important;
        line-height: 45px;
    }

    .banner__content-beforetitle {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .img-content:before {
        left: 200px;
        height: 565px
    }

    .banner__content-aftertitle {
        font-size: 20px
    }

    .banner__content-info {
        width: 75%;
        font-size: 16px;
        padding-top: 25px;
        line-height: 23px
    }

    .banner__content-oneline {
        padding-top: 40px;
        gap: 20px
    }

    .giftbox-info {
        font-size: 15px
    }

    .video-content {
        right: 26px;
        top: 271px
    }

    .header__socials {
        right: -125px;
        top: 418px
    }

    .banner {
        height: 645px
    }

    .aftertitle {
        width: 90%;
        font-size: 25px;
        margin-top: -5px;
    }

    .uslugi .bgtitle {
        display: none
    }

    .uslugi .slick-arrow {
        display: none !important
    }

    .giftvoucher .img img {
        max-width: 115%;
        top: -280px;
        left: -104px
    }

    .giftvoucher .beforetitle,
    .giftvoucher-box .h2-title {
        text-align: center;
    }

    .giftvoucher-box .text-container p {
        width: 100%;
    }

    .giftvoucher .bottom-decor,
    .advantages .bottom-decor,
    .mastera .bottom-decor {
        height: auto;
    }

    .master__info {
        margin-bottom: 135px;
    }

    .price .leaves-1 img {
        width: 60% !important;
    }

    .price .leaves-1 {
        right: -170px !important;
    }

    .giftvoucher-box .comilfo-btn,
    .giftvoucher-box .after-btn {
        margin: 0px auto;
    }

    .giftvoucher-box br {
        display: none
    }

    .giftvoucher-box .info {
        padding-top: 490px;
        padding-bottom: 95px;
    }

    .giftvoucher-box {
        padding-top: 155px
    }

    .img__deco-center {
        top: calc(781px + 0px) !important;
        right: calc(14% - 140px + 0px) !important;
    }

    .portfolio .text-container,
    .price .text-container,
    .uslugi .text-container {
        width: 90%
    }

    .gallery .col-md-3 {
        width: 375px;
        float: left
    }

    .long-container {
        width: 750px
    }

    .brands .h3-title {
        line-height: 47px
    }

    .portfolio .tarkikComandSlider {
        width: 765px
    }

    .about .container {
        display: flex;
        flex-flow: wrap
    }

    .about .img {
        order: 1;
        padding-left: 0;
        margin-bottom: 60px
    }

    .about .info {
        order: 2
    }

    .mastera .tarkikComandSlider {
        width: 1100px;
        padding-left: 20px
    }

    .mastera .slick-arrow {
        display: none !important
    }

    .mastera .slick-dots {
        left: -131px
    }

    .seo h3 {
        font-size: 22px;
        line-height: 35px
    }

    .footer-navigation .col-md-2 {
        display: none
    }

    .footer-menu {
        top: 0
    }

    .online::before {
        width: 6px;
        height: 6px
    }

    .header-burger {
        margin-left: -93px;
        top: 50px
    }

    .burgermenu-title {
        left: 15px !important;
    }
}

@media (min-width:750px) and (max-width:770px) {
    .container {
        width: 650px
    }

    .mastera .slick-dots {
        left: -164px
    }
}

@media (min-width:570px) {

    .banner__content-info br {
        display: none;
    }

    .white-b img {
        width: 93%;
    }

    .arrow-down,
    .mobile-arrow,
    .mobile-footer-info,
    .mobile-developer,
    .navbar-mobile,
    .up {
        display: none
    }

    .price .text-container {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        color: var(--c-text-2);
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.camilfo-loader {
    background: url(../images/loader.svg);
    animation: pulsate 2s infinite;
    width: 200px;
    height: 120px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%
}

.camilfo-loader::before {
    top: 0;
    left: -25px
}

.camilfo-loader::after {
    top: -25px;
    left: 0
}

@keyframes pulsate {
    0% {
        transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    5% {
        transform: rotate(0) scale(.9)
    }

    10% {
        transform: rotate(0) scale(.8)
    }

    15% {
        transform: rotate(0) scale(1)
    }

    50% {
        transform: rotate(0) scale(.8)
    }

    100% {
        transform: rotate(0) scale(.8)
    }
}

.loader-text {
    color: var(--c-text-2);
    position: absolute;
    width: 100%;
    top: 59%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

@media (max-width:325px) {
    .dop-page-banner .pok-sumok .img-content:before {
        top: -63px !important;
        left: -82px !important
    }
}

@media (min-width:330px) and (max-width:380px) {
    .dop-page-banner .pok-sumok .img-content:before {
        left: -98px !important
    }
}

@media (min-width: 366px) and (max-width:380px) {
    .dop-page-banner .him-sumok .img-content:before {
        top: -70px !important
    }

    .banner__content-title,
    h1 {
        font-size: 32px !important
    }

    .him-sumok {
        margin-top: -120px !important
    }

    .pok-obuvi {
        margin-top: -35px !important
    }
}

.time span {
    color: #fff
}

@media (max-width:570px) {

    .banner__content-title br {
        display: none;
    }

    .banner__content-info br {
        display: none;
    }

    .banner__content-title {
        font-size: 22px !important;
        line-height: 28px;
    }

    .reviews .text-container {
        text-align: left;
    }

    .leaves-2 {
        display: none;
    }

    .instagram-box {
        padding-top: 260px;
    }

    .podpiska-img {
        left: -10px;
        top: -336px;
    }

    .podpiska-img img {
        width: 110%;
        max-width: 110%;
    }

    .master__info-name {
        font-size: 22px;
    }

    .master__info-rank {
        font-size: 15px;
    }

    .master__info-about {
        color: #727272;
        font-size: 14px;
        line-height: 18px;
        padding-top: 15px;
    }

    .master .comilfo-btn {
        width: 180px;
    }

    .btn__btn2 {
        font-size: 11px;
        height: 65px;
    }

    .mastera .btn__3d {
        top: 6px;
        height: 65px;
    }

    .mastera .slick-list {
        padding: 0 30% 0 0 !important;
    }

    .mastera .slick-slide {
        height: 680px;
    }

    .instagram-box .h2-title {
        text-align: center;
    }

    .instagram-box .comilfo-btn {
        margin: 0px auto;
    }

    .seo .leaves-3 {
        display: none;
    }

    .tool {
        top: 290px;
        z-index: 2;
        left: -79px;
        animation: 4s down-mobile infinite alternate;
        -webkit-animation: 4s down-mobile infinite alternate;
    }

    .tool img {
        width: 53%;
    }

    .mastera {
        margin-top: -125px;
        padding-top: 210px;
    }

    .mastera-bg {
        background: #f8f8f8;
    }

    .categories figcaption {
        margin: 3.2em 1em;
    }

    .advantages-bg {
        background: #f8f8f8;
        top: 0;
    }

    .advantages .aftertitle {
        margin-bottom: 20px;
    }

    .top-decor {
        height: auto;
        top: -2px;
    }

    .about-anna img {
        width: 70%;
    }

    .adv-info {
        text-align: left;
        font-size: 16px;
    }

    .scissors {
        top: 32px;
        right: -277px;
        animation: 4s down-mobile infinite alternate;
        -webkit-animation: 4s down-mobile infinite alternate;
    }

    .scissors img {
        width: 40%;
    }

    .leave {
        top: -270px;
        transform: rotate(22deg);
        left: -30px;
        z-index: 1;
    }

    .leave img {
        width: 30%;
    }

    .advantages {
        margin-top: 148px;
        padding-top: 230px;
        padding-bottom: 65px;
    }

    .ad-container {
        margin-bottom: 35px;
    }

    .about .info {
        padding-top: 45px;
        width: 100%;
        background: none;
    }

    .text-container p {
        color: var(--c-text-2);
        font-size: 16px;
    }

    .text-container p:last-child {
        margin-bottom: 40px;
    }

    .about-container .text-container {
        margin-bottom: 0;
        padding: 30px 15px 0px 15px;
        width: 100%;
    }

    .giftvoucher-box .text-container p {
        width: 100%;
    }

    #reviews-slide .h2-title {
        margin-bottom: 15px
    }

    #reviews {
        margin-top: -25px;
    }

    .btn-text-block {
        width: 100%;
        font-size: 16px;
    }

    .reviews .bottom-decor {
        bottom: 115px;
    }

    .kust-1,
    .kust-2 {
        display: none;
    }

    .reviews-bg {
        height: 100%;
    }

    .flex-box {
        display: flex;
        flex-flow: wrap;
    }

    .leaves-3 {
        top: 146px;
        left: -70px;
    }

    .leaves-3 img {
        width: 55%;
    }

    .first {
        order: 1;
    }

    .second {
        order: 2;
    }

    .about-anna {
        top: -126px;
    }

    .about-container {
        background: #fff;
    }

    .about .h2-title {
        text-align: center;
    }

    .about .col-md-6:last-child {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .outline-leave-1 {
        display: none;
    }

    .dop-page-uslugi {
        padding-top: 90px
    }

    .uslugi .tarkikComandSlider {
        margin-top: -30px;
    }

    body {
        line-height: 22px
    }

    .time span {
        display: block;
        margin-left: 30px
    }

    .perenos {
        display: block;
        margin-left: 27px;
        color: #fff !important
    }

    .pok-sumok {
        margin-top: -30px
    }

    .dop-page-banner .pok-sumok .img-content:before {
        left: -114px;
        top: -31px;
        width: 137%;
        right: 0
    }

    .dop-page-banner .pok-obuvi .img-content:before {
        left: -80px;
        top: -43px;
        width: 125%;
        right: 0
    }

    .him-sumok,
    .pok-obuvi {
        margin-top: -20px
    }

    .dop-page-banner .him-sumok .img-content:before {
        left: -49px;
        top: -33px;
        width: 126%;
        right: 0;
        margin: 0 auto
    }

    .him-obuvi {
        margin-top: -70px
    }

    .dop-page-banner .him-obuvi .img-content:before {
        left: -45px;
        top: -94px;
        width: 120%
    }

    .dop-page-banner .remont-sumok .img-content:before {
        left: 0;
        top: -174px;
        width: 80%;
        right: 0;
        margin: 0 auto
    }

    #banner {
        padding-top: 60px
    }

    #popmake-2823 {
        width: 100% !important;
        height: auto !important;
        margin: auto;
        transform: none;
        top: 30% !important
    }

    .bgtitle {
        color: rgb(251 251 251 / 1%)
    }

    .mastera .bgtitle {
        font-size: 136px;
        left: -50px
    }

    .about .bgtitle {
        top: 35px;
        left: -143px;
        font-size: 136px
    }

    .seo .bgtitle {
        font-size: 136px
    }

    .lines__item {
        background: rgb(150 150 150 / 5%)
    }

    .banner-img {
        position: inherit
    }

    .dop-bg {
        left: 0;
        top: 160px;
        width: 43%
    }

    .flex-box {
        display: flex;
        flex-flow: wrap
    }

    .one-line {
        width: 100%;
        text-align: center
    }

    .main-header {
        text-align: left;
        padding-left: 0
    }

    .page-not-found {
        width: 100%;
        padding: 50px 0
    }

    .page-not-found h1 {
        font-size: 110px !important;
        text-align: left;
        padding-left: 17px
    }

    .not-found-dop {
        font-size: 21px;
        line-height: 29px;
        letter-spacing: 0;
        margin-bottom: 25px;
        width: 90%;
        padding-bottom: 25px;
        font-weight: 700;
        margin: 0 auto;
        text-align: left
    }

    .page-not-found .main-text {
        width: 90%;
        text-align: left;
        padding-bottom: 35px
    }

    .page-not-found .comilfo-btn {
        margin: 0;
        padding-left: 18px
    }

    .main-blog .main-header h1 {
        font-size: 30px !important
    }

    .blog-details {
        padding-top: 50px;
        margin-bottom: 0
    }

    .archive .main-inner,
    .blog .main-inner {
        padding: 85px 0 50px 0
    }

    .post-header h1 {
        padding-top: 20px
    }

    .archive .dop-bg,
    .blog .dop-bg {
        top: -67px;
        width: 156%;
        left: -71px
    }

    .blog-more-info {
        text-align: left;
        width: 100%
    }

    .blog-about p {
        margin-bottom: 50px
    }

    .quiz-btn {
        bottom: 5rem !important;
        right: 0 !important
    }

    .show-quiz {
        display: block !important
    }

    .sale {
        top: 24px !important;
        left: 12px;
        padding: 6px 4px;
        font-size: 11px
    }

    .quiz__info {
        margin: 10px !important;
        width: 80px !important;
        height: 80px !important;
        font-size: 13px !important;
        padding: 23px 0 0 0 !important;
        line-height: 18px !important;
        background: rgb(22 102 181 / 95%);
        letter-spacing: .5px
    }

    .img-content:before {
        left: 0;
        top: -23px;
        height: 515px;
        background-size: 155%
    }

    .header__socials a {
        font-size: 15px
    }

    .banner__content {
        position: relative;
        width: 100%;
        left: 0;
        right: 0
    }

    .banner__content-title {
        padding-top: 165px;
        text-align: center
    }

    .banner__content-aftertitle {
        letter-spacing: .5px;
        font-size: 18px;
        text-align: center
    }

    .click {
        left: 28px;
        top: -45px;
        font-size: 12px;
        letter-spacing: .5px
    }

    .banner__content-info {
        width: 100%;
        font-size: 16px;
        padding-top: 35px;
        line-height: 22px;
        text-align: left
    }

    .header__socials {
        display: none
    }

    .banner__content-oneline {
        padding-top: 40px;
        display: block
    }

    .banner {
        height: 820px
    }

    .giftbox-info {
        width: 140px;
        position: relative;
        display: inline-flex;
        top: -10px;
        left: -13px;
        font-size: 16px
    }

    .giftbox img {
        width: 70px;
        top: 12px;
        left: -20px
    }

    .giftbox {
        display: inline-block;
        padding-top: 70px;
        width: 100%;
        text-align: center
    }

    .header-burger {
        margin-left: 0
    }

    .banner-img img {
        position: absolute;
        top: 0;
        z-index: -2;
        max-width: 950px;
        right: 0;
    }

    .burgermenu-title,
    .pc-nav {
        display: none
    }

    .banner-shadow {
        box-shadow: 0px -26px 50px 50px rgb(255 255 255);
        height: 30px;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 470px;
    }

    .navbar-desctop.affix {
        position: fixed
    }

    .logo-mobile {
        z-index: 4;
        position: relative;
        display: inline-block;
        top: 0px;
    }

    .logo-mobile img {
        width: 65px;
        height: auto;
        position: relative
    }

    .mobile-header {
        display: flex
    }

    .header-phone {
        font-size: 21px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 3px;
        z-index: 3;
        left: 22px;
        text-align: center;
        font-weight: 500
    }

    .mobile-head .header-burger {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 2px
    }

    .banner .bgtitle {
        font-size: 136px;
        top: 35px;
        left: -45px;
        z-index: -1;
        line-height: 132px
    }

    .uslugi .bgtitle {
        top: -54px;
        left: 0;
        font-size: 136px;
        line-height: 132px;
        z-index: -1
    }

    .giftvoucher .dop-bg,
    .mastera .dop-bg,
    .portfolio .dop-bg,
    .price .h2-title:after,
    .uslugi .dop-bg {
        display: none
    }

    .h2-title,
    .seo h2,
    h2 {
        font-size: 37px;
        line-height: 45px;
        text-align: center
    }

    .aftertitle {
        width: 100%;
        text-align: center;
        font-size: 20px
    }

    .uslugi .slick-arrow {
        display: none !important
    }

    .tarkikComandSlider {
        padding-left: 0
    }

    .uslugi .tarkikComandSlider {
        width: 100%;
        min-width: 100%;
        padding-right: 0
    }

    .uslugi .slick-list {
        padding: 0 30% 0 0 !important
    }

    .uslugi-more {
        font-size: 9px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .categories .text-box p {
        padding-top: 50px;
        font-size: 14px;
        line-height: 18px;
        top: -30px;
        color: var(--c-text);
    }

    .giftvoucher .img img:nth-child(2) {
        top: -270px;
        left: 200px;
        width: 45%;
    }

    .giftvoucher .img img:nth-child(3) {
        left: -72px;
        width: 50%;
        top: -25px;
    }

    .giftvoucher .img img {
        top: -279px;
        left: -108px
    }

    .giftvoucher .img img:nth-child(1) {
        max-width: 292px;
        top: -245px;
        left: calc(0% - 45px);
        right: 0;
        margin: 0px auto;
    }

    .giftvoucher-box .info {
        padding-top: 250px;
        padding-bottom: 70px
    }

    .giftvoucher-box {
        padding-top: 230px;
    }

    .beforetitle {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center
    }

    .giftvoucher {
        margin-top: 50px;
    }

    .bottom-decor {
        height: auto;
    }

    .giftvoucher .h2-title,
    .kontakty-container .h2-title {
        text-align: center
    }

    .kontakty-container .h2-title {
        margin-bottom: 30px;
    }

    .video-content {
        right: 70px;
        top: 157px
    }

    .about .comilfo-btn,
    .banner .comilfo-btn,
    .giftvoucher .comilfo-btn {
        margin: 0 auto
    }

    .price-item {
        padding: 16.5px 0
    }

    .price-item-left {
        font-size: 16px;
        width: 70%;
        letter-spacing: .3px
    }

    .price-item-right {
        font-size: 16px;
        width: 30%;
        letter-spacing: .3px;
        font-weight: 600;
        color: var(--c-accent-hover);
    }

    .price-item-left:before {
        display: none
    }

    .accordion .set>a {
        font-size: 16px
    }

    .portfolio .text-container,
    .uslugi .text-container {
        text-align: left;
        width: 100%;
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .brands {
        padding-top: 0;
        width: 80%;
        margin: 0px auto;
        padding-bottom: 10px;
    }

    .price .text-container {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        padding-top: 30px;
        color: var(--c-text-2);
        padding: 40px 0;
    }

    .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #portfolio {
        padding-top: 55px
    }

    .portfolio .aftertitle {
        text-align: center
    }

    .long-container {
        width: 100%
    }

    .brands .h3-title {
        font-size: 22px;
        line-height: 30px;
    }

    #reviews-slide {
        padding-top: 100px !important;
    }

    .fen {
        bottom: -180px;
        animation: 4s down-mobile infinite alternate;
        -webkit-animation: 4s down-mobile infinite alternate;
    }

    .fen img {
        width: 50%;
    }

    .logo-carousel {
        position: relative;
        top: -33px;
    }

    .gallery .col-md-3 {
        width: 50%;
        float: left
    }

    .portfolio .tarkikComandSlider {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .about {
        padding-top: 270px;
        margin-top: -120px;
        background: #fff;
        position: relative;
    }

    .about h2 {
        text-align: center;
        line-height: 45px;
        width: 100%
    }

    .about .container {
        display: flex;
        flex-flow: wrap
    }

    .about .info {
        order: 2
    }

    .about .img {
        order: 1
    }

    .mastera .tarkikComandSlider {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .seo h3 {
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 21px
    }

    .kontakty-container {
        background: #fff;
        left: 0;
        width: 100%;
        position: relative;
        padding: 60px 50px;
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 23%);
    }

    .seo .text-container {
        padding-bottom: 0;
        margin-bottom: -50px;
    }

    .footer {
        background: #f8f8f8;
    }

    .seo {
        padding: 0;
        padding-top: 80px;
        padding-bottom: 0
    }

    .kontakty .comilfo-btn {
        width: 100%
    }

    .footer-navigation .col-md-10,
    .footer-navigation .col-md-2 {
        display: none
    }

    .mobile-footer-info {
        font-size: 14px;
        line-height: 19px;
        width: 90%;
        margin: 0 auto;
        color: var(--c-text-2)
    }

    .giftvoucher .bgtitle {
        top: 220px;
        left: 0;
        font-size: 136px;
        line-height: 132px;
        z-index: -1
    }

    .portfolio .bgtitle {
        top: 80px;
        left: 0;
        font-size: 136px;
        line-height: 132px;
        z-index: -1
    }

    #button {
        background-color: var(--c-accent);
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 100%;
        position: relative;
        bottom: 25px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        margin: 0 auto;
        z-index: 7
    }

    .categories figure:hover img {
        -webkit-transform: none;
        transform: none
    }

    #button::after {
        content: "\f176";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 50px;
        color: #fff
    }

    #button:hover {
        cursor: pointer;
        background-color: var(--c-accent-dark);
    }

    #button:active {
        background-color: #e6c68f
    }

    .up-text {
        position: relative;
        top: -10px;
        letter-spacing: 4px;
        font-weight: 500;
    }

    .giftvoucher br {
        display: none
    }
}

@media (max-width:395px) {
    .img__deco-left {
        top: 1050px;
    }

    .tool {
        top: 375px;
    }

    .advantages {
        margin-top: 124px;
    }

    .about-anna {
        top: -134px !important;
    }

    .phone-shadow {
        background-size: 85% !important;
        left: calc(50% - 120px + 0px) !important;
    }

    .giftvoucher .beforetitle {
        margin-top: -100px;
    }

    .pum {
        z-index: 999 !important;
        margin: 0 auto
    }

    .pum-container {
        width: 350px !important;
        height: 565px !important;
        margin: 0 auto;
        left: 0 !important;
        right: 0
    }

    .img-content:before {
        background-size: 163%
    }

    .popmake-content .form-title {
        font-size: 30px
    }

    .popmake-content .form-text {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
    }

    .giftvoucher-box .info {
        padding-top: 290px
    }

    .mastera .tarkikComandSlider {
        padding-left: 0;
        margin-left: 18px
    }

    .kontakty-container {
        padding: 60px 40px
    }

    .portfolio .slick-arrow {
        z-index: 3
    }
}

@media (max-width:388px) {
    .kontakty .container {
        padding: 0
    }

    .accordion .set>a {
        font-size: 14px
    }
}

@media (max-width:362px) {
    .img-content:before {
        background-size: 175%
    }

    .banner__content-aftertitle {
        font-size: 16px
    }

    .giftvoucher .img img {
        left: -124px;
        max-width: 170%
    }

    .giftvoucher-box .info {
        padding-top: 270px
    }

    .price .h2-title:after {
        background-size: 98px;
        top: 17px
    }

    .pushNav {
        width: 90%;
        left: -90%
    }
}

@media (max-width:325px) {
    .fen {
        bottom: -130px;
    }

    .instagram-box .beforetitle {
        margin-top: -50px;
    }

    .advantages {
        margin-top: 78px !important;
    }

    .info {
        padding: 35px 25px;
    }

    .adv-title {
        width: 100%;
    }

    .kontakty__info,
    .kontakty__info a {
        font-size: 15px;
    }

    .portfolio .tarkikComandSlider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-anna {
        top: -108px !important;
        left: calc(50% - 130px);
    }

    .phone-shadow {
        background-size: 70% !important;
        left: calc(50% - 79px + 0px) !important;
        top: 325px !important;
    }

    .logo-carousel .comandSlider__item {
        margin: 0 5px;
    }

    .brands .h3-title {
        font-size: 21px;
    }

    .after-btn {
        width: 280px !important;
    }

    .img__deco-center {
        top: calc(771px + 0px) !important;
        right: calc(-9% - 111px + 0px) !important;
    }

    .h2-title,
    .seo h2,
    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .giftvoucher .img img:nth-child(2) {
        top: -251px;
        left: 156px;
    }

    .giftvoucher .img img:nth-child(3) {
        left: -61px;
        width: 45%;
        top: 0;
    }

    .giftvoucher .beforetitle {
        margin-top: -50px !important;
    }

    .banner-shadow {
        height: 60px;
        top: 437px;
    }

    .comilfo-btn {
        width: 280px;
        height: 70px;
    }

    .white-b {
        top: 331px !important;
    }

    .padding .content-img:before {
        top: -170px !important;
        background-size: 240px !important;
    }

    .header-phone {
        font-size: 19px;
        left: 30px;
    }

    .img-content:before {
        background-size: 195%
    }

    .video-content {
        right: 50px
    }

    .banner__content-aftertitle {
        font-size: 15px
    }

    .giftvoucher-box .info {
        padding-top: 230px
    }

    .mastera .tarkikComandSlider {
        padding-left: 0;
        margin-left: -8px;
        width: 120%
    }

    .kontakty-container {
        padding: 50px 30px
    }

    .pushNav {
        width: 100%;
        left: -100%
    }

    .pum-container {
        width: 100% !important;
        height: 445px !important
    }

    .popmake-content .form-title {
        font-size: 25px
    }
}

@media (max-width:400px) {
    .uslugi .slick-list {
        padding: 0 25% 0 0 !important
    }
}

@media (max-width:373px) {
    .uslugi .slick-list {
        padding: 0 20% 0 0 !important
    }
}

@media (max-width:351px) {
    .uslugi .slick-list {
        padding: 0 15% 0 0 !important
    }
}

@media (max-width:328px) {
    .uslugi .slick-list {
        padding: 0 10% 0 0 !important
    }
}

.video-widget {
    display: none;
    position: fixed;
    left: 0;
    z-index: 999999;
    bottom: 0
}

.video-widget__container {
    font-family: Helvetica;
    z-index: 999999;
    overflow: hidden;
    border-style: solid;
    background: #eee;
    -webkit-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    outline: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    border-radius: 10px;
    border-width: 4px;
    width: 130px;
    height: 180px;
    border-color: #e6c68f
}

.video-widget__container:hover {
    -webkit-transform: scale(1) translate(5px, -5px);
    -moz-transform: scale(1) translate(5px, -5px);
    -ms-transform: scale(1) translate(5px, -5px);
    -o-transform: scale(1) translate(5px, -5px);
    transform: scale(1) translate(5px, -5px);
    border-color: #fdda96
}

.video-widget__video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 200;
    -webkit-transition: opacity .4s ease-in-out 0s;
    -o-transition: opacity .4s ease-in-out 0s;
    -moz-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s;
    opacity: .9
}

.video-widget__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
    -moz-transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -moz-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s, -moz-transform .3s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
    background: #171523;
    border-radius: 100%
}

.video-widget__close:after,
.video-widget__close:before {
    position: absolute;
    left: 9px;
    top: 4px;
    content: " ";
    height: 12px;
    width: 1.5px;
    background: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 50%) 1px 1px 10px;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 10px
}

.video-widget__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video-widget__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-widget__container:hover .video-widget__close {
    opacity: .9
}

.video-widget.video-widget[data-state=opened] .video-widget__container {
    width: 250px;
    height: 500px;
    border-radius: 10px;
    border-color: #e6c68f
}

.video-widget.video-widget[data-state=opened] .video-widget__close {
    opacity: .5
}

.video-widget.video-widget[data-state=opened] .video-widget__close:before {
    display: none
}

.video-widget.video-widget[data-state=opened] .video-widget__close:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-widget.video-widget[data-state=opened] .video-widget__close:hover {
    opacity: 1
}

.video-widget__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 65px;
    border-radius: 10px;
    z-index: 300;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 4px 15px;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 15px;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    visibility: hidden;
    background-image: linear-gradient(#e6c68f 0, #f7cb6c 100%);
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text) !important;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    text-transform: uppercase;
    opacity: 0
}

@media screen and (max-width:480px) {
    .video-widget__button {
        font-size: 12px
    }
}

.video-widget__button:hover {
    background-color: #fdda96;
    text-decoration: none
}

.video-widget.video-widget[data-state=opened] .video-widget__button {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:1023px) {
    .video-widget__close {
        opacity: 1
    }
}

@media only screen and (max-width:480px) {
    .video-widget__container {
        left: 15px;
        bottom: 80px;
        width: 90px;
        height: 125px
    }
}

.kxmDUm {
    position: absolute;
    z-index: 999999;
    overflow: hidden;
    border-radius: 20px;
    border-width: 3px;
    border-style: solid;
    background: #eee;
    box-shadow: rgb(0 0 0 / 40%) 0 10px 20px;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    left: 50px;
    bottom: 50px;
    width: 130px;
    height: 180px;
    border-color: #fff
}

.eNQuho {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
    box-sizing: border-box;
    border-radius: 0 0 18px 18px;
    z-index: 210
}

.cnkTkY video {
    opacity: 1
}

.gZwCHN {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 200;
    transition: opacity .4s ease-in-out 0s;
    opacity: .8
}

.xczwo {
    position: absolute;
    bottom: 40px;
    right: 20px;
    left: 20px;
    height: 65px;
    border-radius: 10px;
    z-index: 300;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 15px;
    text-align: center;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
    background-color: #00f;
    background-image: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%) !important;
}

.loFMoA {
    background: rgb(122 122 122) !important;
    box-shadow: rgb(0 0 0 / 13%) 1px 0px 13px !important;
    border-color: var(--c-accent-2) !important;
}

.gImSPG {
    box-shadow: none !important;
    border-color: var(--c-accent) !important;
}

.hRBsWH {
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

.cQIIvh,
.fuPEwe {
    width: 21px !important;
    height: 21px !important;
    opacity: 1 !important;
    background: #2787f5 !important;
    border-radius: 100% !important
}

.kCtqfu {
    display: none !important
}

.cQIIvh::after,
.cQIIvh::before,
.fuPEwe::after,
.fuPEwe::before {
    left: 9.5px !important;
    top: 4px !important;
    height: 13px !important;
    width: 1.5px !important
}

.VideoCorner-widget {
    z-index: 99 !important
}

.cnkTkY {
    position: absolute;
    z-index: 999999;
    overflow: hidden;
    border-radius: 20px;
    border-width: 3px;
    border-style: solid;
    background: #eee;
    box-shadow: rgb(0 0 0 / 40%) 0 10px 20px;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    left: 50px;
    bottom: 50px;
    width: 280px;
    height: 500px;
    border-color: #00f
}

.hRBsWH {
    font-size: 14px;
    font-family: Helvetica;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 65px
}

.dtuUZr {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
    opacity: .5
}

.dtuUZr::after,
.dtuUZr::before,
.fuPEwe::after,
.fuPEwe::before {
    background: #fff !important
}

.dtuUZr::after {
    transform: rotate(90deg)
}

.dtuUZr::after,
.dtuUZr::before {
    position: absolute;
    left: 9px;
    top: 1px;
    content: " ";
    height: 18px;
    width: 2px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 10px
}

.fuPEwe::after,
.fuPEwe::before {
    position: absolute;
    content: " ";
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 10px;
    left: 9.5px !important;
    top: 4px !important;
    height: 13px !important;
    width: 1.5px !important
}

.xczwo {
    background-color: #109df7
}

.cnkTkY {
    border-color: #109df7
}

.sc-fznyAO {
    display: none
}

.fQkkzS {
    top: 3px;
    color: #adadad !important
}

.fQkkzS:hover {
    color: #0f0 !important
}

.hUtlcI::after,
.hUtlcI::before,
.kCtqfu::after,
.kCtqfu::before {
    background: #fff !important
}

.dtuUZr::after,
.dtuUZr::before,
.fuPEwe::after,
.fuPEwe::before {
    background: #fff !important
}

@media (max-width:570px) {
    .loFMoA {
        bottom: 20px !important;
        left: 20px !important
    }
}

#reviews-slide {
    padding-top: 160px;
    padding-bottom: 40px
}

.reviews {
    padding-top: 180px;
}

#reviews {
    width: 1280px;
    margin: 0 auto
}

#reviews img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .3s linear
}

.slick-current.slick-center img {
    position: relative;
    z-index: 4
}

#reviews .last img,
#reviews .last img {
    transform: scale(.7);
    opacity: .3
}

#reviews .prelast img,
#reviews .prelast img {
    transform: scale(.8);
    opacity: .3
}

.slick-slide.last.beforecurr img {
    transform-origin: right center
}

.slick-slide.last.aftercurr img {
    transform-origin: left center
}

#reviews .slick-arrow {
    margin-top: 5px
}

#reviews-slide .bgtitle {
    top: -100px
}

.whatsapp-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9
}

.pulse {
    width: 65px;
    height: 65px;
    background: #25d366;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    font-family: sans-serif;
    animation: animate-pulse 6s linear infinite;
    cursor: pointer
}

.pulse p {
    font-size: 12px;
    padding-top: 24px;
    position: relative;
    text-transform: uppercase
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 103, .7), 0 0 0 0 rgba(37, 211, 103, .7)
    }

    40% {
        box-shadow: 0 0 0 50px rgba(37, 211, 103, 0), 0 0 0 0 rgba(37, 211, 103, .7)
    }

    80% {
        box-shadow: 0 0 0 50px rgba(37, 211, 103, 0), 0 0 0 30px rgba(37, 211, 103, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 103, 0), 0 0 0 30px rgba(37, 211, 103, 0)
    }
}

.w-anim {
    width: 90px;
    height: auto;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: -1;
    -webkit-animation: spin 14s linear infinite;
    -moz-animation: spin 14s linear infinite;
    animation: spin 14s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.img__deco-right {
    position: absolute;
    right: -45px;
    top: 28px;
    transform: rotate(21deg);
}

.img__deco-right img {
    float: right;
    width: 70%;
    animation: go-left 10s infinite linear;
    backface-visibility: hidden;
}

@keyframes go-left {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        transform: translateX(-33px)translateY(26px)rotate(-8deg)scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

@keyframes go-left3 {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        transform: translateX(33px)translateY(26px)rotate(8deg)scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

.img__deco-left {
    position: absolute;
    top: 700px;
    left: -38px;
    animation: go-left3 10s infinite linear;
    backface-visibility: hidden;
}

@keyframes go-left2 {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        transform: translateX(-33px)translateY(26px)rotate(-8deg)scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

@keyframes go-right {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        transform: translateX(16px)translateY(0px)rotate(6deg)scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

@keyframes go-right2 {
    0% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        transform: translateX(16px)translateY(0px)rotate(6deg)scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

.img__deco-center {
    position: absolute;
    top: calc(675px + 0px);
    right: calc(14% - 75px + 0px);
    transform: rotate(359deg);
    z-index: 1;
    animation: 10s down-min infinite alternate;
    -webkit-animation: 10s down-min infinite alternate;
}

.img__deco-center img {
    width: 90%;
}

.img__deco-left img {
    width: 80%;
}

.content-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 340px;
    top: 141px;
    width: 100%;
    height: 658px;
    background: 45% 100%/contain no-repeat url(../images/banners/anna.png);
}

.header__socials img {
    width: 25px;
    transform: rotate(-90deg);
    padding-bottom: 20px;
    position: relative;
    bottom: 1px
}

.banner__content-bonus {
    display: flex;
    justify-content: space-between;
    width: 500px
}

.bonus__block {
    position: relative;
    top: 50px
}

.bonus__block-text {
    width: 275px;
    line-height: 17px;
    font-size: 13px;
    position: relative;
    top: 14px;
    color: var(--c-text-2)
}

.bonus__block-text span {
    color: #fff;
    font-weight: 600
}

.after-btn {
    color: #6e6b6d;
    font-size: 13px;
    padding-top: 30px;
    width: 310px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.after-btn .telegram,
.after-btn .whats,
.after-btn .insta {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.after-btn .whats {
    margin: 0px 10px;
}

.after-btn p {
    padding-right: 10px;
    color: #9f9f9f;
    display: inline-block;
}

.reviews .after-btn {
    margin: 0px auto;
}

.kust-2 {
    position: absolute;
    right: 0;
    width: 450px;
    bottom: 145px;
}

.kust-1 {
    position: absolute;
    left: 0;
    width: 450px;
    bottom: 145px;
}

.banner__content-oneline .comilfo-btn img {
    position: absolute;
    z-index: 6;
    left: 245px;
    height: 72px;
    width: auto;
    bottom: -15px;
    animation: 4s down-min infinite alternate;
    -webkit-animation: 4s down-min infinite alternate
}

.sale-15 {
    position: absolute;
    top: calc(570px + 0px);
    left: calc(50% - 75px + 0px);
    z-index: 6
}

.sale-15 img {
    width: 80%
}

.shilo {
    position: absolute;
    right: calc(15% - 75px + 0px);
    top: 120px
}

.shilo img {
    width: 85%;
    animation: rotation 14s infinite linear;
    -webkit-animation: rotation 14s infinite linear
}

.padding {
    padding-bottom: 70px
}

.padding .bgtitle {
    top: 105px;
    left: 66px
}

.block-1 .round:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: 100%/contain no-repeat url(../images/banners/b-shoe.png);
    top: 5px;
    position: relative;
    left: 9px
}

.r-sumok .block-1 .round:before,
.him-sumok .block-1 .round:before,
.pok-sumok .block-1 .round:before {
    height: 90px !important;
    background: 100%/contain no-repeat url(../images/banners/dior.png);
    top: -12px !important;
    left: -8px !important
}

.block-2 .round:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    background: 100%/contain no-repeat url(../images/banners/b-phone.png);
    left: -24px;
    top: -5px;
    transform: rotate(12deg)
}

.rotation {
    animation: rotation 10s infinite linear
}

@keyframes rotation {
    0% {
        opacity: 1;
        transform: translateX(0)translateY(0)rotate(0deg)scale(1, 1);
        animation-timing-function: linear
    }

    50% {
        opacity: 1;
        transform: translateX(-33px)translateY(26px)rotate(-8deg)scale(1, 1);
        animation-timing-function: linear
    }

    100% {
        opacity: 1;
        transform: translateX(0)translateY(0)rotate(0deg)scale(1, 1)
    }
}

@-webkit-keyframes rotation {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)translateY(0)rotate(0deg)scale(1, 1);
        animation-timing-function: linear
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-33px)translateY(26px)rotate(-8deg)scale(1, 1);
        animation-timing-function: linear
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)translateY(0)rotate(0deg)scale(1, 1)
    }
}

@keyframes down-min {
    0% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(50px)
    }
}

@-webkit-keyframes down-min {
    0% {
        -webkit-transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(50px)
    }
}

@keyframes down-mobile {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(20px)
    }
}

@-webkit-keyframes down-mobile {
    0% {
        -webkit-transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(20px)
    }
}

.round {
    width: 75px;
    height: 75px;
    background: linear-gradient(305deg, #161425 10%, #5e4747);
    border-radius: 100%;
    float: left;
    margin-right: 20px
}

@media (max-width:380px) {
    .him-sumok .banner__content {
        padding-top: 320px !important
    }

    .him-sumok .header__socials {
        top: 455px !important
    }

    .him-sumok .content-img:before {
        top: 4px !important
    }
}

@media (max-width:450px) {
    .padding {
        padding-bottom: 0px
    }

    .img__deco-right {
        width: 45%;
        right: -45px;
    }

    .padding .content-img:before {
        top: -170px;
        width: 100%;
        background-size: 280px;
        background-position-x: calc(50% - 0px + 0px);
        left: -21px;
        height: 600px;
    }

    .content-img:before {
        top: -45px;
        background-size: 160%
    }

    .padding .banner__content {
        padding-top: 255px
    }

    .banner__content-beforetitle {
        font-size: 20px;
        position: relative;
        top: 180px;
        text-align: center;
    }

    .after-btn {
        margin: 0px auto;
    }

    .sale-15 img {
        width: 52%
    }

    .sale-15 {
        top: calc(84px + 0px);
        left: 0;
        padding-left: 16px
    }

    padding .banner-img img {
        max-width: 300%;
        right: auto;
        left: 0
    }

    .padding .header__socials {
        display: block;
        text-align: center;
        width: 100%;
        top: 335px;
        transform: rotate(270deg);
        left: 40%;
    }

    .padding .banner__content-info {
        font-size: 16px;
        text-align: center;
        width: 80%;
        margin: 0px auto;
    }

    .img__deco-left img {
        width: 30%
    }

    .img__deco-left {
        top: 1028px;
        left: -50px;
        z-index: 3
    }

    .banner__content-bonus {
        display: grid;
        width: 75%;
        margin: 0 auto
    }

    .bonus__block {
        left: 0
    }

    .bonus__block-text {
        width: 100%
    }

    .banner__content-bonus .block-1 {
        padding-bottom: 30px
    }

    .banner__content-bonus .block-2 {
        padding-bottom: 75px
    }

    .banner__content-oneline .comilfo-btn img {
        left: 288px
    }

    .img__deco-center {
        top: calc(800px + 0px);
        right: calc(-8% - 75px + 0px);
        transform: rotate(0deg);
        animation: 4s down-mobile infinite alternate;
        -webkit-animation: 4s down-mobile infinite alternate;
    }

    .img__deco-center img {
        width: 82%
    }

    .header__socials img {
        transform: rotate(0deg);
        padding-bottom: 0;
        margin-right: 10px
    }

    .padding .bgtitle {
        top: 315px;
        left: 0
    }
}

@media (max-width:376px) {
    .bonus__block {
        top: 43px
    }

    .banner__content-oneline .comilfo-btn img {
        left: 275px
    }

    .img__deco-center {
        top: calc(720px + 0px);
        right: calc(-9% - 75px + 0px)
    }

    .banner__content-bonus {
        width: 80%
    }

    .img__deco-left img {
        width: 32%
    }
}

@media (max-width:361px) {
    .banner__content-oneline .comilfo-btn img {
        left: 275px
    }

    .img__deco-center {
        top: calc(720px + 0px);
        right: calc(-9% - 75px + 0px)
    }

    .banner__content-bonus {
        width: 90%
    }
}

@media (max-width:321px) {
    .banner__content-oneline .comilfo-btn img {
        left: 230px
    }

    .banner__content-bonus {
        width: 100%
    }

    .sale-15 img {
        width: 40%
    }

    #banner {
        padding-top: 0
    }
}

@media (max-width:1285px) {

    .header-navigation .whatsapp,
    .uslugi .dop-bg {
        display: none
    }
}

@media (min-width:815px) and (max-width:825px) {
    .content-img:before {
        top: -57px !important;
    }
}

@media (min-width:800px) and (max-width:835px) {
    .banner-img img {
        max-width: 141%;
    }

    .content-img:before {
        top: -46px;
        height: 550px;
        transform: rotate(0.5deg) !important;
    }

    .img__deco-right img {
        width: 50%
    }
}

@media (min-width:700px) and (max-width:805px) {
    .header__adress {
        display: none
    }

    .img__deco-right img {
        width: 50%
    }

    .img__deco-right {
        right: -50px;
        top: 70px
    }
}

@media (min-width:700px) and (max-width:835px) {
    .sale-15 img {
        width: 60%
    }

    .sale-15 {
        top: calc(570px + 0px);
        left: calc(67% - 69px + 0px)
    }

    .footer-menu a {
        font-size: 14px
    }
}

@media (min-width:1260px) and (max-width:1290px) {
    .about-container {
        height: 529px;
    }

    .adv-title {
        font-size: 21px;
    }

    .podpiska-img {
        left: 339px;
        top: -130px;
        width: 68%;
    }

    .instagram-box .leaves-2 img {
        width: 57%;
    }

    .leave {
        top: 500px;
        left: -60px;
    }

    .mastera {
        padding-top: 280px;
        margin-top: -188px;
    }

    .adv-info {
        font-size: 15px;
        line-height: 20px;
    }

    .scissors img {
        width: 75%;
    }

    .about-anna {
        top: -57px;
    }

    .long-container {
        width: 1170px;
    }

    .about-anna img {
        width: 83%;
    }

    .leaves-3 {
        top: -115px;
    }

    .about .info {
        padding-top: 167px;
        padding-bottom: 0;
    }

    .outline-leave-1 {
        display: none;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev {
        left: 20px;
    }

    #reviews .slick-arrow {
        margin-top: 0;
    }

    .kust-2,
    .kust-1 {
        width: 300px;
    }

    .fen {
        bottom: -429px;
    }

    .giftvoucher-box {
        padding-top: 200px;
    }

    .giftvoucher .img img:nth-child(1) {
        max-width: 95%;
        top: -155px;
        left: -18px;
    }

    .burger__icon {
        margin-left: -35px !important;
    }

    .giftvoucher .img img:nth-child(2) {
        top: -218px;
        left: 294px;
        width: 54%;
    }

    .giftvoucher .img img:nth-child(3) {
        left: -173px;
        top: 182px;
    }

    .giftvoucher-box .info {
        padding-bottom: 125px;
    }

    .bottom-decor {
        height: auto;
    }

    .header-burger {
        margin-left: -120px;
        margin-top: -8px !important;
    }

    .banner-img {
        margin-top: 85px;
    }

    .banner__content {
        padding-top: 200px;
    }

    .banner__content-title {
        font-size: 52px;
        line-height: 64px;
    }

    .banner__content-beforetitle {
        font-size: 32px;
    }

    .header__adress-title,
    .header__phone-title,
    .whatsapp__right-title {
        font-size: 25px
    }

    .padding .content-img:before {
        left: 325px;
        top: 184px;
        width: 90%;
        height: 567px;
    }

    .white-b {
        top: 540px;
        left: auto;
        right: 150px;
    }

    .img__deco-center {
        top: calc(557px + 0px);
        right: calc(9% - 75px + 0px)
    }
}

@media (min-width:363px) and (max-width:399px) {
    .block-2 .bonus__block-text {
        top: 5px
    }
}

.page-lines {
    display: none;
}

.mobile-developer {
    padding: 20px 0 10px 0;
    font-weight: 500;
    color: #ababab;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

@media (min-width: 413px) and (max-width: 415px) {
    .about-anna {
        top: -128px;
    }

    .advantages {
        margin-top: 140px;
    }
}

@media (min-width: 396px) and (max-width: 413px) {
    .about-anna {
        top: -129px;
    }

    .advantages {
        margin-top: 135px;
    }
}

@media (min-width: 381px) and (max-width: 385px) {
    .about-anna {
        top: -136px !important;
    }

    .advantages {
        margin-top: 113px;
    }

    .tool {
        top: 335px;
    }

    .mastera {
        margin-top: -120px;
        padding-top: 200px;
    }
}

@media screen and (max-width: 395px) {
    body .accepted-text {
        font-size: 0.8em;
    }
}

@media (min-width: 366px) and (max-width: 380px) {
    .phone-shadow {
        background-size: 81% !important;
        left: calc(50% - 100px + 0px) !important;
    }

    .about-anna {
        top: -139px !important;
    }

    .advantages {
        margin-top: 110px !important;
    }

    .mastera {
        margin-top: -120px;
        padding-top: 200px;
    }

    .tool {
        top: 325px;
    }
}

@media (min-width: 326px) and (max-width: 365px) {

    .h2-title,
    .seo h2,
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .header-phone {
        top: 2px;
        left: 32px;
    }

    .mastera {
        margin-top: -120px;
        padding-top: 200px;
    }

    .tool {
        top: 330px;
    }

    .adv-title {
        font-size: 22px;
    }

    .padding .content-img:before {
        top: -187px;
        background-size: 250px;
    }

    .giftvoucher .beforetitle {
        margin-top: -90px;
    }

    .fen {
        bottom: -165px;
    }

    #reviews {
        margin-top: -25px;
    }

    .phone-shadow {
        top: 300px !important;
        left: calc(50% - 92px + 0px) !important;
        background-size: 83% !important;
    }

    .about-anna {
        top: -143px !important;
    }

    .advantages {
        margin-top: 100px !important;
    }
}

@media (min-width:850px) and (max-width:880px) {
    .content-img:before {
        left: 340px !important;
        top: -32px !important;
        width: 50% !important;
        height: 657px !important;
        transform: rotate(1deg);
    }
}

@media (min-width:825px) and (max-width:840px) {
    .content-img:before {
        left: 340px !important;
        top: -46px !important;
        width: 50% !important;
        height: 657px !important;
        transform: rotate(1deg);
    }
}

@media (min-width:815px) and (max-width:824px) {
    .content-img:before {
        left: 340px !important;
        top: -57px !important;
        width: 50% !important;
        height: 657px !important;
        transform: rotate(1deg);
    }
}

@media (min-width:805px) and (max-width:814px) {
    .content-img:before {
        left: 340px !important;
        top: -65px !important;
        width: 50% !important;
        height: 657px !important;
        transform: rotate(1deg);
    }
}

@media (min-width:780px) and (max-width:804px) {
    .content-img:before {
        left: 166px !important;
        top: 126px !important;
        height: 461px !important;
    }
}

@media (min-width:760px) and (max-width:770px) {
    .content-img:before {
        left: 166px !important;
        top: 135px !important;
        height: 412px !important;
        transform: rotate(1deg);
    }

    .white-b {
        display: none;
    }

    .padding {
        padding-bottom: 0px;
    }
}

@media (min-width:1250px) and (max-width:1280px) {
    .phone-shadow {
        left: calc(50% - 124px + 0px);
        background-size: 30%;
    }

    .mastera .tarkikComandSlider {
        width: 1170px;
    }

    .mastera .slick-next,
    .uslugi .slick-next {
        right: -15px !important;
    }

    .mastera .slick-prev,
    .uslugi .slick-prev {
        left: -15px !important;
    }

    .uslugi .tarkikComandSlider {
        width: 1170px;
    }

    .categories figcaption {
        margin: 3.2em 1.5em;
    }

    .categories .text-box p {
        font-size: 13px;
        line-height: 16px;
        top: -12px;
    }
}

@media (min-width:1300px) and (max-width:1390px) {
    .giftvoucher-box {
        padding-top: 200px;
    }

    .leave img {
        width: 60%;
    }

    .leave {
        top: 530px;
        left: -50px;
    }

    .seo .leaves-3 {
        display: none;
    }

    .instagram-box .leaves-2 img {
        width: 65%;
    }

    .instagram-box .leaves-2 {
        right: -133px;
    }

    .outline-leave-1 {
        display: none;
    }

    .giftvoucher-box .info {
        padding-bottom: 140px;
    }

    .bottom-decor {
        height: auto;
    }

    .phone-shadow {
        background-size: 28%;
    }

    .leaves-3 {
        top: -115px;
    }

    .kust-2,
    .kust-1 {
        width: 310px;
    }

    .content-img:before {
        left: 340px;
        top: 140px;
        height: 630px;
        transform: rotate(-1deg);
    }

    .banner-img {
        margin-top: 60px;
    }

    .header-burger {
        margin-left: -98px;
        margin-top: -4px;
    }

    .banner__content-title {
        font-size: 64px;
        line-height: 75px;
    }

    .banner__content {
        padding-top: 190px;
    }

    .burgermenu-title {
        left: 15px !important;
    }

    .tarkikComandSlider {
        width: 1270px
    }

    .categories .text-box p {
        font-size: 14px;
        line-height: 19px
    }

    .uslugi-more {
        font-size: 9px
    }
}

@media (min-width:1395px) and (max-width:2600px) {
    .bottom-decor {
        height: auto !important;
    }
}

@media (min-width:1395px) and (max-width:1500px) {
    .phone-shadow {
        background-size: 27%;
    }

    .leaves-3 {
        top: -73px;
        left: -20px;
    }

    .leave {
        top: 560px;
        left: -51px;
    }

    .leave img {
        width: 70%;
    }

    .kust-1,
    .kust-2 {
        ;
        width: 340px;
    }

    .header-burger {
        margin-left: -110px;
        margin-top: -3px;
    }

    .burgermenu-title {
        left: 15px;
    }

    .banner-img {
        margin-top: 50px;
    }
}

@media (min-width:1550px) and (max-width:1650px) {
    .banner-img {
        margin-top: -36px;
    }

    .phone-shadow {
        top: 355px;
        background-size: 24%;
    }

    .kust-1,
    .kust-2 {
        width: 400px;
    }
}

@media (min-width:1660px) and (max-width:1890px) {
    .banner-img {
        margin-top: -100px;
    }
}

@media (min-width:1900px) and (max-width:1980px) {
    .img__deco-center {
        right: calc(22% - 75px + 0px);
        transform: rotate(66deg)
    }

    .banner-img {
        margin-top: -200px;
    }

    .content-img:before {
        top: 139px;
        height: 666px;
        transform: rotate(1deg);
    }

    .phone-shadow {
        top: 383px;
        background-size: 20%;
    }

    #reviews-slide {
        padding-top: 190px;
    }

    .reviews .bottom-decor {
        bottom: 43px !important;
    }

    .leaves-3 {
        left: 188px;
    }

    .mastera {
        margin-top: -230px;
    }

    .seo .leaves-3 {
        left: 0;
    }
}

@media (min-width:2200px) and (max-width:2600px) {
    .phone-shadow {
        top: 450px;
        left: calc(50% - 133px + 0px);
        background-size: 15%;
    }

    .reviews .text-container {
        padding: 0 0 40px 0;
        width: 60%;
        margin: 0px auto;
    }

    #reviews-slide {
        padding-top: 260px;
    }

    .mastera {
        margin-top: -270px;
    }

    .seo .leaves-3 {
        left: 0;
    }

    .leaves-3 {
        left: 20%;
    }

    .ad-container {
        margin-bottom: 290px;
    }

    .leave {
        top: 530px;
    }

    .advantages {
        margin-top: 40px;
        padding-top: 265px;
    }

    .reviews .bottom-decor {
        bottom: 0;
    }

    .reviews-bg {
        height: 1140px;
    }

    .content-img:before {
        height: 665px;
        transform: rotate(2.3deg);
    }

    .banner-img {
        margin-top: -534px;
    }

    .img__deco-center {
        right: calc(29% - 75px + 0px);
        transform: rotate(48deg)
    }

    #banner .banner-img img,
    .img__deco-right img,
    .img__deco-left img {
        width: 100%
    }
}

@media (min-width:760px) and (max-width:830px) {
    .header-burger {
        display: none !important;
    }
}

.master-container__left {
    width: 50%;
    padding-right: 70px;
}

.master-container__right {
    width: 50%;
}

.master-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
}

.master-container .master img {
    border-radius: 20px;
}

.master-title {
    font-family: var(--font-display);
    line-height: 62px;
    margin-bottom: 40px;
    text-align: left;
}

.section-policy__container {
    padding: 200px 0 100px;
}

.policy-title {
    margin-bottom: 50px;
}

.policy-info h2 {
    text-align: left;
    font-size: 30px;
    text-transform: none;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
}

.policy-info ol {
    padding-inline-start: 20px;
}

.policy-info a {
    color: #000;
    text-decoration: underline;
}

.policy-title h1 {
    font-size: 42px;
    text-align: left;
    color: #000;
    text-transform: none;
}

.policy-contacts {
    display: block;
    margin-top: 15px;
}

.kontakty-container .ip {
    font-size: 13px;
    color: #999;
    margin-left: 31px;
    line-height: 1.5;
    font-weight: 100;
}

.cookie-container {
    position: fixed;
    bottom: 30px;
    left: 5%;
    transform: translateX(0) translateY(100px);
    opacity: 0;
    color: #000;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 9%), 0px 1px 24px rgb(0 0 0 / 6%);
    max-width: 580px;
    width: 90%;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    transition: transform .5s, opacity .5s;
    display: flex !important;
    line-height: 18px;
    backdrop-filter: blur(10px);
    background: #ffffffbd;
    font-size: 15px;
}

.cookie-text a {
    color: #000000;
    transition: .2s;
    text-decoration: underline;
}

.cookie-text p {
    margin: 0;
}

.cookies-btn,
.markets img,
.markets-menu img {
    transition: .4s
}

.cookie-container.show {
    transform: translateX(0) translateY(0);
    opacity: 1
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    flex: 1
}

.cookie-content a {
    color: #ffd866;
    text-decoration: underline
}

.cookies-btn {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: linear-gradient(var(--c-accent) 0, var(--c-accent-light) 150%);
    cursor: pointer;
    width: calc(100% / 2 - 10px);
}

.cookies-btn:hover {
    background: linear-gradient(var(--c-accent) 0, #639944 150%);
    color: #fff
}

.cookie-icon img {
    display: block;
    width: 45px;
    height: auto
}