a,
img {
    display: inline-block
}

body,
h1 {
    font-weight: 500
}

h1,
h2 {
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
    font-style: normal
}

button,
hr {
    border: none
}

.btn,
a:hover {
    text-decoration: none
}

.red-yellow div,
body,
button,
h1,
h2,
h4,
header,
p {
    font-family: futura-pt, sans-serif
}

@font-face {
    font-family: futura-pt, sans-serif;
    src: url(../fonts/FuturaPTBold.otf) format('truetype');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: futura-pt, sans-serif;
    src: url(../fonts/FuturaPTBook.otf) format('truetype');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: futura-pt, sans-serif;
    src: url(../fonts/FuturaPTDemi.otf) format('truetype');
    font-style: normal;
    font-weight: 500
}

body {
    position: relative;
    color: #181716;
    font-size: 20px;
    font-style: normal;
    overflow-x: hidden;
    width: 100%
}

.position-center,
.red-yellow {
    position: absolute;
    top: 0;
    right: 0
}

img {
    max-width: 100%
}

a {
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn,
.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

h1 {
    color: #989898;
    font-size: 98px
}

h2 {
    font-size: 36px;
    font-weight: 700
}

h4 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500
}

h4:before {
    content: "/";
    margin-left: -20px;
    margin-right: 10px
}

h3 {
    font-size: 24px
}

p {
    margin-bottom: 30px;
    font-style: normal
}

button {
    outline: 0;
    cursor: pointer
}

ul {
    list-style: none
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.clear:after,
.clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.text-center {
    text-align: center
}

.transition {
    transition: all .3s
}

.position-center {
    left: 0;
    bottom: 0;
    margin: auto
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.center {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 15px;
    width: 100%
}

hr {
    background: #e6e6e6;
    margin: 60px 0 40px;
    height: 4px
}

hr.light {
    height: 1px
}

.red-yellow {
    height: 100%;
    width: 2px
}

.red-yellow div {
    width: 100%;
    height: 50%
}

.red-yellow .red {
    background: #e3000b
}

.red-yellow .yellow {
    background: #ffed00
}

/*.blur {
    filter: blur(5px);
    position: relative
}

.blur:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}*/

.btn,
header {
    background: #000
}

.btn {
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    transition: all .3s
}

.btn:hover {
    opacity: .8
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px
}

.display-flex>div {
    margin: 12.5px;
    flex: 1 0 400px
}

header {
    color: #c9c9c9;
    flex: 0 0 auto;
    position: relative;
    z-index: 50
}

header .bottom-center {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #000;
    padding: 20px 0
}

header .center,
header nav li {
    position: relative
}

header .top-header {
    font-family: Arial, sans-serif;
    line-height: 25px;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #393939;
    margin-bottom: 15px
}

header nav .level .level2-title,
header nav a {
    font-size: 30px;
    text-decoration: none
}

header .top-header .top-header__underline {
    border-bottom: 1px dotted #c9c9c9;
    background: 0 0;
    color: #c9c9c9;
    padding: 0;
    margin: 0 10px
}

header nav li {
    display: inline-block;
    padding: 0 25px
}

header nav li:hover .level {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width: 501px) {
    header nav li:last-of-type .level {
       left: auto;	
    }
}

header nav li:last-of-type .level {
    right: 0
}
header nav li .level:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);
}
header nav li .level:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.8);   
}

header nav ul:hover .link {
    color: #646464
}

header nav a,
header nav a.link:hover {
    color: #c5c5c5
}

