@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/fonts/ProximaNova.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
 font-family: 'Roboto';
 src: url('../fonts/Roboto_Regular.eot');
 src: url('../fonts/Roboto_Regular.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Roboto_Regular.woff') format('woff'),
   url('../fonts/Roboto_Regular.ttf') format('truetype'),
   url('../fonts/Roboto_Regular.svg#Roboto_Regular') format('svg');
 font-style: normal;
 font-weight: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Roboto';
 src: url('../fonts/Roboto_Bold.eot');
 src: url('../fonts/Roboto_Bold.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Roboto_Bold.woff') format('woff'),
   url('../fonts/Roboto_Bold.ttf') format('truetype'),
   url('../fonts/Roboto_Bold.svg#Roboto_Bold') format('svg');
 font-style: normal;
 font-weight: bold;
 font-display: swap;
}

.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;
    font-size: 1.375rem;
    margin-top: -10px;
    margin-top: -0.625rem;
    padding: 8px 10px 9px;
    padding: 0.5rem 0.625rem 0.5625rem;
    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;
    right: 1.25rem
}

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

.lg-actions .lg-prev {
    left: 20px;
    left: 1.25rem
}

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

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px;
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px;
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@-o-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px;
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px;
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px;
        left: 1.875rem
    }
    to {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px;
        left: 1.875rem
    }
    to {
        left: 0
    }
}

@-o-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px;
        left: 1.875rem
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px;
        left: 1.875rem
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    -moz-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;
    -moz-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-size: 1.5rem;
    height: 47px;
    height: 2.9375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    text-align: center;
    width: 50px;
    width: 3.125rem;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-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 {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

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

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

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    vertical-align: middle
}

.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;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: 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, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

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

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    -moz-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -moz-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-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: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(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);
    -moz-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: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -o-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;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

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

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

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

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

.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;
    -moz-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;
    font-size: 1.5rem;
    height: 39px;
    height: 2.4375rem;
    line-height: 27px;
    line-height: 1.6875rem;
    padding: 5px 0;
    padding: 0.3125rem 0;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    text-align: center;
    top: -39px;
    top: -2.4375rem;
    width: 50px;
    width: 3.125rem
}

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

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
    padding: 0 0.3125rem
}

.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;
    width: 5.25rem;
    height: 59px;
    height: 3.6875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-left: -2.625rem;
    margin-top: -30px;
    margin-top: -1.875rem;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -3.625rem transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

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

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
    background: url(../img/youtube-play.png) no-repeat scroll 0 -3.75rem transparent
}

.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;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    -moz-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    height: 0.3125rem;
    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;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .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: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -o-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: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

#lg-actual-size {
    font-size: 20px;
    font-size: 1.25rem
}

#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;
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
    height: 0.625rem
}

.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;
    margin: 0 0.3125rem
}

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

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

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    height: 5.1875rem;
    left: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-left: -60px;
    margin-left: -3.75rem;
    opacity: 0;
    padding: 5px;
    padding: 0.3125rem;
    position: absolute;
    width: 120px;
    width: 7.5rem;
    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, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, transform .15s ease 0s, -moz-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s, -moz-transform .15s ease 0s, -o-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 0.3125rem, 0);
    -moz-transform: translate3d(0, 0.3125rem, 0);
    transform: translate3d(0, 0.3125rem, 0)
}

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

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

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

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    bottom: -0.625rem;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-left: -0.3125rem;
    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;
    -moz-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;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    font-size: 0.875rem;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    padding: 0.625rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    top: 3.125rem;
    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-transform: translate3d(0, 0.3125rem, 0);
    -moz-transform: translate3d(0, 0.3125rem, 0);
    transform: translate3d(0, 0.3125rem, 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;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: visibility 0s linear .5s, opacity .18s linear 0s, -o-transform .18s linear 0s;
    -moz-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -moz-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s, -moz-transform .18s linear 0s, -o-transform .18s linear 0s
}

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

.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;
    padding: 0.25rem 0.75rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem
}

.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;
    margin-top: -0.1875rem;
    vertical-align: middle
}

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

.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 {
    *zoom: 1
}

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

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    -moz-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -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;
    -moz-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

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

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -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 {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

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

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    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;
    width: 0.0625rem;
    margin-right: -1px;
    margin-right: -0.0625rem
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    padding: 0 0.3125rem;
    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;
    -moz-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: 2000;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    -moz-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;
    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);
    -moz-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);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(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;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: opacity .1s ease 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: 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, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

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

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

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

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

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .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
}


.mobile_only{
	display:none;
}


@media screen and (max-width: 1080px){
	.desktop_only{
		display:none;
	}
	.mobile_only{
		display:block;
	}
	input{
		-webkit-appearance: none !important;
	}
}

*{font-family: 'Roboto', sans-serif}
.update-date-new{
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 12px;
    padding: 13px 11px;
    margin-top: 7px;
}

.adstop{
    max-width: 1100px;
    width: 100%;
    height: 350px;
}

.adsbottom{
    max-width: 1100px;
    width: 100%;
    height: 500px;
}
/*
.adsups { width: 320px; height: 100px; }
@media(min-width: 950px) { .adsups { width: 728px; height: 90px; } }
@media(min-width: 1300px) { .adsups { width: 970px; height: 90px; } }
*/


