@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-ExtraBold.woff') format('woff'),
        url('font/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('font/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Heavy.woff') format('woff'),
        url('font/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('font/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-SemiBold.woff') format('woff'),
        url('font/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('font/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Light.woff') format('woff'),
        url('font/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Regular.woff') format('woff'),
        url('font/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Medium.woff') format('woff'),
        url('font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('font/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-UltraLight.woff') format('woff'),
        url('font/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Bold.woff') format('woff'),
        url('font/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('font/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Thin.woff') format('woff'),
        url('font/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('font/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('font/Gilroy-Black.woff') format('woff'),
        url('font/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
     font-display: swap;
}


::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #201e1c;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    line-height: 24px;
    font-family: 'Gilroy', sans-serif;
    color: #222222;
    font-size: 16px;
    min-width: 290px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

input,
button,
textarea,
select {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    /* font-size: 1em; */
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0px solid #c0c0c0;
    margin: 0px;
    padding: 0px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* width: 100%; */
}

html.overyhid {
    overflow-x: hidden;
}

embed,
object,
iframe {
    width: 100%;
}

a {
    text-decoration: underline;
    border: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #71858d;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

img {
    border: 0px;
      -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
}

h2 {
    color: black;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    margin: 20px 0px 35px 0px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 15px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
}

ul li {
    list-style: none;
}

ol li {
    list-style: none;
}


.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0;
}

.slick-list:focus {

    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.moduletable.slidebl {
    position: relative;
    height: 373px;
}

ul.mysliders {
    position: relative;
    z-index: 1;
}

.moduletable.slidebl ul .slick-track {
    width: 100% !important;
    height: 373px;
}

.mysliders .mysliderlist:first-child {
    opacity: 1;
}

.moduletable.slidebl .slick-list {
    overflow: visible;
}

.mysliders .slick-slide {
    height: 373px;
    position: absolute !important;
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
}

.mysliders .mysliderlist {
    height: 373px;
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
    opacity: 0;
    overflow: hidden;
}

.container {
    width: 1582px;
    margin: 0px auto;
    padding: 0px 10px;
}

div#notify_when_available {
    display: none;
}

.popwind {
    display: none;
    background: #fff;
    width: 600px;
    padding: 35px 30px;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    box-sizing: border-box;
    font-size: 22px;
    line-height: 24px;
}

.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
}
.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li:last-child{
    margin-right: 0;
}
.gl_menu_block ul.nav.navbar-nav > li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 30px 72px 35px 72px;
    z-index: 40;
    margin-left: -72px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    display: none;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar {
    display: block;
}


.footer_menu_1 {
    display: none;
}
.footer_menu_1 .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    display: none;
}


.footer_menu_1 .collapse.navbar-collapse > ul.nav.navbar-nav > li.aboutli {
    display: block;
}

.footer_menu_2 .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    display: none;
}


.footer_menu_2 .collapse.navbar-collapse > ul.nav.navbar-nav > li.dopli {
    display: block;
}

.footer_menu_3 .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    display: none;
}


.footer_menu_3 .collapse.navbar-collapse > ul.nav.navbar-nav > li.remontli {
    display: block;
}

.footer_copy > div > div {
    display: inline-block;
    vertical-align: top;
}

.footer_social li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
}

.footer_social li a {
    width: 36px;
    height: 36px;
    background: white;
    text-indent: -9999px;
    display: block;
}

.footer_develoer {
    float: right;
}

.footer_social {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 300px;
    text-align: center;
    top: 35px;
    overflow: hidden;
    height: 38px;
}

.footer_contacts {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 0 30px;
    white-space: nowrap;
}
.fc_btncall.callme_btn {
    grid-column: 2;
    grid-row: 1 / 6;
}
.footer_menu {
    display: flex;
    gap: 24px;
    width: 100%;
}

.footer_menu > div {
    min-width: 200px;
    width: auto;
}
@media (max-width: 1366px) {
    .footer_menu > div{
        min-width: 130px;
    }
}

.footer_menu ul.nav.navbar-nav ul li{
    display: block;
}
.footer_menu ul.nav.navbar-nav ul li:not(:last-child),
.footer_menu_info ul.nav.navbar-nav li:not(:last-child){
    margin-bottom: 9px;
}

.mobnav.active {
  left: 0px !important;
  visibility: visible;
  background: #FAFAFA;
}

.mobnav {
  width: 300px;
}

.mobnav {
  left: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  top: 0;
  bottom: 0;
  width: 320px;
  position: fixed;
  z-index: 99;
  background: #fff;
  padding: 15px 15px 40px 15px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  left: -100%;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.mobbgs.active {
  display: block;
  opacity: 0.7;
}

.mobbgs {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 90;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.mob_logo_block img {
    width: 140px;
}

.mob_logo_block {
    text-align: center;
}

span.m-close {
    background: none;
    width: 20px;
    height: 20px;
    text-indent: -9999px !IMPORTANT;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: contain !important;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.m-close svg {
    display: block;
}

.mobnav .language_block {
    margin: 15px 0 0;
}
.mobnav .lang_block {
    display: flex;
    gap: 10px;
}
.mobnav .lang_block .divider {
    transform: rotate(180deg);
    border-top: none;
    border-right: 1px solid #201E1C;
    height: 22px;
    width: initial;
    margin: 0 !important;
}

.mob_menu_block ul li a {
    display: block;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.mob_menu_block {
    margin-top: 20px;
    border-top: 1px solid #D4DBE2;
}

.mob_menu_block ul li a {
    padding: 15px 0px;
}

.mob_phones_block a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.mob_phones_block {
    text-align: center;
}

.mob_phones_block {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobnav .callme_btn {
    text-align: center;
}

.mobnav .callme_btn a {
    width: 100%;
}

.mob_menu_block .collapse.navbar-collapse > ul > li ul {
    display: none;
    padding-left: 15px;
    box-sizing: border-box;
}

.mob_menu_block .collapse.navbar-collapse > ul > li:not(.aboutli.active) {
    border-bottom: 1px solid #d5d5d5;
}

.mob_menu_block .collapse.navbar-collapse > ul > li:not(.active) {
    border-bottom: 1px solid #d5d5d5;
}

.mob_menu_block .collapse.navbar-collapse > ul > li.active:first-child:not(.open.active):not(.active.aboutli) {
    border-bottom: 1px solid #d5d5d5 !important;
}

.mob_menu_block .collapse.navbar-collapse > ul li.parent > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.071 0.29277L12.728 5.94977L11.314 7.36377L6.364 2.41377L1.414 7.36377L0 5.94977L5.657 0.29277C5.84453 0.105299 6.09884 -1.66893e-05 6.364 -1.66893e-05C6.62916 -1.66893e-05 6.88347 0.105299 7.071 0.29277Z' fill='%235D5D5D'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -8px;
    top: 7px;
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.mob_menu_block .collapse.navbar-collapse a {
    position: relative;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul {-webkit-column-count: 6;-moz-column-count: 6;column-count: 6;}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > a {
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul a {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul {
    margin-bottom: 15px;
    margin-top: 0px;
}

.footer_menu_3 li.parent.menu_link.remontli ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


.footer_menu ul.nav.navbar-nav ul a,
.footer_menu_info ul.nav.navbar-nav a {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}

.footer_menu .collapse.navbar-collapse > ul > li > a,
.footer_menu .collapse.navbar-collapse > ul > li > div > a {
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.footer__child-columns .nav{
    column-count: 2;
}

.footer_menu_3 li.parent.menu_link.remontli ul li {width: 250px;margin-top: 6px;}
.mobmenu{ display:none;}
.mobsearch,
.mobsearch_send
{ display:none;}
.fc_name {
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
}

.footer_top a.menu_link.speccar {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
}
.footer_top a.menu_link.speccar:after {
    content: '';
    width: 48px;
    height: 3px;
    background-color: #fecc00;
    display: block;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul a:hover,.footer_menu ul.nav.navbar-nav ul a:hover,
.footer_menu_info ul.nav.navbar-nav a:hover {
    text-shadow: 0px 0px 1px #000000;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul a > span:after,.footer_menu ul.nav.navbar-nav ul a > span:after,
.footer_menu_info ul.nav.navbar-nav a > span:after{
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul a > span,.footer_menu ul.nav.navbar-nav ul a >span,
.footer_menu_info ul.nav.navbar-nav a > span{
    display: inline-block;
    position: relative;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul a:hover > span:after,
.footer_menu ul.nav.navbar-nav ul a:hover > span:after,
.footer_menu_info ul.nav.navbar-nav a:hover > span:after {
    background: #fecc00;
}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > a:hover,
.footer_menu .collapse.navbar-collapse > ul > li > div > a:hover,
.footer_menu .collapse.navbar-collapse > ul > li > a:hover {
    text-shadow: 0px 0px 1px #000000;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > a:hover > span:after,
.footer_menu .collapse.navbar-collapse > ul > li > div > a:hover > span:after,
.footer_menu .collapse.navbar-collapse > ul > li > a:hover > span:after{
    background: #fecc00 !important;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > a > span:after,
.footer_menu .collapse.navbar-collapse > ul > li > div > a > span:after,
.footer_menu .collapse.navbar-collapse > ul > li > a > span:after{
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li {
    margin-bottom: 15px;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    float: left;
}

.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul li {
    margin-top: 6px;
}

li.parent.menu_link.speccar {
}

.footer_top {
    border-bottom: 3px solid #fecc00;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer_top {
    border-top: 3px solid #201e1c;
    padding-top: 30px;
}

.footer_logo img {
    display: block;
}

.footer_logo a {
    float: right;
}
.fc_phone a {
    color: black;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: justify;
    letter-spacing: 1.5px;
}

.fc_mail a {
    height: 15px;
    color: #000000;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.fc_address {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.callme_btn a {
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    width: fit-content !important;
    height: fit-content;
    border: 2px solid #fecc00;
    border-radius: 5px;
    padding: 11px 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

.callme_btn a:hover {
    color: #000;
    background-color: rgba(254, 204, 0, 0.23);
}

.fc_mail {
    margin-top: 7px;
    margin-bottom: 9px;
}

.footer_copy {
    background-color: #201e1c;
    position: relative;
    line-height: 102px;
}

.footer_develoer {
    color: #d5d5d5;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
}

.footer_develoer a {
    color: #d5d5d5;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer_powered {
    color: #d5d5d5;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
}
.footer_middle {
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.footer_logo:after {
    content: '';
    display: block;
    clear: both;
}

.footer_logo {
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
}

a.menu_link.soc_fb {
    background: url(../images/soc/fb.png) no-repeat center center;
}

a.menu_link.soc_inst {
    background: url(../images/soc/inst.png) no-repeat center center;
}

a.menu_link.soc_pint {
    background: url(../images/soc/pi.png) no-repeat center center;
}

a.menu_link.soc_you {
    background: url(../images/soc/you.png) no-repeat center center;
}

a.menu_link.soc_in {
    background: url(../images/soc/in.png) no-repeat center center;
}

a.menu_link.soc_tw {
    background: url(../images/soc/tw.png) no-repeat center center;
}




a.menu_link.soc_fb:hover {
    background: url(../images/soc/fbh.png) no-repeat center center;
}

a.menu_link.soc_inst:hover {
    background: url(../images/soc/insth.png) no-repeat center center;
}

a.menu_link.soc_pint:hover {
    background: url(../images/soc/pih.png) no-repeat center center;
}

a.menu_link.soc_you:hover {
    background: url(../images/soc/youh.png) no-repeat center center;
}

a.menu_link.soc_in:hover {
    background: url(../images/soc/inh.png) no-repeat center center;
}

a.menu_link.soc_tw:hover {
    background: url(../images/soc/twh.png) no-repeat center center;
}
.lang_block ul li button {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: none !important;
    border: 0px !important;
    border-bottom: 3px solid #ffffff !IMPORTANT;
}

.lang_block ul li.active button,.lang_block ul li button:hover {
    border-bottom: 3px solid #fecc00 !important;
    /* font-weight: 900; */
    text-shadow: 0px 0px 1px #000000;
}

.lang_block ul li button:after {
}

.lang_block ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 15px;
}

.phones_block a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.header_right .callme_btn a {
    border: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px; /* 200% */
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 0 10px;
}
.header_right .callme_btn a:focus,
.header_right .callme_btn a:hover{
    background-color: transparent;
}
.gl_menu_block a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li.active > a span:after, .gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li:hover > a span:after {content: '';display: block;height: 3px;background-color: #fecc00;width: 100%;}

.header {
    background: #fff;
}
.search_btn > a {
    text-indent: -9999px;
    display: block;
    background: url(../images/search.png) no-repeat center center / 16px;
    min-width: 40px;
    width: 40px;
    height: 40px;
}

.search_btn {
    display: flex;
    height: 38px;
    width: 38px;
    border-radius: 25px;
    border: 2px solid #FECC00;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.search_btn:before,
.search_btn:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%);
}
body:has(#breadcrumb) .head:not(.fix):not(.afix) .search_btn:before{
    clip-path: polygon(3px -1px, calc(100% - 3px) -1px, calc(100% - 23px) calc(100% - 3px), 23px calc(100% - 3px));
}
body:has(#breadcrumb) .head:not(.fix):not(.afix) .search_btn:after{
    background-color: #000;
    z-index: -2;
}
.search_btn.show {
    min-width: 190px;
}
.search_btn a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
div#search {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
}
.search_btn.show div#search {
    visibility: visible;
    opacity: 1;
    max-width: calc(100% - 40px);
    transition: .3s;
}
.homepage .search_btn.show div#search {
    width: 170px;
}
@media (max-width: 1280px) {
    .search_btn {
        height: 48px;
        width: 48px;
    }
    .search_btn > a {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
}
.header_wrap {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.header_right,
.header_left{
    display: flex;
    gap: 10px;
    align-items: center;
}
.header_right{
    gap: 38px;
}
.header_call_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.header_call_wrap hr{
    width: 100%;
    margin: 0;
}
div#search input {
    width: calc(100% - 20px);
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-bottom: none !important;
    margin: 0 5px 0 15px;
}
div#search button {
    position: absolute;
    right: 3px;
    top: 2px;
    background: url(../images/search.png) no-repeat center center;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 0px;
}
.gl_menu_block a.menu_link.speccar {
    font-weight: 900;
}

.gl_menu_block li > a span:after, .gl_menu_block a span:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #ffffff;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gl_menu_block ul.nav.navbar-nav > li ul a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.gl_menu_block ul.nav.navbar-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.gl_menu_block ul.nav.navbar-nav > li ul li {
    display: block;
}


.gl_menu_block ul.nav.navbar-nav > li.parent.menu_link.speccar ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li > ul > li > ul {
    display: none !important;
}

.gl_menu_block ul.nav.navbar-nav > li.parent.menu_link.speccar ul li {
    padding-right: 35px;
    box-sizing: border-box;
}

.gl_menu_block ul.nav.navbar-nav > li ul a {
    line-height: 22px;
}

.gl_menu_block ul.nav.navbar-nav > li ul li {
    padding: 8px 0px;
    opacity: 0;
    -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
}

.gl_menu_block ul.nav.navbar-nav > li ul a span {
    display: inline-block;
}

.gl_menu_block ul.nav.navbar-nav > li:hover ul li {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.footer {
    background: #fff;
}

.head {
    background: #fff;
}

.gl_menu_block ul.nav.navbar-nav > li ul a:hover span:after,.gl_menu_block ul.nav.navbar-nav > li ul li.active > a span:after {
    background: #fecc00;
}
.slider_bg {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
}

.slider_container {
    position: relative;
}

.slider_name {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.slider_viewport.additional .slider_name {
    font-size: 35px;
    margin: 0 0 15px;
}

.slider_desc {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
}

.slider_text {
    position: relative;
    z-index: 1;
    padding: 50px;
    height: 330px;
    display: flex;
    flex-direction: column;
}

.slider_btn a {
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFCF06;
    border: 1px solid #FFCF06;
    border-radius: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    width: fit-content;
    text-align: center;
}
.slider_btn a:hover {
    background-color: #FFCF06;
    color: #fff;
}

.slider_btn {
    margin-top: auto;
}
span.slider_down span {
    color: #efc002;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    transform: rotate(270deg);
    display: inline-block;
}
span.slider_down:before {
    content: '';
    width: 1px;
    height: 61px;
    background-color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    right: 0px;
    margin: auto;
}

span.slider_down {
    display: inline-block;
    padding-top: 73px;
    cursor: pointer;
    margin-top: 55px;
    position: relative;
    left: -9px;
}

.arrowsl {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    right: 50px;
}

.slider_viewport {
    background: #201E1C;
}

.slider_viewport .container {
    max-width: 1860px;
    width: auto;
}

.slider_viewport.glslider {
    padding-top: 30px;
}

.slider_viewport.glslider:not(:has(+.slider_viewport.additional)) {
    padding-bottom: 40px;
}

.slider_viewport.additional {
    padding: 15px 0 40px;
}

.slider_viewport.additional .slider_wrapper:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.slider_slide {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.slider_slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(87deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.slider_dotes a {
    color: white;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}

.slider_dotes li a:after {
    width: 43px;
    height: 3px;
    background-color: white;
    display: inline-block;
    content: '';
    vertical-align: top;
    position: relative;
    top: 11px;
}
.slider_dotes li:last-child a:before {
    width: 43px;
    height: 3px;
    background-color: white;
    display: inline-block;
    content: '';
    vertical-align: top;
    position: relative;
    top: 11px;
    margin-right: 15px;
}

.slider_dotes li:last-child a:after {
    display: none;
}

.slider_dotes li:first-child a:after {
    margin-left: 15px;
}

.slider_dotes li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px;
}

.slider_dotes li.slick-active a:after,.slider_dotes li.slick-active a:before {
    background-color: #fecc00;
}

.slider_dotes li:last-child a span,.slider_dotes li:first-child a span {
    display: inline-block;
}

.slider_dotes li a span {
    display: none;
}
.slider_dotes {
    position: relative;
}



.slider_social .container {
    position: relative;
    height: 100%;
}


.slider_social {
    /* position: absolute; */
    /* top: 0px; */
    /* width: 100%; */
    /* height: 100%; */
}

.slider_social .minimenu li a {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    display: block;
}

.slider_social .minimenu li {
    display: block;
    margin: 20px 0px;
}

.slider_social .minimenu > div {
    display: inline-block;
}
.slider_social {
    position: absolute;
    right: 7px;
    bottom: 80px;
    margin: auto;
}

.module_name {
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 65px;
    color: #201e1c;
    position: relative;
}

.module_name span {
    font-family: Gilroy;
    font-size: 72px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.03);
}

.our_spectehnik_block {
    margin-top: -97px;
    position: relative;
    z-index: 5;
    margin-bottom: 105px;
}
.our_spectehnik_item {
    width: 514px;
    height: 321px;
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 30px 40px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our_spectehnik_list {
    margin-left: -10px;
    margin-right: -10px;
}

.our_spectehnik_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.our_spectehnik_name {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.our_spectehnik_links a {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    position: relative;
}

.our_spectehnik_links a:hover {
    text-shadow: 0px 0px 1px #000000;
}

.our_spectehnik_links a:hover:after {
    background: #fecc00;
}

.our_spectehnik_links a:after {
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.showmore {
    text-align: center;
}

a.spteh_more {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    width: 243px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 55px;
    box-sizing: border-box;
}

a.spteh_more:after {
    content: '';
    background: url(../images/down.png) no-repeat center center;
    width: 9px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
}

a.spteh_more:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.our_spectehnik_item.hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.offer_list {
    margin-left: -10px;
    margin-right: -10px;
}

.offer_item {
    width: 514px;
    height: 419px;
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 60px 40px;
}

.offer_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.offer_name {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.offer_data {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 60px;
    position: relative;
}

.offer_btn a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    line-height: 66px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}


.offer_btn a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.offer_list:after {
    content: '';
    display: block;
    clear: both;
}

.our_spectehnik_list:after {
    content: '';
    display: block;
    clear: both;
}


.our_spectehnik_block .module_name {
    color: #000;
    margin-bottom: 36px;
}

.our_spectehnik_block .module_name span {
    color: rgb(255 255 255 / 10%);
}

.partners_list_block .slick-slide a {
    width: 100%;
    height: 203px;
    background-color: white;
    box-shadow: 0 1px 25px rgb(51 51 51 / 14%);
    display: block;
    text-align: center;
    line-height: 203px;
}

.partners_list_block .slick-slide a img {
    display: inline-block;
    vertical-align: middle;
    max-height: 180px;
    max-width: 90%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.partners_list_block .slick-slide {
    margin: 0px 9px;
}
.partners_list_block .slick-list {
    padding: 25px 10px;
    box-sizing: border-box;
}
.partners_list_block  .swiper-wrapper {
    margin: 0px 50px;
    /* overflow: hidden; */
    position: relative;
    box-sizing: border-box;
}
.partners_list_block .swiper-container:before {
    content: '';
    display: block;
    width: 70px;
    height: 250px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(255,255,255);
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}

.partners_list_block .swiper-container {
    position: relative;
}
.slider_bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.partners_list_block .swiper-container:after {
    content: '';
    display: block;
    width: 66px;
    height: 250px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(255,255,255);
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
}
.partners_list_block .slick-slide a:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}
.partners_list_block {
    padding-bottom: 55px;
}
button.slick-prev {
    background: url(../images/sll.png) no-repeat center center / 8px 13px, #FECC00;
    left: -30px;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 5px;
}

button.slick-next {
    background: url(../images/slr.png) no-repeat center center / 8px 13px, #FECC00;
    right: -30px;
}
.offer_block {
    margin-bottom: 85px;
}
.about_img {
    float: left;
}

.about_block:after {
    content: '';
    display: block;
    clear: both;
}

.about_img {
    position: relative;
}

.about_img_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 55px;
    line-height: 24px;
    width: 100%;
}

.about_img_text img {
    float: left;
}

.about_img_text span {
    margin-top: 47px;
    display: inline-block;
    width: 355px;
    margin-left: 30px;
}
.about_txt {
    float: right;
    width: 881px;
    padding-left: 100px;
    box-sizing: border-box;
}

.about_txt {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 70px;
}

.about_txt .module_name {
    text-align: left;
}

.about_txt p {
    margin-bottom: 25px;
}

.about_btn a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    width: 243px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 55px;
    box-sizing: border-box;
}

.about_btn a:after {
    content: '';
    background: url(../images/detailh.png) no-repeat center center;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 7px;
}

.about_btn a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.about_block {
    margin-bottom: 85px;
}
.our_advantages {
    background: url(../images/bgcount_webp.webp) no-repeat center top / cover;
    height: 885px;
    padding-top: 85px;
    margin-bottom: 90px;
}

.our_advantages .module_name {
    color: #fff;
    position: relative;
    z-index: 2;
}

.our_advantages .module_name span {
    color: rgba(255, 255, 255, 0.05);
	}
.our_advantages_list {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 85px;
    padding-left: 70%;
}

.our_advantages_list span {
    color: #fecc00;
    font-size: 72px;
    line-height: 47px;
    font-weight: 700;
}

.our_advantages_list > div {
    margin: 40px 0px;
}

.our_advantages_list > div:first-child {
    line-height: 71px;
}
.number_one_block {
    background: url(../images/bg_webp.webp) no-repeat center top;
    height: 944px;
    padding-top: 178px;
    box-sizing: border-box;
	}
.number_one_head {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.number_one_text {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 48px;
    line-height: 66px;
    font-weight: 500;
    max-width: 745px;
}

.number_one_text strong,.number_one_text b {
    font-weight: 700;
}

.art_last_list {
    margin-left: -10px;
    margin-right: -10px;
}

.art_last_list .art_last_item:first-child {
    position: relative;
    width: 784px;
}

.art_last_list .art_last_item:first-child .art_last_desc {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    color: #fff;
    box-sizing: border-box;
    padding: 34px;
    padding-bottom: 123px;
}

.art_last_item {
    float: left;
    width: 379px;
    margin: 0px 10px;
}

.art_last_list:after {
    content: '';
    display: block;
    clear: both;
}

.art_last_list .art_last_item:first-child img {
    width: 100%;
}

.art_last_item img {
    width: 100%;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.art_last_list .art_last_item:first-child:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.art_last_list .art_last_item:first-child .art_last_date {
    color: white;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
    right: 35px;
    top: initial;
}

.art_last_list .art_last_item:first-child .art_last_detail {
    position: absolute;
    bottom: 26px;
    left: 35px;
}

.art_last_detail a {
    color: #FECC00;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.art_last_list .art_last_item:first-child
 .art_last_name a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.art_last_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #5d5d5d;
    min-height: 167px;
}

.art_last_name {
    margin-bottom: 25px;
    margin-top: 30px;
    min-height: 48px;
}

.art_last_date {
    position: absolute;
    top: -68px;
    right: 25px;
    color: white;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.art_last_desc {
    position: relative;
}

.art_last_name a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    text-decoration: none;
}

.art_last_list .art_last_item:first-child .art_last_text {
    color: #fff;
    min-height: auto;
}
.news_block {
    margin-bottom: 80px;
}
.art_last_detail {
    margin-top: 35px;
}
.art_last_item .image {
    height: 274px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.art_last_list .art_last_item:first-child .image {
    height: auto;
}
.art_last_list .art_last_item:first-child .art_last_name {
    min-height: auto;
}
.art_last_detail a:after {
    content: '';
    display: inline-block;
    background: url(../images/detail.png) no-repeat center center;
    width: 12px;
    height: 11px;
    margin-left: 5px;
}
.art_last_detail a:hover:before {
    background: #fecc00;
}

.art_last_detail a:before {
    content: '';
    display: inline-block;
    height: 3px;
    background: transparent;
    width: 100%;
    position: absolute;
    bottom: -6px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.topbt span {
    color: #efc002;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    transform: rotate(270deg);
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_block .container {
    position: relative;
}
span.topbt:before {
    content: '';
    width: 1px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0px;
    left: 9px;
    right: 0px;
    margin: auto;
    background: #000;
}
.topbtns {width: 50px;margin: 0 auto;position: relative;float: right;}

span.topbt.collaped {
    position: absolute;
    bottom: 101px;
}
span.topbt {width: 46px;height: 46px;display: block;margin-bottom: -11px;position: fixed;bottom: 42px;margin-left: 90px;z-index: 99;cursor: pointer;padding-top: 85px;}
span.topbt:hover span {
    color: #000;
}
.breadcrumb {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #201e1c;
}

.breadcrumb a {
    color: #5d5d5d;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
}

div#breadcrumb .breadcrumb {
    border-top: 3px solid #201e1c;
    padding-top: 13px;
}

div#breadcrumb {
    margin-bottom: 50px;
}

.breadcrumb > span:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 10px;
    background: url(../images/bread.png) no-repeat center center;
    position: relative;
    top: 8px;
    margin: 0px 3px;
	}
.breadcrumb > span:last-child:after {
    display: none;
}
.breadcrumb a:hover {
    border-bottom: 2px solid #fecc00;
}
.page-header__title {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
}

.page-header {
    margin-bottom: 70px;
    margin-top: 70px;
}

.empty_product {
    text-align: center;
}
.ar_text {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 50px;
}

.ar_text h2 {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 40px;
}

.ar_text p {
    margin-bottom: 20px;
}

.ar_text h3 {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ar_text a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.ar_text ul li {
    position: relative;
    padding-left: 40px;
    margin: 15px 0px;
}

.ar_text ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ulli.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 5px;
}
.category_description.ar_text b,.category_description.ar_text strong {
    color: #000;
}
.catchild-item {
    width: 514px;
    height: 419px;
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 60px 40px;
}

.catchild_catory {
    margin-left: -10px;
    margin-right: -10px;
}

.catchild_catory:after {
    content: '';
    display: block;
    clear: both;
}
.spareparts_wall_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.spareparts_wall_image img {
    max-width: 250px;
    display: block;
}

.spareparts_wall_caption h4 a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: none;
}

.spareparts_wall_thumb {
    width: 514px;
    height: 321px;
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 31px 40px;
}

.spareparts_child {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 80px;
}

.spareparts_child:after {
    content: '';
    display: block;
    clear: both;
}
ul.pareparts_wall_subcats_links a {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    position: relative;
}

ul.pareparts_wall_subcats_links a:hover {
    text-shadow: 0px 0px 1px #000000;
}

ul.pareparts_wall_subcats_links a:after {
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.pareparts_wall_subcats_links a:hover:after {
    background: #fecc00;
}

.spareparts_wall_caption {margin-bottom: 10px;position: relative;z-index: 2;}
.spareparts_wall_btn a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    line-height: 66px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.spareparts_wall_btn a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.spareparts_wall_btn {
    position: absolute;
    bottom: 40px;
}
.offer_btn {
    position: absolute;
    bottom: 105px;
}
.spareparts_wall_desc {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
img.img_left {
    float: left;
    width: 514px;
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    padding: 40px;
    box-sizing: border-box;
    margin-right: 60px;
    margin-bottom: 23px;
}

.img_shadow {
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
}
.spare-layout {
    width: 380px;
    height: 315px;
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 30px 40px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.spare_list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 70px;
}

.spare_name a {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #201e1c;
    text-transform: uppercase;
    text-decoration: none;
}

.spare_sku {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.spare_status {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.spare_btn button {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    height: 65px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    background: #fff;
    width: 100%;
}

.spare_name {
    margin-bottom: 5px;
}

.spare_list:after {
    content: '';
    display: block;
    clear: both;
}
.spare_caption {
    height: 181px;
}

.spare_sku span {
    color: #201e1c;
}
.spare_status.noaviable {
    color: #5d5d5d;
}

.spare_status.aviable {
    color: #189320;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    font-weight: 700;
}

.spare_sku {
    margin-bottom: 25px;
}
.spare_status.nosklad {
    color: #d90000;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}
.spare_status:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    margin-right: 11px;
}

.spare_status.aviable:before {
    background: url(../images/aviable.png) no-repeat center center;
}

.spare_status.noaviable:before {
    background: url(../images/time.png) no-repeat center center;
}
.spare_btn button.addcart_btn.aviable {
    background: #fecc00;
}
.spare_btn button:hover {
    background-color: rgba(254, 204, 0, 0.23) !important;
}
ul.pagination li {
    display: inline-block;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 8px;
}

ul.pagination {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

ul.pagination li.next_page a {
    background: url(../images/pagr.png) no-repeat center center;
    border: 0px;
    border-radius: 0px;
    text-indent: -9999px;
    position: relative;
}

ul.pagination a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    width: 42px;
    height: 42px;
    background-color: white;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    display: block;
    line-height: 42px;
    text-decoration: none;
}

ul.pagination li span {
    width: 42px;
    height: 42px;
    border: 1px solid #fecc00;
    border-radius: 5px;
    background-color: #fecc00;
    display: block;
    text-align: center;
    line-height: 42px;
}

ul.pagination li.prev_page a {
    background: url(../images/pagl.png) no-repeat center center;
    border: 0px;
    border-radius: 0px;
    text-indent: -9999px;
    position: relative;
}
ul.pagination a:hover {
    background: #fecc00;
    border: 1px solid #fecc00;
}
.spare_page_info h1 {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    margin-bottom: -10px;
    position: relative;
    top: 8px;
    padding-right: 15px;
}

.spare_data {
    font-size: 24px;
    line-height: 60px;
    color: #5d5d5d;
    font-weight: 500;
}

.spare_data span {
    color: #201e1c;
    font-weight: 700;
}

.spare_info_block {
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}

.spare_info_block > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 561px;
}

.spare_btnsbl {
    float: right;
}

.spare_info_block:after {
    content: '';
    display: block;
    clear: both;
}

.spare_statusbl {
    width: 460px !important;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    height: 304px;
    box-sizing: border-box;
    text-align: center;
    line-height: 304px;
}

.spare_statusbl .spare_status {
    display: inline-block;
    vertical-align: middle;
    font-family: Gilroy;
    font-size: 24px;
    line-height: 36px;
}

.spare_data {
    padding-top: 64px;
}

.spare_data .spare_sku {
    font-size: 24px;
    line-height: 60px;
    color: #5d5d5d;
    font-weight: 500;
    margin-bottom: 0px;
}

.spare_statusbl .spare_status:before {
    top: 3px;
}
.ar_text ul {
    margin: 15px 0px 25px 0px;
 }
.spare_productpage .ar_text {
    font-size: 16px;
}
.spare_btnsbl {
    text-align: center;
    line-height: 304px;
}

.spare_btnsbl button#button-cart {
    width: 328px;
    height: 82px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.spare_btnsbl button#button-cart:hover {
    background:rgba(254, 204, 0, 0.23);
}

.spare_btns {
    display: inline-block;
    vertical-align: middle;
}

.spare_btnsbl.aviable button#button-cart {
    background: #fecc00;
}
.usedcat-name {
    color: #201e1c;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    line-height: 41px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.user_cats_name {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 50px;
}

.usedcat-item a {
    position: relative;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    display: inline-block;
}

.usedcat-item {
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    padding: 15px 30px;
    display: none;
}

.usedcat-name:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: url(../images/select.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 7px;
}
.spare_productpage {
    padding-bottom: 90px;
}
.usedcat-item.show {
    display: block;
}

.usedcat-name.show:after {
    transform: rotate(180deg);
}
.usedcat-item a:hover:after {
    background: #fecc00;
}

.usedcat-item a:after {
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    background: white;
    position: absolute;
    bottom: 5px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#column-left {
    width: 300px;
    float: left;
    margin-top: 27px;
}

#column-left .minimenu .collapse > ul > li {
    display: none;
}

#column-left .minimenu .collapse > ul > li.speccar {
    display: block;
}

#column-left .minimenu .collapse > ul > li.speccar > a {
    display: none !important;
}

div#content.col-sm-9 {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 100px;
    float: right;
}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > ul ul {
    display: none !IMPORTANT;
}
div#product-category:after {
    content: '';
    display: block;
    clear: both;
}
#column-left .minimenu .collapse > ul > li.speccar > ul > li > a {
    color: #201e1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    display: block;
}

#column-left .minimenu .collapse > ul > li.speccar > ul > li {
    border-bottom: 1px solid #d5d5d5;
}

#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul > li a {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    position: relative;
}

#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul > li {}


#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul > li a:hover {text-shadow: 0px 0px 1px #000000;}

#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul > li a:hover> span:after {
    background: #fecc00;
}
#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul > li a > span:after {
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#column-left .minimenu .collapse > ul > li.speccar > ul > li ul {
    display: none;
    padding-bottom: 7px;
}

#column-left .minimenu .collapse > ul > li.speccar > ul li.parent > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/catdown.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 3px;
}
#column-left .minimenu .collapse > ul > li.speccar > ul > li > a:hover {
    color: #fecc00;
}
#column-left .minimenu .collapse > ul > li.speccar > ul > li.active > ul {
    display: block;
}

#column-left .minimenu .collapse > ul > li.speccar > ul > li > ul li.active > ul {
    display: block;
}


#column-left .minimenu .collapse > ul > li.speccar > ul li.parent.active > a:after {
    transform: rotate(180deg);
}
.pagecat .page-header h1 {
    text-align: left;
}

.pagecat .empty_product {text-align: left;}
.left_block_name {
    color: #201e1c;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    height: 67px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 67px;
    margin-bottom: 15px;
}
.our_spectehnik_image img {
    max-width: 282px;
    max-height: 202px;
}
.logo_block img {
    width: 110px;
    position: relative;
    z-index: 50;
}
div#product-category .row:after {
    content: '';
    display: block;
    clear: both;
}
.category_description.ar_text {
    margin: 70px 0 50px;
}
a.category_child_title {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

a.category_child_image img {
    display: inline-block;
    max-height: 380px;
    max-width: 95%;
}

a.category_child_image {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.category_child_item {
    text-align: center;
    width: 280px;
    height: 300px;
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    float: left;
    margin: 10px 10px;
}
.category_child {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 60px;
}
.category_child:after {
    content: '';
    display: block;
    clear: both;
}
div#product-category-page:after {
    content: '';
    display: block;
    clear: both;
}

div#product-category-page > .row:after {
    content: '';
    display: block;
    clear: both;
}

div#product-category-page .page-header {
    margin-top: 27px;
    margin-bottom: 40px;
}
.product_cat_name a {
    color: #201e1c;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.product_cat_name a:hover {
    text-decoration: underline;
}
a.product_getprice {
    width: 216px;
    height: 47px;
    background-color: #fecc00;
    border: 2px solid #fecc00;
    border-radius: 5px;
    color: #201e1c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
}
.product_cat_layout {
    padding: 24px 10px;
    display: grid;
    grid-template-columns: 300px 1fr 275px;
    grid-gap: 24px;
    border-bottom: 1px solid #5D5D5D;
    transition: all 0.3s ease-in-out;
    background: #FFF;
    position: relative;
}
.product_cat_layout:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
    border-color: transparent;
    z-index: 2;
}
.product_cat_thumb {
    position: relative;
}
.product_cat_cashback {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #F9F9F9;
    height: fit-content;
}
.product_cat_cashback span {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #201E1C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.product_cat_thumb.transition img {
    display: block;
}
.product_cat_thumb_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_cat_actions {
    display: grid;
    gap: 24px;
}
.product_cat_actions .product-card__price {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: auto;
    height: fit-content;
}
.product_cat_actions .product-card__price-title {
    color: #5D5D5D;
}
.product_cat_actions .product-card__price-value {
    font-size: 26px;
    line-height: 36px;
}
.product_cat_btns {
    margin-top: auto;
    display: grid;
    grid-gap: 10px;
}

.product_cat_caption {
    min-height: 160px;
}
.product_cat_certs {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #D5D5D5;
}
.product_cat_cert {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.30), 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    padding: 4px;
}
.product_cat_cert--poclain {
    background: #006A9E;
}
.product_cat_cert--iso {
    background: #022899;
}
.product_cat_cert--se {
    background: #003567;
}
.product_cat_cert:hover .product_cat_tip {
    opacity: 1;
    visibility: visible;
}
.product_cat_tip {
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    z-index: 1040;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    background: #434343;
    transition: .3s;
    color: #fff;
}
.product_cat_tip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #434343 transparent transparent transparent;
}
.product_cat_attr_name {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
}

