/*
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background: #ffffff;
}
::-webkit-scrollbar-thumb {
	background: #aaaaaa;
	border-radius: 8px;
	border: 3px solid #ffffff;
}
*/

.tech {
    background-color: #d81c19;
    color: #ffffff;
    position: fixed;
	display: flex;
	align-items: center;
    width: 100%;
    z-index: 1;
	top: 0;
    height: 96px;
    overflow: hidden;	
}
.tech p {
	padding: 0 !important;
}
.tech__content {
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 0 10px 10px 10px;*/
	flex-direction: column;
}
/*
*	Новый год
*/
.newyear__box {
	height: 335px;
    margin-top: 40px;
	padding-right: 30px;
	background-image: url("../images/new_year_bg.jpg");
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: flex-end;	
	
}
.newyear__content {
	background-color: #ffffff;
	width: 75%;
    padding: 0 30px 30px;	
}
/*
*	Проверка на подлинность
*/
.original {
	padding: 16px 15px;
	background-color: #333333;
	margin-top: 0;
	margin-bottom: 50px;
}
.original__row {
	display: flex;
	align-items: center;
}
.original__text {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.original__text a {
	color: #ffffff;
	opacity: 1;
	display: inline-block;
	border-bottom: 1px dashed #ffffff;
}
.original__text a:hover, 
.original__text a:focus {
	color: #ffffff;
	opacity: .8;
}
.original__img {
	margin-left: 30px;
}
.nowrap {
	white-space: nowrap;
}

.yandex__wrap {
	width: 100%;
	height: calc(100vh - 441px);
	min-height: 500px;
	background-color: #cccccc;
	position: relative;
	margin-top: 20px;	
}
#yandex {
	width: 100%;
	height: 100%;
}
.yandex__info {
	position: absolute;
	width: 400px;
	height: 460px;
	background-color: #ffffff;
    z-index: 1;
    left: 50%;
	top: 50%;
    margin-top: -230px;
    margin-left: -570px;
	padding: 0 0 20px 0;
	overflow-x: hidden;
	box-shadow: 3px 2px 18px 0 rgba(0, 0, 0, .16);
	-webkit-box-shadow: 3px 2px 18px 0 rgba(0, 0, 0, .16);
}
/* Акция */
.present {
	background-image: url(../images/present/spring-2020.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 174px;
	color: #ffffff;
	padding: 0 15px 15px 15px;
}
.present__link,
.present__link:hover,
.present__link:focus,
.present__link:active {
	color: #ffffff;
}
.present__link {
	display: block;
	width: 100%;
	height: 100%;
}
.present__title {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.present__text {
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.present__date {
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.present__button {
	display: inline-block;
	color: #ffffff;
	background-color: #000000;
	padding: 10px 40px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.present__button:hover {
	background-color: #333333;
}
/* Кнопка WhatsApp */
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* ----------------- */

.about {
	margin: 20px 0 60px 0;
}
.page__product #content {
	padding-top: 40px;
	padding-bottom: 100px;
}

.important {
	background-color: #333333;
}

.important a {
	color: rgba(255,255,255,1);
}
.important a:hover,
.important a:focus {
	color: rgba(255,255,255,.9);
}

.wc-terms-and-conditions {
	display: none;
}

#delivery_condition {
	display: none;
	font-size: 16px;
	font-weight: 400;
	font-family: Oswald, sans-serif;
	font-display: swap;
}
#delivery_condition.visible {
	display: block;
}

html, body {
  height: 100%;
}
ins, del {
	text-decoration: none;
}
body .woo-login-popup-sc-modal-overlay {
	z-index: 9;
}
body .woo-login-popup-sc-modal {
	z-index: 19;
}
.grayscale { 
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.accept__checkbox {
	margin-bottom: 10px;
	font-family: Oswald, sans-serif;
	font-display: swap;
    font-weight: 400;
    font-size: 15px;
}
.politika {
	color: #666666;
	font-family: Oswald, sans-serif;
	font-display: swap;
    font-weight: 500;
    font-size: 17px;
	display: block;
	margin-top: 15px;
}
.address__title {
  display: inline-block;
}
.address__title i {
  font-size: 17px;
}
.wrap {
  min-height: 100%;
  position: relative;
}
.wrap__content {
  padding-bottom: 293px;
  /*padding-top: 96px;*/
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 293px;
	padding: 0;
	background-color: #e6e8eb;
}
.footer__wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer__phone-item {
	margin-top: 20px;
	display: block;
}
.footer__phone-item a {
    font-family: Oswald, sans-serif; 
	font-display: swap;	
	font-size: 21px;
	color: #000000;
}
.menu {
	list-style: none;
}
.menu-item {
	display: inline-block;
	margin-left: 20px;
	float: left;
}
.menu-item a {
    font-family: 'Open Sans', sans-serif;
	font-display: swap;
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    line-height: 18px;
    padding: 5px 0 5px 14px;
    height: auto
}
.footer .menu-item a {
	position: relative;
}
.footer .menu-item a:after {
	content: "\f0da";
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
}
.menu-item.current_page_item a,
.menu-item.current_page_parent a,
.menu-item a:hover {
	color: #ed1c24;
}
.menu__bottom {
	margin: 0;
	padding: 0;
}
.menu__bottom .menu-item {
	margin-left: 0;
	float: none;
	display: block;
	padding-bottom: 7px;
}
.map-canvas {
	background-color: #f4f5f6;
	height: 400px;
}
.map-canvas-min {
	background-color: #f4f5f6;
	height: 240px;
}
.sidebar-container .widget_layered_nav {
    width: 32%;
    float: left;
    margin-left: 15px;
}

.sidebar-container .widget_layered_nav:first-child,
.sidebar-container .widget_layered_nav:nth-child(3n+4) {
    margin-left: 0;
}

.sidebar-container .widget-title {
    text-transform: uppercase;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    background-color: #fbfbfb !important;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    margin: 0 !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px !important;
    margin-top: 4px !important;
}

.catalog__label {
    display: block;
    text-align: center;
}
.home-product,
.home-sale {
	margin-bottom: 20px;
}
.home-sale--red {
	background-color: #ed1c24;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	color: #ffffff;
	width: 100%;
	height: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;	
}
.home-sale--grey {
	background-color: #aaa;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #ffffff;	
	width: 100%;
	height: 100%;
	padding: 0 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;	
}
.home-product__inner,
.home-sale__inner {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	position: relative;
	border: 1px solid #e6e8eb;
}
/*.home-product__inner {
	background-color: #eeeeee;
	width: 262.5px;
	height: 176px;
}*/
.home-catalog__link:before {
	content: "";
	background: rgba(255,255,255,.45);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;

}
.home-catalog__link:hover:before {
	opacity: 1;
}
.home-catalog__link {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.home_sale .home-catalog__link {
	padding-bottom: 15px;
}
.home-catalog__label {
	position: absolute;
	font-weight: bold;
	bottom: 5px;
	left: 15px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.flex-center-left {
    display: flex;
    justify-content: center;
    align-items: left;
	flex-direction: column;
}
.bottom {
    border-top: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
    padding: 15px;
}

.breadcrumbs {
    width: 100%;
    position: relative;
    padding: 7px 15px;
    background: #e6e8eb;
    font-size: 12px;
}

.breadcrumbs__item-link {
    color: #999
}

.breadcrumbs__item-link:hover {
    color: #231f20;
    text-decoration: none
}

.breadcrumbs__delimiter {
    display: inline-block;
    padding: 0 5px;
    color: #999
}
#content > .row {
	padding: 40px 0 60px 0;
}

.form-row .button,
.single_add_to_cart_button,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    background: #333!important;
    border: none;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0!important
}

.form-row .button:focus,
.form-row .button:hover,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:hover,
.wc-proceed-to-checkout a.checkout-button:focus,
.wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:focus,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover {
    background-color: rgba(51, 51, 51, .85)!important
}

.button--line {
    text-decoration: none;
    color: #ed1c24;
    font-size: 22px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
	font-display: swap;
    border: 2px solid #231f20;
    padding: 6px 30px;
    -webkit-transition: color ease-out .25s;
    -o-transition: color ease-out .25s;
    transition: color ease-out .25s
}
.submit {
    clear: both;
    font-size: 16px;
    line-height: 40px;
    height: auto;
    padding: 0 25px;
    margin: 20px 0;
    font-weight: 600;
    border: none;
    color: #fff;
    background-color: #231f20
}

.submit:focus,
.submit:hover {
    background-color: #ed1c24
}

.add_to_cart_button {
    color: #000000;
    position: relative;
    display: block;
    width: 24px;
    height: 24px
}

.add_to_cart_button:active,
.add_to_cart_button:focus,
.add_to_cart_button:hover {
    color: #d80009;
    text-decoration: none
}

.add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0
}

.cart__count {
    position: absolute;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    font-size: 11px;
    padding-top: 1px;
    top: 0;
    right: 5px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25)
}

.cart__count--empty {
    display: none
}
.home_sale {
	padding: 60px 0;
}
.catalog {
    background-color: #ffffff;
    padding: 40px 0 30px 0;
}

.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, .85);
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity ease-out .25s;
    -o-transition: opacity ease-out .25s;
    transition: opacity ease-out .25s
}

