.lg-sub-html,.lg-toolbar {
    background-color: rgba(0,0,0,.45)
}

#lg-counter,.lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}

@font-face {
    font-family: lg;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/fonts/lg.eot?n1z373);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/fonts/lg.eot#iefixn1z373) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/fonts/lg.woff?n1z373) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"),url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next,.lg-prev,.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition:border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0,0,0,.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,.lg-outer .lg,.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group:after,.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(https://www.letocosmetics.com/bitrix/templates/altair/libs/lightgallery/img/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s,opacity 0s;
    -webkit-transition: opacity 0s,-webkit-transform 0s;
    transition: opacity 0s,-webkit-transform 0s;
    -o-transition: transform 0s,opacity 0s;
    transition: transform 0s,opacity 0s;
    transition: transform 0s,opacity 0s,-webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.33333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Regular.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Regular.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Regular.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Regular.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Bold.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Bold.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Bold.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Bold.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-SemiBold.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-SemiBold.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-SemiBold.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-SemiBold.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Medium.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Medium.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Medium.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Medium.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-ExtraBold.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-ExtraBold.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-ExtraBold.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-ExtraBold.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/Montserrat-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: PTsans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/PTSans-Bold.eot);
    src: url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/PTSans-Bold.eot#iefix) format("embedded-opentype"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/PTSans-Bold.woff2) format("woff2"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/PTSans-Bold.woff) format("woff"),url(https://www.letocosmetics.com/bitrix/templates/altair/fonts/PTSans-Bold.ttf) format("truetype")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #fc9406;
    color: #fff
}

::selection {
    background-color: #fc9406;
    color: #fff
}

body {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #9d9d9d
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 9;
    display: none
}

.overlay.active {
    display: block
}

.noscroll {
    overflow: hidden
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

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

img {
    max-width: 100%;
    height: auto
}

.main {
    padding-bottom: 39px
}

@media (min-width: 992px) {
    .main {
        padding-bottom:79px
    }
}

.logo__img {
    width: 115px
}

@media (min-width: 992px) {
    .logo__img {
        width:135px
    }
}

@media (min-width: 1200px) {
    .logo__img {
        width:auto
    }
}

.breadcrumb {
    padding: 0;
    list-style-type: none;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 28px 0;
    font-size: 14px;
    line-height: 17px
}

.breadcrumb__link {
    color: #858585
}

.breadcrumb__link:after {
    content: '/';
    margin: 0 5px
}

.breadcrumb__link:hover {
    text-decoration: none;
    color: #858585
}

.breadcrumb__item_active {
    color: #3f3f3f
}

.header {
    padding: 0px 0 0 0;
}

.header__row {
    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
}

.header__row:last-child {
    padding:10px 0 10px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__row_fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
}

@media (min-width: 576px) {
    .header__row_fdc {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__title {
    font-weight: 500;
    font-size: 16px;
    line-height: auto;
    color: #686666;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .header__title {
        margin-right:15px;
        margin-bottom: .5rem
    }
}

.header__sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .header__sign {
        margin-bottom:0
    }
}

.header__sign-link {
    font-size: 12px;
    line-height: 15px;
    color: #9d9d9d
}

.header__sign-link:hover {
    color: #9d9d9d;
    text-decoration: none
}

.header__sign-svg {
    height: 15px;
    width: 15px;
    fill: #9d9d9d;
    margin-right: 10px
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 576px) {
    .header__left {
        -webkit-box-flex:0;
        -ms-flex: 0 1 736px;
        flex: 0 1 736px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 30px
    }
}

@media (min-width: 768px) {
    .header__left {
        -webkit-box-flex:0;
        -ms-flex: 0 1 366px;
        flex: 0 1 366px;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .header__left {
        -webkit-box-flex:0;
        -ms-flex: 0 1 456px;
        flex: 0 1 456px
    }
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__social-item {
    margin-right: 10px
}

.header__social-item:last-child {
    margin-right: 0
}

.header__social-link:hover .header__social-svg {
    fill: #fc9406
}

.header__social-svg {
    height: 15px;
    width: 15px;
    fill: #9d9d9d;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.header__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .header__mail {
        margin-bottom:0
    }
}

.header__phone-mobile {
    display: block;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .header__phone-mobile {
        display:none
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px
}

@media (min-width: 992px) {
    .header__logo {
        -webkit-box-flex:0;
        -ms-flex: 0 0 185px;
        flex: 0 0 185px
    }
}

@media (min-width: 1200px) {
    .header__logo {
        -webkit-box-flex:0;
        -ms-flex: 0 0 235px;
        flex: 0 0 235px
    }
}

.header__bot-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .header__bot-right {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__col {
    padding: 0 15px
}

.header__col_search {
    display: none
}

@media (min-width: 768px) {
    .header__col_search {
        display:block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px
    }
}

@media (min-width: 992px) {
    .header__col_search {
        -webkit-box-flex:0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px
    }
}

@media (min-width: 1200px) {
    .header__col_search {
        -webkit-box-flex:0;
        -ms-flex: 0 1 448px;
        flex: 0 1 448px
    }
}

.header__col_phone {
    display: none
}

@media (min-width: 576px) {
    .header__col_phone {
        display:block
    }
}

.header__col_basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__toggle-menu {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    z-index: 22
}

@media (min-width: 992px) {
    .header__toggle-menu {
        display:none
    }
}

.header__toggle-menu.on .header__toggle-line {
    background-color: transparent
}

.header__toggle-menu.on .header__toggle-line::before {
    -webkit-transform: rotate(45deg) translate(2px,5px);
    -ms-transform: rotate(45deg) translate(2px,5px);
    transform: rotate(45deg) translate(2px,5px);
    background-color: #fc9406;
    left: 3px
}

.header__toggle-menu.on .header__toggle-line::after {
    -webkit-transform: rotate(-45deg) translate(2px,-5px);
    -ms-transform: rotate(-45deg) translate(2px,-5px);
    transform: rotate(-45deg) translate(2px,-5px);
    background-color: #fc9406;
    left: 3px
}

.header__toggle-line {
    width: 35px;
    height: 2px;
    background-color: #fc9406;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__toggle-line:after,.header__toggle-line:before {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #fc9406;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 0
}

.header__toggle-line:after {
    top: 5px
}

.header__toggle-line:before {
    bottom: 5px
}

.header__menu {
    margin-top: 27px;
    border-top: 1px solid #ececec;
    position: relative
}

.header__menu_inner {
    border-bottom: 1px solid #ececec
}

.mail {
    color: #000;
    font-size: 12px;
    line-height: 15px
}

.mail:hover {
    color: #000;
    text-decoration: none
}

.mail__svg {
    height: 15px;
    width: 15px;
    fill: #fc9406;
    margin-right: 10px
}

.mail_footer {
    color: #fff
}

.mail_footer:hover {
    color: #fff
}

.search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search__input {
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    width: 100%;
    padding: 12px 20px
}

.search__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #858585
}

.search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #858585
}

.search__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #858585
}

.search__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #858585
}

