@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

@font-face {
    font-family: NeoSansProRegular; /* Гарнитура шрифта */
    src: url(/assets/fonts/NeoSansProRegular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: NeoSansProBold; /* Гарнитура шрифта */
    src: url(/assets/fonts/NeoSansProBold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: NeoSansProMedium; /* Гарнитура шрифта */
    src: url(/assets/fonts/NeoSansProMedium.ttf); /* Путь к файлу со шрифтом */
}
* {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

button {
    transition: 0.3s;
}

table {
    max-width: 100%;
    margin-bottom: 15px;
}

body {
    font: 14px/18px "Open Sans", sans-serif;
    width: 100%;
}

#wrapper {
    overflow: hidden;
}

#middle {
    position: relative;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

#content {
    min-height: 500px;
    padding-top: 20px;
}

#content p {
    /*max-width: 100%;*/
	/*display: inline;*/
	/*overflow: hidden;*/
}

#footer {
    position: relative;
    border-top: 1px solid #ccc;
}


.flink li {
    display: inline;
}

.flink li a {
    color: #333333;
    padding: 0 15px;
    text-decoration: underline;
    border-right: 1px solid #333;
    font-size: 12px;
}

.flinks li {
    display: inline-block;
    margin: 20px 0;
    padding: 0 15px;
    width: 33%;
}

.flinks li:nth-child(1) {
    padding-left: 0;
}

.flinks li:nth-child(2) {
    text-align: center;
}

.flinks li.developers {
    font-size: 12px;
    text-align: right;
    padding-right: 0;
}

#header .search {
    margin-top: 19px;
    overflow: hidden;
    position: relative;
    max-height: 34px;
    text-align: right;
}


/*����� �� �����*/

.jot-controls textarea, .jot-controls input {
    max-width: 100%;
}

#ajaxSearch_form {}

#ajaxSearch_form input[type=text] {
    padding: 5px 10px;
    font-weight: normal;
}

#ajaxSearch_form input[type=submit] {
    background: url(../image/search-btn.png) no-repeat 0 center;
    border: none;
    width: 31px;
    height: 31px;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999em;
    margin: 0 0 20px 0;
    background-size: 100%;
    opacity: .6;
    transition: .2s;
}

#ajaxSearch_form input[type=submit]:hover {
    opacity: 1;
    transition: .2s;
}

ul.head_link {
    width: 80px;
    margin-right: 20px;
    clear: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

ul.head_link li {
    background: url(../img/head_link.jpg) no-repeat;
    background-position: 0 0;
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    text-indent: -9999em;
    overflow: hidden
}

ul.head_link li:first-child {
    background-position: 0 0;
}

ul.head_link li:last-child {
    background-position: -40px 0;
}

ul.head_link li:hover {}

ul.head_link li a {
    width: 40px;
    height: 27px;
    display: block;
}


/*������ �����	*/

#back-top {
    display: none;
}

#back-top a {
    background: url('../img/up.png') center 10px no-repeat rgba(255, 255, 255, 0.5);
    padding: 32px 7px 17px;
    position: fixed;
    bottom: 45px;
    left: 80px;
    text-align: center;
    color: #020202;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}


/*����������� ���*/

.b-popup {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    /*display: none;*/
    z-index: 99999;
}

.b-popup .b-popup-content {
    background-color: #fff;
    border: 1px solid #000;
    padding: 42px;
    text-align: center;
    font: 17px "Open Sans";
}

.b-popup .b-popup-content label {
    font-weight: normal!important;
    margin-bottom: 5px;
    font: 17px Tahoma
}

.b-popup .b-popup-content input[type=text] {
    width: 300px;
    padding: 7px 8px;
    border: 1px solid #a89991;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
}

.b-popup .b-popup-content input[type=submit] {
    background: #ddc272;
    border: 1px solid #a68846;
    color: #52372e;
    cursor: pointer;
    font: 23px "Tahoma";
    height: 48px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 281px;
}

.call_back_button {
    bottom: 40%;
    position: fixed;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #757575;
    padding: 20px;
    background: rgba(255, 255, 255, .4);
}

#callback_form table {
    width: 100%
}

.b-popup .b-popup-content h2 {
    font: 26px "Tahoma";
    color: #462814;
    margin-bottom: 25px;
}

.b-popup .b-popup-content .info {
    font: 16px "OpenSans";
    color: #000000;
}



/*������� �����*/

#outerspace {
    position: relative;
}

.callback__box {
    position: relative;
    -webkit-animation: spin 3s infinite linear;
    -moz-animation: spin 3s infinite linear;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    box-sizing: content-box;
}

.callback__box div {
    position: relative;
}

.callback__box img {
    padding: 0;
    max-width: 45px;
}