.catalog__item {
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer
}

.catalog__item--md {
    height: 209px
}

.catalog__item--sm {
    height: 132px
}

.catalog__item--lg {
    height: 433px
}

.catalog__item--exhaust {
    background: #fff url(../images/catalog/exhaust.png) center no-repeat
}

.catalog__item--brake {
    background: #fff url(../images/catalog/brake.png) center no-repeat
}

.catalog__item--suspension {
    background: #fff url(../images/catalog/suspension.png) center no-repeat
}

.catalog__item--transmission {
    background: #fff url(../images/catalog/transmission.png) center no-repeat
}

.catalog__item--intake {
    background: #fff url(../images/catalog/intake.png) center no-repeat
}

.catalog__item--led {
    background: #fff url(../images/catalog/led.png) center no-repeat
}

.catalog__item:hover .catalog__content {
    opacity: 1
}

.catalog__title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: Oswald, sans-serif;
	font-display: swap;
    font-size: 22px;
    margin: 0
}

.catalog__link {
    font-family: Oswald, sans-serif;
	font-display: swap;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    position: relative
}

.catalog__link:active,
.catalog__link:focus,
.catalog__link:hover {
    text-decoration: none;
    color: #fff
}

.catalog__link:active:before,
.catalog__link:focus:before,
.catalog__link:hover:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    left: -30px;
    top: 12px
}