.search__input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #858585
}

.search__input:focus {
    outline: 0
}

.search__btn {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    right: 0;
    height: 100%;
    width: 60px;
    background-color: transparent
}

.search__btn-svg {
    width: 18px;
    height: 18px;
    fill: #3f3f3f
}

.phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #3f3f3f
}

.phone:hover {
    color: #3f3f3f;
    text-decoration: none
}

.phone__svg {
    height: 15px;
    width: 15px;
    fill: #fc9406;
    margin-right: 10px
}

.phone_footer {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.phone_footer:hover {
    color: #fff
}

.basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.basket.active .basket__btn {
    background-color: #fc9406;
    border-color: #fc9406
}

.basket.active .basket__btn-svg {
    fill: #fff
}

.basket.active .basket__btn-span {
    background-color: #393939
}

.basket.active .basket__list {
    display: block
}

.basket__btn {
    padding: 11.5px 14.5px;
    border: 1px solid #ececec;
    position: relative;
    margin-right: 21px
}

.basket__btn-span {
    position: absolute;
    top: -10px;
    right: -4px;
    background-color: #fc9406;
    color: #fff;
    font-family: PTsans;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.basket__btn-svg {
    height: 20px;
    width: 20px;
    fill: #3f3f3f
}

.basket__text {
    display: none
}

@media (min-width: 992px) {
    .basket__text {
        display:block
    }
}

.basket__text-top {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
    margin: 0;
    margin-bottom: 11px
}

.basket__text-bot {
    font-size: 12px;
    line-height: 15px;
    color: #3f3f3f;
    margin: 0
}

.basket__text-bot b {
    font-size: 14px
}

.basket__list {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    position: absolute;
    right: 0;
    top: 57px;
    width: 213px;
    z-index: 5;
    padding: 15px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    display: none;
    -webkit-animation: fade .4s ease-in-out,scale .2s ease;
    animation: fade .4s ease-in-out,scale .2s ease
}

.basket__list-title {
    font-size: 10px;
    line-height: 12px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px
}

.basket__list-title-span {
    color: #fc9406
}

.basket__item-block {
    height: 180px;
    overflow-y: auto
}

.basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1
}

.basket__item-img-block {
    height: 55px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px
}

.basket__item-title {
    word-break: break-word;
    font-size: 12px;
    line-height: 15px;
    color: #3f3f3f;
    margin-bottom: 7px
}

.basket__item-title:hover {
    text-decoration: none;
    color: #3f3f3f
}

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

.basket__item-price {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 15px
}

.basket__item-price b {
    font-size: 14px;
    color: #3f3f3f
}

.basket__list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f48b16;
    padding: 15px 0;
    font-size: 9px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc9406;
    -webkit-transition: color .25s ease,background-color .25s ease;
    -o-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease;
    margin-top: 15px
}

