@charset "UTF-8";.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 {
    background: 0 0;
    border: none;
    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
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

*,::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","Liberation 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: #667085;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #454c5a;
    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:not(:focus-visible) {
    outline: 0
}

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

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

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

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

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

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

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

body {
    font-family: Inter,sans-serif;
    font-size: 16px;
    min-width: 360px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #191919
}

.dn {
    display: none
}

.noscroll {
    overflow: hidden
}

.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;
    border-radius: 5px
}

.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;
    border-radius: 5px
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video {
    position: relative;
    text-decoration: none;
    border-radius: 6px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px
}

.video iframe,.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0
}

.lg-backdrop.in {
    opacity: .55
}

.lg-outer .lg-thumb-outer,.lg-outer .lg-toggle-thumb {
    background-color: rgba(0,0,0,.45)
}

.breadcrumb-block {
    padding: 20px 0
}

@media (min-width: 576px) {
    .breadcrumb-block {
        padding:20px 0 40px 0
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(83,80,91,.6);
    z-index: 3;
    display: none;
    -webkit-animation: fade .35s ease;
    animation: fade .35s ease
}

.overlay.active {
    display: block
}

.breadcrumb {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    z-index: 1;
    padding: 0;
    position: relative
}

@media (min-width: 576px) {
    .breadcrumb {
        font-size:16px
    }
}

.breadcrumb__link {
    color: #53505b
}

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

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

.breadcrumb__link:hover:after {
    color: #a4a4a4
}

.breadcrumb__item_active {
    color: #667085
}

.pagination {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-top: 30px
}

.pagination__item {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    width: 33px;
    height: 33px
}

@media (min-width: 576px) {
    .pagination__item {
        -webkit-box-flex:0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        width: 54px;
        height: 54px
    }
}

.pagination__item_active .pagination__link {
    border-color: #53505b;
    background-color: #53505b;
    color: #fff
}

.pagination__link {
    background-color: transparent;
    font-size: 16px;
    line-height: 25px;
    height: 100%;
    width: 100%;
    color: #000;
    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;
    text-decoration: none;
    border-radius: 6px;
    -webkit-transition: border-color .25s ease,color .25s ease,background-color .25s ease;
    -o-transition: border-color .25s ease,color .25s ease,background-color .25s ease;
    transition: border-color .25s ease,color .25s ease,background-color .25s ease;
    border-color: #000;
    border: 1px solid #53505b;
    color: #000
}

.pagination__link:hover {
    text-decoration: none;
    border-color: #53505b;
    color: #fff;
    background-color: #53505b
}

.content {
    margin-bottom: 30px
}

.content_m0 {
    margin: 0
}

.content_text b,.content_text blockquote,.content_text h2,.content_text h3,.content_text h4,.content_text h5,.content_text h6,.content_text ol,.content_text p,.content_text span,.content_text strong,.content_text ul {
    max-width: 814px;
    margin: 0 auto
}

.content iframe {
    width: 100%;
    margin: 0 auto!important
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #191919
}

.content p:not(:last-child) {
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .content p:not(:last-child) {
        margin-bottom:24px
    }
}

.content b,.content strong {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px
}

.content a {
    color: #ff9921;
    text-decoration: underline
}

.content a:hover {
    text-decoration: none
}

.content img {
    display: block;
    margin-bottom: 30px;
    border-radius: 8px
}

.content img.aligncenter,.content img.alignleft,.content img.alignright {
    display: block
}

.content img.aligncenter {
    margin: 20px auto 30px
}

.content img.alignright {
    float: right;
    margin: 0 10px 10px 0;
    max-width: 300px
}

.content img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 300px
}

.content blockquote {
    padding: 10px 0;
    border: 1px solid #dedede;
    border-right: none;
    border-left: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #000
}

.content h2 {
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Rubik,sans-serif
}

@media (min-width: 576px) {
    .content h2 {
        font-size:40px;
        line-height: 50px
    }
}

.content h3 {
    font-size: 19px;
    line-height: 25px;
    color: #191919;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px
}

.content ol {
    padding: 0;
    padding-left: 17px;
    margin-left: 10px
}

.content ol li {
    margin-bottom: 10px;
    padding-left: 8px
}

.content ol li::marker {
    color: #ff9921;
    font-weight: 700
}

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

@media (min-width: 576px) {
    .content ul {
        margin-bottom:25px
    }
}

.content ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px
}

.content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background-color: #ff9921;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    display: inline-block;
    margin-right: 15px;
    margin-top: 7px
}

.section {
    padding: 50px 0
}

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

@media (min-width: 1440px) {
    .section {
        padding:100px 0
    }
}

.section_pt0 {
    padding-top: 0
}

.section_gray {
    background-color: #f5f5f5
}

.section_dark {
    background-color: #53505b;
    background-image: url(../images/dark.png);
    position: relative
}

@media (min-width: 992px) {
    .section_dark:after {
        content:'';
        background-image: url(../images/half.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0
    }
}

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

.section__left {
    margin-bottom: 30px
}

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

@media (min-width: 1440px) {
    .section__left {
        padding-right:140px
    }
}

.section__right {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 50px
}

.section__right h2 {
    color: #fff
}

@media (min-width: 992px) {
    .section__right {
        text-align:left;
        padding-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 50px
    }

    .section__right h2 {
        color: #191919
    }
}

@media (min-width: 1440px) {
    .section__right {
        padding-left:140px
    }
}

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

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

@media (min-width: 1200px) {
    .container_text {
        max-width:1096px
    }
}

@media (min-width: 1200px) {
    .container_half {
        max-width:calc(1690px / 2)
    }
}

@media (min-width: 1200px) {
    .container_first {
        max-width:755px
    }
}

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

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 17.5px 0;
    z-index: 5;
    -webkit-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    transition: top .25s ease-out
}

.header.scrolled {
    top: -80px
}

@media (min-width: 576px) {
    .header.scrolled {
        top:-100px
    }
}

@media (min-width: 576px) {
    .header {
        padding:22.5px 0
    }
}

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

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

.header__logo {
    margin-right: auto
}