header nav .level {
    position: absolute;
    top: 100%;
    left: 25px;
    max-width: 500px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    padding-top: 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 410px;
    padding-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header nav .level li {
    display: block;
    flex: 0 0 50%;
    padding: 0 10px 20px 0
}

.content .get-closer>div,
.content .product-models>div {
    flex: 1 0 240px
}

header nav .level a {
    color: #fff;
    white-space: nowrap
}

header nav .level a:hover {
    color: #c5c5c5
}

header nav .level .level2-title {
    color: #fff;
    white-space: nowrap
}

header nav .level .level2-box:hover .level2 {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding-left: 15px
}

header nav .level .level2 {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all .2s linear;
    padding: 0
}

header nav .level .level2 a {
    font-size: 22px
}

.content {
    margin-top: 80px
}

.content .text-version {
    columns: 2
}

.content .product-model,
.content .product-models {
    columns: 4
}

.content .text-version h4:before {
    content: "";
    margin: 0
}

.content .text-version>div {
    margin-bottom: 30px
}

.content .product-model h4:before {
    content: "";
    margin: 0
}

.content .product-model>div {
    margin-bottom: 30px
}

.content .wrap-product__product .detail {
    display: inline-block
}

.content .wrap-product__product .detail+.detail {
    margin-left: 50px
}

.content .wrap-product__list-more {
    display: none;
    margin-top: -40px
}
.content .wrap-product__list-more.active {
    display: block;
}
.content .wrap-product__list-more--fix.active {
    display: flex;
}

.content .wrap-product__list,
.content .wrap-product__list-more {
    columns: 4;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 3050;
    font-size: 16px
}
.content .wrap-product__list-more.wrap-product__list-more--2 {
    columns: auto;
}

.content .wrap-slider {
    background: #000
}

.content .hero-section {
    position: relative;
    margin-top: 100px;
    pointer-events: none;
}

.content .hero-section h1 {
    font-size: 90px;
    line-height: 90px
}

.content .hero-section .slider__image {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    top: auto;
    z-index: 1;
    height: 100%
}

.content .hero-section .slick-prev {
    display: none!important
}

.content .hero-section .slick-next {
    font-size: 0;
    background: url(../img/ico/next.png) center no-repeat;
    width: 56px;
    height: 28px;
    position: absolute;
    bottom: 100px;
    right: 30%;
    z-index: 4
}

.content .hero-section p {
    text-align: left;
    color: #fff
}

.content .hero-section .slick-dots {
    position: absolute;
    top: 150px;
    right: 30%;
    display: flex;
    z-index: 4
}

.content .hero-section .slick-dots button {
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: 0 0;
    margin: 4.5px;
    border: 1px solid #626262
}

.content .hero-section .slick-dots .slick-active button {
    background: #969696
}

.content .hero-section .display-flex {
    height: 100%
}

.content .hero-section .display-flex>div {
    align-self: center
}

.content .hero-section .display-flex>div h1,
.content .hero-section .display-flex>div p {
    max-width: 80%;
    display: inline-block
}

.content .hero-section .display-flex .display-flex__right {
    text-align: right;
    font-size: 30px;
/*    padding-top: 27vh;*/
    padding-top: 5vh;
    position: relative;
    z-index: 2
}

.content .hero-section .display-flex .display-flex__left {
    padding-bottom: 22vh;
    position: relative;
    z-index: 2
}

.content .hero-section .scissors-part-1 {
    height: 631px!important;
    top: 50px!important
}

.content .hero-section .scissors-part-2 {
    right: -5px!important
}

.content .big-banner_scissors {
    min-height: 900px
}

.content .big-banner_scissors .float-left,
.content .big-banner_scissors .float-right {
    width: 50%
}

.content .big-banner {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300
}

.content .big-banner .big-banner__desctiption {
    max-width: 490px;
    margin-bottom: 80px
}

.content .big-banner .big-banner__desctiption h1 {
    font-size: 90px;
    line-height: 90px
}

.content .big-banner .big-banner__desctiption h2 {
    color: #989898
}

.content .big-banner .big-banner__desctiption p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500
}

.content .big-banner .float-left .big-banner__item {
    margin-right: 40%
}

.content .big-banner .float-right {
    padding-top: 80px
}

.content .big-banner .float-right .big-banner__item {
    margin-left: 40%
}

