@font-face {
    font-family: HelveticaNeueCyr Light;
    src: url(/fonts/helveticaneuecyr-light.otf);
}
@font-face {
    font-family: HelveticaNeueCyr Roman;
    src: url(/fonts/helveticaneuecyr-roman.otf);
}
@font-face {
    font-family: HelveticaNeueCyr Bold;
    src: url(/fonts/helveticaneuecyr-bold.otf);
}
@font-face {
    font-family: HelveticaNeueCyr Medium;
    src: url(/fonts/HelveticaNeueCyr-Medium.otf);
}
@font-face {
    font-family: Keetano Bold;
    src: url(/fonts/keetano_katana_killbill.ttf);
}

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

.wrapper {
    float: left;
    width: 100%;
    background: #000;
}

/* header */
.logo img {
    max-width: 100%;
}
.lang-switcher {
    text-align: right;
    padding-top: 10px;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
.lang-switcher-item {
    display: inline-block;
    color: #999999;
    text-decoration: none;
    transition: color 0.4s linear;
}
.lang-switcher-item:hover,
.lang-switcher-item:focus {
    color: #fd950e;
    text-decoration: none;
}
.lang-switcher-item.is-current {
    color: #fd950e;
}
.lang-switcher-item + .lang-switcher-item {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #555555;
}
.header-phone {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    color: #fd950e;
    margin: 30px 0px 23px 0px;
}
.header-phone p {
    margin: 0;
}
nav .navbar-toggle {
    border-color: #fd950e;
}
nav .navbar-toggle .icon-bar {
    background: #fd950e;
}
nav .navbar-collapse {
    padding: 0;
}
nav .navbar-nav > li > a {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s linear;
}
nav .navbar-nav > li > a:hover,
nav .navbar-nav > li > a:focus,
nav .navbar-nav > li > a.active {
    background: inherit;
    color: #fd950e;
}

/* order date */
.order-date {
    /*margin-top: 20px;*/
    border-top: thin solid #464646;
    background: #3b3b3b;
}
.order-date p {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}
.order-date p:before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 23.16%;
    margin: 0 30px 5px 0;
    background: url(/i/order-line-left.png) no-repeat;
    background-size: 100%;
}
.order-date p:after {
    content: '';
    display: inline-block;
    height: 3px;
    width: 23.16%;
    margin: 0 0 5px 30px;
    background: url(/i/order-line-right.png) no-repeat;
    background-size: 100%;
}
.order-date .hasDatepicker {
    background: inherit;
    border: none;
    box-shadow: none;
    max-width: 85px;
    margin-left: 10px;
}
.order-date .hasDatepicker::-webkit-input-placeholder {
    color: #fff;
}
.order-date .hasDatepicker::-moz-placeholder {
    color: #fff;
} /* Firefox 19+ */
.order-date .hasDatepicker:-moz-placeholder {
    color: #fff;
} /* Firefox 18- */
.order-date .hasDatepicker:-ms-input-placeholder {
    color: #fff;
}

.order-date p a img {
    vertical-align: baseline;
}

/* slider */
#slider .carousel-inner > .item {
    text-align: center;
}
#slider .carousel-inner > .item > img {
    display: inline-block;
}
#slider .carousel-caption {
    display: none;
    left: 0;
    right: 53%;
    bottom: 0;
    height: 100%;
    /* background: rgba(0,0,0, .5); */
    padding: 200px 40px 200px 250px;
    text-align: right;
    text-shadow: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;

    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#slider .carousel-caption h1 {
    font-family: 'LeagueGothicRegular';
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
}
#slider .carousel-caption p {
    font-family: HelveticaNeueCyr Roman;
    font-size: 20px;
    color: #fff;
    margin-bottom: 75px;
}
#slider .carousel-caption a {
    font-family: HelveticaNeueCyr Bold;
    font-size: 14px;
    color: #fff;
    border: 2px solid #ff9b0d;
    padding: 15px;
    text-decoration: none;
    background: inherit;
    transition: all 0.4s linear;
}
#slider .carousel-caption a:hover {
    background: #ff9b0d;
}
#slider .carousel-control {
    top: 45%;
}
/* index-content */
.index-content {
    background: url(/i/index-content-bg.jpg) left top / 100% 100% no-repeat;
    border-top: 4px solid #303030;
}
.index-photo {
    margin-right: 15px;
    margin-bottom: 50px;
}
.index-testing {
    margin: 0 7.5px;
    margin-bottom: 50px;
}
.index-video {
    margin-left: 15px;
    margin-bottom: 50px;
}
.index-photo-header,
.index-testing-header,
.index-video-header {
    overflow: hidden;
}
.index-photo-header h3,
.index-testing-header h3,
.index-video-header h3 {
    font-family: 'LeagueGothicRegular';
    font-size: 30px;
    color: #fd950e;
    text-transform: uppercase;
    margin: 20px 0;
}
.index-photo-header h3::after,
.index-testing-header h3::after,
.index-video-header h3::after {
    content: ' ';
    display: inline-block;
    width: 88px;
    height: 10px;
    margin: 0 0 4px 20px;
    background: url(/i/caption-bg.png) repeat-x;
}
.index-photo-body,
.index-testing-body,
.index-video-body {
    display: block;
    background: #585858;
    height: 425px;
    overflow: hidden;
}
.index-photo-body img {
    max-width: 100%;
    margin-top: 2px;
}

