/* Jet Cache: catalog/view/theme/default/stylesheet/style.css?ver=0.0.0.99 */





















::-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;
}

.mobnav.active {
  left: 0px !important;
  visibility: visible;
  background: #fff;
}

.mobnav {
  width: 300px;
}

.mobnav {
  left: 0;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
  top: 0;
  bottom: 0;
  width: 320px;
  position: fixed;
  z-index: 99;
  background: #fff;
  padding: 30px 15px 15px 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: 170px;
}

.mob_logo_block {
    text-align: center;
}

span.m-close {
    background: url(https://tdc.ua/catalog/view/theme/default/images/close.png) no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px !IMPORTANT;
    position: absolute;
    top: 10px;
    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;
}

.mobnav .language_block {
    margin: 10px 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: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.mob_menu_block {
    margin-top: 25px;
    border-top: 1px solid #d5d5d5;
}

.mob_menu_block ul li a {
    padding: 9px 0px;
}

.mob_phones_block a {
    color: #201e1c;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-decoration: none;
}

.mob_phones_block {
    text-align: center;
}

.mob_phones_block {
    margin-bottom: 15px;
    margin-top: 30px;
}

.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 {
    border-bottom: 1px solid #d5d5d5;
}

.mob_menu_block .collapse.navbar-collapse > ul li.parent > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://tdc.ua/catalog/view/theme/default/images/catdown.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 7px;
}

.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 {
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.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 > 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 > 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 > 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: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 202px;
    height: 52px;
    border: 2px solid #fecc00;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
}

.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;
}

.footer_menu .collapse.navbar-collapse > ul > li {
    margin-bottom: 10px;
}
a.menu_link.soc_fb {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/fb.png) no-repeat center center;
}

a.menu_link.soc_inst {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/inst.png) no-repeat center center;
}

a.menu_link.soc_pint {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/pi.png) no-repeat center center;
}

a.menu_link.soc_you {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/you.png) no-repeat center center;
}

a.menu_link.soc_in {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/in.png) no-repeat center center;
}

a.menu_link.soc_tw {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/tw.png) no-repeat center center;
}




a.menu_link.soc_fb:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/fbh.png) no-repeat center center;
}

a.menu_link.soc_inst:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/insth.png) no-repeat center center;
}

a.menu_link.soc_pint:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/pih.png) no-repeat center center;
}

a.menu_link.soc_you:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/youh.png) no-repeat center center;
}

a.menu_link.soc_in:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/soc/inh.png) no-repeat center center;
}

a.menu_link.soc_tw:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/images/aviable.png) no-repeat center center;
}

.spare_status.noaviable:before {
    background: url(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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_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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/images/soc/fb.png) #201e1c no-repeat center center;
}

a.push.twitter {background: url(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/images/soc/fb.png) #fecc00 no-repeat center center;
}

a.push.twitter:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/images/slr.png) no-repeat center center;
}

button.mfp-arrow.mfp-arrow-left {
    background: url(https://tdc.ua/catalog/view/theme/default/images/sll.png) no-repeat center center;
}

button.mfp-close {
    background: url(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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("https://tdc.ua/catalog/view/theme/default/stylesheet/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(https://tdc.ua/catalog/view/theme/default/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("https://tdc.ua/catalog/view/theme/default/stylesheet/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("https://tdc.ua/catalog/view/theme/default/stylesheet/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("https://tdc.ua/catalog/view/theme/default/stylesheet/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(https://tdc.ua/catalog/view/theme/default/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(180deg);
}
.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 {
    text-transform: none;
    display: block;
    line-height: 21px;
    padding: 11px 0px;
}

.mob_menu_block .collapse.navbar-collapse > ul > li > ul li {
    border-top: 1px solid #eaeaea;
}

.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(https://tdc.ua/catalog/view/theme/default/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 .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;
    width: auto !important;
}
.product-card__image {
    position: relative;
    margin-bottom: 24px;
}
.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: 20px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    min-height: 60px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.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;
}
.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;
    }
}
/* Jet Cache: catalog/view/theme/default/stylesheet/stylemob.css?ver=0.0.0.99 */
@media only screen and (max-width: 1775px) {
  span.topbt {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1685px) {
  span.topbt {
    margin-left:15px;
  }
}
@media only screen and (max-width: 1620px) {
  .container {
    width: 1420px;
  }
  .gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    margin-right: 25px;
}
.footer_contacts {
    grid-template-columns: 1fr;
}
.fc_btncall.callme_btn {
    grid-column: 1;
    grid-row: initial;
    display: inline-block;
    margin: 16px 0 8px;
}
div#search.show {
    width: 770px;
}
.search_zap_select > div {
    width: 406px;
}
.office_mapgal > div {
    width: 700px;
}
input#prodnumber {
    width: 539px;
}
.list_bank span {
    width: 220px;
    height: 140px;
    line-height: 140px;
}
.contact_form_block .form-group {
    width: 300px;
}
.gl_office_item > div, .office_data > div {
    padding: 25px 30px 43px 80px;
}
.user_item {
    width: 700px;
}
.user_item_img img {
    width: 100%;
}
.user_item_img {
    width: 270px;
}
.user_item_data {
    width: 395px;
}

.uidata_data_contact {
    width: auto;
}

.uidata_data_adres {
    width: auto;
    position: relative;
    margin-top: 20px;
}
.header_right .callme_btn {
    margin-left: 20px;
}
.language_block {
    margin-left: 0px;
}
.our_spectehnik_item,.offer_item,.spareparts_wall_thumb {
    width: 460px;
}
.art_last_item {
    width: 332px;
}
.art_last_list .art_last_item:first-child {
    width: 715px;
}
.art_last_name {
    margin-bottom: 8px;
margin-top: 15px;
}
.art_last_item .image {
    height: 259px;
}
.art_last_date {
    top: -53px;
}
.art_last_detail {
    margin-top: 27px;
}
.about_txt {
    width: 715px;
    padding-left: 50px;
}
.about_img {
   width: 700px;
    overflow: hidden;
}
span.topbt {
    margin-left: 45px;
}
img.img_left {
    width: 460px;
}
.spare-layout {
    width: 340px;
}
.spare_info_block > div {
    width: 480px;
}
.category_child_item img {
    max-width: 100%;
}
.category_child_item {
    width: 240px;
    height: 265px;
}
}
@media only screen and (max-width: 1530px) {
.container {
    width: 1320px;
}
.search_zap_select > div {
    width: 373px;
}
div#search.show {
    width: 712px;
}
input#prodnumber {
    width: 439px;
}
.article_image {
    height: 240px;
}
.contact_form_block .form-group {
    width: 371px;
}
.list_bank span {
    width: 248px;
}
.office_mapgal > div {
    width: 650px;
}
.office_map iframe {
    height: 452px;
}
.user_item {
    width: 650px;
}
.user_item_img {
    width: 270px;
}
.user_item_data {
    width: 350px;
}
.uidata_name {
    line-height: 25px;
    margin-bottom: 15px;
}
.uidata_data_contact {
    width: auto;
}