.basket__list-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #fc9406
}

.basket__list-btn:hover .basket__list-btn-svg {
    fill: #fff
}

.basket__list-btn-svg {
    width: 10px;
    height: 10px;
    fill: #fc9406;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease;
    margin-right: 5px
}

.basket__list-btn_bg {
    background-color: #fc9406;
    color: #fff
}

.menu {
    position: fixed;
    z-index: 10;
    width: 250px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    overflow-y: scroll;
    height: 100vh;
    background-color: #fff
}

@media (min-width: 992px) {
    .menu {
        position:initial;
        height: auto;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow-y: inherit
    }
}

.menu.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 992px) {
    .menu__list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.menu__item {
    background-color: #fff;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.menu__item:hover {
    background-color: #fc9406
}

.menu__item:hover .menu__link {
    text-decoration: none;
    color: #fff
}

.menu__item_catalog {
    background-color: #fc9406;
    position: relative;
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .menu__item_catalog {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0;
        background-color: #393939;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 204px;
        flex: 0 0 204px
    }

    .menu__item_catalog:hover .menu__link-svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .menu__item_catalog:hover .menu__sub-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: fade .4s ease-in-out,scale .2s ease;
        animation: fade .4s ease-in-out,scale .2s ease
    }
}

.menu__link {
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
    padding: 15px 10px;
    display: block;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

@media (min-width: 992px) {
    .menu__link {
        padding:22px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .menu__link {
        padding:22px 21.5px
    }
}

.menu__link-svg {
    width: 9px;
    height: 9px;
    fill: #fff;
    margin-left: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.menu__link_catalog {
    color: #fff;
    font-weight: 700;
    padding: 15px 10px;
    pointer-events: none
}

@media (min-width: 992px) {
    .menu__link_catalog {
        padding:22px 10px
    }
}

.menu__sub-list {
    z-index: 99;
    background-color: #fff;
    padding: 15px 10px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    visibility: visible;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

@media (min-width: 992px) {
    .menu__sub-list {
        position:absolute;
        max-height: 420px;
        width: 962px;
        display: none;
        padding: 34px 30px
    }
}

@media (min-width: 1200px) {
    .menu__sub-list {
        width:1076px
    }
}

.menu__sub-list:before {
    content: '';
    position: absolute;
    left: 88px;
    top: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu__sub-link {
    font-size: 13px;
    line-height: 23px;
    color: #3f3f3f;
    display: block;
    padding: 5px 0 5px 25px;
    -webkit-transition: background-color .25s ease,color .25s ease;
    -o-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease
}

.menu__sub-link:hover {
    color: #fc9406
}

@media (min-width: 992px) {
    .menu__sub-link {
        line-height:16px
    }
}

.menu__sub-link_title {
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
    padding-left: 0;
    pointer-events: none
}

.menu__sub-item {
    margin-right: 10px
}

.menu__sub-item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.menu__sub-item_title:first-child {
    margin-top: 0
}

.menu__sub-item_title:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fc9406;
    margin-right: 10px
}

.slider-section {
    position: relative
}

.slider {
    height: 400px
}

@media (min-width: 992px) {
    .slider {
        height:540px
    }
}

.slider__item {
    height: 100%;
    position: relative
}

.slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-radial-gradient(0 50%,83.02% 569.1%,rgba(51,51,51,.7) 20.31%,rgba(0,0,0,0) 100%);
    background: radial-gradient(83.02% 569.1% at 0 50%,rgba(51,51,51,.7) 20.31%,rgba(0,0,0,0) 100%)
}

.slider__item-wrap {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__item-img {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.slider__item-text {
    position: relative;
    z-index: 1
}

@media (min-width: 576px) {
    .slider__item-text {
        padding:0 80px
    }
}

@media (min-width: 992px) {
    .slider__item-text {
        padding:0 100px
    }
}

@media (min-width: 1440px) {
    .slider__item-text {
        padding:0 50px
    }
}

@media (min-width: 1600px) {
    .slider__item-text {
        padding:0
    }
}

.slider__item-title {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px
}

@media (min-width: 576px) {
    .slider__item-title {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    .slider__item-title {
        font-size:28px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    .slider__item-title {
        font-size:36px;
        line-height: 50px
    }
}

@media (min-width: 1200px) {
    .slider__item-title {
        margin-right:340px
    }
}

@media (min-width: 1440px) {
    .slider__item-title {
        margin-right:440px
    }
}

.slider__item-link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider__item-link {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #fc9406;
    padding: 18px 43px;
    -webkit-transition: background-color .25s ease,color .25s ease;
    -o-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease
}

.slider__item-link:hover {
    text-decoration: none;
    background-color: #fff;
    color: #fc9406
}

.prev-next-slider {
    z-index: 1;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #ececec;
    border-top-color: transparent;
    height: 50px;
    width: 50px
}

.prev-next-slider:focus {
    outline: 0
}

@media (min-width: 576px) {
    .prev-next-slider {
        border:1px solid rgba(255,255,255,.8);
        position: absolute;
        top: calc(50% - 25px)
    }
}

@media (min-width: 992px) {
    .prev-next-slider {
        background-color:transparent;
        border: 1px solid rgba(255,255,255,.5);
        -webkit-transition: background-color .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;
        transition: background-color .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;
        -o-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease;
        transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease;
        transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease
    }

    .prev-next-slider:hover {
        background-color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
        box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
    }

    .prev-next-slider:hover .prev-next-slider__svg {
        fill: #000
    }
}

.prev-next-slider__svg {
    height: 17px;
    width: 17px;
    fill: #000
}

@media (min-width: 992px) {
    .prev-next-slider__svg {
        fill:rgba(255,255,255,.5)
    }
}

.prev-next-slider__svg_rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.prev-slider {
    left: 3%
}

@media (min-width: 1440px) {
    .prev-slider {
        left:10%
    }
}

.next-slider {
    right: 3%
}

@media (min-width: 1440px) {
    .next-slider {
        right:10%
    }
}

.products-main {
    margin-top: 49px
}

.products-main__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.products-main__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-width: 0
}

.products-main__col_catalog {
    display: none
}

@media (min-width: 992px) {
    .products-main__col_catalog {
        display:block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 263px;
        flex: 0 0 263px
    }
}

@media (min-width: 1200px) {
    .products-main__col_catalog {
        -webkit-box-flex:0;
        -ms-flex: 0 0 293px;
        flex: 0 0 293px
    }
}

.catalog-menu {
    padding: 25px 20px;
    border: 1px solid #ececec
}

@media (min-width: 1200px) {
    .catalog-menu {
        padding:25px 30px
    }
}

.catalog-menu__title {
    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;
    margin-bottom: 11px
}

.catalog-menu__title-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc9406
}

.catalog-menu__title-svg {
    width: 14px;
    height: 12px;
    fill: #fc9406
}

.catalog-menu__block {
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
    margin-bottom: 5px
}

.catalog-menu__block:last-child {
    border: none
}

.catalog-menu__block-title {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.catalog-menu__block-title:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fc9406;
    margin-right: 10px
}

.catalog-menu__block-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.catalog-menu__block-link {
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
    display: block;
    padding: 5px 0 5px 25px;
    -webkit-transition: background-color .25s ease,color .25s ease;
    -o-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease
}

.catalog-menu__block-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #fc9406
}

.products-slider {
    margin-bottom: 50px
}

@media (min-width: 1200px) {
    .products-slider {
        margin-bottom:90px
    }
}

.products-slider_other {
    margin-top: 57px
}

@media (min-width: 992px) {
    .products-slider_other {
        margin-top:107px;
        margin-bottom: 10px
    }
}

.products-slider__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 576px) {
    .products-slider__title-block {
        margin-bottom:34px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.products-slider__title {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .products-slider__title {
        margin:0;
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    .products-slider__title {
        font-size:28px;
        line-height: 37px
    }
}

@media (min-width: 992px) {
    .products-slider__title {
        font-size:30px;
        line-height: 37px
    }
}

.products-slider__arrows {
    height: 45px;
    width: 45px;
    border: 1px solid #ececec;
    background-color: transparent;
    -webkit-transition: background-color .25s ease,-webkit-box-shadow .25s ease;
    transition: background-color .25s ease,-webkit-box-shadow .25s ease;
    -o-transition: background-color .25s ease,box-shadow .25s ease;
    transition: background-color .25s ease,box-shadow .25s ease;
    transition: background-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease
}

.products-slider__arrows:last-child {
    margin-left: 5px
}

.products-slider__arrows:focus {
    outline: 0
}

.products-slider__arrows:hover {
    background-color: #ececec;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

.products-slider__arrows-svg {
    height: 15px;
    width: 15px;
    fill: #3f3f3f
}

.products-slider__arrows-svg_rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product {
    position: relative
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .product__col {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}

.product__item {
    border: 1px solid #ececec;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease,-webkit-box-shadow .25s ease;
    position: relative
}

.product__item:hover {
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

.product__item:hover .product__hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.product__item:hover .product__img {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.product__img-block {
    display: block;
    height: 179px;
    position: relative;
    overflow: hidden
}

@media (min-width: 1200px) {
    .product__img-block {
        height:199px
    }
}

.product__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.product__hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 179px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

@media (min-width: 1200px) {
    .product__hover {
        height:199px
    }
}

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

.product__text-block {
    padding: 20px
}

@media (min-width: 1200px) {
    .product__text-block {
        padding:20px 25px
    }
}

.product__link {
    display: block
}

.product__link:hover {
    text-decoration: none
}

.product__for {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    color: #9d9d9d;
    margin-bottom: 7px
}

.product__title {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    margin-bottom: 5px
}

.product__subtitle {
    font-size: 12px;
    line-height: 15px;
    color: #3f3f3f;
    margin-bottom: 15px
}

.product__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px
}

.product__price {
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    color: #3f3f3f;
    margin-right: 10px
}

@media (min-width: 1200px) {
    .product__price {
        margin-right:20px
    }
}

.product__price_stock {
    color: #e64f3b
}

.product__price-old {
    font-size: 14px;
    line-height: 17px;
    color: #9d9d9d;
    text-decoration: line-through
}

.product__cart {
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    color: #fc9406;
    border: 1px solid #fc9406;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .25s ease,background-color .25s ease;
    -o-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease;
    padding: 15px 0
}

.product__cart:hover {
    color: #fff;
    background-color: #fc9406;
    text-decoration: none
}

.product__cart:hover .product__cart-svg {
    fill: #fff
}

.product__cart-svg {
    height: 13px;
    width: 13px;
    fill: #fc9406;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease;
    margin-right: 10px
}

.product__sticker {
    position: absolute;
    top: 16px;
    left: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
    font-size: 10px
}

.product__sticker-stock {
    background-color: #e64f3b;
    padding: 9px 10.5px;
    display: inline-block
}

.product__sticker-new {
    background-color: #569aff;
    padding: 9px 10.5px;
    display: inline-block
}

.product__sticker-hit {
    background-color: #fc9406;
    padding: 9px 10.5px;
    display: inline-block
}

.news-main__title-block {
    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;
    margin-bottom: 34px
}

.news-main__title {
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f
}

.news-main__link {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #fc9406
}

.news-main__link:hover {
    color: #fc9406
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news__row_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .news__col {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .news__col {
        display:block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}

.news__col_item4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .news__col_item4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .news__col_item4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.news__item {
    background-color: #fff;
    border: 1px solid #ececec;
    -webkit-transition: border .25s ease,-webkit-box-shadow .25s ease;
    transition: border .25s ease,-webkit-box-shadow .25s ease;
    -o-transition: border .25s ease,box-shadow .25s ease;
    transition: border .25s ease,box-shadow .25s ease;
    transition: border .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease
}

.news__item:hover {
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

.news__item-photo-img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    .news__item-photo-img {
        height:150px
    }
}

@media (min-width: 992px) {
    .news__item-photo-img {
        height:170px
    }
}

.news__item-info {
    padding: 25px 15px
}

@media (min-width: 992px) {
    .news__item-info {
        padding:22px 25px
    }
}

.news__item-date {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__item-date-svg {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.news__item-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f
}

.news__item-text {
    margin-bottom: 15px;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 20px
}

.news__item-link {
    text-decoration: underline;
    color: #fc9406;
    font-size: 14px;
    line-height: 24px
}

.news__item-link:hover {
    color: #fc9406
}

@media (min-width: 992px) {
    .about-main {
        margin-top:53px
    }
}

.about-main__link {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #fc9406
}

.about-main__link:hover {
    color: #fc9406
}

.footer {
    background-color: #393939;
    padding: 50px 0
}

.footer__row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .footer__row {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 30px
}

.footer__col_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px
}

@media (min-width: 1200px) {
    .footer__col_logo {
        -webkit-box-flex:0;
        -ms-flex: 0 0 293px;
        flex: 0 0 293px
    }
}

.footer__col_mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 293px;
    flex: 0 0 293px
}

.footer__phone {
    margin-top: 28px
}

.footer__mail {
    margin-top: 16px
}

.footer__center-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__center-left {
    margin-bottom: 30px;
    margin-right: 50px
}

@media (min-width: 576px) {
    .footer__center-left {
        margin-bottom:0
    }
}

@media (min-width: 1200px) {
    .footer__center-left {
        margin-right:142px
    }
}

.footer__title {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

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

.footer__item {
    margin-bottom: 6px
}

.footer__link {
    color: #999;
    font-size: 14px;
    line-height: 17px
}

.footer__link:hover {
    color: #fff
}

.footer__social {
    margin-top: 36px
}

.footer__social-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px
}

.footer__social-item {
    margin-right: 5px
}

.footer__social-svg {
    height: 15px;
    width: 15px;
    fill: #fc9406;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.footer__social-link {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #8d8d8d;
    -webkit-transition: border .25s ease,background-color .25s ease,-webkit-box-shadow .25s ease;
    transition: border .25s ease,background-color .25s ease,-webkit-box-shadow .25s ease;
    -o-transition: border .25s ease,background-color .25s ease,box-shadow .25s ease;
    transition: border .25s ease,background-color .25s ease,box-shadow .25s ease;
    transition: border .25s ease,background-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease
}

.footer__social-link:hover {
    border-color: #fc9406;
    background-color: #fc9406;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

.footer__social-link:hover .footer__social-svg {
    fill: #fff
}

.footer__text {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.footer__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.footer__input {
    background-color: transparent;
    border: 1px solid #8d8d8d;
    width: 100%;
    padding: 12px 20px
}

.footer__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #999
}

.footer__input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #999
}

.footer__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #999
}

.footer__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #999
}

.footer__input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #999
}

.footer__input:focus {
    outline: 0;
    background-color: #fff;
    border-color: #8d8d8d
}

.footer__btn {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #fc9406;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease,-webkit-box-shadow .25s ease
}

.footer__btn:hover {
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

.footer__btn-svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #8d8d8d;
    margin-top: 36px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 576px) {
    .footer__bot {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__bot-text {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 10px
}

.footer__madein {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 10px
}

.footer__copy {
    font-size: 12px;
    line-height: 15px;
    color: #999
}

.product-page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .product-page__top {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.product-page__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 458px;
    flex: 0 1 458px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}

@media (min-width: 768px) {
    .product-page__slider {
        margin-right:30px
    }
}

@media (min-width: 992px) {
    .product-page__slider {
        margin-right:70px
    }
}

.product-page__slider-big {
    height: 280px
}

@media (min-width: 576px) {
    .product-page__slider-big {
        height:450px
    }
}

@media (min-width: 768px) {
    .product-page__slider-big {
        height:319px
    }
}

.product-page__slider-big-item {
    height: 100%;
    position: relative
}

.product-page__sticker {
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
    font-size: 12px
}

.product-page__sticker-stock {
    background-color: #e64f3b;
    padding: 11.5px 13.5px;
    display: inline-block
}

.product-page__sticker-new {
    background-color: #569aff;
    padding: 11.5px 13.5px;
    display: inline-block
}

.product-page__sticker-hit {
    background-color: #fc9406;
    padding: 11.5px 13.5px;
    display: inline-block
}

.product-page__slider-big-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-page__slider-big-img-zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgba(0,0,0,.3);
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff
}

.product-page__slider-big-img-zoom-svg {
    height: 15px;
    width: 15px;
    fill: #fff
}

.product-page__slider-thumbs-item:focus {
    outline: 0
}

.product-page__slider-thumbs-item.tns-nav-active>.product-page__slider-thumbs-wrap {
    border: 1px solid #f48b16
}

.product-page__slider-thumbs-item.tns-nav-active>.product-page__slider-thumbs-wrap:after {
    background: 0 0
}

.product-page__slider-thumbs-wrap {
    position: relative;
    height: 60px;
    width: 60px
}

@media (min-width: 576px) {
    .product-page__slider-thumbs-wrap {
        width:100px;
        height: 100px
    }
}

@media (min-width: 768px) {
    .product-page__slider-thumbs-wrap {
        height:85px;
        width: 85px
    }
}

.product-page__slider-thumbs-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5)
}

.product-page__slider-thumbs-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-page__slider-thumbs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.product-page__slider-thumbs-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0
}

.product-page__arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px
}

.product-page__arrow:focus {
    outline: 0
}

.product-page__arrow:hover .product-page__arrow-svg {
    fill: #000
}

.product-page__arrow_fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-page__arrow-svg {
    height: 15px;
    width: 15px;
    fill: #858585;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.product-page__arrow-svg_rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-page__cart-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .product-page__cart-block-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 16px
    }
}

.product-page__cart-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .product-page__cart-block {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0
    }
}

.product-page__for {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #9d9d9d;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .product-page__for {
        font-size:14px;
        margin-bottom: 15px
    }
}

.product-page__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-bottom: 18px
}