.content .big-banner .big-banner__item {
    max-width: 275px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 80px;
    display: inline-block
}

.content .get-closer .get-closer__image,
.content .product-models .product-models__image {
    margin-bottom: 30px
}

.content .big-banner .big-banner__item h4 {
    display: inline-block
}

.content .big-banner .other-description_scissors p {
    max-width: 70%
}

.content .gallery>div {
    flex: 1 0 240px
}

.content .gallery .gallery__image {
    margin-bottom: 20px
}

.content .product-information .product-information__text {
    font-size: 20px;
    width: 68%;
    float: left;
    padding-right: 10px
}

.content .product-information .product-information__special {
    float: right;
    width: 30%;
    padding-left: 10px;
    text-align: right;
    position: relative;
    padding-right: 12px;
    margin-top: 34px
}

.content .product-information .product-information__special a {
    font-size: 20px
}

.content .look-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px;
    font-family: futura-pt, sans-serif
}

@media (max-width:1024px) {
    .content .look-flex {
        margin: 0
    }
}

.content .look-flex>div {
    text-align: center;
    flex: 1 0 320px;
    margin: 10px 23px
}

.content .models-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

@media (max-width:1024px) {
    .content .models-flex {
        margin: 0
    }
}

.content .models-flex>div {
    margin: 0
}

.content .about-guilt-free-bg {
    background: url(../img/about-guilt-free.jpg) top center no-repeat;
    padding: 50px 0
}

.content .about-guilt-free {
    display: inline-flex;
    flex-wrap: wrap
}

.content .about-guilt-free .about-guilt-free__title {
    font-size: 146px;
    line-height: 125px;
    color: #d9d9d9;
    flex: 1 0 auto;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500
}

.content .about-guilt-free .about-guilt-free__text {
    color: #fff;
    flex: 1 0 auto;
    max-width: 540px;
    font-size: 30px;
    align-self: flex-end;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 140px
}

footer,
footer a {
    color: #646464
}

.get-closer,
.seo-text,
.wrap-product__content {
    margin-top: 35px
}

footer {
    font-family: futura-pt, sans-serif
}

footer .top-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

footer .top-footer a {
    text-decoration: none
}

footer .top-footer>div {
    margin: 10px
}

footer .top-footer nav {
    width: 250px;
    font-family: Arial, Helvetica, sans-serif
}

footer .top-footer nav li {
    display: inline-block
}

footer .top-footer nav li+li {
    margin-left: 10%
}

footer .top-footer nav a {
    font-size: 16px
}

footer .top-footer nav a:hover {
    text-decoration: underline
}

footer .top-footer p {
    font-size: 12px;
    font-family: arial
}

footer .top-footer .top-footer__network a {
    width: 19px;
    height: 18px
}

footer .top-footer .top-footer__network a.in {
    background: url(../img/ico/in.png) center no-repeat
}

footer .top-footer .top-footer__network a.fc {
    background: url(../img/ico/fc.png) center no-repeat
}

footer .top-footer .top-footer__network a.vb {
    background: url(../img/ico/vb.png) center no-repeat
}

footer .top-footer .top-footer__network a:hover {
    opacity: .7
}

footer .bottom-footer {
    border-top: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 -10px
}

footer .bottom-footer>div {
    margin: 10px
}

footer .bottom-footer a {
    font-family: futura-pt, sans-serif;
    text-decoration: none
}

footer .bottom-footer a>span {
    border-bottom: 1px solid #646464;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

footer .bottom-footer a>span:hover {
    border-color: transparent
}

footer .bottom-footer a+a:before {
    content: "|";
    text-decoration: none;
    margin: 0 5px 0 2px
}

@media (max-width:768px) {
    .display-flex>div {
        flex: inherit
    }
}

@media (max-width:870px) {
    .content .slider .slick-dots {
        top: 10px;
        right: 10px
    }
    .content .slider .slick-next {
        right: 10px;
        bottom: 20px
    }
    .content .slider .display-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap
    }
    .content .slider .display-flex .display-flex__left {
        padding-bottom: 0
    }
    .content .slider .display-flex .display-flex__right {
        text-align: left;
        padding-top: 0;
        padding-bottom: 150px
    }
    .content .big-banner_scissors {
        position: relative
    }
    .content .big-banner_scissors .float-left,
    .content .big-banner_scissors .float-right {
        position: relative;
        z-index: 2
    }
    .display-flex {
        margin-left: 0;
        margin-right: 0
    }
    .product-page .wrap-product__product>div:first-of-type img {
        width: 100%
    }
}

