:root {
    --main-color: #02A419;
    --dark-green: #022802;
    --second-color: #EEA525;
    --third-color: #0087CD;
    --fours-color: #00ccff;
    --monst: 'Montserrat', sans-serif;
}

* {
    font-family: var(--monst);
    font-display: swap;
    font-weight: 400;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;

}

#logo {
    margin-bottom: 0;
}

.d-flex {
    display: flex;
}

.align-content-center {
    align-items: center;
}

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

#menu .nav > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

a {
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

a:hover {
    color: var(--main-color);
}

.top-row i {
    margin-right: 5px;
}

.lang-wrap i {
    margin-right: 0;
}

.top-nav .container {
    margin: auto !important;
}

.top-nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
    margin-bottom: 15px;
}

.top-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.top-nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#top {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

header {
    display: flex;
    height: 88px;
    background: var(--dark-green);
    align-items: center;
}

.navbar-collapse.collapse {
    padding: 0;
}

#menu .nav > li > a {
    padding: 0 !important;
    text-shadow: none;
    min-height: 0px;
}

#menu {
    background: transparent;
    min-height: 0px;
    border: none;
    margin-bottom: 0;

}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav .dropdown .dropdown-menu.lvl1 {
    left: 255px;
    right: auto;
    width: 385px;
}

.navbar-nav .dropdown:nth-child(8) .dropdown-menu.lvl1,
.navbar-nav .dropdown:nth-child(9) .dropdown-menu.lvl1 {
    left: -30px;
}

.navbar-nav .dropdown:nth-child(8) .dropdown-menu.lvl1 .lvl2-cat-name,
.navbar-nav .dropdown:nth-child(9) .dropdown-menu.lvl1 .lvl2-cat-name {
    text-align: right;
}

.menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu .dropdown-inner a {
    min-width: 250px;
}


.container {
    width: 1380px;
}

.menu-container {
    padding: 0 15px;
    width: auto;
}

.hcol-price {
    display: none !important;
}

@media(max-width:1280px) {
    .container {
        width: 100%;
    }

    #search input {
        height: 24px !important;
    }
}



#search .input-lg {
    border-radius: 0px !important;
}

.home-first-slide-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 600px;
}

.home-first-slide-block > div {
    width: 50%;
    padding: 0 40px;
}

.home-first-slide-block > div:first-child {
    width: 55%;
}

.home-first-slide-block > div:last-child {
    width: 45%;
}

.home-first-slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-first-slide-img img {
    width: auto !important;
    max-width: 100%;
}

.home-first-slide-cont {
    color: #000;
}

.home-first-slide-title {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    font-weight: normal;

    margin-bottom: 15px;
}

.home-first-slide-title.orange-title {
    color: var(--main-color);
}

.home-first-slide-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: justify;
}

.home-first-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.more {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.more a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px;
    background: var(--main-color);
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.more a:after {
    content: ' ';
    display: inline-block;
    background: url(../image/lapki.png);
    height: 15px;
    width: 15px;
    background-position: center;
    background-size: 15px;
    margin-left: 5px;
    background-repeat: no-repeat;
}

.more a:hover {
    background: #fff;
    border: 1px solid var(--main-color);

}

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

.sub-block a {
    border-top: 2px solid #000;
    display: block;
    padding: 0px 40px 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sub-block a:hover {
    border-top: 2px solid var(--main-color);
    background: var(--main-color);
}

.sub-img {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-block a {
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sub-block a:hover {
    color: var(--main-color);
}

.sub-text {
    max-width: 90px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    color: #000;
}

.sub-block i {
    font-family: "fontello";
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
}

.sub-block i.lil {
    font-size: 68px;
}

.car-header {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #022801;
}

.car-header span {
    color: var(--main-color);
    margin-left: 15px;
}

.car-header:before {
    content: ' ';
    display: block;
    width: 5px;
    height: 40px;
    background: var(--main-color);
    margin-right: 20px;
}

.thumbnails .image-additional {
    padding: 0 5px;
    float: none;
}

.thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.header-with-nav,
.my-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-with-nav {
    margin: 15px 0 0;
}

.my-nav {
    font-size: 50px;
    width: 100px;
}

.my-nav.d-none {
    display: none;
}

.my-nav i {
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.my-nav i:hover {
    color: var(--main-color);
}

.product-thumb h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    height: 80px;
    overflow: hidden;
}

.product-thumb h4 a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

}

.product-thumb .image img:hover .product-thumb h4 a,
.product-thumb h4 a:hover {
    color: var(--main-color);
}



.caption p {
    color: #000;
}

.caption ul {
    padding: 0 0 0 20px;
    min-height: 120px;

}

.caption ul li {
    color: var(--third-color);
    font-size: 12px;
    margin-bottom: 0px !important;
}

.product-thumb {
    border: 1px solid transparent;
    border-radius: 10px;
}

.product-thumb .caption {
    padding: 0 15px;
}

.product-thumb:hover {
    border: 1px solid var(--main-color);
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
}

.product-thumb .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 40px 15px 0;
}

.product-thumb .price,
.product-thumb .buy-but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 40%;
}

.product-thumb .price {
    font-size: 14px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 0;
}

.product-thumb .price-old {
    position: absolute;
    top: -45px;
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
}

.product-thumb .price-new {
    color: var(--main-color);
    margin-top: -5px;
    font-size: 20px;
    font-weight: 400;
}

.product-thumb .buy-but {
    background: var(--second-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-thumb .buy-but a {
    color: var(--main-color);

}

.product-thumb .buy-but:hover {
    background: var(--main-color);
}

.product-thumb .buy-but:hover a {
    color: var(--second-color);
}


.home-about-sec {
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, right top, from(#DCF2F8), color-stop(51.04%, #FFFFFF), to(#DCF2F8));
    background: -o-linear-gradient(left, #DCF2F8 0%, #FFFFFF 51.04%, #DCF2F8 100%);
    background: linear-gradient(90deg, #DCF2F8 0%, #FFFFFF 51.04%, #DCF2F8 100%);
    margin-left: -15px;
    margin-right: -15px;
}

.big-logo {
    text-align: center;
    margin-bottom: 30px;
}

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

.about-text {
    font-size: 14px;
    text-align: justify;
    color: #000;
}

.about-icons-container {
    max-width: 1000px;
    padding: 0 15px;
    margin: auto;
    color: #000;
}

.about-icons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-icons-block {
    width: 50%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-icons-block > div:first-child {
    width: 130px;
    text-align: center;
}

.about-icons-block i {
    font-size: 52px;
    line-height: 60px;
    color: var(--fours-color);
}

.about-icons-text {
    font-size: 16px;
    color: #000;
    max-width: 160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-icons-text:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    left: -15px;
    top: 0px;
    height: 58px;
    background: var(--fours-color);
}

.about-text a {
    color: #a52a2a;
}

.buy-but a span {
    display: inline !important;
}

.about-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 40px;
    background: var(--main-color);
    color: var(--second-color);
    border: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-top: 15px;
}

.about-link a:hover {
    background: #fff;
    border: 1px solid var(--main-color);
}

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

.group-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 30px auto;
}

.group-line-title {

    height: 2px;
    background: #0087CD;
    margin: 30px auto;
}

.group-line-text {
    padding-left: 130px;

}

.group-line-text ul {

    border: 1px solid #0087CD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17px;
}

.group-image {
    width: 21%;
}

.group-wrap {
    width: 58%;
}

.group-row-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#cart {
    width: 50px;
    margin-bottom: 0px;
}

#cart .btn-number,
#cart .btn-danger,
#cart > button {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#cart .icon-004-cart {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 20px;
    line-height: 22px;
}

#cart .close {
    font-size: 40px;
    opacity: 1;
}

#cart #cart-total {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -6px;
    right: 0px;
    background: var(--main-color);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#cart .dropdown-menu {
    width: 600px;
}

.sert-car {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.sert {
    padding: 15px;
    position: relative;
}

.sert-dis {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 1, 1, 0)), to(rgba(5, 3, 2, 0.6)));
    background: -o-linear-gradient(top, rgba(5, 1, 1, 0) 0%, rgba(5, 3, 2, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(5, 1, 1, 0) 0%, rgba(5, 3, 2, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00050101', endColorstr='#99050302', GradientType=0);
    bottom: 0;
    height: 40%;
    width: calc(100% - 30px);
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 15px 15px;
}

#name {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: var(--third-color);
}

#phone1,
#phone2,
#phone3,
#mail,
#address,
#work_time {
    padding: 15px;
    color: var(--third-color);
    font-size: 14px;

}