@media (min-width: 576px) {
    .product-page__title {
        font-size:30px;
        margin-bottom: 23px
    }
}

.product-page__subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 17px
}

@media (min-width: 576px) {
    .product-page__subtitle {
        font-size:18px;
        margin-bottom: 22px
    }
}

.product-page__for2 {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 17px
}

@media (min-width: 576px) {
    .product-page__for2 {
        font-size:16px;
        margin-bottom: 22px
    }
}

.product-page__vol {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 13px
}

@media (min-width: 576px) {
    .product-page__vol {
        font-size:16px;
        margin-bottom: 18px
    }
}

.product-page__vol b {
    font-weight: 700
}

.product-page__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px
}

@media (min-width: 576px) {
    .product-page__price-block {
        margin-bottom:24px
    }
}

.product-page__price {
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
    color: #e64f3b;
    margin-right: 45px
}

@media (min-width: 576px) {
    .product-page__price {
        font-size:30px
    }
}

.product-page__price-old {
    font-size: 16px;
    line-height: 22px;
    text-decoration: line-through;
    color: #9d9d9d
}

@media (min-width: 576px) {
    .product-page__price-old {
        font-size:18px
    }
}

.product-page__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px
}

.product-page__cart-minus,.product-page__cart-plus {
    padding: 0 11.5px;
    font-size: 21px;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    color: #9d9d9d;
    cursor: pointer
}