.catalog__link:active:after,
.catalog__link:focus:after,
.catalog__link:hover:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    right: -30px;
    top: 12px
}

.catalog__block-link {
    background-color: #e6e6ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 20px);
}
.catalog__block-link:hover .button--line {
	color: #231f20;
}
#catalog.fixed {
    position: fixed
}

input[type=checkbox],
input[type=radio] {
    display: inline-block
}

label {
    cursor: pointer;
    display: inline-block
}

.woocommerce-billing-fields label.checkbox {
    padding-left: 20px!important
}

.woocommerce-billing-fields label.checkbox .input-checkbox {
    margin: 9px 0 0 -21px
}

.commentlist {
    list-style: none
}

.commentlist .children {
    list-style: none
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: Oswald, sans-serif;
	font-display: swap;
}

label {
    font-size: 14px;
    font-weight: 400
}

a {
    color: #ed1c24
}

a:focus,
a:hover {
    color: #d80009;
    text-decoration: none
}

a,
button,
i,
input[type=submit] {
    -webkit-transition: all ease-out .25s;
    -o-transition: all ease-out .25s;
    transition: all ease-out .25s
}

.select2-container--default .select2-selection--single,
input[type=email],
input[type=password],
input[type=text],
select {
    border: 1px solid #ddd;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    width: 100%;
    padding: 7px;
    margin: 2px 6px 16px 0;
    outline: 0
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 38px;
    padding: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 18px
}

textarea {
    border: 1px solid #ddd;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    width: 100%;
    padding: 7px;
    margin: 2px 6px 16px 0;
    outline: 0;
    resize: none
}

.header-wrap {
    border-bottom: 1px solid #e6e8eb;
	background-color: #f4f6f8;
}

.header {
    position: relative;
    padding: 20px 0
}

.sf-menu {
    position: static;
    float: none
}

.sf-menu li {
    white-space: normal;
    position: static
}

.sf-menu li a {
    font-family: Oswald, sans-serif;
	font-display: swap;
    font-size: 18px;
    padding: 0 0 0 25px;
    line-height: 40px;
    height: 40px;
    color: #231f20;
    border: 0
}

.sf-menu li.current_page a {
    color: #ed1c24
}

.sf-menu>li>ul {
    width: 220px;
    left: auto
}

.sf-menu>li>ul li .sf-with-ul::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 1em
}

.sf-menu>li>a.sf-with-ul {
    padding-right: 15px
}

.sf-menu>li>a.sf-with-ul::after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 1px
}

.sf-menu {
    margin: 0
}

.sf-menu>li {
    background: 0 0
}

.sf-menu>li:hover {
    background: 0 0
}

.sf-menu>li.sfHover {
    background: 0 0
}

.sf-menu .sf-mega {
    background: #fff;
    top: 70px;
    margin-top: 10px;
    border: 1px solid #e6e8eb
}

.logotype-wrap {
    float: left
}

.logotype {
	width: 148px;
	height: 40px;
}