#phone1:before,
#phone2:before,
#phone3:before,
#mail:before,
#address:before,
#work_time:before {
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
    color: var(--third-color);
    font-size: 20px;

}

#address:before {
    content: '\f041';
}

#work_time:before {
    content: '\f017';
}

#mail:before {
    content: '\f003';
}

#phone1:before,
#phone2:before,
#phone3:before {
    content: '\f095';
}

footer {
    margin-top: 60px;
    border-top: none;
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 8px solid var(--main-color);
    background: transparent;
}

.footer-dcl-logo {
    margin-top: 15px;
}

footer li {
    margin-bottom: 10px;
}

footer li a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

footer li a:hover {
    color: var(--main-color);
}

footer h5 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-cont a,
.footer-cont {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.footer-cont {
    margin-top: 20px;
    display: flex;
}

.footer-cont i {
    margin-right: 10px;
    color: #000;
    font-size: 18px;

}

.product-title {
    font-size: 20px;
    line-height: 24px;
    color: #022801;
    margin-top: 0;
    font-weight: bold;
}

.product-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 5px;
    background: var(--main-color);
    margin: 10px 0;
}

.product-page-row .model {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: var(--third-color);
}

.main-image {
    margin: auto;
}

.main-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.nav-tabs {
    border-bottom: none;
}

.tab-pane {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.tab-pane ul li {
    font-size: 13px;
    margin-bottom: 7px;
}

.tab-pane ul li em {
    font-style: normal !important;
}

.nav-tabs li {
    position: relative;
    border-bottom: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.nav-tabs li:after {
    content: ' ';
    height: 2px;
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    background: #B6B6B6;
}

.nav-tabs > li > a {
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    color: var(--main-color);
}

.nav-tabs li.active:after {
    border: none;
    background: var(--main-color);
    height: 4px;
    bottom: -1px;
}

.tab-pane {
    overflow: auto;
}

.tab-pane img {
    max-width: 100%;
}

.good__table td {
    border: 1px solid var(--third-color);
    text-align: center;
    padding: 5px 7px;
    letter-spacing: 1px;
}

.good__table td.active-cell {
    background: var(--second-color);
    color: #fff;
}

.top-image img {
    max-height: 40px;
}

.description-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: var(--main-color);
    margin: 10px 0;
}

.description {
    color: #000;
}

.description ul {
    padding-left: 20px;
    color: var(--third-color);
    font-size: 14px;
}

.description ul li {
    margin-bottom: 5px;
}


.thumbnail {
    border: none;
    margin-bottom: 5px;
}

footer a:hover {
    color: var(--main-color);
}

.buy-buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.buy-buttons-wrap button {
    background: var(--second-color);
    width: 100%;
    color: var(--main-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 14px;
}

.buy-buttons-wrap button:hover {
    background: var(--main-color);
}

.btn-block + .btn-block {
    margin: 0;
}

.buy-buttons-wrap i {
    margin-left: 5px;
}

.prices-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #F3F3F3;
    width: 100%;
    max-width: 330px;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 15px 0;
}

.prices-wrap ul {
    margin: 0;
}

.count-block {
    margin-left: 30px;
    text-align: center;
}

.count-name {
    font-size: 16px;
    font-weight: 400;
}

.count-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120px;
}

.count-wrap .control-label {
    display: none;
}

.count-wrap button {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--main-color);
    padding: 5px 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

}

.count-wrap .form-control {
    padding: 2px;
    height: auto;
    border: 1px solid var(--main-color);
}

.count-wrap button:focus,
.count-wrap button:active,
.count-wrap button:hover {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--second-color);
    outline: none;
}

.count-wrap #input-quantity {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.price {
    font-size: 20px;
    line-height: 24px;
    color: var(--third-color);
}