.product_cat_attr_val {
    color: #201e1c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
}

.product_cat_attr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}
.product_cat_attr:not(:last-child) {
    margin-bottom: 10px;
}
.product_cat_attr_block:not(:last-child) {
    margin-bottom: 30px;
}
.product_cat_attr_block .group_name {
    margin-bottom: 24px;
    color: #201E1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
}
.product_cat_name {
    margin-bottom: 5px;
}
.pagecat  ul.pagination {
    margin-top: 30px;
    text-align: left;
}

.pagecat ul.pagination li {
    margin-left: 0px;
    margin-right: 16px;
}
a.product_getprice:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.product_videos {
    display: none;
}
.product_page_info {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.product_images_video {
    max-width: 780px;
    width: 100%;
}
.product_images_video_cont {
    position: relative;
}
span.imgvideo_btns {
    position: absolute;
    right: 1px;
    bottom: 36px;
    z-index: 7;
    height: 113px;
}

.thumb_product_image {
    height: 150px;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    position: relative;
}

span.imgvideo_btns a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    width: 120px;
    height: 48px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 9px;
}

span.imgvideo_btns a.active,span.imgvideo_btns a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

span.imgvideo_btns a:last-child {
    margin: 0px !IMPORTANT;
}
.prthumb_image {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    float: left;
    margin: 0;
    margin-right: 3px;
}
.videofile_trumb {
    width: 152px !important;
    float: left;
    height: 114px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.videofile_trumb img {
    height: 100%;
}

.product_video_small:after {
    content: '';
    display: block;
    clear: both;
}

.product_video_small {
    height: 150px;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    position: relative;
}

.product_video_big iframe {
    width: 100%;
    height: 587px;
}

.prfull_image img {
    display: block;
}

.prthumb_image img {
    display: block;
}

.product_video_small .slick-slide {
    margin-right: 12px;
}
.thumb_product_image .slick-slide {margin-right: 12px;}

.prthumb_image.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fecc00;
    position: absolute;
    bottom: 0px;
}

