*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/* font-family: "Yanone Kaffeesatz"; */
html {
    font-size: 62.5%
}

body {
    position: relative;
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    background-color: #191817;
    font-family: "Yanone Kaffeesatz";
}

html,
body {
    overflow-x: hidden
}

ul,
ol {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: transparent
}

button:focus {
    outline: none
}

.container-header {
    margin: 0 auto;
    max-width: 1526px;
    padding: 0 20px
}

.container-main {
    margin: 0 auto;
    max-width: 1357px;
    padding: 0 20px
}

.template-sign-up-online {
    display: inline-block;
    padding: 14px 52px 8px;
    background-color: #ff3000;
    font-family: "Yanone Kaffeesatz";
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    line-height: normal
}

.template-sign-up-online:hover {
    background-color: #ff4000
}

.template-sign-up {
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    text-transform: uppercase;
    background-color: #ff3000;
    color: #fff;
    padding: 12px 40px 8px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out
}

.template-sign-up:hover {
    background-color: #ff4000
}

.template-all-services {
    border-radius: 2px;
    background-color: #fff;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    text-transform: uppercase;
    padding: 12px 44px 8px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.template-all-services:hover {
    color: #ff3000
}

.section-title {
    font-family: "OPTICeasar";
    font-size: 99px;
    text-transform: uppercase;
    line-height: 92px;
    color: #fff;
    font-weight: 100
}

.black-out-pop-up-our-services,
.black-out-pop-up-select-city,
.black-out-pop-up-add-review,
.black-out-pop-up-terms-use,
.black-out-pop-up-shop-card,
.black-out-pop-up-online_appointment{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #191817;
    width: 100%;
    height: 100%;
    z-index: 1020;
    opacity: 0.85;
    
}






.close {
    cursor: pointer;
    position: absolute;
    top: 29px;
    right: 29px
}

.close svg {
    width: 33px;
    height: 32px
}

.close svg g path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.close:hover svg g path {
    fill: #ff3000
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #CCC
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

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

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

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

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

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

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

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

.mfp-figure {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url("../fonts/YanoneKaffeesatz-ExtraLight.eot");
    src: url("../fonts/YanoneKaffeesatz-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-ExtraLight.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-ExtraLight.woff") format("woff"), url("../fonts/YanoneKaffeesatz-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url("../fonts/YanoneKaffeesatz-Bold.eot");
    src: url("../fonts/YanoneKaffeesatz-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Bold.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Bold.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url("../fonts/YanoneKaffeesatz-Light.eot");
    src: url("../fonts/YanoneKaffeesatz-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Light.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Light.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url("../fonts/YanoneKaffeesatz-Regular.eot");
    src: url("../fonts/YanoneKaffeesatz-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YanoneKaffeesatz-Regular.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Regular.woff") format("woff"), url("../fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OPTICeasar';
    src: url("../fonts/OPTICeasar-Regular.otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.header {
    position: relative;
    z-index: 60
}

.header .header__wrapper {
    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;
    padding: 22px 0;
    position: relative;
    min-height: 200px
}

.header .header__wrapper .header__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__wrapper .header__left-side .burger {
    cursor: pointer
}

.header .header__wrapper .header__left-side .burger span {
    display: block;
    width: 43px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.header .header__wrapper .header__left-side .burger span~span {
    margin-top: 9px
}

.header .header__wrapper .header__left-side .burger:hover span {
    background-color: #ff3000
}

.header .header__wrapper .header__left-side .burger-active span:nth-child(2) {
    opacity: 0
}

.header .header__wrapper .header__left-side .burger-active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 8px);
    -ms-transform: rotate(45deg) translate(6px, 8px);
    transform: rotate(45deg) translate(6px, 8px)
}

.header .header__wrapper .header__left-side .burger-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -12px);
    -ms-transform: rotate(-45deg) translate(10px, -12px);
    transform: rotate(-45deg) translate(10px, -12px)
}

.header .header__wrapper .header__left-side .header__name {
    font-family: "OPTICeasar";
    font-size: 47px;
    text-transform: uppercase;
    margin-left: 35px;
    letter-spacing: 1.2px;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.header .header__wrapper .header__left-side .header__name:hover {
    color: #ff3000
}

.header .header__wrapper .logo {
    display: block;
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .header__wrapper .logo img {
    width: 191px
}

.header .header__wrapper .header__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__wrapper .header__right-side .location {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__wrapper .header__right-side .location svg {
    fill: #fff;
    width: 15px;
    height: 22px
}

.header .header__wrapper .header__right-side .location svg g path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.header .header__wrapper .header__right-side .location .title {
    color: #fff;
    margin-left: 10px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    border-bottom: 1px dashed #fff;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.header .header__wrapper .header__right-side .location:hover svg g path {
    fill: #ff3000
}

.header .header__wrapper .header__right-side .location:hover .title {
    color: #ff3000;
    border-color: #ff3000
}

.header .header__wrapper .header__right-side .social-links {
    margin-left: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__wrapper .header__right-side .social-links .social-links__item {
    display: block
}

.header .header__wrapper .header__right-side .social-links .social-links__item svg {
    width: 41px;
    height: 41px
}

.header .header__wrapper .header__right-side .social-links .social-links__item svg g path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.header .header__wrapper .header__right-side .social-links .social-links__item:hover svg g path {
    fill: #ff3000
}

.header .header__wrapper .header__right-side .social-links .social-links__item~.social-links__item {
    margin-left: 17px
}

.button-up {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 40
}

.button-up .container {
    padding: 0
}

.button-up .button-up__wrapper {
    width: 100%;
    height: 52px;
    position: relative
}

.button-up .button-up__wrapper button {
    z-index: 40;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 73px;
    height: 52px;
    background-color: #2c2926;
    border: 1px solid #424241;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out
}

.button-up .button-up__wrapper button img {
    width: 28px;
    height: 12px
}

.button-up .button-up__wrapper button span {
    margin-top: 9px;
    font-family: "Yanone Kaffeesatz";
    font-size: 18px;
    color: #fff;
    line-height: 9px
}

.button-up .button-up__wrapper button:hover {
    background-color: #ff3000
}

.header-burger-menu {
    display: none;
    position: absolute;
    top: 0;
    padding-top: 18.5%;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background-color: #191817
}

.header-burger-menu .header-burger-menu__wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-burger-menu .header-burger-menu__wrapper nav ul li {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    margin: 0 10px
}

.header-burger-menu .header-burger-menu__wrapper nav ul li a {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: "OPTICeasar";
    font-size: 60px;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.header-burger-menu .header-burger-menu__wrapper nav ul li a:hover {
    color: #ff3000
}

.header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(5) {
    margin-top: 150px
}

.header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(6) {
    margin-top: 150px
}

.header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(7) {
    margin-top: 150px
}

.header-burger-menu .social-links-burger-menu {
    display: none;
    margin-top: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-burger-menu .social-links-burger-menu .social-links__item {
    display: block
}

.header-burger-menu .social-links-burger-menu .social-links__item svg {
    width: 41px;
    height: 41px
}

.header-burger-menu .social-links-burger-menu .social-links__item svg g path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.header-burger-menu .social-links-burger-menu .social-links__item:hover svg g path {
    fill: #ff3000
}

.header-burger-menu .social-links-burger-menu .social-links__item~.social-links__item {
    margin-left: 17px
}

.pop-up-our-services {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1445px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 66px 67px 53px;
    -webkit-box-shadow: 0 0 18px 5px #00000087;
    box-shadow: 0 0 18px 5px #00000087
}

.pop-up-our-services .section-title {
    color: #403e3c
}

.pop-up-our-services .content-wrapper {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 0.45fr 0.45fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pop-up-our-services .content-wrapper .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 5px;
    border-bottom: 1px solid #4c4b49
}

.pop-up-our-services .content-wrapper .services-item .services-item__left-side {
    margin-right: 20px
}

.pop-up-our-services .content-wrapper .services-item .services-item__left-side .title {
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff
}

.pop-up-our-services .content-wrapper .services-item .services-item__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pop-up-our-services .content-wrapper .services-item .services-item__right-side .minuts {
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #9c9b9b;
    white-space: nowrap
}

.pop-up-our-services .content-wrapper .services-item .services-item__right-side .price {
    min-width: 53px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff;
    margin-left: 101px
}

.pop-up-our-services .content-wrapper .left-content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 20px
}

.pop-up-our-services .content-wrapper .right-content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
}

.pop-up-our-services .sign-up {
    margin-top: 65px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pop-up-select-city {
    display: none;
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1020;
    width: 623px;
    background-color: #191817;
    padding: 50px 65px 58px;
    -webkit-box-shadow: 0 0 18px 5px #00000087;
    box-shadow: 0 0 18px 5px #00000087
}

.pop-up-select-city .section-title {
    text-align: center;
    font-size: 68px;
    line-height: normal
}

.pop-up-select-city .select-wrapper {
    margin-top: 52px;
    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
}

.pop-up-select-city .select-wrapper .select-item {
    cursor: pointer;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #fff;
    border-bottom: 1px dashed #fff;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out
}

.pop-up-select-city .select-wrapper .select-item:hover {
    color: #ff3000;
    border-color: #ff3000
}

.main-banner .main-banner__wrapper {
    padding: 35px 102px 67px;
    background: url("../img/mainBannerBg.jpg") no-repeat center/cover;
    position: relative
}

.main-banner .main-banner__wrapper .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-banner .main-banner__wrapper .main-menu ul li a {
    font-family: "Yanone Kaffeesatz";
    font-size: 28px;
    color: #e3e3e3;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.main-banner .main-banner__wrapper .main-menu ul li a:hover {
    color: #fff;
    border-color: #fff
}

.main-banner .main-banner__wrapper .title {
    margin-top: 33px;
    margin-bottom: 0;
    text-align: center;
    font-family: "OPTICeasar";
    font-size: 141px;
    color: #ff3000;
    text-transform: uppercase;
    font-weight: 100
}

.main-banner .main-banner__wrapper .sub-title {
    margin: 0 auto;
    max-width: 535px;
    text-align: center;
    font-family: "OPTICeasar";
    font-size: 77px;
    color: #fff;
    line-height: 71px;
    max-width: 620px;
    font-weight: 100
}

.main-banner .main-banner__wrapper .sign-up {
    margin-top: 33px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-banner .main-banner__wrapper .razor {
    position: absolute;
    bottom: -239px;
    right: -169px
}

.about-us {
    margin-top: 116px
}

.about-us .about-us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-us .about-us__wrapper .left-content {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    margin-right: 20px
}

.about-us .about-us__wrapper .left-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us .about-us__wrapper .right-content {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%
}

.about-us .about-us__wrapper .right-content .section-title {
    margin-top: -10px
}

.about-us .about-us__wrapper .right-content .description {
    margin-top: 30px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #9d9d9d;
    max-width: 521px
}

.about-us .about-us__wrapper .right-content .more-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px
}

.about-us .about-us__wrapper .right-content .more-information .title {
    font-family: "Yanone Kaffeesatz";
    color: #9a9a9a;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase
}

.about-us .about-us__wrapper .right-content .more-information .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 41px
}

.about-us .about-us__wrapper .right-content .more-information .social-links .social-links__item {
    display: block;
    position: relative
}

.about-us .about-us__wrapper .right-content .more-information .social-links .social-links__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1
}

.about-us .about-us__wrapper .right-content .more-information .social-links .social-links__item svg {
    width: 33px;
    height: 33px
}

.about-us .about-us__wrapper .right-content .more-information .social-links .social-links__item svg g path {
    fill: #ff3000
}

.about-us .about-us__wrapper .right-content .more-information .social-links .social-links__item~.social-links__item {
    margin-left: 10px
}

.popular-services {
    margin-top: 78px;
    background-color: #2d2b29;
    position: relative
}

.popular-services .popular-services__wrapper {
    padding: 68px 0 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popular-services .popular-services__wrapper .left-content {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    margin-right: 20px
}

.popular-services .popular-services__wrapper .left-content .buttons-block {
    margin-top: 34px
}

.popular-services .popular-services__wrapper .left-content .buttons-block .sign-up {
    margin-left: 14px
}

.popular-services .popular-services__wrapper .right-content {
    -ms-flex-preferred-size: 57.5%;
    flex-basis: 57.5%
}

.popular-services .popular-services__wrapper .right-content .services-item:first-child {
    margin-top: -14px
}

.popular-services .popular-services__wrapper .right-content .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 5px;
    border-bottom: 1px solid #4c4b49
}

.popular-services .popular-services__wrapper .right-content .services-item .services-item__left-side {
    margin-right: 20px
}

.popular-services .popular-services__wrapper .right-content .services-item .services-item__left-side .title {
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff
}

.popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .minuts {
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #9c9b9b
}

.popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .price {
    min-width: 53px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff;
    margin-left: 101px
}

.our-works {
    margin-top: 69px
}

.our-works .our-works__wrapper .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-works .our-works__wrapper .title-block .select-view {
    margin-top: -10px;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-works .our-works__wrapper .title-block .select-view .select-view__item {
    margin-top: 10px;
    cursor: pointer;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #9a9a9a;
    text-transform: uppercase;
    padding: 8px 27px 4px;
    border-radius: 22px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out
}

.our-works .our-works__wrapper .title-block .select-view .select-view__item:hover {
    color: #fff;
    background-color: #323130
}

.our-works .our-works__wrapper .title-block .select-view .select-view__item-active {
    cursor: pointer;
    pointer-events: none;
    color: #000 !important;
    background-color: #fff !important
}

.our-works .our-works__wrapper .title-block .section-title {
    margin-right: 86px
}

.our-works .our-works__wrapper .slider-wrapper {
    margin-top: 42px;
    padding-bottom: 58px
}

.our-works .our-works__wrapper .slider-wrapper .slick-list {
    margin: 0 -17px
}

.our-works .our-works__wrapper .slider-wrapper .slick-slide {
    height: 366px;
    margin: 0 17px
}

.our-works .our-works__wrapper .slider-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 100
}

.our-works .our-works__wrapper .slider-wrapper .slick-arrow svg {
    width: 49px;
    height: 23px
}

.our-works .our-works__wrapper .slider-wrapper .slick-arrow svg g path {
    fill: #636262;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.our-works .our-works__wrapper .slider-wrapper .slick-arrow:hover svg g path {
    fill: #fff
}

.our-works .our-works__wrapper .slider-wrapper .slick-prev {
    left: 44.5%
}

.our-works .our-works__wrapper .slider-wrapper .slick-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.our-works .our-works__wrapper .slider-wrapper .slick-next {
    right: 44.5%
}

.our-works .our-works__wrapper .slider-wrapper .slider-item {
    cursor: pointer;
    height: 366px;
    position: relative
}

.our-works .our-works__wrapper .slider-wrapper .slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.our-works .our-works__wrapper .slider-wrapper .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #636262;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.our-works .our-works__wrapper .slider-wrapper .slider-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 47px;
    height: 46px;
    background: url("../img/zoom.svg") no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.our-works .our-works__wrapper .slider-wrapper .slider-item:hover::before {
    opacity: 0.3
}

.our-works .our-works__wrapper .slider-wrapper .slider-item:hover::after {
    opacity: 0.3
}

.our-works .our-works__wrapper .our-works-slider-wrapper-hidden {
    opacity: 0;
    visibility: hidden;
    position: fixed
}

.certificates {
    margin-top: 70px
}

.certificates .certificates__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2c2926
}

.certificates .certificates__wrapper .left-content {
    position: relative;
    z-index: 20;
    margin-right: 20px;
    padding: 80px 0 79px 75px;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.certificates .certificates__wrapper .left-content .section-title {
    max-width: 500px;
    line-height: 88px
}

.certificates .certificates__wrapper .left-content .section-title span {
    color: #ff3000
}

.certificates .certificates__wrapper .left-content .description {
    margin-top: -56px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff;
    max-width: 420px;
    margin-left: auto
}

.certificates .certificates__wrapper .right-content {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    position: relative
}

.certificates .certificates__wrapper .right-content img {
    position: absolute;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 56px
}

.certificates .certificates__wrapper .right-content::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 806px;
    height: 100%;
    background: url("../img/fireBg.jpg") no-repeat right;
    z-index: 10
}

.our-worker {
    background-color: #2d2b29;
    margin-top: 85px
}

.our-worker .our-worker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 71px 0 38px
}

.our-worker .our-worker__wrapper .left-content {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
    margin-right: 20px
}

.our-worker .our-worker__wrapper .left-content .name-worker-wrapper {
    margin-top: 44px;
    max-width: 381px
}

.our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item:hover .title {
    color: #ff3000;
    border-color: #ff3000
}

.our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .title {
    display: inline-block;
    font-family: "OPTICeasar";
    font-size: 52px;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-bottom: 4px solid transparent
}

.our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .description {
    margin-top: 11px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff;
    max-width: 350px;
    line-height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.our-worker .our-worker__wrapper .left-content .sign-up {
    margin-top: 53px
}

.our-worker .our-worker__wrapper .right-content {
    padding-top: 10px;
    margin-left: 75px;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper {
    max-width: 1200px;
    padding-bottom: 53px
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-slide {
    margin: 0 18px;
    width: 355px;
    height: 417px;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-slide:not(.slick-current) {
    -webkit-filter: opacity(0.3) grayscale(0.8);
    filter: opacity(0.3) grayscale(0.8);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 100
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow svg {
    width: 49px;
    height: 23px
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow svg g path {
    fill: #636262;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow:hover svg g path {
    fill: #fff
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-prev {
    left: 109px
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-next {
    left: 192px
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slider-item {
    width: 355px;
    height: 417px
}

.our-worker .our-worker__wrapper .right-content .slider-wrapper .slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contacts {
    padding-top: 133px
}

.contacts .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts .contacts__wrapper .left-content {
    margin-right: 20px;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    position: relative;
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 55px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: -105px;
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select {
    background-color: #fff;
    border-radius: 22px;
    width: 339px;
    cursor: pointer;
    position: relative;
    z-index: 10
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .current-option {
    padding: 8px 0 4px 33px;
    font-family: "Yanone Kaffeesatz";
    font-size: 30px;
    text-transform: uppercase;
    position: relative
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 22px;
    border: 8px solid transparent;
    border-top: 15px solid #000;
    -webkit-transition: border-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select:hover::before {
    border-top-color: #ff3000
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .custom-option-menu {
    padding-top: 10px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    z-index: -1;
    border-radius: 0 0 22px 22px;
    overflow: hidden
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .custom-option-menu ul li {
    font-family: "Yanone Kaffeesatz";
    font-size: 30px;
    text-transform: uppercase;
    padding: 6px 33px 4px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #000
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .custom-option-menu ul li:hover {
    color: #fff;
    background-color: #ff3000
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select-active {
    padding-bottom: 0
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select-active::before {
    -webkit-transform: rotate(180deg) translateY(10px);
    -ms-transform: rotate(180deg) translateY(10px);
    transform: rotate(180deg) translateY(10px)
}

.contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select~.custom-select {
    margin-left: 23px
}

.contacts .contacts__wrapper .left-content .map {
    width: 100%;
    height: 509px;
    background-color: red;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.contacts .contacts__wrapper .right-content {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%
}

.contacts .contacts__wrapper .right-content .section-title {
    line-height: 77px
}

.contacts .contacts__wrapper .right-content .address {
    margin-top: 70px
}

.contacts .contacts__wrapper .right-content .address .title {
    font-family: "OPTICeasar";
    font-size: 50px;
    color: #fff
}

.contacts .contacts__wrapper .right-content .address .sub-title {
    margin-top: 19px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff
}

.contacts .contacts__wrapper .right-content .phone {
    margin-top: 20px
}

.contacts .contacts__wrapper .right-content .phone .title {
    font-family: "OPTICeasar";
    font-size: 36px;
    color: #fff
}

.contacts .contacts__wrapper .right-content .phone .sub-title {
    margin-top: 22px;
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #fff
}

.contacts .contacts__wrapper .right-content .sign-up {
    display: inline-block;
    margin-top: 30px
}

.footer {
    margin-top: 50px !important;
    background: url("../img/footerBg.jpg") no-repeat center/cover
}

.footer .footer__wrapper {
    padding: 53px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.footer .footer__wrapper .footer__left-side .footer__menu {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .footer__wrapper .footer__left-side .footer__menu ul li~li {
    margin-top: 14px
}

.footer .footer__wrapper .footer__left-side .footer__menu ul li a {
    font-family: "Yanone Kaffeesatz";
    font-size: 20px;
    color: #e3e3e3;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out
}

.footer .footer__wrapper .footer__left-side .footer__menu ul li a:hover {
    border-color: #e3e3e3
}

.footer .footer__wrapper .footer__left-side .footer__menu ul~ul {
    margin-left: 116px
}

.footer .footer__wrapper .logo {
    position: absolute;
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer .footer__wrapper .logo img {
    width: 191px
}

.footer .footer__wrapper .footer__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px
}

.footer .footer__wrapper .footer__right-side .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer__wrapper .footer__right-side .social-links .social-links__item {
    display: block
}

.footer .footer__wrapper .footer__right-side .social-links .social-links__item svg {
    width: 41px;
    height: 41px
}

.footer .footer__wrapper .footer__right-side .social-links .social-links__item svg g path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out
}

.footer .footer__wrapper .footer__right-side .social-links .social-links__item:hover svg g path {
    fill: #ff3000
}

.footer .footer__wrapper .footer__right-side .social-links .social-links__item~.social-links__item {
    margin-left: 17px
}

.footer .footer__wrapper .footer__right-side .site-title,
.footer .footer__wrapper .footer__right-side .copyright {
    text-align: right;
    font-size: 20px;
    font-family: "Yanone Kaffeesatz";
    color: #e3e3e3
}

.footer .footer__wrapper .footer__right-side .site-title {
    margin-top: 27px
}

.footer .footer__wrapper .footer__right-side .copyright {
    margin-top: 14px
}

/* blog */


.blog_content .blog_title,
.blog-open_content .blog-open_title,
.shop_content .shop_title{
    font-family: "OPTICeasar";
    color: #fff;
    font-size: 99px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.content-back_btn{
    margin-bottom: 30px;
}
.content-back_btn a{
    
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #2E2D2C;
}
.content-back_btn a svg{
    width: 50px;
    transform: rotate(180deg);
    margin-right: 10px;
    vertical-align: top;
}

.blog_wrapper{
    display: flex;
    
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog_wrapper .blog_wrapper_item{
    flex-basis: 31%;
    margin-right: 20px;
    height: 343px;
    margin-bottom: 30px;
    position: relative;
    
    
}
.blog_wrapper .blog_wrapper_item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px -69px 58px 0px #2C2927;
}
.blog_wrapper .blog_wrapper_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c292793;
    transition: .3s;
}
.blog_wrapper .blog_wrapper_item:hover::before{
    background-color: transparent;
    transition: .3s;
}
.blog_wrapper .blog_wrapper_item img{
    width: 100%;
    height: 99%;
    
}
.blog_wrapper .blog_wrapper_item .text{
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 10;
}
.blog_wrapper .blog_wrapper_item .text p{
    color: #fff;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz";
    font-size: 32px;

}

.blog_content .page_nav{
    width: 440px;
    margin: 0 auto;
    margin-top: 30px;
}
.blog_content .page_nav ul{
    display: flex;
    justify-content: space-between;
}
.blog_content .page_nav ul li svg{
    width: 50px;
}
.blog_content .page_nav ul li:first-child svg{
    transform: rotate(180deg);
}
.blog_content .page_nav ul li a{
    color: #fff;
    font-size: 34px;
    font-family: "Yanone Kaffeesatz";
}
.blog_content .page_nav ul li:not(:first-child):not(:last-child){
    background-color: transparent;
    padding: 0 13px;
    border-radius: 3px;
}
.blog_content .page_nav ul li:not(:first-child):not(:last-child):hover{
    background-color: red;
}
.active-color{
    background-color: red !important;
}
.blog_content .page_nav ul li:not(:first-child):not(:last-child):active{
    background-color: red !important;
}
.blog_content .page_nav ul li:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 55px;
}
.blog_content .page_nav ul li:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 55px;
}




/* blog-open */

.blog-open_content .blog-open_title{
    font-size: 52px;
    text-align: left;
}
.blog-open_content .blog-open_subtitle{
    font-size: 24px;
    color: #B3B3B3;
    font-family: "Yanone Kaffeesatz";
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.content-back_btn a:hover{
    color: #FF3000;
}
.content-back_btn a:hover svg path{
    fill: #FF3000
}

.blog-open_wrapper{
    display: flex;
    
    
}


.blog-open_wrapper .open_wrapper_item{
    flex-basis: 24%;
    padding: 0 40px 0 0;
}


.blog-open_wrapper .open_wrapper_item .txt span{
    font-size: 36px;
    color: #F3F3F3;
    font-family: "Yanone Kaffeesatz";
    display: block;
    margin: 20px 0;
}


.blog-open_wrapper .open_wrapper_item .txt p{
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #B0B0B0;
    font-family: "Yanone Kaffeesatz";
}
.open_blog_txt{
    margin-top: 75px;
}
.open_blog_txt p{
    font-family: "Yanone Kaffeesatz";
    font-size: 24px;
    color: #B9B9B9;
    margin-bottom: 50px;
    letter-spacing: 0.6px;
}
.open_blog_repost{
    display: flex;
}
.open_blog_repost span{
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #585757;
    padding-top: 4px;
}
.open_blog_repost .link_repost{
    background-color: #2D2B29;
    width: 300px;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px 6px 15px;
    border-radius: 20px;
    margin: 0 15px;

    
}
.open_blog_repost .link_repost p{
    font-family: "Yanone Kaffeesatz";
    font-size: 21px;
    color: #7E7D7C;
}


.open_blog_repost .social_links{
    display: flex;
}

.open_blog_repost .social_links a{
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.open_blog_repost .social_links a:hover svg path{
    fill: #fff;
}















/* shop */
.shop_wrapper {
    margin-top: 60px;
}

.shop_wrapper .shop_tab_links{
    display: flex;
    flex-wrap: wrap;
}

.shop_wrapper .shop_tab_links a{
    font-size: 30px;
    color: #9A9A9A;
    font-family: "Yanone Kaffeesatz";
    text-transform: uppercase;
    
    padding:6px 32px;
    border-radius: 25px;
    
}
.shop_wrapper .shop_tab_links a:hover{
    background-color: #323130;
    color: #fff;

}

.a-shop-active{
    background-color: #fff !important;
    color: #000 !important;
}
.shop_wrapper .shop_prod_tab{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-top: 30px;
}






.shop_wrapper .shop_prod_tab .shop_prod_item,
.shop_wrapper .shop_prod_tab .sertificate{
    flex-basis: 30%;
    margin-right: 30px;
    border: 1px solid #272624;
    padding-top: 55px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    
    
}
.shop_wrapper .shop_prod_tab .shop_prod_item:hover{
    background-color: #222120;
    border-color: #787775;
    cursor: pointer;
}
.shop_wrapper .shop_prod_tab .shop_prod_item:hover .txt a{
    border-bottom: 1px solid #fff;
}

.shop_wrapper .shop_prod_tab .shop_prod_item .img {
    text-align: center;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.shop_wrapper .shop_prod_tab .shop_prod_item .txt{
    padding-left: 30px;
    padding-right: 25px;
    margin-top: 50px;
   

}
.shop_wrapper .shop_prod_tab .shop_prod_item .txt p{
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #5E5E5D;
    margin-bottom: 15px;
}

.shop_wrapper .shop_prod_tab .shop_prod_item .txt a{
    color: #fff;
    font-family: "Yanone Kaffeesatz";
    font-size: 36px;
    text-transform: uppercase;

}
.shop_wrapper .shop_prod_tab .shop_prod_item .txt a:hover{
    color: #ff3000;
    border-color: #ff3000;
}

.shop_wrapper .shop_prod_tab .shop_prod_item  .price{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 25px;
    
}

.shop_wrapper .shop_prod_tab .shop_prod_item  .price p{
    font-size: 30px;
    color: #787878;
    text-transform: uppercase;
    margin: 0;
    font-family: "Yanone Kaffeesatz";
}

.shop_wrapper .shop_prod_tab .shop_prod_item  .price a{
    font-family: "Yanone Kaffeesatz";
    color: #000;
    font-size: 24px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 11px 41px;
    border-radius: 3px;
    border: none;
}
.shop_wrapper .shop_prod_tab .shop_prod_item  .price a:hover{
    color: #ff3000;
}









.shop_wrapper .shop_prod_tab .sertificate{
    position: relative;
}

.shop_wrapper .shop_prod_tab .sertificate::before{
    content: "";
    background-image: url('../img/shop/sertificate_fon2.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 455px;
   
}
.shop_wrapper .shop_prod_tab .sertificate {
    border-color: #852F19;
}
.shop_wrapper .shop_prod_tab .sertificate .img{
    z-index: 1;
}
.shop_wrapper .shop_prod_tab .sertificate:hover{
    border-color: red;
    background-color: #222120;
}

.shop_wrapper .shop_prod_tab .sertificate .price{
    display: flex;
    justify-content: space-between;
}









.shop_wrapper .shop_prod_tab .sertificate .img {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.shop_wrapper .shop_prod_tab .sertificate .txt{
    padding-left: 30px;
    padding-right: 25px;
    margin-top: 50px;
    

}
.shop_wrapper .shop_prod_tab .sertificate .txt p{
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #5E5E5D;
    margin-bottom: 15px;
}

.shop_wrapper .shop_prod_tab .sertificate .txt a{
    color: #fff;
    font-family: "Yanone Kaffeesatz";
    font-size: 36px;
    text-transform: uppercase;

}
.shop_wrapper .shop_prod_tab .sertificate .txt a:hover{
    color: #ff3000;
    border-color: #ff3000;
}

.shop_wrapper .shop_prod_tab .sertificate  .price{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 25px;
    height: 34px;

    
}

.shop_wrapper .shop_prod_tab .sertificate  .price p{
    font-size: 30px;
    color: #787878;
    text-transform: uppercase;
    margin: 0;
    font-family: "Yanone Kaffeesatz";
}

.shop_wrapper .shop_prod_tab .sertificate  .price a{
    font-family: "Yanone Kaffeesatz";
    color: #fff;
    font-size: 24px;
    background-color: #FF2400;
    text-transform: uppercase;
    padding: 11px 41px;
    border-radius: 3px;
    border: none;
}
.shop_wrapper .shop_prod_tab .sertificate  .price a:hover{
    color: #fff;
}



/* master */

.our_master{
    background-color: #1F1E1D;
}
.our_master_content{
    display: flex;
    padding: 70px 0;
}
.our_master_content .img{
    margin-right: 60px;
}
.our_master_content .txt{
    padding: 0 10px;
}
.our_master_content .txt .name{
    font-size: 52px;
    font-family: "OPTICeasar";
    color: #fff;

}
.our_master_content .txt .position{
    font-size: 24px;
    color: #41403F;
    margin-top: 25px;
    margin-bottom: 30px;
}


.our_master_content .txt .description{
    font-size: 24px;
    color: #A9A9A9;
    padding-right: 19%;
    margin-bottom: 35px;
}
.our_master_content .txt .sign_up_online{
    text-transform: uppercase;
    background-color: #ff3000;
    font-size: 24px;
    color: #fff;
    padding: 12px 40px 8px;
}



.reviews{
    margin-top: 70px;
}

.reviews .reviews_wrapper{
    position: relative;
}
.reviews .reviews_slider{
    display: flex;
    
    margin: 0 auto;
}
.reviews_content{
    width: 1135px;
}





.reviews .reviews_slider .swiper-slide_item{
    width: 354px;
    height: 300px;
    background-color: #1F1E1D;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}
.reviews .reviews_slider .swiper-slide_item:hover{
    background-color: #272625;
    cursor: pointer;
}
.reviews .reviews_slider .swiper-slide_item .name{
    font-size: 30px;
    color: #fff;
}

.reviews .reviews_slider .swiper-slide_item .description{
    font-size: 20px;
    color: #A5A5A5;
    padding-right: 24px;
    
}
.reviews .reviews_slider .swiper-slide_item  .rate{
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
}
.reviews .reviews_slider .swiper-slide_item  .rate img{
    margin-right: 5px;
}
.reviews .reviews_slider .swiper-slide_item .date{
    display: flex;
    justify-content: space-between;
}
.reviews .reviews_slider .swiper-slide_item .date p{
    font-size: 18px;
    color: #3B3A39;

}
.reviews .reviews_slider .swiper-slide_item .date p a{
    color: #3B3A39;
    border-bottom: 2px solid #3B3A39;
}
.reviews .reviews_slider .swiper-slide_item .date p a:hover{
    color: #FF3000;
    border-color: #FF3000;
}
.reviews .reviews_slider .swiper-slide_item .date span{
    color: #9B9B9B;
    font-size: 16px;
}




.reviews_wrapper .swiper-button-next,
.reviews_wrapper .swiper-button-prev{
    width: 49px;
    height: 24px;
    outline: none;
    top: 55%;
}
.reviews_wrapper .swiper-button-next::after{
    content: "";
    
    
}

.reviews_wrapper .swiper-button-prev::after,
.reviews_wrapper .swiper-button-next::after{
    content: "";  
}

.reviews_wrapper .swiper-button-prev svg{
    transform: rotate(180deg);
}
.reviews_wrapper .swiper-button-next:hover svg path,
.reviews_wrapper .swiper-button-prev:hover svg path{
    fill: #fff;
}

.reviews_wrapper .swiper-pagination{
    top: 85px;
    right: 80px;
}
.reviews_wrapper .rev_title,
.masters_wrapper .masters_title{
    color: #fff;
    font-size: 99px;
    font-family: "OPTICeasar";
    text-transform: uppercase;
    margin-bottom: 35px;
}

.reviews_wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #3C3C3B;
    margin-right: 17px;
    outline: none;
}

.reviews_wrapper .swiper-pagination-bullet-active{
    background-color: #FF2400;
}
.reviews_wrapper .feedback_btn{
    text-align: center;
    margin-top: 55px;
}

.reviews_wrapper .feedback_btn .give_feedback{
    text-transform: uppercase;
    background-color: #ff3000;
    font-size: 24px;
    color: #fff;
    padding: 12px 40px 8px;
    
    
}









.work_master{
    margin-top: 90px;
}
.work_master_wrapper .work_master_title{
    color: #fff;
    font-size: 99px;
    font-family: "OPTICeasar";
    text-transform: uppercase;

}
.work_master_content{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.work_master_content .work_master_item{
    flex-basis: 23%;
    
    margin-bottom: 25px;
}
.work_master_content .work_master_item img{
    width: 100%;
}


.our_masters{
    background-color: #21201E;
    padding: 60px 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.masters_wrapper{
    position: relative;
}




.masters_wrapper .swiper-button-next,
.masters_wrapper .swiper-button-prev{
    width: 49px;
    height: 24px;
    outline: none;
    top: 63%;
}
.masters_wrapper .swiper-button-next::after{
    content: "";
    
    
}

.masters_wrapper .swiper-button-prev::after,
.masters_wrapper .swiper-button-next::after{
    content: "";  
}

.masters_wrapper .swiper-button-prev svg{
    transform: rotate(180deg);
}
.masters_wrapper .swiper-button-next:hover svg path,
.masters_wrapper .swiper-button-prev:hover svg path{
    fill: #fff;
}

.masters_content{
    max-width: 1135px;
    
}
.our_masters .masters_slider{
    display: flex;
    margin: 0 auto;
}


.our_masters .masters_slider .swiper-slide_item{
    max-width:  355px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}
.our_masters .masters_slider .swiper-slide_item p{
    font-family: "OPTICeasar";
    font-size: 36px;
    color: #fff;
    margin-top: 27px;
    margin-bottom: 20px;
}
.our_masters .masters_slider .swiper-slide_item img{
    width: 100%;
}
.our_masters .masters_slider .swiper-slide_item span{
    font-size: 24px;
    color: #454442;
}


.masters_wrapper .swiper-button-next,
.masters_wrapper .swiper-button-prev{
   top: 55%;
}
.certificates_master{
    margin-top: 120px;
}

















.pop-up-add-reviews {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 42px 67px 53px;
    box-shadow: 0 0 18px 5px #00000087
}
.pop-up-add-reviews .btn_close_form{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.pop-up-add-reviews .btn_close_form:hover svg path{
    fill: #FF3000;
}
.pop-up-add-reviews h4{
    font-family: "OPTICeasar";
    font-size: 71px;
    color: #797776;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.pop-up-add-reviews .rate_master_name{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.pop-up-add-reviews .rate_master p{
    font-size: 24px;
    color: #777675;
}
.pop-up-add-reviews .rate_master .rate_icon{
    display: flex;
    margin-top: 10px;
}
.pop-up-add-reviews .rate_master .rate_icon svg{
    margin-right: 5px;
}

.pop-up-add-reviews .master_name{
    display: flex;
}
.pop-up-add-reviews .master_name .img{
    width: 81px;
    height: 81px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
}

.pop-up-add-reviews .master_name .txt p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.pop-up-add-reviews .master_name .txt span{
    font-size: 18px;
    color: #7A7875;
}



.pop-up-add-reviews .body_reviews label{
    font-size: 24px;
    color: #7A7875;
    
}


.pop-up-add-reviews .body_reviews textarea{
    width: 100%;
    height: 148px;
    background-color: transparent;
    border-color: #3C3B39;
    outline: none;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    padding: 10px;
    resize: none;
}
.pop-up-add-reviews .body_reviews .name{
    width: 100%;
}


.pop-up-add-reviews .body_reviews input{
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #3C3B39;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}


.pop-up-add-reviews .body_reviews .phone_mail{
    display: flex;
    justify-content: space-between;
    
}
.pop-up-add-reviews .body_reviews .phone{
    width: 180px;
    
}
.pop-up-add-reviews .body_reviews .mail{
    width: 360px;
}
.pop-up-add-reviews .body_reviews .terms{
    display: flex;
}
.pop-up-add-reviews .body_reviews .terms .check{
    display: none !important;
}
.pop-up-add-reviews .body_reviews .terms .fake{
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #787775;
    border-radius: 3px;
    background-color: #3D3B39;
    position: relative;
}
.pop-up-add-reviews .body_reviews .terms_use{
    margin-top: 25px;
}
.pop-up-add-reviews .body_reviews .terms .fake i{
    margin-left: -3px;
    z-index: 10;
    opacity: 0;
    font-size: 24px;
    position: absolute;
}
.pop-up-add-reviews .body_reviews .terms .fake::before{
    content: "";
    position: absolute;
    display: block;
    width: 111%;
    height: 108%;
    background-color: #FF3000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    z-index: 1;
    border-radius: 3px;
}
.pop-up-add-reviews .body_reviews .terms .check:checked + .fake::before{
    opacity: 1;
}
.pop-up-add-reviews .body_reviews .terms .check:checked + .fake i{
    opacity: 1;
    color: #fff;
    
}
.pop-up-add-reviews .body_reviews .terms .txt{
    font-size: 20px;
    color: #757473;
    margin-left: 10px;
    padding-top: 3px;
}

.pop-up-add-reviews .body_reviews .terms .txt a{
    color: #757473;
    border-bottom: 1px solid #757473;
}
.pop-up-add-reviews .body_reviews .terms .txt a:hover{
    color: #FF3000;
    border-color: #FF3000;
}

.pop-up-add-reviews .body_reviews form button{
    text-transform: uppercase;
    background-color: #ff3000;
    font-size: 24px;
    color: #fff;
    padding: 12px 40px 8px;
    border-radius: 3px;
    transform: translate(80%);
    margin-top: 50px;
}





.pop-up-terms-use {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 60px 45px;
    box-shadow: 0 0 18px 5px #00000087
}


.pop-up-terms-use .btn_close_form{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}



.pop-up-terms-use .btn_close_form:hover svg path{
    fill: #FF3000;
}


.pop-up-terms-use h4{
    text-transform: uppercase;
    font-size: 48px;
    color: #838281;
}

.pop-up-terms-use p{
    font-size: 18px;
    color: #7E7D7C;
}
.pop-up-terms-use p a{
    color: #7E7D7C;
}
.pop-up-terms-use p a:hover{
    color: #FF3000;
}
.pop-up-terms-use > .description + .description {
    margin-top: 25px;
}
.pop-up-terms-use h5{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 30px;
}
.pop-up-terms-use ul{
    margin-top: 25px;
}
.pop-up-terms-use ul li span{
    font-size: 18px;
    color: #7E7D7C;
}
.pop-up-terms-use ul li {
    margin-top: 5px;
    display: flex;
    
}

.pop-up-terms-use ul li::before{
    content: "—";
    color: #7E7D7C;
    width: 10px;
    margin-right: 5px;
    margin-top: 4px;
    
}




.rew_item_full{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 60px 45px;
    box-shadow: 0 0 18px 5px #00000087
}


.rew_item_full h4{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.rew_item_full h4 span{
    color: #555351;
}
.rew_item_full .rate{
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.rew_item_full .rate img{
    margin-right: 5px;
}

.rew_item_full p{
    font-size: 20px;
    color: #B6B6B5;
    margin-bottom: 30px;
}
.rew_item_full .source_date{
    display: flex;
    justify-content: space-between;
}
.rew_item_full .source_date span{
    font-size: 18px;
    color: #4F4D4B;
}
.rew_item_full .source_date span a{
    color: #4F4D4B;
    border-bottom: 2px solid #4F4D4B;
}
.rew_item_full .source_date span a:hover{
    color: #FF3000;
    border-color: #FF3000;
}

.rew_item_full .source_date .date{
    font-size: 16px;
    color: #B6B6B5;
}


.rew_item_full .rew_item_full_body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rew_item_full .btn_close_form{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.rew_item_full .btn_close_form:hover svg path{
    fill: #FF3000;
}





.pop-up-shop-card,
.pop-up-buy-product{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 43px 45px;
    box-shadow: 0 0 18px 5px #00000087
}

.pop-up-shop-card .product_desc{
    display: flex;
}
.pop-up-shop-card .product_desc .img{
    margin-right: 43px;
    padding-top: 85px;
    max-width: 253px;
}
.pop-up-shop-card .product_desc .img img{
    width: 100%;
}
.pop-up-shop-card .product_desc .txt {
    padding-right: 10px;
    width: 320px;
}
.pop-up-shop-card .product_desc .txt .type{
    font-size: 24px;
    color: #6A6968;
    margin: 0;
}

.pop-up-shop-card .product_desc .txt h4{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 35px;
}
.pop-up-shop-card .product_desc .txt p{
    font-size: 20px;
    color: #6A6968;
    margin-bottom: 17px;
}
.pop-up-shop-card .product_desc .txt p span{
    color: #fff;
}

.pop-up-shop-card .product_desc .txt a{
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    font-size: 24px;
    padding: 12px 36px;
    border-radius: 3px;
    transition: .3s;
    display: inline-block;
    margin-top: 40px;
}


.pop-up-shop-card .product_desc .txt a:hover{
    color: #fff;
    background-color: #FF3000;
}

.pop-up-shop-card .card_body{
    padding-right: 25px;
    margin-top: 35px;
}

.pop-up-shop-card .card_body p{
    font-size: 24px;
    color: #6A6968;
    margin-bottom: 35px;
}

.pop-up-shop-card .card_body span{
    font-size: 24px;
    color: #fff;
}
.btn_close_form{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
 .btn_close_form:hover svg path{
    fill: #FF3000;
}




.pop-up-buy-product{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 43px 45px;
    box-shadow: 0 0 18px 5px #00000087
}

.pop-up-buy-product h4{
    font-family: "OPTICeasar";
    font-size: 71px;
    color: #797776;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}


.pop-up-buy-product p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pop-up-buy-product .quantity_product{
    width: 100%;
    border-top: 1px solid #3C3B39;
    border-bottom: 1px solid #3C3B39;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.pop-up-buy-product .quantity_product .prod_info{
    display: flex;
}
.pop-up-buy-product .quantity_product .prod_info .img{
    width: 105px;
    margin-right: 20px;
}
.pop-up-buy-product .quantity_product .prod_info .img img{
    width: 100%;
}
.pop-up-buy-product .quantity_product .prod_info .txt{
    width: 240px;
}
.pop-up-buy-product .quantity_product .prod_info .txt p{
    font-size: 24px;
    text-align: left;
    margin: 0;

}
.pop-up-buy-product .quantity_product .prod_info .txt span{
    text-transform: uppercase;
    font-size: 24px;
    color: #6C6B6A;
}




.pop-up-buy-product .count_quantity .product_count{
    display: flex;
    margin-right: 20px;
}

.pop-up-buy-product .count_quantity .count button span{
    color: #72716F;
    font-size: 44px;
    font-weight: 300;
}
.pop-up-buy-product .count_quantity .count button span:hover{
    color: #FF3000;
}
.pop-up-buy-product .count_quantity{
    padding-top: 15px;
}
.pop-up-buy-product .count_quantity input{
    border: none;
    background-color: #3C3A38;
    color: #8F8E8D;
    font-size: 24px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    margin-top: 5px;
    border-radius: 3px;
}


.pop-up-buy-product .count_quantity .count{
    display: flex;
}

.pop-up-buy-product .count_quantity .count .del_product{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    margin-top: 8px;
}
.pop-up-buy-product .count_quantity .count .del_product:hover{
    background-color: #FF3000;
}
.pop-up-buy-product .count_quantity .count .del_product:hover svg path{
    fill: #fff;
}
.pop-up-buy-product .count_quantity .count .del_product svg{
    width: 14px;
    height: 14px;

}

.pop-up-buy-product .all-sum_product{
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
}
.pop-up-buy-product .all-sum_product span{
    text-transform: uppercase;
}
.pop-up-buy-product .add-more-product{
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #979695;
    background-color: #3C3A38;
    padding: 10px 54px;
    transform: translate(63%);
    border-radius: 3px;
    transition: .3s;
}
.pop-up-buy-product .add-more-product:hover{
    background-color: #fff;
    color: #FF3000;
}




.pop-up-buy-product form input{
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #3C3B39;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}
.pop-up-buy-product form .name{
    width: 100%;
}
.pop-up-buy-product form .phone_mail{
    display: flex;
    justify-content: space-between;
}
.pop-up-buy-product form .phone{
    width: 180px;
}
.pop-up-buy-product form .mail{
    width: 360px;
}

.pop-up-buy-product form textarea{
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #3C3B39;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    height: 80px;
    resize: none;
}
.pop-up-buy-product form p{
    text-align: left;
    color: #787776;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
}


.pop-up-buy-product .select-sity{
    border-bottom: 1px solid #3C3B39;
    display: flex;
    padding-top: 25px;
    padding-bottom: 5px;
}
.pop-up-buy-product .select-sity p{
    margin: 0;
}



.select {
    position: relative;
    display: block;
    min-width: 90%;
    width: 100%;
    max-width: 400px;
    margin-top: 5px;
}

.select__head {
    
    font-size: 24px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0 0 0 10px;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: transparent url("../img/shop/arrow.png") no-repeat center / cover;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #3C3A38;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
    
}

.pop-up-buy-product form .terms{
    display: flex;
}
.pop-up-buy-product form .terms .check{
    display: none !important;
}
.pop-up-buy-product form .terms .fake{
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #787775;
    border-radius: 3px;
    background-color: #3D3B39;
    position: relative;
}



.pop-up-buy-product form .terms_use{
    margin-top: 25px;
}
.pop-up-buy-product form .terms .fake i{
    margin-left: -3px;
    z-index: 10;
    opacity: 0;
    font-size: 24px;
    position: absolute;
}
.pop-up-buy-product form .terms .fake::before{
    content: "";
    position: absolute;
    display: block;
    width: 111%;
    height: 108%;
    background-color: #FF3000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    z-index: 1;
    border-radius: 3px;
}
.pop-up-buy-product form .terms .check:checked + .fake::before{
    opacity: 1;
}
.pop-up-buy-product form .terms .check:checked + .fake i{
    opacity: 1;
    color: #fff;
    
}





.pop-up-buy-product form .terms .txt{
    font-size: 20px;
    color: #757473;
    margin-left: 10px;
    padding-top: 3px;
}

.pop-up-buy-product form .terms .txt a{
    color: #757473;
    border-bottom: 1px solid #757473;
}
.pop-up-buy-product form .terms .txt a:hover{
    color: #FF3000;
    border-color: #FF3000;
}


.pop-up-buy-product form button{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    background-color: #FF3000;
    padding: 10px 67px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}



.shop-oreder-dane{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 43px 45px;
    box-shadow: 0 0 18px 5px #00000087;
    text-align: center;
}


.shop-oreder-dane h4{
    font-size: 71px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "OPTICeasar";
    font-weight: 400;
    margin-bottom: 50px;
}
.shop-oreder-dane p{
    font-size: 24px;
    text-align: center;
    color: #777775;
    padding: 0 0;
}
.shop-oreder-dane .btn_close_form{
    padding: 0;
}
.shop-oreder-dane p span{
    display: inline-block;
    margin: 10px 0;
}
.shop-oreder-dane a{
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #979695;
    background-color: #3C3A38;
    padding: 10px 54px;
    margin-top: 40px;
    border-radius: 3px;
    transition: .3s;
}



.shop-oreder-dane a:hover {
    background-color: #fff;
    color: #FF3000;
}







.pop-up-online_appointment,
.pop-up-online-service,
.pop-up-select-date,
.pop-up-select-time,
.pop-up-select-master,
.pop-up-full_appointment,
.pop-up-register-form,
.pop-up-you-are-written,
.pop-up-record-is-cancel,
.pop-up-online_appointment-records{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
    width: calc(100% - 40px);
    overflow-y: auto;
    z-index: 1030;
    background-color: #2d2b29;
    padding: 48px 43px 45px;
    box-shadow: 0 0 18px 5px #00000087;
    text-align: center;
}

.pop-up-online_appointment h4,
.pop-up-online-service h4,
.pop-up-select-date h4,
.pop-up-select-time h4,
.pop-up-select-master h4,
.pop-up-full_appointment h4,
.pop-up-register-form h4,
.pop-up-you-are-written h4,
.pop-up-record-is-cancel h4,
.pop-up-online_appointment-records h4{
    font-size: 71px;
    color: #797776;
    text-align: center;
    font-family: "OPTICeasar";
    text-transform: uppercase;
    font-weight: 400;
}
.pop-up-online-service h4{
    margin-bottom: 60px;
}
.pop-up-online_appointment .appointment_body_item,
.pop-up-full_appointment .appointment_body_item,
.pop-up-online_appointment-records .appointment_body_item{
    display: flex;
    justify-content: space-between;
}
.pop-up-online_appointment .appointment_body_item .icon-txt,
.pop-up-full_appointment .appointment_body_item .icon-txt,
.pop-up-online_appointment-records .appointment_body_item .icon-txt{
    display: flex;
}
.pop-up-online_appointment .appointment_body_item .icon-txt .txt,
.pop-up-full_appointment .appointment_body_item .icon-txt .txt,
.pop-up-online_appointment-records .appointment_body_item .icon-txt .txt{
    margin-left: 35px;
}
.pop-up-online_appointment .appointment_body_item .icon-txt .txt a,
.pop-up-full_appointment .appointment_body_item .icon-txt .txt a,
.pop-up-online_appointment-records .appointment_body_item .icon-txt .txt a{
    font-size: 30px;
    color: #fff;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.pop-up-online_appointment .appointment_body_item .icon-txt .txt a:hover,
.pop-up-full_appointment .appointment_body_item .icon-txt .txt a:hover,
.pop-up-online_appointment-records .appointment_body_item .icon-txt .txt a:hover{
    border-color: #fff;
}
.pop-up-online_appointment .appointment_body_item .icon-txt .txt,
.pop-up-full_appointment .appointment_body_item .icon-txt .txt,
.pop-up-online_appointment-records .appointment_body_item .icon-txt .txt{
    text-align: left;
}
.pop-up-online_appointment .appointment_body_item .icon-txt .txt p,
.pop-up-full_appointment .appointment_body_item .icon-txt .txt p,
.pop-up-online_appointment-records .appointment_body_item .icon-txt .txt p{
    font-size: 18px;
    color: #706E6B;
}
.pop-up-online_appointment .appointment_body_item .btn,
.pop-up-full_appointment  .appointment_body_item .btn,
.pop-up-online_appointment-records  .appointment_body_item .btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pop-up-online_appointment .appointment_body_item .btn a,
.pop-up-full_appointment .appointment_body_item .btn a,
.pop-up-online_appointment-records .appointment_body_item .btn a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #494746;
    position: relative;
}

.pop-up-online_appointment .appointment_body_item .btn a i,
.pop-up-full_appointment  .appointment_body_item .btn a i,
.pop-up-online_appointment-records  .appointment_body_item .btn a i{
    color: #2D2B29;
    font-size: 24px;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.pop-up-online_appointment .appointment_body_item .btn a i::before,
.pop-up-full_appointment  .appointment_body_item .btn a i::before,
.pop-up-online_appointment-records  .appointment_body_item .btn a i::before{
    margin: 2px 0 0 1px;
}
.pop-up-online_appointment .appointment_body_item,
.pop-up-full_appointment .appointment_body_item,
.pop-up-online_appointment-records .appointment_body_item{
    padding: 25px 0;
}
.pop-up-online_appointment .appointment_body_item:nth-child(2n),
.pop-up-full_appointment  .appointment_body_item:nth-child(2n),
.pop-up-online_appointment-records  .appointment_body_item:nth-child(2n){
    border-top: 1px solid #3C3B39;
    border-bottom: 1px solid #3C3B39;
}



.pop-up-online_appointment .appointment_body_item-active .btn a,
.pop-up-full_appointment .appointment_body_item-active .btn a,
.pop-up-online_appointment-records .appointment_body_item-active .btn a{
    background-color: #fff;
}
.pop-up-online_appointment .appointment_body_item .btn a:hover,
.pop-up-full_appointment  .appointment_body_item .btn a:hover,
.pop-up-online_appointment-records  .appointment_body_item .btn a:hover{
    background-color: #FF3000;
}


.pop-up-online-service .search{
    position: relative;
}
.pop-up-online-service .search input{
    width: 100%;
    background-color: #3D3B39;
    outline: none;
    border:1px solid #71706E;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    padding-right: 40px;
    
}

.pop-up-online-service .search button{
    position: absolute;
    top: 25%;
    right: 12px;
}





.pop-up-online-service .service_body_item .terms{
    display: flex;
}
.pop-up-online-service .service_body_item .terms .check{
    display: none !important;
}
.pop-up-online-service .service_body_item .terms .fake{
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #787775;
    border-radius: 3px;
    background-color: #3D3B39;
    position: relative;
    margin-top: 10px;
}
.pop-up-online-service .service_body_item .terms_use{
    margin-top: 25px;
}
.pop-up-online-service .service_body_item .terms .fake i{
    margin-left: -15px;
    z-index: 10;
    opacity: 0;
    font-size: 24px;
    position: absolute;
}
.pop-up-online-service .service_body_item .terms .fake::before{
    content: "";
    position: absolute;
    display: block;
    width: 111%;
    height: 108%;
    background-color: #FF3000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    z-index: 1;
    border-radius: 3px;
}
.pop-up-online-service .service_body_item .terms .check:checked + .fake::before{
    opacity: 1;
}
.pop-up-online-service .service_body_item .terms .check:checked + .fake i{
    opacity: 1;
    color: #fff;
    
}
.pop-up-online-service .service_body_item .terms .check:checked + .terms{
    background-color: #fff;
}
.pop-up-online-service .service_body_item .terms .txt{
    font-size: 20px;
    color: #757473;
    margin-left: 10px;
    padding-top: 3px;
}

.pop-up-online-service .service_body_item .terms .txt a{
    color: #757473;
    border-bottom: 1px solid #757473;
}
.pop-up-online-service .service_body_item .terms .txt a:hover{
    color: #FF3000;
    border-color: #FF3000;
}





.terms.active .txt p,
.terms.active .txt span{
    color: red !important;
}
.terms.active .fake::before{
    opacity: 1 !important;
}
.terms.active .fake i{
    opacity: 1 !important;
    color: #fff !important;
}





.pop-up-online-service .service_body_item .terms .txt{
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
}
.pop-up-online-service .service_body_item .terms .txt p{
    
    font-size: 22px;
    color: #fff
}


.pop-up-online-service .service_body_item .terms .txt  p span{
    font-size: 18px;
    color: #6A6865;
}
.pop-up-online-service .service_body_item .terms .txt .price p{
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}
.online-service_body{
    margin-top: 20px;
}
.pop-up-online-service .service_body_item{
    border-top: 1px solid #393735;
    border-bottom: 1px solid #393735;
    padding: 10px 0;
}
.pop-up-online-service .service_body_item label .price{
    padding-top: 10px;
}
.pop-up-online-service .service_body_item:first-child{
    border-top: none;
}
.pop-up-online-service .service_body_item:last-child{
    border-bottom: none ;
}
.online-service_body .all-summ{
    border-bottom: none;
}
.online-service_body .all-summ .summ{
    text-align: right;
}
.online-service_body .all-summ .summ p{
    font-size: 18px;
    color: #6C6A67;
}

.online-service_body .all-summ .summ p span{
    font-size: 22px;
    text-transform: uppercase;
    color: #FF2400;
    margin-left: 35px;
}


.online-service_body .btn{
    text-align: center;
    margin-top: 20px;
}

.online-service_body .btn a{
    background-color: #FF2400;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    
    color: #fff;
    padding: 12px 40px 8px;
    border-radius: 2px;
    
}








.pop-up-select-date .select-date-body .title{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.pop-up-select-date .select-date-body .title p{
    font-size: 36px;
    color: #fff;
    font-family: "OPTICeasar";
    text-transform: uppercase;

}

.pop-up-select-date .select-date-body .title a svg{
    width: 50px;
    height: 46px;
}


.pop-up-select-date .select-date-body .title .prev svg{
    transform: rotate(180deg);
}

.pop-up-select-date .select-date-body .title a:hover svg path{
    fill: #FF2400;
}
.pop-up-select-date .select-date-body .date-body{
    margin-top: 30px;
}
.pop-up-select-date .select-date-body .date-body table{
    width: 100%;
}

.pop-up-select-date .select-date-body .date-body table p{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 7px 0;
    border-radius: 3px;
}

.pop-up-select-date .select-date-body .date-body table{
    border-collapse: collapse;
}
.pop-up-select-date .select-date-body .date-body table tr td{
    border-top: 1px solid #444240;
    padding: 10px 23px;
}
.pop-up-select-date .select-date-body .date-body table  tr:first-child td{
    border-top: none;
}
.pop-up-select-date .select-date-body .date-body table tr td .active-p{
    background-color: #FF2400;
}



.pop-up-select-time{
    display: none;
    padding-right: 70px;
    padding-left: 70px;
}


.pop-up-select-time .back-to-select-date{
    color: #fff;
    display: flex;
    margin-bottom: 50px;
    margin-top: 55px;
}
.pop-up-select-time .back-to-select-date:hover{
    color: #FF2400;
}
.pop-up-select-time .back-to-select-date:hover svg path{
    fill:#FF2400;
}
.pop-up-select-time .back-to-select-date p{
    font-size: 20px;
    margin-left: 10px;
}
.pop-up-select-time .back-to-select-date svg{
    transform: rotate(180deg);
    width: 50px;
}


.pop-up-select-time .time-of-day{
    margin-top: 20px;
}
.pop-up-select-time .time-of-day p{
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #444240;
    text-align: left;
    margin-bottom: 10px;
    width: 98%;
    margin-bottom: 12px;

}
.pop-up-select-time .time-of-day-body{
    display: flex;
    flex-wrap: wrap;
    
}
.pop-up-select-time .time-of-day-body p{
    font-size: 22px;
    color: #fff;
    border: none;
    background-color: #444240;
    border-radius: 3px;
    padding: 5px 23px;
    display: block;
    flex-basis: 14% ;
    margin-right: 9px;
    margin-bottom: 9px;
    cursor: pointer;
}

.pop-up-select-time .time-of-day-body p:hover{
    background-color: #FF2400;
}



.pop-up-select-master{
    display: none;
    padding: 25px 0 50px;
}


.pop-up-select-master .any-master{
    color: #000;
    background-color: #fff;
    border-radius:3px ;
    display: inline-block;
    font-size: 24px;
    padding: 9px 50px;
    text-transform: uppercase;
    margin-top: 50px;
}

.pop-up-select-master .select-master-body{
    margin-top: 30px;
}
.pop-up-select-master .select-master-item{
    
    padding: 0 70px;
    cursor: pointer;
    
}
.pop-up-select-master .select-master-item .item-insade-block{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 ;
}
.pop-up-select-master .select-master-item:nth-child(2n) .item-insade-block{
    border-top: 1px solid #444240;
    border-bottom: 1px solid #444240;
}

.pop-up-select-master .select-master-item:hover{
    background-color: #444240;
}
.pop-up-select-master .select-master-item .master{
    display: flex;
}

.pop-up-select-master .select-master-item .master .img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 25px;
    
}
.pop-up-select-master .select-master-item .master .txt{
    text-align: left;
    padding-top: 10px;
}
.pop-up-select-master .select-master-item .master .txt p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}
.pop-up-select-master .select-master-item .master .txt span{
    font-size: 18px;
    color: #777572;
    
}
.pop-up-select-master .select-master-item .rate-master{
    padding-top: 15px;
}
.pop-up-select-master .select-master-item .rate-master .rate{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.pop-up-select-master .select-master-item .rate-master .rate a{
    margin-right: 5px;
}

.pop-up-select-master .select-master-item .rate-master .rate span{
    color: #777572;
    font-size: 18px;
}
.pop-up-select-master .select-master-item .rate-master .link-master-page{
    font-size: 18px;
    color: #777572;
    border-bottom: 1px solid #777572;
}




.pop-up-full_appointment .add_select-order{
    margin-top: 30px;
}
.pop-up-full_appointment .add_select-order a{
    font-size: 24px;
    border-radius: 3px;
    text-transform: uppercase;
}
.pop-up-full_appointment .add_select-order .add_select{
    background-color: #3C3A38;
    color: #9C9B9A;
    padding: 12px 55px;
    margin-right: 20px;
    transition: .3s;
}
.pop-up-full_appointment .add_select-order .add_select:hover{
    background-color: #fff;
    color: #000;
}
.pop-up-full_appointment .add_select-order .order{
    color: #fff;
    background-color: #FF2400;
    padding: 12px 42px;
}











.pop-up-online_appointment-records .record{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3C3B39;
    padding: 20px 0;
}

.pop-up-online_appointment-records .record .title-rec{
    display: flex;
    width: 55%;
}

.pop-up-online_appointment-records .record .title-rec .txt{
    text-align: left;
    
    margin-left: 40px;
}
.pop-up-online_appointment-records .record .title-rec .txt p{
    font-size: 24px;
    color: #fff;
}
.pop-up-online_appointment-records .record .title-rec .txt span{
    font-size: 18px;
    color: #767471;
}
.pop-up-online_appointment-records .record .btn-rec .cross,
.pop-up-online_appointment-records .record .btn-rec .arrow{
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    
}
.pop-up-online_appointment-records .record .btn-rec a i{
    color: #2D2B29;
    font-size: 30px;
    margin-left: -6px;
}

.pop-up-online_appointment-records .record .btn-rec .cross i::before{
    transform: rotate(45deg);
}


.pop-up-online_appointment-records .second-record .btn-rec .arrow{
    background-color: #494746 !important;
}
.pop-up-online_appointment-records .second-record .btn-rec .arrow i::before{
    transform: rotate(180deg);
}







.pop-up-register-form .record-detail{
    display: flex;
    margin: 50px 0;

}

.pop-up-register-form .record-detail svg{
    width: 50px;
    transform: rotate(180deg);
}

.pop-up-register-form .record-detail p{
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}
.pop-up-register-form .record-detail:hover svg path,
.pop-up-register-form .record-detail:hover p{
    fill: #FF2400;
    color: #FF2400;
}





.pop-up-register-form form input {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #3C3B39;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz";
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}
.pop-up-register-form form input {
    width: 100%;
}
.pop-up-register-form form .phone_mail {
    display: flex;
    justify-content: space-between;
}
.pop-up-register-form form .phone {
    max-width: 180px;
}
.pop-up-register-form form .mail {
    max-width: 360px;
}
.pop-up-register-form  form p {
    text-align: left;
    color: #787776;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.pop-up-register-form form textarea {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #3C3B39;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    height: 80px;
    resize: none;
}


.pop-up-register-form form .select__head{
    text-align: left;
}
.pop-up-register-form .select-sity {
    border-bottom: 1px solid #3C3B39;
    display: flex;
    padding-top: 25px;
    padding-bottom: 5px;
}

.pop-up-register-form .select-sity p{
    margin: 0;
}





.pop-up-register-form form .terms_use {
    margin-top: 25px;
}
.pop-up-register-form form .terms {
    display: flex;
}
.pop-up-register-form form .terms .check {
    display: none !important;
}
.pop-up-register-form form .terms .fake {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #787775;
    border-radius: 3px;
    background-color: #3D3B39;
    position: relative;
}
.pop-up-register-form form .terms .txt {
    font-size: 20px;
    color: #757473;
    margin-left: 10px;
    padding-top: 3px;
}



.pop-up-register-form form .terms .fake::before{
    content: "";
    position: absolute;
    display: block;
    width: 111%;
    height: 108%;
    background-color: #FF3000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    z-index: 1;
    border-radius: 3px;
}
.pop-up-register-form form .terms .fake i{
    margin-left: -3px;
    z-index: 10;
    opacity: 0;
    font-size: 24px;
    position: absolute;
}
.pop-up-register-form form .terms .check:checked + .fake::before{
    opacity: 1;
}
.pop-up-register-form form .terms .check:checked + .fake i{
    opacity: 1;
    color: #fff;
    margin-left: -15px;
    
}
.pop-up-register-form form .terms .txt a {
    color: #757473;
    border-bottom: 1px solid #757473;
}
.pop-up-register-form form .terms .txt a:hover{
    color: #FF3000;
    border-color: #FF3000;
}
.pop-up-register-form form button {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    background-color: #FF3000;
    padding: 10px 67px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}








.pop-up-you-are-written h4,
.pop-up-record-is-cancel h4{
    color: #fff;
    margin-bottom: 50px;
}
.pop-up-you-are-written ul li{
    text-align: left;
}
.pop-up-you-are-written ul > li + li{
    margin-top: 10px;
}
.pop-up-you-are-written ul li p{
    font-size: 24px;
    color: #767574;
}

.pop-up-you-are-written ul li p span,
.pop-up-you-are-written ul li p a{
    color: #fff;
    margin-left: 10px;
}


.pop-up-you-are-written .add-calendar-cancel{
    width: 100%;
    border-bottom: 1px solid #3C3B39;
    border-top: 1px solid #3C3B39;
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    margin-top: 25px;
}

.pop-up-you-are-written .add-calendar-cancel a{
    display: flex;
   
}
.pop-up-you-are-written .add-calendar-cancel a p{
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
}
.pop-up-you-are-written .add-calendar-cancel a:hover p,
.pop-up-you-are-written .add-calendar-cancel a:hover svg path{
    color: #FF3000;
    border-color: #FF3000;
    fill: #FF3000;
}

.pop-up-you-are-written h5 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-family: "OPTICeasar";
    text-transform: uppercase;
    font-weight: 400;
    margin: 25px 0;
}





.pop-up-you-are-written .add-record,
.pop-up-record-is-cancel .add-record{
    background-color: #3C3A38;
    color: #9C9B9A;
    padding: 12px 68px;
    transition: .3s;
    font-size: 24px;
    text-transform: uppercase;
}
.pop-up-you-are-written .add-record:hover,
.pop-up-record-is-cancel .add-record:hover{
    background-color: #fff;
    color: #000;
}








.pop-up-record-is-cancel p{
    font-size: 24px;
    color: #777675;
}
.pop-up-record-is-cancel .add-record{
    display: inline-block;
    margin-top: 50px;
}


@media (max-width: 1280px){
    .shop_wrapper .shop_prod_tab .shop_prod_item,
    .shop_wrapper .shop_prod_tab .sertificate{
        flex-basis: 360px;
        margin-right: 20px;
    }
    .blog-open_wrapper{
        flex-wrap: wrap;
    }
    .blog-open_wrapper .open_wrapper_item{
        flex-basis: 25%;
        padding: 0 18px 0 0;
    }
    .blog-open_wrapper .open_wrapper_item .img img{
        width: 100%;
    }
    .masters_content{
        max-width: 1100px;
        
    }
    .reviews_content{
        max-width: 900px;
    }
    .reviews .reviews_slider .swiper-slide_item{
        width: 300px;
        height: 350px;
    }

}
@media (max-width: 1248px) {
    .template-sign-up-online {
        font-size: 22px;
        padding: 11px 37px 7px
    }

    .section-title {
        font-size: 71px;
        line-height: 72px
    }

    .header {
        padding-top: 30px
    }

    .header .header__wrapper {
        padding-top: 0;
        padding-bottom: 90px;
        min-height: auto
    }

    .header .header__wrapper .header__left-side .burger span {
        width: 38px;
        height: 4px
    }

    .header .header__wrapper .header__left-side .burger span~span {
        margin-top: 8px
    }

    .header .header__wrapper .header__left-side .burger-active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(8px, -11px);
        -ms-transform: rotate(-45deg) translate(8px, -11px);
        transform: rotate(-45deg) translate(8px, -11px)
    }

    .header .header__wrapper .header__left-side .header__name {
        font-size: 36px;
        margin-left: 22px
    }

    .header .header__wrapper .logo {
        top: 0
    }

    .header .header__wrapper .logo img {
        width: 124px
    }

    .header .header__wrapper .header__right-side .location .title {
        font-size: 18px
    }

    .header .header__wrapper .header__right-side .social-links .social-links__item svg {
        width: 34px;
        height: 34px
    }

    .main-banner .main-banner__wrapper {
        padding-top: 0;
        padding-bottom: 50px
    }

    .main-banner .main-banner__wrapper .main-menu {
        display: none
    }

    .main-banner .main-banner__wrapper .title {
        font-size: 135px;
        margin-top: 0;
        line-height: normal
    }

    .main-banner .main-banner__wrapper .sub-title {
        font-size: 57px;
        line-height: 52px
    }

    .main-banner .main-banner__wrapper .razor {
        bottom: -185px
    }

    .main-banner .main-banner__wrapper .razor img {
        width: 350px
    }

    .about-us {
        margin-top: 28px
    }

    .about-us .about-us__wrapper .right-content .description {
        margin-top: 26px;
        font-size: 20px
    }

    .header-burger-menu {
        padding-top: 200px
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li a {
        font-size: 50px
    }

    .popular-services {
        margin-top: 30px
    }

    .popular-services .popular-services__wrapper {
        padding-top: 36px;
        padding-bottom: 141px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .popular-services .popular-services__wrapper .left-content {
        margin-right: 0
    }

    .popular-services .popular-services__wrapper .left-content .buttons-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 31px
    }

    .popular-services .popular-services__wrapper .right-content {
        margin-top: 50px;
        width: 70%
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__left-side .title {
        font-size: 22px
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .minuts {
        font-size: 22px
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .price {
        font-size: 22px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__left-side .title {
        font-size: 22px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__right-side .minuts {
        font-size: 22px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__right-side .price {
        font-size: 22px;
        margin-left: 48px
    }

    .pop-up-select-city {
        top: 162px
    }

    .our-works {
        margin-top: 40px
    }

    .our-works .our-works__wrapper .title-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .our-works .our-works__wrapper .title-block .section-title {
        margin-right: 0
    }

    .our-works .our-works__wrapper .title-block .select-view {
        max-width: 610px;
        margin-top: 22px
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-next {
        right: 42.5%
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-prev {
        left: 42.5%
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-slide {
        width: 322px;
        height: 483px
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-slide div {
        width: 100%;
        height: 100%
    }

    .our-works .our-works__wrapper .slider-wrapper .slider-item {
        width: 100%;
        height: 100%
    }

    .certificates {
        margin-top: 41px
    }

    .certificates .certificates__wrapper .left-content {
        padding: 49px 40px 43px
    }

    .certificates .certificates__wrapper .left-content .section-title {
        line-height: 72px
    }

    .certificates .certificates__wrapper .left-content .description {
        margin-left: 0;
        margin-top: 32px;
        font-size: 22px
    }

    .certificates .certificates__wrapper .right-content::before {
        width: 684px;
        background-size: cover;
        background-position: unset
    }

    .certificates .certificates__wrapper .right-content img {
        width: 388px;
        right: 103px
    }

    .our-worker {
        margin-top: 87px
    }

    .our-worker .our-worker__wrapper {
        position: relative;
        padding: 127px 0 33px
    }

    .our-worker .our-worker__wrapper .left-content {
        margin-left: 30px
    }

    .our-worker .our-worker__wrapper .left-content .section-title {
        position: absolute;
        top: 31px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper {
        margin-top: 13px
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .description {
        font-size: 22px
    }

    .our-worker .our-worker__wrapper .right-content {
        margin-left: 15px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-slide {
        width: 283px;
        height: 332px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-slide div {
        width: 100%;
        height: 100%
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slider-item {
        width: 100%;
        height: 100%
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-prev {
        left: 80px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-next {
        left: 163px
    }

    .contacts {
        position: relative;
        padding: 110px 0 39px
    }

    .contacts .contacts__wrapper {
        margin-top: 140px
    }

    .contacts .contacts__wrapper .left-content {
        -ms-flex-preferred-size: 61%;
        flex-basis: 61%
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper {
        margin-top: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1020
    }

    .contacts .contacts__wrapper .left-content .map {
        height: 357px
    }

    .contacts .contacts__wrapper .right-content {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contacts .contacts__wrapper .right-content .section-title {
        position: absolute;
        top: 36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .contacts .contacts__wrapper .right-content .address {
        margin-top: 0
    }

    .contacts .contacts__wrapper .right-content .sign-up {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 22px;
    }

    .footer {
        margin-top: 100px
    }

    .footer .footer__wrapper {
        padding: 43px 0 48px
    }

    .footer .footer__wrapper .logo {
        top: 43px
    }

    .footer .footer__wrapper .logo img {
        width: 173px
    }
   
}
@media (max-width: 1024px){
    .shop_wrapper .shop_prod_tab{
        justify-content: center;
    }
    .shop_wrapper .shop_prod_tab .shop_prod_item,
    .shop_wrapper .shop_prod_tab .sertificate{
        flex-basis: 400px;
        margin-right: 20px;
    }
    .contacts .contacts__wrapper .left-content .custom-select-wrapper{
        top: -26%;
        transform: translateX(-25%);
    }
    .blog_wrapper .blog_wrapper_item{
        height: auto;
    }
}
@media (max-width: 960px) {
    .our_master_content{
        flex-wrap: wrap;
    }
    .our_master_content{
        justify-content: center;
    }
    .header .header__wrapper .header__right-side .social-links {
        margin-left: 20px
    }

    .main-banner .main-banner__wrapper {
        padding-top: 25px
    }

    .main-banner .main-banner__wrapper .title {
        font-size: 120px;
        line-height: 100%
    }

    .main-banner .main-banner__wrapper .sub-title {
        font-size: 51px
    }

    .about-us .about-us__wrapper .left-content {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 34px
    }

    .about-us .about-us__wrapper .right-content {
        -ms-flex-preferred-size: 52%;
        flex-basis: 52%
    }

    .header-burger-menu {
        padding-top: 45px;
        padding-bottom: 100px;
        overflow-y: auto
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(5),
    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(6),
    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(7) {
        margin-top: 55px
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li~li {
        margin-top: 55px
    }

    .popular-services .popular-services__wrapper .right-content {
        width: 100%
    }

    .pop-up-our-services {
        padding: 37px 31px 33px
    }

    .pop-up-our-services .section-title {
        text-align: center
    }

    .pop-up-our-services .content-wrapper {
        margin-top: 32px;
        grid-template-columns: 1fr
    }

    .pop-up-our-services .content-wrapper .left-content {
        margin-right: 0
    }

    .pop-up-our-services .sign-up {
        margin-top: 43px
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-slide {
        height: 413px
    }

    .certificates .certificates__wrapper .left-content .description {
        max-width: 265px
    }

    .certificates .certificates__wrapper .right-content img {
        top: 11%;
        width: 360px;
        right: 22px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .our-worker .our-worker__wrapper {
        padding: 127px 0 86px
    }

    .our-worker .our-worker__wrapper .left-content {
        width: 44%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper {
        max-width: 318px
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .description {
        max-width: 280px;
        overflow: visible;
        -webkit-line-clamp: unset
    }

    .our-worker .our-worker__wrapper .left-content .sign-up {
        margin-top: auto
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper {
        padding-bottom: 0
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow {
        bottom: -53px
    }

    .contacts .contacts__wrapper .left-content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .contacts .contacts__wrapper .right-content {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%
    }

    .footer .footer__wrapper .footer__left-side .footer__menu ul~ul {
        margin-left: 65px
    }
    .blog_wrapper{
        justify-content: center;
    }
    .blog_wrapper .blog_wrapper_item{
        flex-basis: 44%;
    }
    .masters_wrapper .swiper-button-next, 
    .masters_wrapper .swiper-button-prev{
        top: 106%;
    }
    .masters_wrapper .swiper-button-prev{
        left: 40%;
    }
    .masters_wrapper .swiper-button-next{
        right: 40%;
    }

    .reviews_content{
        max-width: 700px;
    }




}
@media (max-width: 820px){
    .reviews_wrapper .feedback_btn{
        margin-top: 110px;
    }
    .reviews_wrapper .swiper-button-next, 
    .reviews_wrapper .swiper-button-prev{
        top: 85%;
    }
    .reviews_wrapper .swiper-button-next{
        right: 40%;
    }
    .reviews_wrapper .swiper-button-prev{
        left: 40%;
    }
}
@media (max-width: 770px){
    .shop_wrapper .shop_tab_links a{
        font-size: 23px;
    }
    .contacts .contacts__wrapper{
        flex-wrap: wrap;
    }
    .blog-open_wrapper .open_wrapper_item{
        flex-basis: 50%;
        padding: 0px 29px 0 0;
    }
    .reviews_content {
        max-width: 610px;
    }
    .our_masters .masters_slider .swiper-slide_item{
        max-width: 230px;
    }
    .work_master_content{
        justify-content: stretch;
        margin-right: -25px;
    }
    .work_master_content .work_master_item{
        flex-basis: 31%;
        margin-right: 14px;
    }

} 
@media (max-width: 758px) {
    .header .header__wrapper .header__left-side .burger span {
        width: 32px;
        height: 3px
    }

    .header .header__wrapper .header__left-side .burger span~span {
        margin-top: 7px
    }

    .header .header__wrapper .header__left-side .burger-active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(6px, -8px);
        -ms-transform: rotate(-45deg) translate(6px, -8px);
        transform: rotate(-45deg) translate(6px, -8px)
    }

    .header .header__wrapper .header__left-side .header__name {
        display: none
    }

    .header .header__wrapper .header__right-side .location svg {
        width: 19px;
        height: 27px
    }

    .header .header__wrapper .header__right-side .location .title {
        display: none
    }

    .header .header__wrapper .header__right-side .social-links {
        display: none
    }

    .header-burger-menu {
        padding-top: 20px;
        padding-bottom: 190px
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li a {
        font-size: 30px
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li~li {
        margin-top: 31px
    }

    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(5),
    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(6),
    .header-burger-menu .header-burger-menu__wrapper nav ul li:nth-child(7) {
        margin-top: 31px
    }

    .header-burger-menu .social-links-burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .close {
        top: 16px;
        right: 16px
    }

    .close svg {
        width: 25px;
        height: 26px
    }

    .pop-up-select-city {
        padding: 32px 20px 46px;
        width: calc(100% - 40px);
        max-width: 400px
    }

    .pop-up-select-city .section-title {
        margin: 0 auto;
        font-size: 36px;
        max-width: 190px;
        line-height: 100%
    }

    .pop-up-select-city .select-wrapper {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pop-up-select-city .select-wrapper .select-item~.select-item {
        margin-top: 27px
    }

    .main-banner .container-main {
        padding: 0
    }

    .main-banner .main-banner__wrapper {
        padding: 25px 20px 38px
    }

    .main-banner .main-banner__wrapper .title {
        font-size: 70px
    }

    .main-banner .main-banner__wrapper .sub-title {
        margin-top: 5px;
        font-size: 30px;
        line-height: 100%
    }

    .main-banner .main-banner__wrapper .razor {
        display: none
    }

    .section-title {
        font-size: 36px;
        line-height: 100%
    }

    .about-us {
        margin-top: 45px
    }

    .about-us .about-us__wrapper {
        position: relative;
        padding-top: 55px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-us .about-us__wrapper .left-content {
        margin-right: 0
    }

    .about-us .about-us__wrapper .left-content img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .about-us .about-us__wrapper .right-content .section-title {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 48px
    }

    .about-us .about-us__wrapper .right-content .description {
        margin-top: 18px;
        max-width: none
    }

    .about-us .about-us__wrapper .right-content .more-information {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-us .about-us__wrapper .right-content .more-information .title {
        font-size: 20px;
        line-height: 100%
    }

    .popular-services .popular-services__wrapper {
        padding-bottom: 108px
    }

    .popular-services .popular-services__wrapper .left-content .section-title {
        font-size: 36px
    }

    .popular-services .popular-services__wrapper .right-content {
        margin-top: 15px
    }

    .popular-services .popular-services__wrapper .right-content .services-item {
        padding: 16px 5px 30px;
        position: relative
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__left-side .title {
        font-size: 18px
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .minuts {
        position: absolute;
        left: 5px;
        bottom: 8px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-width: auto;
        max-width: 100px
    }

    .popular-services .popular-services__wrapper .right-content .services-item .services-item__right-side .price {
        position: relative;
        top: 10px;
        font-size: 18px;
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: right
    }

    .template-sign-up {
        padding: 12px 23px 8px
    }

    .template-all-services {
        padding: 12px 28px 8px
    }

    .pop-up-our-services {
        padding: 31px 17px 25px
    }

    .pop-up-our-services .section-title {
        font-size: 36px
    }

    .pop-up-our-services .content-wrapper {
        margin-top: 23px
    }

    .pop-up-our-services .content-wrapper .services-item {
        padding: 16px 5px 30px;
        position: relative
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__left-side {
        margin-right: 10px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__left-side .title {
        font-size: 18px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__right-side {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__right-side .minuts {
        position: absolute;
        left: 5px;
        bottom: 8px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-width: auto;
        max-width: 100px
    }

    .pop-up-our-services .content-wrapper .services-item .services-item__right-side .price {
        position: relative;
        top: 10px;
        font-size: 18px;
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: right
    }

    .pop-up-our-services .sign-up {
        margin-top: 30px
    }

    .our-works {
        margin-top: 27px
    }

    .our-works .our-works__wrapper .title-block .select-view {
        max-width: 375px
    }

    .our-works .our-works__wrapper .title-block .select-view .select-view__item {
        font-size: 18px;
        padding: 8px 7px 4px
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-prev {
        left: 35%
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-next {
        right: 35%
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-slide {
        width: calc(100vw - 48px * 2)
    }

    .certificates .certificates__wrapper {
        position: relative
    }

    .certificates .certificates__wrapper .left-content {
        position: relative;
        z-index: 20;
        padding: 25px 20px 25px
    }

    .certificates .certificates__wrapper .left-content .section-title {
        font-size: 48px;
        line-height: 100%;
        max-width: 250px
    }

    .certificates .certificates__wrapper .left-content .description {
        margin-top: 19px;
        font-size: 18px;
        max-width: 190px;
        position: relative;
        z-index: 30
    }

    .certificates .certificates__wrapper .right-content {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%
    }

    .certificates .certificates__wrapper .right-content::before {
        width: 100%;
        height: 100%;
        background-size: 220%;
        top: -120px
    }

    .certificates .certificates__wrapper .right-content img {
        position: absolute;
        top: 49px;
        width: 249px;
        height: 257px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20
    }

    .contacts {
        padding-top: 70px
    }

    .contacts .contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 140px
    }

    .contacts .contacts__wrapper .left-content {
        margin-right: 0
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper {
        top: 90px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select~.custom-select {
        margin-left: 0;
        margin-top: 13px
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select {
        width: 290px
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .current-option {
        font-size: 24px
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .custom-option-menu {
        padding-top: 5px;
        top: 38px
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select .custom-option-menu ul li {
        font-size: 24px
    }

    .contacts .contacts__wrapper .left-content .custom-select-wrapper .custom-select-active {
        z-index: 1040
    }

    .contacts .contacts__wrapper .right-content .section-title {
        line-height: 100%
    }

    .contacts .contacts__wrapper .right-content .address,
    .contacts .contacts__wrapper .right-content .phone {
        margin-top: 20px;
        text-align: center
    }

    .contacts .contacts__wrapper .right-content .address .title,
    .contacts .contacts__wrapper .right-content .phone .title {
        font-size: 28px
    }

    .contacts .contacts__wrapper .right-content .address .sub-title,
    .contacts .contacts__wrapper .right-content .phone .sub-title {
        font-size: 18px
    }

    .contacts .contacts__wrapper .right-content .sign-up {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .footer .footer__wrapper {
        padding: 43px 0 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer__wrapper .logo img {
        width: 105px
    }

    .footer .footer__wrapper .footer__left-side {
        width: 100%
    }

    .footer .footer__wrapper .footer__left-side .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .footer__wrapper .footer__left-side .footer__menu ul li a {
        font-size: 18px
    }

    .footer .footer__wrapper .footer__left-side .footer__menu ul~ul {
        margin-left: 0
    }

    .footer .footer__wrapper .footer__left-side .footer__menu ul~ul li {
        text-align: right
    }

    .footer .footer__wrapper .footer__right-side {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 33px
    }

    .footer .footer__wrapper .footer__right-side .site-title {
        font-size: 18px
    }

    .footer .footer__wrapper .footer__right-side .copyright {
        margin-top: 8px;
        font-size: 18px
    }
    .shop_wrapper .shop_tab_links{
        flex-wrap: wrap;
    }
    .contacts .contacts__wrapper .left-content .custom-select-wrapper{
        top: -32%;
        transform: translateX(-50%);
    }
}
@media (max-width: 650px) {
    .rew_item_full p{
        font-size: 16px;
    }
    .our-worker .container-main {
        padding: 0
    }

    .our-worker .our-worker__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 86px 0 25px
    }

    .our-worker .our-worker__wrapper .right-content {
        padding-top: 0;
        padding-left: 46px;
        margin-left: 0
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper {
        padding-bottom: 45px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-arrow {
        bottom: 0
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-prev {
        left: 30px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-next {
        left: 150px
    }

    .our-worker .our-worker__wrapper .right-content .slider-wrapper .slick-slide {
        width: 234px;
        height: 267px;
        margin: 0 10px
    }

    .our-worker .our-worker__wrapper .left-content {
        width: 100%;
        padding: 0 20px
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper {
        width: 100vw;
        max-width: calc(100vw - 40px)
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .title {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        font-size: 36px
    }

    .our-worker .our-worker__wrapper .left-content .name-worker-wrapper .name-worker-item .description {
        text-align: center;
        width: 100%;
        max-width: none;
        font-size: 18px;
        line-height: 22px
    }

    .our-worker .our-worker__wrapper .left-content .sign-up {
        margin-top: 20px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .button-up .button-up__wrapper button {
        width: 44px;
        height: 43px
    }

    .button-up .button-up__wrapper button span {
        font-size: 14px;
        line-height: 7px
    }
    .blog_wrapper .blog_wrapper_item{
        flex-basis: 100%;
        margin-right: 0;
    }
    .blog-open_wrapper{
        justify-content: center;
    }
    .blog-open_wrapper .open_wrapper_item{
        flex-basis: 70%;
        padding: 0px 0 0 0;
        margin-bottom: 50px;
    }
    .pop-up-add-reviews .rate_master_name{
        flex-wrap: wrap-reverse;
    }
    .pop-up-add-reviews .rate_master{
        margin-top: 20px;
    }
    .pop-up-add-reviews .body_reviews .phone_mail{
        flex-wrap: wrap;
    }
    .pop-up-add-reviews .body_reviews .phone_mail input{
        width: 100%;
    }
    .pop-up-add-reviews,
    .pop-up-terms-use{
        position: fixed;
        padding: 42px 40px 53px;
        height: 600px;
        top: 44%;
    }
    .pop-up-add-reviews h4{
        font-size: 40px;
    }
    .pop-up-terms-use h4{
        font-size: 38px;
    }
    .pop-up-add-reviews .body_reviews form button{
        transform: translate(16%);
    }
    .pop-up-shop-card, .pop-up-buy-product{
        height: 600px;
    }
    .pop-up-shop-card .product_desc,
    .pop-up-buy-product .quantity_product,
    .pop-up-buy-product .quantity_product .prod_info{
        flex-wrap: wrap;
    }
    .pop-up-buy-product .add-more-product{
        transform: translate(0);
    }
    .pop-up-buy-product form .phone_mail{
        flex-wrap: wrap;
    }
    .pop-up-buy-product form .phone_mail input{
        width: 100%;
    }
}
@media (max-width: 610px){
    .work_master_wrapper .work_master_title{
        font-size: 65px;
    }
    .work_master_content {
        justify-content: stretch;
        margin-right: -45px;
    }
    .work_master_content .work_master_item {
        flex-basis: 45%;
        margin-right: 16px;
    }
}
@media (max-width: 420px) {
    .work_master_content {
        justify-content: stretch;
        margin-right: -25px;
    }
    .reviews_wrapper .swiper-pagination {
        top: 74px;
    }
    .work_master_content .work_master_item {
        flex-basis: 45%;
        margin-right: 16px;
    }
    .our_master_content .img{
        margin: 0;
    }
    .reviews_wrapper .rev_title, .masters_wrapper .masters_title, .work_master_wrapper .work_master_title{
        font-size: 55px;
    }
    .reviews_content {
        max-width: 80%;
    }
    .reviews .reviews_slider .swiper-slide_item {
        width: 75%;
        height: auto;
    }
    .reviews .reviews_slider .swiper-slide_item .description{
        padding: 0;

    }
   
    .open_blog_repost{
        flex-wrap: wrap;
    }
    .open_blog_repost .link_repost{
        margin:15px 0;
    }
    .shop_wrapper .shop_prod_tab .shop_prod_item .img, 
    .shop_wrapper .shop_prod_tab .sertificate .img{
        height: auto;
    }
    .shop_wrapper .shop_prod_tab .shop_prod_item .img img, .shop_wrapper .shop_prod_tab .sertificate .img img{
        width: 200px;
    }
    .about-us .about-us__wrapper {
        padding-top: 104px
    }

    .about-us .about-us__wrapper .right-content .section-title {
        max-width: 236px
    }

    .about-us .about-us__wrapper .right-content .more-information {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about-us .about-us__wrapper .right-content .more-information .social-links {
        margin-left: 0
    }

    .our-works .our-works__wrapper .title-block .select-view {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-prev {
        left: 25%
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-next {
        right: 25%
    }

    .certificates {
        padding-bottom: 100px
    }

    .certificates .certificates__wrapper {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificates .certificates__wrapper .left-content {
        position: relative;
        z-index: 20;
        padding: 25px 20px 0
    }

    .certificates .certificates__wrapper .left-content .section-title {
        font-size: 48px;
        line-height: 100%
    }

    .certificates .certificates__wrapper .left-content .description {
        margin-top: 19px;
        font-size: 18px;
        max-width: 190px;
        position: relative;
        z-index: 30
    }

    .certificates .certificates__wrapper .right-content {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
        min-height: 180px
    }

    .certificates .certificates__wrapper .right-content::before {
        width: 100%;
        height: 400px;
        background-size: 220%;
        top: -74px
    }

    .certificates .certificates__wrapper .right-content img {
        position: absolute;
        top: -43px;
        width: 249px;
        height: 257px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20
    }
    .pop-up-online-service{
        padding: 48px 20px 45px;
        height: 600px;
    }
    .pop-up-online-service h4,
    .pop-up-select-date h4,
    .pop-up-select-time h4,
    .pop-up-select-master h4,
    .pop-up-full_appointment h4,
    .pop-up-online_appointment-records h4,
    .pop-up-register-form h4,
    .pop-up-you-are-written h4{
        font-size: 40px;
        margin-top: 20px;
    }
    .pop-up-online-service .service_body_item .terms .txt p{
        font-size: 17px;
    }
    .pop-up-online-service .service_body_item .terms .txt span{
        font-size: 17px;
    }
    .pop-up-select-date .select-date-body .date-body table tr td{
        padding: 10px 0;
    }
    .pop-up-select-time{
        height: 600px;
    }
    .pop-up-select-time .time-of-day-body{
        justify-content: center;
    }
    .pop-up-select-master h4{
        margin-top: 40px;
    }
    .pop-up-select-master .select-master-item .item-insade-block{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pop-up-select-master,
    .pop-up-online_appointment-records,
    .pop-up-register-form,
    .pop-up-you-are-written,
    .pop-up-select-date{
        height: 600px;
    }
    .pop-up-full_appointment{
        padding: 48px 20px 45px;
    }
    .pop-up-full_appointment .add_select-order .order{
        display: inline-block;
        margin-top: 30px;
    }
    .pop-up-full_appointment .add_select-order .add_select{
        margin: 0;
    }
    .pop-up-online_appointment-records{
        padding: 48px 20px 45px;
    }
    .pop-up-register-form form .phone_mail{
        flex-wrap: wrap;
    }
    .pop-up-register-form form .phone_mail input{
        max-width:  100% !important;
    }
    .pop-up-you-are-written .add-calendar-cancel{
        flex-wrap: wrap;
    }
    .pop-up-you-are-written .add-calendar-cancel .cancel{
        margin-top: 20px;
    }
    .reviews_wrapper .swiper-button-prev {
        left: 32%;
    }
    .reviews_wrapper .swiper-button-next {
        right: 32%;
    }
    .masters_wrapper .swiper-button-prev {
        left: 32%;
    }
    .masters_wrapper .swiper-button-next {
        right: 32%;
    }


} 
@media (max-width: 380px){
    .pop-up-you-are-written .add-record{
        padding: 12px 30px;
    }
    .pop-up-select-master .select-master-item .master{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pop-up-select-time .back-to-select-date p {
        font-size: 17px;
        margin-left: 7px;
        margin-top: 3px;
    }
}
@media (max-width: 360px) {
    .reviews_wrapper .swiper-pagination {
        top: 74px;
    }
    .certificates {
        padding-bottom: 0
    }

    .our-works .our-works__wrapper .slider-wrapper .slick-slide {
        height: 276px
    }
    .work_master_content .work_master_item {
        flex-basis: 47%;
        margin-right: 10px;
    }

   
}