a{
	text-decoration: none;
}
body {
     background-color: #fff;
}
.nav-sheet{
	height: 72px;
}
.nav-box{
	width:1080px;
}
.nav-block ul li a{
	text-transform: none;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
.nav-block ul {height:72px;}
.nav-block ul li{
	vertical-align: middle;
}
.nav-block ul li:hover{
	background:#fff!important;
	/*width:1080px;*/
}
.smartmenu{
	background: #fff!important;
}
.nav-sheet{
	background-color: #fff;
	background: #fff;
	box-shadow: 0 5px 3px 0px #eee;
	transition: .3s;
}
.layout{
	margin-top:79px;
	border:0;
}
.footer_l_2{
      background-image: none!important;
      color: #fff!important;
      background: #333!important;
      height: 40px!important;
      width: 152px!important;
      border-radius: 4px!important;
      padding: 0px 21px!important;
	  line-height: 3;
      text-decoration: none!important;
      font-size:13px;
}
.footer_l_1{
	background-image:none!important;
	color:#000!important;
	background: #fff!important;
	height:40px!important;
	width:40px!important;
	border-radius:4px!important;
	border:1px solid #000!important;
	font-size:27px!important;
	padding: 3px 4px 3px 17px!important;
	text-decoration: none!important;
}
.bottom-block{
	width:1080px;
}
.footer_h{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.bottom-box{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.nav-block ul li:hover .smartmenu {
    display: block;
    background: #0000 !important;
    margin: 0;
    margin-top: 24px;
    border: 8px solid #ffffff00;
    padding: 0;
    box-shadow: none;
}
.nav-block ul {
    height: 72px;
    background: #fff;
    padding: 30px;
    margin: 0;
}

.smartmenu ul{
    height: 72px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: 0;
    box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.update-date-new {
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 12px;
    padding: 11px 8px;
    margin-top: 7px;
}
.top-gradient{
	width:100%;
	height:371px;
	background: linear-gradient(90deg, rgba(72, 200, 126, 0.1) 0%, rgba(72, 200, 126, 0) 100%);
}
.subject-main {
    width: 100%;
}
.subject-main.history-page{
    display: block;
    }
    .subject-main.history-page .right_brand,
    .subject-main.spec-page .right_brand{
        margin-top: -65px;
        right: 65px;
    }
    .subject-main.spec-page .right_brand{
        right: auto;
    }
    .subject-main.history-page .whitebigbutton{
        padding: 16px 0px;
        display: inline-block;
    }
.inp_com{
	height:48px;
	width:233px;
	background: #fff;
	border-radius: 3px;
	border:0px;
	font-size: 14px;
	line-height: 24px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	padding-left: 16px;
	border: 2px solid #98E2B7;
}
.layout {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    width: 1080px;
}
h2{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
    margin: 0;
}

.c2{
	position:inherit;
	margin-top: 100px;
}

.new_men div{
	font-weight: bold;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #1B914D;
	padding: 25px 0px;
	float:left
	;text-align:center;
	width:215px;
	border-right: 1px solid #48C87E;
}
.on_img_comp{
    position: absolute;
    bottom: 11px;
    left: 13px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.more-btn-block{
	width:100%;
}
.more-btn-block li{
	width:50%;
	margin:0;
	float:left;
	list-style: none;
}
.more-btn-block .img-txt{
	width: 50%;
	float:left;
    position: relative;
}
.more-btn-block .img-txt div.img-fon{
	width:248px;
	height:175px;
    /*background-size: 92% 93%;*/
    background-repeat: no-repeat;
    height: 175px;
    margin-right: 0px;
    border-radius: 5px;
    background-size: 388px;
    /*background-position-y: -24px;*/
    background-position: center;
    box-shadow: inset 0px -38px 6px 0px rgb(4 4 4 / 67%)
}
.more-btn-block a,
.btn.btn-primary.blog-recent-more-btn{
	color: #1B914D;
	padding: 9px 27px;
	background: #FFFFFF;
	border: 1px solid #48C87E;
	box-sizing: border-box;
	border-radius: 5px;
}
.btn.btn-primary.blog-recent-more-btn:hover{
    color: #fff;
    background-color: #1B914D;
    border: 1px solid #1B914D;
}
.more-btn-block a.right_list.hov-btn{
    margin-top: 15px;
    display: inline-block;
}
.more-btn-block a.right_list.hov-btn:hover{
    border: 1px solid #1B914D;
}
.more-btn-block img{
	width:248px;
	height:175px;
	padding-right:16px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.2) 72.4%, rgba(0, 0, 0, 0.5) 86.98%, rgba(0, 0, 0, 0.7) 100%), url(corvette.jpg);
	border-radius: 5px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.block_1{
}
.compare_brand-icon{
	float:left;
	width:170px;
	height:148px;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	/*border-radius: 5px;*/
	text-align: center;
}
.compare_brand-icon:nth-child(6n+1){
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}
.compare_brand-icon:nth-child(1),
.compare_brand-icon:nth-child(2),
.compare_brand-icon:nth-child(3),
.compare_brand-icon:nth-child(4),
.compare_brand-icon:nth-child(5),
.compare_brand-icon:nth-child(6){
	/*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.compare_brand-icon a{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}
.compare_brand-icon img{
	width:88px;
	height:88px;
}
.subject-box{
	padding: 28px;
}
.subject-main{
	box-shadow: none;
	border: 0;
}
.subject-box .inp_com{
	height: 48px;
    width: 344px;
    background: #fff;
    border-radius: 3px;
    border: 0px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px;
    background: #FFFFFF;
	border: 2px solid #98E2B7;
	box-sizing: border-box;
	border-radius: 4px;
	margin-right:24px;
}
.breadcrumbs span{
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
.right_brand{
	position: absolute;
	margin-left: 50%;
}
.Letter{
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #BDBDBD;
}
.compare_model a{
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
ul.mod-mar_s{
	list-style:none;
}
ul.mod-mar_s a{
	color:#333;
}
.subject-box.left{
	float:left;
	width:728px;
	padding:20px;
}
.subject-box.left.gallery-item-page{
    max-width: 900px;
    width: 100%;
}
.subject-box.left.history-box{
    width: 100%;
}
.subject-box.right{
	float:left;
	width:310px;
	padding:0;
}
.green-btn-block{
    text-align: center;
    margin: 20px 0px;
}
.greenbigbutton{
	padding:16px 274px;
	width:100%;
	background: #48C87E;
	border-radius: 4px;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.float50{
	width:50%;
	float:left;
}
img.sr_img{
	width:100%;
	padding:20px;
    padding-right: 0px;
    padding-left: 0;
	border-radius: 5px;
}
.float50:nth-child(2n){
	padding-right:2px;
	padding-left:20px;
	border-radius: 5px;
}
.float50:nth-child(2n+1){
	padding-right:2px;
	padding-left:20px;
	border-radius: 5px;
}
.clear50{
	width:100%;
	height:50px;
}
.spec{
	display:table;
	width:100%;

	box-sizing: border-box;
}
.spec .title{
	display:table-cell;
	padding-top:12px;
	padding-left:20px;
	width:100%;
	background: #FAFAFA;
	height:48px;
	box-sizing: border-box;
	/*border-radius: 5px 5px 0px 0px;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	/*border-bottom: none;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.spec .title.null{
	background: #fff;
	border:none;
}
.spec .row{
	display: table-row;
	width:100%;
	/*border-bottom:1px solid #333;*/
	background: #fff;
}
.spec .row:nth-last-child{
	border-bottom:0px solid #E0E0E0;
}
.spec .row .cell:nth-child(1){
	/*border-top: 1px solid #eee;*/
}
.spec .row .cell:nth-child(2){
	/*border-top: 1px solid #eee;*/
    text-transform: none;
}
.spec .row .cell:nth-child(2n){
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
    border-top: 0;
}
.spec .row .cell{
	display: table-cell;
	width:50%;
	float:left;
	height:60px;
    border-bottom: 1px solid #E0E0E0;
    font-size:14px;
    padding: 24px 22px;
}
.spec .row .cell div{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.spec .row .cell:nth-child(2n+1){
	border-left:1px solid #E0E0E0;
}
.subject-main.spec-page .spec-sections .spec .row .cell:nth-child(2n){
    font-weight: bold;
}
.whitebigbutton{
	padding:16px 304px;
	width:100%;
	background: #fff;
	border-radius: 4px;
	color:#1B914D;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #48C87E;
	box-sizing: border-box;
	border-radius: 2px 2px 5px 5px;
	cursor:pointer;
}
.whitebigbutton:before{
}
.win{
	background: #E0FFED;
	border-radius: 2px 0px 0px 2px !important;
    padding: 1px 7px;
    border:1px solid #E0E0E0;
    overflow: hidden;
    /*max-height: 42px;*/
}
.loss{
	background: #FFF6D9;
	border-radius: 0px 2px 2px 0px !important;
    padding: 1px 7px;
    border:1px solid #E0E0E0;
    overflow: hidden;
    /*max-height: 42px;*/
}
.neutral{
	background: #F5F5F5;
	border-radius: 0px 2px 2px 0px !important;
    padding: 1px 7px;
    border:1px solid #E0E0E0;
    overflow: hidden;
    /*max-height: 42px;*/
}
.sra ol li{
	line-height: 38px;
    padding-bottom: 66px;
}
.sra ol li b:first-letter{
	text-transform: capitalize;
}
.curl.related td{
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
    width: 50%;
    /*float: left; */
}
.curl.related td:hover{
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
}
.curl.related td{
	/*min-height:76px;*/
	padding: 10px;
}
.curl td a {
    position: relative;
    display: inherit;
    padding: 7px 30px 6px 18px;
    font-size: 16px;
    color: #485e64;
    line-height: 20px;
}


.spec {
  height: 409px;
  outline: none;
  overflow: hidden;
  display:grid;
}
.spec:focus, .whitebigbutton:click ~ .spec {height: auto;}
.gradient{
	background: linear-gradient(to top, #ffffff, #ffffff00);
    position: absolute;
    width: 100%;
    height: 300px;
    margin-top: -300px;
}
h1{
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	color: #333333;
}





.dimedsans.table{
	display:table;
	width:740px;
	float:none;
	border-collapse: collapse;
	/*border: 1px solid #E5E5E5;*/
	/*border-radius: 5px 5px 0px 0px;*/
	/*border-bottom: none;*/
}
.dimedsans .row{
	display:table-row;
	border-right:1px solid  #e5e5e5;
}
.dimedsans .cell{
	display: table-cell;
    padding: 12px;
    border-bottom:1px solid #e5e5e5;
    text-align: center;
    background:#fff;
}
.dimedsans .row .cell:nth-first-child{
	border-left:1px solid #e5e5e5;
}
.dimedsans .cell:nth-last-child{
	border-right:1px solid #e5e5e5;
}

.dimedsans .title .cell:nth-first-child{
	border-left-top-radius:5px;
}
.dimedsans .title .cell:nth-last-child{
	border-right-top-radius:5px;
}

.dimedsans .title{
	/*background: #fafafa;*/
	/*border-left: 1px solid #E5E5E5;*/
	/*box-sizing: border-box;*/
    text-align: center;
    vertical-align: middle;
}

.dimedsans .title .cell{
	background: #fafafa;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    color:#333;
}


.dimedsans img:nth-child(1){
	/*margin-top: -47px;*/
}
.dimedsans .rpic{
	border-left:1px solid #e5e5e5;
}
h3{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
    padding: 19px 0;
    margin: 48px 0 0 0;
}
span.fuel_add {
    font-size: 11px;
    color: #9a9a9a;
}
.new_men a{
	color:#1B914D;
	padding: 21px 34px;
}
tr:hover td.cell{
	background: #fff;
}
.articles-box{
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 50px;
}
.new_text h3{
	margin:0;
	padding:5px;
}
.article_new{
    width: 45%;
    height: 413px;
    overflow: hidden;
    float: left;
    padding: 5px 5px 10px;
    margin: 20px 2.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 20px #e2e2e2;
    -moz-box-shadow: 0 0 20px #e2e2e2;
    -webkit-box-shadow: 0 0 20px #e2e2e2;
    /* overflow: hidden; */
    border-bottom: 13px solid #fff;
}
.article_new:nth-child(1){
	/*width:64%;*/
	/*padding-right: 40px;*/
}
.article_new:nth-child(2n+3){
	/*padding-right: 40px;*/
}
.article_new .image{
	width:333px;
	height:235px;
	background-size: cover;
}

.ar_title h2{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-decoration: none;
	color: #333333;
}
.ar_date{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #828282;
}
.ar_post_small{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 170%;
	color: #828282;
}
.ar_post_small p{
	margin: 0;
    padding: 0;
    line-height: 0px;
}

.new_men div:hover{
	background:#1B914D;
    transform: scale(1.02, 1.02);
    border: 0px;
}
.new_men div:hover a{
	color:#fff;
}
.img-txt{
	cursor:pointer;
}
a.hov-btn:hover{
	color:#fff;
	background-color: #1B914D;
}


#first-model-block ul li, #second-model-block ul li {
    text-align: left;
    padding-left: 16px;
    width: 232px;
    background: #fff;
    z-index: 1000;
}
#first-model-block ul, #second-model-block ul {
    list-style: none;
    top: initial;
    left: initial;
    background: #fff;
    z-index: 100;
    width: 100% !important;
    position: absolute;
    z-index: 2000000;
}
.mobile_menus{
	display:none;
}
.mobile_only{
	display:none;
}
.right_menu2{
	max-width:1080px;width:1080px;max-height: 315px;margin: 0 auto;
}
.ads{
	max-width:100%;
	text-align:center;
	width:1080px;
	margin:0 auto;
	padding:10px 0
}

@media screen and (max-width: 1080px) {
	h2 {
	    font-size: 20px !important;
	}
	.sspo{text-align: center !important}
	div#first-model-block {
	    margin-bottom: 3px;
	}
	.sidebar_right li:nth-child(2n) {
	    margin-left: 0px!important;
	}
	.sidebar_right, .sidebar_left, .right_menu2{max-width:1080px!important;width:100%!important;height: auto!important;}
	.sidebar_right li {
		float:none !important;
	}
	.desktop_only{
		display:none;
	}
	.mobile_only{
		display:block;
	}
	.dimedsans .row {
	    display: table-row;
	    width: 100vh;
	    border-right: 1px solid #e5e5e5;
	    border-left: 1px solid #e5e5e5;
	}
	.dimedsans .cell{
	    width: 50vh;
	}
	.layout{
		text-align:center;
	}
	.cont.left {
		max-width: 80%;
	}
	.dimedsans.table {
		width:100%;
	}
	.update-date-new{
		display:none;
	}
	.nav-box {
	    width: 100%;
	}
	.layout div{
		max-width:100%;
	}
	#first-model-block, #second-model-block {
	    display: block;
	}
	.top-gradient{
		height:528px
	}
	.c2{
		margin: 100px 10px 0 13px;
	}
	.new_men{
		display:none;
	}
	.ind_about_car{
		display:none;
	}
	.more-btn-block li {
		width:100%;
		margin:20px 0;
	}
	.articles_index{
   		margin-top:67px !important;
	}
	.articles_index li{
	    float: none !important;
   		max-width: 100% !important;
	}
	.greenbigbutton, .whitebigbutton {
		padding: 16px 32px !important;
	}
	.subject-box.left {
	    width: 100%;
	    max-width:100%;
        padding: 0px;
	}
	.hide_menu_wrapper{
		display:none;
	}
	.mobile_menus{
		display: block;
	}
	ul.f_l, .third_lvl ul, .sec_lvl ul{
		margin-left: 27px;
	    margin-right: 27px;
    	width: calc(100% - 54px);
	}
	.op_menu ul{
    	width: calc(100% - 54px);
	}
	ul.s_l{
		display:none;
		margin-left: 8%;
	}
	.logo{
		margin-top: 14px;
	}
	.open_menu{
		float:right;
		background-image: url('/img/new/menu-icon.png');
		width:23px;
		height:18px;
		margin: -29px 27px;
		cursor:pointer;
	}
	.nav-box .search{
		display:none;
	}
	.op_menu{
		display: none;
	    width: 100%;
	    height: 100vh;
	    background: #fff;
	    position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	    height: 100vh;
	}
	.f_l a{
		color:#000;
		font-size:20px;
	}
	.mobile_menus{
	    width: 100vw;
	}
	.nav-block{
	    display: none;
	}
	.mobile_menus li {
	    list-style: none;
	}
	ul.sl{
		display:none;
	}
	li.fl, .s_l li, li.sl, .third_lvl li {
	    border-top: 1px solid #F2F2F2;
	    padding: 24px 0;
	    width: 100%;
	}
	.sec_lvl, .third_lvl{
		display:none;
	    position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	    height: 100vh;
	    background: #fff;
	}
	.op_menu a{
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 24px;
		color: #333333;
	}

	.nav-head .back{
		max-width:40px;
		position: absolute;
	    left: 27px;
	    top: 12px;
	}
	.nav-head{
		border:0 !important;
	}
	.nav-head .name{
		text-align:center;
	}
	.nav-head .close{
		max-width: 40px;
	    position: absolute;
	    right: 27px;
	    top: 12px;
	}
	.op_menu li{
		width:100%;
	}
	.more a :after{
		content:" ";
		width:40px;
		height:40px;
		position: absolute;
		right:27px;
		margin-top:-9px;
		background: url(/img/new/more.png);
	}
	.cont .inp_com {
	    max-width: 100%;
	}

	.inp_com{
		height:48px;
		width:233px;
		background: #fff;
		border-radius: 3px;
		border:0px;
		font-size: 14px;
		line-height: 24px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
		padding-left: 16px;
		border: 2px solid #98E2B7;
		border-left: 2px solid #98E2B7 !important;
	}
	.new_model_list span{
	    line-height: 45px;
	}
	.new_model_list{
		height: 46px;
	    width: 233px;
	    background: #fff;
	    border-radius: 3px;
	    border: 0px;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	    padding: -5px;
	    margin-left: 48px;
	}
	.article_new {
	    width: 100% !important;
	}
	.mod-mar_s li a {
	    padding: 9px;
	    display: block;
	}
	.sra ol .win, .sra ol .loss{
		display: inline-table;
	}
	.sra ol{
		display:table;
	}
	.spec .row .cell{
		padding:8px 8px;
	}
}
@media screen and (max-width: 395px) {
	.compare_brand-icon {
	    width: 50%;
	}
}
@media screen and (max-width: 319px) {
	.compare_brand-icon {
	    width: 100%;
	}
}
@media screen and (max-width: 700px) {
    .social-networks{display:none;}
	/*.subject-box.right {
	    display:none;
	}*/
	.float50:nth-child(2n+1){
		padding-left:0;
	}
	.more-btn-block .img-txt {
	    width: 100%;
	    /* float: left; */
	    text-align: center;
	}
	.more-btn-block .img-txt div.img-fon {
	    width: 248px;
	    height: 175px;
	    /* background-size: 92% 93%; */
	    background-repeat: no-repeat;
	    height: 175px;
	    margin-right: 0px;
	    border-radius: 5px;
	    background-size: 344px;
	    background-position-y: -24px;
	    width: auto;
        box-shadow: none;
        margin: 5px 0px;
	}
    .spec .row .cell{
        height: 110px;
    }
}

.block1 .spans{
	display:none;
}
.block2 .spanf{
	display:none;
}


.sidebar_left{
	width: 25%;
    height: 312px;
    float: left;
	background: #F8F8F8;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 225%;
	color: #BDBDBD;
	padding: 18px;
}
.sidebar_right{
	width:75%;
	height:312px;
	float:left;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
	padding: 18px;
}
.sidebar_right a{
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.mrz{
	cursor:pointer;
}
.mrz.active{
	color: #333333;
}
.mrz.active:after{
	content: '';
    position: absolute;
    margin: -15px 200px;
    border: 4px solid transparent;
    border-left: 4px solid #333333;
}


.mrz:hover{
	color: #333333;
}
.side_title:hover .mrz:after{
	content: '';
    position: absolute;
    margin: -15px 200px;
    border: 4px solid transparent;
    border-left: 4px solid #333333;
}

.sidebar_right li{
	width:40%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height: 32px;
	overflow: hidden;
}
.sidebar_right li:nth-child(2n+1){
    width: 50%;
    border-right: 1px solid #F2F2F2;
}
.sidebar_right li:nth-child(2n){
	margin-left:8px;
}

.sidebar_right .fresh11 li:nth-child(2n){
	margin-left:0px;
}
.sidebar_right .fresh11 li{
	height: auto;
	width:100%;
	float:none;
}
.sidebar_right .fresh11 li img{
	height: 58px;
	width: 81px;
	float:left;
	display:none;
}








.new_text h3, .new_text h2 {
    padding: 22px 2px;
}


.cell:last-child{border:1px solid #e5e5e5;}


.m_right2 img{
	display:none;
    width: 25px;
}



@media screen and (max-width: 1080px){
    .compare_brand-icon {
        float: none;
        display: inline-block;
	}
    .sra ol {
	    padding-left: 8px;
        text-align: left;
	}
	.float50:nth-child(2n) {
	    padding-right: 2px;
	    padding-left: 8px;
	    border-radius: 5px;
	}
	.float50:nth-child(2n+1) {
	    padding-right: 2px;
	    padding-left: 8px;
	    border-radius: 5px;
	}
	.floattop{
		height:53px  !important;
		font-size: 15px;
	}
	.dimedsans.table img {
	    width: 100%!important;
	    margin-bottom: 24px;
        padding-right: 0px !important;
	}
	.compare_brand-icon{
		border:1px solid rgba(0, 0, 0, 0.1)!important;
	}
	.sel_hs.greenbigbutton{
		/*width:calc(100% - 30px);;*/
	}
}

.invert_green {
    background: #fff;
    border: 1px solid #48c87e !important;
    margin: 3px 0;
    color: #48c87e;
}
select.invert_green {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    background-size: 26px;
    appearance: none !important;
    background-image: url('/img/new/engine_green.png') !important;
    background-position: right 13px center !important;
    background-repeat: no-repeat !important;
    font-size: 15px !important;
}



.adsups { width: 250px; height: 250px; }
@media(min-width: 305px) { .adsups { width: 300px; height: 250px; } }
@media(min-width: 340px) { .adsups { width: 336px; height: 280px; } }
@media(min-width: 800px) { .adsups { width: 728px; height: 90px; } }
@media(min-width: 1100px) { .adsups { width: 970px; height: 90px; }

.more-btn-block a{margin-left: 168px;}}

.adstop{
    max-width: 1100px;
    width: 100%;
    height: 400px;
}

	.ads.b3{width:unset;}

.ads-block.b2-block,
.ads-block.top-block,
.ads-block{
    text-align: center;
    clear: both;
    margin: 0px auto -10px;
}
.ads-block.b2-block .adsbygoogle,
.ads-block.top-block .adsbygoogle,
.ads-block .adsbygoogle{
    display: inline-block;
    margin: 0px auto;
}

.smartmenu b {
    font-size: 14px;
    padding: 0px;
}

.model-grid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.model-grid-item{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1px;
    width: 0.0625rem;
    position: relative;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    }
.subject-main.history-page .model-grid-item,
.subject-main.spec-page .model-grid-item{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1px;
    width: 0.0625rem;
    position: relative;
    width: 230px;
    max-width: 230px;
    }
    .model-grid-item>a{
        max-width: 100%;
        position: relative;
        -webkit-transition: box-shadow .3s;
        -o-transition: box-shadow .3s;
        -moz-transition: box-shadow .3s;
        transition: box-shadow .3s;
        display: block;
        margin: 15px;
        margin: 0.9375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
        height: -webkit-calc(100% - 1.875rem);
        height: -moz-calc(100% - 1.875rem);
        height: calc(100% - 1.875rem);
        }
        .model-grid-item .blog-item-img{
            position: relative;
            }
            .model-grid-item .blog-item-img>img{
                display: block;
                max-width: 100%;
                width: 100%;
                }
        .model-grid-item .blog-item-content{
            padding: 25px 20px;
            padding: 1.5625rem 1.25rem;
            background-color: #ededed;
            border: 0px;
            border-bottom: 6px solid #e2e2e2;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1;
            -moz-box-flex: 1;
            -ms-flex: 1 1;
            flex: 1 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            }
        .model-grid-item .blog-item-auto-name{
            margin-bottom: 8px;
            margin-bottom: 0.5rem;
            color: #314855;
            }
        .model-grid-item .blog-item-year{
            color: #314855;
            }
        .model-grid-item .blog-item-auto-year{
            font-size: 14px;
            color: #314855;
            }
    h4.heading{
        color: #000;
        }
/*.blog-item.blog-item--auto:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}*/
.blog-item.blog-item--auto:hover .blog-item-content{
    /*background-color: #f3f3f3;*/
    background-color: #e4e4e4;
}
.right_brand.desktop_only.top-view{
    margin-top: -70px;
}


.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid,
.grid__col {
    position: relative
}

.grid__col {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1px;
    width: 0.0625rem
}

.grid, .grid__col {
    position: relative;
}

.grid__col.grid__col--4 {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%
}

.av-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 900
}

.av-tabs>a {
    color: #191919;
    display: block;
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
    border-bottom: 6px solid #c5c5c5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.av-tabs>a.active,
.av-tabs>a:hover {
    border-color: #314855
}

.gallery-tabs-content {
    padding: 30px 0;
    padding: 1.875rem 0
}

.gallery-grid {
    margin: -3px -5px;
    margin: -0.1875rem -0.3125rem
}

.gallery-grid>.grid__col {
    padding: 5px 3px;
    padding: 0.3125rem 0.1875rem
}

.gallery-item {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.gallery-item-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}

.gallery-item-controls {
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background-color: rgba(0, 0, 0, .55);
    padding: 25px 0;
    padding: 1.5625rem 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in;
    pointer-events: none
}

.gallery-item-controls-item {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-item-controls-item i {
    font-size: 14px;
    font-size: 0.875rem
}

.gallery-item-controls-item:hover {
    background-color: #fff;
    color: #314855
}

.gallery-item-controls-item:hover+.gallery-item-controls-item {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important
}

.gallery-item-controls-item:first-child {
    pointer-events: all
}

.gallery-item:hover .gallery-item-controls {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.gallery-item:hover .gallery-item-controls-item:last-child {
    background-color: #fff;
    color: #314855
}
.nav-block{
    padding: 0px;
}
.nav-block>ul>li {
    vertical-align: middle;
    padding: 0px 7px;
}
.nav-block .nav-roll a:hover{
    border-bottom: 1px #a7b0b2 dotted;
}
.nav-block ul li.dropdown-list{
    background: url(/img/arrow.png) 97% 35px no-repeat;
}
.nav-block ul li.dropdown-list.arrow-bottom{
    background: url(/img/arrow.png) 90% 58px no-repeat;
}
.nav-block ul li .smartmenu ul li{
    min-width: 191px;
}
.npNode,
.npNodeNextPrev,
.npNodeNextPrev{
    height: auto;
    border: none;
    margin: 0px 4px;
    padding: 3px 2px;
}
.subject-main.blog-page{
    width: auto;
    display: block;
    float: none;
    text-align: center;
}
.subject-box.left.article-page{
    width: auto;
    max-width: 980px;
    float: none;
    display: inline-block;
    margin: 0px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: justify;
    padding: 20px 0px;
}
.subject-box.left.article-page,
.subject-box.left.article-page .post_text{
    font-size: 16px;
}
.subject-box.left.article-page h1{
    text-align: left;
}
.post-text {
    line-height: 1.5;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
}
.post-text p {
    margin: 24px 0;
    margin: 1.5rem 0;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 24px 0;
    margin: 1.5rem 0;
}
.post-text h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 16px;
    padding: 0px;
}
.post-text .floatleft {
    float: left;
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
.post-text .floatright {
    float: right;
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
.post-text img {
    max-width: 100%;
}
.post-text a{
    color: #314855;
    text-decoration: none;
}
.blog-recent-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin: 0 -0.9375rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.blog-recent-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 15px;
    margin: 0 0.9375rem
}

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

.blog-recent-more {
    margin: 30px 0;
    margin: 1.875rem 0;
    text-align: center
}

.blog-recent-more-btn {
    display: inline-block;
    margin: 0 auto
}

@media (max-width:812px) and (orientation:landscape),
only screen and (max-width:568px) {
    .blog-recent-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
    .blog-recent-col,
    .blog-recent-vertical .blog-item {
        margin: 15px 0;
        margin: 0.9375rem 0
    }
}

.blog-item {
    max-width: 100%;
    position: relative;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
    display: block
}

.blog-item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, .3)
}

@media only screen and (min-width:992px) and (max-width:1200px),
only screen and (min-width:1201px) and (max-width:1440px),
only screen and (min-width:1441px) and (max-width:1920px),
only screen and (min-width:1921px) {
    .blog-item.blog-item--horizontal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .blog-item.blog-item--horizontal .blog-item-img {
        max-width: 370px;
        height: 262px;
        height: 16.375rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 370px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 370px;
        flex: 1 0 370px;
        overflow: hidden
    }
    .blog-item.blog-item--horizontal .blog-item-img img {
        height: 100%;
        width: auto;
        max-width: inherit
    }
    .blog-item.blog-item--horizontal .blog-item-meta {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .blog-item.blog-item--horizontal .blog-item-meta>* {
        margin-right: 10px;
        margin-right: 0.625rem
    }
    .blog-item.blog-item--horizontal .blog-item-text {
        max-height: 112.5;
        overflow: hidden;
        position: relative;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
        text-overflow: -o-ellipsis-lastline;
        height: 112.5px;
        height: 7.03125rem
    }
    .blog-item.blog-item--horizontal .blog-item-text:after {
        content: ""
    }
}

.blog-item-img {
    position: relative
}

.blog-item-img img {
    display: block;
    max-width: 100%;
    width: 100%
}

.blog-item-content {
    padding: 25px 20px;
    padding: 1.5625rem 1.25rem;
    /* background-color: #ededed; */
    /* border-bottom: 6px solid #314855; */
    border: 1px solid #efefef;
}

.blog-item-title {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #314855;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    line-height: 1.48;
    max-height: 36;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    text-overflow: -o-ellipsis-lastline;
    height: 36px;
    height: 2.25rem
}

.blog-item-title:after {
    content: ""
}

.blog-item-title:hover {
    text-decoration: underline
}

.blog-item-auto-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem
}

.blog-item-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    color: #314855;
    margin: 10px 0;
    margin: 0.625rem 0
}

.blog-item-meta i {
    margin-right: 2px;
    margin-right: 0.125rem
}

.blog-item-meta.blog-item-meta--l {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-item-meta.blog-item-meta--l>* {
    margin-right: 10px;
    margin-right: 0.625rem
}

.blog-item-date {
    font-weight: 600
}

.blog-item-text {
    line-height: 1.5;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    margin: 10px 0;
    margin: 0.625rem 0;
    max-height: 90;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    text-overflow: -o-ellipsis-lastline;
    height: 90px;
    height: 5.625rem
}

.blog-item-text:after {
    content: ""
}

.blog-item-more {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    text-decoration: underline;
    color: #314855;
}

.blog-item-more:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 8px;
    font-size: 0.5rem;
    display: inline-block;
    margin-left: 6px;
    margin-left: 0.375rem;
    text-decoration: none
}

.blog-item-time:before {
    content: "\f1da";
    font-family: FontAwesome
}

.blog-item-comments-count:before {
    content: "\f075";
    font-family: FontAwesome
}
.sidebar_right .m_right2.fresh11 a:hover{
    text-decoration: underline;
}
.history-top-table{
    display: table;
    width: 100%;
}
.history-top-row{
    display: table-row;
}
.history-image-block{
    width: 40%;
    display: table-cell;
    text-align: center;
}
.history-text-block{
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}
.history-text-block p{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.subject-main.history-page .car-info{
    margin-bottom: 50px;
}

@media (max-width:812px) and (orientation:landscape),
only screen and (max-width:568px) {
    .blog-item-img img {
        width: 100%;
        height: auto
    }
}
.top-post-text{
    padding: 10px 13px;
    box-shadow: inset 2px 2px 3px #eaeaea, inset -1px -1px 1px #f7f7f7;
    -moz-box-shadow: inset 2px 2px 3px #eaeaea, inset -1px -1px 1px #f7f7f7;
    -webkit-box-shadow: inset 2px 2px 3px #eaeaea, inset -1px -1px 1px #f7f7f7;
    margin: 8px 15px;
}
.car-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.car-info-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    margin-right: 25px;
    margin-right: 1.5625rem;
    position: relative
}

.car-info-img img {
    width: 100%;
    height: auto
}

.car-info-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.car-info-form .choices {
    color: #191919
}

.car-info-form-btn {
    margin-top: 30px;
    margin-top: 1.875rem
}
.spec-sections{
    display: none;
}
.spec-sections.modification-1{
    display: block;
}
.spec-sections .spec{
    height: auto;
}

#generation-list-box{
    display: block;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
    clear: both;
    height: 85px;
}
#generation-list-block{
    background: url(/images/engine.png) left 100px no-repeat;
    margin: 0px auto;
}
#generation-list-image{
    float: left;
    position: absolute;
}
#generation-list-image img{
    width: 85px;
}
#generation-list{
    background: url(/img/arrow.png) 97% 35px no-repeat;
    height: 48px;
    background: #fff;
    border-radius: 3px;
    border: 0px;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: 20px 0px 0px 105px;
    border: 2px solid #98E2B7;
    padding: 0px 40px 0px 40px;
    width: calc(100% - 105px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bottom-block .bottom-footer-list{
    margin-right: 70px;
}
.bottom-footer-list{
    float: left;
}
.bottom-footer-list li{
    list-style: none;
    padding: 5px 0px;
}
.bottom-footer-list li a{
    margin: 0px;
}
.bottom-box .bottom-block .copyright{
    padding-bottom: 100px;
}

@media (max-width:730px) {
    .subject-main.history-page .model-grid-item,
    .subject-main.spec-page .model-grid-item {
        display: inline-block;
        margin: 0px auto;
    }
}
@media (max-width:812px) and (orientation:landscape),
only screen and (max-width:568px) {
    .car-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .car-info-img {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .history-image-block{
        width: 100%;
        display: block;
    }
    .history-text-block{
        width: 100%;
        display: block;
    }
    .history-text-block p{
        text-align: center;
    }
    .subject-main.history-page .car-info .small{
        font-size: 15px;
    }
    .av-tabs>a{
        display: inline-block;
        width: 50%;
    }
}

@media(max-width: 1079px)
{
	.nav-sheet{
		min-width:100%!important;
	}
	.way, .sheet, .bottom-box, .layout {
		min-width:100%!important;
	}
	.bottom-block, .layout{
		width:100%!important;
	}
	.ads {
	    width: 100%;
	}
	.subject-box{
	    width: 100%;
	    padding: 0;
	}
	.f_none{
		float:none!important;
		width:100%!important;
	}
	.img-txt .img-fon{
		width:auto!important;
	}
	.new_model_list{
	    padding: 11px 23px;
	    height: auto;
	    text-align: center;
	}
	.Letter {
	    margin-top: 11px;
	    text-align: end;
	}
	.Letter.non_fl{
		display:none;
	}
	.compare_model.non_fl{
		float:none;
        width: 80%;
        margin: 0px auto;
	    text-align: left;
	}
	.marka_list.non_fl{
		float:none;
	}
	.on_img_comp {
	    position: relative;
	    top: 136px;
	    left: 0px;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 24px;
	    color: #FFFFFF;
	    background: rgb(0 0 0 / 62%);
	    width: 344px;
	    margin-left: 13px;
	    margin: 0 auto;
	}
}

@media(min-width: 1080px)
{
	.sec_list.compare_model{
		/*float:left;*/
	}
	.countermodellist{
		float:left;
	}
	.on_img_comp{
	    background: rgb(0 0 0 / 62%);
	    width: 248px;
	    left: 0;
	    padding: 0 10px;
	}
}

span.privacy a {
    color:#000;
}

@media(min-width: 1081px)
{
    .nav-block ul li .smartmenu.spare-parts{
        right: 0px;
    }
}

@media(min-width: 1140px)
{
    .nav-block ul li .smartmenu.spare-parts{
        right: -50px;
    }
}

@media(min-width: 1230px)
{
    .nav-block ul li .smartmenu.spare-parts{
        right: -100px;
    }
}

@media(min-width: 1410px)
{
    .nav-block ul li .smartmenu.spare-parts{
        right: -200px;
    }
}

@media(min-width: 1610px)
{
    .nav-block ul li .smartmenu.spare-parts{
        right: -300px;
    }
}

.breadcrumbs{
    margin-left: 10px;
}
.spec .row .cell span:first-letter{
    text-transform: uppercase;
}


.about_info{
   float:left;
   width:613px;
   font-size: 16px;
   line-height: 170%;
   color: #333333;
}

/* Subscripbe */
    .subscript{
       /* position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100vw;
        height: 100vh;
        background: #1B914D47;*/
        display: block;

    }
    .subscript>div{
        position: relative;
        margin: 0 auto;
        width: 50%;
        /*margin-top: 10%;*/
    }
    .subscript >div> form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        background: #fff;
    }
    .subscript> div > form > span{
        font-size: 1.3rem;

    }
    .subscript > div > form > input{
        width: 70%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid lightgrey;
        border-radius: 7px;
        color: grey;
    }
    .subscript > div > form > input[type="submit"]{
        border: none;
        background: #49c87e;
        color: #fff;
    }
    .subscript > div > form > input[type="submit"]:hover{
        opacity: .7;
    }
    .close_sub{
        width: 50px;
        position: absolute;
        top: -25px;
        right: -50px;
        cursor: pointer;
    }
    .close_sub:hover{
        opacity: .5;
    }
    .close_sub:hover span{
        background: #1B914DB0;
    }
    .close_sub>span{
        background: #1B914D75;
        width: 100%;
        height: 10px;
        border-radius: 15px;
        display: flex;
        position: absolute;
    }
    .close_sub>span:first-child{
        transform: rotate(45deg);
    }
    .close_sub>span:last-child{
        transform: rotate(-45deg);
    }

@media(max-width: 1024px)
{
    .subscript>div{
        width: 80%;
    }
}
@media(max-width: 768px)
{
    .about_info{
      width: 100%
    }
    .subscript>div{
        width: 100%;
    }
    .close_sub{
        right: 0px;
    }
    .subscript >div> form{
        padding:5px;
    }
    .subscript > div > form > input{
        width: 95%;
    }
    .subscript > div > form > span{
        font-size: 1.1rem;
    }
}


.d-flex{
    display: flex;
}
.w-700{
  width: 740px;
}

.ads-block{max-width:740px!important;margin:0 auto;}

@media(max-width:1300px){
    .ads-block{max-width:100%!important;}
    .dimedsans.table{
      width:100%;
    }
    .w-700{
      width: 100%;
    }
    .sidebar{
      display: none;
    }
}