@media (min-width: 1200px) {
    .header__logo {
        margin-right:initial
    }
}

.header__menu {
    margin-left: 15px
}

@media (min-width: 1440px) {
    .header__menu {
        margin-left:40px
    }
}

.header__social {
    margin-right: 15px
}

@media (min-width: 1200px) {
    .header__social {
        margin-right:0;
        margin-left: 15px
    }
}

@media (min-width: 1440px) {
    .header__social {
        margin-left:40px
    }
}

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

@media (min-width: 576px) {
    .header__contacts-block {
        margin-right:15px
    }
}

@media (min-width: 1440px) {
    .header__contacts-block {
        margin-right:45px
    }
}

.header__contacts-btn {
    display: none
}

@media (min-width: 576px) {
    .header__contacts-btn {
        display:block;
        font-family: Rubik,sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #fff;
        background-color: #53505b;
        border-radius: 5px;
        padding: 7px;
        border: 1px solid #53505b;
        -webkit-transition: background-color .25s ease-out,color .25s ease-out;
        -o-transition: background-color .25s ease-out,color .25s ease-out;
        transition: background-color .25s ease-out,color .25s ease-out
    }

    .header__contacts-btn:hover {
        background-color: transparent;
        color: #53505b;
        text-decoration: none
    }
}

@media (min-width: 768px) {
    .header__contacts-btn {
        padding:13px 30px;
        font-size: 18px;
        line-height: 25px
    }
}

.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: #191919;
    margin-left: 15px
}

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

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

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

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

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

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

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

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

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

.logo__img {
    display: none
}

@media (min-width: 576px) {
    .logo__img {
        max-width:130px;
        display: block
    }
}

@media (min-width: 768px) {
    .logo__img {
        max-width:initial
    }
}

.logo__img-mob {
    display: block;
    max-width: 40px
}

@media (min-width: 576px) {
    .logo__img-mob {
        display:none
    }
}

.menu {
    position: fixed;
    overflow-y: auto;
    right: 0;
    top: 80px;
    bottom: 0;
    height: 100vh;
    width: 100%;
    z-index: 23;
    padding: 10px 15px 30px 15px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,-webkit-transform .35s ease;
    background-color: #fff
}

@media (min-width: 576px) {
    .menu {
        width:498px;
        top: 100px;
        padding: 36px 15px 30px 108px
    }
}

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

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

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

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

.menu__item {
    position: relative;
    overflow: hidden
}

.menu__item:not(:last-child) {
    margin-right: 15px
}

.menu__item:hover .menu__item-svg {
    fill: #667085
}

.menu__item.active .menu__link {
    color: #e3cca1
}

.menu__item.active .menu__link:after {
    width: 100%
}

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

@media (min-width: 1200px) {
    .menu__item {
        overflow:visible
    }

    .menu__item:hover .menu__link {
        color: #e3cca1
    }

    .menu__item:hover .menu__sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: fade .4s ease-in-out;
        animation: fade .4s ease-in-out
    }

    .menu__item:hover .menu__item-svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #ff9921
    }
}

@media (min-width: 1440px) {
    .menu__item:not(:last-child) {
        margin-right:36px
    }
}

@media (min-width: 1600px) {
    .menu__item:not(:last-child) {
        margin-right:46px
    }
}

.menu__link {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.menu__link:hover {
    text-decoration: none
}

.menu__link:hover:after {
    width: 100%;
    left: 0
}

.menu__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #e3cca1;
    -webkit-transition: width .25s ease-out;
    -o-transition: width .25s ease-out;
    transition: width .25s ease-out
}

.menu__sub {
    list-style-type: none;
    padding: 0;
    left: 0;
    margin: 0;
    -webkit-transition: max-height .25s ease-out,margin .25s ease-out;
    -o-transition: max-height .25s ease-out,margin .25s ease-out;
    transition: max-height .25s ease-out,margin .25s ease-out;
    max-height: 0;
    z-index: 2;
    padding-left: 10px;
    background-color: #f5f5f5
}