.price-hot {
    font-size: 20px;
    line-height: 24px;
    color: #000;

}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group a {
    border: 1px solid var(--third-color);
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.list-group a:hover {
    background: var(--main-color);
    text-shadow: none;
}

.list-group a.active {
    background: var(--second-color);
    color: #fff;
    text-shadow: none;
}

.panel-default > .panel-heading {
    color: #000;
    text-shadow: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
}

.noUi-pips {
    color: #000 !important;
}

.list-group-item {
    border: 1px solid #DEDEDE;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-default {
    border: none;
}

.ocfilter-option .ocf-option-name,
.ocfilter-option label {
    color: #000 !important;
}

.ocfilter-option label.ocf-selected {
    color: var(--second-color) !important;
}

.page-cont {
    margin-bottom: 30px;
    font-size: 16px;
    color: var(--third-color);
}

.page-cont i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--second-color);
}

.page-cont a {
    color: var(--third-color);
}

.pagin-row {
    margin-bottom: 30px;
}

.input-group-addon,
.btn-default {
    background: var(--main-color);
    border: 1px solid transparent;
    color: #fff;
}

.form-control {
    border: 1px solid var(--main-color);
}

textarea.form-control {
    border-top: none;
    border-radius: 0;
}

#product-category h2 {
    margin: 0 0 30px;
    color: var(--third-color);
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid var(--third-color);
}

.pagination > li > a {
    color: var(--second-color);
}

.pagination > li > span {
    background: var(--second-color);
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background: #fff;
    border-color: var(--main-color);
}

.breadcrumb {
    border: none;
    background: transparent;
    padding: 0;
    margin: 15px 0;
}

.breadcrumb > li {
    padding: 0;
}

.breadcrumb > li a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.breadcrumb > li a:hover {
    color: var(--main-color);
}

.breadcrumb > li:after {
    display: inline-block;
    position: static;
    margin: 0 4px 0 5px;
    height: 4px;
    width: 4px;
    vertical-align: 2px;
    border-radius: 50%;
    background: #000;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.breadcrumb > li:last-child a {
    opacity: .4;
    color: #000;
    pointer-events: none;
}

.breadcrumb > li:last-child:after {
    display: none;
}

.map-block {
    padding: 0;
}

#menu .nav > li > a {
    font-size: 16px;
    font-weight: bold;
}

#product .price {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-right: 10px;
}

#product .price:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -34px;
    top: -14px;
    height: 50px;
    width: 1px;
    background: #000;
    margin: 0 15px;
}

#cart .dropdown-menu {
    background: var(--second-color);
    color: #fff;
}

#cart .dropdown-menu a {
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: var(--main-color);
}

#cart .dropdown-menu .table > tbody > tr > td,
#cart .dropdown-menu .table > tbody > tr > th,
#cart .dropdown-menu .table > tfoot > tr > td,
#cart .dropdown-menu .table > tfoot > tr > th,
#cart .dropdown-menu .table > thead > tr > td,
#cart .dropdown-menu .table > thead > tr > th {
    padding: 4px;
    border-top: 1px solid var(--main-color);
}

#cart .dropdown-menu .table-bordered td {
    border: 1px solid var(--main-color);
}

.dropdown-menu .icon-004-cart {
    font-size: 18px !important;
}

#cart.open > .btn {
    border: none;
    background: transparent;
}

#cart.open > .btn .icon-004-cart {
    color: var(--third-color);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border: 1px solid var(--third-color) !important;
    background: var(--main-color) !important;
    color: var(--second-color) !important;
}

.category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-block {
    width: 33.333%;
}