@keyframes spin {
    0% {
        transform: rotate(25deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    40% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(25deg);
    }
    20% {
        -moz-transform: rotate(-15deg);
    }
    40% {
        -moz-transform: rotate(15deg);
    }
    60% {
        -moz-transform: rotate(-5deg);
    }
    80% {
        -moz-transform: rotate(10deg);
    }
    100% {
        -moz-transform: rotate(25deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(25deg);
    }
    20% {
        -webkit-transform: rotate(-15deg);
    }
    40% {
        -webkit-transform: rotate(15deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
    }
    80% {
        -webkit-transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(25deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(25deg);
    }
    20% {
        -o-transform: rotate(-15deg);
    }
    40% {
        -o-transform: rotate(15deg);
    }
    60% {
        -o-transform: rotate(-5deg);
    }
    80% {
        -o-transform: rotate(10deg);
    }
    100% {
        -o-transform: rotate(25deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(25deg);
    }
    20% {
        -ms-transform: rotate(-15deg);
    }
    40% {
        -ms-transform: rotate(15deg);
    }
    60% {
        -ms-transform: rotate(-5deg);
    }
    80% {
        -ms-transform: rotate(10deg);
    }
    100% {
        -ms-transform: rotate(25deg);
    }
}


/*какие-то общие моменты
*********************************************/

@media (min-width: 990px) {
    .paddingless--right {
        padding-right: 0 !important;
    }
}



.mobi__hide {
    display: block;
}

@media (max-width: 991px) {
    .mobi__hide {
        display: none;
    }
}

.mobi__show {
    display: block;
}

@media (min-width: 990px) {
    .mobi__show {
        display: none;
    }
}

.jot-controls input {
    height: 24px !important;
}

.jot-input-prepend .jot-add-on {
    height: 24px !important;
}

.btn__green {
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 10px;
    width: 160px;
    border-radius: 3px;
    background: #40c781;
    box-shadow: 0 -3px #35a76e inset;
    transition: 0.2s;
    border: none;
    display: block;
    text-align: center;
    max-width: 100%;
}

.btn__green:hover {
    background: #35a76e;
    transition: 0.2s;
    color: #fff;
}


/*--какие-то общие моменты
****************************************************************/

@media (max-width:992px) {
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
        border-bottom: 1px solid #ccc;
    }
    ul.head_link {
        position: relative;
        padding-top: 40px;
    }
}

.topnav {
    background: #e2edf3;
}

.topnav ul a {
    text-decoration: none;
    color: #4f5660;
    text-shadow: none;
}

.topnav ul li:hover a {
    color: #000;
    background-color: #fff;
}

.topnav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 3;
    width: 100%;
}

.topnav ul li:hover ul {
    display: block;
}

.sg__link {
    text-align: center;
    display: block;
    margin: 10px auto;
}

.sg img {
    max-width: 100%;
}

.footer {
    padding: 30px 0;
}

.sidebar {
    margin-bottom: 30px;
}

.list-articles__links {
    list-style-type: none;
    margin-left: 0;
    display: block;
}

.list-articles__links li {
    padding-left: 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.list-articles__links li:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../image/marker.png");
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-position: 0 0;
    width: 20px;
    height: 14px;
    top: 8px;
}

.list-articles__links-link {
    color: #000000e6;
    font-size: 19px;
    text-decoration: none;
}

.list-articles__links-link:hover {
    color: #000000e6;
}

.list-articles__articles {
    list-style-type: none;
}

.list-articles__articles-title {
    margin: 2px 0 0;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}
.list-articles__articles-title:hover{
    color: #ff4a4a;
}

.list-articles__articles-body {
    overflow: hidden;
    margin-top: 10px;
}

.list-articles__articles-body img {
    float: left;
    margin-right: 10px;
}

.list-articles__articles li {
    position: relative;
    padding-left: 5px;
}

.list-articles__date {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.content-gallery {
    margin: 20px 0;
    text-align: center;
}

.content-gallery__img {
    display: inline-block;
    position: relative;
    margin: auto;
}

.fancy__main {
    display: inline-block;
}

.content-gallery .fancy__main {
    position: relative;
}

.content-gallery .fancy__main .content-gallery__img {
    position: relative;
    z-index: 2;
    background: #fff;
}

.content-gallery .fancy__main:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 90px;
    height: 100%;
    z-index: -1;
    -moz-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    border-radius: 41%;
}

.comments {
    overflow: hidden;
    padding-left: 5px;
    position: relative;
    margin-top: 30px;
}
.jot-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 500px;
    margin: 10px auto !important;
}
.mainPageReviewsBtn,.shopReviewsBtn{
    float:right;
    /*position: absolute;
    right: 0;
    top: 40px;*/
}
.mainPageReviewsHeader,.shopPageReviewsHeader{
    margin: 10px 0;
}
    


.popup {
    transition: .5s;
    position: fixed;
    top: -200%;
    left: 50%;
    bottom: 0;
    z-index: 9999;
    padding: 25px 0;
    text-align: center;
}

.popup__close {	
	    line-height: 47px;
	    border-radius: 50%;
	    cursor: pointer;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	    background: url(../img/call_close.png) no-repeat 50%;
	    width: 25px;
	    height: 25px;
}

.popup__close:hover {
    transition: 0.5s;
    transform: rotate(360deg);
}

@media (max-width: 400px) {
    .popup {
        margin: auto 10px;
    }
}

.callback {
    background: #fff;
    height: 230px;
    width: 490px;
    margin-left: -245px;
    text-align: center;
    padding: 40px 20px;
    border: 2px solid #ccc;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    max-width: 100%;
}

@media (max-width:500px) {
    .callback {
        width: 100%;
        left: 0;
        height: 245px;
        margin-left: 0;
    }
}

.callback__title {
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.callback__input {
    padding: 5px 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #fcfcfc;
    font-size: 15px;
    margin: 9px auto;
    height: 33px;
    text-align: center;
    width: 275px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}

@media (max-width:769px) {
    .fancy__main {
        text-align: center !important;
        display: block !important;
    }
    .content-gallery__img {
        display: inline-block !important;
    }
    .jot-nav {
        position: inherit;
    }
}

.sidebar .navbar-header {
    background: #ececec;
    position: relative;
}

.sidebar .navbar-brand {
    position: absolute;
    line-height: 20px;
    height: 36px;
    border: none !important;
}

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

.slider-top__item img {
    max-width: 100%;
}

@media (min-width:990px) {
    #content {
        padding-left: 5px;
    }
}

#sidebar__inner {
    margin-bottom: 50px;
}

#respond input, #respond textarea {
    max-width: 100%;
}

