.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(../libs/lightgallery/fonts/lg.eot?n1z373);
    src: url(../libs/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../libs/lightgallery/fonts/lg.woff?n1z373) format("woff"),url(../libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"),url(../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(../libs/lightgallery/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../libs/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../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(../libs/lightgallery/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../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(../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]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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;
    text-align: -webkit-match-parent
}

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: OpenSansCondensed;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/OpenSansCondensed-Light.eot);
    src: url(../fonts/OpenSansCondensed-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSansCondensed-Light.woff2) format("woff2"),url(../fonts/OpenSansCondensed-Light.woff) format("woff"),url(../fonts/OpenSansCondensed-Light.ttf) format("truetype")
}

@font-face {
    font-family: OpenSansCondensed;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/OpenSansCondensed-Bold.eot);
    src: url(../fonts/OpenSansCondensed-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSansCondensed-Bold.woff2) format("woff2"),url(../fonts/OpenSansCondensed-Bold.woff) format("woff"),url(../fonts/OpenSansCondensed-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: #fac921;
    color: #fff
}

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

body {
    font-family: OpenSansCondensed,sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #fff;
    background-color: #0e0e10
}

.response {
    position: relative;
    z-index: 2
}

.success {
    margin-top: 30px;
    background-color: #3fb53f;
    padding: 20px;
    color: #fff;
    -webkit-animation: fade .25s ease;
    animation: fade .25s ease
}

.success p {
    margin: 0
}

.errors-list {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    background-color: #da4c4c;
    padding: 20px;
    color: #fff;
    -webkit-animation: fade .25s ease;
    animation: fade .25s ease
}

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

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

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

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

.section {
    padding: 30px 0
}

@media (min-width: 576px) {
    .section {
        padding:41px 0
    }
}

@media (min-width: 1200px) {
    .section {
        padding:73px 0
    }
}

.section_pt0 {
    padding: 0 0 30px 0
}

@media (min-width: 576px) {
    .section_pt0 {
        padding:0 0 41px 0
    }
}

@media (min-width: 1200px) {
    .section_pt0 {
        padding:0 0 73px 0
    }
}

.section_pb36 {
    padding: 0 0 36px 0
}

.section_half {
    padding: 73px 0 12px 0
}

.title {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .title {
        font-size:32px;
        line-height: 46px;
        margin-bottom: 0
    }
}

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

.btn {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fac921;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
    position: relative
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.btn:hover {
    text-decoration: none;
    border-color: transparent;
    color: #000
}

.btn:hover:after {
    opacity: 1
}

.btn__span {
    position: relative;
    z-index: 1
}

.title-block-inner {
    border-bottom: 1px solid #6d6d6d;
    text-align: center;
    margin-bottom: 50px
}

.title-row {
    position: relative;
    z-index: 1;
    margin-bottom: 22px
}

@media (min-width: 576px) {
    .title-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
    }
}

.title-row__btn {
    padding: 14.5px 67px;
    display: inline-block
}

.title-row__text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 300
}

.title-row__text-span {
    color: #fac921
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(19,19,19,.34);
    top: 0;
    left: 0;
    z-index: 23;
    -webkit-animation: fade .25s ease;
    animation: fade .25s ease
}

.modal.opacity {
    display: block
}

.modal-content {
    margin: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position: relative;
    background-color: #17161b;
    overflow-y: auto
}

@media (min-width: 576px) {
    .modal-content {
        overflow-y:hidden;
        background-color: transparent;
        width: 514px;
        margin: 8% auto;
        height: auto
    }
}

.modal-content__block {
    padding: 90px 40px
}

.modal-content__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 29px;
    margin-bottom: 15px;
    color: #fff
}

@media (min-width: 576px) {
    .modal-content__title {
        margin-bottom:30px
    }
}

.modal-content__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px
}

.modal-content__form {
    position: relative
}

.modal-content__input,.modal-content__textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    padding: 16px;
    margin: 0 0 15px 0
}

.modal-content__input::-webkit-input-placeholder,.modal-content__textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px
}

.modal-content__input::-moz-placeholder,.modal-content__textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 20px
}