.videofile_trumb.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fecc00;
    position: absolute;
    bottom: 0px;
}
.product_video_big {
    height: 587px;
    margin-bottom: 20px;
}

.product_video_big .slick-track {
    width: 100% !important;
}

.product_video_big .slick-track .slick-slide {
    width: 100% !important;
    display: none !important;
    left: 0px !important;
    top: 0px !important;
}
.product_video_big .slick-track .slick-slide.slick-current.slick-active {
    display: block !important;
}

.full_product_image {
    height: 587px;
    margin-bottom: 20px;
}
.product_page_info > .product_info_block {
    max-width: 700px;
    width: 100%;
    /*margin-left: 100px;*/
}

.product_info_title {
    color: #201e1c;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.product_info_stickers {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}
.product_info_sticker img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.product_info_sticker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #201E1C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.product_info_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
}
.product_info_instock {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.product-card__info .product_info_instock{
    margin-bottom: 10px;
}
.product_info_instock.in-stock {
    color: #189320;
}
.product_info_instock.no-stock {
    color: #5D5D5D;
}
.product_info_instock.order-stock {
    color: #CE0320;
}
.product_info_price {
    margin-top: 10px;
    color: #201E1C;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
}
.product_leasing {
    margin-bottom: 34px;
}
.product_leasing_title {
    color: #201E1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}
.product_leasing_list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.product_leasing_list img {
    border-radius: 5px;
}
.product_advantages {
    padding: 16px 20px;
    background: #F9F9F9;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 24px;
}
.product_advantages_item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.product_advantages_item img {
    width: 30px;
    height: 30px;
    color: #201E1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.product_cat_attr_title {
    margin-bottom: 10px;
    color: #201E1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}








.product_catalog_link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 35px;
    color: #201E1C;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #FECC00;
    background: #F9F9F9;
    text-decoration: none;
    margin-top: 16px;
    width: fit-content;
}
.product_catalog_link:hover {
    color: #FECC00;
}
.product_testdrive {
    margin-top: 24px;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: url('/catalog/view/theme/default/images/testdrive-bg.webp') no-repeat center center / cover;
    border-radius: 5px;
}
.product_testdrive_text {
    color: #FFF;
    text-shadow: 0px 0px 34.6px #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
}
.btn-yellow {
    background-color: #fecc00;
    border: 2px solid #fecc00;
    border-radius: 5px;
    color: #201e1c;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
}
.btn-yellow--empty {
    background-color: #fff;
    color: #201E1C;
}
.btn-yellow:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.btn-yellow--empty:hover {
    background-color: #fecc00;
}
.product_cat_attr_more {
    margin-top: 16px;
    color: #FECC00;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.product_info_block .product_cat_attr_name {
    color: #5D5D5D;
    font-size: 16px;
    line-height: 24px;
}

.product_info_block .product_cat_attr_val {
    color: #201E1C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.product_info_block .product_cat_attr_val a:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #fecc00;
    width: 100%;
    position: absolute;
    bottom: -5px;
    right: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_info_block .product_cat_attr_val a:hover:after {
    background: #fff;
}

.product_info_block .product_cat_attr_val a {
    text-decoration: none;
    color: black;
    position: relative;
}

.product_info_block .product_cat_attr > div:before {
    bottom: 7px;
}

.product_info_block .product_info_btns {
    margin-top: 50px;
}
ul.product_nav.nav-tabs li a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

ul.product_nav.nav-tabs li {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    float: left;
    z-index: 2;
    padding-right: 50px;
}

ul.product_nav.nav-tabs:before {
    content: '';
    display: inline-block;
    height: 3px;
    background-color: #201e1c;
    width: 100%;
    position: absolute;
    bottom: 22px;
    left: 0px;
}

ul.product_nav.nav-tabs {
    position: relative;
    margin-bottom: 40px;
}

ul.product_nav.nav-tabs:after {
    content: '';
    display: block;
    clear: both;
}

.product_page_info {
    margin-bottom: 55px;
}

ul.product_nav.nav-tabs li.active a:after,ul.product_nav.nav-tabs li a:hover:after {
    background: #fecc00;
}

ul.product_nav.nav-tabs li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -6px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.product_nav.nav-tabs li:last-child {
    padding-right: 25px;
}

.tab-content .ar_text {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 500;
}
.tab-content .ar_text ul:only-child {
    margin: 0;
}
.tab-content #tab-advantages .ar_text ul li {
    font-size: 22px;
    line-height: 30px;
}
.tab-content #tab-advantages .ar_text ul li:before {
    top: 0;
    width: 30px;
    height: 30px;
}
.tab-content #tab-advantages .ar_text ul li:not(:last-child) {
    margin-bottom: 30px;
}
.tab_desc_name {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.tab-content .ar_text b,.tab-content .ar_text strong {
    color: #000;
}
.tab-content {
    padding-bottom: 65px;
}
.tab-pane {
    display: none;
    scroll-margin-top: 300px;
}

.tab-pane.active {
    display: block;
}
.tab-pane .product_cat_attr {
    padding: 10px 20px;
}
.tab-pane .product_cat_attr:not(:last-child) {
    margin-bottom: 10px;
}
.tab-pane .product_cat_attr:nth-child(even) {
    background: #F9F9F9;
}
.tab-pane .product_cat_attr_val,
.tab-pane .product_cat_attr_name {
    font-size: 22px;
    line-height: 30px;
}
.product_cat_attr.product_info_block .product_cat_attr_val {
    font-size: 17px;
    max-width: 50%;
    line-height: 19px;
    padding-bottom: 16px;
    text-align: right;
}

.spare_btnsbl button#button-cart:hover {
    background: rgba(254, 204, 0, 0.23);
}
.user_cats .catchild_catory {
    margin: 0px;
}
.head.afix .header {
    position: fixed;
    top: -130px;
    left: 0px;
    width: 100%;
    z-index: 75;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
}