@media (max-width:770px) {
    #back-top {
        display: none;
    }
}

.left-menu-wrap {
    padding-left: 0;
    padding-right: 0;
}

.popup .btn__green {
    margin: 10px auto;
    text-transform: uppercase;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 40px;
    margin: auto;
		height: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
		margin: auto;
    width: 44px;
    height: 43px;
    background-image: url(../gfx/prev_next.png);
    background-position: -42px 0;
    opacity: 0;
    transition: .5s;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
    display: block;
    opacity: 1;
    transition: .3s;
}

.owl-prev {
    right: auto;
    left: 0;
    background-position: 0 0;
}

.owl-dots .owl-dot {
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(../gfx/bullets.png);
    background-repeat: no-repeat;
    background-position: 0 -12px;
    margin-right: 5px;
}

.owl-dots .owl-dot.active {
    background-position: 0 0;
}


/*
	ex 2
******************************************************************************/

a {
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #ff4a4a;
}
h1,h2,h3,h4{
    color: #000;
}
h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

h2 {
    font-size: 23px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}

h3 {
    font-size: 20px;
    line-height: 21px;
}

h4{
    font-size: 16px;
    font-weight: bold;
}

p {
    margin: 0 0 18px;
    width: 100%;
}

img {
    border: none;
}

ul, ol {
    clear: both;
}


/* Őëĺáíűĺ ęđîřęč*/