.modal-content__input:-ms-input-placeholder,.modal-content__textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px
}

.modal-content__input::-ms-input-placeholder,.modal-content__textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px
}

.modal-content__input::placeholder,.modal-content__textarea::placeholder {
    font-size: 16px;
    line-height: 20px
}

.modal-content__input:focus,.modal-content__textarea:focus {
    outline: 0
}

.modal-content__textarea {
    height: 120px
}

.modal-content__btn {
    border: none;
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    color: #fac921;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #fac921;
    -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
}

.modal-content__btn:hover {
    background-color: #fac921;
    color: #fff
}

.modal-content__btn:focus {
    outline: 0
}

@media (min-width: 576px) {
    .modal-content__btn {
        padding:18px 0
    }
}

.modal-content__check {
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px
}

.modal-content__close {
    position: absolute;
    cursor: pointer;
    top: 27px;
    right: 14px;
    padding: 15px 0;
    z-index: 1
}

.modal-content__close:after,.modal-content__close:before {
    content: '';
    width: 35px;
    height: 1px;
    display: block;
    background-color: #fff
}

.modal-content__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-content__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 576px) {
    .modal-content__close {
        top:15px;
        right: 10px
    }
}

.form {
    position: relative;
    z-index: 2
}

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

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

.form__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

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

.form__col_340 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px
}

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

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

.form__col_280 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px
}

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

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

.form__col_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

.form__col_240 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px
}

.form__block {
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
    width: auto
}

.form__block.on .form__line {
    width: 100%
}

.form__block.on .form__label {
    font-size: 12px;
    bottom: 43px;
    color: #fff;
    opacity: 1
}

@media (min-width: 992px) {
    .form__block {
        width:auto
    }
}

.form__block.on .form__label_area {
    bottom: 78px
}

.form__block_modal {
    border-bottom-color: #e1e1e1;
    width: auto
}

.form__block_modal.on .form__label {
    color: #918e8d
}

.form__line {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #fac921;
    height: 1px;
    width: 25px;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease
}

.form__label {
    position: absolute;
    color: #fafafa;
    left: 0;
    bottom: 21px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

.form__label_area {
    bottom: 56px
}

.form__input,.form__textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 20px 0;
    color: #fafafa;
    position: relative;
    z-index: 1
}

.form__input:focus~.form__line,.form__textarea:focus~.form__line {
    width: 100%
}

.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder {
    -webkit-transition: .1s ease;
    transition: .1s ease;
    color: #fff
}

.form__input::-moz-placeholder,.form__textarea::-moz-placeholder {
    -moz-transition: .1s ease;
    transition: .1s ease;
    color: #fff
}

.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder {
    -ms-transition: .1s ease;
    transition: .1s ease;
    color: #fff
}

.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder {
    -ms-transition: .1s ease;
    transition: .1s ease;
    color: #fff
}

.form__input::placeholder,.form__textarea::placeholder {
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
    color: #fff
}

.form__input:focus,.form__textarea:focus {
    outline: 0
}

.form__input:focus::-webkit-input-placeholder,.form__textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.form__input:focus::-moz-placeholder,.form__textarea:focus::-moz-placeholder {
    color: transparent
}

.form__input:focus:-ms-input-placeholder,.form__textarea:focus:-ms-input-placeholder {
    color: transparent
}

.form__input:focus::-ms-input-placeholder,.form__textarea:focus::-ms-input-placeholder {
    color: transparent
}

.form__input:focus::placeholder,.form__textarea:focus::placeholder {
    color: transparent
}

.form__input:focus+.form__label,.form__textarea:focus+.form__label {
    font-size: 12px;
    bottom: 43px;
    color: #fff;
    opacity: 1
}

.form__input:focus+.form__label_area,.form__textarea:focus+.form__label_area {
    bottom: 78px
}

.form__input_black,.form__textarea_black {
    color: #fff
}

.form__input_black:focus+.form__label,.form__textarea_black:focus+.form__label {
    color: #918e8d
}

.form__input_black::-webkit-input-placeholder,.form__textarea_black::-webkit-input-placeholder {
    color: #fff
}