.head.afix .logo_block img {
    width: 70px;
}

.head.afix.fix .header {
    top: 0px;
}
.head.afix.fix .header_wrap {
    padding: 5px 0;
}
.article_image {
    height: 259px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
@-webkit-keyframes scaling {
From {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
To {
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
}
}
.article_image img {
    width: 100%;


     /* align horizontal */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articles_list.articleslist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.article_name a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    min-height: 48px;
    text-transform: uppercase;
    color: #5d5d5d;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_description {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #5d5d5d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width: 740px) {
    .article_description {
        min-height: 72px;
    }
}

.article_name {
    margin-bottom: 8px;
    margin-top: 15px;
    min-height: 48px;
}

.article_date {
    position: absolute;
    right: 25px;
    color: white;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    top: -60px;
}

.article_caption {
    position: relative;
}

.button-detaile a {
    color: #fecc00;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.button-detaile a:before {
    content: '';
    display: inline-block;
    height: 3px;
    background: transparent;
    width: 100%;
    position: absolute;
    bottom: -6px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-detaile a:after {
    content: '';
    display: inline-block;
    background: url(../images/detail.png) no-repeat center center;
    width: 12px;
    height: 11px;
    margin-left: 5px;
}

.button-detaile a:hover:before {
    background: #fecc00;
}

.button-detaile {
    margin-top: 27px;
}
.article_name a:hover {
    color: #000;
}
.art_last_name a:hover {
    color: #000;
}
.social a {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    display: block;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
}

a.push.facebook {
    background: url(../images/soc/fb.png) #201e1c no-repeat center center;
}

a.push.twitter {background: url(../images/soc/tw.png) #201e1c no-repeat center center;}
div#share .social {
    display: inline-block;
    vertical-align: top;
}

div#share .like {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}

div#share {
    margin-bottom: 60px;
    padding-top: 45px;
}

a.push.facebook:hover {
    background: url(../images/soc/fb.png) #fecc00 no-repeat center center;
}

a.push.twitter:hover {
    background: url(../images/soc/tw.png) #fecc00 no-repeat center center;
}
.ar_text iframe {
    height: 600px;
}
.page-header.blog-header .article_date {
    position: relative;
    color: #000;
    top: 0px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.gallery-blog span {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 5px;
    width: 16.6666%;
    box-sizing: border-box;
}

.gallery-blog:after {
    content: '';
    display: block;
    clear: both;
}

.gallery-blog img {
    width: 100%;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-blog {
    margin-left: -5px;
    margin-right: -5px;
}


.gallery-blog span a {
    display: block;
    position: relative;
}



.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #f7f7f7;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    cursor: default;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {


    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;

    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000;

    text-align: right;

}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none !important;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {


    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.form-group.notshow {
    display: none;
}
.mfp-iframe-holder .mfp-close {
    top: 30px;
    right: 30px !important;
    background: url(../images/close.png) no-repeat center center;
    width: 40px;
    height: 40px;
    text-indent: -9999px !IMPORTANT;
    display: block;
    padding: 0px !important;
    position: fixed !IMPORTANT;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    background: none !IMPORTANT;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
    /* background: #444; */
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


button.mfp-arrow.mfp-arrow-right {
background: url(../images/slr.png) no-repeat center center;
}

button.mfp-arrow.mfp-arrow-left {
    background: url(../images/sll.png) no-repeat center center;
}

button.mfp-close {
    background: url(../images/close.png) no-repeat center center;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: left !IMPORTANT;
    top: 30px;
    right: 30px !important;
    background: url(../images/close.png) no-repeat center center;
    width: 40px;
    height: 40px;
    text-indent: -9999px !IMPORTANT;
    display: block;
    padding: 0px !important;
    position: fixed !IMPORTANT;
}




.article_image a:hover:after ,.art_last_item .image a:hover:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.article_image a,.art_last_item .image a  {
    display: block;
    position: relative;
}

.article_image a:after,.art_last_item .image a:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ar_text strong,.ar_text b {
    color: #000;
    font-weight: bold;
}
div#information-information .gallery-blog {
    margin-bottom: 40px;
}

.tree_d_model_btn a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    text-decoration: none;
    position: relative;
    padding-left: 75px;
}

.tree_d_model_btn a:before {
    content: '';
    width: 60px;
    height: 52px;
    background: url(../images/3d.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.tree_d_model_btn {
    margin-top: 60px;
}
.tree_d_model_btn a span:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #fecc00;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tree_d_model_btn a span {
    position: relative;
}

.tree_d_model_btn a:hover span:after {
    opacity: 0;
}
.footer_develoer a:hover {
    color: #fecc00;
}
.ar_text a:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #fecc00;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ar_text a:hover:after {
    opacity: 0;
	}
.prthumb_image {
    margin-right: 13px;
}
.prthumb_image:last-child {
    margin-right: 0px !important;
	}
.thumb_product_image:before {
    content: '';
    display: block;
    width: 70px;
    height: 118px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(255,255,255);
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
}

.product_video_small:before {
    content: '';
    display: block;
    width: 70px;
    height: 118px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(255,255,255);
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
}
.thumb_product_image:after {
    content: '';
    display: block;
    width: 136px;
    height: 121px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    background: #fff;
}

div#mCSB_1_container:after {
    content: '';
    width: 136px;
    height: 121px;
    right: 0px;
    top: 0px;
    z-index: 5;float:left;
    background: #fff;
    display: inline-block;
}

ul#oop_ul_cats li.parent > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/catdown.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 3px;
}

.art_last_item:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.articles-thumb:hover .article_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-blog span a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-blog a:after {
    display: none !important;
}

.gallery-blog a {
    display: block;
    overflow: hidden;
}
.alert {
    background: #fff;
    width: 600px;
    text-align: center;
    padding: 35px 30px;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    font-weight: bold;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 35px;
}

span.button.b-close {
    text-align: left !IMPORTANT;
    top: -14px;
    right: -12px !important;
    background: url(../images/close.png) #fecc00 no-repeat center center;
    border: 1px solid #fecc00;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-indent: -9999px !IMPORTANT;
    display: block;
    padding: 0px !important;
    position: absolute;
    background-size: 20px;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.b-modal {
    background: #fff !important;
    background: #f7f7f7 !important;
}

.alert button.close {
    display: none;
}

.alert a {
    color: #000;
    position: relative;
    text-decoration: none;
}

.alert a:after {
    content: '';
    width: 100%;
    background: #fecc00;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.alert a:hover:after {
    opacity: 0;
}
.btncart a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    line-height: 66px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.btncart a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.btncart {
    margin-top: 30px;
}

span.button.b-close:hover {
    background: url(../images/close.png) rgba(254, 204, 0, 0.23) no-repeat center center;
    background-size: 20px;
}

.simplecheckout-block-content .form-group {display: inline-block;vertical-align: top;}

.simplecheckout div#total_sub_total {
    display: none;
}

.simplecheckout div#total_shipping {
    display: none;
}