.uidata_data_adres {
    width: auto;
    position: relative;
    margin-top: 20px;
}
.about_img {
    width: 605px;
    overflow: hidden;
}
.about_img_text img {
    width: 106px;
}
.about_img_text span {
    margin-top: 29px;
}
.art_last_list .art_last_item:first-child {
    width: 616px;
}
.art_last_text {
    height: 90px;
    overflow: hidden;
    min-height: auto;
}
    .news-latest__list .art_last_text {
        height: auto;
    }
.art_last_list .art_last_item:first-child .art_last_text {
    height: auto;
}
.our_spectehnik_item, .offer_item, .spareparts_wall_thumb {
    width: 426px;
}
.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    margin-right: 20px;
}
.header_right .callme_btn {
    margin-left: 15px;
}

.offer_btn a,.spareparts_wall_btn a  {
    background: rgb(255 255 255 / 87%);
}
.spare_statusbl {
    width: 370px !important;
}
.spare_info_block > div {
    width: 475px;
}
.category_child_item {
    width: 215px;
    height: 240px;
}
    a.category_child_title{
    font-size: 15px;
    line-height: 20px;
}
.product_images_video {
    max-width: 620px;
}
.prfull_image img {
    width: 100%;
}

.full_product_image ,.product_video_big,.product_video_big iframe {
    height: 464px;
}
}
@media only screen and (max-width: 1024px) {
    .slider_viewport.additional .slider_name {
        font-size: 28px;
    }
    .slider_viewport.additional .slider_desc {
        font-size: 16px;
    }
    .slider_viewport.additional .slider_wrapper:not(.slick-initialized) {
        grid-gap: 10px;
    }
    .slider_viewport.glslider {
        padding-top: 20px;
    }
    .slider_viewport.glslider:not(:has(+.slider_viewport.additional)) {
        padding-bottom: 20px;
    }
    .slider_viewport.additional {
        padding: 5px 0 20px;
    }
}
@media only screen and (max-width: 992px) {
    .slider_slide {
        border-radius: 10px;
    }
    .slider_viewport .slider_name {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .slider_viewport .slider_desc {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .slider_viewport .slider_btn {
        width: 100%;
        margin-top: initial;
    }
    .slider_viewport .slider_name:has(+ .slider_btn),
    .slider_viewport .slider_desc:has(+ .slider_btn) {
        margin-bottom: 20px;
    }
    .slider_viewport .slider_btn a {
        padding: 15px;
        width: auto;
    }
    .slider_text {
        height: auto;
        padding: 20px 20px 60px;
    }
    .slider_viewport.glslider .slider_text {
        height: 400px;
    }
    .arrowsl {
        width: 100%;
        text-align: center;
        right: 0;
    }
    .slider_dotes a {
        font-size: 18px;
    }
    .slider_dotes li a:after,
    .slider_dotes li:last-child a:before {
        width: 35px;
    }
    .slider_dotes li {
        margin: 0 3px;
    }
}
@media only screen and (max-width: 1425px) {
	.container {
    width: 1240px;
}
.page-header h1,.contacts_form .box-heading {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 40px;
}

.search_zap_select > div {
    width: 346px;
}
div#search.show {
    width: 681px;
}
input#prodnumber {
    width: 347px;
}
a.usefilter {
    width: 232px;
}
.list_bank span {
    width: 232px;
}
.office_mapgal > div {
    width: 610px;
}
.contact_form_block .form-group {
    width: 344px;
}
.gl_office_item > div, .office_data > div {
    padding: 25px 30px 40px 40px;
}
.user_item {
    width: 610px;
    min-height: 363px;
}
.user_item_img {
    width: 256px;
}
.user_item_data {
    width: 306px;
}
.uidata_data_contact {
    width: auto;
}

.uidata_data_adres {
    width: auto;
    position: relative;
    margin-top: 16px;
}

.uidata_name {
    line-height: 24px;
    margin-bottom: 8px;
}
.about_img {
    width: 525px;
    overflow: hidden;
}
.about_img_text img {
    width: 76px;
}
.about_img_text {
    padding: 30px;
    padding-bottom: 41px;
	}
.about_img_text span {
    margin-top: 15px;
    font-size: 15px;
}
.about_img {
    height: 720px;
}

.about_txt {
    padding-top: 20px;
}
.module_name {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 40px;
}
.module_name span {
    font-size: 56px;
    line-height: 26px;
}
.art_last_list .art_last_item:first-child {
    width: 535px;
}
.art_last_list .art_last_item:first-child .image {
    height: 491px;
}

.art_last_list .art_last_item:first-child .image img {
    height: 100%;
    width: auto;
}
.our_spectehnik_item, .offer_item, .spareparts_wall_thumb {
    width: 400px;
}
.our_spectehnik_image img {
    max-width: 214px;
    max-height: 166px;
}
.gl_menu_block .collapse.navbar-collapse > ul.nav.navbar-nav > li {
    margin-right: 15px;
}
.header_right .callme_btn a {
    width: 140px;
}
.lang_block ul li {
	margin-left: 10px;
}

.gl_menu_block ul.nav.navbar-nav > li ul li {
    padding: 4px 0px;
}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li > a {
    line-height: 21px;
}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul > li {
    margin-bottom: 10px;
}
.spare-layout {
    width: 295px;
    padding: 30px;
	}
.spare_sku {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 23px;
}

.spare_name a {
    font-size: 16px;
}

.spare_status {
    font-size: 15px;
}
.spare_statusbl {
    width: 320px !important;
}
.spare_info_block > div {
    width: 460px;
}
.spare_page_info h1 {
    font-size: 46px;
    line-height: 54px;
}
.user_cats_name {
    font-size: 36px;
    line-height: 46px;
}
.category_child_item {
    width: 266px;
    height: 289px;
}
a.category_child_title {
    font-size: 17px;
    /* line-height: 42px; */
}
.product_cat_caption .product_cat_attr_name {
    /* text-overflow: ellipsis; */
    /* width: 300px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}
}
@media only screen and (max-height: 900px) {
	.our_spectehnik_block {
        margin-top: -202px;
    }
}
@media only screen and (max-height: 800px) {
	.slider_bg video{ display:none;}
.our_spectehnik_block {
    margin-top: -110px;
}
.slider_social .minimenu li {
    margin: 13px 0px;
}
}
@media only screen and (max-width: 1280px) {
	.header_right .gl_menu_block {
    display: none;
}
.list_bank span {
    width: 192px;
    height: 100px;
    line-height: 100px;
}
.container {
    width: 1040px;
}
span.mobmenu {
    vertical-align: top;
    width: 46px;
    height: 46px;
    border: 2px solid #fecc00;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 50%;
    background: url(https://tdc.ua/catalog/view/theme/default/images/mobmenu_webp.webp) no-repeat 14px 15px;
    cursor: pointer;
}
div#search.show {
    width: 412px;
}
span.mobmenu:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/mobmenu_webp.webp) rgba(254, 204, 0, 0.23) no-repeat 14px 15px;
}
.offer_name {
    line-height: 26px;
}
.offer_btn {
    position: relative;
    bottom: 0px;
}
.offer_data {
    margin-bottom: 25px;
}
.our_spectehnik_name {
    line-height: 25px;
}

.our_spectehnik_item, .offer_item, .spareparts_wall_thumb {
    width: 333px;
}
.offer_item {
    padding: 30px 40px;
}

.of_name {
    font-size: 20px;
}
.contact_form_block {
    height: 470px;
}
.footer_menu_3 li.parent.menu_link.remontli ul {
    column-count: 1;
}
.footer_top .collapse.navbar-collapse > ul.nav.navbar-nav > li.speccar > ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.our_advantages_list span {
    font-size: 45px;
}
.our_advantages {
    height: 740px;background-size: cover !important;
}
.about_img {
    width: 480px;
}
.about_img_text span {
    width: 300px;
}
.product_images_video {
    max-width: 453px;
}
.about_txt {
    width: 552px;
    padding-left: 30px;
}
.full_product_image, .product_video_big, .product_video_big iframe {
    height: 339px;
}
div#content.col-sm-9 {
    padding-left: 40px;
}
.category_child_item {
    width: 220px;
    height: 249px;
}
.our_advantages_list {
	font-size: 23px;line-height: 33px;
}
.our_advantages_list > div:first-child {
    line-height: 45px;
}
.number_one_block {
    background-position: center left;
}
.art_last_item {
    width: 265px;
}
.art_last_item .image {
    height: 209px;
}
.art_last_list .art_last_item:first-child {
    width: 470px;
}
.user_item {
    width: 510px;
}
.user_item_img {
    width: 180px;
}
.user_item_data {
    width: 300px;
}
.gl_office_item, .office_data {
    font-size: 20px;
    line-height: 29px;
}
.office_map iframe {
    height: 358px;
}
.search_zap_select > div {
    width: 306px;
}

.advancedsearch_block {
    height: 433px;
    background-color: #e7e7e7;
    padding: 35px 40px 40px 40px;
    box-sizing: border-box;
}
input#prodnumber {
    width: 260px;
}
.page-header {
    margin-bottom: 35px;
    margin-top: 50px;
}
a.clearfilter {
    margin-right: 17px;
}
.spare_statusbl .spare_status {
    font-size: 18px;
}
.spare_data .spare_sku {
    font-size: 18px;
    line-height: 55px;
}
.spare_data {
    padding-top: 100px;
}
.spare_info_block > div {
    width: 359px;
}
.spare-layout {
    width: 333px;
}
.spare_data {
    font-size: 18px;
    line-height: 26px;
}
.spare_btnsbl button#button-cart {
    width: 280px;
}
.contact_form_block .form-group {
    width: 277px;
}
.spareparts_wall_caption h4 a {
    line-height: 24px;
}
.office_mapgal .slick-arrow {
    top: 7px;
}
.office_mapgal > div {
    width: 510px;
}

.header_left{
    display: none;
}
    .articles_list.articleslist {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width: 1080px) {
	.container {
    width: 740px;
}
    .articles_list.articleslist {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
.spareparts_wall_image img {
    max-width: 195px;
    opacity: 0.4;
}
div#filter_vier.active {
    display: block;
}
div#oop_cls_div_cont > ul#oop_ul_cats.active {
    display: block;
}

	.header_right .phones_block a {
    vertical-align: top;
    width: 46px;
    height: 46px;
    border: 2px solid #fecc00;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 50%;
    background: url(https://tdc.ua/catalog/view/theme/default/images/callme_webp.webp) no-repeat 14px 15px;
}
.header_right .phones_block {

}
    .header_call_wrap hr{
        display: none;
    }

.header_right .callme_btn {
    margin-left: 4px;
    display: none;
}

    .header_right{
        gap: 20px;
    }
    .logo_block img{
        width: 94px;
    }
    span.mobsearch {
        vertical-align: top;
        width: 46px;
        height: 46px;
        border: 2px solid #fecc00;
        text-indent: -9999px;
        display: inline-block;
        border-radius: 50%;
        background: url(https://tdc.ua/catalog/view/theme/default/images/search.png) no-repeat center / 16px;
        cursor: pointer;
    }
    span.mobsearch:hover {
        background-color: rgba(254, 204, 0, 0.23);
    }
.header_right .language_block {
    display: none;
}
.header_right .phones_block a:hover {
    background: url(https://tdc.ua/catalog/view/theme/default/images/callme_webp.webp) rgba(254, 204, 0, 0.23) no-repeat 14px 15px;
}
span.slider_down {
    display: none;
}
a.category_child_title{}


.slider_social {
    display: none;
}

.module_name {
    font-size: 40px;
}

.our_spectehnik_item, .offer_item, .spareparts_wall_thumb {
    width: 100%;
    margin: 0px !important;
    margin-bottom: 20px !important;
    height: auto;
}

.art_last_item {
    width: 100% !important;
    margin-bottom: 20px;
}

.art_last_detail {
    margin-top: 12px;
}

.art_last_item {
    margin: 0px;
    margin-bottom: 20px;
}

.art_last_list .art_last_item:first-child .image {
    height: 282px;
}

.art_last_list .art_last_item:first-child .art_last_desc {
    padding-bottom: 79px;
}

.module_name span {
    font-size: 46px;
}

.art_last_name {
    min-height: auto;
}

.news_block {
    margin-bottom: 50px;
}

.number_one_block {
    height: auto;
    padding-top: 55px;
    padding-bottom: 70px;
    background: #f9f9f9;
}

.number_one_head {
    font-size: 50px;
    margin-bottom: 5px;
}

.number_one_text {
    font-size: 32px;
}
.our_advantages_list {
    padding: 0px;
    text-align: center;
}

.our_advantages {
    height: auto;
    padding-bottom: 43px;
}

.our_advantages_list {
    margin-top: 45px;
}
.about_img {
    width: 100%;
    height: 190px;
}

.about_img_text {box-sizing: border-box;width: 100%;}

.about_img > img {
    width: 100%;
}
.about_txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 44px;
}
.footer_copy {
    line-height: 30px;
    padding: 20px 0px;
    text-align: center;
}

.footer_social {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0px;
    margin-top: 20px;
}

.footer_develoer {
    float: none;
    margin-top: 20px;
}
.footer_contacts {
    text-align: center;
    padding: 0 0 20px;
    float: none;
    width: 100%;
}
.fc_btncall.callme_btn {
    margin: 16px auto 8px;
}
.footer_menu {
    display: none !important;
}

.footer_top {
    display: none !important;
}
.our_spectehnik_block {
    margin-top: -70px;
}
.footer_logo {
    border-bottom: 3px solid #000;
}
.our_spectehnik_list {
    margin: 0px !IMPORTANT;
}

.offer_list {
    margin: 0px;
}

.art_last_list {
    margin: 0px !important;
}
.advancedsearch_block {
    padding: 20px 20px 20px 20px;
    height: auto;
}

.advancedsearch_block h3 {
    font-size: 21px;
    margin-bottom: 0px;
}

div#breadcrumb {
    margin-bottom: 15px;
}

.search_zap_select > div {
    width: 100%;
    margin: 0px !important;
}

.search_zap_search > div {
    display: block !important;
}

input#prodnumber {
    width: 100%;
}

.zap_btns {
    float: none !IMPORTANT;
    margin-top: 21px;
}
.page-header h1, .contacts_form .box-heading {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 43px;
}
.spareparts_wall_desc {
    margin-bottom: 15px;
}

.spareparts_wall_btn {
    position: relative;
    bottom: 0px;
}

.category_description.ar_text img {
    width: 100%;
    margin: 0px !important;
    margin-bottom: 30px !important;
    height: auto !important;
    float: none !IMPORTANT;
}

.spareparts_child {
    margin: 0px !important;
}

.ar_text h2 {
    font-size: 34px;
    line-height: 42px;
}
.spare_list {
    margin: 0px !IMPORTANT;
    margin-bottom: 30px !important;
}

.spare-layout {
    width: 100%;
    box-sizing: border-box;
    margin: 0px !important;
    margin-bottom: 20px !important;
    height: auto;
}

.spare_caption {
    height: auto;
    padding-bottom: 25px;
}
.spare_page_info h1 {
    font-size: 32px;
    line-height: 37px;
}
.spare_info_block > div {
    width: 100% !IMPORTANT;
    float: none;
    height: auto !important;
    min-height: auto !important;
    line-height: 45px;
    text-align: left;
}

.spare_statusbl {
    border: 0px !important;
}

.spare_statusbl:after {
    display: none !important;
}

.spare_btnsbl {
    margin-top: 25px !important;
}

.spare_data {
    padding-top: 30px;
}

.spare_info_block {
    padding-bottom: 45px;
    border: 0px !important;
}

.user_cats_name {
    font-size: 32px;
    line-height: 36px;
}
div#content.col-sm-9 {
    width: 100% !IMPORTANT;
    padding: 0px !important;
}

#column-left {
    width: 100%;
    margin-top: 0px !IMPORTANT;
}

.left_block_name {
    text-align: left;
    padding: 0px 20px;
    position: relative;
    cursor: pointer !important;
}

div#oop_cls_div_cont {margin-bottom: 11px;}

div#oop_cls_div_cont > ul#oop_ul_cats {
    display: none;
}

div#name_filter {
    margin-top: 10px;
}

div#head_filter {
    text-align: left;
    padding: 0px 20px !important;
    cursor: pointer !important;
}

.left_block_name:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(https://tdc.ua/catalog/view/theme/default/images/mobmenu_webp.webp) no-repeat center center;
}

div#head_filter:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(https://tdc.ua/catalog/view/theme/default/images/mobmenu_webp.webp) no-repeat center center;
}

div#filter_vier {
    display: none;
}

.category_child_item {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0px !IMPORTANT;
    margin-bottom: 10px !important;
}

a.category_child_image {
    width: 106px;
    float: left;
    vertical-align: top;
    padding-left: 25px;
    padding-top: 0px;
}

a.category_child_title {
    line-height: 90px;
    display: block;
    padding-left: 156px;
}
.product_images_video {
    width: 100%;
}
.full_product_image, .product_video_big, .product_video_big iframe {
    height: auto;
    min-height: 500px;
}
.product_info_block .product_info_btns {
    display: inline-block;
    vertical-align: top;
}

.tree_d_model_btn {
    display: inline-block;
    vertical-align: top;
    float: right;
}
ul.product_nav.nav-tabs li a {
    font-size: 20px;
}
ul.product_nav.nav-tabs li {
    padding-right: 20px;
}
.ar_text iframe {
    height: 300px;
}
ul.product_nav.nav-tabs {
    margin-bottom: 30px;
}
.list_bank span {
    width: 170px;
}
.gl_office_item > div, .office_data > div {
    display: block !important;
    border: 0px !important;
    height: auto !important;
    float: none !important;
    width: 100% !important;
}

.gl_office_item, .office_data {
    border: 0px !important;
}

.gl_office_item > div:nth-child(2):before, .office_data > div:nth-child(2):before {
    display: none;
}

.gl_office_item > div:nth-child(2):after, .office_data > div:nth-child(2):after {
    display: none;
}

.dopname {
    line-height: 54px;
    font-size: 20px;
}

.contact_form_block .form-group {
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.contact_form_block {
    height: auto;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
}

.contact_form_block .form-group.text-center {
    margin-top: 25px !IMPORTANT;
}

.contact_form_block {}

.office_mapgal > div {
    width: 100%;
    height: auto;
}

.office_gallery {}

.module-gallery {
    margin-bottom: 40px;
}

div#obllist_chosen {
    width: 100% !important;
}

.user_item {
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.user_item_data {
    width: calc(100% - 200px);
    min-height: auto !important;
}

.user_item_img {
    width: 200px;
}

.uidata_name {
    padding-top: 0px;
    margin-top: -2px;
}
.office_mapgal .slick-arrow {
    top: 28px;
}
.category_child {
    margin: 0px;
}
.articles_list.articleslist {
    margin: 0px !important;
}
.contact_form_block .form-group.text-center button {
    width: 100%;
}
.gl_office_item > div:nth-child(1), .office_data > div:nth-child(1) {
    padding: 0px;
}
.gl_office_item > div, .office_data > div {
    padding: 0pc;
}
.office_gallery {
    display: none !important;
}

.office_mapgal > div {
    margin: 0px !important;
    width: 100% !important;
}
.office_mapgal {
    margin: 0px !important;
}
    .search_btn:before,
    .search_btn:after,
    .search_btn > a{
        display: none;
    }
    .search_btn{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        transition: all .3s;
        padding: 21px 10px;
        box-sizing: border-box;
        z-index: 80;
        border: none;
        border: 0;
        display: block;
    }
    .search_btn.show{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        background-color: rgba(255, 255, 255, 0.70);
    }
    .search_btn.show div#search,
    .homepage .search_btn.show div#search{
        width: 100%;
        position: relative;
    }
    div#search{
        position: static;
        transform: none;
        top: 0;
        left: 0;
    }
    div#search input{
        width: calc(100% - 90px);
        padding: 13px 70px 13px 16px;
        border-radius: 25px;
        border: 2px solid #FECC00!important;
        background: #FFF;
        margin: 0;
    }
    .search_btn.show div#search {
        max-width: initial;
    }
    div#search input:hover, div#search input:focus{
        border-bottom-color: #FECC00 !important;
    }
    div#search button.mobsearch_send{
        display: block;
        right: 9px;
        top: 4px;
    }
}
@media only screen and (max-width: 740px) {
	.cart_link a {
    top: initial;
    bottom: 15px;
    width: auto;
    height: 40px;
    padding: 0px 10px;
}
    .articles_list.articleslist {
        grid-template-columns: 1fr;
    }
.chosen-container .chosen-results li {
    line-height: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
}
select{
    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;
    padding-left: 10px;
    height: 46px;
    line-height: 46px;
    border: 0px !important;
    border-bottom: 1px solid #c3c3c3 !important;
    background: #fff;
    width: 100%;
}
div#content > h1 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 30px;
    margin-top: 30px;
}

div#simplecheckout_cart {
    padding: 10px 10px;
    box-sizing: border-box;
}

.simplecheckout-cart td.name a {line-height: 19px;padding-top: 7px;}

.simplecheckout-block {
    padding: 10px;
}

.simplecheckout-block-content .form-horizontal .form-group {
    width: 100%;
    padding: 0px !important;
}

.simplecheckout-cart td.quantity {
    min-width: 50px;
    width: 50px;
}

#simplecheckout_cart .form-control {
    min-width: 39px;
    width: 50px;
}

.simplecheckout-cart .name {
    max-width: 55%;
}

td.quantity span.input-group-btn button.btn.btn-danger {
    right: -27px;
}

#simplecheckout_comment textarea {
    line-height: 20px;
}

.addship {
    float: none !important;
    display: block;
}

.simple-content .buttons {
    float: none !important;
    position: relative !important;
    width: 100%;
    margin-top: 15px;
}

.addship a {
    width: 100% !important;
    margin-top: 20px !important;
}

a#simplecheckout_button_confirm, input#button-confirm {
    width: 100%;
}
.cart_link a div {
    writing-mode: initial;
    letter-spacing: 0px;
    display: inline-block;
    margin-right: 8px;
    line-height: 29px;
}
	.alert {
    width: 90%;
    margin-left: -10px;
}
	.container {
    width: 100%;
    box-sizing: border-box;
}
.list_bank span {
    width: 100%;
    box-sizing: border-box;
    margin: 0px !important;
    margin-bottom: 15px !important;
    float: none !important;
    display: block !important;
}

.list_bank span img {
    max-height: 85%;
}

.list_bank {
    margin: 0px !important;
}

.list_bank span a {
    height: 100%;
}
.page-header {
    margin-bottom: 35px;
    margin-top: 35px;
}
.ar_text {
    margin-top: 35px;
}
.tabs-content.contacts_tab ul.tabs_nav li {
    display: block;
    margin: 0px !important;
	padding: 9px 0px;
}
.cookies_block {
    display: none !important;
}
.user_item_data {
    width: 100%;
    padding: 0px !important;
    padding-top: 25px !important;
}

.user_item_img {
    width: 100%;
}
.user_item_list {
    margin: 0px !IMPORTANT;
    margin-bottom: 50px !important;
}

.tabs-content.contacts_tab ul.tabs_nav li a {
    display: inline-block;
    line-height: 26px;
    font-size: 20px;
}


.full_product_image, .product_video_big, .product_video_big iframe {
    min-height: auto;
}
span.imgvideo_btns {
    position: relative;
    width: 100%;
    bottom: 0px;
    right: 0px;
}

span.imgvideo_btns a {
    width: 100%;
    box-sizing: border-box;
}
.product_images {
    margin-bottom: 20px;
}

.product_videos {
    margin-bottom: 20px;
}
.product_video_big iframe {
    min-height: 230px;
}
button.mfp-close {
    right: 15px !important;
    top: 15px !important;
}
img.mfp-img {
    max-width: 95%;
}
.thumb_product_image:after,videofile_trumb:after {
    display: none;
}
.product_info_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}


.product_info_block .product_cat_attr > div:after {
    display: none;
}
a.product_getprice {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.product_info_block .product_info_btns {
    width: 100%;
}
.offer_item {
    padding: 20px 20px;
}
.tree_d_model_btn a {
    display: block;
    line-height: 44px;
    padding: 0px;
    text-align: center;
}

.tree_d_model_btn a:before {
    display: block;
    margin: 0px auto;
    float: none;
    position: relative;
    right: 0px;
}

.tree_d_model_btn {
    float: none !important;
    text-align: center;
    width: 100% !important;
}
ul.product_nav.nav-tabs li {
    width: 100%;
    margin: 0px !IMPORTANT;
    box-sizing: border-box;
    padding: 0px !important;
}

ul.product_nav.nav-tabs li a {
    display: block;
}

ul.product_nav.nav-tabs li a:after {
    bottom: 0px;
}
.tab-content .ar_text {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
.product_cat_attr > div > div {
    display: block !IMPORTANT;
    text-align: left !important;
    float: none !important;
    max-width: 100% !important;
    padding: 0px !important;
    line-height: 24px !IMPORTANT;
}

.product_cat_attr > div {
    padding-top: 0px;
}

.product_cat_attr > div:before {
    bottom: 3px !important;
}

.product_info_block .product_cat_attr_val a {
    display: inline-block !important;
    position: relative;
}
.module_name {
    font-size: 32px;
}
.module_name span {
    font-size: 34px;
}
.number_one_head {
    font-size: 33px;
    margin-bottom: 5px;
}
.number_one_text {
    font-size: 28px;
    line-height: 38px;
}
.art_last_list .art_last_item:first-child .art_last_desc {padding: 0px 15px 55px 15px;}
.art_last_list .art_last_item:first-child .image {
    height: auto;
}
.art_last_list .art_last_item:first-child .art_last_detail {
    position: absolute;
    bottom: 19px;
    left: 15px;
}
.art_last_list .art_last_item:first-child .art_last_date {
    right: 15px;
}
.art_last_text {
    margin-bottom: 25px;
    height: auto;
}
.about_img_text span {
    width: 100%;
    margin: 0px;
    text-align: center;
}
.about_img_text {
    padding: 15px;
    padding-bottom: 15px;
    text-align: center;
    bottom: initial;
    top: 0px;
 }
.about_img_text img {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
}
.about_btn.aos-init {
    text-align: center;
}
.offer_image img {
    max-width: 171px;
}
.our_spectehnik_image img {
    max-width: 170px;
    max-height: 110px;
}

.popwind {
    width: 90%;
}

.popwind .box-heading {
    font-size: 32px;
    line-height: 37px;
}
a.category_child_image {
    width: 84px;
    float: left;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 0px;
}
a.category_child_title {
    line-height: 73px;
    display: block;
    padding-left: 111px;
    text-align: left;
}
    a.category_child_title span {
    display: inline-block;
    line-height: 23px;
    vertical-align: middle;
}
.page-header h1, .contacts_form .box-heading {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center !important;
    word-break: break-all;
}
.product_cat_caption .product_cat_attr_name {
    /* width: auto; */
 }
a.howusefilter {
    position: absolute;
    top: 63px;
    left: 20px;
}

a.clearfilter {
    display: block;
    width: 100%;
    margin-top: 10px;
}

a.usefilter {
    width: 100%;
}
.spare_btnsbl button#button-cart {
    width: 100%;
}