.form__input_black::-moz-placeholder,.form__textarea_black::-moz-placeholder {
    color: #fff
}

.form__input_black:-ms-input-placeholder,.form__textarea_black:-ms-input-placeholder {
    color: #fff
}

.form__input_black::-ms-input-placeholder,.form__textarea_black::-ms-input-placeholder {
    color: #fff
}

.form__input_black::placeholder,.form__textarea_black::placeholder {
    color: #fff
}

.form__btn {
    margin-top: 20px;
    border: none;
    padding: 15.5px 0;
    width: 100%;
    border: 1px solid #fac921;
    -webkit-transition: border .25s ease,background .25s ease;
    -o-transition: border .25s ease,background .25s ease;
    transition: border .25s ease,background .25s ease;
    margin-bottom: 15px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    color: #fff
}

.form__btn:focus {
    outline: 0
}

.form__text {
    font-size: 14px;
    line-height: 20px;
    color: #918e8d
}

.form__select-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff
}

.form__select {
    width: 100%;
    padding: 11.5px 20px;
    background-color: transparent;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #5a5a5d;
    border: 1px solid #6d6d6d
}

.form__select:focus {
    border-color: #fac921;
    outline: 0;
    color: #fff
}

.form__select:valid {
    color: #fff
}

.form__select option {
    color: #5a5a5d
}

.form__radio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #6d6d6d;
    margin: 0 -2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__radio-col {
    padding: 0 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31px;
    flex: 0 1 31px;
    text-align: center
}

.form__radio-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px
}

.form__radio-label {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #5a5a5d;
    cursor: pointer;
    margin: 0;
    padding-bottom: 7px;
    position: relative;
    bottom: -2px
}