.simplecheckout div#total_total {
    display: none;
}

.simplecheckout .simplecheckout-cart .price {
    display: none !important;
}

.simplecheckout .simplecheckout-cart .total {
    display: none !important;
}

.simplecheckout .simplecheckout-cart td.total {
    display: none !important;
}

.simplecheckout .simplecheckout-cart td.price {
    display: none !important;
}
.simplecheckout-block-content {
    padding: 0px !important;
}
.simple-content {
    margin: 0px !important;
}

input#shipping_address_city {}

input.form-control {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    border: 0px !important;
    border-bottom: 1px solid #c3c3c3 !important;
}

label.control-label {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}


.simplecheckout-block-content .form-horizontal .form-group {float: left;width: 33.3333%;padding: 0px 10px;box-sizing: border-box;}

.simplecheckout-block-content:after {
    content: '';
    display: block;
    clear: both;
}

.simplecheckout-block-content .form-horizontal .form-group:first-child {
    padding-left: 0px !important;
}

.simplecheckout-block-content .form-horizontal .form-group:last-child {
    padding-right: 0px !important;
}
div#content > h1 {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
textarea.form-control {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    border: 0px !important;
    border-bottom: 1px solid #c3c3c3 !important;
    resize: none;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100% !important;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  border: 1px solid #c3c3c3 !important;
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding-right: 25px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  color: #5d5d5d;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  border: 0px !important;
  border-bottom: 1px solid #c3c3c3 !important;
  width: 100%;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/select.png) no-repeat center center;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
  display: none !important;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  /* display: none; */
  margin: 0;
  padding: 0px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #5d5d5d;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  /* display: none !important; */
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background: rgb(254 204 0 / 30%);
  color: #000;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}

.chosen-container-active.chosen-with-drop .chosen-single {
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}



.simplecheckout-block {
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 30px 40px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.simplecheckout .simplecheckout-cart td.image {
    display: none !important;
}

.simplecheckout .simplecheckout-cart th.image {
    display: none !important;
}

.simplecheckout-cart th.name {
    width: 80%;
    text-align: left !important;
}

.simplecheckout-cart td.name {
    text-align: left !important;
}
li.group-result {
    display: none !important;
}
a#simplecheckout_button_confirm,input#button-confirm {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    width: 243px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 55px;
    cursor: pointer;
    box-sizing: border-box;
}

a#simplecheckout_button_confirm:hover,input#button-confirm:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.simple-content .buttons {
    text-align: center;
}
.simplecheckout-rule-group {
    font-size: 13px;
}
.simplecheckout-cart td.name a {
    color: #000000;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

button.btn.btn-primary {}

button.btn.btn-primary {}

span.input-group-btn {}

td.quantity span.input-group-btn button.btn.btn-primary {
    border-radius: 6px;
    background: white;
    border: 0px;
    color: #201e1c;
    width: 28px;
    height: 28px;
    border: 2px solid #fecc00;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.simplecheckout-cart td.quantity input {
    text-align: center;
    font-weight: bold;
    color: #000;
    width: 80px;
    border: 0px !important;
}

td.quantity span.input-group-btn button.btn.btn-primary:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.simplecheckout-cart td.name a:hover:after {
    background: #fecc00;
}

.simplecheckout-cart td.name a:after {
    content: '';
    height: 2px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shipdiv.show {
    height: auto;
    overflow: visible;
}
.addship a.addsh {
    display: inline-block;
}

.addship a.removesh {
    display: none;
}
.addship.show a.addsh {
    display: none;
}

.addship.show a.removesh {
    display: inline-block;
}
td.quantity span.input-group-btn {
    position: relative;
    top: 2px;
}

td.quantity span.input-group-btn button.btn.btn-danger {
    border: 0px;
    position: absolute;
    right: -57px;
    top: -6px;
    border-radius: 6px;
    background: url(../images/remove.png) no-repeat center center white;
    border: 0px;
    color: #201e1c;
    background-size: 11px;
    width: 28px;
    height: 28px;
    border: 2px solid #fecc00;
    font-weight: bold;
    font-size: 22px;
    box-sizing: border-box;
    line-height: 22px;
}

td.quantity span.input-group-btn button.btn.btn-danger:hover {
    background: url(../images/remove.png) no-repeat center center  rgba(254, 204, 0, 0.23);
    background-size: 11px;
}
.logouttext {
    text-align: center;
    padding-bottom: 70px;
}
table.simplecheckout-cart span.spare_status {
    font-size: 13px;
    line-height: 22px;
    display: block;
}

table.simplecheckout-cart span.spare_status:before {
    display: none !important;
}

.tabs-content.contacts_tab ul.tabs_nav li a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}

.tabs-content.contacts_tab ul.tabs_nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px 20px;
}

.tabs-content.contacts_tab ul.tabs_nav li:before {display: none;}

.tabs-content.contacts_tab ul.tabs_nav {
    text-align: center;
    margin-bottom: 40px;
}
.gl_office_item > div,.office_data > div {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 25px 30px 43px 125px;
	position: relative;
}

.gl_office_item:after,.office_data:after {
    content: '';
    display: block;
    clear: both;
}

.gl_office_item,.office_data {
    border: 1px solid #c3c3c3;
    color: #201e1c;
    font-weight: 700;
    line-height: 36px;
    font-size: 24px;
    position: relative;
    overflow: hidden;
}