.highcharts-background {
    fill: #f4f6f8
}

.highcharts-credits {
    fill: #f4f6f8!important
}

.title {
    font-weight: 500;
    font-family: Oswald, sans-serif;
	font-display: swap;
    font-size: 60px!important
}
.content {
	padding-bottom: 100px;
	padding-top: 40px;
}
/*
#content {
	padding: 40px 0;
}
*/
.content ol,
.content p,
.content ul,
.contacts ul {
    font-size: 18px;
    line-height: 28px
}

.content table.bacs_details {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px
}

.content table.bacs_details td,
.content table.bacs_details th {
    padding: 7px 10px;
    border: 1px solid #eee
}

.woocommerce form .form-row label {
    line-height: 22px
}
.woocommerce ul.order_details {
	padding: 0;
}

.easyzoom {
    float: left
}

.easyzoom img {
    display: block
}

.footer__social-wrap {
    margin-top: 15px
}

.footer__social-item {
    display: inline-block;
    padding-right: 7px
}

.footer__social-item i {
    color: #231f20
}

.footer__social-item i:hover {
    color: #ed1c24
}

.map {
    background-color: #f4f6f8;
    padding: 60px 0
}

.mega__title a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
	font-display: swap;
    padding: 0!important
}

.sf-menu .mega__link {
    font-family: 'Open Sans', sans-serif;
	font-display: swap;
    font-size: 14px;
    font-weight: 400;
    color: #231f20!important;
    line-height: 18px;
    padding: 5px 0 5px 20px;
    height: auto
}

.sf-menu .mega__link:hover {
    color: #ed1c24!important
}

.woocommerce-MyAccount-navigation {
    margin-top: 20px;
    margin-bottom: 40px
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    list-style: none;
    padding: 7px 0
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    color: #231f20
}

.woocommerce-MyAccount-navigation ul .is-active a {
    color: #ed1c24
}

.woocommerce-MyAccount-content {
    margin-bottom: 40px;
	margin-top: 27px;
}

#billing_patronymic_field {
    clear: both
}

.note {
    background: #f4f5f8
}

.note p {
    color: #168dbd;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 15px 0 15px
}

.woocommerce-customer-details--fio {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce-customer-details--fio::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e038";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce-customer-details--address {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce-customer-details--address::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e01b";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

ul.page-numbers {
    overflow: hidden;
    padding: 0;
    margin: 20px 0;
    list-style: none
}

ul.page-numbers li {
    float: left;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border: 1px solid #e6e8eb;
    margin-right: 5px;
    text-align: center;
    font-size: 16px
}

ul.page-numbers li a {
    color: #ed1c24;
    display: block
}

ul.page-numbers li a:active,
ul.page-numbers li a:focus,
ul.page-numbers li a:hover {
    text-decoration: none;
    color: #d80009
}
#secondary .widget-area {
	clear: both;
}

.widget_product_categories h3 {
    padding-top: 10px
}

.product-categories {
    margin: 0;
    padding: 0
}

.product-categories .cat-item {
    list-style: none;
    padding: 7px 0
}

.product-categories .cat-item.current-cat .children,
.product-categories .cat-item.current-cat-parent .children {
    padding-top: 7px
}

.product-categories .cat-item .children {
    display: none;
    padding-left: 20px
}

.product-categories .cat-item a {
    color: #231f20
}

.product-categories .cat-item a:active,
.product-categories .cat-item a:focus,
.product-categories .cat-item a:hover {
    color: #d80009;
    text-decoration: none
}

.product-categories .current-cat>.children,
.product-categories .current-cat-parent>.children {
    display: block
}

.product-categories .current-cat .children a {
	color: #000000;
}

.product-categories .current-cat a {
    color: #d80009;
	font-weight: bold;
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0 -15px;
    padding: 53px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}
.related.products {
	display: block;
	margin: 0;
    padding: 20px 0 0 0;	
}