.form__radio {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form__radio:checked+.form__radio-label {
    color: #fff;
    border-bottom: 4px solid #fac921
}

.breadcrumb {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb__link {
    color: #6d6d6d
}

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

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

.breadcrumb__item_active {
    color: #fff
}

.breadcrumb__link_black {
    color: #000
}

.main {
    padding-top: 100px
}

@media (min-width: 992px) {
    .main {
        padding-top:0
    }
}

.header {
    background-color: #0e0e10;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0
}

@media (min-width: 992px) {
    .header {
        margin-bottom:10px;
        position: initial
    }
}

.header__top {
    padding: 10px 0
}

.header__top.bg {
    padding-bottom: 50px
}

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

@media (min-width: 992px) {
    .header__row {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.header__left {
    display: none
}

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

.header__logo-img {
    height: 80px
}

@media (min-width: 992px) {
    .header__logo-img {
        height:auto
    }
}

.header__right {
    display: none;
    text-align: right
}

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

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

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

.header__phone-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 6px
}

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

.header__phone {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b2349;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-right: 20px;
    display: block
}

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

.header__phone_right {
    margin-left: 20px;
    margin-right: 0
}

.header__phone-messenger {
    border-right: 1px solid #6d6d6d;
    padding: 0 10px
}

.header__phone-messenger:last-child {
    border-right: none
}

.header__phone-messenger:hover .header__phone-messenger-svg {
    fill: #fac921
}

.header__phone-messenger-svg {
    height: 21px;
    width: 21px;
    fill: #fff;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.header__bot {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

@media (min-width: 1200px) {
    .header__bot {
        background:0 0
    }
}

.header__bot.bg {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header__bot.down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -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
}

.header__bot.down .menu {
    background: 0 0
}

.header__toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
    position: relative;
    z-index: 22;
    color: #fff
}

.header__toggle-menu:hover {
    text-decoration: none;
    color: #fff
}

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

.header__toggle-menu.on .header__toggle-line::before {
    -webkit-transform: rotate(45deg) translate(2px,8px);
    -ms-transform: rotate(45deg) translate(2px,8px);
    transform: rotate(45deg) translate(2px,8px);
    right: 0;
    width: 30px;
    background-color: #fff
}

.header__toggle-menu.on .header__toggle-line::after {
    -webkit-transform: rotate(-45deg) translate(2px,-8px);
    -ms-transform: rotate(-45deg) translate(2px,-8px);
    transform: rotate(-45deg) translate(2px,-8px);
    right: 0;
    width: 30px;
    background-color: #fff
}

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

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

.header__toggle-line:after {
    top: 7px;
    width: 30px
}

.header__toggle-line:before {
    bottom: 7px;
    width: 30px
}

.menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e0e10;
    height: calc(100% - 100px);
    width: 250px;
    z-index: 20;
    -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: auto
}

@media (min-width: 992px) {
    .menu {
        width:auto;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow-y: inherit;
        height: auto;
        background-color: transparent;
        position: relative
    }
}

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

@media (min-width: 1200px) {
    .menu {
        background:-o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
        background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
    }
}

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

@media (min-width: 992px) {
    .menu__list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.menu__item {
    position: relative;
    overflow: hidden
}

.menu__item.open .menu__item-svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 992px) {
    .menu__item {
        position:initial;
        overflow: initial
    }

    .menu__item:hover .menu__sub {
        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__item.active .menu__link:after,.menu__item.active .menu__link:before {
        opacity: 1
    }
}

.menu__link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 15.5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.menu__link:after,.menu__link:before {
    content: '';
    height: 1px;
    width: 20px;
    background-color: #17161b;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.menu__link:before {
    margin-right: 20px
}

.menu__link:after {
    margin-left: 20px
}

.menu__link:hover:after,.menu__link:hover:before {
    opacity: 1
}

@media (min-width: 992px) {
    .menu__link {
        color:#0e0e10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menu__link:hover {
        color: #0e0e10;
        text-decoration: none
    }
}

.menu__item-svg-block {
    position: absolute;
    right: 10px;
    height: 30px;
    width: 30px;
    top: 10px;
    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
}

@media (min-width: 992px) {
    .menu__item-svg-block {
        display:none
    }
}

.menu__item-svg {
    height: 10px;
    width: 10px;
    fill: #fff;
    -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__sub {
    max-height: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    z-index: 2;
    padding-left: 15px;
    background-color: #26262b;
    list-style-type: none
}

@media (min-width: 992px) {
    .menu__sub {
        display:none;
        position: absolute;
        padding: 30px 40px;
        width: calc(100% + 2px);
        left: -1px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 528px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #0e0e10
    }
}

.menu__sub-item {
    text-align: left;
    padding-right: 15px;
    margin-bottom: 10px
}

.menu__sub-item:first-child {
    padding-top: 15px
}

.menu__sub-item:last-child {
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .menu__sub-item {
        padding:0;
        margin-bottom: 5px;
        max-width: 300px
    }

    .menu__sub-item:first-child {
        padding-top: 0
    }

    .menu__sub-item:last-child {
        padding-bottom: 0
    }
}

.menu__sub-link {
    color: #fac921;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}
.menu__sub li {padding-left:10px; }
.menu__sub li a:before {content:"-"; padding-right:10px;}
.menu__sub-link:hover {
    text-decoration: none;
    color: #fff
}

.menu__sub-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #fac921;
    margin-bottom: 10px;
    display: inline-block
}

.menu__sub-title:hover {
    color: #fac921;
    text-decoration: none
}

.slider-block {
    position: relative
}

.slider-btn-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    bottom: 0
}

.slider-btn-block:focus {
    outline: 0
}

@media (min-width: 576px) {
    .slider-btn-block {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 40%;
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .slider-btn-block {
        padding:0
    }
}

.slider-btn-block__btn {
    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;
    width: 55px;
    height: 55px;
    border: 1px solid #fac921;
    background-color: #4a4a4b;
    margin: 0;
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
}

.slider-btn-block__btn:focus {
    outline: 0
}

.slider-btn-block__btn:disabled {
    opacity: .8
}

.slider-btn-block__btn:disabled:hover {
    border-color: transparent
}

.slider-btn-block__btn:hover {
    border-color: transparent
}

.slider-btn-block__btn:hover .slider-btn-block__btn-svg {
    fill: #000
}

@media (min-width: 576px) {
    .slider-btn-block__btn {
        background-color:transparent
    }
}

.slider-btn-block__btn_prev {
    margin-right: 5px
}

@media (min-width: 576px) {
    .slider-btn-block__btn_prev {
        left:0;
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .slider-btn-block__btn_prev {
        position:absolute;
        left: 0
    }
}

.slider-btn-block__btn_next {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 0
}

@media (min-width: 1440px) {
    .slider-btn-block__btn_next {
        position:absolute;
        right: 0
    }
}

.slider-btn-block__btn-svg {
    height: 12px;
    width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    fill: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.first__block {
    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;
    position: relative
}

.first__title-block {
    position: absolute;
    z-index: 1;
    text-align: center
}

.first__title {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: .3em;
    font-weight: 700;
    background: -o-linear-gradient(226.41deg,#826826 23.42%,#ffce52 49.55%,#836926 70.86%);
    background: linear-gradient(223.59deg,#826826 23.42%,#ffce52 49.55%,#836926 70.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .first__title {
        font-size:48px;
        line-height: 62px
    }
}

@media (min-width: 992px) {
    .first__title {
        font-size:64px;
        line-height: 80px
    }
}

.first__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    background: -o-linear-gradient(226.41deg,#826826 23.42%,#ffce52 49.55%,#836926 70.86%);
    background: linear-gradient(223.59deg,#826826 23.42%,#ffce52 49.55%,#836926 70.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .first__subtitle {
        font-size:36px;
        line-height: 50px
    }
}

@media (min-width: 992px) {
    .first__subtitle {
        font-size:48px;
        line-height: 80px
    }
}

.first__more {
    padding: 17px 68px;
    display: inline-block
}

.first__slider {
    position: relative
}

.first__slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,14,16,.8)
}

.first__slider-img-block {
    height: 420px
}

@media (min-width: 992px) {
    .first__slider-img-block {
        height:540px
    }
}

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

.service {
    position: relative;
    z-index: 1
}

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

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

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

.service-item:hover .service-item__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.service-item__block {
    position: relative;
    height: 420px
}

.service-item__img-block {
    height: 100%
}

.service-item__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .25s ease;
    transition: -webkit-filter .25s ease;
    -o-transition: filter .25s ease;
    transition: filter .25s ease;
    transition: filter .25s ease,-webkit-filter .25s ease;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-item__text-block {
    position: absolute;
    bottom: 0;
    height: 330px;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(14,14,16,.9)),to(rgba(14,14,16,0)));
    background: -o-linear-gradient(bottom,rgba(14,14,16,.9) 0,rgba(14,14,16,0) 100%);
    background: linear-gradient(0deg,rgba(14,14,16,.9) 0,rgba(14,14,16,0) 100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 41px 53px
}

.service-item__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-item__title {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    position: relative
}

.service-item__title-line {
    position: absolute;
    left: 0;
    height: 50px;
    width: 3px;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

.why {
    position: relative;
    z-index: 1
}

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

@media (min-width: 992px) {
    .why__col {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0
    }
}

.why__more {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1
}

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

.why__more:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fac921;
    bottom: 0;
    left: 0;
    display: block
}

@media (min-width: 992px) {
    .why__right {
        padding-left:50px
    }
}

.why__slider {
    height: 320px
}

.why__arrows-block {
    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;
    position: relative;
    margin-top: 38px
}

.why__link {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

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

.why-btn-block {
    top: auto;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px
}

.why-btn-block:focus {
    outline: 0
}

@media (min-width: 1440px) {
    .why-btn-block {
        padding:0
    }
}

.why-btn-block__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    margin: 0;
    border: none
}

.why-btn-block__btn:focus {
    outline: 0
}

.why-btn-block__btn:disabled {
    opacity: .8
}

.why-btn-block__btn:hover {
    border-color: #fac921
}

.why-btn-block__btn_next {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.why-btn-block__btn-svg {
    height: 22px;
    width: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    fill: #fff
}

.doc-item {
    position: relative;
    max-width: 215px;
    margin: 0 auto
}

.doc-item_mb50 {
    margin-bottom: 50px
}

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

.doc-item__bg {
    height: 120px;
    position: absolute;
    width: 100%;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

.doc-item__img-block {
    position: relative;
    top: 20px;
    left: 20px;
    max-width: 215px;
    height: 300px;
    cursor: pointer
}

.doc-item__img-block:hover .doc-item__hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade .25s ease-in-out;
    animation: fade .25s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.doc-item__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.doc-item__hover {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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: rgba(23,22,27,.8);
    opacity: 0
}

.content {
    margin-bottom: 30px
}

.content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
    margin-bottom: 27px
}

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

.content ul li {
    margin-bottom: 15px
}

.content ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

.feature {
    position: relative
}

.feature__bg {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 120px
}

.feature__content {
    background-color: #17161b;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 20px)
}

.contact-main {
    padding: 30px
}

@media (min-width: 992px) {
    .contact-main {
        padding:50px 80px
    }
}

.contact-main__row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .contact-main__row {
        margin:0 -15px
    }
}

@media (min-width: 576px) {
    .contact-main__col {
        padding:0 15px
    }
}

.contact-main__col_phone {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .contact-main__col_phone {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.contact-main__col_social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

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

.contact-main__col_btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.contact-main__phone {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #fff
}

.contact-main__phone:hover {
    text-decoration: none;
    color: #fff
}

.contact-main__callback {
    width: 180px;
    height: 45px;
    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
}

@media (min-width: 768px) {
    .contact-main__callback {
        height:55px;
        width: 200px
    }
}

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

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

.social__item {
    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;
    height: 45px;
    width: 45px;
    border: 1px solid #6d6d6d;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    margin-right: 5px;
    margin-bottom: 5px
}

.social__item:hover .social__item-svg {
    fill: #000
}

@media (min-width: 768px) {
    .social__item {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .social__item {
        height:55px;
        width: 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px
    }
}

.social__item-svg {
    height: 17px;
    width: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    fill: #fff;
    -webkit-transition: fill .25s ease;
    -o-transition: fill .25s ease;
    transition: fill .25s ease
}

.footer {
    background-color: #070709
}

.footer__top {
    padding: 50px 0 35px 0;
    border-bottom: 1px solid #5a5a5d;
    text-align: center
}

@media (min-width: 576px) {
    .footer__row {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }
}

.footer__col {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .footer__col {
        padding:0 15px
    }
}

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

.footer__logo {
    height: 131px
}

.footer__logo-img {
    height: 100%
}

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

@media (min-width: 576px) {
    .footer__menu {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 576px) {
    .footer__menu-item {
        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
    }

    .footer__menu-item:last-child:after {
        width: 0;
        height: 0;
        margin: 0
    }

    .footer__menu-item:after {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #6d6d6d;
        display: inline-block;
        margin: 0 30px
    }
}

@media (min-width: 1200px) {
    .footer__menu-item:after {
        margin:0 40px
    }
}

.footer__menu-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #6d6d6d;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.footer__menu-link:hover {
    color: #fff;
    text-decoration: none
}

.footer__callback {
    width: 200px;
    height: 55px;
    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: 0 auto
}

.footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__copy,.footer__dev {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #5a5a5d
}

.footer__copy {
    margin-right: 15px
}

.footer__dev {
    text-decoration: underline;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.footer__dev:hover {
    color: #fff
}

.inner {
    margin-top: 20px;
    padding-bottom: 90px
}

.about {
    margin-bottom: 110px
}

.about__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

@media (min-width: 576px) {
    .about__col_df {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.how {
    position: relative;
    margin-bottom: 80px
}

.how__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .how__row {
        margin:0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}
@media (min-width: 768px) {
	.news_anons {height: 105px;
    overflow: hidden;}
}


.how__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

@media (min-width: 768px) {
    .how__col {
        -webkit-box-flex:0;
        -ms-flex: 0 1 220px;
        flex: 0 1 220px;
        height: 232px;
        padding: 0;
        margin-bottom: 0
    }
}

.how__col_bot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 210px;
    flex: 0 1 210px
}

.how__left {
    margin-left: 40px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.how__right {
    margin-left: 30px
}

.how__num {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5a5a5d;
    color: transparent;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em
}

.how__title {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.how__line {
    position: absolute
}

.how__line_top {
    left: 0;
    top: 0;
    width: 70px;
    height: 1px;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

.how__line_bot {
    width: 30px;
    height: 1px;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    left: 0;
    bottom: 24px
}

.how__line_left {
    left: 0;
    top: 0;
    height: 70px;
    width: 1px;
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

@media (min-width: 768px) {
    .how__progress {
        position:absolute;
        width: 100%;
        height: 1px;
        background-color: #6d6d6d;
        left: 0;
        bottom: 50%
    }
}

@media (min-width: 768px) {
    .how__progress-item {
        top:-7px;
        position: absolute;
        height: 15px;
        width: 15px;
        background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
        background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.how__progress-item_1 {
    left: 5%
}

.how__progress-item_2 {
    left: 24%
}

.how__progress-item_3 {
    left: 43%
}

.how__progress-item_4 {
    left: 62.5%
}

.how__progress-item_5 {
    left: 82%
}

.question {
    padding: 30px
}

@media (min-width: 576px) {
    .question {
        padding:50px
    }
}

@media (min-width: 768px) {
    .question {
        padding:50px 80px
    }
}

.question__bot {
    margin-top: 5px
}

@media (min-width: 576px) {
    .question__bot {
        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
    }
}

.price-top {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .price-top {
        margin-bottom:0
    }
}

@media (min-width: 1200px) {
    .price-top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px
    }
}

@media (min-width: 1200px) {
    .price-top__left {
        padding:0 15px
    }
}

@media (min-width: 1200px) {
    .price-top__right {
        padding:0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 750px;
        flex: 0 0 750px
    }
}

.price-form-block__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px
}

.price-form-block__top {
    padding: 30px 30px 0 30px
}

@media (min-width: 576px) {
    .price-form-block__top {
        padding:50px 40px 0 40px
    }
}

.price-form-block__body {
    padding: 0 30px 0 30px;
    border-bottom: 1px solid #6d6d6d
}

@media (min-width: 576px) {
    .price-form-block__body {
        padding:0 40px 0 40px
    }
}

.price-form-block__bot {
    padding: 10px 30px 30px 30px
}

@media (min-width: 576px) {
    .price-form-block__bot {
        padding:10px 40px 30px 40px
    }
}

.price-bot {
    margin-bottom: 40px
}

.price-bot__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .price-bot__col {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 992px) {
    .price-bot__col {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

.price-item__top {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #6d6d6d
}

.price-item__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: 30px
}

.price-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-right: 20px
}

.price-item__title-line {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    height: 1px;
    width: 100%
}

.price-item__price-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: 18px
}

.price-item__price-svg {
    height: 20px;
    width: 25px;
    fill: #6d6d6d
}

.price-item__price-svg_white {
    fill: #fff
}

.price-item__price-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.price-item__body {
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    border-bottom: 1px solid #6d6d6d;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-item__bot {
    padding: 20px 30px
}

.price-item__list-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px
}

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

.price-item__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 21px;
    color: #5a5a5d;
    margin-bottom: 15px
}

.price-item__list-item:before {
    content: '';
    height: 7px;
    width: 7px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #5a5a5d
}

.price-item__list-item.active {
    color: #fff
}

.price-item__list-item.active:before {
    background: -o-linear-gradient(271.37deg,#826826 0,#ffce52 48.53%,#836926 98.88%);
    background: linear-gradient(178.63deg,#826826 0,#ffce52 48.53%,#836926 98.88%)
}

.price-item__btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fac921;
    text-align: center;
    margin: 0 35px;
    padding: 14.5px 0;
    cursor: pointer
}

.avto__img-block {
    height: 250px
}

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

.avto__text {
    padding: 15px 30px
}

.avto__title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px
}

.avto__subtitle {
    margin-bottom: 10px
}

.avto__time {
    margin-bottom: 10px
}

.avto__time-span {
    font-weight: 700
}

.avto__min {
    margin-bottom: 15px
}

.avto__min-span {
    font-weight: 700
}

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

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