.category-block a {
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid var(--second-color);
    color: var(--third-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.category-block a:hover {
    background: var(--main-color);
}

#tabcustom1 .list-content li:before,
#tabcustom2 .list-content li:before {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    background: var(--third-color);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: 1px;
}

.slides .owl-nav {
    position: absolute;
    font-size: 60px;
    color: #000;
    top: 50%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slides .owl-nav button {
    outline: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slides .owl-nav button:hover {
    color: var(--main-color);
}

.fons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sub-omg {
    text-align: center;
}

.sub-block svg {
    height: 80px;
    color: #fff;
    fill: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sub-block a:hover svg {
    fill: var(--main-color);
}



.rek-ban {
    background: url(../image/group.webp);
    padding: 60px;
    margin-left: -15px;
    margin-right: -15px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    background-position: center;
}

.rek-ban .more {
    float: none;
}

.rek-ban-title {
    font-size: 36px;
    line-height: 40px;
    color: var(--main-color);
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 30px;
}

.rek-ban-text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 30px;
}

.footer-soc {
    display: flex;
    margin-top: -5px;
    margin-bottom: 20px;
}

.footer-soc a {
    color: var(--main-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    vertical-align: middle;
}

.footer-soc a:hover {
    color: var(--second-color);
}

.footer-soc a i {
    font-size: 24px;
}

.footer-soc a:last-child i {
    margin-left: 10px;
}

.top-form .inp-text {
    background: #5B5B5B;
    color: #fff;
    border: none;
    padding: 8px 20px 8px 5px;
    width: 160px;
    text-align: center;
    border-radius: 10px;
    outline: none;
}


.atribute {
    padding: 10px 0;
}

.atribute table {
    width: 100%;
}

.atribute thead td {
    font-size: 18px;
    font-weight: 700;
    color: var(--second-color);
    padding-bottom: 15px;
}

.at-name {
    color: #000;
    font-weight: 400;
    padding-right: 15px;
    width: 50%;
}

.at-text {
    color: #000;
    font-weight: 600;
    width: 50%;
}

.atribute a {
    color: var(--main-color);
}

#button-cart,
#button-cart2 {
    width: 155px;
    background: var(--main-color);
    color: #fff;
    margin-right: 20px;
    border-radius: 5px;
    border: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#button-cart:hover,
#button-cart2:hover {
    border: 1px solid var(--second-color);
    background: #fff;
    color: var(--main-color);
}

#button-cart {
    border: none;
}

.tab-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-weight: 400;
    overflow: hidden;
}

.tab-content > .active {
    overflow: hidden;
}

.dropdown-menu.lvl1 {
    margin-left: -260px !important;
    border: none;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.lvl1-wrap {
    background: #fff;
    margin-top: 22px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    -webkit-box-shadow: 0px 5px 10px 3px rgba(34, 60, 80, 0.29);
    box-shadow: 0px 5px 10px 3px rgba(34, 60, 80, 0.29);
}

.lvl2-cat-name {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 7px 0;
    display: block;
}

.lvl2-cat-name:hover {
    color: var(--main-color);
}

.lvl2 {
    list-style: none;
    padding: 0;
}

.lvl2 li {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

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

.menu-banner img {
    max-width: 100%;
}

.dropdown-menu li > a:hover {
    background: transparent;
    color: var(--main-color);
}

#product-product .features-wrap {
    width: calc(100% - 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.category-row a {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}

#content {
    min-height: 800px;
}

.fa-star-o {
    color: var(--main-color);
}

.wrp-ajax-cart {
    color: black;
}

.wrp-ajax-cart button:focus,
.wrp-ajax-cart span:focus {
    outline: none !important;
}

.ajax-cart-header {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: var(--main-color);
    padding: 0px;
}

.ajax-cart-header .icon-004-cart {
    font-size: 26px !important;
    color: var(--second-color) !important;
}

.ajax-cart-qnts input {
    max-width: 50px;
}

.ajax-cart-qnts .glyphicon {
    color: #000;
}

.wrp-ajax-cart .input-number {
    border-color: var(--main-color);
    border-radius: 0px;
    text-align: center;
}

.ajax-cart-table td {
    vertical-align: middle !important;
    border-top: 0px !important;
}

.ajax-cart-table .tr-even {
    background-color: #F5F5F5;
}

.ajax-cart-promo {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
}

.ajax-cart-promo span {
    color: var(--second-color);
}

.ajax-cart-total {
    width: 100%;
    text-align: right;
    margin-left: auto;
    border-bottom: 1px solid black;
    border-top: 1px solid #000;
    margin: 30px 0;
    font-size: 18px;
    color: black;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajax-cart-total .total-price {
    color: #022801;
    font-weight: bold;
}

.ajax-cart-btns {
    padding-bottom: 15px;
    text-align: right;
}

.ajax-cart-btns a {
    padding: 15px 20px;
    background: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    color: #fff;
}

.wrp-ajax-cart-slider .car-header {
    font-size: 26px;
    line-height: 30px;
}

#ajaxCart .modal-dialog {
    margin: 5px auto;
}

.wish {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    z-index: 100;
    color: var(--main-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.wish:hover {
    color: var(--second-color);
}

.wish i {
    font-size: 20px;
}

.fons:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
}

.lang-wrap .btn {
    padding: 0 !important;
}

footer img {
    max-width: 100%;
}

footer ul {
    margin: 0;
    padding: 0;
}

.footer-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.footer-cats li {
    width: 100%;
}

#product-category h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0 auto 30px;
}

.net-vnal {
    padding: 15px;
    color: #B50E36;
    font-size: 14px;
    font-weight: 400;
}

.vnal {
    padding: 15px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 400;
}

.net-vnal.prod {
    font-size: 24px;
    padding: 0;
}

#d_ajax_search_results {
    left: -75px !important;
}

.features-wrap {
    position: relative;
}



.myprev {
    position: absolute;
    top: calc(50% - 22px);
    left: -15px;
    z-index: 100;
}

.mynext {
    position: absolute;
    top: calc(50% - 22px);
    right: -15px;
    z-index: 100;
}

#tab-atr table {
    width: 100%;
    max-width: 830px;
}

#tab-atr table tr {
    border: 1px solid #000;
}

#tab-atr table tr:nth-child(even) {
    background: #F3F3F3;
}

#tab-atr .at-text {
    font-weight: 400;
}

#tab-atr .at-name {
    font-weight: 600;
    border-right: 1px solid #000;
}

#tab-atr td {
    font-size: 16px;
    padding: 10px;
}

.ad-image-wrap {
    display: flex;
}

@media(min-width:600px) and (max-width:1200px) {


    #menu .nav > li > a {
        font-size: 11px;
    }

    #top .container {
        padding: 0;
    }

    .price {
        margin-bottom: -10px !important;
    }
}

@media(max-width:900px) {
    #search .btn-lg {
        margin-top: -7px;
    }

    .menu-container {
        width: 100%;
    }

    .good__table td {
        padding: 5px;
        letter-spacing: 0px;
    }

    .slides,
    .fons,
    .slides .owl-nav,
    .top-grafik {
        display: none !important;
    }

    .map-block h1 {
        font-size: 18px !important;
        line-height: 22px;
    }

    .sub-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .sub-block {
        width: 33.333%;
    }
}