.woocommerce .products .product,
.products .product {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center
}
.products .product .onsale,
.home-sale__inner .onsale {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 20px;
	width: 20px;
	border: 20px solid transparent;	
	border-top: 20px solid #ed1c24; 
	border-right: 20px solid #ed1c24;
	z-index: 9;	
}
.products .product .onsale:before,
.home-sale__inner .onsale:before {
	content: "\f295";
	font-family: FontAwesome;
	position: absolute;
	height: 20px;
	width: 20px;	
    top: -18px;
    right: -19px;
	color: #ffffff;
	font-size: 14px;
}
.products .sale del .woocommerce-Price-amount {
	font-weight: 500;
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
    color: #444;
}
.products .product__inner {
    border: 1px solid #e6e8eb;
    padding: 5px 5px 15px 5px;
    /*overflow: hidden;*/
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	position: relative;
	padding-bottom: 50px;
}
.products .sale .product__inner {
	border: 1px solid #ed1c24;
}
.products .product__inner-catalog {
	padding: 5px;
}
.products .product__inner-img {
	max-height: 160px;
	margin: 0 auto;
}
.products .product__inner:hover,
.home-product__inner:hover,
.home-sale__inner:hover {
    /*border-color: transparent;*/
    -webkit-box-shadow: 3px 2px 18px 0 rgba(0, 0, 0, .16);
    box-shadow: 3px 2px 18px 0 rgba(0, 0, 0, .16)
}

.products .woocommerce-LoopProduct-link:active,
.products .woocommerce-LoopProduct-link:focus,
.products .woocommerce-LoopProduct-link:hover {
    text-decoration: none
}

.products .product__inner .add_to_cart_button {
	position: absolute;
	bottom: 22px;
	right: 10px;
}
.products .product__inner .price {
    float: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.products .product__inner .price del,
.products .product__inner .price ins {
	display: block;
}
.products .product__inner .price del {
	height: 20px;
	text-align: left;
}
.products .price .woocommerce-Price-amount {
    margin-left: 5px;
    color: #231f20;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    font-family: Oswald, sans-serif;
	font-display: swap;
}

.woocommerce-Price-amount {
	white-space: nowrap;
}

.products__related {
	margin: 0 -15px;
}
.product__related .woocommerce-loop-product__title {
	font-size: 15px;
}
.product__related {
	padding-left: 10px;
	padding-right: 10px;
}
.product__related img {
	margin: 0 auto;
}
.products__related .product__inner {
	margin-top: 15px;
}
.slick-dots {
	padding: 0;
	margin: 0;
	text-align: center;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	padding: 0 2px;
}
.slick-dots li button {
	text-indent: -9999px;	
	width: 15px;
	height: 5px;
	border: none;
	background-color: #666666;
}
.slick-dots li.slick-active button {
	background-color: #ed1c24;
}

.products .added_to_cart.wc-forward {
    color: #fff;
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    bottom: 22px;
	right: 10px;
}

.products .added_to_cart.wc-forward:active,
.products .added_to_cart.wc-forward:focus,
.products .added_to_cart.wc-forward:hover {
    color: #fff;
    text-decoration: none
}

.products .added_to_cart.wc-forward:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
    color: #28c617
}

.woocommerce-loop-product__title {
    font-size: 18px;
	margin-bottom: 20px;
    color: #231f20
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.summary .quantity {
    float: left;
    margin: 0 35px 15px 0;
    position: relative
}

.summary .quantity input.qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 67px;
    padding: 9px 15px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fbfbfb;
    font-size: 16px;
    position: relative
}

.summary .quantity .qty-plus {
    display: block;
    border: 1px solid #ddd;
    background: #fbfbfb;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: auto;
    cursor: pointer;
    right: -25px;
    width: 19px;
    height: 19px
}

.summary .quantity .qty-plus:hover {
    color: #fff;
    background: #231f20
}

.summary .quantity .qty-minus {
    display: block;
    border: 1px solid #ddd;
    background: #fbfbfb;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 0;
    cursor: pointer;
    right: -25px;
    width: 19px;
    height: 19px
}

.summary .quantity .qty-minus:hover {
    color: #fff;
    background: #231f20
}

.summary .quantity .qty-minus:before {
    content: '-';
    position: absolute;
    top: -3px;
    left: 7px
}

.summary .quantity .qty-plus:before {
    content: '+';
    position: absolute;
    top: -2px;
    left: 6px
}

.right__item {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.right__item:hover {
    color: #ed1c24
}

.right__item-link {
    color: #231f20
}

.right__item-link:hover {
    color: #ed1c24
}

.right__icon {
    font-size: 18px;
    line-height: 35px;
    padding: 0 15px
}

.search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 10px;
    right: 55px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

.search-form.search--active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#searchform {
    position: relative;
    margin-left: -10px
}

#searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    width: 100%
}

#searchform #s {
    width: 100%;
    margin: 0
}

#searchform #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    width: 60px;
    border: none;
    background: 0 0
}

#searchform #searchclose {
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    height: 41px;
    width: 41px;
    border: none;
    background: #f4f6f8;
    text-align: center;
    padding: 10px;
    cursor: pointer
}

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

