/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.ttf?22t19m) format("truetype"), url(../fonts/lg.woff?22t19m) format("woff"), url(../fonts/lg.svg?22t19m#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    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 {
    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;
    outline: 0;
    border: none;
    background-color: transparent
}

.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: ""
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: ""
}

@-webkit-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
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-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;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45)
}

.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;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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: ""
}

.lg-toolbar .lg-download:after {
    content: ""
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    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;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s
}

.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(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-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, 0.25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-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: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-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%;
    -o-object-fit: cover;
    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;
    outline: 0;
    border: none
}

.lg-outer .lg-toggle-thumb:after {
    content: ""
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    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(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../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(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../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;
    -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: ""
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: ""
}

.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;
    -o-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, 0.25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 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, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 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;
    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, 0.25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: ""
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: ""
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: ""
}

.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 {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    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;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-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, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    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: ""
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: ""
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 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;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -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-active #lg-share {
    color: #fff
}

.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;
    -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;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: 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;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .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, 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 {
    height: 100%;
    width: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: ""
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: ""
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: -webkit-transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform .3s cubic-bezier(0.32, 0, 0.67, 0) 0s
}

.lg-rotate-left:after {
    content: ""
}

.lg-rotate-right:after {
    content: ""
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-hor:after {
    content: ""
}

.lg-flip-ver:after {
    content: ""
}

.lg-group:after,
.lg-group:before {
    display: table;
    content: "";
    line-height: 0
}

.lg-group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: 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;
    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;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-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;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-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(../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;
    -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;
    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;
    -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, 0.25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 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, 0.25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s
}

@font-face {
    font-family: "BigNoodleTitlingCyr";
    src: url("../fonts/BigNoodleTitlingCyr.woff2") format("woff2"), url("../fonts/BigNoodleTitlingCyr.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "MuseoSansCyrl-Light";
    src: url("../fonts/MuseoSansCyrl-100.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "MuseoSansCyrl-Regular";
    src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "MuseoSansCyrl-Medium";
    src: url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "MuseoSansCyrl-Bold";
    src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "MuseoSansCyrl-Extra-Bold";
    src: url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none
}

ul,
ol,
li {
    list-style: none
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0
}

input,
button,
textarea,
select {
    font: inherit
}

textarea {
    resize: none
}

html,
body {
    height: 100%;
    font-size: 18px;
    line-height: 1.2;
    font-family: "MuseoSansCyrl-Regular", Arial, sans-serif;
    color: #000;
    background-color: #fff
}

@media(min-width: 991px) {

    html,
    body {
        scrollbar-color: #7f0007 #d3d3d3;
        scrollbar-width: thin
    }
}

.wrapper {
    overflow: hidden
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

section {
    position: relative
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1230px;
    position: relative;
    padding: 0 15px
}

.lock {
    overflow: hidden
}

@media(min-width: 991px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 2px
    }
}

@media(min-width: 991px) {
    ::-webkit-scrollbar-track {
        background: #d3d3d3
    }
}

@media(min-width: 991px) {
    ::-webkit-scrollbar-thumb {
        background: #7f0007
    }
}

.btn {
    display: inline-block;
    position: relative;
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #7f0007;
    border-radius: 10px;
    padding: 30px 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: background-color .2s, opacity .2s;
    -o-transition: background-color .2s, opacity .2s;
    transition: background-color .2s, opacity .2s
}

@media(max-width: 767px) {
    .btn {
        font-size: calc(13px + 18.7 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .btn {
        font-size: calc(13px + 11 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .btn {
        width: 100%;
        padding: 23px 23px
    }
}

@media(max-width: 414px) {
    .btn {
        padding: 18px 23px
    }
}

.btn::after {
    content: "";
    background-color: #e3000c;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px
}

.btn:active {
    opacity: .8
}

.btn:active::after {
    bottom: 0px
}

.form {
    background-color: #000;
    border-radius: 10px;
    padding: 30px
}

@media(max-width: 991px) {
    .form {
        padding: 24px
    }
}

@media(max-width: 414px) {
    .form {
        padding: 18px 23px
    }
}

.form .js-validate-error-label {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width: 767px) {
    .form .js-validate-error-label {
        font-size: calc(11px + 1.7 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form .js-validate-error-label {
        font-size: calc(11px + 1 * (100vw / 1920))
    }
}

.form__header {
    text-align: center;
    margin-bottom: 25px
}

@media(max-width: 414px) {
    .form__header {
        margin-bottom: 17px
    }
}

.form__suptitle {
    font-family: "MuseoSansCyrl-Bold", Arial, sans-serif;
    color: #ff2a35;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .form__suptitle {
        font-size: calc(13px + 8.5 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__suptitle {
        font-size: calc(13px + 5 * (100vw / 1920))
    }
}

.form__title {
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    color: #fff
}

@media(max-width: 767px) {
    .form__title {
        font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__title {
        font-size: calc(18px + 6 * (100vw / 1920))
    }
}

.form__body {
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .form__body {
        margin-bottom: 13px
    }
}

.form__item {
    position: relative;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .form__item {
        margin-bottom: 13px
    }
}

.form__label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .form__label {
        font-size: calc(11px + 5.1 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__label {
        font-size: calc(11px + 3 * (100vw / 1920))
    }
}

.form__input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #000;
    padding: 16px 20px;
    outline: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(max-width: 767px) {
    .form__input {
        font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__input {
        font-size: calc(12px + 4 * (100vw / 1920))
    }
}

.form__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7)
}

.form__input::-moz-placeholder {
    color: rgba(0, 0, 0, .7)
}

.form__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .7)
}

.form__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .7)
}

.form__input::placeholder {
    color: rgba(0, 0, 0, .7)
}

.form__input:focus {
    border-color: #177245
}

@media(max-width: 991px) {
    .form__input {
        padding: 12px 15px
    }
}

.form__btn {
    width: 100%;
    text-transform: none;
    border-radius: 5px;
    padding: 23px 10px;
    margin-top: 10px
}

@media(max-width: 767px) {
    .form__btn {
        font-size: calc(13px + 8.5 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__btn {
        font-size: calc(13px + 5 * (100vw / 1920))
    }
}

.form__btn::after {
    border-radius: 5px
}

@media(max-width: 991px) {
    .form__btn {
        padding: 18px 10px
    }
}

.form__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MuseoSansCyrl-Medium", Arial, sans-serif;
    color: #fff;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .form__descr {
        font-size: calc(9px + 5.1 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .form__descr {
        font-size: calc(9px + 3 * (100vw / 1920))
    }
}

@media(max-width: 414px) {
    .form__descr {
        margin-bottom: 8px
    }
}

.form__shield {
    width: 31px;
    height: 41px;
    margin: 0 20px 0 10px
}

@media(max-width: 991px) {
    .form__shield {
        width: 25px;
        height: 33px;
        margin: 0 10px 0 5px
    }
}

@media(max-width: 414px) {
    .form__shield {
        width: 23px;
        height: 31px;
        margin: 0 14px 0 7px
    }
}

.form__payment {
    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;
    margin-left: 20px
}

@media(max-width: 414px) {
    .form__payment {
        margin-left: 10px
    }
}

.form__payment>*:not(:last-child) {
    margin-right: 15px
}

@media(max-width: 991px) {
    .form__payment>*:not(:last-child) {
        margin-right: 10px
    }
}

.form__pochta {
    width: 47px;
    height: 24px
}

@media(max-width: 991px) {
    .form__pochta {
        width: 38px;
        height: 19px
    }
}

@media(max-width: 414px) {
    .form__pochta {
        width: 35px;
        height: 18px
    }
}

.form__sdek {
    width: 59px;
    height: 16px
}

@media(max-width: 991px) {
    .form__sdek {
        width: 53px;
        height: 14px
    }
}

@media(max-width: 414px) {
    .form__sdek {
        width: 44px;
        height: 12px
    }
}

.form__visa {
    width: 56px;
    height: 17px
}

@media(max-width: 991px) {
    .form__visa {
        width: 45px;
        height: 14px
    }
}

@media(max-width: 414px) {
    .form__visa {
        width: 42px;
        height: 13px
    }
}

.form__ms {
    width: 39px;
    height: 32px
}

@media(max-width: 991px) {
    .form__ms {
        width: 34px;
        height: 28px
    }
}

@media(max-width: 414px) {
    .form__ms {
        width: 30px;
        height: 24.5px
    }
}

.title {
    text-align: center;
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    color: #000
}

@media(max-width: 767px) {
    .title {
        font-size: calc(17px + 28.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .title {
        font-size: calc(17px + 17 * (100vw / 1920))
    }
}

.title span {
    color: #e3000c
}

.black {
    background-color: #000;
    padding: 10px 0
}

@media(max-width: 991px) {
    .black {
        padding: 10px 0 15px
    }
}

.black__inner {
    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
}

@media(max-width: 991px) {
    .black__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.black__title {
    background: -webkit-gradient(linear, left top, right top, from(#dc6716), color-stop(#fee5ad), to(#de6d20));
    background: -o-linear-gradient(left, #dc6716, #fee5ad, #de6d20);
    background: linear-gradient(to right, #dc6716, #fee5ad, #de6d20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width: 767px) {
    .black__title {
        font-size: calc(52px + 40.8 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .black__title {
        font-size: calc(52px + 24 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .black__title {
        margin-bottom: 5px
    }
}

.black__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.black__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "MuseoSansCyrl-Medium", Arial, sans-serif;
    color: #fff
}

@media(max-width: 767px) {
    .black__item {
        font-size: calc(11px + 11.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .black__item {
        font-size: calc(11px + 7 * (100vw / 1920))
    }
}

.black__item:not(:last-child) {
    margin-right: 65px
}

@media(max-width: 1229px) {
    .black__item:not(:last-child) {
        margin-right: 30px
    }
}

@media(max-width: 991px) {
    .black__item:not(:last-child) {
        margin-right: 90px
    }
}

@media(max-width: 767px) {
    .black__item:not(:last-child) {
        margin-right: 50px
    }
}

@media(max-width: 568px) {
    .black__item:not(:last-child) {
        margin-right: 10px
    }
}

@media(max-width: 568px) {
    .black__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .black__item br {
        display: none
    }
}

.black__icon {
    margin-right: 15px
}

@media(max-width: 568px) {
    .black__icon {
        margin-right: 9px
    }
}

.black__africa {
    width: 42px;
    height: 44px
}

@media(max-width: 991px) {
    .black__africa {
        width: 34px;
        height: 35px
    }
}

@media(max-width: 568px) {
    .black__africa {
        width: 29px;
        height: 30px
    }
}

.black__russia {
    width: 66px;
    height: 40px
}

@media(max-width: 991px) {
    .black__russia {
        width: 52px;
        height: 31px
    }
}

@media(max-width: 568px) {
    .black__russia {
        width: 44px;
        height: 27px
    }
}

.viagra {
    background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#c9cbcd));
    background: -o-linear-gradient(left, #f0f0f0 0%, #c9cbcd 100%);
    background: linear-gradient(90deg, #f0f0f0 0%, #c9cbcd 100%);
    padding-top: 50px;
    padding: 50px 0 0 0
}

@media(max-width: 1229px) {
    .viagra {
        padding: 50px 0
    }
}

@media(max-width: 767px) {
    .viagra {
        padding: 30px 0
    }
}

@media(max-width: 767px) {
    .viagra__container {
        max-width: 510px
    }
}

.viagra__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1229px) {
    .viagra__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    .viagra__inner {
        display: block
    }
}

.viagra__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px
}

@media(max-width: 1229px) {
    .viagra__main {
        margin-right: 15px
    }
}

@media(max-width: 767px) {
    .viagra__main {
        margin-right: 0
    }
}

.viagra__title {
    width: 100%;
    max-width: 630px;
    text-align: left;
    margin-bottom: 45px
}

@media(max-width: 767px) {
    .viagra__title {
        font-size: calc(15px + 25.5 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .viagra__title {
        font-size: calc(15px + 15 * (100vw / 1920))
    }
}

@media(max-width: 1229px) {
    .viagra__title {
        max-width: 520px
    }
}

@media(max-width: 767px) {
    .viagra__title {
        margin-bottom: 20px
    }
}

.viagra__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: -20px
}

@media(max-width: 1229px) {
    .viagra__img {
        -ms-flex-negative: inherit;
        flex-shrink: inherit;
        margin: 0
    }
}

.viagra__img img {
    width: 779px;
    height: 558px
}

@media(max-width: 1229px) {
    .viagra__img img {
        width: auto;
        height: auto
    }
}

.viagra__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
    width: 385px;
    margin-top: 10px
}

@media(max-width: 991px) {
    .viagra__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px;
        margin: 0
    }
}

@media(max-width: 767px) {
    .viagra__aside {
        margin: 0 auto
    }
}

@media(max-width: 414px) {
    .viagra__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        width: 290px
    }
}

.potency {
    background: -webkit-gradient(linear, left top, right top, from(#2E0000), to(#0F0201));
    background: -o-linear-gradient(left, #2E0000, #0F0201);
    background: linear-gradient(to right, #2E0000, #0F0201)
}

.potency__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 991px) {
    .potency__inner {
        display: block
    }
}

.potency__content {
    padding-top: 50px
}

@media(max-width: 991px) {
    .potency__content {
        width: 100%;
        max-width: 645px;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .potency__content {
        padding-top: 30px
    }
}

.potency__title {
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .potency__title {
        font-size: calc(25px + 52.7 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .potency__title {
        font-size: calc(25px + 31 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .potency__title br {
        display: none
    }
}

@media(max-width: 767px) {
    .potency__title {
        margin-bottom: 10px
    }
}

.potency__text {
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    color: #fff;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .potency__text {
        font-size: calc(15px + 22.1 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .potency__text {
        font-size: calc(15px + 13 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .potency__text {
        width: 100%;
        max-width: 465px
    }

    .potency__text br {
        display: none
    }
}

@media(max-width: 767px) {
    .potency__text {
        margin-bottom: 15px
    }
}

.potency__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -65px
}

@media(max-width: 1229px) {
    .potency__img {
        -ms-flex-negative: .5;
        flex-shrink: .5;
        margin-left: -150px
    }
}

@media(max-width: 991px) {
    .potency__img {
        display: none
    }
}

.potency__img img {
    width: 934px;
    height: 637px
}

@media(max-width: 1229px) {
    .potency__img img {
        width: auto;
        height: auto
    }
}

.potency__tablet {
    margin: -200px -15px 0
}

@media(min-width: 992px) {
    .potency__tablet {
        display: none
    }
}

@media(max-width: 767px) {
    .potency__tablet {
        display: none
    }
}

.potency__phone {
    margin: -60px -15px 0
}

@media(min-width: 768px) {
    .potency__phone {
        display: none
    }
}

@media(max-width: 568px) {
    .potency__phone {
        margin: -45px -15px 0
    }
}

@media(max-width: 414px) {
    .potency__phone {
        margin: -30px -15px 0
    }
}

.means {
    padding: 50px 0 0 0
}

@media(max-width: 1229px) {
    .means {
        padding: 50px 0
    }
}

@media(max-width: 767px) {
    .means {
        padding: 30px 0 35px
    }
}

.means__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .means__inner {
        display: block;
        width: 100%;
        max-width: 485px;
        margin: 0 auto
    }
}

.means__left {
    width: 56%;
    padding-right: 95px
}

@media(max-width: 991px) {
    .means__left {
        width: 66%;
        padding-right: 45px
    }
}

@media(max-width: 767px) {
    .means__left {
        width: 100%;
        padding-right: 0
    }
}

.means__title {
    text-align: left;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .means__title {
        font-size: calc(17px + 28.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .means__title {
        font-size: calc(17px + 17 * (100vw / 1920))
    }
}

@media(max-width: 767px) {
    .means__title {
        text-align: center;
        margin-bottom: 20px
    }
}

.means__img img {
    width: 539px;
    height: 392px
}

@media(max-width: 1229px) {
    .means__img img {
        width: auto;
        height: auto
    }
}

.means__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px
}

@media(max-width: 767px) {
    .means__right {
        margin-top: -15px
    }
}

.means__text {
    position: relative;
    padding-left: 55px
}

@media(max-width: 767px) {
    .means__text {
        font-size: calc(13px + 15.3 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .means__text {
        font-size: calc(13px + 9 * (100vw / 1920))
    }
}

.means__text:not(:last-child) {
    margin-bottom: 39px
}

@media(max-width: 991px) {
    .means__text:not(:last-child) {
        margin-bottom: 33px
    }
}

@media(max-width: 767px) {
    .means__text:not(:last-child) {
        margin-bottom: 24px
    }
}

@media(max-width: 991px) {
    .means__text {
        padding-left: 45px
    }
}

@media(max-width: 767px) {
    .means__text {
        padding-left: 32px
    }
}

.means__text::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../images/icons/checked.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -5px;
    left: 0
}

@media(max-width: 991px) {
    .means__text::before {
        width: 29px;
        height: 29px
    }
}

@media(max-width: 767px) {
    .means__text::before {
        width: 21px;
        height: 21px;
        top: -3px
    }
}

.advantages {
    background-color: #434343
}

@media(max-width: 767px) {
    .advantages {
        padding: 25px 0
    }
}

.advantages__container {
    max-width: 1000px
}

.advantages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .advantages__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.advantages__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 28px 0;
    border-right: 1px solid #646464
}

@media(max-width: 767px) {
    .advantages__item {
        font-size: calc(13px + 15.3 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .advantages__item {
        font-size: calc(13px + 9 * (100vw / 1920))
    }
}

.advantages__item:last-child {
    border-right: 0
}

@media(max-width: 991px) {
    .advantages__item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        border-right: 0
    }
}

@media(max-width: 767px) {
    .advantages__item {
        padding: 0;
        width: 100%;
        max-width: 110px;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .advantages__item:first-child {
        max-width: 300px
    }

    .advantages__item:last-child {
        max-width: 185px;
        margin-bottom: 0
    }

    .advantages__item br {
        display: none
    }
}

@media(max-width: 568px) {
    .advantages__item:first-child {
        max-width: 270px
    }
}

@media(max-width: 414px) {
    .advantages__item {
        max-width: 90px
    }

    .advantages__item:first-child {
        max-width: 250px
    }

    .advantages__item:last-child {
        max-width: 155px
    }
}

.advantages__icon {
    margin: 0 auto 20px
}

.advantages__microscope {
    width: 68px;
    height: 68px
}

@media(max-width: 767px) {
    .advantages__microscope {
        width: 50px;
        height: 50px
    }
}

.advantages__sapling {
    width: 70px;
    height: 66px
}

@media(max-width: 767px) {
    .advantages__sapling {
        width: 51px;
        height: 48px
    }
}

.advantages__user {
    width: 60px;
    height: 70px
}

@media(max-width: 767px) {
    .advantages__user {
        width: 44px;
        height: 51px
    }
}

.aphrodisiac {
    padding-top: 50px
}

@media(max-width: 767px) {
    .aphrodisiac {
        padding-top: 30px
    }
}

.aphrodisiac__container {
    max-width: 1030px
}

@media(max-width: 767px) {
    .aphrodisiac__container {
        max-width: 570px
    }
}

@media(max-width: 568px) {
    .aphrodisiac__container {
        max-width: 410px
    }
}

.aphrodisiac__title {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .aphrodisiac__title {
        margin-bottom: 20px
    }
}

.aphrodisiac__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 991px) {
    .aphrodisiac__inner {
        margin-bottom: 25px
    }
}

@media(max-width: 767px) {
    .aphrodisiac__inner {
        display: block;
        margin-bottom: 0
    }
}

.aphrodisiac__content {
    margin: 0 37px 0 0
}

@media(max-width: 991px) {
    .aphrodisiac__content {
        margin: 0 20px 0 0
    }
}

@media(max-width: 767px) {
    .aphrodisiac__content {
        margin: 0 0 30px 0
    }
}

.aphrodisiac__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.aphrodisiac__item:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .aphrodisiac__item {
        margin-bottom: 15px
    }
}

@media(max-width: 568px) {
    .aphrodisiac__item {
        display: block;
        margin-bottom: 20px
    }
}

.aphrodisiac__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 27px
}

@media(max-width: 991px) {
    .aphrodisiac__img {
        margin-right: 15px
    }
}

@media(max-width: 568px) {
    .aphrodisiac__img {
        margin-right: 0
    }
}

.aphrodisiac__img img {
    width: 119px;
    height: 119px
}

@media(max-width: 991px) {
    .aphrodisiac__img img {
        width: 96px;
        height: 96px
    }
}

@media(max-width: 568px) {
    .aphrodisiac__img img {
        width: 119px;
        height: 119px;
        margin: 0 auto 15px
    }
}

@media(max-width: 767px) {
    .aphrodisiac__text {
        font-size: calc(13px + 11.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .aphrodisiac__text {
        font-size: calc(13px + 7 * (100vw / 1920))
    }
}

.aphrodisiac__text span {
    font-family: "MuseoSansCyrl-Bold", Arial, sans-serif;
    color: #e3000c
}

@media(max-width: 767px) {
    .aphrodisiac__descr {
        font-size: calc(13px + 11.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .aphrodisiac__descr {
        font-size: calc(13px + 7 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .aphrodisiac__descr {
        display: none
    }
}

@media(max-width: 767px) {
    .aphrodisiac__descr {
        display: block;
        font-family: "MuseoSansCyrl-Bold", Arial, sans-serif
    }
}

.aphrodisiac__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.aphrodisiac__photo img {
    width: 466px;
    height: 524px
}

@media(max-width: 1229px) {
    .aphrodisiac__photo img {
        width: auto;
        height: auto
    }
}

@media(max-width: 991px) {
    .aphrodisiac__photo img {
        width: 100%;
        max-width: 373px
    }
}

@media(max-width: 767px) {
    .aphrodisiac__photo img {
        margin: 0 auto
    }
}

.aphrodisiac__tablet {
    font-family: "MuseoSansCyrl-Bold", Arial, sans-serif
}

@media(max-width: 767px) {
    .aphrodisiac__tablet {
        font-size: calc(13px + 11.9 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .aphrodisiac__tablet {
        font-size: calc(13px + 7 * (100vw / 1920))
    }
}

@media(min-width: 991px) {
    .aphrodisiac__tablet {
        display: none
    }
}

@media(max-width: 767px) {
    .aphrodisiac__tablet {
        display: none
    }
}

.extracts {
    background-color: #e9e9e9;
    padding: 55px 0
}

@media(max-width: 767px) {
    .extracts {
        padding: 30px 0
    }
}

.extracts__title {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .extracts__title {
        margin-bottom: 20px
    }
}

.extracts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media(max-width: 767px) {
    .extracts__inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.extracts__item {
    font-family: "MuseoSansCyrl-Medium", Arial, sans-serif;
    text-align: center
}

@media(max-width: 767px) {
    .extracts__item {
        font-size: calc(13px + 15.3 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .extracts__item {
        font-size: calc(13px + 9 * (100vw / 1920))
    }
}

.extracts__img {
    height: 280px;
    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;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .extracts__img {
        height: 260px
    }
}

@media(max-width: 767px) {
    .extracts__img {
        margin-bottom: 15px
    }
}

@media(max-width: 414px) {
    .extracts__img {
        height: 220px
    }
}

@media(max-width: 320px) {
    .extracts__img {
        height: 175px
    }
}

.extracts__one {
    padding: 15px 35px
}

.extracts__two {
    padding: 15px 10px
}

.extracts__penis1 {
    width: 366px;
    height: 205px
}

@media(max-width: 1229px) {
    .extracts__penis1 {
        width: auto;
        height: auto
    }
}

.extracts__penis2 {
    width: 439px;
    height: 228px
}

@media(max-width: 1229px) {
    .extracts__penis2 {
        width: auto;
        height: auto
    }
}

.testosterone {
    padding: 55px 0
}

@media(max-width: 767px) {
    .testosterone {
        padding: 28px 0
    }
}

.testosterone__title {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 35px
}

@media(max-width: 767px) {
    .testosterone__title {
        margin-bottom: 18px
    }
}

.testosterone__img {
    border-radius: 10px;
    overflow: hidden
}

.testosterone__img img {
    width: 1200px;
    height: 563px
}

@media(max-width: 1229px) {
    .testosterone__img img {
        width: auto;
        height: auto
    }
}

.desire {
    height: 704px;
    background: -webkit-gradient(linear, left top, right top, from(#2E0000), to(#0F0201));
    background: -o-linear-gradient(left, #2E0000, #0F0201);
    background: linear-gradient(to right, #2E0000, #0F0201)
}

@media(max-width: 1229px) {
    .desire {
        height: 534px
    }
}

@media(max-width: 991px) {
    .desire {
        height: auto
    }
}

.desire__content {
    width: 100%;
    max-width: 600px;
    padding: 85px 0 93px
}

@media(max-width: 1229px) {
    .desire__content {
        max-width: 460px;
        padding: 50px 0 55px
    }
}

@media(max-width: 991px) {
    .desire__content {
        max-width: 665px;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .desire__content {
        max-width: 500px;
        padding: 25px 0
    }
}

@media(max-width: 568px) {
    .desire__content {
        max-width: 405px
    }
}

.desire__title {
    text-transform: uppercase;
    line-height: 1.07;
    text-align: left;
    color: #fff;
    margin-bottom: 21px
}

@media(max-width: 767px) {
    .desire__title {
        font-size: calc(27px + 69.7 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .desire__title {
        font-size: calc(27px + 41 * (100vw / 1920))
    }
}

@media(max-width: 767px) {
    .desire__title {
        margin-bottom: 12px
    }
}

.desire__text {
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    color: #fff;
    margin-bottom: 37px
}

@media(max-width: 767px) {
    .desire__text {
        font-size: calc(15px + 25.5 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .desire__text {
        font-size: calc(15px + 15 * (100vw / 1920))
    }
}

.desire__text:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .desire__text {
        margin-bottom: 25px
    }

    .desire__text br {
        display: none
    }
}

@media(max-width: 767px) {
    .desire__text {
        margin-bottom: 16px
    }
}

.desire__img {
    position: absolute;
    right: -27%;
    bottom: 0
}

@media(max-width: 1229px) {
    .desire__img {
        right: -10%
    }
}

@media(max-width: 991px) {
    .desire__img {
        display: none
    }
}

.desire__img img {
    width: 1236px;
    height: 704px
}

@media(max-width: 1229px) {
    .desire__img img {
        width: auto;
        height: 534px
    }
}

.desire__tablet {
    margin: -180px -15px 0
}

@media(min-width: 992px) {
    .desire__tablet {
        display: none
    }
}

@media(max-width: 767px) {
    .desire__tablet {
        display: none
    }
}

.desire__phone {
    margin: -140px -15px 0
}

@media(min-width: 768px) {
    .desire__phone {
        display: none
    }
}

@media(max-width: 568px) {
    .desire__phone {
        margin: -110px -15px 0
    }
}

@media(max-width: 414px) {
    .desire__phone {
        margin: -80px -15px 0
    }
}

.guarantee {
    padding: 60px 0
}

@media(max-width: 767px) {
    .guarantee {
        padding: 30px 0
    }
}

@media(max-width: 568px) {
    .guarantee {
        padding: 30px 0 0 0
    }
}

.guarantee__title {
    text-transform: uppercase;
    margin-bottom: 37px
}

@media(max-width: 767px) {
    .guarantee__title {
        font-size: calc(32px + 95.2 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .guarantee__title {
        font-size: calc(32px + 56 * (100vw / 1920))
    }
}

@media(max-width: 767px) {
    .guarantee__title {
        margin-bottom: 20px
    }
}

.guarantee__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media(max-width: 991px) {
    .guarantee__inner {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 568px) {
    .guarantee__inner {
        margin: 0 -20px;
        gap: 2px
    }
}

.guarantee__img img {
    width: 590px;
    height: 511px
}

@media(max-width: 1229px) {
    .guarantee__img img {
        width: auto;
        height: auto;
        margin: 0 auto
    }
}

.orgasm {
    background: -webkit-gradient(linear, left top, right top, from(#2E0000), to(#0F0201));
    background: -o-linear-gradient(left, #2E0000, #0F0201);
    background: linear-gradient(to right, #2E0000, #0F0201)
}

.orgasm__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 991px) {
    .orgasm__inner {
        display: block
    }
}

.orgasm__content {
    padding-top: 98px
}

@media(max-width: 991px) {
    .orgasm__content {
        width: 100%;
        max-width: 645px;
        margin: 0 auto;
        padding-top: 45px
    }
}

@media(max-width: 767px) {
    .orgasm__content {
        padding-top: 25px
    }
}

.orgasm__title {
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .orgasm__title {
        font-size: calc(24px + 54.4 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .orgasm__title {
        font-size: calc(24px + 32 * (100vw / 1920))
    }
}

@media(max-width: 767px) {
    .orgasm__title {
        line-height: 1.25;
        margin-bottom: 10px
    }
}

.orgasm__text {
    font-family: "MuseoSansCyrl-Extra-Bold", Arial, sans-serif;
    color: #fff;
    margin-bottom: 45px
}

@media(max-width: 767px) {
    .orgasm__text {
        font-size: calc(15px + 22.1 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .orgasm__text {
        font-size: calc(15px + 13 * (100vw / 1920))
    }
}

@media(max-width: 991px) {
    .orgasm__text {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .orgasm__text {
        margin-bottom: 20px
    }
}

.orgasm__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -190px
}

@media(max-width: 1229px) {
    .orgasm__img {
        -ms-flex-negative: .2;
        flex-shrink: .2
    }
}

@media(max-width: 991px) {
    .orgasm__img {
        display: none
    }
}

.orgasm__img img {
    width: 1080px;
    height: 635px
}

@media(max-width: 1229px) {
    .orgasm__img img {
        width: auto;
        height: auto
    }
}

.orgasm__tablet {
    margin: -180px -15px 0
}

@media(min-width: 992px) {
    .orgasm__tablet {
        display: none
    }
}

@media(max-width: 767px) {
    .orgasm__tablet {
        display: none
    }
}

.orgasm__phone {
    margin: -200px -15px 0
}

@media(min-width: 768px) {
    .orgasm__phone {
        display: none
    }
}

@media(max-width: 568px) {
    .orgasm__phone {
        margin: -145px -15px 0
    }
}

@media(max-width: 414px) {
    .orgasm__phone {
        margin: -105px -15px 0
    }
}

.footer {
    text-align: center;
    color: #d0d0d0;
    background-color: #434343;
    padding: 30px 0
}

@media(max-width: 767px) {
    .footer {
        font-size: calc(10px + 13.6 * ((100vw - 320px) / 1920))
    }
}

@media(min-width: 767px) {
    .footer {
        font-size: calc(10px + 8 * (100vw / 1920))
    }
}

@media(max-width: 767px) {
    .footer {
        padding: 20px 0
    }
}

.footer__text {
    text-transform: uppercase
}

.footer__text span {
    text-transform: none
}

.footer__row {
    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;
    margin-top: 20px
}

@media(max-width: 568px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }
}

.footer__link {
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #d0d0d0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer__link:not(:last-child) {
    margin: 0 20px 0 0
}

.footer__link:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d0d0d0;
    position: absolute;
    top: 58%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 568px) {
    .footer__link:not(:last-child)::after {
        content: none
    }
}

@media(max-width: 568px) {
    .footer__link:not(:last-child) {
        margin: 0 0 5px 0
    }
}

.footer__link:hover {
    color: #7f0007;
    border-color: #7f0007
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #7f0007;
    z-index: 10
}

.scroll-top {
    position: fixed;
    right: -100px;
    bottom: 15px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #7f0007;
    z-index: 1;
    outline: none;
    cursor: pointer;
    opacity: .3;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(max-width: 767px) {
    .scroll-top {
        width: 50px;
        height: 50px
    }
}

.scroll-top::after {
    content: "";
    width: 16px;
    height: 32px;
    background-image: url(../images/icons/up-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width: 767px) {
    .scroll-top::after {
        height: 25px
    }
}

.scroll-top:hover {
    opacity: 1
}

.scroll-top.active {
    right: 15px
}

footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}
footer a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#fff;
}
footer img {
   width: auto;
   display: block;
   margin: 0 auto;
}
footer p {
    padding: 0;
    margin: 0;
}