@media(max-width:600px) {

    .top-phone {
        margin: 5px 0;
    }

    .acc-wish-wrap {
        margin: 5px auto;
    }

    .top-form {
        margin: 5px auto;
    }

    #menu .btn-navbar span {
        margin-right: 5px;
    }

    .ajax-cart-promo {
        font-size: 12px;
        text-transform: none;
        padding: 6px 0;
    }

    .ajax-cart-qnts input {
        width: 30px;
        padding: 0;
    }

    .ajax-cart-qnts .btn-number {
        padding: 0 5px !important;
    }

    .wrp-ajax-cart-slider .header-with-nav {
        margin: 5px 0;
    }

    .wrp-ajax-cart-slider .car-header {
        font-size: 16px;
        line-height: 20px;
    }

    .ajax-cart-total {
        width: 50%;
        font-size: 14px;
    }

    .lang-wrap {
        margin-left: auto;
    }

    .navbar-ex1-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 100;
        top: 53px;
    }



    .prices-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #top {
        padding-bottom: 10px;
    }

    header {
        padding: 20px 0 10px;
    }

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

    .soc-wrap .top-soc {
        margin-left: 15px;
    }

    #logo img {
        max-width: 130px;
    }

    .cart-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-form .inp-text {

        padding: 6px 20px 6px 5px;
        width: 140px;
        text-align: center;
        border-radius: 10px;
        outline: none;
        font-size: 12px !important;
    }

    .top-nav-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    /*
    .top-nav-row div {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #eee;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
*/

    .top-nav ul li a {
        font-size: 9px;
    }

    .top-nav-row ul {
        width: calc(100% - 35px);
    }

    .top-nav-row ul li {
        margin: 0 5px 0 0;
    }

    .rek-ban {
        padding: 15px;
        text-align: center;
        background-position: right;
    }

    .home-first-slide-block > div:first-child {
        width: 100%;
    }

    .about-icons-block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-first-slide-block > div {
        padding: 0;
    }

    .slides .owl-nav {
        position: relative;
        margin-top: -75px;
        padding-bottom: 30px;
    }

    .category-block {
        width: 100%;
        margin-bottom: 15px;
    }

    #cart .dropdown-menu {
        width: calc(100vw - 30px);
        right: 0;
    }

    .product-title {
        font-size: 18px;
        line-height: 22px;
    }

    .buy-buttons-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .prices-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .price {
        margin: 0;
    }

    #button-cart2 {
        margin: 0 15px 0 0;
    }

    .buy-buttons-wrap button {
        margin-bottom: 15px;
    }

    .input-group-sm > .form-control,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .btn {
        padding: 0 10px;
    }

    #product-category .input-group-addon {
        width: 100px !important;
        ;
    }

    #product-category .form-control {
        width: 180px !important;
        ;
    }

    .input-group {
        max-width: 280px;
        margin: 15px auto;
    }

    #gmap {
        height: 550px !important;
    }

    .price {
        margin-bottom: -10px !important;
    }

    .breadcrumb > li a {
        font-size: 9px;
    }

    .breadcrumb > li {
        overflow: auto;
        max-width: 100%;
    }

    .breadcrumb > li:after {
        vertical-align: 1px;
        margin: 0 3px 0 3px;
        height: 3px;
        width: 3px;

    }

    .good__table td {
        font-size: 8px;
        line-height: 10px;
        padding: 2px;
    }

    .ad-image-wrap,
    .thumbnails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #fff;
        background: var(--third-color);
    }

    .nav-tabs li.active {
        border-bottom: 2px solid transparent;
    }

    .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer img {
        display: inline !important;
    }

    footer {
        text-align: center;
    }

    .navbar-nav {
        margin: 15px 0;
    }

    .navbar-nav a {
        text-align: center;
    }

    .navbar-nav li {
        margin-top: 5px;
    }

    #logo {
        text-align: center;
    }

    #logo img {
        display: inline;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #menu .nav > li > a {
        padding: 0 15px !important;
    }

    .top-grafik,
    .top-mail,
    .top-adress {
        display: none;
    }

    .top-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .cart-wrap,
    .search-wrap {
        margin-top: 15px;
    }

    .cart-wrap {
        text-align: right;
    }

    .menu-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .menu-row > div {
        width: 100%;
    }

    .menu-row > div.search-wrap {
        width: 100%;
    }

    .menu-wrap {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .more {
        float: right;
    }

    .home-first-slide-title {
        font-size: 28px;
        line-height: 32px;

    }

    .home-first-slide-cont {
        margin-bottom: 15px;
    }

    .sub-block {
        margin: 15px 0;
    }

    .header-with-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0;
    }

    .car-header {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .my-nav {
        width: 70px;
        font-size: 30px;
    }

    .my-nav i {
        font-size: 30px;
    }

    .group-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .group-image,
    .group-wrap {
        width: 100%;
    }

    .group-image {
        margin: 15px 0;
    }

    .group-line {
        margin: 30px auto 15px;
    }

    .group-line-title {
        margin: 30px auto 15px;
    }

    .about-icons-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub-block {
        width: 50%;
    }

    .home-first-slide-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-first-slide-block > div {
        width: 100%;
    }
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}






/*OnE PeT*/

/*HEadDer*/
.menu-wrap {
    width: 100%;
}

.top-menu {
    margin: 0 -15px;
    padding: 0;
}

.top-phone {
    font-size: 20px;
    font-weight: 700;
}

.top-adress {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    margin: 10px 0;
}

.lang-choise,
.lang-choise:hover,
.lang-choise:focus,
.lang-choise:active {
    background: var(--main-color);
    color: #fff !important;
    border-radius: 10px;
    width: 97px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
}

.lang-choise:hover {
    background: var(--second-color);
}

.lang-choise i {
    font-size: 22px;
    margin-top: -3px;
    margin-left: 3px;
}

.lang-wrap .dropdown-menu {
    left: auto;
    right: 0;
}

.lang-wrap .dropdown-menu li {
    background: var(--main-color);
    width: 100%;
    padding: 5px;
    margin: 0;
}

.lang-wrap .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--second-color);
}

.lang-wrap .dropdown-menu li .language-select {
    color: #fff !important;
    font-size: 16px;
    transition: .4s;
}

.lang-wrap .dropdown-menu li .language-select:hover {
    color: var(--second-color) !important;
    text-decoration: none;
}

.callback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 250px;
    height: 58px;
    background: var(--main-color);
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
}

.callback:hover {
    background: var(--second-color);
}

.top-soc i {
    font-size: 20px;
}

.acc-wish-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acc-wish-wrap i {
    color: #000;
    font-size: 32px;
}

.acc-block {
    text-align: center;
    width: 50px;
}

.soc-block {
    display: flex;
    margin: 0;
    margin-right: 20px !important;
}

.soc-block a {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    transition: .4s;
}

.soc-block a:hover {
    background: var(--second-color);
}

.soc-lang-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-dog-banners {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.cat-dog-banners > div {
    width: 50%;
    padding: 15px;
}

.cat-dog-banners img {
    max-width: 100%;
}

/*SearCh*/
#search {
    background: #EEEEEE;
    width: 474px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0;
    padding: 0 10px;
}

.search-but {
    width: auto;
}

#search i {
    font-size: 22px;
}

#search input {
    background: transparent;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 25px !important;
    color: #000;
}

#search input::placeholder {
    font-size: 16px;
    font-weight: 300;
}

#search .input-group-btn {
    width: auto;
    position: relative;
}

#search .input-group-btn:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 2px;
    left: 0;
    top: 7px;
    background: #000;
}

#search .btn-lg {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: none;
    width: 30px;
    color: #000;
}

#d_ajax_search_results {
    left: 0px !important;
    top: 30px;
    width: 100% !important;
}