.service__img {
    width: 50%;
    display: inline-block;
    background-color: #fff;
    background-image: url(../images/services/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.service__content {
    padding: 65px 0;
    width: 50%;
    display: inline-block;
    background: #e6e6ea
}

.service__content p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px
}
.catalog_title {
    font-size: 60px;
    font-family: Oswald, sans-serif;
	font-display: swap;
    margin-bottom: 30px
}
.service__title {
    font-size: 60px;
    font-family: Oswald, sans-serif;
	font-display: swap;
    margin-left: -143px;
    margin-bottom: 60px
}

.service__title--theme {
    color: #ed1c24
}

.service__half {
    width: 585px;
    padding: 0 45px
}

.service .button--line {
    margin-top: 20px;
    display: inline-block
}

.shop_attributes {
    width: 100%
}

.shop_attributes th {
    width: 135px;
    padding: 8px;
    color: #231f20;
    vertical-align: top
}

.shop_attributes td {
    padding-left: 30px;
    color: #999;
    border-left: 1px solid #e6e8eb;
    border-right: 1px solid #e6e8eb;
    vertical-align: top
}

.shop_attributes td p {
    padding: 8px 0;
    margin: 0
}

.shop_attributes tr:nth-child(even) td,
.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.swiper-container {
    z-index: 0!important
}

.swiper-slide {
    border: 1px solid #e6e8eb
}

.woocommerce-tabs {
    margin: 50px -15px 0 -15px;
}

.tabs {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    position: relative
}

.tabs:before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e6e8eb;
    z-index: 0
}

.tabs li {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 0
}

.tabs li.active a {
    color: #333;
    border: 1px solid #e6e8eb;
    border-bottom: 1px solid #fff
}

.tabs li a {
    color: #999;
    font-weight: 600;
    font-family: Oswald, sans-serif;
	font-display: swap;
    font-size: 20px;
    display: block;
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #e6e8eb;
    padding: 12px 18px 11px
}

.tabs li a:focus,
.tabs li a:hover {
    color: #333;
    text-decoration: none
}

.woocommerce-Tabs-panel {
    padding: 0 15px 20px 15px;
}

.toggle-menu {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 14px
}

.toggle-menu span:after,
.toggle-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.toggle-menu span:after {
    top: 18px
}

.toggle-menu span {
    position: relative;
    display: block
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
    width: 100%;
    height: 2px;
    background-color: #231f20;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

.toggle-menu.on span {
    background-color: transparent
}

.toggle-menu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.toggle-menu {
    float: left;
    position: relative;
    z-index: 2
}

.top {
    border-bottom: 1px solid #e6e8eb;
    padding: 7px 0;
	color: #ffffff;
	background-color: #000000;
}

.top__phone-wrap {
    border-right: 1px solid #e6e8eb;
    margin-right: 20px;
    float: left
}

.top__phone-item {
    font-family: Oswald, sans-serif;
	font-display: swap;
    font-size: 14px;
    padding-right: 20px
}

.top__phone-item i {
    color: #ffffff;
    padding-right: 7px
}

.top__phone-item a {
	color: #ffffff;
}

.top__social-wrap {
    display: inline-block
}

.top__social-item {
    display: inline-block;
    padding-right: 7px
}

.top__social-item i {
    color: #ffffff;
}

.top__social-item i:hover {
    color: #ed1c24;
}
.top__agent-wrap {
	display: inline-block;
	margin-left: 35px;
}
.top__agent-link {
	color: #ffffff;
}
.top__agent-link:hover,
.top__agent-link:focus {
	color: #ed1c24;
}
.top__account a {
    color: #ffffff;
    padding-left: 7px
}

.top__account a:hover {
    color: #ffffff
}

.woocommerce-ordering {
    display: inline-block
}

.woocommerce-result-count {
    display: inline-block;
    float: right;
    margin-right: 30px;
	line-height: 35px;
}

.wp-post-image {
    max-width: 100%;
    height: auto
}

.woocommerce-ordering select {
    cursor: pointer;
    width: 320px;
    padding: 7px 20px 5px 22px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999
}

.woocommerce-product-gallery__image {
    text-align: center
}

.product .entry-summary .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: 600
}
.sale .entry-summary del {
	display: inline-block;
	margin-right: 12px;
}
.sale .entry-summary del .woocommerce-Price-amount,
.sale .entry-summary del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	text-decoration: line-through;
}

.product .entry-summary .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 27px
}

#order_review,
.cart_totals {
    margin-bottom: 40px
}