.B_crumbBox {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.B_currentCrumb {
    color: #333333;
}


/*Ęîíňĺíňíŕ˙ ÷ŕńňü*/

.content_inner {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.content_inner ul, .content_inner ol {
    margin-left: 25px;
}

.content_inner p img {
    margin: 0 10px;
}


/*ŃŇŔŇÜČ ÍŔ ŃŇĐŔÍČÖĹ*/

ul.articleul {
    float: left;
    margin-left: 0;
    margin-bottom: 25px;
    width: 100%;
}

ul.articleul li {
    list-style: none;
    float: left;
    width: 100%;
}

ul.articleul li span {
    width: 100%;
    display: block;
    color: #333333;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-style: italic;
}

ul.articleul li img {
    float: left;
    margin-right: 7px;
}

ul.articleul li a {
    text-decoration: none;
}

ul.articleul li h2 {
    font-size: 20px;
}


/*ŃŃŰËĘČ ÍŔ ŃŇĐŔÍČÖĹ*/

ul.articlelinkl {
    float: left;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-left: 0;
}

ul.articlelinkl li {
    list-style: none;
    line-height: 25px;
    background: url(../img/marker.jpg) no-repeat;
    padding-left: 22px;
    position: relative;
}

ul.articlelinkl li a {
    text-decoration: none;
    color: #000;
}

ul.articlelinkl li a:hover {
    text-decoration: underline
}

.rightlink-wrap {
    text-align: right;
    width: 100%;
}

a.rightlink {
    margin-bottom: 2px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}


/*Íîâîńňíîé áëîę*/

#mainpageNewsBlock{
    margin-top: 40px;
}

.block_news {
    width: 100%;
}

.block_news h3 {
    font-size: 17px;
}

.block_news .date {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.block_news{
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}
.news_item{
    width: 287px;
    height: 487px;
    margin-bottom: 10px;
    border: 1px solid #eae7ec;
    box-shadow: 5px 5px 5px #dfdedf;
    box-shadow: -5px 5px 5px #dfdedf;
}
.news-item__dateContainer{
    position: relative;
}
.news-item__date{
    background-color: #eae7ec;
    color: #0f0e10;
    position:absolute;
    top: -9px;
    padding: 5px;
}
.block_news .news_item p {
    clear: none
}

.news_item img,.news2_item img {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    display: block;
    transition: all 0.2s ease-in-out 0s;
}
.news_item__text,.news_item__title,.news_item img,.news-item__dateContainer{
     padding: 9px !important;
}
.news_item:hover img{
    opacity: 0.7;
}

.news_item__title{
    font-family: NeoSansProMedium;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    display: block;
    text-decoration: none;
}
.news_item__title:hover{
    color: #ff4a4a;
}
#reviewspageNewsBlock{
    background-color: #f1edeb;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 20px 0;
}
#reviewspageNewsBlock h2{
    font-family: NeoSansProMedium;
    font-size: 21px;
}
.news2_item{
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.news2_item:hover{
    background-color: #e7dad3;
}
.news2_item__text{
    width: 180px;
    height: 80px;
}
.news2_item a{
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.news2_item a:hover{
    opacity: 0.7;
}
/*ĘÎĚĚĹÍŇŔĐČČ*/

.jot-list, .jot-form, .jot-comment, .jot-row {
    float: left;
    width: 100%;
}

.jot-row .jot-comment-entry {
    margin-top: 10px;
}


/* Sitemap Ńňčëü äë˙ ęŕđňű ńŕéňŕ.*/

.sitemap ul {
    list-style-type: none;
}

.sitemap ul ul, .sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
    padding: 10px;
    list-style-type: none;
    margin: 10px 20px;
    border-left: 1px solid #333;
}

.sitemap ul li {
    padding: 2px;
}

.sitemap a {
    color: #333;
}

.sitemap a:hover {
    color: #428bca;
}


/*Äë˙ ôîđěű îáđŕňíîé ńâ˙çč. Íĺ čçěĺí˙ňü!!! */

#respond {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}

.errors {
    margin-bottom: 15px;
    color: #7f7f7f;
    font-style: italic;
}

.errors strong {
    color: red;
    width: 100%;
}

.thank strong {
    color: green;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

.thank ul li {
    list-style: none;
}

#respond table tr td {
    padding: 8px;
}

#respond table tr td input[type=text] {
    padding: 5px 7px;
}


/*Ńňčëü äë˙ đĺçóëüňŕňîâ ďîčńęŕ*/

.ajaxSearch_paging {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.ajaxSearch_highlight {
    background-color: rgba(15, 193, 200, 0.8);
}

.ajaxSearch_resultLink {
    text-decoration: none;
}

#content img {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
}

.shop-cart-head b {
    text-align: center;
    display: block;
}

.articleimg {
    background: url(../img/imgbg.jpg) no-repeat center top;
    background-size: contain;
    padding: 3px 3px 7px 3px;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

a.ditto_page {
    margin: 0px 4px;
    text-decoration: none;
    border-bottom: 1px #414141 solid;
    font-size: 16px;
    color: #0e5e93;
}

a.ditto_page:hover {
    border: none
}

.ditto_currentpage {
    font-size: 16px;
}

.slash {
    font-size: 16px;
    line-height: 26px;
}

.galmini {
    margin-top: 20px;
}

.galmini img {
    max-width: 100%;
}

.big-photo__wrap img {
    max-width: 100%;
}


/*
	Для меня небольшие стили
******************************************************************************/

@media (min-width:991px) {
    .paddingless {
        padding: 0 !important;
    }
}

.hide-it {
    display: none;
}

.show-it {
    display: block;
}

.mask-it {}

@media (max-width:700px) {
    .call_back_button {
        display: none;
    }
}

.respnd__input-wrap {
    margin-bottom: 5px;
}

.respnd__input-wrap input {
    max-width: 320px;
    padding: 5px 5px;
}

.respnd__input-wrap img {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.news__title {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}

.respond__title {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}

.justifyleft {
    float: left !important;
}

.justifyright {
    float: right !important;
}

.fancy__main {
    position: relative;
}

.content-gallery__img {
    display: block;
    position: relative;
    margin: auto;
}

.content-gallery__img:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}