.col-12 {
    width: 100%;
}

/*MenNu*/
#menu .navbar-nav li {
    margin: 0 15px;
}

/*SlideShow*/
.owl-slideshow {
    position: relative;
    margin: 30px 0;
}

.fnav {
    z-index: 2;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.mynav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
}

.fnav .owl-prev,
.fnav .owl-next,
.mynav .owl-prev,
.mynav .owl-next {
    padding: 0px;
    border: none;
    background: transparent;
    font-size: 32px;
}

.fnav .fdots,
.mynav .mydots {
    display: flex;
}

.fnav .owl-dot,
.mynav .owl-dot {
    padding: 0px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 10px;
    transition: .2s;
    border: 1px solid #fff;
}

.fnav .owl-dot {
    border: 1px solid #000;
    background: #000;
}

.fnav .owl-dot.active,
.mynav .owl-dot.active {
    width: 22px;
    background: transparent;
}

.slider-block {
    position: relative;
}

.slideshow-text {
    font-size: 36px;
    line-height: 52px;
    color: var(--main-color);
    position: absolute;
    top: 60px;
    left: 50px;
    max-width: 500px;
}

.slideshow-text span {
    display: block;
    font-size: 48px;
}

.go-but {
    display: block;
    position: absolute;
    right: 90px;
    bottom: 60px;
    font-size: 20px;
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    width: 223px;
    height: 47px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-but:hover {
    color: #fff;
    background: var(--second-color);
}

/*Proudct carousel cards*/
.buy-buts-wrap {
    display: flex;
    align-items: center;
    width: 60%;
}

.buy-buts-wrap:before {
    content: ' ';
    display: block;
    height: 50px;
    width: 2px;
    margin-right: 15px;
    background: var(--main-color);
}

.buy-buts > div {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    transition: .4s;
}

.buy-buts .oneclick {
    color: var(--second-color);
}

.buy-buts > div:hover {
    color: var(--main-color);
}

.product-thumb {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.product-thumb .caption {
    min-height: 0px;
}

/*About section*/
.about {
    margin-top: 60px;
}

.about-row {
    display: flex;
}

.about-content,
.about-image {
    width: 50%;
}

.about-content {
    background: var(--main-color);
}

.about-image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-content-container {
    padding: 30px 45px 90px 15px;
    max-width: 690px;
    margin-left: auto;
}

.about-content-title {
    margin: 30px 0;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    max-width: 480px;
}

.about-content-text {
    margin: 30px 0;
}

.about-content-title span {
    color: var(--second-color);
}

.about-content-link a {
    width: 200px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--second-color);
    border-radius: 10px;
    border: 1px solid var(--second-color);
    transition: .4s;
    font-size: 16px;
    letter-spacing: 1px;
}

.about-content-link a:hover {
    background: #fff;
    color: var(--main-color);
}

.icon-row {
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-block {
    padding: 15px 30px 30px 30px;
    text-align: center;
    width: 250px;
}

.icon-block-icon {
    font-size: 80px;
    color: var(--main-color);
}

.icon-block-icon:after {
    display: block;
    content: ' ';
    width: 100px;
    height: 2px;
    background: var(--main-color);
    margin: 5px auto 15px;
}

.icon-why4 {
    margin-left: -40px;
}

.icons {
    margin-bottom: 60px;
}

.man-row {
    display: flex;
}

.man-block-wrap {
    width: 16.6%;
    padding: 15px;
}

.man-block img {
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}

.green-but {
    margin: 60px auto;
    text-align: center;
}

.green-but a {
    padding: 13px 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: var(--main-color);
    transition: .4s;
}

.green-but a:hover {
    background: var(--second-color);
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-logo {
    width: 23%;
}

.footer-cat-list {
    width: 18%;
}

.footer-info-list {
    width: 27%;
}

.footer-contacts {
    width: 32%;
}

.mobile-only {
    display: none;
}

#form-header-callback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-modal-wrap {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.form-modal-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.top-form {
    position: relative;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 15px;
}

.form-modal-header {
    color: #fff;
    text-align: center;
    padding: 15px;
    background: var(--main-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.form-modal-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.top-form .inp-text {
    background: transparent;
    border-bottom: 1px solid #000;
    padding: 0;
    color: #000;
    border-radius: 0;
    margin: 15px 0;
    width: 220px;
}

.top-form .inp-text::placeholder {
    font-weight: 300;
    color: #747474;
}

.top-form .inp-sub {
    border-radius: 10px;
    border: none;
    background: var(--main-color);
    text-transform: uppercase;
    outline: none;
    width: 220px;
    font-size: 20px;
    height: 45px;
    color: #fff;
    margin: 15px 0;
}

.form-modal-footer {
    padding: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.form-modal-footer a {
    color: var(--second-color);
    text-align: center;
}

#form-header-callback {
    padding-top: 30px;
}

.cart-minplus {
    display: flex;
    align-items: center;
}

.cart-minplus > span {
    margin: 0 5px;
}

.cart-minplus .glyphicon {
    color: #000;
}

.cart-minplus .form-control {
    width: 44px;
    height: 32px;
    font-size: 14px !important;
    padding: 0;
}

.ajax-cart-table .totla-count {
    text-align: right;
    width: 170px;
}

.ajax-cart-table .cont-buy {
    cursor: pointer;
    color: var(--main-color);
    font-size: 16px;
}

.ajax-cart-table .product-name {
    font-size: 14px;
    font-weight: 100;
}

.ajax-cart-table .product-desc {
    font-size: 12px;
    opacity: .8;
}

.stock-status {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--main-color);
}

.stock-status i {
    margin-right: 5px;
}

.product-price-old {
    position: absolute;
    top: 10px;
    font-weight: 100;
    text-decoration: line-through;
    opacity: .8;
}

.input-group .form-control[name^=quantity] {
    min-width: 40px;
}

.doplata-block {
    background: #F3F3F3;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    max-width: 330px;
    margin: 15px 0;
}

.doplata-images {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.doplata-images img {
    margin-right: 15px;
}

/*Simple styles*/
.simple-content {
    margin: 0 !important;
}

.simple-title {
    font-size: 36px;
    font-weight: 700;
    color: #022801;
    text-transform: uppercase;
}

.simple-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 10px;
    background: var(--main-color);
    margin: 15px 0 30px;
}

.simplecheckout-cart th {
    padding: 8px 12px;
}

.simplecheckout-cart tbody tr:nth-child(even) {
    background: #eee;
}

.simplecheckout-cart th.name {
    width: 50%;
}

.simplecheckout-cart th {
    background: var(--main-color) !important;
    color: #fff !important;
}

.simplecheckout-cart th,
.simplecheckout-cart td {
    vertical-align: middle !important;
    text-align: center !important;
}

.simplecheckout-cart td.number {
    text-align: center;
}

.simplecheckout-cart th.quantity {
    width: 10%;
}

.simplecheckout-cart td.model {
    font-size: 14px;
}

.simplecheckout-cart .quantity .input-group-btn .btn-primary {
    padding: 4px;
    background: transparent;
    color: var(--main-color);
    border: none;
    box-shadow: none;
}

#simplecheckout_cart .form-control {
    padding: 0px;
    display: inline-block !important;
    min-width: 40px !important;
    border: none;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--main-color);
    height: 30px;
}

.simplecheckout-cart .number-number {
    margin-bottom: 10px;
}

.remove-product {
    background: transparent;
    border: none;
}

.simplecheckout-cart .price {
    color: #000;
}

.simplecheckout-cart .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.simplecheckout-cart .input-group-addon,
.simplecheckout-cart .input-group-btn {
    width: 20px;
}

#simplecheckout_cart .form-control {
    width: 40px;
}