.woocommerce-cart-form__cart-item a {
    color: #231f20;
    font-size: 16px
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600;
	white-space: nowrap;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol {
    font-size: 15px
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 500;
    font-size: 18px
}

.woocommerce .woocommerce-customer-details address {
    border: none
}

.woocommerce-MyAccount-navigation-link--edit-address {
    display: none
}

.woocommerce-Price-currencySymbol {
    text-indent: 0
}

.calculated_shipping tr.shipping th,
.cart-collaterals tr.shipping th,
.woocommerce-checkout tr.shipping th {
    display: none
}
/* Доставка */
.cart-shipping p {
	font-family: Oswald, sans-serif;
	font-display: swap;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.shipping_method__description {
	margin-left: 29px;
}
.shipping_method__description a {
	font-family: Oswald, sans-serif;
	font-display: swap;
	font-size: 14px;
	font-weight: 400;
}
.shipping_method__i {
	text-indent: 0;
}
/* Контакты */
.contacts__icon {
	margin-right: 7px;
	width: 20px;
	text-align: center;
}
.contacts__title {
	padding-left: 15px;
}
.contacts__title--agent {
	font-size: 22px;
}
.contacts__line {
	display: block;
	padding-left: 27px;
}
.contacts__newline {
	display: block;
	margin-left: 27px;
}
.contacts__agent {
	padding: 0 15px;
	overflow: hidden;
}
.contacts__agent:nth-child(even) {
	background-color: #f4f6f8;
}
.contacts__link {
	color: rgba(51,51,51,1);
	border-bottom: 1px dashed rgba(51,51,51,1);
}
.contacts__link:hover,
.contacts__link:focus {
	color: rgba(51,51,51,.8);
	border-bottom: 1px dashed rgba(51,51,51,.8);
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    background-color: #fbfbfb;
    top: 6px;
    right: 13px;
    z-index: 9;
}

/*
 *  Cards
 */
 
.cards__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cards__item {
	display: inline-block;
	margin-left: 10px;
}
.cards__item:first-child {
	margin-left: 0;
}
.cards__logo {
	height: 25px !important;
	width: auto;
}
.cards__bank {
	width: 80px;
	height: auto;
	margin-top: 10px;
}

.wc_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
 *  Новинки
 */

.novelty {
	background-color: #f4f6f8;
}
.novelty__wrap {
	padding: 60px 0;
	height: 500px;
}
.novelty__category {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
	margin-bottom: 30px;
}
.novelty__tag {
	display: inline-block;
	color: #ffffff;
	background-color: #ed1c24;
	margin-left: 15px;
	padding: 5px 7px; 
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);	
}
.novelty__text {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
}
.novelty__right {
    display: flex;
    justify-content: center;
    align-items: center;	
}

/*
 *  Новости
 */
.news__title {
	text-align: left;
}
.news__expect {
	font-size: 16px;
}
.news__name {
	margin-bottom: 5px;
}
.news__name a {
	color: #000000;
	font-size: 22px;
}
.news__date {
	font-family: Oswald, sans-serif;
	font-display: swap;
	font-size: 14px;
	margin-bottom: 15px;
	color: #777777;
}
.news__more {
	border-bottom: 1px dashed #ed1c24;
}
.news__more:hover,
.news__more:focus {
	border-bottom: 1px dashed #d80009;
}

@media only screen and (max-width:1200px) {
    .service__half {
        width: 485px;
        padding: 0 30px
    }
    #catalog.fixed {
        position: relative!important;
        top: auto!important;
        left: auto!important;
        bottom: auto!important
    }
	.home-sale--grey {
		font-size: 14px;
	}
	.present {
		height: 142px;
	}
	.present__title {
		font-size: 16px;
	}
	.present__text {
		max-width: 60%;
		margin-top: 0;
		font-size: 16px;
		line-height: 16px;		
	}
	.present__button {
		padding: 6px 35px;
	}
	.yandex__info {
		width: 380px;
		margin-top: -230px;
		margin-left: -485px;
	}
}

@media only screen and (max-width:992px) {
    .service__half {
        width: 375px;
        padding: 0 15px
    }
	.nav {
		display: none;
	}
	.toggle-menu {
		display: block;
	}	
}