.product-page__cart-minus::-moz-selection,.product-page__cart-plus::-moz-selection {
    background-color: #f9f9f9;
    color: #9d9d9d
}

.product-page__cart-minus::selection,.product-page__cart-plus::selection {
    background-color: #f9f9f9;
    color: #9d9d9d
}

.product-page__cart-input {
    padding: 13.5px 0;
    width: 39px;
    text-align: center;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    color: #9d9d9d
}

.product-page__cart-input:focus {
    outline: 0
}

.product-page__cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #fc9406;
    text-transform: uppercase;
    color: #fc9406;
    font-size: 11px;
    line-height: 17px;
    font-weight: 700;
    -webkit-transition: color .25s ease,background-color .25s ease;
    -o-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease;
    cursor: pointer
}

@media (min-width: 576px) {
    .product-page__cart-btn {
        font-size:14px
    }
}

@media (min-width: 992px) {
    .product-page__cart-btn {
        padding:0 50px
    }
}

.product-page__cart-btn:hover {
    color: #fff;
    background-color: #fc9406
}

.product-page__cart-btn:hover .product-page__cart-btn-svg {
    fill: #fff
}

.product-page__cart-btn-svg {
    width: 13px;
    height: 13px;
    fill: #fc9406;
    margin-right: 10px;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.product-page__rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .product-page__rating {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }
}

