@font-face {
    font-family: 'Roboto_Light';
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: 'Roboto_Bold';
    src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: 'Roboto_Regular';
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: 'Roboto_Thin';
    src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
    font-family: 'Roboto_Medium';
    src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype'),
        url('../fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Heavy.woff2') format('woff2'),
        url('../fonts/Mont-Heavy.woff') format('woff'),
        url('../fonts/Mont-Heavy.ttf') format('truetype'),
        url('../fonts/Mont-Heavy.svg#Mont-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype'),
        url('../fonts/Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Light.woff2') format('woff2'),
        url('../fonts/Mont-Light.woff') format('woff'),
        url('../fonts/Mont-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Thin.woff2') format('woff2'),
        url('../fonts/Mont-Thin.woff') format('woff'),
        url('../fonts/Mont-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamUltra';
    src: url('../fonts/GothamUltra.woff2') format('woff2'),
    url('../fonts/GothamUltra.woff') format('woff'),
    url('../fonts/GothamUltra.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTLakesCompressed';
    src: url('../fonts/TTLakesCompressed-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/TTLakesCompressed-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/TTLakesCompressed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Space-Shards';
    src: url('../fonts/Space-Shards.woff2') format('woff2'),
    url('../fonts/Space-Shards.woff') format('woff'),
    url('../fonts/Space-Shards.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




input:focus, input {
    box-shadow: none !important;
    outline: none !important;
}
* {
    outline: none !important;
}
.container {
    max-width: 1280px;
}

a {
	color:#e60d2e;
}
header.no-banner{
	min-height:150px;
	background:#191919 
}
header,
.bcg{
    /* height: 410px; */
    background: url("../images/grey.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 990;
}
header.front {
    /*height: 775px;*/
}
.bcg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
header > .container-fluid {
    position: fixed;
    top: 0;
    z-index: 999;
    min-height: 120px;
}
/*header > .container-fluid > .container {
    padding: 0;
}*/
header > .container-fluid:hover {
    background-color: #191919 !important;
    transition: 0.5s;
}
.navbar {
    padding: 0;
    position: static;
    align-items: flex-start;
}
.form-inline input[type=text].form-control {
    background-color: #eeeeee;
    border-radius: 20px;
    height: 34px;
    width: 302px;
    border: none;
    padding-left: 27px;
    color: #939393;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
}
.navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 18px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font: 13px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.5px;
	/*cursor:default;*/
}
.navbar-light .navbar-nav .nav-link:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e60d2e;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:not(.nav-item_hover):hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:not(.nav-item_hover):hover:after {
    width: 100%;
    transition: 0.5s;
}
.nav-item {
    margin-left: 30px;
    position: relative;
}
.splshow-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100px;
}

.splshow-menu-icon svg {
    display: block;
    width: 100%;
}

.splshow_text {
    fill: #fff;
}
.splshow_bg{
    fill: transparent;
    transition:0.5s all ease;
}
.splshow-menu-icon:hover .splshow_bg{
    fill:#921529;
}
.nav-item img {
	max-height:10px;
	width: auto;
}
.nav-item  a{
    display: block;
}
.navbar-nav {
    margin-right: -7px;
    margin-top: 20px;
}
.search-wrapper {
    display: flex;
    justify-content: flex-end;
    height: 34px;
}
.search-wrapper > div
.search-wrapper > div > a{
    display: flex;
    align-items: center;
}
.navbar-brand {
    padding: 0;
}
@media screen and (max-width: 991px) {
    .navbar-brand {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.nav-item .sub-menu {
    display: block;
    width: 270px;
    padding-left: 20px;
    border-left: 1px solid #767676;
    position: relative;
}
.submenu-wrapper {
    display: none;
    padding-top: 50px;
    margin-left: -80px;
    padding-bottom: 50px;
}
.sub-menu .submenu-wrapper {
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    left: 220px;
    top: 0;
    padding-left: 80px;
    z-index: 3;
	height: 100%;
}
.sub-menu li {
    list-style: none;
    margin-bottom: 7px;
}
.sub-menu li:last-child {
    margin-bottom: 0;
}
.sub-menu li a {
    color: #fff;
    font: 14.5px "Mont", sans-serif;
    transition: 0.5s;
}
.sub-menu li:hover > a, .sub-menu li:hover > span a {
    text-decoration: none;
    color: #767676;
    transition: 0.5s;
}
.block-text-wrapper {
    position: absolute;
    text-align: center;
    z-index: 1111;
}
header .block-text-wrapper {
    bottom: 130px;
    right: 143px;
}
.block-text-wrapper h2 {
    text-align: center;
    color: #fff;
    font: 48px "Mont", sans-serif;
    font-weight: bold;
}
.block-text-wrapper h3 {
    text-align: center;
    color: #fff;
    font: 24px "Mont", sans-serif;
    font-weight: 100;
    margin-top: 25px;
    letter-spacing: 3px;
}
.btn-primary {
    border-radius: 20px;
    background-color: #fff;
    padding: 8px 55px;
    height: 40px;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font: 18px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.block-text-wrapper .btn-primary {
    margin-top: 50px;
}
.tovar-home-wrapper {
	padding-top:30px;
	padding-bottom:30px;
}


#del_filter {
    max-width: 90%;
    text-align: center;
    padding: 8px;
    width: 180px;
}

.countStars {
    color: #000;
    font: 12px "Mont", sans-serif;
}
.stars-wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.stars-wrapper span {
    margin-left: 3px;
}
.jq-ry-container {
    padding: 0 !important;
}
.container1400 {
    max-width: 1455px;
}
.tovar-desc {
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #fff;
    font: 14px "Mont", sans-serif;
    left: 50%;
    transform: translateX(-50%);
    max-width: 315px;
    width: 100%;
}
.home-section {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
@media screen and (min-width:1921px){
    .home-section {
        height: 755px;
    }
}
.home-section__center-left .block-text-wrapper {
    text-align:left;
    margin:0 auto;
    left: 325px;
}

.home-section__center-left h2{
    text-align:left;
    font-family:'Mont';
    font-weight:900;
    text-transform:uppercase;
    line-height:0.8;
    margin:0 0 0px;
    font-size:71px;
    margin-bottom: 10px;
}
.home-section__center-left h3{
    text-align:left;
    margin:0 0 30px;
	font-weight:400;
    font-family:'Mont';
    font-size:28px;
	letter-spacing: 1px;
    line-height: 1;
}
.home-section__center-left .home-section__button{
    margin:0;
}
.home-section1 {
    background: url("../images/grey.jpg") no-repeat center;
    background-size: cover;
}
.home-section .block-text-wrapper {
    position: absolute;
    left: 153px;
    top: 50%;
    transform: translateY(-50%);
    max-width:  700px;
	width:100%;
}

.home-section.center-block .block-text-wrapper {
    right:auto;
	left:50%;
	margin-left:-350px;
}

.home-section.right-block .block-text-wrapper {
    right: 5%;
    left: auto;
}
.home-section2 {
    background: url("../images/grey2.jpg") no-repeat center;
    background-size: cover;
}
.home-section3 {
    background: url("../images/grey.jpg") no-repeat center;
    background-size: cover;
}
.socials-fluid {
    background-color: #191919;
    height: 95px;
}
.footer-fluid {
	background:url(../images/footer-bg.png)  no-repeat center / cover;
    background-color: #060606;
    padding-top: 100px;
}
.footer-nav li {
    list-style: none;
    margin-bottom: 13px;
}
.footer-nav li a {
    color: #7f7f7f;
    font: 14.5px "Mont", sans-serif;
    letter-spacing: 2px;
}
.footer-nav li a:hover {
    color: #fff;
}
.footer-nav {
    padding: 0;
}
.socials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	margin-left:-10px;
	margin-right:-10px;
}
.socials-wrapper a {
    margin: 0 10px;
	display: block;
    font-size: 0;
}
.socials-wrapper svg{
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
	fill:#7e7f7f;
}
.socials-wrapper a:hover svg{
	fill:#fff;
}
.subsribe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subsribe-wrapper img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.subsribe-wrapper {
    color: #7f7f7f;
    font: 12px "Mont", sans-serif;
}
.socials-fluid .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.subsribe-wrapper:hover {
    color: #fff;
}
.logo-footer-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.lang__selector {
    margin-bottom: 20px;
}
.copyright-wrapper {
    width: 100%;
}
.lang-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.lang-wrapper span {
    color: #fff;
	font-size:0;
	display:block;
}
.lang-wrapper img{
    width:35px;
    height:35px;
    display: block;
    border-radius: 50%;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #282828;
    margin: 26px 0;
}
.copyright {
    color: #7f7f7f;
    font: 12px "Mont", sans-serif;
	margin:0 0 0 25px;
}
.copyright-wrapper {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.copyright-wrapper img{
	display:block;
    width: 100%;
	max-height:99px;
}
.copyright-wrapper__logo {
	padding:30px 0;
}
.logo-footer-wrapper {
    margin-top: 120px;
}
.nav-item-sub span img {
    display: none;
    width: 16px;
    height: auto;
}
.submenu-wrapper .submenu-wrapper .nav-item-sub span img {
    width: 12px;
}
.cart-mobile img {
    width: 40px;
    height: auto;
}
.copyright-mobile {
    display: none;
    color: #7f7f7f;
    font: 12px "Mont", sans-serif;
    margin-bottom: 56px;
}
.mobile-shop {
    display: none;
}
.logo-footer-wrapper-mobile {
    display: none;
}
.block-text-header-wrapper{
	padding:40px 0;
	background:#191919;
}
.block-text-header-wrapper h1 {
    color: #fff;
    font: 72px "Mont", sans-serif;
    font-weight: bold;
    letter-spacing: 11px;
}
.block-text-header-wrapper p {
    color: #fff;
    font: 16px "Mont", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 6px;
}

/* Base for label styling */
/*
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
*/
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #5c5c5c;
    background: none;
    border-radius: 2px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 1.4em;
    line-height: 0.8;
    width: 13px;
    height: 12px;
    background: url(../images/done.svg) no-repeat;
    background-position: center;
    background-size: contain;
    color: #09ad7e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
label {
    margin-bottom: 0;
}
/*
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
*/
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #5c5c5c;
    border-radius: 100%;
    background: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #242424;
    position: absolute;
    top: 4px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-primary[type=reset]{
    border: none;
    color: #5c5c5c;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-primary[type=reset]:hover{
    color: #fff;
}
.btn-primary[type=reset]:focus{
    outline: none !important;
    box-shadow: none !important;
}

.catalog-row{
	margin:0;
    padding-top: 34px;
	width:100%;
}
.preloader-wrapper {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.filter-btn-mobile{
    border: 1px solid #a6a6a6;
    padding: 9px 50px 9px 13px;
    font-size: 14px;
    font-family: "Mont", sans-serif;
    font-weight: bold;
    color: #333;
    align-items: center;
    text-transform: uppercase;
    display: none;
    position: relative;
}
.filter-btn-mobile img{
    width: 15px;
    height: auto;
    position: absolute;
    top: 14px;
    right: 20px;
}
.card-tovar-header{
    /* height: 120px; */
    background: #191919;
}
@media screen and (min-width:992px){
	.card-tovar-header{
		height: 120px; 
	}
}
.carousel-card .carousel-indicators li{
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    border-radius: 50%;
    margin-right: 11px;
    margin-left: 11px;
}
.carousel-card .carousel-indicators .active{
    background-color: #d8d8d8;
}
.carousel-card .carousel-indicators{
    position: static;
    margin-bottom: 0;
    margin-left: 66px;
    margin-right: 66px;
}
.carousel-control-prev img, .carousel-control-next img{
    width: 9px;
    height: auto;
}
.carousel-control-prev, .carousel-control-next{
    width: 20px;
    height: 20px;
    background-color: #d8d8d8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
}
.carousel-controls-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.carousel-card{
    margin-top: 70px;
}
.right-tovar-wrapper h2{
    color: #333;
    font: 30px "Mont", sans-serif;
    margin-top: 50px;
}
.right-tovar-wrapper .type{
    color: #333;
    font: 48px "Mont", sans-serif;
    font-weight: bold;
    margin: 18px 0;
}
.card-tovar-separator{
    width: 100%;
    height: 1px;
    background-color: #595959;
    margin: 35px 0;
}
.card-mini-desc{
    color: #000;
    font: 16px "Mont", sans-serif;
    font-weight: 400;
}
.card-price{
    color: #000;
    font: 36px "Mont", sans-serif;
    margin-top: 39px;
    margin-bottom: 25px;
}
.red-btn {
    background: #e60d2e;
    width: 100%;
    max-width: 430px;
    border-radius: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font: 15px "Mont", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s;
	outline:none !important;
	border:none !important;
	box-shadow:none !important;
}
.red-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #000;
    transition: 0.5s;
}
.container-fluid.nav-down {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0px, rgba(255, 255, 255, 0) 100%);
}
.black-btn {
    width: 100%;
    max-width: 430px;
    border-radius: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 15px "Mont", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s;
    color: #fff;
    background: #000;
	outline:none !important;
	border:none !important;
	box-shadow:none !important;
}
.black-btn:hover{
    text-decoration: none;
    background: #e60d2e;
    color: #fff;
}
.nav-card-fluid{
    background-color: #8c8c8c;
    height: 71px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    top: -1px;
}
.nav-card{
    margin-left: -25px;
}
.nav-card a{
    color: #fff;
    padding: .5rem 25px;
    font: 18px "Mont", sans-serif;
}
.nav-card a:hover{
    color: #ccc;
}
.nav-card a.active{
    color: #ccc;
}
.tovar-desc-wrapper > h2{
    text-transform: uppercase;
    color: #000;
    font: 48px "Mont", sans-serif;
    margin: 50px 0 20px 0;
}
.main-desc-tovar p{
    color: #8d8d8d;
    font: 16px "Mont", sans-serif;
    font-weight: 400;
    line-height: 25px;
}
.main-desc-tovar img{
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
.tovar-desc-wrapper h3{
    color: #333;
    font: 24px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 32px;
    background: #e5e5e5;
    margin: 20px 0 30px 0;
}
.harakteristiky-row h4{
    color: #000;
    font: 18px "Mont", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.harakteristiky-row p{
    color: #000;
    font: 18px "Mont", sans-serif;
    margin-bottom: 10px;
}
.harakteristiky-row{
    padding-left: 32px;
}
.catalog-row-card{
    padding-top: 0;
}
.card{
    border: none;
}
.card-header{
    background: none;
    border: none;
    padding: 2px 0;
}
.card-header h5 a,.card-header h5 button{
    color: #000;
    font: 18px "Mont", sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}
.card-header h5 button:hover,.card-header h5 button:focus,
.card-header h5 a:hover,.card-header h5 a:focus{
    color: #000;
    font: 18px "Mont", sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.square-znak{
    background: #4c4c4c;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font: 20px "Mont", sans-serif;
    font-weight: 300;
    margin-right: 15px;
}
#accordion{
    padding-left: 32px;
}
.card-body{
    color: #000;
    font: 18px "Mont", sans-serif;
    padding-left: 35px;
    padding-top: 6px;
}
.harakteristiky-row p a{
    color: #191919;
    font: 14px "Mont", sans-serif;
    display: flex;
    align-items: center;
    word-break: break-word;
}
.harakteristiky-row p a img{
    margin-right: 7px;
}
.tovar-desc-wrapper{
    padding-bottom: 50px;
}
img[src='images/logo.svg']{
    max-width: 122px;
    width: 122px;
}
.top-wrapper .navbar-brand img{
    max-width: 88px;
    width: 100%;
	max-height:99px;
}
.copyright-mobile-wrapper img{
    max-width: 88px;
    width: 100%;
	max-height:99px;
}
.socials-tovar-wrapper a:nth-child(1) img{
    height: 20px;
    width: auto;
    margin-right: 20px;
}
.socials-tovar-wrapper a:nth-child(2) img{
    height: 18px;
    width: auto;
    margin-right: 20px;
}
.socials-tovar-wrapper a:nth-child(3) img{
    height: 20px;
    width: auto;
}
.gallary-tovar-wrapper{
	/*
    display: flex;
    align-items: flex-end;
	*/
}
.socials-tovar-wrapper{
    display: flex;
    justify-content: flex-end;
}
.btn-up img{
    transform: rotate(180deg);
    width: 50px;
    height: auto;
}
.btn-up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: 8px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
    background-color: #fff;
    display: none;
    z-index: 9999;
}
.carousel-control-next img{
    transform: rotate(180deg);
    margin-left: 2px;
}
/*IRENE-STYLES*/
h2.regular {
    color: #191919;
    font: 48px "Mont", sans-serif;
    margin: 43px 0 38px;
}
.search-group .form-control {
    border-radius: 0;
    padding: 7px 20px;
    background-color: #eeeeee;
    border: none;
    font: 18px "Mont", sans-serif;
    font-weight: 600;
    color: #5f5f5f;
}
.grey-fon{
    background-color: #b2b2b2;
    padding: 33px 43px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #939393;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #939393;
    font: 17px "Mont", sans-serif;
    font-weight: 300;
}
.search-group .btn-outline-secondary{
    border-radius: 0;
    background-color:#e60d2e;
    width: 103px;
    color: #fff;
    font: 14px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}
.search-group .btn-outline-secondary:hover{
    background-color:#000;
}

h3{
    color: #000;
    font: 36px "Mont", sans-serif;
    font-weight: 300;
    margin: 45px 0 52px;
}
.product{
    height: 455px;
    border: 1px solid #9f9f9f;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.product p{
    color: #000;
    font: 14px "Mont", sans-serif;
    font-weight: bold;
    position: absolute;
    left: 28px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
    letter-spacing: 1px;
}
.product:hover:after{
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(153,153,153,0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.voprosu h3{
    color: #000;
    font: 36px "Mont", sans-serif;
    font-weight: 300;
    margin: 61px 0 33px;
}
.voprosu ul li a{
    color: #0066a1;
    font: 18px "Mont", sans-serif;
    font-weight: 400;
}
.voprosu ul{
    padding-left: 17px;
}
.voprosu ul li{
    color:#666666;
    margin-bottom: 2px;
}
.voprosu{
    margin-bottom:50px;
}
.product img{
    height: auto;
    max-width: 100%;
}
a.chat {
    color: #fff;
    font: 18px "Mont", sans-serif;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #000;
    transform: rotate(-90deg);
    display: block;
    position: fixed;
    left: -34px;
    top: 425px;
    text-decoration: none;
    z-index: 9999;
}
a.chat img {
    width: 28px;
    padding-left: 11px;
    padding-bottom: 3px;
}
.tovar-desc-wrapper .first {
    margin-top: 0;
}
.tovar-desc-wrapper {
    padding-bottom: 0px;
}
.dowload span{
    color: #000;
    font: 18px "Mont", sans-serif;
    font-weight: 300;
}
.dowload li{
    margin-bottom: 3px;
}
ul.dowload{
    margin-left: 20px;
    margin-bottom: 30px;
}
div.store {
    margin-left: 20px;
}
.store img{
    margin-right: 90px;
    margin-bottom: 40px;
}
.zadatvporos p{
    color: #000;
    font: 18px "Mont", sans-serif;
}
.zadatvporos a{
    color: #fff;
    font: 13px "Mont", sans-serif;
    background-color: #e60d2e;
    padding: 10px 20px;
    border-radius: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}
.zadatvporos a:hover{
    background-color: #000;
    transition: 0.5s
}
.zadatvporos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 30px;
}
.big-video iframe{
    width: 100%;
    height: 715px;
    border: none;
}
.small-video1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    padding-bottom: 5px;
    margin-right: 5px;
    width: 126px;
}
.small-video1 img{
    width: 100%;
}

.small-video div.title{
    color: #b7b4b4;
    font: 13px "Mont", sans-serif;
    font-weight: 300;
    line-height: 16px;
    margin-top: 7px;
    padding: 0 5px;
}
.small-video {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.small-video .slick-track{
    margin-left: 0;
}
.small-video .active{
    border: 1px solid #e5e5e5;
}
.title-video{
    margin-bottom: 0 !important;
}
.dropdown-toggle{
    width: 100%;
    border-radius: 0;
    background-color:#fff;
    border: 1px solid #E8EAEB;
    color: #000;
    font: 14px "Mont", sans-serif;
    margin-top: 55px;
    margin-bottom: 60px;
    padding: 12px 20px;
    text-align: left;
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0;
    border: none;
    background: url("https://www.pioneer-rus.ru/sites/all/themes/custom/pioneer_omega/assets/img/svg/down-arrow.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: 17px;
}
.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background: none;
    outline: none;
    border: 1px solid #E8EAEB;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item{
    font: 14px "Mont", sans-serif;
}
h3.light{
    color: #000;
    font: 30px "Mont", sans-serif;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 0;
}
/*.cat2{
    padding-left: 0;
}*/
.cartochka .col-sm-12{
    padding: 0 15px;
}
h3.light.regular{
    font: 30px "Mont", sans-serif;
    margin: 64px 0 30px 0;
}
.serial-number{
    background-color: #eeeeee;
    padding: 35px 0 15px 30px;
}
.cartochka{
    padding-left: 15px;
}
.serial-number p{
    color: #000;
    font: 18px "Mont", sans-serif;
}
.serial-number .form-control{
    background-color: #FFF;
    width: 445px;
    height: 40px;
    border-radius: 0;
    border: none;
}
.serial-number .btn-primary{
    font: 14px "Mont", sans-serif;
    color: #fff;
    background-color: #e60d2e;
    height: 40px;
    width: 235px;
    border: none;
    margin-left: 20px;
    letter-spacing: 1px;
    display: inline;
    transition: 0.5s;
}
.serial-number .btn-primary:hover{
    background-color: #000;
    transition: 0.5s;
}
.serial-number a{
    color: #0176b9;
    font: 12px "Mont", sans-serif;
}
.zoomWindow{
    border-width: 1px !important;
}

.submenu-wrapper-support .sub-menu {
    width: auto;
    margin-right: 66px;
}
.catalog-row .col-sm-12{
	padding-left:0px;
	padding-right:0px;
}
.harakteristiky-row1{
    padding-bottom: 30px;
}
.btn-secondary.focus, .btn-secondary:focus{
    box-shadow: none;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-menu.show {
    display: block;
    max-height: 438px;
    overflow-y: auto;
}
/*IRA-NEW-CTYLES*/
h2.regular.search {
    color: #191919;
    font: 48px "Mont", sans-serif;
    margin: 43px 0 30px;
}
.result p{
    color: #000;
    font: 14px "Mont", sans-serif;
    margin: 20px 0 35px;
}
.result span{
    font-style: italic;
}
.result .nav-tabs .nav-link {
    border: none;
    color: #666666;
    font: 16px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 35px 0 0;
    padding: 0;
    position: relative;
}
.result .nav-tabs .active:after{
    content: "";
    background-color: #000;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.result .nav-tabs .active{
    color: #000;
}
.nav-tabs{
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 32px;
}
.result .catalog-row-card {
    padding-top: 0;
}
.registration-product{
    margin-left: 50px;
}
.registration-product .title{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    margin-bottom: 35px;
}
.perevagu p{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    margin-bottom: 17px;
}
.perevagu li{
    color: #959595;
    font: 18px "Mont", sans-serif;
    font-weight: 400;
    margin-bottom: 7px;
}
.perevagu ul{
    padding-left: 18px;
}
 .serial-number.registration-product-number{
    padding: 0;
     background: none;
}
.serial-number.registration-product-number .form-control{
    background-color:#eeeeee;
    color: #000;
    font: 14px "Mont", sans-serif;
}
.registration-product-number{
    margin-top: 40px;
}
.registration-input p{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    margin-top: 20px;
}
.registration-input p span{
    font: 18px "Mont", sans-serif;
    font-weight: bold;
}
.registration-input .form-control{
    background-color: #eeeeee;
    height: 40px;
    max-width: 612px;
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
}
.registration-input .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a5a5a5;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #a5a5a5;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #a5a5a5;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
    color: #a5a5a5;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
.dropdown-menu-registration .dropdown-toggle{
    background-color: #eeeeee;
    height: 40px;
    max-width: 612px;
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    margin-top: 0;
}
.dropdown-menu-registration .dropdown-toggle:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 6px;
    margin: 0;
    border: none;
    background: url("../images/arrow-down-sign-to-navigate.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.dropdown-menu-registration .btn-secondary{
    color: #a5a5a5;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
    padding-left: 12px;
}
.dropdown-menu-registration .dropdown-menu{
    background-color: #eeeeee;
    max-width: 612px;
    width: 100%;
}
.dropdown-menu-registration .dropdown-menu a{
    color: #000;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
    margin-bottom: 3px;
    padding-left: 13px;

}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: #eeeeee;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
    border: none;
}
.registration-input .input-date{
    max-width: 255px;
    width: 100%;
    background: #eeeeee url("../images/calendar-with-spring-binder-and-date-blocks.svg") no-repeat center;
    background-position: right;
    background-size:42px 22px ;
}

.check-box label{
    color: #5c5c5c;
    font: 16px "Mont", sans-serif;
    line-height: 18px;
}
.check-box .form-check{
    padding: 0;
}
.checkbox2{
    margin-top: 6px;
}
.button-registration button,
.button-registration input{
    font: 13px "Mont", sans-serif;
    color: #fff;
    background-color: #e60d2e;
    height: 35px;
    width: 330px;
    border: none;
    letter-spacing: 1.5px;
    display: inline;
    padding: 0;
    transition: 0.5s;
    text-align: center;
    margin: 5px 0 26px 0;
}
div.button-registration{
    padding-left: 0;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.page-start{
    margin-bottom: 40px;
}
.information{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

 .information1 p{
    color: #7f7f7f;
    font: 16px "Mont", sans-serif;
    font-weight: 300;
    text-align: center;
}
 .information1 a{
    color: #000;
    font: 14px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 40px;
}
 .information1 img{
    height: 15px;
    width: 16px;
    margin-right: 6px;
    margin-bottom: 5px;
}
.information{
    background-color: #eeeeee;
    height: 315px;
    margin-bottom: 100px;
}
.information2 p:first-child{
    color: #7f7f7f;
    font: 20px "Mont", sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}
.information2 img{
    height: 19px;
    width: 19px;
    margin-right: 13px;
    margin-bottom: 4px;
}
.information2 p{
    color: #000;
    font: 20px "Mont", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}



.card2{
    margin-bottom: 28px;
}
.different-contacts h3{
    font-size: 34px;
}
.different-contacts {
    margin-bottom: 37px;
}

.phone img {
    height: 19px;
    width: 19px;
    margin-right: 13px;
    margin-bottom: 4px;
}
.phone p:first-child {
    color: #7f7f7f;
    margin-bottom: 9px;
    margin-top: 11px;
}
.phone p {
    color: #000;
    font: 18px "Mont", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 30px;
}
.center-install{
    margin-left: 30px;
}
.information2 .weekend{
    font: 18px "Mont", sans-serif;
    font-weight: 300;
}
.accordion2{
    padding-left: 0 !important;
}
.otsledit-zakaz input{
    background-color: #eeeeee;
    height: 40px;
    max-width: 240px;
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    padding-left: 23px;
}
.otsledit-zakaz input:focus{
    background-color: #eeeeee;
}
.otsledit-zakaz input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
.otsledit-zakaz input::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
.otsledit-zakaz input:-ms-input-placeholder { /* IE 10+ */
    color: #939393;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
.otsledit-zakaz input:-moz-placeholder { /* Firefox 18- */
    color: #939393;
    font: 14px "Mont", sans-serif;
    font-weight: 300;
}
.otsledit-zakaz button{
    max-width: 240px;
    margin-top: 20px;
}
.otsledit-zakaz{
    padding: 34px 57px 26px 57px;
}
p.infa-o-zakaze {
    color: #5c5c5c;
    font: 17px "Mont", sans-serif;
    margin-left: 57px;
    margin-bottom: 50px;
}
p.infa-o-zakaze a{
    color: #0ab1db;
}
.where-buy-product h3.white{
    color: #fff;
    font: 48px "Mont", sans-serif;
    background-color: #191919;
    padding: 38px 10px;
    margin: 0;
}
div.adress{
    background-color: #f8f8f8;
    padding: 19px;

}
.where-buy-product input{
    border-radius: 0;
    border: 1px solid #a2a2a2;
}
.where-buy-product input:after{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    border: none;
    background: url(../images/gps-fixed-indicator.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.where-buy-product input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #afafaf;
    font: 14px "Mont", sans-serif;
}
.where-buy-product input::-moz-placeholder { /* Firefox 19+ */
    color: #afafaf;
    font: 14px "Mont", sans-serif;
}
.where-buy-product input:-ms-input-placeholder { /* IE 10+ */
    color: #afafaf;
    font: 14px "Mont", sans-serif;
}
.where-buy-product input:-moz-placeholder { /* Firefox 18- */
    color: #afafaf;
    font: 14px "Mont", sans-serif;
}
.where-buy-product .adress p.search-pred{
    color: #000;
    text-transform: uppercase;
    font: 14.5px "Mont", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 23px;
}
.where-buy-product .adress1 p{
    color: #000;
    font: 14.5px "Mont", sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
.where-buy-product .adress1 p span{
    font: 14.5px "Mont", sans-serif;
    font-weight: bold;
}
.where-buy-product .adress1 p:after{
    content: "";
    display: inline-block;
    height: 20px;
    width: 25px;
    margin: 0;
    border: none;
    background: url(../images/right-arrow.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -18px;
    bottom: 23px;
    opacity: 0.8;
}

div.adress1:hover{
    background-color: #f2f2f2;
    width: 100%;
    cursor: pointer;
}
.adress{
    display: flex;
    flex-direction: column;
}
.where-buy-product map{
    height: 100%;
    width: 100%;
}
.where-buy-product .form-group{
    position: relative;
}
.where-buy-product .form-group img{
    position: absolute;
    width: 25px;
    height: 22px;
    right: 7px;
    bottom: 8px;
}
header .row{
    display: block;
}
.where-buy-product .col-lg-3,
.where-buy-product .col-lg-9{
    padding: 0;
}
.where-buy-product .top-content{
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19px;
}
.where-buy-product .adress1{
    padding: 19px;
}
.map-header{
    height: 249px;
}
h3.white{
    color: #fff;
    font: 48px "Mont", sans-serif;
    padding: 41px 0 44px 20px;
    margin: 0;
}
.recomdation{
    color: #5c5c5c;
    font: 17px "Mont", sans-serif;
    margin-left: 30px;
    margin-top: 24px;
    margin-bottom: 27px;
}
h3.bold{
    color: #000;
    font: 30px "Mont", sans-serif;
    font-weight: bold;
    margin: 68px 0 32px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cecbcb;
}


#mapCenters{
    width: 100%;
    height: 610px;
}
.contentInfoMap{
    color: #fff;
    font: 14.5px "Mont", sans-serif;
    font-weight: 300;
    width: 156px;
    padding: 10px 0 5px 0;
}
.contentInfoMap span{
    font-family: "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.contentInfoMap div{
    margin-top: 8px;
}
.gm-style-iw {
    background: #e60d2e;
    padding: 0 10px;
    box-shadow: -14px 0px 0px #e60d2e, -14px 9px 0px #e60d2e, -14px -8px 0px #e60d2e, 15px -8px 0px #e60d2e, 15px 9px 0px #e60d2e;
}
.gm-style-iw {
    overflow: visible !important;
}
.gm-style-iw div {
    overflow: visible !important;
}
.gm-style-iw:after {
    content: '';
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top-color: #e60d2e;
    z-index: 4;
    position: absolute;
    top: auto;
    bottom: -53px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
img[src='https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png']{
    display: none;
}
.where-buy-product > .row{

    margin: 0;
}
.where-buy-product > .row .adress{
    height: 610px;
    margin: 0;
}

#exampleInputEmail9 .select2 {
    max-width: 100%;
}
header .nav-up {
    top: -120px;
    transition: 0.3s;
}
header .black-bg{
    background-color: #191919;
}
.transitionAnimate{
    transition: 0.3s;
}
.container-black{
    background-color: #191919;
}
.text-pages h1{
    color: #000;
    font: 43px "Mont", sans-serif;
    padding-top: 43px;
    margin: 0;
    padding-bottom: 23px;
}
.text-pages p{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    line-height: 25px;
}
.text-pages h2{
    color: #000;
    font: 33px "Mont", sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.text-pages img{
    padding-bottom: 17px;

}
.text-pages .last-text{
    padding-top: 28px;
    color: #000;
    font: 18px "Mont", sans-serif;
    line-height: 25px;
    padding-left: 15px;
    padding-bottom: 36px;
}
.text-pages .text1{
    color: #000;
    font: 30px "Mont", sans-serif;
    padding-top: 40px;
    padding-bottom: 47px;
    margin: 0;
    height: 65px;
}

.text-pages .lawyer-infa{
    color: #348dba;
    font: 16px "Mont", sans-serif;
    font-weight: 700;
    margin-top: 37px;
    margin-left: 40px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d7d6d6;
}
.menu-side li a{
    color: #000;
    font: 14px "Mont", sans-serif;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.menu-side li a:hover{
    color: #000;
    font: 14px "Mont", sans-serif;
    font-weight: 700;
}

.menu-side .active{
    font: 14px "Mont", sans-serif;
    font-weight: 700;
}
.menu-side ul{
    margin-left: 9px;
}
.text-pages .lawyer-infa:before{
    content: "";
    height: 17px;
    width: 9px;
    background: url("../images/arrow-blue.svg") no-repeat center;
    display: inline-block;
    border: none;
    background-size: 100%;
    margin-right: 10px;
    margin-bottom: -2px;
}
.text-pages .text-right h1{
    text-align: left;
    font: 46px "Mont", sans-serif;
    padding-bottom: 9px;
    padding-top: 33px;
}
.text-pages .text-right h2{
    text-align: left;
    font: 36px "Mont", sans-serif;
    height: 65px;
}
.text-pages .text-right p{
    text-align: left;
}
.text-pages .text-right p.fat{
    font: 18px "Mont", sans-serif;
    line-height: 25px;
}
.text-right h3{
    text-align: left;
    font: 24px "Mont", sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}
.text-right li{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    text-align: left;
    margin-bottom: 5px;
}
.text-right ul{
    padding-left: 17px;
}
.text-right span{
    font: 16px "Mont", sans-serif;
    font-weight: bold;
}
.text-right h4{
    text-align: left;
    font: 18px "Mont", sans-serif;
    margin-bottom: 0;
}
.text-right span.mob-tel{
    font: 16px "Mont", sans-serif;
    font-weight: 300;
    margin-left: 30px;
}
.text-right span.mob-tel2{
    font: 16px "Mont", sans-serif;
    font-weight: 300;
    margin-left: 164px;
}
.text-right span.email{
    font: 16px "Mont", sans-serif;
    font-weight: 300;
    margin-left: 13px;
}
.text-right span.email2{
    font: 16px "Mont", sans-serif;
    font-weight: 300;
    margin-left: 164px;
}
.menu-side .nav-item{
    margin-left: 30px;
}
.about-us-headrer{
    height: 650px;
    background-image: url("../images/about-us-header.jpg");
}

.text-block-bottom .text1{
    padding-top: 27px;
}
.text-pages .block-img {
    position: relative;
}
.text-pages .block-img img{
    width: 100%;
    height: auto;
    padding-bottom: 61px;

}
.text-pages .block-img .title{
    width: 100%;
    background: rgba(27, 61, 63, 0.9);
    position: absolute;
    bottom: 61px;
    height: 50px;
}
.text-pages .block-img {
    position: relative;
    display: block;
    border-right: 1px solid #fff;
}
.text-pages .block-img p{
    color: #fff;
    font: 14px "Mont", sans-serif;
    padding-left: 20px;
    padding-top: 18px;
    letter-spacing: 0.5px;
}

.work-headrer{
    height: 650px;
    background-image: url(../images/work-header.jpg);
}
.work-page p.work-page-first-text{
    padding-top: 55px;
    padding-bottom: 12px;
}
.work-page p{
    padding-bottom: 13px;
    margin: 0;
}
.vacancies{
    margin-top: 35px;
}


.acv-v-prome-main h2{
        color: #191919;
        font: 30px "Mont", sans-serif;
        padding-top: 33px;
        padding-bottom: 15px;
}

.zavod{
    margin-top: 18px;
}

.input-title{
    margin-bottom: 0;
}
.work-title p{
    color: #fff;
    font: 90px "Mont", sans-serif;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
}
.work-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advantages h5.title{
    color: #191919;
    font: 30px "Mont", sans-serif;
    font-weight: bold;
}
.advantages p.description{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    line-height: 24px;
    padding-top: 5px;
}
.job-page{
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 53px;
}
.center-text{
    background: url("../images/work-page-fon.jpg") no-repeat center ;
    background-size: cover;
    padding-top: 49px;
    padding-bottom: 48px;
}
.center-text h5.title{
    color: #fff;
    font: 30px "Mont", sans-serif;
}
.center-text p.description{
    color: #fff;
}
.vacancies h3{
    color: #191919;
    font: 30px "Mont", sans-serif;
    margin-top: 53px;
    margin-bottom: 32px;
}
p.before-footer{
    margin-bottom: 50px;
}
.sotrud-header{
    height: 650px;
    background-color: #494949;
    background-image: none;
}
.sotrud-banner{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
	height: 100%;
}
.sotrud-title p.small{
    color: #fff;
    font: 36px "Mont", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
}
.sotrud-main h4{
    color: #000;
    font: 36px "Mont", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 26px;
}
.sotrud-main p.center{
    text-align: center;
    margin-bottom: 30px;
}
.sotrud-main img.certificate{
    display: block;
    margin: 65px auto 56px auto;
}
.photo-text{
    max-width: 1520px;
}
.photo-text .block-with-infa{
    display: flex;
    background-color: #494949;
    align-items: center;
    min-height: 450px;
    margin-bottom: 42px;
}
.photo-text .block-with-infa__image {
    position: relative;
    flex: 0 0 40%;
    min-height: 450px;
}
.photo-text .block-with-infa__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 0;
}
.photo-text .text-with-img h4{
    color: #fff;
    font: 36px "Mont", sans-serif;
    margin-bottom: 20px;
}
.photo-text .text-with-img p{
    color: #fff;
    font: 18px "Mont", sans-serif;
}
.photo-text div.text-with-img{
    flex: 0 0 60%;
    padding: 40px;
}
.block-with-infa2{
    display: flex;
    justify-content: space-between;
}
.block-with-infa .text-with-img h5{
    color: #fff;
    font: 25px "Mont", sans-serif;
}
.photo-text div.text-with-img2{
    margin-bottom: 30px;
}
.sotrud-text-end p{
    color: #000;
    font: 17.5px "Mont", sans-serif;
    line-height: 24px;
    margin-top: 51px;
    margin-bottom: 118px;
}
.sotrud-text-end h4{
    color: #000;
    font: 60px "Mont", sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.sotrud-text-end a{
    color: #fff;
    font: 15px "Mont", sans-serif;
    background-color: #242424;
    padding: 15px 25px;
    border-radius: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    margin: 30px auto 80px;
}
.sotrud-text-end a:hover {
    background-color: #e60d2e;
    transition: 0.5s;
}
.sotrud-button{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.title-tov-znak p{
    color: #fff;
    font: 48px "Mont", sans-serif;
    letter-spacing: 3px;
}
.title-tov-znak{
    margin-top: 0;
    z-index: 1000;
}
.all-znaku p{
    color: #000;
    font: 30px "Mont", sans-serif;
    margin-top: 94px;
    margin-bottom: 80px;
}
.all-znaku .logo{
    border: 1px solid #b9b9b9;
    height: 118px;
    min-width: 245px;
    max-width: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-znaku .row{
    padding-left: 15px;
}
.all-znaku .logo img{
    padding-bottom: 0;
}
.description p.big{
    color: #000;
    font: 18px "Mont", sans-serif;
    margin: 0;
    font-weight: 600;
}
.description p.small{
    color: #5c5c5c;
    font: 18px "Mont", sans-serif;
    margin-top: 19px;
    margin-bottom: 0;
}
.one-tov-znak{
    display: flex;
    margin-bottom: 34px;
}
.all-znaku .description{
    margin-left: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.one-tov-znak .acv-marine img{
    width: 29%;
}
.tov-znak-last-text p{
    color: #000;
    font: 18px "Mont", sans-serif;
    font-style: italic;
    margin-top: 80px;
    margin-bottom: 67px;
}
.container-left-text {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}
.all-znaku .one-tov-znak .spl-show img{
    width: 114px;
}


/*my-style*/
.bx_sitemap{
    display: none;
}
.bx-section-desc{
    display: none;
}
.socials-tovar-wrapper .vk{
    order: 0;
}
.socials-tovar-wrapper .tw{
    order: 1;
}
.socials-tovar-wrapper .fb{
    order: 2;
}
.socials-tovar-wrapper .vk img{
    height: 14px !important;
    margin-right: 20px;
}

.counter .val{
    display: flex;
    align-items: center;
}
.tab-content>.tab-pane{
    opacity: 1 !important;
}
.btn.disabled, .btn:disabled{
    display: none;
}
.information3 .form-group label{
    display: none !important;
}
.information3 .form-group .error{
    border: 1px solid red;
}
#wait_comp_9386d629cff0628b317394cb388493ea{
    display: none !important;
}
.information3 .success p{
    margin-bottom: -5px;
}
.information3 .success .notetext br{
    display: none;
}

.navbar-collapse .navbar-nav li{
    display: block;
}
.navbar-collapse li{
    display: none;
}

.lang-wrapper .ru img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.lang-wrapper .ru:hover{
    text-decoration: none;
}
.lang-wrapper .en:hover{
    text-decoration: none;
}
.item-name{
    font-weight: normal;
}
#reg_product form .form-group input.error{
    border: 1px solid red;
}
#reg_product form .form-group label.error{
    display: none !important;
}
.dropdown-menu-registration .dropdown-toggle{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.dropdown-menu-registration .select{
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 612px;
}
.dropdown-menu-registration .select:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    margin: 0;
    border: none;
    background: url(../images/arrow-down-sign-to-navigate.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.tovar-desc-wrapper td {
    padding: 15px;
}
.catalog-row .col-sm-12 {
    display: flex;
}

.sticky-top {
    z-index: 10 !important;
}

.api-search-result .nav-item {
    margin-bottom: 20px !important;
}
.result .nav-tabs .active::after {
    bottom: -5px !important;
}
.clear {
    clear: both;
}
.bx-breadcrumb-item a {
    color: #7b7979;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 14px;
}
.bx-breadcrumb {
    margin-top:  18px;
    padding: 0 15px;
}
input[type="submit"] {
    cursor: pointer;
}

.socials-fluid .subsribe-wrapper:not(.active) {
  cursor: pointer;
}

.modern-page-navigation {
    display: flex;
    justify-content: center;
}

.modern-page-navigation a {
    color:#7b7979;
    display: flex;
    align-items: center;
}
.modern-page-navigation a:hover {
    color: #333;
}
.modern-page-navigation span {

    display: flex;
    align-items: center;
}

div.modern-page-navigation .modern-page-previous {
    font-size: 0;
    border: none;
    position: relative;
    top: -2px;
    padding-right: 10px;
    display: block;
}

.modern-page-previous:before {
   content:"\2039";
    font-size: 28px;
    border: none;
}


div.modern-page-navigation .modern-page-next {
    font-size: 0;
    border: none;
    position: relative;
    top: -2px;
    padding-left: 10px;
    display: block;
}

.modern-page-next:before {
    content:"\203A";
    font-size: 28px;

    border: none;
}
div.modern-page-navigation a, span.modern-page-current, div.modern-page-navigation a.modern-page-previous, span.modern-page-dots {
    border: none !important;
    font-size: 16px;
}

.mobile-section-img {
    display: none;
}
.select2-container  {
    max-width: 100% ;
}

#navbarSupportedContent li.nav-item:not(.nav-item-sub) a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.bx-basket-item-list {
    display: none;
}




.flex-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-spec_item {

    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;

}
.main-desc-tovar img {
    margin: 0;
}
.flex-spec_img {
    width: 120px;
    padding-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .flex-spec_item {

        max-width: 100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;

    }
}
@media (max-width: 450px) {
    .flex-spec_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }
    .flex-spec_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        padding-right: 0;
        webkit-box-align: center; -ms-flex-align: center; align-items: center;

    }
    .flex-spec_desc {
        text-align: center;
    }
}
.api-search-fields {
    flex-wrap: nowrap;
}
.auth-block.mobile {
    display: none;
}

/*#panel {
    display: none !important;
}*/

input.rchk {
    display: none;
}
#ask_question button {
    cursor: pointer;
}

ul.list-column {
    column-count: 3;
    column-gap: 20px;
    list-style: none;
}
ul.list-column h3 {
    margin-top: 0 !important;
}
ul.list-column li {
    break-inside: avoid;
}
ul.list-column div {
    display: inline-block;
    break-inside: avoid;
}

.bx_ordercart_order_pay_center {
    display: flex;
    padding: 30px 0;
    justify-content: center;
}
.popup-window {
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.popup-window-buttons {
    display: flex;
    justify-content: center;
}

.cart-mobile span {
    position: absolute;
    right: 0;
    top: -7px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.cart-mobile {
    position: relative;
}
.home-section.right-block.banner-separated .block-text-wrapper {
    max-width: 1250px;
    left: 0;
    right: inherit;
    position: relative;
}
.home-section.right-block.banner-separated .block-text-wrapper h2 {
    max-width: 580px;
}
.home-section.right-block.banner-separated .block-text-wrapper {
    transform: translateY(-42%);
}
.home-section.right-block.banner-separated .block-text-wrapper h3 {
    max-width: 440px;
}
@media screen and (min-width:1921px){
    .home-section__img{
        width:100%;
        height: 100%;
        object-fit:cover;
        position:absolute;
        left:0;
        top:0;
    }
}
@media screen and (max-width: 1280px) {
    .home-section.right-block.banner-separated .block-text-wrapper {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 992px) {
    .home-section.right-block.banner-separated .block-text-wrapper h2,
    .home-section.right-block.banner-separated .block-text-wrapper h3 {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .home-section.right-block.banner-separated .block-text-wrapper h2 br {
        display: none;
    }
}

.home-section.left-block .block-text-wrapper {
    margin: 0;
    z-index: 1111;
    left: 5%;
    right: auto;
}

.home-section.left-block .block-text-wrapper .block-text__aligner{
    margin-left: 0;
}