.gl_office_item > div:nth-child(2),.office_data  > div:nth-child(2){
    height: 100%;
}
.of_name {
    color: #5d5d5d;
    font-weight: 500;
    line-height: 48px;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.dopname {
    color: #5d5d5d;
    font-weight: 500;
    line-height: 48px;
    font-size: 24px;
    margin-top: 10px;
}

.gl_office_item > div:nth-child(1),.office_data  > div:nth-child(1){
    padding: 30px 30px 30px 50px;
}


.gl_office_item > div:nth-child(2):before,.office_data  > div:nth-child(2):before{
    background: #c3c3c3;
    content: '';
    display: block;
    width: 1px;
    height: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.gl_office_item > div:nth-child(2):after,.office_data > div:nth-child(2):after {
    background: #c3c3c3;
    content: '';
    display: block;
    width: 1px;
    height: 1000px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.tabs-content.contacts_tab ul.tabs_nav li a:after {
    background: #fff;
    height: 3px;
}

.tabs-content.contacts_tab ul.tabs_nav li.active a:after,.tabs-content.contacts_tab ul.tabs_nav li a:hover:after {
    background: #fecc00 !important;
    height: 3px;
    opacity: 1;
}
.module-contacts {
    margin-top: -22px;
}
.logo_block a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#obllist_chosen {
    width: 500px !important;
    margin: 0px auto !important;
    display: block !important;
}
.chosen-search {
    display: none !important;
}

ul.chosen-results li:before {
    display: none !important;
}

ul.chosen-results {
    margin: 0px !important;
}
.office_head {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0px 30px 0px;
}
.uidata_name {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-top: 9px;
}

.uidata_data_adres {
    color: #35373c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    bottom: 9px;
    border-top: 1px solid rgba(53, 55, 60, 0.13);
    padding-top: 6px;
    width: 395px;
}

.uidata_stat {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.uidata_data_contact {
    font-size: 14px;
    font-weight: 500;
    color: #201e1c;
    line-height: 33px;
    border-top: 1px solid rgba(53, 55, 60, 0.13);
    padding-top: 6px;
    width: 395px;
}

.uidata_data_contact span {
    color: #5d5d5d;
    margin-right: 7px;
}

.user_item {
    width: 781px;
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    float: left;
    padding: 15px 15px;
    box-sizing: border-box;
    margin: 10px;
}

.user_item_img img {
    display: block;
}

.user_item_img {
    float: left;
}

.user_item_data {
    float: left;
    width: 447px;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    min-height: 303px;
}

.user_item:after {
    content: '';
    display: block;
    clear: both;
}
.user_item_list:after {
    content: '';
    display: block;
    clear: both;
}

.user_item_list {
    margin-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.office_item_list {
    margin-bottom: 55px;
}
.office_mapgal > div {
    display: inline-block;
    vertical-align: top;
    width: 781px;
    float: left;
    margin: 0px 10px;
}

.office_mapgal {
    margin-left: -10px;
    margin-right: -10px;
}

.office_map iframe {
    height: 513px;
}

.gl_office_item {
    margin-bottom: 100px;
}

.office_gallery img {
    max-width: 100% !important;
    display: block;
}

.office_mapgal:after {
    content: '';
    display: block;
    clear: both;
}

.office_mapgal {}

.office_mapgal .slick-arrow {
    text-indent: -9999px;
    top: 28px;
}

.gallery_trumb_list {
    padding: 0px 44px;
    margin-top: 30px;
}

.office_mapgal button.slick-prev.slick-arrow {
    left: -10px;
}

.office_mapgal button.slick-next.slick-arrow {
    right: -10px;
}

.gallery_trumb_list .slick-slide {
    margin: 0px 10px;
}

.gallery_trumb_list img {
    cursor: pointer;
}
.list_bank span {
    width: 300px;
    height: 203px;
    background-color: white;
    box-shadow: 0 1px 25px rgb(51 51 51 / 14%);
    display: block;
    text-align: center;
    line-height: 203px;
    float: left;
    margin: 10px 10px;
}

.list_bankl:after {
    content: '';
    display: block;
    clear: both;
}

.list_bank {
    margin-left: -10px;
}

.list_bank {
    margin-right: -10px;
    margin-bottom: 60px;
}

.list_bank img {
    display: inline-block;
    vertical-align: middle;
    max-height: 180px;
    max-width: 80%;
}

.list_bank a:after {
    display: none;
}

.list_bank:after {
    content: '';
    display: block;
    clear: both;
}

.list_bank span a {
    display: block;
}
.af-select-element.disabled {
    display: none !important;
}
.cookies_block > div {
    background-color: #ffffff;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    width: 400px;
    position: relative;
    display: inline-table;
    padding: 15px 25px;
    box-sizing: border-box;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.cookies_block .container {width: 100%;margin: 0px !important;padding: 0px !IMPORTANT;}

.cookies_block {
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: none;
    z-index: 75;
}
span.cookie_close {
    background: url(../images/close.png) no-repeat center center;
    width: 14px;
    height: 14px;
    text-indent: -9999px !IMPORTANT;
    position: absolute;
    top: 10px;
    opacity: 0.7;
    right: 10px;
    background-size: contain !important;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.cookie_close:hover {
    opacity: 1;
}






i.fa.fa-trash {
}

span#primenit_js {
    display: block;
    margin-bottom: 10px;
}

span.aj_blc.aj_bloc_txt {
    display: none;
}

span.aj_blc.ajx_total_prod {
    display: none;
}

span.aj_blc.aj_bloc_btn {
    width: 100%;
    display: block;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    height: 65px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px !IMPORTANT;
    margin: 0px !IMPORTANT;
    line-height: 64px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#ajx_bloc_filter {
    display: none !IMPORTANT;
}
div#head_filter {
    color: #201e1c;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    height: 67px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 67px;
    margin-bottom: 15px;
    cursor: default !IMPORTANT;
}

.name_title .title_p_f {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    padding-top: 15px;
    display: block;
    padding-bottom: 10px;
}

i.fa-plus.fa.fas:after {
    content: '+';
    color: #fecc00;
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 300;
    font-style: normal !important;
}

i.fa-plus.fa.fas {
    position: relative;
    top: 7px;
}

i.fa.fas.fa-minus:after {
    content: '-';
    color: #fecc00;
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 300;
    font-style: normal !important;
}

i.fa.fas.fa-minus {
    position: relative;
    top: 5px;
}

.block_param {
    border-bottom: 1px solid #d5d5d5;
    margin: 0px !important;
    box-sizing: border-box;
}

#filter_vier .title_filter {
    padding: 0px !IMPORTANT;
}

div#head_filter {}

div#head_filter span.arrow_n_f {
    display: none !important;
}

span.text_param {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 11px;
}

.blok {
    padding: 0px !important;
}

#filter_vier label {
    margin: 0px !important;
}

#filter_vier .link_fv .checkb:before, #filter_vier .link_fv .checka:before {
    width: 22px !important;
    height: 22px !important;
    background-color: #e5e5e5 !important;
    border-radius: 5px !important;
}

.onli_param {
    padding-bottom: 15px !important;
}

span#clear_vibor {
    width: 100%;
    display: block;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    height: 65px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px !IMPORTANT;
    margin: 0px !IMPORTANT;
    line-height: 64px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloc_aj_all {
    background: none !important;
    border: 0px !important;
    padding: 0px !important;
}

div#bloc_primenit {
    margin-top: 50px;
}

.irs-slider {
    box-shadow: none !important;
}

.irs-slider {
    width: 19px !important;
    height: 19px !important;
    background-color: #fecc00 !important;
    border-radius: 5px !important;
    margin-top: -2px;
}
span.aj_blc.aj_bloc_btn:hover {
    background-color: rgba(254, 204, 0, 0.23);
    border: 2px solid #fecc00;
}

span#clear_vibor:hover {
    background-color: rgba(254, 204, 0, 0.23);
    border: 2px solid #fecc00;
}

#filter_vier .text_input {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    height: 32px;
    background-color: #e5e5e5;
    border-radius: 5px;
    border: 0px !important;
    box-sizing: border-box;
}
#filter_vier .link_fv .checka.actionis:after {
    width: 2px !important;
    height: 5px !important;
    top: 6px !important;
    left: 4px !important;
}
div#name_filter {
    margin-top: 35px;
	}
.height_prim {
    display: none !IMPORTANT;
}

.shkala {
    top: 0px !important;
}
td.symbol_do {
    text-align: center;
    width: 54px !important;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

td.symbol_ot {
    text-align: left !important;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    width: 35px !important;
}


.input_slider td {
    text-align: center;
    width: 75px;
    display: inline-block;
}

.input_slider td input {
    display: inline-block;
}

td.symbol_af {
    width: 54px !important;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}
.list_manufacturer span {
    width: 156px;
    height: 120px;
    background-color: white;
    box-shadow: 0 1px 25px rgb(51 51 51 / 14%);
    display: block;
    text-align: center;
    line-height: 120px;
    float: left;
    margin: 10px 10px;
}

.list_manufacturer img {
    display: inline-block;
    vertical-align: middle;
    max-height: 120px;
    max-width: 80%;
}

.list_manufacturer {
    margin-right: -10px;
    margin-bottom: 60px;
}

.search_zap_select > div {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    float: left;
}
.list_manufacturer a {
    display: block;
}

.list_manufacturer:after {
    content: '';
    display: block;
    clear: both;
}

.list_manufacturer a:after {
    display: none;
}

a.howusefilter {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: underline;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    top: 8px;
    display: inline-block;
}

a.clearfilter {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 220px;
    height: 54px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    margin-right: 50px;
    box-sizing: border-box;
}

a.usefilter {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 220px;
    height: 54px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    background-color: #fecc00;
    box-sizing: border-box;
    margin-right: 15px;
}

label {}

.zap_search_input label {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 51px;
    display: block;
}

input#prodnumber {
    width: 700px;
    height: 54px;
    background-color: white;
    border-radius: 5px;
    border: 0px;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    padding: 0px 25px;
    box-sizing: border-box;
}

.search_zap_search > div {
    display: inline-block;
    vertical-align: top;
}

.zap_btns {
    float: right;
    margin-top: 51px;
}

a.howusefilter:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #201e1c;
    position: absolute;
    bottom: 1px;
    left: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.howusefilter:hover:after {
    background: #fecc00;
}
.advancedsearch_block {
    height: 433px;
    background-color: #e7e7e7;
    padding: 65px 80px 80px 80px;
    box-sizing: border-box;
}