.product-page__rating>span {
    display: inline-block;
    position: relative;
    width: 1.1em
}

.product-page__rating>span:hover:before,.product-page__rating>span:hover~span:before {
    content: "\2605";
    position: absolute;
    color: #ffdb5a
}

.product-page__bot {
    margin-top: 41px
}

.product-page__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__tab-item {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3f3f3f;
    padding: 10px 0;
    cursor: pointer
}

@media (min-width: 576px) {
    .product-page__tab-item {
        padding:16px 14px;
        font-size: 14px;
        line-height: 17px
    }
}

.product-page__tab-item:first-child {
    margin-right: 15px
}

.product-page__tab-item.active {
    color: #fc9406;
    border-bottom: 1px solid #fc9406
}

.product-page__tab-content {
    display: none;
    -webkit-animation: fade .5s;
    animation: fade .5s;
    font-size: 14px;
    line-height: 24px;
    color: #3f3f3f;
    margin-top: 20px
}

.product-page__tab-content b {
    font-weight: 700
}

.product-page__tab-content p {
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .product-page__tab-content {
        margin-top:30px
    }
}

.single__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 576px) {
    .single__title-block {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.single__title {
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px
}

@media (min-width: 576px) {
    .single__title {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    .single__title {
        font-size:28px;
        line-height: 37px
    }
}

@media (min-width: 992px) {
    .single__title {
        font-size:30px;
        line-height: 37px
    }
}

.single__date {
    font-size: 16px;
    line-height: 20px;
    color: #9d9d9d
}

.single__img {
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .single__img {
        float:left;
        margin-bottom: 0;
        margin-right: 70px
    }
}

.single__content {
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    margin-bottom: 45px
}

.single__content p {
    margin-bottom: 28px
}

.single__content h2 {
    font-size: 24px;
    line-height: 26px;
    color: #3f3f3f;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 28px
}

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

.single__content li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 22px
}

.single__content li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fc9406;
    position: absolute;
    left: 0;
    top: 8px
}

.single__slider-block {
    position: relative
}

.single__slider-arrows-block {
    margin-bottom: 20px
}

@media (min-width: 1440px) {
    .single__slider-arrows-block {
        margin-bottom:0
    }
}

.single__slider-arrows {
    height: 45px;
    width: 45px;
    border: 1px solid #ececec;
    background-color: transparent;
    -webkit-transition: background-color .25s ease,-webkit-box-shadow .25s ease;
    transition: background-color .25s ease,-webkit-box-shadow .25s ease;
    -o-transition: background-color .25s ease,box-shadow .25s ease;
    transition: background-color .25s ease,box-shadow .25s ease;
    transition: background-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease;
    position: inherit;
    top: 31px
}

.single__slider-arrows:last-child {
    margin-left: 5px
}

.single__slider-arrows:focus {
    outline: 0
}

.single__slider-arrows:hover {
    background-color: #ececec;
    -webkit-box-shadow: 0 5px 20px 3px rgba(183,183,183,.25);
    box-shadow: 0 5px 20px 3px rgba(183,183,183,.25)
}

@media (min-width: 1440px) {
    .single__slider-arrows {
        position:absolute
    }
}

.single__slider-arrows_prev {
    left: -86px
}

.single__slider-arrows_next {
    right: -86px
}

.single__slider-arrows-svg {
    height: 15px;
    width: 15px;
    fill: #3f3f3f
}

.single__slider-arrows-svg_rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.single__slider-item {
    height: 108px;
    cursor: pointer;
    position: relative
}

.single__slider-item:hover .single__slider-hover {
    opacity: 1;
    -webkit-animation: fade .4s ease-in-out;
    animation: fade .4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.single__slider-img-block {
    position: relative;
    height: 100%
}

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

.single__slider-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.single__slider-hover-svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.single-more__title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-bottom: 50px;
    margin-top: 90px
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cart-btn {display:flex;}
.basket__text-bot u {cursor:pointer;}
.container .one-third.column {width:360px;}
.pagination ul {margin:0px;}
.my_headline {font-size:18px; color:#000; display:block;}
strong {color:#000;}
.social-icons li:before{display:none;}
.social-icons li{padding-left: 0px;    padding-right: 22px;}
.inp_cont input{    padding: 13.5px 0;
    width: 100% !important;
	display:block;
    text-align: left;
    border: 1px solid #eee;
	padding-left:15px;
    color: #9d9d9d;}
	
#contact textarea {
    width: 100% !important;
    border: 1px solid #eee;
    min-height: 100px !important;
    resize: vertical;
}
#contact {max-width:500px;}
.parallax-titlebar{width:100%;}
.post-img img {width:100%; height:auto;}
.header__row_top {background:#f5f5f5;margin-bottom:20px;}