.spare_btns {
    display: block;
}
.spare_info_block {
    padding-bottom: 0px;
    border: 0px !important;
}
.advancedsearch_block {
    position: relative;
}

.advancedsearch_block h3 {
    padding-bottom: 45px;
}
}
@media only screen and (max-width: 360px) {

	a.category_child_image {
    float: none;
    margin: 0px auto;
}

a.category_child_title {
    text-align: center !important;
    padding: 0px !important;
    line-height: 30px;
    padding-bottom: 15px !important;
}
.module_name {
    font-size: 27px;
}
.module_name span {
    font-size: 26px;
}
}
@media only screen and (max-width: 1620px) {
    .product_cat_layout {
        grid-template-columns: 250px 1fr 275px;
    }
}
@media only screen and (max-width: 1425px) {
    .product-card__img {
        min-height: 200px;
    }
    .product_cat_layout {
        grid-template-columns: 220px 1fr 220px;
    }
    .faq__inner {
        grid-template-columns: 1fr;
    }
    .faq__title {
        grid-column: initial;
    }
    .faq__image {
        height: 300px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1280px) {
    .product_cat_layout {
        grid-template-columns: 1fr;
    }
    .product_cat_thumb_img {
        max-width: 350px;
        margin: 0 auto;
    }
    .testdrive-banner {
        padding: 40px 35px;
        min-height: 500px;
    }
    .testdrive-banner__block {
        margin-top: auto;
    }
    .testdrive-banner__text {
        font-size: 46px;
        line-height: 40px;
    }
    .testdrive-banner__text:not(.testdrive-banner__text--black) {
        padding-left: 20px;
    }
    .testdrive-banner__map {
        left: 0;
    }
    .testdrive-banner .btn-yellow {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1080px) {
    .product_page_info {
        flex-direction: column;
        gap: 40px;
    }
    .product_images_video {
        max-width: 100%;
    }
    .product_catalog_link {
        width: initial;
        justify-content: center;
    }
    .product_page_info > .product_info_block {
        max-width: 100%;
    }
    .news-latest__list {
        flex-wrap: wrap;
    }
    .news-latest__list .art_last_item {
        flex-basis: calc(50% - 10px);
    }
    .faq__q svg {
        min-width: 25px;
        height: 25px;
    }
    .category_description.ar_text {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 740px) {
    .product_catalog_link {
        padding: 10px;
    }
    span.imgvideo_btns a {
        height: 55px;
        line-height: 55px;
    }
    .product_info_stickers {
        gap: 10px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .product_info_row {
        align-items: flex-start;
        flex-direction: column;
    }
    .product_info_col {
        width: 100%;
    }
    .product_info_price {
        margin-top: 8px;
        font-size: 26px;
        line-height: 36px;
    }
    .product_info_row {
        margin-bottom: 40px;
    }
    .product_leasing {
        margin-bottom: 30px;
    }
    .product_leasing_title {
        margin-bottom: 10px;
    }
    .product_leasing_list {
        gap: 8px;
    }
    .product_advantages {
        padding: 10px 20px;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 30px;
    }
    .product_cat_attr {
        grid-template-columns: 1fr;
        gap: 2px;
    }
    .product_cat_attr_val {
        text-align: left;
    }
    .product_info_block .product_cat_attr_name,
    .product_info_block .product_cat_attr_val {
        font-size: 14px;
        line-height: 20px;
    }
    .product_testdrive {
        justify-content: center;
        padding: 20px;
        margin-top: 40px;
    }
    .product_testdrive_text {
        display: none;
    }
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
    button.slick-next {
        right: -5px;
    }
    button.slick-prev {
        left: -5px;
    }
    .module-row {
        margin-bottom: 50px;
    }
    .product-card__name {
        font-size: 16px;
        line-height: 20px;
    }
    .tab-content #tab-advantages .ar_text ul li {
        font-size: 18px;
    }
    .product_cat_attr_block .group_name {
        font-size: 16px;
        line-height: 20px;
    }
    .tab-pane .product_cat_attr {
        padding: 10px;
    }
    .tab-pane .product_cat_attr_val,
    .tab-pane .product_cat_attr_name {
        font-size: 20px;
    }
    .news-latest__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding: 0 0 10px;
    }
    .news-latest__list .art_last_item {
        flex-basis: 300px;
        min-width: 300px;
    }
    .tab-content,
    .news-latest {
        padding-bottom: 50px;
    }
    .testdrive-banner {
        margin: 0 -10px;
        border-radius: 0;
    }
}
@media only screen and (max-width: 575px) {
    .product-card {
        border-right: none;
    }
}

/* Jet Cache: catalog/view/theme/default/stylesheet/aos.css?ver=0.0.0.1 */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}
/* Jet Cache: catalog/view/theme/default/stylesheet/jquery.mCustomScrollbar.min.css?ver=0.0.0.1 */
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr;}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #e0e0e0;
}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(https://tdc.ua/catalog/view/theme/default/stylesheet/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0;height: 8px;}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #bcbcbc;}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color: #e0e0e0;}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* Jet Cache: catalog/view/aslogin/css/asloginplus.css */
.asloginplus_main_template {
    width: 410px;
}
.asloginplus_main_template_inner {
    display: flex !important;
    flex-flow: wrap;
}
.asloginplus_main_template_inner h2 {
    width: 100%;
    text-align: center;
    margin: 0% 0% 6% 0%;
    color: #6f6f6f;
}
.sectionone {
    float: left;
    width: 40%;
	padding: 3%;
}
.form_result {
    width: 100%;
    /* display: none; */
    color: red;
    font-size: 13px;
    text-align: left !important;
    line-height: 20px !important;
}
.sectiontwo {
    float: left;
    width: 60%;
	padding: 3%;
}
form#asloginplus_form .form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2%;
    margin-bottom: 0%;
}
form#asloginplus_form_login .form-group {
    /* float: left; */
    width: 100%;
    position: relative;
}
form#asloginplus_form .form-group-half {
    float: left;
    width: 48%;
	margin-right: 4%;
    position: relative;
}
form#asloginplus_form .form-group-halftwo {
	float: left;
    width: 48%;
    position: relative;
}
.asloginplus-field-drop {
    float: left;
    width: 77%;
}
.asloginplus-field-drop select {
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    box-shadow: none;
}
form#asloginplus_form .form-group-half label.asloginplus-label {
    position: absolute;
    top: 8px;
    transition: 0.2s ease all;
    font-size: 14px;
    background: #fff;
    margin-left: 3%;
}
form#asloginplus_form .form-group label.asloginplus-label-drop {
    float: left;
    width: 21%;
    font-size: 14px;
    margin: 3% 0% 1% 0%;
}