@media (max-width:670px) {
    .content .wrap-product__list,
    .content .wrap-product__list-more {
        columns: 3
    }
    .content .big-banner_scissors {
        position: relative
    }
    .content .big-banner_scissors .float-left,
    .content .big-banner_scissors .float-right {
        width: 100%
    }
    .content .big-banner_scissors .big-banner__wrap-item {
        text-align: left!important
    }
    .content .big-banner_scissors .big-banner__wrap-item .big-banner__item {
        margin-left: 25%!important;
        margin-right: 0!important
    }
    .display-flex {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:500px) {
    header nav .level {
        max-width: 100vw;
        columns: 1
    }
    header nav .level li {
        padding-left: 20px
    }
    .content .slider .display-flex>div h1 {
        font-size: 50px
    }
    .content .wrap-product__list,
    .content .wrap-product__list-more {
        columns: 2
    }
}

@media (max-width:425px) {
    .content .about-guilt-free .about-guilt-free__text {
        max-width: 100%
    }
    .content .about-guilt-free .about-guilt-free__title {
        font-size: 86px;
        line-height: 85px
    }
    .content .look-flex>div {
        flex: 0 0 280px
    }
    .content .big-banner .float-left .big-banner__item,
    .content .big-banner .float-right .big-banner__item {
        max-width: 250px;
        margin-left: 10%!important
    }
    .content .slider .display-flex>div h1 {
        font-size: 46px
    }
    .content .slider .display-flex>div p {
        font-size: 25px
    }
    header nav .level li {
        flex: 0 0 100%
    }
    header nav .level .level2 a {
        display: block
    }
    .content .wrap-product__list,
    .content .wrap-product__list-more {
        columns: 1
    }
}

@media (max-width:380px) {
    .wrap-detail .float-right .btn {
        margin-top: 15px
    }
}

.index-page {
    background: #000;
    position: relative;
    z-index: 1
}

.index-page>.content {
    position: relative
}

.index-page .wrap-slider {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s linear
}

.index-page .big-banner {
    padding-top: 150px;
    background: 0 0;
    margin-top: 0;
    opacity: 0
}

.index-page .big-banner .float-left .big-banner__desctiption {
    transition: all .4s linear;
    opacity: 0
}

.index-page .big-banner .float-left .big-banner__wrap-item {
    transition: all .4s linear;
    opacity: 0;
    transform: translate3d(0, 25px, 0)
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(2) {
    transition-delay: .4s
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(3) {
    transition-delay: .8s
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(4) {
    transition-delay: 1.2s
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(5) {
    transition-delay: 1.6s
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(6) {
    transition-delay: 2s
}

.index-page .big-banner .float-left .big-banner__wrap-item:nth-of-type(7) {
    transition-delay: 2.4s
}

.index-page .big-banner .float-right .big-banner__wrap-item {
    transition: all .4s linear;
    opacity: 0;
    transform: translate3d(0, 25px, 0)
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(1) {
    transition-delay: .2s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(2) {
    transition-delay: .6s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(3) {
    transition-delay: 1s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(4) {
    transition-delay: 1.4s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(5) {
    transition-delay: 1.8s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(6) {
    transition-delay: 2.2s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(7) {
    transition-delay: 2.6s
}

.index-page .big-banner .float-right .big-banner__wrap-item:nth-of-type(8) {
    transition-delay: 3s
}

.index-page.scroll .wrap-slider {
    transform: translate3d(0, calc(-100% - 50px), 0);
    opacity: 0
}

.index-page.scroll .big-banner,
.index-page.scroll .big-banner .float-left .big-banner__desctiption {
    opacity: 1
}

.index-page.scroll .big-banner .float-left .big-banner__wrap-item,
.index-page.scroll .big-banner .float-right .big-banner__wrap-item {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.white-bg {
    background: #fff
}

.white-bg hr.light {
    margin-top: 0
}

.white-bg .seo-text {
    padding-bottom: 20px
}

.white-bg .get-closer {
    margin-top: 0;
    padding-top: 35px
}

.scissors-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: 1
}

.scissors-item.nail-page {
    opacity: 1
}

.scissors-item.nail-page img {
    width: 70px
}

.scissors-item.lub-page {
    opacity: 1
}

.scissors-item.lub-page img {
    width: 200px
}

.scissors-item.foot-file-page {
    opacity: 1
}

.scissors-item.foot-file-page img {
    width: 220px
}

.scissors-item.roll-page {
    opacity: 1
}

.scissors-item.roll-page img {
    width: 380px
}

.scissors-item.moon-page {
    opacity: 1
}

.scissors-item.moon-page img {
    width: 300px
}

.scissors-item.glassStick-page {
    opacity: 1
}

.scissors-item.glassStick-page img {
    width: 45px
}

.scissors-item.nippers-page {
    opacity: 1
}

.scissors-item.nippers-page img {
    width: 585px
}

.scissors-item.mantra-files-page {
    opacity: 1
}

.scissors-item.mantra-files-page img {
    width: 300px
}

.scissors-item.glass-files-page {
    opacity: 1
}

.scissors-item.glass-files-page img {
    width: 170px
}

.scissors-item img {
    width: auto;
    max-width: 80%
}

.scissors-item.clippers-page {
    opacity: 1
}

.scissors-item.clippers-page img {
    width: 170px
}

.scissors-item .scissors-wp {
    position: absolute;
    top: 390px;
    width: 100%;
    height: 175px;
    left: 0;
    background: url(../img/slider/fon.png) center repeat-x;
    z-index: 2
}

.scissors-item .scissors-wp:after {
    content: '';
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 2000px;
    background: #000
}

.content-another .wrap-slider {
    position: relative
}

.content-another .wrap-slider .hero-section {
    display: flex;
    align-items: center;
    padding-bottom: 50px
}

.content-another .wrap-slider .hero-section .display-flex {
    flex: 0 0 50%;
    flex-direction: column
}

.content-another .wrap-slider .hero-section .display-flex .display-flex__left {
    align-self: flex-start;
    flex: auto;
    padding-bottom: 0
}

.content-another .wrap-slider .hero-section .display-flex .display-flex__right {
    align-self: flex-start;
    flex: auto;
    padding-top: 0;
    text-align: left;
    margin-top: 40px
}

.content-another .wrap-slider .hero-section .content-another__img {
    display: flex;
    justify-content: center
}

@media (max-width:1024px) {
    .content-another .wrap-slider .hero-section {
        flex-wrap: wrap;
        justify-content: center
    }
    .content-another .wrap-slider .hero-section .display-flex {
        flex: 1 1
    }
    .content-another .wrap-slider .hero-section .content-another__img {
        flex: 0 0 100%;
        align-items: flex-start
    }
}

@media (max-width:500px) {
    .content .hero-section .display-flex>div h1 {
        font-size: 60px;
        line-height: 60px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 50000000000;
    display: flex;
    align-items: center;
    justify-content: center
}

.get-closer>h2 {
    margin-bottom: 0
}

footer .bottom-footer>div,
footer .bottom-footer>div a {
    font-size: 12px;
    font-family: Arial
}

.other-description_scissors {
    font-weight: 500
}

.content .get-closer>.get-closer>div {
    font-weight: 300;
    padding: 0 10px
}

.content .get-closer>.get-closer>div h4 {
    font-weight: 600;
    float: left;
    margin-right: 4px
}

.content .text-version p,
.subtitle,
.white-bg .seo-text p {
    font-weight: 300
}

.content .get-closer>.get-closer .get-closer__image {
    margin-left: -10px;
    margin-right: -10px
}

.product-information+hr+h2 {
    margin-bottom: 35px
}

.white-bg .get-closer>h2 {
    margin-top: 5px
}

.content .product-information .product-information__text {
    margin: 35px 0 50px
}

.content .text-version>div:nth-of-type(2) {
    margin-bottom: 61px
}

.content .hero-section:after {
    content: '';
    position: absolute;
    /* top: 100%;*/
    bottom: 3%;
    margin-top: 30px;
    pointer-events: all;
    right: 20%;
    width: 58px;
    height: 28px;
    z-index: 1;
    cursor: pointer;
    background: url(../img/ico/next.png) center center no-repeat
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb--50 {
    margin-bottom: -50px
}

.pl-15 {
    padding-left: 15px
}

.picture__flex {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.seo-text-p {
    padding-left: 15px
}

.top-footer__network-contacts {
    margin-top: -40px;
    float: left;
    max-width: 500px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 40px
}

.top-footer__network-contacts a {
    width: 19px;
    height: 18px
}

.top-footer__network-contacts a.in {
    background: url(../img/ico/in.png) center no-repeat
}

.top-footer__network-contacts a.fc {
    background: url(../img/ico/fc.png) center no-repeat
}

.top-footer__network-contacts a.vb {
    background: url(../img/ico/vb.png) center no-repeat
}

.top-footer__network-contacts a:hover {
    opacity: .7
}

@media only screen and (max-width:1110px) {
    .picture__flex {
        justify-content: space-around
    }
    .picture__flex img {
        margin-bottom: 20px;
        height: auto
    }
}

@media only screen and (max-width:918px) {
    .content .about-guilt-free .about-guilt-free__text {
        margin-top: 10px
    }
}

@media only screen and (max-width:790px) {
    .content .product-information .product-information__text {
        width: 100%
    }
    .content .product-information .product-information__special {
        width: 100%;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 30px
    }
    .navigation {
        text-align: right
    }
}

@media only screen and (max-width:425px) {
    .look-flex img {
        width: 100%
    }
    .content .look-flex>div {
        flex: auto
    }
}


/*Перенестить в нужное место и в не минифицированый файл!!!!*/
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */

.overlay {
		display: none;
		position: fixed; 
		z-index: 999; 
		opacity: 0.9; 
		top: 0; right: 0; left: 0; bottom: 0; 
		background: #000;		
	}
.product-information__text .btn {
    margin-bottom: 5px;
}
.popup-student,
.popup-salon,
.popup-professional,
.popup-nailartist{
	display: none;
	position: relative;
}
.popup-form {
	position: fixed;
	top: 30px;
	z-index: 1000;
	margin: auto;
    /*left: 50%;*/
    left:14%;
	left: calc( (100% - 1000px) / 2 );
    top: 5%;
	padding: 10px;
	max-width: 1000px;
	width: 100%;
    bottom: 10px;
   color: #fff;   
   font-weight: 300;
   font-size: 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-form__line {
	margin-bottom: 0px;
}
.popup-form__line:first-child {
   padding-top: 30px;
}
.popup-form__line:last-child {
	margin-bottom: 0;
}
.popup-form__text {
	display: inline-block;
	width: 39%;
	font-size: 30px;
	padding-right: 10px;
	padding-top: 1px;
	vertical-align: top;
}
.popup-form__inputs {
	display: inline-block;
	width: 61%;
    
}
.popup-form__inputs--radio {
    margin-bottom: 30px;
}
.popup-form__inputs-inner {
/*	margin-bottom: 22px;
	margin-top: 22px;*/	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.popup-form__inputs-inner .popup-form__input {
	margin-bottom: 0;
}
.popup-form__input {
	width: 100%;
	border: none;
	height: 50px;
	color: #bbbbbb;
	font-size: 18px;
	font-family: futura-pt, sans-serif;  
	padding: 0 24px;
	background-color: rgba(53, 53, 53, .8);
	margin-bottom: 22px !important;
	font-weight: 300;
	-webkit-appearance: none; -webkit-border-radius:0; border-radius:0;
}
.popup-form__input.error {
    background-color: #cc0000;
    color: #ffed00;
    margin-bottom: 22px !important;
}
.popup-form__input.error:focus {
    background-color: #cc0000;
}
label.error {
    position: absolute;
    top: 0px;
    left: 39%;
    font-size: 18px;
    color: #ffed00;
    font-weight: 300;    
}
.popup-form__input.error::-webkit-input-placeholder {
    color: #ffed00;
}
.popup-form__input.error::-moz-placeholder {
    color: #ffed00;
}
.popup-form__input.error::-moz-placeholder {
    color: #ffed00;
}
.popup-form__input.error:-ms-input-placeholder {
    color: #ffed00;
}
.popup-form__input.error::placeholder {
    color: #ffed00;
}


.popup-form__input--39 {
	width: 39.1%;
}
.popup-form__input--26 {
	width: 26.8%;
}
.popup-form__input--52 {
    width: 53.6%;
}
.popup-form__textarea {
	width: 100%;
	border: none;
	height: 120px;
	color: #bbbbbb;
	padding: 20px 24px;
    margin-bottom: 22px;
	background-color: rgba(53, 53, 53, .8);
	font-family: futura-pt, sans-serif;  
	font-size: 18px;
	font-weight: 300;
	resize: none;
	-webkit-appearance: none; -webkit-border-radius:0; border-radius:0;
}
.popup-form__textarea:focus,
.popup-form__input:focus {
	background-color: rgba(53, 53, 53, .5);
}
.popup-form__textarea:focus {
	outline: none;
}
.popup-form__input:last-child {
	margin-bottom: 0;
}
.popup-form__input:focus {
	outline: none;
}


.radio {
	display: inline-block;
	margin-right: 20px;
	margin-top: 12px;
}
.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio__text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: #bbbbbb;
  font-family: futura-pt, sans-serif; 
  font-size: 18px;
  font-weight: 300;
}
.radio__text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #636363;
  border-radius: 50%;
  background: transparent;
}
.radio__text:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: .2s;
}
.radio input:checked + .radio__text:after {
  opacity: 1;
}

.form__checkbox {
	width: 100%;
    margin-bottom: 17px;
}
.form__checkbox .politics__link {
	font-family: futura-pt, sans-serif; 
	font-size: 18px;
	color: #bbbbbb;
}
.form__checkbox .politics__link:hover {
	text-decoration: none;
	color: #fff;
}
.form__checkbox input[type="checkbox"] {
	opacity: 0; 
	width: 0;
}
.form__checkbox input[type="checkbox"] + label:after {
	content: none; 
}
.form__checkbox input[type="checkbox"]:checked + label:after {
	content: ''; 
}
.form__checkbox input[type="checkbox"]:checked + label:before {
	background-color: transparent; 
	border-color: #646464;
}
.form__checkbox label {
	position: relative;
	padding-left: 40px;
	font-size: 17px;
	cursor: pointer;      
}
.form__checkbox label:before {
	content: '';
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #646464;
	top: -3px;
	left: 0px;
}
.form__checkbox label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	display: inline-block;
	height: 7px;
	width: 12px;
	border-left: 3px solid  #fff;
	border-bottom: 3px solid  #fff;
	transform: rotate(-45deg);
}
.form__checkbox1.error label:before {
	background-color: #cc0000;
	border-color: #ff0000;
}
.form__checkbox2.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkbox3.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkbox4.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkboxagr.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkboxpro.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkboxstu.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.form__checkboxnail.error label:before {
    background-color: #cc0000;
    border-color: #ff0000;
}
.popup-form__submit {
	width: 220px;
	height: 52px;
	background-color: #000;
	border: none;
	transition: all .3s;
	color: #fff;
	font-size: 22px;
	font-family: futura-pt, sans-serif; 
	font-weight: 400;
	cursor: pointer;
}
.popup-form__submit:hover {
	opacity: .8;
}
.popup-form__submit:active,
.popup-form__submit:focus {
    outline: none; 
}
.popup-form__line .btn {
    font-size: 22px;
    font-weight: 400;
}
fieldset {
    border: none;
}
.popup-form__step2 {
    display: none;
}
.thank-pop_up {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: auto;
  height: 90px;
  width: 300px;
  z-index: 1000;
}
.thank-overlay {
  display: none;
  position: fixed; 
  z-index: 999; 
  opacity: 0.9; 
  top: 0; right: 0; left: 0; bottom: 0; 
  background: #000;   
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.picture__row {
    margin-bottom: 28px;
}
.product-slider__block {
    max-width: 579px !important;
    margin: 0 auto;
}
.product-slider__wrap {
    width: 75.6% !important;
    float: right;
}
.product-slider__nav-wrap {
    width: 22.9%;
    float: left;
}
.picture__row img {
    margin: 12px;
}
.product-slider {
    
}
.product-slider .slide {
   /* max-width: 434px;
    width: 100% !important;*/
}
.product-slider .slide img {
    width: 100%;
}
.product-slider__nav .draggable {
   padding: 0 !important;
}
.product-slider__nav .slide {
  /*  width: 23% !important;*/
  width: 100% !important;
    margin-bottom: 11px;
}
.product-slider__nav img {
    width: 100%;
}

#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }
.lb-dataContainer {
    display: none !important;
}
.lightbox .lb-image {
    border: none !important;
    border-radius: 0 !important;
}
.lb-nav a.lb-prev {
    background: none;

}
.lb-nav a.lb-next {
    background: none;
    
}
.lb-nav a.lb-prev:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 5%;
    transform: rotate(-45deg);
}
.lb-nav a.lb-next:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5%;
    transform: rotate(135deg);
}
.text-block__hidden {
    display: none;
    margin-bottom: -25px;
}
.text-block {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}
.text-block-click {
    padding: 0 10px;
}
.text-block-click.active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
}

@media only screen and (max-width:1200px) {
    .wrap-product__product.display-flex>div {
        flex: inherit;
        width: 100%;
    }
    .picture__row {
        text-align: center;
    }
    .popup-form {
        left: 15px;
    } 
}
@media only screen and (max-width: 992px) {
    .text-block-click.active {
        position: static;
    }
}
@media only screen and (max-width: 755px) {
    .popup-form {
        top: 15px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media only screen and (max-width:630px) {
    .product-slider__wrap {
        width: 100% !important;
        float: none;
    }
    .wrap-product__product.display-flex {
        padding-right: 22px;
    }
    .product-slider__nav-wrap {
        width: 100% !important;
        float: none;
        text-align: center;
    }
    .product-slider__nav-wrap .slide {
        display: inline-block !important;
        width: 31% !important;
        float: none !important;
    }
    .product-slider__nav-wrap .slick-track {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 104% !important;
        margin-left: -2%;
    }
}
@media only screen and (max-width:525px) {
	.popup-form__text {
		width: 100%;
		font-size: 24px;
		padding-right: 5px;
		padding-top: 0px;
		margin-bottom: 2px;
	}
	.popup-form__inputs {
		width: 100%;
	}
	.popup-form__inputs-inner {
		margin-top: 0;
	}
	.popup-form__inputs-inner .popup-form__input {
		padding: 0 10px;
	}
	.popup-form__submit {
		display: block;
		margin: 0 auto;
	}
    label.error {
        left: 0%;   
    }
}