@media only screen and (max-width:991px) {
    .mega-desktop {
        display: none
    }
    #mega-mobile .mega-desktop {
        display: block
    }
	.menu-item {
		display; block;
		float: none;
	}
    .logotype-wrap {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -100px
    }
    .logotype-wrap img {
        width: 100%
    }
    .header {
        padding-top: 3px;
        padding-bottom: 3px
    }
    .header .right {
        margin-top: 3px;
    }
	.wrap__content {
		padding-bottom: 0;
	}	
	.footer {
		height: auto;
		position: static;
	}
	.footer__social-wrap {
		margin-bottom: 15px;
	}
	.footer__cards-wrap {
		margin-top: 15px;
	}
	.present {
		height: 230px;
	}	
	.present__title {
		font-size: 29px;
	}
	.present__text {
		margin-top: 15px;
		font-size: 24px;
		margin-bottom: 60px;
	}
	.present__button {
		padding: 10px 40px;
	}
	.contacts ul {
		font-size: 13px;
	}
	.contacts__title {
		font-size: 28px;
	}
	.yandex__info {
		width: 300px;
		margin-top: -230px;
		margin-left: -375px;
	}	
}

@media only screen and (max-width:768px) {
	.tech__content h3 {
		font-size: 21px;
		margin-bottom: 0;
	}
	.tech__content p {
		text-align: center;
	}	
	.catalog_title {
		font-size: 40px;
	}
	.home-sale--grey {
		font-size: 12px;
		line-height: 14px;
	}
	.logotype-wrap img {
		height: 34px;
		margin-top: 3px;
		width: 132px;
	}
	.right__icon {
		padding: 0 9px;
	}
    .content ol,
    .content p,
    .content ul {
        font-size: 15px;
        line-height: 24px
    }
    .animated {
        -webkit-transition-property: none!important;
        -o-transition-property: none!important;
        transition-property: none!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .service__half {
        width: 100%;
        padding: 0 15px
    }
    .service__content p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 5px
    }
    #searchform {
        margin-left: -24px
    }
    table.bacs_details {
        width: 100%;
        font-size: 15px!important
    }
    table.bacs_details thead {
        display: none
    }
    table.bacs_details td {
        display: block;
        text-align: left;
        padding: 28px 10px 7px 10px!important;
        position: relative
    }
    table.bacs_details td::before {
        content: attr(data-title);
        font-weight: 700;
        position: absolute;
        top: 5px
    }
	.search-form {
		right: 40px;
	} 
	.whatsapp-button {   
		bottom: 5px; /*отступ кнопки снизу от экрана*/
		left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
	}
}

@media only screen and (max-width:767px) {
	.present {		
		height: auto;
		padding: 15px;
		background: #ed1c24 url("../images/present/precent.png") no-repeat center right 15px;
	}
	.present__title {
		font-size: 21px;
	}	
	.present__text {
		font-size: 16px;
		line-height: 22px;		
	}
	.yandex__info {
		position: static;
		width: 100%;
		margin: 0;
		height: auto;
		box-shadow: none;		
	}
	.yandex__wrap {
		height: unset;
		min-height: unset;
	}
	.contacts ul {
		font-size: 16px;
	}	
	#yandex {
		display: none;
	}
	.original__text {	
		font-size: 13px;
		line-height: 22px;
	}
}

@media only screen and (max-width:665px) {
	.newyear__box {
		padding-right: 15px;
	}
	.newyear__content {
		width: 100%;
	}
}

@media only screen and (max-width:600px) {
    .service__img {
        display: none
    }
    .service__content {
        width: 100%;
        padding: 30px 0
    }
    .service__title {
        font-size: 40px;
        margin-left: 15px;
        margin-bottom: 20px
    }
    .service .button--line {
        margin-top: 10px
    }
	.original__row {
		flex-direction: column;
	}
	.original__img {
		margin: 16px 0 0 0;
	}
	.tech p {
		font-size: 12px;
		line-height: 12px;
	}
}

@media only screen and (max-width:540px) {
	.home-sale {
		width: 100%;
	}
	.home-sale__inner.home-sale--grey {
		border: none;
		background-color: transparent;
		color: #000000;
		padding: 0;
		font-size: 14px;
		line-height: 20px;		
	}
}

@media only screen and (max-width:500px) {
    .products .product {
        width: 100%
    }
	.newyear__box {
		height: auto;
		padding: 15px;	
	}	
	.newyear__content h1 {
		font-size: 20px;
	}
}

@media only screen and (max-width:450px) {
	body .woo-login-popup-sc-content,
	body .woo-login-popup-sc-modal {
		width: 100% !important;
	}
	.home-product {
		width: 100%;
	}
	.woocommerce-ordering select {
		width: auto;
	}
}

@media only screen and (min-width:992px) {
    .toggle-menu {
        display: none
    }
    #mega-mobile,
    .toggle-menu,
    html.mm-blocking #mm-blocker {
        display: none
    }
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(0, 0)!important;
        -ms-transform: translate(0, 0)!important;
        transform: translate(0, 0)!important
    }
}