.simplecheckout-block .checkout-heading,
.simplecheckout-block .head-plashka {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
}

.simplecheckout-block-content fieldset {
    display: flex;
    flex-wrap: wrap;
}

.simplecheckout-block-content .form-group {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

#simplecheckout_comment textarea {
    border: 1px solid var(--main-color);
    font-size: 14px;
}

.simple-final-button .total-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 550px;
    margin: auto;
}

#total_total.simplecheckout-cart-total {
    display: none;
}

.simple-final-button .total-wrap .total-price {
    background: #eee;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
}

.simple-final-button .total-wrap .total-price:after {
    content: ' ';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 10px;
    background: var(--main-color);
}

.simple-final-button .total-wrap .total-price span {
    font-weight: 300;
    margin-right: 15px;
}

.simple-final-button #simplecheckout_button_confirm {
    background: var(--main-color);
    display: flex;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/*Blog Styles*/
.blog-inner-page {
    width: 100%;
    max-width: 980px;
    padding: 15px;
    margin: auto;
    font-weight: 400;
}

.blog-inner-page img {
    display: block;
    margin: 15px auto;
}

.blog_stats {
    text-align: right !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 400 !important;
}

.blog-inner-page div,
.blog-inner-page li,
.blog-inner-page p {
    font-weight: 400;
}

.blog-inner-title {
    margin-top: 0px;
    font-size: 36px;
    color: #022801;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-inner-title:after {
    display: block;
    height: 10px;
    width: 70px;
    background: var(--main-color);
    content: ' ';
    margin: 15px 0 30px;
}

.product-cars-wrap {
    position: relative;
    padding: 0 30px;
}

#column-right .product-cars-wrap {
    padding: 0;
}

.column-4 {
    display: flex;
    flex-wrap: wrap;
}

.column-4 .blog-item {
    width: 25%;
    padding: 15px;
}