/* new products */
.new-products-header h3 {
    font-family: 'LeagueGothicRegular';
    color: #fd950e;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.new-products-header h3::after {
    content: ' ';
    display: inline-block;
    width: 160px;
    height: 10px;
    margin: 0 0 4px 20px;
    background: url(/i/caption-bg.png) repeat-x;
}
.new-products-item {
    width: 165px;
    overflow: hidden;
    margin: 0 auto 60px;
    background: url(/i/new-prod-bg.png) left top / 100% 100% no-repeat;
    text-align: center;
}
.new-products-item-thumb {
    width: 134px;
    margin: 20px auto 10px;
}
.new-products-item-thumb-img {
    display: table-cell;
    width: 134px;
    height: 134px;
    text-align: center;
    vertical-align: middle;
}
.new-products-item-content {
    float: left;
    width: 100%;
}
.new-products-item-content h5 {
    font-family: HelveticaNeueCyr Bold;
    font-size: 13px;
    color: #fd950e;
    text-transform: uppercase;
    text-align: center;
    padding: 0 2px;
    margin: 0 0 5px;
    min-height: 28px;
}
.new-products-item-content p {
    font-family: HelveticaNeueCyr Bold;
    font-size: 11px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
}
.new-products-item-btn {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.new-products-item-btn a {
    /*font-family: Keetano Bold;*/
    font-family: HelveticaNeueCyr Bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #fd950e;
    padding: 7px 12px;
    transition: all 0.4s linear;
}
.new-products-item-btn a:hover {
    background: #e3840a;
}

/* partners */
.partners-header h3 {
    font-family: 'LeagueGothicRegular';
    color: #fd950e;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.partners-header h3::after {
    content: ' ';
    display: inline-block;
    width: 160px;
    height: 10px;
    margin: 0 0 4px 20px;
    background: url(/i/caption-bg.png) repeat-x;
}
.partners-header-two {
    overflow: hidden;
    margin-top: 30px;
}
.partners-header-two h3 {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #aeaeae;
}
.partners .carousel {
    margin-bottom: 50px;
}
.partners .carousel-control {
    color: #fd950e;
    width: 30px;
    background-image: none;
}
.partners .item-list {
    list-style: none;
    padding: 0;
    margin: 0 40px;
    overflow: hidden;
}
.partners ul li {
    float: left;
    display: block;
    position: relative;
    width: 33.3333%;
}
.partners-item {
    text-align: center;
}
.partners-item img {
    max-width: 100%;
}
.partners .bxslider {
    margin: 0;
    padding: 0;
    float: left;
}
.partners .bx-wrapper {
    margin: 50px 0;
}
.partners .bx-wrapper li {
    min-height: 100px !important;
}
.partners .bx-wrapper img {
    margin: auto;
    min-height: 90px;
}
.partners .bx-wrapper .bx-pager {
    display: none;
}
.partners .bx-wrapper .bx-prev {
    top: -20px;
    bottom: inherit;
    left: 45%;
    background: inherit;
    text-indent: 0;
}
.partners .bx-wrapper .bx-prev span {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}
.partners .bx-wrapper .bx-prev span:hover {
    opacity: 0.7;
}

.partners .bx-wrapper .bx-prev span:before {
    font-family: 'Glyphicons Halflings';
    content: '\e113';
    color: #fd950e;
    font-size: 35px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}
.partners .bx-wrapper .bx-next {
    bottom: -35px;
    top: inherit;
    left: 45%;
    right: inherit;
    background: inherit;
    text-indent: 0;
}
.partners .bx-wrapper .bx-next span {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}
.partners .bx-wrapper .bx-next span:hover {
    opacity: 0.7;
}
.partners .bx-wrapper .bx-next span:before {
    font-family: 'Glyphicons Halflings';
    content: '\e114';
    color: #fd950e;
    font-size: 35px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}
.partners .bx-wrapper .bx-next span span {
    display: none;
}

/* gallery */
.gallery {
    min-height: 1200px;
    background: url(/i/index-content-bg.jpg) left top / 100% 100% no-repeat;
}
.gallery nav {
    float: left;
    width: 100%;
    text-align: center;
}
.gallery-pagination {
    margin: 60px 0 40px;
}
.gallery-pagination > li > a,
.gallery-pagination > li > span {
    padding: 10px 26px;
    background-color: #404040;
    border: none;
    margin: 1px;
    font-family: HelveticaNeueCyr Roman;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
.gallery-pagination > .active > a,
.gallery-pagination > .active > a:focus,
.gallery-pagination > .active > a:hover,
.gallery-pagination > .active > span,
.gallery-pagination > .active > span:focus,
.gallery-pagination > .active > span:hover {
    color: #23527c;
    background-color: #eee;
}
.gallery-pagination > li:first-child > a,
.gallery-pagination > li:first-child > span {
    margin-left: 0;
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    border-radius: 0px;
}
.gallery-pagination > li:last-child > a,
.gallery-pagination > li:last-child > span {
    /* border-top-right-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    border-radius: 0px;
}
#gallery_photos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border: 4px solid #a8a8a8;
    margin-bottom: 30px;
    transition: all 0.4s linear;
}
.gallery-item img {
    max-width: 100%;
    height: auto;
}
.gallery-item:hover {
    border-color: #fd950e;
}
.gallery-item-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-item-play a {
    display: table-cell;
    width: 270px;
    height: 270px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear;
}
.gallery-item-play a:hover {
    background: rgba(0, 0, 0, 0.3);
}
.gallery-item-play img {
    height: auto !important;
    width: auto !important;
    opacity: 0.7;
}
.gallery-more {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 105px;
}
.gallery-more .btn {
    font-family: HelveticaNeueCyr Bold;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ff9b0d;
    border-radius: 0;
    transition: all 0.4s linear;
    padding: 6px 18px;
}
.gallery-more .btn:hover {
    color: #ff9b0d;
}

/* catalog */
.catalog {
    background: url(/i/index-content-bg.jpg) left top / 100% 100% no-repeat;
}
.catalog-menu {
    float: left;
    width: 100%;
    margin-top: 45px;
}
.catalog-menu h4 {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #aeaeae;
}
.catalog-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalog-menu ul li a {
    display: block;
    max-width: 271px;
    font-family: HelveticaNeueCyr Bold;
    font-size: 18px;
    color: #ffffff;
    padding: 22px 33px 23px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #7b7b7b;
}
.catalog-menu ul li a:hover {
    opacity: 0.7;
}
.catalog-menu ul li a.black-grey {
    background: url(/i/black-grey-bg.png) center center / cover no-repeat;
}
.catalog-menu ul li a.brown-tan {
    background: url(/i/brown-tan-bg.png) center center / cover no-repeat;
}
.catalog-menu ul li a.green-foliage {
    background: url(/i/green-foliage-bg.png) center center / cover no-repeat;
}
.catalog-menu ul li a.silver-grey {
    background: url(/i/silver-gray-bg.png) center center / cover no-repeat;
}
.catalog-menu ul li a.white-silver {
    background: url(/i/white-sliver-bg.png) center center / cover no-repeat;
}
.catalog-menu ul li a.unique {
    background: url(/i/unique-colors-bg.png) center center / cover no-repeat;
}

.catalog-menu p {
    text-align: right;
    margin: 20px 0;
}
.catalog-menu p a {
    font-family: HelveticaNeueCyr Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #aeaeae;
}
.catalog-store {
    float: left;
    width: 100%;
    border-top: 2px dotted #a2a2a2;
    border-bottom: 2px dotted #a2a2a2;
    margin: 45px 0 30px;
    padding: 0 20px;
}
.catalog-store:hover {
    opacity: 0.7;
}
.catalog-store h3 {
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
    color: #f29010;
}
.catalog-store h3 span {
    color: #aeaeae;
}
.catalog-store p {
    text-align: right;
    font-family: HelveticaNeueCyr Medium;
    font-size: 13px;
    text-transform: uppercase;
    color: #f29010;
    text-decoration: none;
}
.catalog-store p span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
}
.catalog-color {
    float: left;
    margin-right: 50px;
    margin-bottom: 45px;
}
.catalog-color h5 {
    font-family: HelveticaNeueCyr Medium;
    font-size: 11px;
    color: #aeaeae;
    text-transform: uppercase;
}
.catalog-color h5 span {
    text-transform: none;
    color: #fff;
}
.catalog-color h5 a {
    text-transform: none;
    color: #fff;
    text-decoration: underline;
}
.catalog-color h5 a:hover {
    color: #fd950e;
}
.catalog__items {
    display: flex;
    flex-wrap: wrap;
}
.catalog-item {
    position: relative;
    overflow: hidden;
    width: 165px;
    margin: 0 auto 40px;
    background: url(/i/new-prod-bg.png) left top / 100% 100% no-repeat;
    text-align: center;
}
.catalog-item-thumb {
    width: 134px;
    margin: 20px auto 10px;
}
.catalog-item-thumb-img {
    display: table-cell;
    width: 134px;
    height: 135px;
    text-align: center;
    vertical-align: middle;
}
.catalog-item-thumb-img img {
    max-height: 135px;
}
.catalog-item-content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.catalog-item-content h5 {
    font-family: HelveticaNeueCyr Bold;
    font-size: 13px;
    color: #fd950e;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px;
    padding: 0 2px;
    min-height: 29px;
}
.catalog-item-content p {
    font-family: HelveticaNeueCyr Medium;
    font-size: 11px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
}
.catalog-item-status {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.catalog-item-status span {
    position: relative;
    display: block;
    font-family: HelveticaNeueCyr Medium;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    padding: 0 20px;
}
.catalog-item-status .able {
    color: #008000;
}
.catalog-item-status .non-able {
    color: #ff0000;
}
.catalog-item-status .in-order {
    color: #f29010;
}
.catalog-pagination {
    /* text-align: right; */
    margin-bottom: 140px;
}
.catalog-pagination.top {
    margin: 0;
}
.catalog-pagination.top .pagination {
    margin: 2px 0;
}
.catalog-pagination .pagination > li > span {
    font-family: HelveticaNeueCyr Medium;
    font-size: 13px;
    color: #aeaeae;
    background: inherit;
    border: none;
}
.catalog-pagination .pagination > li > a {
    font-family: HelveticaNeueCyr Bold;
    font-size: 13px;
    color: #fff;
    background: inherit;
    border: none;
    padding: 6px 12px;
}
.catalog-pagination .pagination > li > a:hover,
.catalog-pagination .pagination > li > a:focus,
.catalog-pagination .pagination > li > a.active {
    color: #fd950e;
}
.catalog .not-found {
    font-family: HelveticaNeueCyr Bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #fd950e;
}

/* textpage */
.textpage {
    background: url(/i/index-content-bg.jpg) left top / 100% 100% no-repeat;
    padding-bottom: 50px;
}
.textpage-title h1 {
    font-family: HelveticaNeueCyr Bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #aeaeae;
    margin: 20px 0 40px;
}
.textpage-description p {
    font-family: HelveticaNeueCyr Roman;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
}
.textpage-description table {
    width: auto;
    font-family: HelveticaNeueCyr Roman;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
.textpage-description table thead tr th,
.textpage-description table thead tr td,
.textpage-description table tbody tr th,
.textpage-description table tbody tr td,
.textpage-description table tr th,
.textpage-description table tr td {
    border: 1px solid #fff;
    padding: 8px;
}
.textpage-description ul,
.textpage-description ol {
    font-family: HelveticaNeueCyr Roman;
    font-size: 16px;
    color: #ffffff;
}
.textpage-description a {
    color: #fff;
    text-decoration: underline;
}
.textpage-description a:hover {
    color: #fd950e;
}

/* contacts */
.contacts {
    min-height: 1200px;
    background: url(/i/index-content-bg.jpg) left top / 100% 100% no-repeat;
}
.contacts-description {
    overflow: hidden;
    margin: 60px 0 50px;
}
.contacts-description p {
    font-family: HelveticaNeueCyr Roman;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.contacts-map {
    overflow: hidden;
    border: 3px solid #949494;
    margin-bottom: 100px;
    height: 506px;
}
.contacts-map iframe {
    margin-bottom: -5px;
}
.contacts-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.contacts-form .errors legend {
    color: #fd950e;
    border-color: #fd950e;
    text-align: center;
}
.contacts-form .errors ul {
    color: #fd950e;
}
.contacts-form h4 {
    font-family: HelveticaNeueCyr Roman;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 40px 0 20px;
}
.contacts-form .form-control {
    border: none;
    border-radius: 0;
    background: #404040;
    font-family: HelveticaNeueCyr Roman;
    font-size: 13px;
    color: #ffffff;
    max-width: 100%;
}
.contacts-form .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.contacts-form .form-control::-moz-placeholder {
    color: #ffffff;
} /* Firefox 19+ */
.contacts-form .form-control:-moz-placeholder {
    color: #ffffff;
} /* Firefox 18- */
.contacts-form .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.contacts-form .form-group-btn {
    text-align: right;
}
.contacts-form .btn {
    font-family: HelveticaNeueCyr Bold;
    font-size: 18px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ff9b0d;
    border-radius: 0;
    transition: all 0.4s linear;
    padding: 6px 18px;
}
.contacts-form .btn:hover {
    color: #ff9b0d;
}
/* footer */

.footer {
    background: url(/i/footer-line.png) top center/ 100% no-repeat;
}
.footer-logo {
    text-align: center;
    background: url(/i/footer-shadow.png) center center no-repeat;
    padding: 25px 0px 25px;
    margin-top: 20px;
    overflow: hidden;
}
.footer-logo img {
    max-width: 100%;
}
.footer-social {
    /* overflow: hidden; */
}
.footer-social ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
    text-align: center;
    /* height: 29px; */

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-social ul li a {
    display: table-cell;
    /* width: 28px; */
    /* height: 28px; */
    /* border: 1px solid #fff; */
    text-align: center;
    vertical-align: middle;
    /* background: #353535; */
    transition: all 0.3s ease;
}
.footer-social ul li a:hover {
    /* border: 1px solid #ffa320; */
    /* background: #3e2b11; */
    transform: scale(1.2);
}
.footer-copyright {
    overflow: hidden;
}
.footer-copyright p {
    font-family: HelveticaNeueCyr Light;
    font-size: 12px;
    color: #fefefe;
    text-align: center;
    margin-bottom: 10px;
}
.footer-development {
    overflow: hidden;
}
.footer-development p {
    font-family: HelveticaNeueCyr Light;
    font-size: 12px;
    color: #e98d0b;
    text-align: center;
    margin-bottom: 15px;
}
.footer-development p a {
    color: #e98d0b;
}

/* modal video */
.modal-dialog {
    margin: 100px auto;
}
.modal-video {
    border-radius: 0;
}
.modal-video .modal-header {
    min-height: 0;
    padding: 0;
    border: none;
}
.modal-video .close {
    background: #222222;
    color: #fff;
    border: 2px solid #fff;
    opacity: 1;
    padding: 0 4px 1px;
    border-radius: 12px;
    margin: -24px -24px 0 0;
}
.modal-video .close:hover {
    opacity: 0.7;
}

/* language suggest popup */
.lang-suggest-modal .modal-content {
    background: #222222;
    border-radius: 0;
    border: 2px solid #fd950e;
}
.lang-suggest-modal .modal-body {
    padding: 30px;
    text-align: center;
}
.lang-suggest-modal .modal-body p {
    font-family: HelveticaNeueCyr Roman, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.lang-suggest-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.lang-suggest-actions .btn {
    font-family: HelveticaNeueCyr Bold;
    font-size: 16px;
    border-radius: 0;
    padding: 8px 20px;
    transition: all 0.4s linear;
}
.lang-suggest-btn-primary {
    color: #222222;
    background: #fd950e;
    border: 2px solid #fd950e;
}
.lang-suggest-btn-primary:hover,
.lang-suggest-btn-primary:focus {
    color: #fd950e;
    background: transparent;
}
.lang-suggest-btn-secondary {
    color: #ffffff;
    background: transparent;
    border: 2px solid #555555;
}
.lang-suggest-btn-secondary:hover,
.lang-suggest-btn-secondary:focus {
    color: #ffffff;
    border-color: #ffffff;
}
/* R E S P O N S I V E */

@media screen and (max-width: 1024px) {
    .catalog-pagination .pagination > li > span {
        padding-right: 9px;
    }
    .catalog-item-content h5 {
        min-height: 43px;
    }
    .catalog-menu ul li a {
        font-size: 16px;
    }
    .catalog-item-col {
        width: 33.33333%;
    }
    .index-photo-body,
    .index-testing-body,
    .index-video-body {
        height: 344px;
    }
    .gallery-pagination > li > a,
    .gallery-pagination > li > span {
        padding: 10px 28px;
        font-size: 14px;
    }
    .new-products-item {
        width: 155px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 1023px) {
    .new-products-item {
        width: 165px;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        text-align: center;
    }
    nav .navbar-collapse {
        padding: 0 15px;
    }
    nav .navbar-toggle {
        margin-right: 0;
    }
    .order-date p {
        font-size: 17px;
    }
    .order-date p:before {
        width: 10%;
        margin-right: 15px;
    }
    .order-date p:after {
        width: 10%;
        margin-left: 15px;
    }
    .index-photo {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .index-testing {
        margin: 0;
        margin-bottom: 50px;
    }
    .index-video {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .gallery-item {
        width: 270px;
        height: 270px;
        margin: 0 auto 30px;
    }
    .gallery-pagination,
    .gallery-pagination li,
    .gallery-pagination a {
        width: 100%;
    }
    .gallery-pagination li:first-child a {
        margin-left: 1px;
    }
    .gallery-pagination li:first-child a,
    .gallery-pagination li:last-child a {
        border-radius: 0;
    }
    .new-products-col {
        width: 33.33333%;
    }
}
@media screen and (max-width: 640px) {
    .new-products-col {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .catalog-item-col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .order-date p {
        font-size: 14px;
    }
    .order-date p:before {
        width: 10%;
        margin: 0 10px 2px 0;
    }
    .order-date p:after {
        width: 10%;
        margin: 0 0 2px 10px;
    }
    .order-date p a img {
        margin-bottom: -2px;
    }
}
@media screen and (max-width: 430px) {
    .new-products-col,
    .catalog-item-col {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .order-date p:before {
        display: none;
    }
    .order-date p:after {
        display: none;
    }
    .order-date .hasDatepicker {
        max-width: 53px;
    }
    #slider .carousel-caption {
        left: 0%;
        right: 0%;
        padding: 0;
        text-align: center;
    }
    #slider .carousel-caption h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #slider .carousel-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #slider .carousel-caption a {
        font-size: 12px;
        padding: 8px;
    }
}

.navbar {
    margin-bottom: 0;
}

.nav.navbar-nav li:last-child a {
    /* color: #ff0000; */
}

.newcolor {
    list-style: none;
    margin: 0;
    padding: 0;
}
.newcolor li {
    position: relative;
    display: inline-block;
    width: 56px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}
.newcolor li a {
    display: block;
    white-space: nowrap;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13px;
    color: #7f7f7f;
}
.newcolor li a span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.newcolor li a.selected,
.newcolor li a:hover {
    color: white;
    text-decoration: none;
}

.newcolor li a.selected:after {
    position: absolute;
    content: '';
    display: block;
    top: 8px;
    left: 50%;
    margin-left: -7px;
    width: 13px;
    height: 13px;
    background: url(/sprite.svg) no-repeat;
    background-position: 98.56972586412395% 75.58488302339532%;
}

.image-prev {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
}
.image-prev a {
    margin-bottom: 6px;
    text-decoration: none;
    display: block;
    opacity: 0.7;
    transition: 0.5s;
}
.image-prev a:hover {
    opacity: 1;
    transition: 0.5s;
}
.catalog-item:hover .image-prev {
    opacity: 1;
    transition: 0.5s;
}