@media (min-width: 1200px) {
    .menu__sub {
        border-left:none;
        display: none;
        max-height: 0;
        padding: 20px;
        max-height: initial;
        min-width: 240px;
        position: absolute;
        top: 38px;
        border-radius: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.menu__sub-item {
    padding: 4px 0;
    text-align: left
}

.menu__sub-item:not(:last-child) {
    border-bottom: 1px solid rgba(160,158,187,.2)
}

.menu__sub-link {
    font-size: 16px;
    line-height: 24px;
    color: #53505b;
    display: inline-block;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.menu__sub-link:hover {
    text-decoration: none;
    color: #a7a7a7
}

.menu__item-svg-block {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 1200px) {
    .menu__item-svg-block {
        position:absolute;
        margin-left: 8px;
        display: inline-block;
        right: -11px;
        top: 11px
    }
}

@media (min-width: 1440px) {
    .menu__item-svg-block {
        right:-16px
    }
}

.menu__item-svg {
    width: 8px;
    height: 8px;
    fill: #53505b;
    -webkit-transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    -o-transition: fill .25s ease-out,transform .25s ease-out;
    transition: fill .25s ease-out,transform .25s ease-out;
    transition: fill .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out
}

.menu__toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .menu__toggle-block {
        display:block;
        margin-bottom: 0
    }
}

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

@media (min-width: 576px) {
    .social_footer {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.social_footer .social__item-svg {
    fill: #ff9921
}

.social__item:not(:last-child) {
    margin-right: 7px
}

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

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

.phone {
    display: block;
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .phone {
        font-size:18px;
        line-height: 25px
    }

    .phone:not(:last-child) {
        margin-bottom: 5px
    }
}

.phone_orange {
    color: #ff9921
}

.phone_orange:hover {
    color: #ff9921
}

.phone__svg {
    height: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    fill: #d9d9d9;
    margin-right: 10px
}

.main {
    padding-top: 80px
}

@media (min-width: 576px) {
    .main {
        padding-top:90px
    }
}

@media (min-width: 576px) {
    .main {
        padding-top:100px
    }
}

.main_gray {
    background-color: #f5f5f5
}

.first {
    position: relative
}

.first__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first__row_nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .first__row_nav {
        bottom:40px
    }
}

@media (min-width: 992px) {
    .first__block-slider {
        -webkit-box-flex:0;
        -ms-flex: 0 1 807px;
        flex: 0 1 807px;
        position: relative;
        z-index: 1;
        height: 612px
    }
}

@media (min-width: 1440px) {
    .first__block-slider {
        height:712px
    }
}

.first__block {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.first__title {
    font-family: Rubik,sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    text-align: center
}

@media (min-width: 576px) {
    .first__title {
        font-size:40px;
        line-height: 60px
    }
}

@media (min-width: 1200px) {
    .first__title {
        font-size:50px;
        line-height: 70px
    }
}

@media (min-width: 1440px) {
    .first__title {
        font-size:65px;
        line-height: 91px;
        margin-bottom: 60px
    }
}

.first__text {
    font-family: Inter,sans-serif;
    margin-bottom: 46px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff
}

@media (min-width: 1440px) {
    .first__text {
        margin-bottom:66px
    }
}

.first-slider {
    height: 500px
}

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

@media (min-width: 1440px) {
    .first-slider {
        height:800px
    }
}

.first-slider__item {
    text-align: center;
    height: 500px
}

@media (min-width: 992px) {
    .first-slider__item {
        height:600px
    }
}

@media (min-width: 1440px) {
    .first-slider__item {
        height:800px
    }
}

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

.btn {
    background: -webkit-gradient(linear,left top,left bottom,from(#ffbf73),to(#f98906));
    background: -o-linear-gradient(top,#ffbf73 0,#f98906 100%);
    background: linear-gradient(180deg,#ffbf73 0,#f98906 100%);
    border-radius: 5px;
    color: #fff;
    padding: 14px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-family: Montserrat,sans-serif;
    border: none;
    outline: 0;
    cursor: pointer
}

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

@media (min-width: 576px) {
    .btn {
        padding:21px 45px;
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .btn {
        padding:21px 56px;
        font-size: 18px
    }
}

.btn_goods {
    text-align: center;
    width: 100%
}

.btn__svg {
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    fill: #fff
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px
}

.slider-nav__item {
    height: 10px;
    width: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background-color: #fff
}

.slider-nav__item.tns-nav-active {
    background-color: #ff9921
}

.slider-nav__item:not(:last-child) {
    margin-right: 15px
}

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

.slider-btn_abs .slider-btn__btn {
    position: absolute;
    top: 35%;
    border: 2px solid #e3cca1
}

.slider-btn_abs .slider-btn__btn_next {
    right: 0
}

.slider-btn_abs .slider-btn__svg {
    fill: #e3cca1
}

.slider-btn__btn {
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    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;
    cursor: pointer
}

.slider-btn__btn_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-btn__btn_gallery {
    position: absolute;
    top: calc(50% - 15px);
    background-color: #53505b;
    border-color: #53505b;
    -webkit-transition: background-color .25s ease-out,border-color .25s ease-out;
    -o-transition: background-color .25s ease-out,border-color .25s ease-out;
    transition: background-color .25s ease-out,border-color .25s ease-out
}

.slider-btn__btn_gallery:hover {
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.slider-btn__btn_gallery:hover .slider-btn__svg {
    fill: #53505b
}

.slider-btn__btn_gallery-prev {
    left: 20px
}

@media (min-width: 576px) {
    .slider-btn__btn_gallery-prev {
        left:40px
    }
}

.slider-btn__btn_gallery-next {
    right: 20px
}

@media (min-width: 576px) {
    .slider-btn__btn_gallery-next {
        right:40px
    }
}

.slider-btn__svg {
    width: 8px;
    height: 14px;
    fill: #d9d9d9;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out
}

.slider-btn__count {
    margin: 0 20px;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #d9d9d9;
    width: 50px
}

@media (min-width: 576px) {
    .slider-btn__count {
        font-size:25px;
        line-height: 35px
    }
}

.slider-btn__count_gallery {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    margin: 0
}

@media (min-width: 576px) {
    .slider-btn__count_gallery {
        right:40px
    }
}

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

.subtitle {
    font-family: Montserrat,sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #53505b;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .subtitle {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

.subtitle_white {
    color: #d9d9d9
}

@media (min-width: 992px) {
    .subtitle_tal {
        text-align:left
    }
}

.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;
    margin-bottom: 20px
}

.title-row .title {
    margin-bottom: 0
}

.title-row .under-link__link {
    color: #fff
}

.title-row .under-link__text:after {
    border-color: #fff
}

@media (min-width: 576px) {
    .title-row {
        margin-bottom:40px
    }
}

@media (min-width: 992px) {
    .title-row .under-link__link {
        color:#53505b
    }

    .title-row .under-link__text:after {
        border-color: #53505b
    }
}

@media (min-width: 1440px) {
    .title-row {
        margin-bottom:60px
    }
}

.title {
    text-align: center;
    font-family: Rubik,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .03em;
    color: #191919;
    margin-bottom: 20px
}

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

@media (min-width: 1200px) {
    .title {
        font-size:55px;
        line-height: 70px
    }
}

@media (min-width: 1440px) {
    .title {
        font-size:65px;
        line-height: 91px;
        margin-bottom: 60px
    }
}

.title_white {
    color: #fff
}

@media (min-width: 992px) {
    .title_tal {
        text-align:left
    }
}

.title_projects {
    margin-bottom: 10px
}

.projects-category {
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .projects-category {
        margin-bottom:50px
    }
}

@media (min-width: 768px) {
    .projects-category {
        margin-bottom:70px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.projects-category__item {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #191919;
    -webkit-transition: color .35s ease-out;
    -o-transition: color .35s ease-out;
    transition: color .35s ease-out
}

.projects-category__item.active {
    color: #ff9921
}

.projects-category__item:hover {
    text-decoration: none;
    color: #ff9921
}

@media (min-width: 768px) {
    .projects-category__item {
        font-size:14px;
        line-height: 20px;
        letter-spacing: .05em;
        margin-bottom: 5px
    }

    .projects-category__item:not(:last-child) {
        margin-right: 25px
    }

    .projects-category__item:not(:last-child):after {
        content: '/';
        margin-left: 25px;
        color: #191919
    }
}

.title-text {
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px
}

.category-under-title {
    font-family: Rubik,sans-serif;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #9b9b9b;
    max-width: 814px;
    text-align: center;
    display: block;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.category-under-title:hover {
    text-decoration: none;
    color: #ff9921
}

.under-link {
    display: block;
    text-align: center
}

.under-link__text {
    position: relative;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.under-link__text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #53505b;
    -webkit-transition: border-color .25s ease-out;
    -o-transition: border-color .25s ease-out;
    transition: border-color .25s ease-out
}

.under-link__link {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #53505b
}

.under-link__link:hover {
    text-decoration: none
}

.under-link__link:hover .under-link__text {
    color: #e3cca1
}

.under-link__link:hover .under-link__text:after {
    border-color: #e3cca1
}

.under-link__link:hover .under-link__svg {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
    fill: #e3cca1
}

@media (min-width: 576px) {
    .under-link__link {
        font-size:24px;
        line-height: 30px
    }
}

.under-link__svg {
    width: 24px;
    height: 24px;
    fill: #ff9921;
    -webkit-transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out,fill .25s ease-out;
    transition: transform .25s ease-out,fill .25s ease-out;
    transition: transform .25s ease-out,fill .25s ease-out,-webkit-transform .25s ease-out
}

.slider-block {
    position: relative
}

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

@media (min-width: 992px) {
    .door__row {
        margin:0 -15px
    }
}

.door__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 7.5px;
    margin-bottom: 15px
}

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

@media (min-width: 992px) {
    .door__col {
        padding:0 15px;
        margin-bottom: 30px
    }
}

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

.door-item {
    text-align: center;
    display: block;
    position: relative
}

.door-item:hover {
    text-decoration: none
}

.door-item__img {
    margin-bottom: 20px;
    min-height: 300px
}

@media (min-width: 1200px) {
    .door-item__img {
        margin-bottom:44px;
        min-height: 440px
    }
}

.door-item__title {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #191919;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .door-item__title {
        font-size:18px;
        line-height: 25px;
        margin-bottom: 28px
    }
}

.door-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 50px
}

.door-item ins,.door-item__price-sale {
    margin-right: 21px;
    color: #9c1717
}

.door-item ins~div,.door-item__price-sale~div {
    color: #9b9b9b;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.door-item ins {
    text-decoration: none
}

.door-item del {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #9b9b9b
}

.about__block {
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 50px;
    overflow: hidden
}

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

@media (min-width: 1440px) {
    .about__block {
        margin-bottom:100px
    }
}

.about__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative
}

@media (min-width: 1440px) {
    .about__left {
        -webkit-box-flex:0;
        -ms-flex: 0 0 674px;
        flex: 0 0 674px
    }
}

.about__tour {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: calc(50% - 75px);
    left: calc(50% - 75px)
}

.about__tour:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@media (min-width: 576px) {
    .about__tour:after {
        height:200px;
        width: 200px
    }
}

.about__tour:hover {
    text-decoration: none
}

@media (min-width: 576px) {
    .about__tour {
        height:200px;
        width: 200px;
        top: calc(50% - 100px);
        left: calc(50% - 100px)
    }
}

.about__tour-text {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ff9921
}

@media (min-width: 576px) {
    .about__tour-text {
        font-size:18px;
        line-height: 25px
    }
}

.about__tour-svg {
    height: 51px;
    width: 51px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    fill: #ff9921;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .about__tour-svg {
        margin-bottom:20px
    }
}

.about__block-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 480px
}

@media (min-width: 992px) {
    .about__block-img {
        max-height:initial
    }
}

.about__block-text {
    padding: 30px 15px
}

@media (min-width: 576px) {
    .about__block-text {
        padding:30px
    }
}

@media (min-width: 992px) {
    .about__block-text {
        padding:60px
    }
}

.about__block-subtitle {
    margin-bottom: 15px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919
}

@media (min-width: 576px) {
    .about__block-subtitle {
        margin-bottom:35px
    }
}

.about__block-title {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #191919;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .about__block-title {
        margin-bottom:20px;
        font-size: 40px;
        line-height: 56px
    }
}

.about__block-content {
    margin-bottom: 50px
}

.about__more:hover {
    text-decoration: none
}

.about__more:hover .about__more-text {
    color: #e3cca1
}

.about__more:hover .about__more-text:after {
    border-color: #e3cca1
}

.about__more:hover .about__more-svg {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
    fill: #e3cca1
}

.about__more-text {
    position: relative;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.about__more-text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #53505b;
    -webkit-transition: border-color .25s ease-out;
    -o-transition: border-color .25s ease-out;
    transition: border-color .25s ease-out
}

.about__more-svg {
    width: 24px;
    height: 24px;
    fill: #ff9921;
    -webkit-transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out,fill .25s ease-out;
    transition: transform .25s ease-out,fill .25s ease-out;
    transition: transform .25s ease-out,fill .25s ease-out,-webkit-transform .25s ease-out
}

.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .about__items {
        margin:0 -15px
    }
}

.about__items-col {
    padding: 0 7.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .about__items-col {
        padding:0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 0
    }
}

.about__item {
    position: relative;
    overflow: hidden;
    background-color: #667085;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    height: 140px;
    z-index: 1
}

.about__item:hover:after {
    background-color: rgba(83,80,91,.5)
}

@media (min-width: 576px) {
    .about__item {
        padding:40px 15px;
        height: 200px
    }
}

@media (min-width: 1200px) {
    .about__item {
        height:280px;
        padding: 60px 30px 40px 30px
    }
}

.about__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    background-color: rgba(102,112,133,.5);
    z-index: 2
}

.about__item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__item-num {
    font-family: Rubik,sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3
}

@media (min-width: 576px) {
    .about__item-num {
        font-size:45px;
        line-height: 57px
    }
}

@media (min-width: 1440px) {
    .about__item-num {
        font-size:65px;
        line-height: 77px;
        margin-bottom: 40px
    }
}

.about__item-text {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 3
}

@media (min-width: 576px) {
    .about__item-text {
        font-size:18px;
        line-height: 25px
    }
}

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

@media (min-width: 992px) {
    .service__row {
        margin:0 -15px
    }
}

.service__row_scroll {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

@media (min-width: 992px) {
    .service__row_scroll {
        overflow-x:initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.service__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 7.5px
}

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

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

.service__col_scroll {
    padding: 0 7.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%;
    margin-bottom: 30px
}

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

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

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

.service-item {
    display: block
}

.service-item:hover {
    text-decoration: none
}

.service-item:hover .service-item__img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.service-item__img-block {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px
}

.service-item__img {
    border-radius: 10px;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.service-item__title {
    font-family: Rubik,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    max-width: 392px;
    display: block
}

@media (min-width: 576px) {
    .service-item__title {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 992px) {
    .service-item__title {
        font-size:22px;
        line-height: 35px
    }
}

@media (min-width: 1440px) {
    .service-item__title {
        font-size:25px
    }
}

.service-item__title-svg {
    height: 25px;
    width: 25px;
    fill: #ff9921
}

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

.benefits__item {
    color: #fff;
    font-family: Rubik,sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 30px
}

.benefits__item:before {
    content: url(../images/done.svg);
    position: absolute;
    top: 3px;
    left: 0
}

.benefits__item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .benefits__item {
        font-size:20px;
        line-height: 35px
    }
}

@media (min-width: 992px) {
    .benefits__item:not(:last-child) {
        margin-bottom:20px
    }
}

@media (min-width: 1440px) {
    .benefits__item {
        font-size:25px
    }

    .benefits__item:before {
        margin-right: 30px
    }

    .benefits__item:not(:last-child) {
        margin-bottom: 40px
    }
}

.grid-projects {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    grid-auto-rows: 1fr;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
    grid-auto-flow: dense;
    margin-bottom: 60px
}

@media (min-width: 576px) {
    .grid-projects {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px
    }
}

@media (min-width: 992px) {
    .grid-projects {
        grid-gap:30px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width: 1200px) {
    .grid-projects__item:nth-child(10n+1),.grid-projects__item:nth-child(10n+10) {
        -ms-grid-row-span:2;
        grid-row: span 2
    }

    .grid-projects__item:nth-child(10n+8) {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .grid-projects__item:nth-child(10n+9) {
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.projects-item {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block
}

.projects-item:hover {
    text-decoration: none
}

@media (min-width: 1200px) {
    .projects-item:hover:after {
        opacity:1;
        visibility: visible
    }

    .projects-item:hover .projects-item__block {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible
    }

    .projects-item:hover .projects-item__img-block {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.projects-item:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s ease-out,visibility .35s ease-out;
    -o-transition: opacity .35s ease-out,visibility .35s ease-out;
    transition: opacity .35s ease-out,visibility .35s ease-out
}

.projects-item__img-block {
    border-radius: 10px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .projects-item__img-block {
        -webkit-transition:-webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        -o-transition: transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out;
        overflow: hidden;
        height: 100%;
        margin-bottom: 0
    }
}

.projects-item__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media (min-width: 1200px) {
    .projects-item__block {
        position:absolute;
        border-radius: 20px;
        background-color: #fff;
        bottom: 0;
        padding: 30px;
        left: 20px;
        right: 20px;
        bottom: 25%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
        transition: opacity .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
        -o-transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out;
        transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out;
        transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
        -webkit-transform: translate(0,200%);
        -ms-transform: translate(0,200%);
        transform: translate(0,200%)
    }
}

.projects-item__title {
    font-family: Rubik,sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #191919;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .projects-item__title {
        font-size:22px;
        line-height: 35px
    }
}

@media (min-width: 1200px) {
    .projects-item__title {
        max-width:350px
    }
}

@media (min-width: 1440px) {
    .projects-item__title {
        font-size:25px
    }
}

.projects-item__text {
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #191919
}

@media (min-width: 576px) {
    .projects-item__text {
        font-size:16px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    .projects-item__text {
        max-width:350px
    }
}

.projects-item__btn {
    display: none
}

@media (min-width: 1200px) {
    .projects-item__btn {
        display:block;
        height: 35px;
        width: 35px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        border-radius: 50%;
        border: 2px solid #e3cca1;
        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;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 17.5px);
        right: 30px
    }
}

.projects-item__btn-svg {
    width: 8px;
    height: 13px;
    fill: #e3cca1
}

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

@media (min-width: 1200px) {
    .news__row {
        margin:0 -15px
    }
}

.news__row_scroll {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}

@media (min-width: 992px) {
    .news__row_scroll {
        overflow-x:initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

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

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

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

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

.news__col_scroll {
    padding: 0 7.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%;
    margin-bottom: 30px
}

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

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

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

.news-item {
    display: block
}

.news-item:hover {
    text-decoration: none
}

.news-item:hover .news-item__img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.news-item:hover .news-item__btn {
    color: #e3cca1
}

.news-item:hover .news-item__btn-svg {
    fill: #e3cca1;
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0)
}

.news-item__img-block {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden
}

.news-item__img {
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.news-item__title {
    font-family: Rubik,sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .news-item__title {
        font-size:20px;
        line-height: 30px
    }
}

@media (min-width: 768px) {
    .news-item__title {
        font-size:25px;
        line-height: 35px
    }
}

.news-item__excerpt {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #191919
}

.news-item__btn {
    font-family: Inter,sans-serif;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.news-item__btn-svg {
    fill: #9b9b9b;
    height: 24px;
    width: 24px;
    margin-bottom: 2px;
    -webkit-transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    transition: fill .25s ease-out,-webkit-transform .25s ease-out;
    -o-transition: fill .25s ease-out,transform .25s ease-out;
    transition: fill .25s ease-out,transform .25s ease-out;
    transition: fill .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out
}

.map iframe {
    height: 420px;
    width: 100%
}

@media (min-width: 768px) {
    .map {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 728px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .map iframe {
        height: 100%;
        position: absolute
    }
}

.map__form {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 0
}

@media (min-width: 576px) {
    .map__form {
        padding:60px 40px
    }
}

@media (min-width: 768px) {
    .map__form {
        max-width:450px;
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .map__form {
        max-width:674px
    }
}

.form__subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif
}

.form__title {
    font-family: Rubik,sans-serif;
    font-size: 25px;
    line-height: 35px;
    color: #191919;
    margin-bottom: 40px
}

.form__input {
    display: block;
    border: none;
    border: 1px solid #9b9b9b;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 40px
}

.form__input_textarea {
    height: 152px
}

.form__tac {
    text-align: center
}

.footer {
    position: relative;
    padding-top: 55px;
    background-image: url(../images/dest/content1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25,25,25,.7)
}

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

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

.footer__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 392px;
    flex: 0 0 392px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .footer__left {
        margin-bottom:0;
        margin-right: 30px
    }
}

@media (min-width: 1440px) {
    .footer__left {
        margin-right:163px
    }
}

.footer__logo {
    margin-bottom: 30px
}

.footer__text {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-family: Inter,sans-serif
}

.footer__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 576px) {
    .footer__right-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__item {
    margin-bottom: 30px
}

.footer__item ul {
    padding-left: 17px
}

.footer__item-title {
    color: #9e8d79;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .footer__item-title_tar {
        text-align:right
    }
}

.footer__item-text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: Inter,sans-serif
}

.footer__mail,.footer__phone {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 29px;
    font-family: Inter,sans-serif;
    font-weight: 500
}

.footer__mail:hover,.footer__phone:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 576px) {
    .footer__mail,.footer__phone {
        text-align:right
    }
}

.footer__bottom {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    padding-top: 30px
}

@media (min-width: 768px) {
    .footer__bottom {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 60px
    }
}

.footer__copy {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-right: 30px;
    display: block;
    margin-bottom: 10px
}

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

.footer__privacy {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-right: 30px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.footer__privacy:hover {
    text-decoration: none;
    color: #e3cca1
}

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

.footer__dev {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.footer__dev:hover {
    text-decoration: none;
    color: #e3cca1
}

.iframe-block {
    max-width: 330px;
    margin: 0 auto
}

@media (min-width: 576px) {
    .iframe-block {
        max-width:initial
    }
}

.gallery_mt30 {
    margin-top: 30px
}

@media (min-width: 576px) {
    .gallery_mt30 {
        margin-top:60px
    }
}

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

@media (min-width: 992px) {
    .gallery__row {
        margin:0 -15px
    }
}

.gallery__row_jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery__left {
    display: none
}

@media (min-width: 1200px) {
    .gallery__left {
        display:block;
        padding: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 413px;
        flex: 0 0 413px
    }
}

@media (min-width: 1440px) {
    .gallery__left {
        -webkit-box-flex:0;
        -ms-flex: 0 0 563px;
        flex: 0 0 563px
    }
}

.gallery__item {
    position: relative;
    cursor: pointer;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

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

.gallery__item:hover .gallery__item-video {
    background-color: transparent
}

.gallery__item:hover .gallery__item-video-span {
    top: 0;
    left: 0
}

.gallery__item_ha {
    height: auto
}

.gallery__img {
    border-radius: 8px
}

.gallery__right {
    padding: 0 15px
}

.gallery__col {
    padding: 0 7.5px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

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

@media (min-width: 992px) {
    .gallery__col {
        padding:0 15px;
        margin-bottom: 30px
    }
}

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

.gallery__item-hover {
    -webkit-animation: fade .35s ease-out;
    animation: fade .35s ease-out;
    display: none;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(83,80,91,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gallery__item-hover-svg {
    fill: #fff;
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px
}

.gallery__item-video {
    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: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 60px;
    width: 60px;
    background-color: rgba(255,153,33,.8);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.gallery__item-video-span {
    position: absolute;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    top: -5px;
    left: 5px;
    z-index: -1;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    -webkit-transition: top .25s ease-out,left .25s ease-out;
    -o-transition: top .25s ease-out,left .25s ease-out;
    transition: top .25s ease-out,left .25s ease-out
}

.gallery__item-video-svg {
    fill: #fff;
    height: 18px;
    width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px
}

.form-block {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 60px
}

@media (min-width: 768px) {
    .form-block__row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.form-block__left {
    background-color: #667085;
    background-image: url(../images/blue.png);
    padding: 30px 15px
}

@media (min-width: 576px) {
    .form-block__left {
        padding:30px
    }
}

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

@media (min-width: 1200px) {
    .form-block__left {
        padding:60px
    }
}

.form-block__right {
    background-color: #f5f5f5;
    padding: 30px 15px
}

@media (min-width: 576px) {
    .form-block__right {
        padding:30px
    }
}

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

@media (min-width: 1200px) {
    .form-block__right {
        padding:60px
    }
}

@media (min-width: 1440px) {
    .form-block__right {
        padding:60px 100px
    }
}

.form-block__text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .form-block__text {
        font-size:25px;
        line-height: 35px
    }
}

.form-block__shedule {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 22px
}

.closet-item:hover {
    text-decoration: none
}

.closet-item:hover .closet-item__img-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.closet-item:hover .closet-item__img-block:after {
    opacity: 1
}

.closet-item__img-block {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.closet-item__img-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: opacity .35s ease-out;
    -o-transition: opacity .35s ease-out;
    transition: opacity .35s ease-out
}

.closet-item__img-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 76px);
    border-radius: 5px;
    padding: 8px 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
    transition: opacity .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
    -o-transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out;
    transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out;
    transition: opacity .35s ease-out,transform .35s ease-out,visibility .35s ease-out,-webkit-transform .35s ease-out;
    -webkit-transform: translate(0,320%);
    -ms-transform: translate(0,320%);
    transform: translate(0,320%)
}

@media (min-width: 576px) {
    .closet-item__img-hover {
        padding:13px 20px;
        top: calc(50% - 26px);
        left: calc(50% - 100px)
    }
}

.closet-item__img-hover__svg {
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    fill: #ff9921;
    margin-right: 10px
}

.closet-item__img-hover-text {
    font-size: 12px
}

@media (min-width: 576px) {
    .closet-item__img-hover-text {
        font-size:16px
    }
}

.closet-item__title {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 576px) {
    .closet-item__title {
        font-size:18px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

.closet-item__price {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919;
    text-align: center
}

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

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

.contacts__title {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #191919;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .contacts__title {
        font-size:40px;
        line-height: 56px
    }
}

.contacts__item {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .contacts__item {
        margin-bottom:40px
    }
}

.contacts__item-title {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9e8d79;
    margin-bottom: 20px
}

.contacts__item-text {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #191919
}

.contacts__item-text:hover {
    text-decoration: none;
    color: #191919
}

.contacts__right {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 15px
}

@media (min-width: 576px) {
    .contacts__right {
        padding:60px 40px
    }
}

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

.goods-slider__big-block {
    position: relative;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    padding: 40px
}

.goods-slider__big-item {
    cursor: pointer;
    text-align: center
}

.goods-slider__big-img {
    max-height: 280px
}

@media (min-width: 576px) {
    .goods-slider__big-img {
        max-height:540px
    }
}

.goods-slider__big-btn {
    cursor: pointer;
    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: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ff9921;
    margin: 0;
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.goods-slider__big-btn:focus {
    outline: 0
}

.goods-slider__big-btn:hover {
    background-color: #ff9921
}

.goods-slider__big-btn:hover .goods-slider__big-btn-svg {
    fill: #fff
}

.goods-slider__big-btn[aria-disabled=true] {
    background-color: #ff9921;
    opacity: .3
}

.goods-slider__big-btn[aria-disabled=true] .goods-slider__big-btn-svg {
    fill: #fff
}

.goods-slider__big-btn_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px
}

.goods-slider__big-btn-svg {
    height: 16px;
    width: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    fill: #ff9921;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out
}

.goods-slider__big-btn_next {
    right: 20px
}

.goods-slider__thumb-item {
    text-align: center
}

.goods-slider__thumb-item.tns-nav-active .goods-slider__thumb-img-block {
    border-color: #ff9921
}

.goods-slider__thumb-img {
    max-height: 80px
}

@media (min-width: 576px) {
    .goods-slider__thumb-img {
        max-height:initial
    }
}

.goods-slider__thumb-img-block {
    background-color: #f5f5f5;
    padding: 10px 0;
    border: 1px solid transparent
}

.goods__container {
    max-width: 1377px;
    margin: 0 auto
}

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

.goods__left {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .goods__left {
        margin-bottom:0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 30px
    }
}

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

@media (min-width: 1200px) {
    .goods__left {
        margin-right:60px
    }
}

@media (min-width: 1440px) {
    .goods__left {
        margin-right:142px
    }
}

@media (min-width: 768px) {
    .goods__right {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

.goods__title {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .goods__title {
        font-size:28px;
        line-height: 38px
    }
}

@media (min-width: 1200px) {
    .goods__title {
        font-size:40px;
        line-height: 56px
    }
}

.goods__attr {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.goods__attr span {
    color: #9e8d79;
    margin-right: 5px
}

.goods__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919;
    margin: 40px 0
}

.goods ins,.goods__price-sale {
    margin-right: 21px;
    color: #9c1717
}

.goods ins~div,.goods__price-sale~div {
    color: #9b9b9b;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-size: 16px
}

.goods ins {
    text-decoration: none
}

.goods del {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #9b9b9b
}

.goods__attr-color {
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background-color: #53505b;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    border: 1px solid #c9c9c9
}

.goods__attr-color:not(:last-child) {
    margin-right: 16px
}

.goods__attr-color.active {
    position: relative
}

.goods__attr-color.active:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border: 2px solid #9e8d79;
    border-radius: 50%
}

.goods__attr-color:hover span {
    visibility: visible;
    opacity: 1
}

.goods__attr-color span {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.goods__attr-color span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.goods__attr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.goods__attr-size {
    border: 1px solid #667085;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-radius: 3px;
    padding: 0 5px;
    color: #191919;
    margin-bottom: 0;
    cursor: pointer
}

.goods__attr-size:not(:last-child) {
    margin-right: 14px
}

.goods__attr-size.active {
    background-color: #667085;
    color: #fff
}

.goods__excerpt {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    margin: 40px 0
}

.goods__description {
    margin-top: 40px
}

.goods__description-title {
    font-family: Rubik,sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #191919
}

@media (min-width: 576px) {
    .goods__description-title {
        font-size:28px;
        line-height: 38px;
        margin-bottom: 40px
    }
}

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

.calc__bg {
    border-radius: 10px;
    height: 372px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 576px) {
    .calc__bg {
        height:552px
    }
}

@media (min-width: 992px) {
    .calc__bg {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        overflow-y: hidden
    }
}

.calc__bg.screenshot {
    width: 1066px
}

.calc__col {
    border: 5px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: none;
    border-right: none;
    height: 244px;
    width: 50%
}

.calc__col:last-child {
    border-right: 5px solid #fff
}

@media (min-width: 576px) {
    .calc__col {
        height:424px;
        width: auto
    }
}

.calc__col.merge {
    position: relative;
    cursor: pointer
}

.calc__col.merge:before {
    content: url(../images/click.png);
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    left: calc(50% - 20px);
    -webkit-animation: click 2s infinite;
    animation: click 2s infinite
}

.calc__col.merge:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: rgba(199,11,11,.8);
    display: block;
    position: absolute;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.calc__col.merge:hover:after {
    background-color: rgba(66,199,11,.8)
}

.calc__col.dividers .calc__item_merge {
    border-top-width: 25px;
    border-bottom-width: 25px
}

.calc__col_merge {
    position: relative;
    border-top: 0
}

.calc__col_merge .calc__item {
    opacity: 0
}

.calc__item {
    background-color: rgba(255,255,255,.5);
    border-bottom: 5px solid #fff;
    border-left: none
}

.calc__item[data-item-type="a"] {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.calc__item[data-item-type="b"] {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 576px) {
    .calc__item {
        width:160px
    }
}

.calc__item_merge {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 10px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 0;
    border-right: 0;
    opacity: 1!important
}

.calc__custom.screenshot {
    width: 1066px
}

.calc__custom-title {
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #191919;
    margin-bottom: 40px
}

@media (min-width: 576px) {
    .calc__custom-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.calc__custom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.calc__custom-item-title {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9e8d79;
    margin-right: 10px
}

@media (min-width: 576px) {
    .calc__custom-item-title {
        font-size:14px;
        line-height: 20px;
        margin-right: 30px
    }
}

.calc__custom-item-input {
    height: 40px;
    border: 1px solid #667085;
    border-radius: 10px;
    width: 60px;
    margin-right: 10px;
    text-align: center
}

.calc__custom-item-input::-webkit-inner-spin-button,.calc__custom-item-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media (min-width: 576px) {
    .calc__custom-item-input {
        height:50px;
        width: 100px;
        margin-right: 20px
    }
}

.calc__custom-item-select {
    height: 40px;
    border: 1px solid #667085;
    border-radius: 10px
}

@media (min-width: 576px) {
    .calc__custom-item-select {
        height:50px
    }
}

.calc__custom-item-radio {
    display: none
}

.calc__custom-item-radio-label {
    height: 40px;
    border: 1px solid #667085;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    display: none
}

.calc__custom-item-radio-label.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calc__custom-item-radio-label.active {
    background-color: #667085;
    color: #fff
}

@media (min-width: 576px) {
    .calc__custom-item-radio-label {
        height:50px;
        width: 64px
    }
}

.calc__custom-item-scheme {
    display: none
}

.calc__custom-item-scheme-label {
    height: 130px;
    border: 1px solid #9b9b9b;
    width: 47px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0
}

.calc__custom-item-scheme-label.active {
    background-color: #d9d9d9;
    border-color: #e3cca1
}

.calc__custom-item-scheme-label-item {
    border-bottom: 1px solid #9b9b9b;
    height: 25%;
    width: 100%;
    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
}

.calc__custom-item-scheme-label-item:last-child {
    border-bottom: none
}

.calc__bottom {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 25px 20px
}

@media (min-width: 576px) {
    .calc__bottom {
        padding:34px 40px
    }
}

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

.calc__bottom-left {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px
}

.calc__bottom-right {
    padding: 0 10px
}

.calc__bottom-center {
    padding: 0 10px
}

@media (min-width: 1200px) {
    .calc__bottom-center {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

.calc__bottom-item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .calc__custom-item-title_flex {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

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

.calc__bottom-merge-item {
    margin-bottom: 20px
}

.calc__bottom-merge-item.active .calc__bottom-merge {
    pointer-events: inherit;
    color: #191919;
    border-color: #191919
}

.calc__bottom-merge-item-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0
}

.calc__bottom-merge-item-label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #667085;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: transparent;
    border-radius: 2px
}

.calc__bottom-merge-item-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.calc__bottom-merge-item-checkbox:checked+.calc__bottom-merge-item-label::before {
    background-color: #667085;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23f5f5f5' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.calc__bottom-merge {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    pointer-events: none;
    color: #ccc;
    border-bottom: 1px dashed #ccc;
    margin-right: 20px
}

.calc__bottom-merge:hover {
    text-decoration: none
}

.calc__bottom-price {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #191919;
    margin-bottom: 40px
}

.calc__bottom-price span {
    display: block
}

.calc__text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: Inter,sans-serif
}

input[type=number] {
    -moz-appearance: textfield
}

.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[data-color-for-modal="a"] .background,.modal[data-color-for-modal="b"] .background {
    display: block
}

.modal[data-color-for-modal=frame] .frame {
    display: block
}

.modal[data-color-for-modal=divider-merge1] .merge-dividers,.modal[data-color-for-modal=divider-merge2] .merge-dividers,.modal[data-color-for-modal=divider-merge3] .merge-dividers,.modal[data-color-for-modal=divider-merge4] .merge-dividers,.modal[data-color-for-modal=divider-merge5] .merge-dividers,.modal[data-color-for-modal=merge1] .merge-dividers,.modal[data-color-for-modal=merge2] .merge-dividers,.modal[data-color-for-modal=merge3] .merge-dividers,.modal[data-color-for-modal=merge4] .merge-dividers,.modal[data-color-for-modal=merge5] .merge-dividers {
    display: block
}

.modal-content {
    margin: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.15);
    box-shadow: 0 4px 30px rgba(0,0,0,.15);
    padding: 60px 30px 35px 30px;
    overflow: auto;
    border-radius: 5px
}

@media (min-width: 576px) {
    .modal-content {
        margin:8% auto;
        width: 470px;
        height: auto;
        padding: 40px 50px 25px 50px
    }
}

.modal-content_review {
    height: 100vh
}

@media (min-width: 576px) {
    .modal-content_review {
        height:auto;
        margin: 3% auto
    }
}

@media (min-width: 768px) {
    .modal-content_review {
        width:720px
    }
}

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

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

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

.modal-color-content {
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.15);
    box-shadow: 0 4px 30px rgba(0,0,0,.15);
    padding: 60px 30px 35px 30px;
    overflow: auto;
    border-radius: 5px
}

@media (min-width: 576px) {
    .modal-color-content {
        margin:8% auto;
        height: 500px;
        padding: 40px 50px 25px 50px
    }
}

@media (min-width: 768px) {
    .modal-color-content {
        width:670px
    }
}

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

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

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

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

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

.modal-color-content__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.modal-color-content__colors-item {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
    cursor: pointer;
    display: none
}

@media (min-width: 576px) {
    .modal-color-content__colors-item {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media (min-width: 768px) {
    .modal-color-content__colors-item {
    }
}

.modal-color-content__colors-img {
    width: 100%
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade {
    from {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
        box-shadow: 0 0 0 0 rgba(255,255,255,.6)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
        box-shadow: 0 0 0 0 rgba(255,255,255,.6)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@-webkit-keyframes click {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(-5deg) scale(1.1);
        transform: rotate(-5deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

@keyframes click {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(-5deg) scale(1.1);
        transform: rotate(-5deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    background-color: #53505b;
    padding: 5px 10px
}