.blog_stats {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blog_title {
    font-weight: 600;
    color: #000;
    transition: .4s;
}

.blog-item:hover .blog_title {
    color: var(--main-color);
}

.related-blogs {
    margin: 30px 0;
}

.published {
    margin: 15px 0;
    font-size: 14px;
}

.blog-latest-header {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #022801;
}

.blog-module.blog-category {

    position: relative;
    border: 1px solid var(--main-color);
    width: 270px;
}

.blog-module.blog-category h3 {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.blog-module.blog-category h3.act i {
    transition: .4s;
}

.blog-module.blog-category h3.act i {
    transform: rotate(90deg);
}

.blog-module.blog-category ul {
    display: none;
    width: calc(100% + 2px);
    position: absolute;
    top: 39px;
    left: -1px;
    background: #fff;
    border: 1px solid var(--main-color);
}

.blog-module.blog-category ul li {

    padding: 0px 10px;
    border: none;
}

.blog-module.blog-category ul li a {
    display: flex;
    align-items: center;
}

.blog-module.blog-category ul li a:before {
    content: ' ';
    display: block;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.blog-module.blog-category ul li.active a:before {
    background: var(--main-color);
}

.image-additional {
    max-width: 81px;
}

.hpm-type-images .hpm-item.disabled,
.hpm-type-html-select .hpm-item.disabled {
    opacity: 1 !important;
}

.hpm-type-images .hpm-item {
    padding: 4px !important;
}

.hpm-type-images .hpm-item.active {
    border: 1px solid transparent !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
}

@media(max-width:1100px) {
    .my-nav.d-none {
        display: block;
    }

    .product-cars-wrap {
        padding: 0 15px;
    }

    .blog-inner-title {
        font-size: 20px;
    }


    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image {
        width: 100% !important;
        height: 100%;
        display: block !important;
        margin-bottom: -.5px;
    }

    table.simplecheckout-cart {
        font-size: 12px;
        width: 700px;
    }

    .simple-content fieldset {
        display: flex;
        justify-content: center;
    }

    .simplecheckout-block-content .form-group {
        width: 100%;
    }

    .simple-final-button .total-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .simple-final-button .total-price {
        margin-bottom: 15px;
    }

    .mobile-only {
        display: block;
    }

    .desc-only {
        display: none;
    }

    .mobile-header-wrap {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 15px 15px;
        justify-content: space-between;
    }

    .acc-wish-wrap i,
    .burger i {
        font-size: 20px;
    }

    .burger.act i:before {
        content: '\e813';
    }

    .acc-block {
        width: 35px;
    }

    #cart {
        margin-bottom: 15px;
    }

    #search {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: auto !important;
        height: 40px;
    }

    .search-wrap {
        margin-top: 0px;
    }

    #search .input-group-btn:before {
        height: 24px;
        left: 15px;
        top: 5px;
    }

    #search i {
        font-size: 20px;
        margin-top: 3px;
    }

    .col-sm-12 {
        padding: 0;
    }

    .owl-slideshow img {
        object-fit: cover;
        object-position: center;
        height: 350px;
        border-radius: 30px;
        filter: brightness(.4);
    }

    .owl-slideshow .go-but {
        display: none;
    }

    .slideshow-text {
        font-size: 20px;
        top: 30px;
        left: 30px;
        line-height: 34px;
    }

    .slideshow-text span {
        font-size: 26px;
    }

    .mynav {
        color: #fff;
    }

    .mynav .owl-dot {
        border: 1px solid #fff;
    }

    .mynav .owl-dot.active {
        background: #fff;
    }



    .car-header {
        font-size: 22px;
        line-height: 24px;
    }

    .car-header:before {
        margin-right: 5px;
    }

    .car-header span {
        margin-left: 5px;
    }

    .net-vnal,
    .vnal {
        font-size: 12px;
        padding: 0 0px 5px;
    }

    .product-thumb .caption {
        height: 65px;
        overflow: hidden;
        padding: 0 0px;
    }

    .product-thumb h4 a {
        font-size: 12px;
    }

    .product-thumb {
        padding: 0 10px;
    }

    .product-thumb .image img {
        height: auto !important;
        width: auto !important;
    }

    .product-thumb .button-group {
        overflow: hidden;
        padding: 15px 0 0;
        flex-direction: column;
    }

    .product-thumb .price {
        margin: 0 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .product-thumb .price-old {
        position: static;
        font-size: 12px;
    }

    .product-thumb .price-new {
        font-size: 12px;
        margin: 0 5px 0 0;
    }

    .buy-buts-wrap,
    .product-thumb .price,
    .product-thumb .buy-but {
        width: 100%;
    }

    .wish {
        right: 0;
        top: 10px;
    }

    .buy-buts-wrap {
        margin-top: 10px;
    }

    .buy-buts > div {
        border: 1px solid var(--main-color);
        padding: 2px 5px;
        border-radius: 8px;
    }

    .buy-buts-wrap:before {
        display: none;
    }

    .buy-buts {
        width: 100%;
        display: flex;
    }

    .buy-buts .oneclick {
        color: var(--main-color);
        font-size: 12px;
        margin-left: 15px;
        display: flex;
        align-items: center;
    }

    .icon-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }

    .icon-text {
        font-size: 12px;
    }

    .cat-dog-banners > div {
        width: 100%;
    }

    .about-content-title {
        font-size: 32px;
        line-height: 40px;
    }

    .abount-content-image img {
        display: block;
        margin: 0 auto 30px;
    }

    .cat-dog-banners {
        flex-wrap: wrap;
    }

    .icons {
        margin-bottom: 15px;
    }

    .icon-block {
        width: 50%;
    }

    .man-row-wrap {
        width: calc(100% + 15px);
        margin-right: -15px;
        overflow: auto;
    }

    .man-row {
        width: 600px;
    }

    .man-block-wrap {
        width: 100px;
    }

    .man-block img {
        width: 100%;
        height: auto;
    }

    .green-but {
        margin: 40px auto 15px;
    }

    footer {
        margin-top: 30px;
        padding-top: 30px;
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-cat-list,
    .footer-info-list {
        width: 50%;
        padding: 15px;
        text-align: left;
    }

    footer li a {
        font-size: 12px;
    }

    .footer-contacts {
        width: 100%;
        padding: 15px;
        text-align: left;
    }

    .about-row {
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .about-content-container {
        padding: 30px 15px 45px;
    }

    .about-content,
    .about-image {
        width: 100%;
    }

    .popup-header {
        position: absolute;
        top: 45px;
        right: -600px;
        width: 100%;
        height: auto;
        min-height: 100vh;
        z-index: 100000;
        background: #fff;
        padding: 30px 0;
        transition: .4s;
    }

    .popup-header.act {
        right: 0;
    }

    .popup-header-title {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background: var(--main-color);
    }

    #menu .nav > li > a {
        text-align: left;
        font-size: 14px;
        color: #000;
        width: 160px;
    }

    #menu .navbar-nav {
        padding-bottom: 15px;
        border-bottom: 1px solid #D9D9D9;
    }

    #menu .navbar-nav li {
        margin: 5px 15px;
    }

    #menu .dropdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    #menu .dropdown .mobile-menu-icon {
        width: calc(100% - 160px);
        padding-left: 15px;
    }

    #menu .dropdown .mobile-menu-icon i {
        display: inline-block;
        transition: .4s;
    }

    #menu .dropdown .mobile-menu-icon.act i {
        transform: rotate(-90deg);
    }

    .navbar-nav .dropdown .dropdown-menu.lvl1 {
        position: static;
        display: none;
    }

    .navbar-nav .dropdown .lvl1-wrap {
        border: none;
        box-shadow: none;
    }

    .lvl2-cat-name {
        margin: 0;
        text-align: left !important;
        font-size: 12px;
    }

    .lvl1-wrap {
        margin-top: 5px;
        padding: 5px;
    }

    .popup-header-info {
        display: flex;
        margin: 15px 30px;
    }

    .popup-header-info i {
        margin-right: 15px;
        color: #4C2508;
        font-size: 20px;
    }

    .popup-header-info-phone a {
        color: #4C2508;
    }

    .popup-header-info-open {
        color: var(--main-color);
    }

    .popup-header-callback {
        padding: 5px 30px 30px;
        border-bottom: 1px solid #D9D9D9;
    }

    .callback {
        width: 220px;
        height: 50px;
    }

    .soc-block {
        padding: 30px 35px;
        border-bottom: 1px solid #D9D9D9;
    }

    .soc-block a {
        height: 40px;
        width: 40px;
        font-size: 30px;
        margin: 0 15px 0 0;
        border-radius: 10px;
    }

    .top-menu {
        margin: 0;
        padding: 30px;
        list-style: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .desctop-header-wrap {
        overflow: hidden;
    }

}

#column-right .container {
    width: 300px;
}

#column-right .car-header {
    font-size: 16px;
    font-weight: 700;
}

#column-right .car-header:before {
    display: none;
}

#column-right .button-group {
    display: none;
}