.advancedsearch_block h3 {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.search_zap_select label {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 51px;
}

.search_zap_select label span {
    color: #fecc00;
}

.search_zap_select:after {
    content: '';
    display: block;
    clear: both;
}

.search_zap_select  a.chosen-single {
    background: #fff;
    height: 54px;
    background-color: white;
    border-radius: 5px;
    padding: 0px 55px 0px 25px;
    line-height: 54px;
    box-sizing: border-box;
    border: 0px !important;
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
}

.search_zap_select a.chosen-single div {margin-right: 20px;}

.search_zap_select > div:nth-child(2) {
    margin: 0px 20px;
}

.search_zap_select {
    margin-bottom: 10px;
}

a.clearfilter:hover {
    background-color: rgba(254, 204, 0, 0.23);
    border: 2px solid #fecc00;
}

a.usefilter:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.search_zap_select .chosen-drop {
    margin-top: -3px;
    border: 1px solid #e7e7e7 !important;
    border-top: 0px !important;
    margin-left: -1px;
    box-sizing: content-box;
}

.search_zap_select  li.disabled-result {
    display: none;
}

.search_zap_select  ul.chosen-results li {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    padding: 0px 25px;
	}
.autocomp a {
    color: #5d5d5d;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    padding: 0px 25px;
    text-decoration: none;
    display: block;
}

.autocomp {
    background: #fff;
    margin-top: -3px;
    position: absolute;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-top: 0px !important;
    margin-left: -1px;
}

.autocomp a:hover {
    background: rgb(254 204 0 / 30%);
    color: #000;
}

.zap_search_input {
    position: relative;
}
.howusefilter_text.popwind {
    font-size: 14px;
    padding: 20px 30px;
}
.howusefilter_text.popwind p {
    margin: 10px 0px;
}

.tabex_list_text {
    display: none;
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.tabex_list_item .tabex_list_name {
    background-color: white;
    box-shadow: 0 1px 35px rgb(51 51 51 / 14%);
    padding: 15px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabex_list_item.active .tabex_list_text {
    display: block;
}

.tabex_list_item.active .tabex_list_name,.tabex_list_item .tabex_list_name:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.module-vakansii {
    margin-bottom: 70px;
}
.btn_rezume a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    width: 243px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.btn_rezume a:after {
    display: none;
}

.btn_rezume {
    margin-top: 30px;
}

.btn_rezume a:hover {
    background-color: rgba(254, 204, 0, 0.23);
}

.contacts_form .box-heading {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}

.contact_form_block {
    height: 537px;
    background-color: white;
    box-shadow: 0 1px 35px rgba(51, 51, 51, 0.14);
    box-sizing: border-box;
    padding: 0px 80px;
    padding-top: 80px;
    margin-bottom: 100px;
}

.contact_form_block .form-group.text-center {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-top: 80px !IMPORTANT;
}

.contact_form_block .form-group {
    display: inline-block;
    vertical-align: top;
    width: 458px;
    margin: 0px 8px;
}

.contact_form_block .form-group input {
    width: 100%;
}

.form-group {}

.contact_form_block .form-group .chosen-container {
    width: 100% !important;
}

.contact_form_block .form-group:nth-child(4) {
    margin-right: 0px !important;
}

.contact_form_block .form-group:nth-child(1) {
    margin-left: 0px !important;
}

.contacts_form .container {
    width: 100% !IMPORTANT;
    padding: 0px !important;
}

.contact_form_block .form-group.text-center button {
    width: 338px;
    height: 82px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    background: #fff;
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 82px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.contact_form_block .form-group.text-center button:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.popwind .box-heading {
    text-align: center;
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #201e1c;
    position: relative;
}

.popwind input {
    width: 100%;
}

.popwind .form-group {
    margin-top: 15px;
}

.popwind .form-group.text-center {
    text-align: center;
    margin-top: 40px;
}

.popwind .form-group.text-center button {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 240px;
    height: 66px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    line-height: 66px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

.popwind .form-group.text-center button:hover {
    background-color: rgba(254, 204, 0, 0.23);
}
.popwind label.control-label {
    display: none;
}
.form-group.inpclas133-5 {
    display: none;
}
.form-group.inpclas66-5 {
    display: none;
}


.mob_menu_block .collapse.navbar-collapse > ul li.parent.active > a:after {
    transform: rotate(0);
}
.mob_menu_block .collapse.navbar-collapse > ul li.parent.active > ul {
    display: block;
}
.form-group-column{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 0 30px;
}
@media screen and (max-width: 467px){
    .form-group-column{
        padding: 0;
    }
}
.form-group-column .checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.form-group-column .checkbox label input{
    height: 20px;
    width: 20px;
    accent-color: #fecc00;
}
.form-hint{
    width: 22px;
    height: 22px;
    border: 1px solid black;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
}
.mob_menu_block .collapse.navbar-collapse > ul > li > ul a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.mob_menu_block .collapse.navbar-collapse > ul > li > ul li {
    border-top: 1px solid #d5d5d5;
}
.mob_menu_block .collapse.navbar-collapse > ul > li > ul li:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.mob_menu_block .collapse.navbar-collapse > ul > li > ul {}

.mob_menu_block .collapse.navbar-collapse > ul > li ul ul {
    padding-left: 15px;
}

.mob_menu_block .collapse.navbar-collapse > ul > li ul ul a {
    font-weight: normal;
}

.product_cat_attr > div.group_name:after {
    bottom: 6px !important;
}

.product_cat_attr > div.group_name strong {
    background: #fff;
    padding-right: 8px;
    display: inline-block;
    position: relative;
    z-index: 7;
}

.product_cat_attr > div.group_name {
    margin-top: 10px;
    margin-bottom: 11px;
}
.product_cat_attr > div:after {
    content: '';
    display: block;
    clear: both;
}
.product_cat_caption .product_cat_attr > div {
    position: relative;
}
.ar_text img {
    max-width: 100%;
    height: auto;
}
.tabs-content.contacts_tab h2 {
    text-align: center;
}
.cart_link a {
    position: fixed;
    color: #201e1c;
    font-family: Gilroy;
    padding-top: 8px;
    font-size: 14px;
    z-index: 9991;
    font-weight: 700;
    text-transform: uppercase;
    top: 50%;
    left: 20px;
    margin-top: -70px;
    width: 54px;
    height: 153px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    background-color: #fecc00;
    box-sizing: border-box;
}
.cart_link a div {
    writing-mode: vertical-rl;
    font-size: 19px;
    line-height: 50px;
    text-orientation: upright;
    letter-spacing: -3px;
}

.cart_link a > span {
    font-size: 14px;
    line-height: 44px;
}
.cart_link a span#cart-total {
    text-transform: none;
}

.cart_link a:hover {
    background-color: rgba(254, 204, 0, 0.23) !important;
}
.cart_link a.hiddenes {
    opacity: 0;
    visibility: hidden;
}
.simple-content input[data-valid="false"] {
    border-bottom: 1px solid red !important;
}

.language_block .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: auto;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.language_block .btn-group.open .dropdown-menu {
    display: block;
}
.language_block .btn {
	font-weight: 600;
	cursor: pointer;
}

.language_block ul li {
	width: 100%;
	float: none;
}
.language_block img {
	width: 16px;
    height: 11px;
}

/* Temp styles */

.header > .container{
    position: relative;
}
.close-button {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}
.modal-form .repair-form {
    position: relative;
}
.page-header .page-header__button {
    margin: 0;
}
.modal-form {
    align-items: center;
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.repair-form {
    border-radius: 5px;
    background: #E7E7E7;
    padding: 12px 61px 54px 42px;
    margin-bottom: 39px;
}
.repair-form__form {
    width: 100%;
    max-width: 408px;
}
.repair-form__title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.repair-form__wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.repair-form__right {
    display: flex;
    gap: 75px;
    align-items: center;
    margin: 0 auto;

}
.modal-form .repair-form__right {
    width: 60%;
}
.repair-form__form label {
    display: block;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.repair-form__form input,
.repair-form__form .chosen-container,
.repair-form__form textarea {
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 18px;
    border: none;
    width: 100%;
    height: 39px;
    text-align: center;
    color: #A0A0A0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.repair-form__form .form-group-column input[type="checkbox"]{
    margin-bottom: 0;
}
.repair-form__form .form-group-column .control-label{
    display: none;
}
.repair-form__form .form-group-column label{
    margin-bottom: 0;
}
.repair-form__form .form-group-column{
    margin-bottom: 18px;
}
.repair-form__form .chosen-container span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.repair-form__form .chosen-container-single .chosen-single div b {
    position: absolute;
    right: 13px;
}
.repair-form__form .chosen-container-single .chosen-single {
    padding: 0;
}
.repair-form__form textarea {
    resize: none;
    height: 81px;
}
.repair-form__form .chosen-single {
    border-bottom: none !important;
}
.form__btn, .repair-form__form .btn-primary {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background: #FECC00;
    color: #FFFFFF;
    border: none;
    padding: 17px 42px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.repair-form .logo {
    display: block;
    max-width: 176px;
    width: 100%;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
}
.form__top-block {
    margin-bottom: 26px;
}
.serviceman-wrap {
    max-width: 1294px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 39px 0 45px;
    background: #FFF;
    margin-bottom: 70px;
    background: #FFF;
    box-shadow: 3px 1px 27px -8px rgba(0, 0, 0, 0.25);
}
.serviceman-right__wrap span {
    color: #636363;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.serviceman-right__title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.serviceman-right__subtitle {
    color: #636363;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.serviceman-right__wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 62%;
    padding-top: 22px;
}
.serviceman-right__title-bot {
    color: #636363;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.repair-form__image-wrap{
    filter: blur(2.5px);
    transition: filter .3s, transform .3s;
    width: 150px;
    height: 150px;
    position: relative;
}
.repair-form__image-wrap.selected .repair-form__image{
    transform: scale(1.5);
}
.repair-form__right:has(.repair-form__image-wrap--right.selected) .repair-form__image-wrap--center,
.repair-form__image-wrap--left.selected{
    transform: translateX(225px);
}

.repair-form__image-wrap--right.selected,
.repair-form__image-wrap--left.selected + .repair-form__image-wrap--center{
    transform: translateX(-225px);
}

.repair-form__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: transform .3s, opacity .3s;
}
.repair-form__image-wrap.selected .repair-form__image{
    opacity: 1;
}
.repair-form__icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
    transition: opacity .3s;
}
.repair-form__image-wrap.selected .repair-form__icon{
    opacity: 0;
}
.selected {
    filter: none !important;
}
#svg3 {
    margin-left: -39px;
    margin-right: -30px;
}
#svg1, #svg2, #svg3 {
    filter: blur(2.5px);
    height: 150px;
}
.repair-form__left {
    width: 35%;
}
.repair-form__form .box-heading {
    display: none;
}
@media (max-width: 1280px) {
    .repair-form__right {
        gap: 25px;
    }
    .repair-form__right:has(.repair-form__image-wrap--right.selected) .repair-form__image-wrap--center,
    .repair-form__image-wrap--left.selected{
        transform: translateX(175px);
    }

    .repair-form__image-wrap--right.selected,
    .repair-form__image-wrap--left.selected + .repair-form__image-wrap--center{
        transform: translateX(-175px);
    }
    .repair-form__image-wrap.selected .repair-form__image {
        transform: scale(1.4);
    }
}
@media (max-width: 1080px) {
    .repair-form__form {
        width: 100%;
        max-width: 100%;
    }
    .repair-form__left {
        width: 100%;
    }
    .repair-form__image-wrap.selected{
        display: block!important;
        transform: translateX(0);
    }
    .selected {
        display: block !important;
    }
    #svg1, #svg2, #svg3,
    .repair-form__image-wrap{
         display: none;
    }
    .repair-form__image-wrap.selected .repair-form__image {
        transform: scale(1);
    }
  .repair-form__wrap, .service-block {
    position: relative;
    flex-direction: column-reverse;
    gap: 22px;
    padding-left: 19px;
    padding-right: 19px;
    }
    .modal-form .repair-form__right {
        width: auto;
    }
    .modal-form .repair-form {
        margin: auto;
    }
}
.module-row {
    margin-bottom: 100px;
}
.module-row__title {
    color: #201E1C;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.news-latest {
    margin-bottom: 100px;
}
.news-latest__title {
    color: #201E1C;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.news-latest__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.news-latest__list::-webkit-scrollbar-track {
    background: #E0E0E0;
}
.news-latest__list::-webkit-scrollbar {
    height: 8px;
}

.news-latest__list::-webkit-scrollbar-thumb {
    background-color: #BCBCBC;
}
.news-latest__list .art_last_text {
    min-height: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-latest__list .art_last_item {
    float: none;
    margin: 0;
}
.news-latest__list .art_last_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0;
}
.product-card {
    border-right: 1px solid #D5D5D5;
    background: #FFF;
    padding: 20px 16px;
    box-sizing: border-box;
    /*width: auto !important;*/
}
.product-card__image {
    position: relative;
    margin-bottom: 24px;
    margin-inline: auto;
}
.product-card__stickers {
    position: absolute;
    top: 0;
    left: 0;
}
.product-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    min-height: 260px;
}
.product-card__info {
    display: grid;
}
.product-card__name {
    color: #201E1C;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    min-height: 2lh;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.product-card__name:hover {
    color: #F2A600;
}
.product-card__row {
    font-size: 14px;
    line-height: 20px;
    color: #201E1C;
}
.product-card__val {
    color: #201E1C;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-card__val:hover {
    color: #F2A600;
}
.product-card__row,
.product-card__price {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.product-card__price {
    margin-top: 16px;
    color: #201E1C;
    font-size: 18px;
    line-height: 30px;
}
.product-card__price-title {
    font-weight: 500;
}
.product-card__price-value {
    font-weight: 800;
}
.product-card__price-value a {
    color: #F2A600;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.product-card__price-value a:before {
    content: '';
    display: inline-block;
    height: 3px;
    background: #F2A600;
    width: 100%;
    position: absolute;
    bottom: -6px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-card__price-value a:hover:before {
    background: transparent;
}
.related-products{
    margin-top: 50px;
}
.faq {
    margin: 50px 0 70px;
}
.faq__inner {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 24px;
}
.faq__image {
    border-radius: 10px;
}
.faq__image,
.faq__content {
    width: 100%;
}
.faq__title {
    color: #292A30;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    grid-column: span 2 / auto;
    margin: 0;
}
.faq__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq__item {
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid #FECC00;
    transition: border-color 0.3s;
}
.faq__item:not(:last-child) {
    margin-bottom: 10px;
}
.faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #201E1C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    cursor: pointer;
}

.faq__q span {
    transition: color 0.3s;
}
.faq__q:hover span{
    color: #FECC00;
}
.faq__q svg {
    min-width: 30px;
    height: 30px;
}
.active .faq__q svg{
    transform: rotate(180deg);
}
.faq__a {
    font-size: 14px;
    line-height: 21px;
    max-height: 0;
    height: auto;
    overflow: hidden;
    font-weight: 500;
    transition: max-height ease 0.3s, margin 0.3s;
}
.active .faq__a {
    max-height: 500px;
    margin-bottom: 20px;
}
.faq__a p:not(:last-child) {
    margin-bottom: 10px;
}
.faq__a ul,
.faq__a ol {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}
.faq__a ul li,
.faq__a ol li {
    list-style: initial;
}
.testdrive-banner {
    padding: 40px 70px;
    background: url('/catalog/view/theme/default/images/testdrive-bg-big.webp') no-repeat center center / cover;
    border-radius: 5px;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.testdrive-banner__block {
    margin-bottom: 20px;
}
.testdrive-banner .btn-yellow {
    max-width: 270px;
}
.testdrive-banner__map {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 250px;
}
.testdrive-banner__text {
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
}
.testdrive-banner__text--black {
    color: #000;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.50);
}
.testdrive-banner__text:not(.testdrive-banner__text--black) {
    padding-left: 45px;
    color: #FFF;
}
.hide-text .category_description_content {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.hide-text .category_description_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.category_description .category_description_btn .hide {
    display: block;
}
.category_description .category_description_btn .view {
    display: none;
}
.category_description.hide-text .category_description_btn .hide {
    display: none;
}
.category_description.hide-text .category_description_btn .view {
    display: block;
}
.category_description:not(.hide-text) .category_description_btn svg {
    transform: rotate(-180deg);
}
.category_description_btn {
    margin-top: 20px;
    color: #FECC00;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
}
.cookies-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999999 !important;
    display: none;
}
.cookies-modal__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    opacity: 0.99;
    background: #FFFFFF;
    border-top: #fecc00;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.cookies-modal__text {
    font-size: 14px;
    line-height: 20px;
}
.cookies-modal__text a {
    color: #fecc00;
}
.cookies-modal__text a:hover {
    text-decoration: none;
}
.cookies-modal__btn {
    color: black;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
    padding: 0 30px;
    background: #fecc00;
    min-width: 180px;
}
.cookies-modal__btn:hover {
    background: rgba(254, 204, 0, 0.23);
}
@media (max-width: 767px) {
    .cookies-modal__content{
        padding: 20px 10px;
        flex-direction: column;
        gap: 15px;
    }
    .cookies-modal__btn {
        width: 100%;
        min-width: initial;
    }
}
.product-card--no-status .product-card__name {
    margin-top: 30px;
}

.menu-item-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.menu-item-flex .toggle-btn {
    position: relative;
    top: -3px;
    background-color: transparent;
    padding: 0;
    border: none;
    height: 15px;
}
.menu-item-flex .toggle-btn svg {
    color: #5D5D5D;
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.open .menu-item-flex .toggle-btn svg {
    transform: rotate(0);
}
@media(max-width: 1280px) {
    .menu-item-flex {
        justify-content: space-between;
        gap: 15px;
    }
    .menu-item-flex .toggle-btn {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -6px;
        top: 0;
    }
    .menu-item-flex .menu_link {
        width: 100%;
    }
    .dropdown-menu.level1 .nav-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        background-color: #FAFAFA;
        z-index: 45;
        height: 100%;
        width: 320px;
        transition: 0.5s ease-in-out;
    }
    .dropdown-menu.level1 .open-menu .nav-wrapper {
        transform: translateX(0);
    }
    .megamenu-grid .dropdown-menu.level1 {
        border-top: 1px solid #d5d5d5;
        padding-left: 15px !important;
    }
    .dropdown-menu.level1 .menu-item-flex {
        border-bottom: 1px solid #d5d5d5;
    }
    .megamenu-grid {
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .mob_menu_block .collapse.navbar-collapse > ul > li.open {
        border-bottom: none !important;
    }
    .open-menu-btn {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        right: -6px;
        background-color: transparent;
        padding: 0;
        border: none;
        transform: rotate(90deg);
    }
    .nav-head {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #FAFAFA;
        box-shadow: 0 9px 8px -6px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }
    .nav-title {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }
    .nav-head .btn-back,
    .nav-head .btn-close-all {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        position: relative;
        padding: 0;
        border: none;
        background: transparent;
    }
    .open-menu-btn svg,
    .nav-head .btn-back svg,
    .nav-head .btn-close-all  svg{
        color: #5D5D5D;
    }
    .nav-head .btn-back {
        left: -5px;
    }
    .nav-head .btn-close-all {
        margin-left: auto;
        right: -5px;
    }
    .megamenu-grid .dropdown-menu.level2 {
        display: block !important;
        padding-right: 15px !important;
        margin: 7.5px 0 15px 15px !important;
        height: calc(100% - 75px);
        overflow: auto;
    }
    .megamenu-grid .dropdown-menu.level2 .menu_link {
        padding: 7.5px 0 !important;
    }
    .megamenu-grid .dropdown-menu.level2 .menu_link .menu-title {
        text-transform: none !important;
        font-size: 16px;
        line-height: normal;
    }
    .megamenu-grid.container {
        width: 100%;
    }
}
.megamenu-grid .dropdown-menu {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #FAFAFA !important;
}
@media(min-width: 1281px) {
    .megamenu {
        position: absolute;
        top: 100%;
        background-color: #FAFAFA;
        padding: 20px 0 40px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 40;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
    }
    .megamenu::before {
        content: '';
        height: 45px;
        position: absolute;
        left: 0;
        top: -45px;
        width: 100%;
    }
    .megamenu a:not(:hover) span:after {
        background-color: #FAFAFA !important;
    }
    .parent:hover .megamenu {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .parent:hover .menu-item-flex .toggle-btn svg {
        transform: rotate(0);
    }
    .menu-item-flex .toggle-btn {
        pointer-events: none;
    }
    .megamenu-grid > .dropdown-menu {
        column-count: 4;
        column-gap: 40px;
        gap: 40px;
    }

    .megamenu-grid .dropdown-menu > .menu_link {
        opacity: 1 !important;
        transform: none !important;
        padding: 0 !important;
        display: inline-block;
        width: 100%;
        break-inside: avoid-column;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .megamenu-grid .dropdown-menu > .menu_link > div:first-child {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #D4DBE2;
    }
    .megamenu-grid .dropdown-menu > .menu_link > div .open-menu-btn {
        display: none;
    }
    .megamenu-grid > .dropdown-menu > .menu_link > div > a .menu-title {
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }
    .nav-wrapper .nav-head {
        display: none;
    }
    .megamenu-grid .dropdown-menu > .menu_link .navbar-nav {
        padding: 0 !important;
        margin: 0 !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .megamenu-grid .dropdown-menu > .menu_link .navbar-nav  .menu-item {
        padding: 0;
        margin: 0;
        opacity: 1 !important;
        transform: none !important;
    }
    .megamenu-grid .dropdown-menu > .menu_link .navbar-nav .menu_link {
        display: block;
        width: fit-content;
    }
    .megamenu-grid .dropdown-menu.level2 .menu-item{
        padding: 0 !important;
    }
    .megamenu-grid .dropdown-menu.level2 .menu-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .megamenu-grid .dropdown-menu.level2 .menu_link{
        width: fit-content;
    }
    .megamenu-grid {
        max-height: calc(100vh - 135px);
        overflow-y: auto;
    }
    .megamenu-grid .dropdown-menu.level2 .menu-title {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        width: fit-content;
    }
}
.related-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}
.related-categories li {
    display: flex;
}
.related-categories-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    padding: 15px 17px;
    border-radius: 5px;
    background-color: #EAEAEA;
    color: #201E1C;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s;
}
.related-categories-item:hover {
    background-color: #FFCF06;
}
.related-categories-btn {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
    border: 2px solid #5D5D5D;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 20px auto 26px;
}
.related-categories-btn:hover {
    background-color: #FFCF06;
    border-color: #FFCF06;
}
.related-categories li.is-hidden {
    display: none;
}
@media(max-width: 1599px) {
    .related-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 768px) {
    .related-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        grid-auto-rows: auto;
    }
    .related-categories-item {
        padding: 15px 10px;
        font-size: 14px;
    }
    li.is-long {
        grid-column: 1/-1;
    }
    .related-categories-btn {
        font-size: 14px;
    }
}
#information-author-page {
    margin-bottom: 100px;
}
.author-block {
    display: grid;
    grid-template-columns: minmax(350px, 400px) 1fr;
    column-gap: 120px;
}
.author-photo img{
    width: 100%;
    height: 400px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.author-name {
    color: #201E1C;
    font-size: 34px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.author-position {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.author-user-info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    color: #201E1C;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.author-user-info span {
    font-weight: 600;
}
.author-block h2{
    color: #201E1C;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}
.author-description {
    color: #201E1C;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.author-description ul:not(:last-child),
.author-description ol:not(:last-child),
.author-description p:not(:last-child) {
    margin-bottom: 15px;
}
.author-description ol,
.author-description ul {
    padding-left: 20px;
 }
.author-description ul li {
    list-style: disc;
}
.author-description ol li {
    list-style: decimal
}
.author-contacts-list li:not(:last-child) {
    margin-bottom: 15px;
}
.author-contacts-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #201E1C;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    width: fit-content;
}
.author-contacts-list a svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
}
.author-contacts-list a span:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.author-contacts-list a:hover span:after {
    background-color: #fecc00;
}
.prodinfo_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 60px;
}
.prodinfo_share #share{
    padding: 0;
    margin: 0;
}
.prodinfo_share_author span {
    color: #201E1C;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.prodinfo_share_author a {
    color: #201E1C;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.prodinfo_share_author a:after {
    background-color: transparent !important;
}
.prodinfo_share_author a:hover:after,
.prodinfo_share_author a:focus:after {
    background-color: #fecc00 !important;
    opacity: 1 !important;
}
@media(max-width: 1599px) {
    .author-block {
        gap: 40px;
        grid-template-columns: minmax(300px, 350px) 1fr;
    }
    .author-photo img{
        height: 350px;
    }
}
@media(max-width: 1199px) {
    .author-block {
        grid-template-columns: 300px 1fr;
    }
    .author-photo img{
        height: 300px;
    }
}
@media(max-width: 991px) {
    .author-block {
        grid-template-columns: 1fr;
    }
    .author-name {
        font-size: 26px;
        line-height: 36px;
    }
    .author-block h2 {
        font-size: 19px;
        line-height: normal;
    }
    .author-photo img {
        height: auto;
        max-height: 500px;
        object-fit: contain;
    }
    #information-author-page {
        margin-bottom: 50px;
    }

    #information-author-page + .news-latest {
        margin-bottom: 50px;
        padding: 0 !important;
    }
}
@media(max-width: 767px) {
    .prodinfo_share {
        flex-direction: column;
        gap: 10px;
        align-items: start;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    body.page_information .ar_text img {
        max-width: 100%;
        height: auto!important;
    }
}

/* Спеціальний логотип прихований на всіх інших сторінках */
.footer_logo img.footer-logo-about {
    display: none;
}

/* Однаковий фон підвалу та нижнього блоку на сторінці «Про компанію» */
body.page_information_id_38 .footer,
body.page_information_id_38 .footer .footer_block,
body.page_information_id_38 .footer .footer_copy,
body.page_information_id_38 .footer_copy,
body.page_information_id_38 .footer_bottom {
    background-color: #1D1D24 !important;
    color: #ffffff;
}

/* Приховуємо звичайний логотип на сторінці «Про компанію» */
body.page_information_id_38 .footer .footer-logo-default {
    display: none;
}

/* Показуємо спеціальний логотип на сторінці «Про компанію» */
body.page_information_id_38 .footer .footer-logo-about {
    display: block;
    width: 110px;
    height: auto;
}

/* Біла розділювальна лінія під логотипом */
body.page_information_id_38 .footer .footer_logo {
    border-bottom-color: #ffffff;
}

/* Жовті заголовки розділів */
body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > a,

body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > div > a,

body.page_information_id_38 .footer .footer_menu_info .fc_name,
body.page_information_id_38 .footer .footer_contacts .fc_name {
    color: #fecc00 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Світло-сірі пункти меню */
body.page_information_id_38 .footer
.footer_menu ul.nav.navbar-nav ul a,

body.page_information_id_38 .footer
.footer_menu_info ul.nav.navbar-nav a {
    color: #d5d5d5 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Світло-сірий текст адреси */
body.page_information_id_38 .footer .fc_address {
    color: #d5d5d5 !important;
}

/* Жовті телефони та електронна пошта */
body.page_information_id_38 .footer .fc_phone a,
body.page_information_id_38 .footer .fc_mail a {
    color: #fecc00 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Жовта кнопка «Замовити дзвінок» */
body.page_information_id_38 .footer .fc_btncall a {
    color: #fecc00 !important;
    border-color: #fecc00 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Приховуємо підкреслення у звичайному стані */
body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > a > span::after,

body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > div > a > span::after,

body.page_information_id_38 .footer
.footer_menu ul.nav.navbar-nav ul a > span::after,

body.page_information_id_38 .footer
.footer_menu_info ul.nav.navbar-nav a > span::after {
    content: "" !important;
    display: inline-block !important;
    width: 0 !important;
    height: 2px !important;
    opacity: 0 !important;
    background-color: #ffffff !important;
    transition: width 0.3s ease, opacity 0.3s ease !important;
}

/* При наведенні текст меню стає жовтим */
body.page_information_id_38 .footer .footer_menu a:hover,
body.page_information_id_38 .footer .footer_menu_info a:hover {
    color: #fecc00 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* При наведенні з’являється біле підкреслення */
body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > a:hover > span::after,

body.page_information_id_38 .footer
.footer_menu .collapse.navbar-collapse > ul > li > div > a:hover > span::after,

body.page_information_id_38 .footer
.footer_menu ul.nav.navbar-nav ul a:hover > span::after,

body.page_information_id_38 .footer
.footer_menu_info ul.nav.navbar-nav a:hover > span::after {
    width: 100% !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
}

/* При наведенні телефони, пошта та кнопка залишаються жовтими */
body.page_information_id_38 .footer .fc_phone a:hover,
body.page_information_id_38 .footer .fc_mail a:hover,
body.page_information_id_38 .footer .fc_btncall a:hover {
    color: #fecc00 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}