form#asloginplus_form .form-group-halftwo label.asloginplus-label {
    position: absolute;
    top: 8px;
    transition: 0.2s ease all;
    font-size: 14px;
    margin-left: 3%;
    background: #fff;
}
.sectionone_content {
    margin-top: 10%;
    float: left;
    width: 100%;
}
.asloginplus_button:hover {
background: #310801;color: #fff;}
form#asloginplus_form .form-group label.asloginplus-label {
    position: absolute;
    top: 8px;
    transition: 0.2s ease all;
    font-size: 14px;
    margin-left: 3%;
    background: #fff;
}
form#asloginplus_form_login .form-group label.asloginplus-label {
    position: absolute;
    top: 8px;
    transition: 0.2s ease all;
    font-size: 14px;
    margin-left: 3%;
    background: #fff;
}
.asloginplus-field input {
}
.trans_top {
    top: -10px !important;
    font-size: 12px !important;
}
.trans_top_validation {
    color: red;
}


.form_result_final_login {
    text-align: center;
    font-size: 14px;
}
form#asloginplus_form_login .form-group a.login_button {
    width: 100%;
}
label.asloginplus-label-radio {
    font-size: 14px;
}
label.asloginplus-label-radio {
    float: left;
    width: 23%;
}
.asloginplus-field-radio {
    float: left;
    width: 77%;
}
.radio_asfield {
    float: left;
    width: 27%;
}
.radio_asfield input[type="radio"] {
    float: left;
}
.radio_asfield input[type="radio"] {
    float: left;
    margin-right: 4%;
}
.trans_top_colour {
    color: red;
}
.form_result_final {
    text-align: center;
    line-height: 50px;
}
.login_form_section {
    float: left;
    width: 100%;
    box-shadow: 2px 5px 5px 5px #888888;
    padding: 0% 2% 2% 2%;
}
.login_form_section_outer {
    float: left;
    width: 38%;
    margin: 0% 2% 2% 10%;
}
.register_form_section {
    float: left;
    width: 38%;
    margin: 0% 10% 2% 2%;
    box-shadow: 2px 5px 5px 5px #888888;
    padding: 0% 2% 2% 2%;
}
.login_form_section h2 {
    width: 100%;
    text-align: center;
}
.register_form_section h2 {
    width: 100%;
    text-align: center;
}
.login_form_section form {
    background: #fff;
    float: left;
    padding: 5%;
    width: 86%;
    margin: 2% 7% 5% 7%;
}
.register_form_section form {
    background: #fff;
    float: left;
    padding: 5%;
    width: 86%;
    margin: 2% 7% 5% 7%;
}
.border {
    border-bottom: 2px solid;
    width: 12%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 3%;
}
.social_login {
    float: left;
    width: 100%;
    margin-top: 6%;
}
a.social_link {
    width: 48%;
    float: left;
    text-align: center;
    padding: 3% 2% 3% 2%;
    margin-bottom: 3%;
}
.fblogintemp2 {
    margin-right: 4%;
}
.social_login_divider {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 6%;
    font-size: 20px;
}
.social_login_divider p {
    margin: 0;
}
.asloginplus_main_template_full {
    float: left;
}
.error_div {
    float: left;
    width: 100%;
    height: 25px;
}
.form-group.form-group-otp .asloginplus-field input#input-otp {
    width: 83%;
	float: left;
}
.form-group.form-group-otp .asloginplus-field a#otp {
    width: 17%;
    float: left;
    margin-top: 3%;
}
form#asloginplus_form .form-group-otp label.asloginplus-label {
    left: 0;
}
a.login_button.alreadybutton {
    width: 100%;
    color: black;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    min-width: 186px;
    padding: 0px 15px;
    height: 64px;
    background-color: #f9ac00;
    border-radius: 32px;
    border: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
    line-height: 64px;
    text-decoration: none;
    box-sizing: border-box;
}
.hide_div {
	display: none;
}
.form-group.form-group-telephone {
    width: 83% !important;
}
.form-group.form-group-ccodde {
    width: 13% !important;
    margin-right: 4%;
}
input#input-otp-ccode {
    padding: 33%;
    font-size: 14px;
}
img.asloginplus_image {
    width: 100%;
    margin-top: 100%;
}
.sectionone_content p {
    margin-left: 1%;
    font-size: 13px;
}
.forget_pass {
}
.form_result_loginpassword {
    width: 50%;
}
form#asloginplus_form_forget .form-group label.asloginplus-label {
    position: absolute;
    top: 8px;
    transition: 0.2s ease all;
    font-size: 14px;
    margin-left: 3%;
    background: #fff;
}
form#asloginplus_form_forget .form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2%;
    margin-bottom: 0%;
}
div#sectionone {
    background: #2197C3;
}
div#sectionone h2 {
    color: #fff;
}
input.asloginplus_button {
    background: #2199C6;
    color: #fff;
}
.social_login_account a.social_link {
    width: 23% !important;
    padding: 0;
    margin: 0% 1% 3% 1%;
    min-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionone_templete_2 {
    position: fixed;
    margin-top: -39px;
    width: 21% !important;
    margin-left: 2%;
}
.sectiontwo_templete_2 {
    float: right !important;
    width: 47% !important;
}
@media only screen and (max-width: 666px) and (min-width: 50px) {
    .sectionone_content {
        display: none;
    }
    .asloginplus_main_template_inner {
        display: inline !important;
    }
    div#sectionone {
        width: 100%;
    }
    .asloginplus_main_template {
        width: 73%;
    }
    .sectiontwo {
        width: 100%;
        padding: 5%;
    }
    div#sectionone h2 {
        margin: 2%;
    }
    .main_templete2 {
        width: 86% !important;
    }
    
    .social_login_account .well {
        float: none !important;
        min-height: 240px !important;
    }
    .social_login_account .well a.social_link {
        width: 48% !important;
    }
    .social_login_account .well a.social_css {
        width: 48% !important;
        margin: 2% 1% 0% 1% !important;
        padding: 4% !important;
    }
    .social_login_account_divider {
        margin-bottom: 13%;
    }
    div#or {
        font-size: 18px;
        width: 14%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 667px) {
    .asloginplus_main_template {
        width: 65%;
    }
    .main_templete2 {
        width: 58% !important;
    }
    
    .social_login_account .well {
        float: none !important;
        min-height: 169px !important;
    }
    .social_login_account .well a.social_css {
        width: 23% !important;
        margin: 2% 1% 0% 1% !important;
        padding: 2% !important;
    }
    .social_login_account_divider {
        margin-bottom: 8%;
    }
    div#or {
        font-size: 18px;
        width: 14%;
    }
}
.page_view {
    margin: 0 auto;
    box-shadow: 0 0 35px rgb(0 0 0 / 23%);
    width: 50%;
}
.social_login_account_divider {
    margin-bottom: 2%;
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_divider {
    float: left;
    background: #000;
    height: 1px;
    width: 100%;
}
.section_divider_form {
    width: 45% !important;
    margin-top: 3% !important;
}
div#or {
    font-size: 19px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    padding: 1%;
    width: 45px;
    position: absolute;
    left: 50%;
    background: #fff;
}
h2.associallogin_heading {
    text-align: center;
    margin: 2% 2% 0% 2%;
    float: left;
    width: 100%;
    font-size: 19px;
    color: #fff;
}
.social_login_account .well h2 {
    text-align: center;
    margin-bottom: 3%;
}
/* Jet Cache: catalog/view/aslogin/fancybox/dist/jquery.fancybox.min.css */
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background: #f7f7f7;opacity:0;}.fancybox-is-open .fancybox-bg{opacity: 0.9;}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
