@charset "UTF-8";
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align:middle;
}
img.img
{
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

a.a
{
    text-decoration: none;
}



.es-item,
.payment,
.contacts,
.delivery,
.company,
.services,
.partner
{
    font-size:20px;
    line-height:26px;
}
@media (max-width: 1639px)
{
    .payment,
    .contacts,
    .delivery,
    .company,
    .services,
    .partner
    {
        font-size:18px;
        line-height:23px;
    }

}
@media (max-width: 1199px)
{
    .es-item
    {
        font-size:18px;
        line-height:23px;
    }

}
@media (max-width: 767px)
{
    .es-item,
    .payment,
    .contacts,
    .delivery,
    .company,
    .services,
    .partner
    {
        font-size:16px;
    }
}
@media (max-width: 479px)
{
    .es-item {
        font-size:14px;
    }
}

li, img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.welcome h1, .welcome p {
    font-size: 44px;
    line-height: 54px;
}

.stock__item p {
    font-size: 40px;
    line-height: 57px;
}
@media (max-width: 767px) {
    .stock__item p {
        font-size: 30px;
        line-height: 43px;
    }
}

.cart__total, .products__filters h2,
.es-note h3,
.info h3, .delivery__pickup-title, .delivery__title, .payment h3, .sidebar__box .sidebar__title {
    font-size: 26px;
    line-height: 37px;
}

.advantages__item p {
    font-size: 20px;
    line-height:1.3;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 32px;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    font-size: 18px;
    line-height: 32px;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 32px;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 32px;
}

.form__btn,
.header-bottom__cart-count,
textarea::placeholder, textarea, input::placeholder, input {
    font-size: 18px;
    line-height: 32px;
}

.products__variations a,
.price__all,
.price__download button,
.price__tabs span
{
    font-size: 16px;
    line-height: 30px;
}

.select2-container--default .price-dropdown .select2-results > .select2-results__options .select2-results__option, .select2-container .price-selection.select2-selection--single, .single__feature-btn, .single__feature-head div, .products__filters-area input + label, .products__filters-shank input + label, .products__filters-company input + label,
.note__link,
.contacts__sidebar-text, .articles__item-content p,
.news__post-text,
.news__post-date,
.sidebar h4, .item__btn,
.note__btn,
.catalog__btn {
    font-size: 16px;
    line-height: 26px;
}

.footer__buttons a, .news__slider .news__post-btn, .news__link-all a, .stock a, .header-top__question, .header-top__mail, .header-top__menu a {
    font-size: 16px;
    line-height: 29px;
}

.welcome__dots .dot, .dot {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    width: 16px;
    height: 4px;
    border-radius: 0;
    margin: 0 4px;
}

.item__btn, .note__btn, .catalog__btn {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    background: #333333;
    border-radius: 4px;
    padding: 9px 30px;
    text-align: center;
}
.item__btn:hover, .note__btn:hover, .catalog__btn:hover {
    color: #333333;
    background: #F8F8F8;
}

.condition, .single__feature-row .icon__box, .product__cart-box, .product__list, .product__price-tooltip, .product__package-tooltip, .compare, .wishlist {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.condition.active, .single__feature-row .icon__trigger:hover + .icon__box, .product__cart-box.open, .product__list.open, .product__price.sale:hover .product__price-tooltip, .product__package-icon:hover + .product__package-tooltip, .compare.open, .wishlist.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
    /*  word-break: break-word;*/
}

b {
    font-weight: 500;
}

hr {
    border: none;
    height: 1px;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #333333;
}

body.close-popup {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.lock {
    overflow-y: hidden;
}

input {
    color: #333333;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    background: #FFF;
}
input::-webkit-input-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input::-ms-input-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input::placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input:focus {
    outline: none;
    border: 1px solid #333333;
}

label {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

textarea {
    min-height: 298px;
    color: #333;
    resize: none;
}
textarea::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #707070;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}
textarea::-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}
textarea::placeholder {
    color: #707070;
    opacity: 1;
}
@media (max-width: 1639px) {
    textarea {
        min-height: 160px;
    }
}
@media (max-width: 1439px) {
    textarea {
        min-height: 202px;
    }
}
@media (max-width: 991px) {
    textarea {
        min-height: 175px;
    }
}
@media (max-width: 767px) {
    textarea {
        min-height: 202px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

a.a
{
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}
a.a:hover
{
    color: #AB201C;
}

a
{
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #AB201C;
}



.uncos .uncos__btn,
.social a,
.header a,
.header-main__menu .active span
{
    display: inline-block;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}
.uncos a:hover,
.social a:hover,
.header a:hover
{
    color: #AB201C;
}

.about a,
.breadcrumbs a,
.new a,
.stock a,
.footer a
{
    display: inline-block;
    transition: all 0.4s ease-in-out;
    color: #333333;
    text-decoration: none;
}
.about a:hover,
.breadcrumbs a:hover,
.new a:hover,
.stock a:hover,
.header a:hover
{
    color: #AB201C;
}



button {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    padding: 12px 15px 12px 13px;
    color: #FFF;
    background: #AB201C;
    border-radius: 4px;
}

img.item__banner
{
    object-fit:cover;
}


.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    max-width: 1639px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
@media (max-width: 1639px) {
    .container {
        max-width: 1310px;
        padding: 0 15px;
    }
}
@media (max-width: 1439px) {
    .container {
        max-width: 1242px;
        padding: 0 21px;
    }
}
@media (max-width: 1366px) {
    .container-1366 {
        max-width: 1366px;
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .container {
        max-width: 1022px;
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 798px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
}
@media (max-width: 540px) {
    .container {
        padding: 0 10px;
    }
}

.title {
  font-size: 34px;
  line-height: 1.5em;
  margin: 0 0 38px;
}
h2 {
  font-size: 28px;
  line-height: 1.5em;
}
h3 {
  font-size: 24px;
  line-height: 1.5em;
}

@media (max-width: 1639px) {
  .title {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}


.comparison .notetext {
    color:#AB201C !important
}
.owl-carousel div.owl-dots
{
    display:flex;
    justify-content:center;
    margin-top:20px;
}
.owl-carousel .owl-dots div.owl-dot
{
    width:16px;
    height:4px;
    margin:0 4px;
    background-color:#d7d7d7;
}
.owl-carousel .owl-dots div.owl-dot.active
{
    background-color:#ab201c;
}

.underline {
    text-decoration: underline;
}

.link-small {
    color: #AB201C;
    font-size: 20px;
    line-height: 36px;
    text-decoration: underline;
}
.link-small:hover {
    color: #333333;
}

.slick-arrow {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.badge-new {
    background: #1C5FAB!important;
}
.badge-hit {
    background: #1CA7AB!important;
}
.badge-sale {
    background: #AB201C!important;
}
.badge-recommend {
    background: #2C979B!important;
}
.badge-way {
    background: #858585!important;
}

.unselectable {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
  not supported by any browser */
}

.numeric-list {
    counter-reset: myCounter;
}
.numeric-list li {
    list-style: none;
    position: relative;
    padding-left: 21px;
}
.numeric-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #AB201C;
    position: absolute;
    left: 0;
    top: 0px;
}
.numeric-list li:not(:last-child) {
    margin-bottom: 30px;
}
.numeric-list li a {
    color: #AB201C;
    text-decoration: underline;
    /*
  font-size: 20px;
  line-height: 30px;
  */
}
.numeric-list li a:hover {
    color: #333333;
}

.download {
    font-size: 18px;
    line-height: 46px;
    padding-left: 47px;
    color: #AB201C;
    text-decoration: underline;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.download
{
    display:inline-block;
}
.download + a {
    margin-top: 27px;
}
.download i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 42px;
    color: #D7D7D7;
    margin-right: 10px;
}
.download i img {
    position: absolute;
    top: 15px;
    left: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.download:hover {
    color: #333333;
}
.download:hover i {
    color: #AB201C;
}

.sidebar {
    width: 25%;
    padding: 10px 0 0 14px;
}
.sidebar p {
    margin-bottom: 42px;
}
.sidebar h4 {
    color: #AB201C;
    margin-bottom: 22px;
}
.sidebar__img {
    margin-bottom: 39px;
}
.sidebar__box p:last-child {
    margin: 0;
}
.sidebar__box .sidebar__title {
    margin: 0px 0px 35px 0px;
}
.sidebar__box:not(:last-child) {
    margin-bottom: 49px;
    padding-bottom: 41px;
    border-bottom: 1px solid #d7d7d7;
}
.sidebar__social {
    margin-top: -6px;
}
.sidebar__social a {
    display:inline-block;
    width: 46px;
    height: 46px;
    color: #FFF;
    background: #AB201C;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
}
.sidebar__social a:hover {
    background: #333333;
}
.sidebar__social a i {
    font-size: 21px;
}
.sidebar__social a + a {
    margin-left: 10px;
}
.sidebar .certificate__img {
    margin-bottom: 32px;
}
.sidebar .certificate__link {
    display:inline-block;
    max-width: 313px;
    line-height: 30px;
    color: #AB201C;
    text-decoration: underline;
    margin-bottom: 51px;
}
.sidebar .certificate__link:hover {
    color: #333333;
}

.product__quantity {
    display: inline-block;
}
.product__quantity button {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(98, 98, 98, 0.05);
    color: #626262;
    font-size: 10px;
    vertical-align: middle;
}
.product__quantity button:hover {
    color: #FFF;
    background: #333333;
}
.product__quantity button i {
    vertical-align: 4px;
}
.product__quantity button:first-child {
    font-size: 2.1px;
}
.product__quantity input {
    border: none;
    padding: 0;
    max-width: 25px;
    max-width: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin: 0 4px;
    text-align: center;
}
.product__quantity input::-webkit-input-placeholder {
    opacity: 1;
}
.product__quantity input::-moz-placeholder {
    opacity: 1;
}
.product__quantity input:-ms-input-placeholder {
    opacity: 1;
}
.product__quantity input::-ms-input-placeholder {
    opacity: 1;
}
.product__quantity input::placeholder {
    opacity: 1;
}
.product__quantity input:focus {
    outline: none;
}

.tabs__title {
    border-bottom: 1px solid #E0E0E0;
}
.tabs__title--mobile {
    display: none;
}
.tabs__title a,
.tabs__title p
{
    font-weight:400;
    font-size:20px;

    color: #626262;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
}
.tabs__title a:before,
.tabs__title p:before {
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tabs__title a:not(:last-child),
.tabs__title p:not(:last-child) {
    margin-right: 70px;
}
.tabs__title a span,
.tabs__title p span {
    margin-left: 7px;
}
.tabs__title a:hover, .tabs__title a.active,
.tabs__title p:hover, .tabs__title p.active {
    color: #AB201C;
    text-shadow: 0 0 0.5px #ab201c, 0 0 0.5px #ab201c;
}
.tabs__title a:hover:before, .tabs__title a.active:before,
.tabs__title p:hover:before, .tabs__title p.active:before {
    background: #AB201C;
}
.tabs__title a.active,
.tabs__title p.active {
    pointer-events: none;
}
.tabs__content {
    padding-top: 40px;
    display: none;
}
.tabs__content:first-child {
    display: block;
}

.default__dots {
    max-width: 52px;
    margin: 0 auto;
}

.dot.slick-current {
    background: #AB201C;
}

.dot {
    background: #D7D7D7;
}

.slick-comparison {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F6F6F6;
    position: absolute;
    top: 241px;
    z-index: 0;
    cursor: pointer;
}
.slick-comparison::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-comparison:hover {
    color: #FFF;
    background: #333333;
}
.slick-comparison.slick-disabled {
    display: none !important;
}
.slick-comparison.slick-next {
    right: -21px;
}
.slick-comparison.slick-prev {
    z-index: 1;
    left: -21px;
}

.attention {
    background-color: #AB201C;
    width: 100%;
}
.attention__wrapper {
    position: relative;
    padding: 10px 0px;
}
.attention__wrapper p {
    padding-right:20px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.attention__wrapper button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0;
}
.attention__wrapper button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.attention__wrapper button:hover {
    color: #333333;
    background: #FFF;
}

.attention-mob {
    display: none;
}

.mobile-menu {
    display: none;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #FFF;
}
.header.fixed {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.box-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

div.header-placeholder
{
    height:210px;
}
@media (max-width: 1200px)
{
    div.header-placeholder
    {
        height:165px;
    }
}


.header-top {
    background-color: #333333;
}
.header-top__wrapper {
    padding: 3px 0px 6px 0px;
    font-size:20px;
    line-height:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-top__body {
    display: none;
}
.header-top__logo
{
    line-height:30px;
}
.header-top__menu li {
    display: inline-block;
}
.header-top__menu li:not(:first-child) {
    margin-left: 55px;
}
.header-top__menu a {
    color: #FFF;
}
.header-top__menu li.active a, .header-top__menu li.active span {
    color: #C4C4C4;
}
.header-top__menu a:hover {
    color: #C4C4C4;
}
.header-top__icons {
    display: none;
}
a.header-top__question,
a.header-top__mail
{
    color: #FFF;
}
a.header-top__question:hover,
a.header-top__mail:hover
{
    color: #C4C4C4;
}
.header-top__question i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: -3px;
}
.header-top__mail {
    margin: 0 5px 0 50px;
}
.header-top__mail i {
    font-size: 15px;
    margin-right: 7px;
    vertical-align: -1px;
}
.header-main {
    padding-top: 22px;
    line-height:1.7;
}
.header-main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header-main img {
    width: 148px;
    margin: 4px 43px -19px 0;
}
.header-main ul {
    list-style: none;
}
.header-main ul li {
    display: inline-block;
}
.header-main ul li.active a, .header-main ul li.active span {
    color: #AB201C;
}
.header-main ul li:not(:first-child) {
    margin-left: 88px;
}
.header-main__phones a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.header-main__phones a:not(:last-child) {
    margin-right: 39px;
}
.header-bottom {
    padding: 30px 0 30px 0;
}
.header-bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-bottom__btn {
    padding: 12px 31px 11px 20px;
    margin-right: 43px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: 11px;
}
.header-bottom__btn:hover {
    background: #333333;
}
.header-bottom__btn i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: -5px;
}
.header-bottom__form {
    margin-right: auto;
    max-width: 1084px;
    width: 100%;
    position: relative;
}
.header-bottom__form-body {
    position: relative;
}
.header-bottom__form input {
    max-width: 1084px;
    width: 100%;
    padding: 0px 60px 0px 19px;
    height:48px;
}
.header-bottom__form button {
    background: transparent;
    border:none;
    padding: 0;
    position: absolute;
    z-index: 5;
    cursor: pointer;
}
.header-bottom__form button.active:before {
    content: "";
    color: #333333;
}
.header-bottom__form button.active:hover:before {
    color: #9F9F9F;
}
.header-bottom__form button:before {
    content: "";
    position: absolute;
    color: #9F9F9F;
    top: 9px;
    right: 22px;
    font-size: 23px;
    font-family: "icomoon";
}
.header-bottom__form button:hover:before {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333333;
}
.header-bottom__form button i {
    content: "";
}
.header-bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    line-height:30px;
}
.header-bottom__content a {
    padding: 0;
    background: transparent;
    position: relative;
    color: #333333;
}
.header-bottom__content a:hover {
    color: #AB201C;
}
.header-bottom__wishlist {
    margin: 0 25px;
}
.header-bottom__personal {margin-right: 25px}
.header-bottom__personal:hover svg path {fill: #AB201C; stroke: #AB201C;}
/*.header-bottom__wishlist .header-bottom__count {
  display: none;
}*/
.header-bottom__compare, .header-bottom__wishlist {
    position: relative;
}
.header-bottom__compare i {
    font-size: 32px;
    vertical-align: 1px;
}
.header-bottom__wishlist i {
    font-size: 24px;
    vertical-align: -1px;
}
.header-bottom__cart-link
{
    display:inline-block;

}
.header-bottom__cart {
    font-size: 32px;
    position: relative;
    display:inline-block;
}
.header-bottom__count {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #FFF;
    background: #AB201C;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
    text-align: center;
}
.header-bottom__cart-count {
    margin-left: 7px;
    vertical-align: 7px;
}

.header.fixed {
    position:fixed;
}
.header.fixed .header-top,
.header.fixed .header-main
{
    display:none;
}
.header.fixed .header-bottom
{
    padding:20px 0;
}

.header__body
{
    background-color:white;
}
.header.fixed .header__body
{
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.phone-menu {
    display: none;
}

.search-box {
    background: #FFF;
    border: 1px solid #333333;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 100%;
    height: auto;
    max-height: 397px;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 20;
    padding: 23px 18px 40px 18px;
    display: none;
}
.search-box .mCSB_scrollTools {
    top: 18px;
    width: 4px;
    background: #F8F8F8;
    border-radius: 10px;
    opacity: 1;
}
.search-box .mCSB_dragger {
    background: #dad9d9;
    border-radius: 10px;
}
.search-box .mCSB_inside > .mCSB_container {
    margin: 0;
}
.search-box__list {
    display: inline-block;
}
.search-box__list li {
    display: block;
}
.search-box__list li:not(:last-child) {
    margin-bottom: 28px;
}
.search-box__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #AB201C;
    text-decoration: underline;
}
.search-box__list li a:hover {
    color: #333333;
}
.search-box__img {
    display: inline-block;
    max-width: 74px;
    margin-right: 29px;
}
.search-box__img img {
    width: auto;
}

.quest {
    display: none;
}

.dropdown {
    width: 480px;
    height: auto;
    padding: 25px 0 30px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #E0E0E0;
    background: #FFF;
    z-index: 10;
    position: absolute;
    right: 0;
}
.dropdown__content {
    position: relative;
}
.dropdown__title {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 24px;
    margin-bottom: 29px;
}
.dropdown__items {
    margin-bottom: 30px;
    max-height: 330px;
}
.dropdown__item {
    border-bottom: 1px solid #E0E0E0;
}
.dropdown__box {
    padding: 16px 59px 34px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.dropdown__box > a {
    margin-right: 31px;
}
.dropdown__box i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto 0;
    right: 11px;
    font-size: 24px;
    color: #626262;
    cursor: pointer;
}
.dropdown__box i:hover {
    color: #333333;
}
.dropdown__box img {
    max-width: 65px;
    display: inline-block;
    vertical-align: -31px;
}
.dropdown__name {
    margin-right: auto;
}
.dropdown__name span {
    display: block;
    margin-bottom: 13px;
    color: #969696;
    font-size: 13px;
    line-height: 15px;
}
.dropdown__name a {
    color: #AB201C;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 210px;
}
.dropdown__name a:hover {
    color: #333333;
}
.dropdown__price {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.dropdown__price.rebate {
    text-align: right;
}
.dropdown__price.rebate span {
    margin-bottom: 3px;
    display: block;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: line-through;
}
.dropdown__price.rebate p {
    color: #AB201C;
}
.dropdown__btn {
    text-align: center;
}
.dropdown__btn a {
    font-size: 16px;
    line-height: 19px;
    color: #AB201C;
    border: 1px solid #AB201C;
    border-radius: 6px;
    padding: 10px 22px 11px 22px;
}
.dropdown__btn a:hover {
    color: #FFF;
    background: #AB201C;
}
.dropdown__close {
    position: absolute;
    top: -4px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #FFF;
    border: 1px solid #E0E0DD;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #626262;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.dropdown__close:hover {
    color: #FFF;
    background: #333333;
}
.dropdown__close i {
    font-size: 23px;
    vertical-align: -3px;
    vertical-align: middle;
    margin-left: 1px;
}

.wishlist {
    top: 46px;
}
.compare {
    top: 51px;
}
.breadcrumbs {
    margin-top: -7px;
    padding-bottom: 34px;
}
.breadcrumbs__list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 26px;
    color: #AB201C;
}
.breadcrumbs__list li + li:before {
    content: "";
    font-family: "icomoon";
    font-size: 12px;
    padding: 0px 12px 0px 8px;
}
.breadcrumbs__list li:last-child a {
    color: #AB201C;
}
.breadcrumbs__list a {
    font-size: 14px;
    line-height: 26px;
}
.breadcrumbs__list a:hover {
    color: #AB201C;
}



.welcome {
    padding-bottom: 73px;
}
.welcome h1, .welcome p {
    position: absolute;
    top: 139px;
    left: 119px;
    color: #FFF;
    max-width: 734px;
    padding-right: 20px;
}
.welcome__slider>.welcome__item {
    display:none
}
.welcome__slider>.welcome__item:first-child {
    display:block;
}
.welcome__item {
    height: 441px;
    position: relative;
}
div.welcome__item_block {
    position:relative;
    width:100%;
    height:100%;
    background:top center no-repeat;
    background-color:#ccc;
    background-size:cover;
}
.welcome__item a {
    width: 100%;
    height: 100%;
}
.welcome__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome__dots {
    position: absolute;
    right: 38px;
    bottom: 21px;
    max-width: 94px;
}
.welcome__dots .dot.slick-current {
    background: #FFF;
}
.welcome__dots .dot {
    background: #8D8D8D;
}

.sm-sz.welcome__dots .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
}

.sm-sz.welcome__dots .dot {
    min-width: 16px;
}

.sm-sz.welcome__dots .dot:only-child {
    display: none;
}

.welcome .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -56%);
    transform: translate(0, -56%);
    width: 40px;
    height: 40px;
    font-size: 29px;
    color: #FFF;
    background: #333333;
    cursor: pointer;
    text-align: center;
}
.welcome .slick-arrow:hover {
    color: #333333;
    background: #FFF;
}
.welcome .slick-arrow::before {
    display: inline-block;
    vertical-align: -5px;
}
.welcome .slick-prev {
    left: 0;
}
.welcome .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    vertical-align: -4px;
}
.welcome .slick-next {
    right: 0;
}

.brands {
    padding-bottom: 120px;
}

.brands__slider
{
    display:flex;
    justify-content: space-evenly;
    overflow:hidden;
    margin-bottom: 47px;
    text-align: center;
}
.brands__slider.slick-slider
{
    display:block;
}
.brands__slider>.brands__item:nth-child(n+6)
{
    display:none;
}

.brands__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brands__dots {
    max-width: 72px;
}
.brands__item a img {
    max-width: 100%;
    max-height: 46px;
    width:auto;
    height:auto;
    display: inline-block;
}

.directory {
    padding-bottom: 107px;
}
.directory__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.directory__item {
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
    height: 100%;
}
.directory__item.last {
    width: 50%;
}
/*.directory__item.last img {
    margin-bottom: 0;
}*/
.directory__item a {
    background: #F8F8F8;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 335px;
    font-weight: 500;
}
.directory__item a:hover {
    /*background: #FFF;*/
    -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
}
.directory__item a:hover span {
    color: #AB201C;
}
.directory__item a img {
    max-height: 335px;
    float: right;
}
.directory__item a span {
    position: absolute;
    left: 30px;
    bottom: 40px;
    max-width: 222px;
    font-size: 22px;
    line-height: 1.2;
}

.stock {
    font-size:20px;
    padding-bottom: 124px;
}
.stock__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 29px;
}
.stock__wrapper .stock__link {
    display: inline-table;
}
.stock__wrapper .stock__link:before
{
    content:'Все акции';
}
.stock__wrapper .stock__link:hover {
    color: #333333;
}
.stock__wrapper .stock__link i {
    vertical-align: -1px;
    margin-left: 14px;
}
.stock a {
    color: #898989;
}
.stock a:hover {
    color: #AB201C;
}
.stock a i {
    font-size: 15px;
    margin-left: 18px;
    vertical-align: -1px;
}


.stock__slider
{
    display:flex;
    display: block;
}
.stock__slider>.stock__item:nth-child(n+3)
{
    display:none;
}

.stock__slider .slick-list {
    margin: 0 -10px;
}
.stock__slider .slick-slide {
    margin: 0 10px;
}
.stock .stock__dots {
    display: none;
}
.stock__item {
    width: 50%;
    padding: 53px 39px 38px;
    position: relative;
}
.stock__item:nth-child(odd) {
    /*background-image: url("../img/stock-1.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stock__item:nth-child(even) {
    /*background-image: url("../img/stock-2.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #FFF;*/
}
.stock__item:nth-child(even) a {
    /*color: #FFF;*/
}
.stock__item:nth-child(even) a:hover {
    /*color: #333333;*/
}
.stock__item a.stock_banner_link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}
.stock__item p {
    font-weight: 500;
    margin-bottom: 24px;
}
.stock__item span {
    line-height: 28px;
    display: block;
    max-width: 320px;
    margin-bottom: 42px;
}
.stock__item a {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}
.stock__item a i {
    font-size: 14px;
    margin-left: 11px;
}
.stock__item a.btn-invert {
    color: #FFF;
}

.recommended,
.new {
    padding-bottom: 85px;
}
.recommended h2,
.new h2 {
    margin-bottom: 33px;
}
.recommended__slider,
.new__slider {
    margin-bottom: 39px;
}


.recommended__slider,
.new__slider
{
    display:flex;
}
.recommended__slider>.recommended__item:nth-child(n+5)
.new__slider>.new__item:nth-child(n+5)
{
    display:none;
}


.new__item-badges [class^="flag-"],
.new__item-badges [class*=" flag-"]
{
    display:inline-block;
    margin-top:4px;
    width:28px;
    /*height:20px;*/
    background-size: cover;
}
.new__item-badges [class^="flag-"] img,
.new__item-badges [class*=" flag-"] img {
    margin: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
}

.recommended .slick-list,
.new .slick-list {
    margin: 0 -10px;
}
.recommended__item,
.new__item {
    padding: 0 10px;
}
.recommended__item a,
.new__item a {
    display: block;
    overflow:hidden;
    padding: 37px 22px 37px 40px;
    border: 1px solid #D7D7D7;
    position: relative;
    color: #333333;
}
.recommended__item a:hover p, .recommended__item a:hover i,
.new__item a:hover p,
.new__item a:hover i {
    color: #333333;
}
.recommended__item-img,
.new__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 188px;
    margin-bottom: 25px;
}
.new__item-img img {
    max-width: 100%;
    max-height: 100%;
}
.recommended__item-title,
.new__item-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    color: #AB201C;
    margin-bottom: 22px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recommended__item-text,
.new__item-text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 42px;
    height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recommended__item-price,
.new__item-price {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}
.recommended__item-badges,
.new__item-badges {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    padding: 0px 20px 0 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.recommended__item-badges img,
.new__item-badges img {
    max-width: 28px;
    max-height: 20px;
    width: 100%;
    height: 100%;
}
.recommended__item-badge,
.new__item-badge {
    display: inline-block;
}
.new__item-badge p
{
    display: inline-block;
    margin:0 5px 5px 0;
    color: #fff!important;
}


.recommended__item-hit, .new__item-hit,
.recommended__item-new, .new__item-new,
.recommended__item-sale, .new__item-sale,
.recommended__item-recommend, .new__item-recommend,
.recommended__item-way, .new__item-way
{
    font-size: 14px;
    line-height: 26px;
    background: #ECECEC;
    border-radius: 4px;
    padding: 2px 17px 2px 16px;
}

.recommended__item-country,
.new__item-country {
    margin-top: 4px;
}
.recommended__item i,
.new__item i {
    position: absolute;
    bottom: 45px;
    right: 19px;
    font-size: 16px;
    color: #AB201C;
}

.recommended {
    padding-bottom: 77px;
}

.service-support {
    padding-bottom: 244px;
}
.service-support a {
    display: block;
    text-decoration:none;
}
.service-support__body {
    background-image: url("../img/service-support-big.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 81px 85px;
    color: #FFF;
}
.service-support h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 47px;
}
.service-support p {
    font-size: 24px;
    line-height: 1.8;
    max-width:40%;
}

.about {
    font-size:20px;
    padding-bottom: 162px;
}
.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__content {
    width: 74.8%;
    border-right: 1px solid #D7D7D7;
    padding-right: 95px;
}
.about__content:after {
    content:'';
    clear:both;
}
.about__content-title {
    float:left;
    margin-top: 4px;
    margin-bottom: 63px;
}
.about__content-link {
    float:left;
    clear:left;
    font-size: 20px;
}
.about__content-link a {
    color: #AB201C;
    font-size:inherit;
    text-decoration:underline;
}
.about__content-link a:hover {
    text-decoration:none;
}
.about__content-text {
    float:right;
    max-width: 693px;
    line-height: 28px;
    padding: 3px 0px 29px 0px;
}

.about__download {
    width: 25.2%;
    margin-top: 0px;
    padding-right: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.about__download-wrapper a {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
}
.about__download-wrapper a:first-child {
    margin-bottom: 51px;
}
.about__download-wrapper a:hover {
    color: #AB201C;
}
.about__download-wrapper a:hover i {
    color: #AB201C;
}
.about__download-wrapper a i {
    font-size: 56px;
    margin: 0 10px;
    color: #D7D7D7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    vertical-align: -14px;
}
.about__download-wrapper a i img {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 22px;
    height: 23px;
}

.advantages {
    padding-bottom: 196px;
    text-align: center;
}
.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -40px -10px;
}
.advantages__item {
    width: 230px;
    padding: 0 10px 40px 10px;
}
.advantages__item img {
    display: inline-block;
    margin-bottom: 23px;
    max-width: 115px;
    max-height: 115px;
    width: 100%;
    height: 100%;
}
.advantages__item p br {
    display: none;
}

.production {
    font-size:20px;
    padding-bottom: 168px;
}
.production img {
    -o-object-fit: cover;
    object-fit: cover;
}
.production__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.production_image {
    width:41%;
    background:center center no-repeat;
    background-size:cover;
}
div.production_image:before {
    content:'';
    display:block;
    padding-bottom:66%;
}
.production__wrapper img {
    width: 42%;
    padding-right: 17px;
}
.production__content {
    width: 58%;
    padding-left: 50px;
    padding: 6px 0px 0px 108px;
}
.production__content h2 {
    margin-bottom: 30px;
}
.production__content a {
    margin-bottom: 38px;
    line-height: 32px;
}
.production__content p {
    max-width: 693px;
    line-height: 28px;
}
.production__content p:first-of-type {
    margin-bottom: 38px;
    color: #AB201C;
}

.series {
    padding-bottom: 160px;
}
.series__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.series__item {
    max-width: 475px;
}
.series__item:not(:last-child) {
    border: 1px solid #D7D7D7;
    border-width: 0px 1px 0px 0px;
    padding-right: 135px;
    margin-right: 135px;
}
.series__item:nth-child(2) {
    padding-right: 155px;
    margin-right: 132px;
}
.series__item img {
    max-height: 41px;
    height: 100%;
    margin-bottom: 41px;
}
.series__item p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 3px;
    display: inline-block;
}

.news {
    background: #F8F8F8;
}
.news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news__important {
    color: #FFF;
    width: 22.4%;
    padding-right: 1%;
    padding-bottom: 50px;
    position: relative;
}
.news__important::before {
    content: "";
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #AB201C;
}
.news__important h2 {
    position: relative;
    padding: 43px 0 68px;
}
.news__content {
    width: 77.6%;
    padding:0 0 50px 85px;
}
.news__link-all {
    padding: 49px 0 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news__link-all a i {
    font-size: 16px;
    margin-left: 14px;
    vertical-align: -2px;
}
.news__slider .news__post-date,
.news__slider .news__post-title {
    color: #FFF;
}
.news__slider .news__post-title:hover {
    color: #333333;
}
.news__slider .news__post-btn:hover {
    color: #000;
}
.news__slider .slick-arrow {
    position: absolute;
    font-size: 14px;
    cursor: pointer;
}
.news__slider .slick-arrow:hover {
    color: #333333;
}
.news__slider .slick-prev {
    top: -96px;
    right: 88px;
}
.news__slider .slick-prev:before {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news__slider .slick-next {
    top: -96px;
    right: 27px;
}
.news__slider .slick-next::after {
    content: "";
    width: 1px;
    height: 37px;
    background: #FFF;
    position: absolute;
    top: -11px;
    left: -21px;
    pointer-events: none;
}
.news__posts {
    display: flex;
    margin-left:-7%;
}
.news__post {
    margin-left:7%;
    width:26.33%;
}
.news__post-date {
    color: #9F9F9F;
    margin-bottom: 19px;
}
.news__post-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
}
.news__post-text {
    margin-bottom: 41px;
}
.news__post-btn {
    color: #FFF;
}
.news__post-btn:hover {
    color: #333333;
}
.news__post-btn i {
    font-size: 16px;
    color: #AB201C;
}
.news__post-btn i:hover {
    color: #333333;
}
.news__post a > i {
    color: #AB201C;
    font-size: 15px;
}
.news__post a > i:hover {
    color: #333333;
}


.news__posts ul.slick-dots
{
    margin:0 auto;
}
.news__posts ul.slick-dots li
{
    display:block;
    float:left;
    margin:0 8px;
}
.news__posts ul.slick-dots li button
{
    margin:0;
    padding:0;
    background-color:#D7D7D7;
    font-size:0;
    line-height:0;
    width:16px;
    height:4px;
    border-radius:0;
    cursor:pointer;
}
.news__posts ul.slick-dots li.slick-active button
{
    background-color:#AB201C;
}


.footer {
    padding: 64px 0 80px;
    background: #333333;
    color: #FFF;
    position: relative;
    z-index: 0;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 63px;
}
.footer__info .footer__buttons {
    display: none;
}


.footer__info p {
    margin-top: 27px;
    font-size: 18px;
    line-height: 29px;
}
.footer__logo {
    display: block;
    margin-bottom: 35px;
}
.footer__logo img {
    width:145px;
    height:27px;
}
.footer__tel a {
    display: block;
    color: #FFF;
    font-size: 22px;
    line-height: 44px;
    font-weight: 500;
}
.footer__tel a:hover
{
    color:#AB201C;
}

.footer__menu {
    margin: -2px 7px 0px 0px;
}
.footer__list .footer__buttons {
    display: none;
}
.footer__list li {
    display: inline-block;
    vertical-align: top;
}
.footer__list li:nth-child(2) {
    padding: 0px 109px 0 135px;
}
.footer__list li a {
    color: #FFF;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}
.footer__list li a:hover {
    color: #AB201C;
}
.footer__list li ul {
    list-style: none;
    margin-top: 12px;
}
.footer__list li ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.footer__list li ul li {
    display: block;
}
.footer__list li ul li:nth-child(2) {
    padding: 0;
}
.footer__list li ul li a {
    color: #B0B0B0;
    font-size: 15px;
    line-height: 40px;
}
.footer__list li ul li span {
    font-size: 15px;
    line-height: 40px;
}
.footer__list li ul li a:hover {
    color: #FFF;
}
a.footer__list-sup
{
    color:white!important;
}
.footer__buttons {
    margin-top: -4px;
}
.footer__buttons button {
    padding: 9px 17px 10px 13px;
    margin-bottom: 20px;
    display: block;
}
.footer__buttons button:hover {
    color: #333333;
    background: #FFF;
}
.footer__buttons button i {
    font-size: 20px;
    margin-right: 11px;
    vertical-align: -4px;
}
.footer__buttons a {
    display: block;
    padding: 9px 17px 10px 17px;
    background: #606060;
    color: #FFF;
    border-radius: 4px;
}
.footer__buttons a:hover {
    color: #333333;
    background: #FFF;
}
.footer__buttons a i {
    font-size: 15px;
    margin-right: 8px;
    vertical-align: -3px;
}
.footer__buttons img {
    max-width: 109px;
    max-height: 32px;
    width: 100%;
    height: 100%;
    margin: 60px 0 0 auto;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #B0B0B0;
    font-size: 15px;
    line-height: 24px;
}
.footer__bottom p {
    width:33%;
    margin-top: 11px;
}
.footer__bottom a {
    color: #B0B0B0;
    font-size: 15px;
    line-height: 23px;
}
.footer__bottom a:hover {
    color: #FFF;
}


.footer__buttons a.kompot
{
    display:block;
    padding:0;
    border-radius:0;
    margin-top:60px;
    width:100%;
    height:32px;
    background:url(../img/logo-developer.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 85%;
}

.footer__buttons .rating-yandex
{
    margin-top:60px;
}

.footer__bottom:before
{
    content:'';
    display:none;
    margin-top: 20px;
    width: 100%;
    height:32px;
    background:url(../img/footer-img.png) center 0 no-repeat;
}



.social {
    padding: 17px 0;
    background: #F8F8F8;
}
.social__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social__wrapper p {
    display: inline-block;
    color: #707070;
    font-size: 15px;
    line-height: 26px;
    margin-right: 15px;
}
.social__wrapper a {
    font-size: 15px;
    line-height:35px;
    width: 34px;
    height: 34px;
    text-align: center;
}
.social__wrapper a img {
    margin: 0;
}
.social__wrapper a + a {
    margin-left: 5px;
}
.social__wrapper a.ico {
    border: 1px solid #707070;
    border-radius: 50%;
    color: #707070;
}
.social__wrapper a.ico:hover {
    border: 1px solid #AB201C;
    background: #AB201C;
    color: #FFF;
}
.social__wrapper a.ico i {
    vertical-align: -1px;
    margin-left: -1px;
}
.social__networks {
    margin-right: 165px;
}

.catalog {
    padding-top: 6px;
}
.catalog h1 {
    margin-bottom: 50px;
    margin-top: 5px;
}
.catalog__btn {
    max-width: 225px;
    width: 100%;
    padding: 11px 11px 11px 4px;
    margin: 13px 0px 59px 0px;
}
.catalog__btn:hover {
    color: #FFF;
    background: #AB201C;
}
.catalog__btn i {
    font-size: 18px;
    margin-right: 2px;
    vertical-align: -2px;
}

.articles {
    padding-bottom: 152px;
    margin-top: 1px;
}
.articles h2 {
    margin-bottom: 60px;
}
.articles__wrapper {
    padding-top: 73px;
    border-top: 1px solid #E0E0E0;
}
.articles__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.articles__item {
    width: 33.33%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.articles__item > a {
    width: 33.33%;
}
.articles__item-content {
    width: 66.67%;
    padding-left: 49px;
    margin-bottom: -13px;
}
.articles__item-content p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 45px;
}
.articles__item-content a {
    font-size: 16px;
    line-height: 23px;
    color: #AB201C;
}
.articles__item-content a:hover {
    color: #333333;
}

.single-article {
    overflow: hidden;
}
.single-article__wrapper {
    padding: 58px 0 99px;
    margin-bottom: 98px;
    border: 1px solid #E0E0E0;
    border-width: 1px 0px 1px 0px;
}
.single-article__wrapper > h2 {
    margin-bottom: 53px;
}
.single-article__dots {
    display: none;
}
.single-article__body .slick-list {
    margin: 0 -16px;
}
.single-article .single-article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-article__item {
    padding: 0 16px;
}
.single-article__item > a {
    max-width: 183px;
    max-height: 183px;
    width: 100%;
    height: 183px;
}
.single-article__item > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-article__content {
    padding-left: 20px;
}
.single-article__content p {
    max-width: 339px;
    font-size: 15px;
    line-height: 24px;
}
.single-article__title {
    font-size: 18px;
    line-height: 24px;
    color: #AB201C;
    text-decoration: underline;
    margin-bottom: 22px;
    display: inline-block;
}
.single-article__title:hover {
    color: #333333;
}
.single-article__btn {
    color: #AB201C;
    font-size: 16px;
    line-height: 23px;
    display: none;
}
.single-article__btn:hover {
    color: #333333;
}

.blog {
    width: 80%;
    margin-left: auto;
    margin-top:40px;
    background: #FFF;
}
.blog .blog__dots {
    display: none;
}
.blog .slick-list {
    margin: 0 -15px;
}
.blog__wrapper {
    padding: 50px 0 112px;
    border: 1px solid #E0E0E0;
    border-width: 1px 0px 0px 0px;
}
.blog__wrapper > h2 {
    float: left;
}
.blog__wrapper > a {
    font-size: 16px;
    line-height: 29px;
    color: #898989;
    float: right;
    margin-top: 7px;
}
.blog__wrapper > a:hover {
    color: #333333;
}
.blog__wrapper > a i {
    vertical-align: -1px;
    margin-left: 11px;
    font-size: 15px;
}
.blog__content .blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
}
.blog__item {
    padding: 0 15px;
}
.blog__item-img {
    width: 183px;
    max-height: 183px;
    height: 183px;
}
.blog__item-img img {
    width: 100%;
    height: 100%;
}
.blog__item-content {
    padding-left: 42px;
    margin-bottom: -3px;
}
.blog__item p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
    max-width: 326px;
}
.blog__item a {
    color: #AB201C;
    font-size: 16px;
    line-height: 23px;
}
.blog__item a:hover {
    color: #333333;
}

.price {
    padding-bottom: 120px;
    font-size:20px;
}
.price__tabs {
    margin-bottom: 19px;
}
.price__tabs a,
.price__tabs span
{
    display: inline-block;
    cursor: pointer;
    color: #626262;
    border: 1px solid #C4C4C4;
    border-radius: 27px;
    padding: 4px 26px 4px 26px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 130px;
    font-size:16px;
    line-height:1.8;
    text-align: center;
    margin-bottom: 15px;
}
.price__tabs a:hover,
.price__tabs a.active,
.price__tabs span:hover,
.price__tabs span.active
{
    color: #FFF;
    background: #AB201C;
    border: 1px solid #AB201C;
}
.price__tabs span.active {
    pointer-events: none;
}
.price__tabs span:not(:last-child) {
    margin-right: 10px;
}
.price__download {
    margin-bottom:27px;
    padding-bottom:20px;

    border-bottom:1px solid #E0E0E0;
}

.price__download a.price__tablet
{
    color:#AB201C;
}
.price__download a.price__all
{
    color:#AB201C;
}



.price__download form {
    display: inline-block;
    max-width: 700px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.price__download button {
    font-family: "Roboto", sans-serif;
    color: #333333;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 9px 44px 9px 37px;
    margin-left: 10px;
}
.price__download button:hover {
    color: #FFF;
    background: #333333;
}
.price__download button i {
    font-size: 18px;
    margin-right: 7px;
    vertical-align: -1px;
}
.price__all {
    font-family: "Roboto", sans-serif;
    margin-left: 53px;
}
.price__all:hover {
    color: #AB201C;
}
.price__all i {
    font-size: 18px;
    margin-right: 4px;
    vertical-align: -4px;
}
.price__tab-item {
    display: none;
}
.price__tab-item:first-child {
    display: block;
}
.price__table {
    max-width: 887px;
    width: 100%;
    margin: 1px 0px 10px 30px;
}
.price__table span {
    color: #AB201C;
}
.price__table del {
    color: #707070;
}
.price__head {
    font-size: 14px;
    line-height: 29px;
    color: #707070;
    border-bottom: 1px solid #E0E0E0;
}
.price__head p {
    display: inline-block;
}
.price__head p:nth-child(1) {
    width: 205px;
}
.price__head p:nth-child(2) {
    width: 298px;
}
.price__head p:nth-child(3) {
    width: 226px;
}
.price__head p:nth-child(4) {
    width: 143px;
}
.price__row {
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
}
.price__row p {
    padding:16px 0;
    display: inline-block;
}
.price__row p:nth-child(1) {
    width: 205px;
}
.price__row p:nth-child(2) {
    width: 298px;
}
.price__row p:nth-child(3) {
    width: 226px;
}
.price__row p:nth-child(4) {
    width: 143px;
}
.price__toggle-title {
    width:100%;
    max-width:900px;
    padding:15px 0;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 21px;
    position: relative;
    display: inline-block;
}
.price__toggle-title a.price__tablet
{
    float:right;
    margin-left:10px;
    font-size:inherit;
    line-height:inherit;
    color:#AB201C;
    white-space: nowrap;
}

.price__toggle-title span {
    cursor: pointer;
}
.price__toggle-title span:hover {
    color: #AB201C;
}
.price__toggle-arrow {
    position: absolute;
    left: -2px;
    margin-top:2px;
    font-size: inherit;
    color: #AB201C;
}
.price__toggle-arrow.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.price__toggle-content {
    padding-left:15px;
    display: none;
}
.price__toggle-content.active {
    display: block;
}
.price__toggle-content table {
    margin-bottom: 10px;
    max-width: 883px;
    width: 100%;
    border-collapse: collapse;
}
.price__toggle-content table span {
    color: #AB201C;
}
.price__toggle-layer-2,
.price__toggle-layer-3,
.price__toggle-layer-4
{
    font-size: 18px;
    font-weight: 400;
    display: table;
}
.price__toggle-layer-4.active-text {
    text-decoration: underline;
    color: #AB201C;
}

.payment {
    padding-bottom: 100px;
}
.payment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payment__main {
    width: 75%;
    padding-right: 20px;
    max-width: 1050px;
}
.payment__text {
    font-weight: 500;
    margin-bottom: 30px;
}
.payment__list-content {
    margin: 57px 0 78px;
}
.payment__list-content p {
    color: #707070;
    margin: 0;
}
.payment__list-company {
    margin: 43px 0 34px 0;
}
.payment__list-company img {
    max-width: 84px;
    max-height: 58px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.payment__list-company img:not(:last-child) {
    margin-right: 15px;
}
.payment__content {
    max-width: 960px;
}
.payment h3 {
    margin-bottom: 56px;
}
.payment h3 i {
    display: none;
}
.payment__documentation {
    margin-top: 69px;
    display: inline-block;
}
.payment__documentation a {
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    color: #AB201C;
    display: block;
}
.payment__documentation a:hover {
    color: #333333;
}
.payment__documentation a:not(:last-child) {
    margin-bottom: 39px;
}
.delivery {
    padding-bottom: 173px;
}
.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.delivery__main {
    max-width: 960px;
    width: 66.67%;
}
.delivery__text {
    margin-bottom: 42px;
}
.delivery__title {
    font-weight: 500;
    margin-top: 77px;
    margin-bottom: 43px;
}
.delivery__title br {
    display: none;
}
.delivery__valid {
    color: #707070;
    margin-bottom: 43px;
}
.delivery__desc {
    margin-bottom: 70px;
}
.delivery__cost {
    margin-bottom: 37px;
}
.delivery__list {
    margin-bottom: 45px;
}
.delivery__list li {
    line-height: 40px;
    margin: 0;
}
.delivery__list li:not(:last-child) {
    margin: 0;
}
.delivery__days {
    color: #AB201C;
    margin-bottom: 108px;
}
.delivery__pickup-title {
    font-weight: 500;
    margin-bottom: 44px;
}
.delivery__pickup-text {
    max-width: 832px;
}
.delivery__sidebar {
    width: 33.33%;
    padding: 2px 0px 0px 13px;
    display: flex;
    flex-direction: column;
}
.delivery__sidebar > h2 {
    display: none;
}
.delivery__sidebar > img {
    margin-bottom: 58px;
    order: -1;
    width: fit-content;
}
.delivery__sidebar a {
    line-height: 36px;
    position: relative;
    padding-right: 58px;
}
.delivery__sidebar a:hover {
    color: #333333;
}
.delivery__sidebar a:hover i {
    color: #AB201C;
}
.delivery__sidebar a i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: "icomoon";
    position: absolute;
    right: 0;
    top: -8px;
    color: #D7D7D7;
    font-size: 42px;
}
.delivery__sidebar a i img {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 16px;
    height: 16px;
}
.delivery a {
  color: #AB201C;
  text-decoration: underline;
}

.company {
    padding-bottom: 242px;
}
.company__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company__content {
    width: 75%;
    max-width: 958px;
}
.company .sidebar {
    padding: 101px 0 0 15px;
}
.company__text {
    color: #707070;
    font-size: 18px;
    line-height: 23px;
}
.company__sidebar hr {
    background: #D7D7D7;
    margin: 50px 0 50px;
}
.company__timeline {
  display: flex;
  margin-top: 12px;
}
.company__timeline-year {
  min-width: 100px;
  font-size: 26px;
  /*margin-top: 10px;*/
  color: #AAAAAA;
  font-weight: 900;
}
.company__timeline-heading {
  margin-top: 0;
  font-weight: 900;
}
.company__table {
  display: flex;
  gap: 30px;
  font-size: 18px;
}
.company__table div {
  flex-basis: 100%;
}
.company__table div div {
  margin-top: 20px;
}
.company__img {
  margin-top: 0;
  margin-bottom: 4px;
}
.company__img_pro {
  margin-bottom: 12px;
}
.company h2,.payment h2 {
  margin: 44px 0 32px;
}
.company h3 {
  margin: 32px 0 26px;
}
.company p {
  margin: 0 0 20px;
}
.company b {
  color: #AB201C;
}
.company a, .services a {
  color: #AB201C;
  text-decoration: underline;
}
.company ul, .single-uncos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company ul li, .single-uncos ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.company ul li::before, .single-uncos ul li::before {
  box-sizing: inherit;
  content: "";
  width: 8px;
  height: 8px;
  background: #AB201C;
  position: absolute;
  left: 3px;
  top: 8px;
}
.company .certificate__link {
  font-size: 18px;
}

.contacts {
    padding-bottom: 122px;
}
.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts__content {
    width: 75%;
    padding-right: 20px;
    max-width: 979px;
}
.contacts__content .contacts__sidebar-btn {
    display: none;
}
.contacts__content > iframe {
    margin: 32px 0 102px;
}
.contacts__content > img {
    margin: 0 auto;
}
.contacts__content > P {
    max-width: 819px;
    margin-bottom: 30px;
}
.contacts__map {
    margin: 61px 0 111px;
    width: 100%;
    height: 609px;
}
.contacts__sidebar-link {
    font-weight: 500;
}
.contacts__sidebar-link span {
    font-weight: 400;
    margin-left: 5px;
}
.contacts__sidebar-text {
    color: #707070;
    margin-top: -6px;
    padding-right: 20px;
}
.contacts__sidebar-btn {
    position: relative;
    margin-top: 22px;
    padding-right: 54px;
}
.contacts__sidebar-btn:hover {
    color: #333333;
}
.contacts__sidebar-btn:hover i {
    color: #AB201C;
}
.contacts__sidebar-btn i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: "icomoon";
    position: absolute;
    right: -2px;
    top: -9px;
    color: #D7D7D7;
    font-size: 42px;
}
.contacts__sidebar-btn i img {
    position: absolute;
    top: 15px;
    right: 9px;
    width: 16px;
    height: 16px;
}
.contacts .ymaps-2-1-79-copyright__link {
    font-size: 10px;
}

.info {
    padding-bottom: 256px;
}
.info .numeric-list li {
    padding-left: 28px;
}
.info__mobile {
    display: none;
}
.info__close {
    display: none;
}
.info__overlay {
    display: none;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.info h3 {
    margin-bottom: 47px;
}
.info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.info__content {
    max-width: 951px;
    width: 100%;
    padding-top: 18px;
    font-size:20px;
    line-height:1.5;
}
.info__list li {
    font-weight: 500;
    padding-bottom: 29px;
    border-bottom: 1px solid #E0E0E0;
}
.info__list li:hover .info__link {
    color: #AB201C;
}
.info__list li .info__link {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    display:block;
    position:relative;
    z-index:1;
}
.info__list li::after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    top: 0;
    right: -6px;
    color: #AB201C;
    font-size: 28px;
}
.info .numeric-list li:before {
    color: #333333;
}
.info .numeric-list:not(:last-child) {
    margin-bottom: 70px;
}
.info .sidebar img {
    display: inline-block;
    /*margin-top:-10px;*/
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: unset;
    max-width: 52px;
    max-height: 52px;
    width: 100%;
    height: 100%;
}
.info .sidebar h3 {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    vertical-align: 17px;
}
.info .sidebar p {
    margin-top: 34px;
    color: #707070;
    font-size: 18px;
    line-height: 28px;
}

.es-note {
    padding: 9px 0 147px;
}
.es-note h1 {
    max-width: 546px;
    margin-bottom: 50px;
}
.es-note h3 {
    margin-bottom: 39px;
}
.es-note h3:not(:first-child) {
    margin-top: 78px;
}
.note__wrapper {
    max-width: 1002px;
}
.note__link {
    display:inline-block;
    color: #AB201C;
    font-family: "Roboto", sans-serif;
    margin-bottom: 60px;
}
.note__link:hover {
    color: #333333;
}
.note__link i {
    font-size: 18px;
    margin-right: 9px;
    vertical-align: -2px;
}
.note__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 20px;
    min-height: 100px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 20px;
    line-height: 28px;
}
.note__row span {
    font-weight: 500;
}
.note__left {
    color: #707070;
    width: 50%;
    max-width: 384px;
}
.note__right {
    width: 50%;
    padding-left: 21px;
}
.note__btn {
    display:inline-block;
    margin-top: 61px;
    padding: 11px 40px 11px 30px;
}
.note__btn i {
    margin-right: 4px;
    vertical-align: -1px;
}

.members {
    padding-bottom: 276px;
}
.members__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px -10px -60px;
}
.members__item {
    width: 25%;
    padding: 0 10px 100px;
}
.members__item img {
    max-width: 280px;
    max-height: 420px;
    width: auto;
    height: 100%;
    margin-bottom: 42px;
}
.members__item span {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 21px;
    color: #AB201C;
    display: block;
}
.members__title {
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 18px;
}
.members__text {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    max-width: 352px;
}

.shares {
    padding-bottom: 192px;
}
.shares__wrapper {
    max-width: 756px;
}
.shares .tabs__content {
    padding: 0;
}
.shares__box {
    padding-top: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shares__box:not(:last-child) {
    padding-bottom: 52px;
    border-bottom: 1px solid #E0E0E0;
}
.shares__box-img {
    width: 33%;
}
.shares__box-img img {
    max-width: 220px;
}
.shares__box-content {
    width: 67%;
    padding-left: 21px;
}
.shares__box-content a {
    display: inline-block;
}
.shares__box span {
    color: #9F9F9F;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 26px;
}
.shares__box-title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #333333;
}
.shares__box-title:hover {
    color: #AB201C;
}
.shares__box p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 23px;
}
.shares__box-btn {
    color: #AB201C;
    font-size: 16px;
    line-height: 19px;
}
.shares__box-btn:hover {
    color: #333333;
}
.shares .pagination {
    padding: 0;
    margin-top: 65px;
    margin-bottom: -9px;
}

.discount__wrapper {
    display: inline-block;
    padding-top: 31px;
    max-width: 958px;
    font-size: 20px;
}
.discount__wrapper div {
    display: inline-block;
}
.discount__wrapper div a {
    font-size: 20px;
    line-height: 60px;
    color: #AB201C;
    text-decoration: underline;
    display: block;
}
.discount__wrapper div a:hover {
    color: #333333;
}
.discount h2 {
    margin-bottom: 31px;
}
.discount__btn {
    color: #AB201C;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.discount__btn:hover {
    color: #333333;
}
.discount__btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 13px;
    margin-left: -2px;
    vertical-align: -2px;
    display: inline-block;
}
.discount img {
    margin-bottom: 40px;
    object-fit:cover;
    display: block;
}
.discount__text {
    margin-bottom: 46px;
}
.discount__text > a {
    font-size: 20px;
    line-height: 30px;
    color: #AB201C;
    line-height: 30px;
    text-decoration: underline;
}
.discount__text > a:hover {
    color: #333333;
}
.discount__title {
    font-weight: 500;
    margin-top: 51px;
    margin-bottom: 55px;
}
.discount__list {
    counter-reset: myCounter;
    margin-bottom: 53px;
}
.discount__list li {
    position: relative;
    padding-left: 24px;
}
.discount__list li a {
    color: #AB201C;
    text-decoration: underline;
    font-size: 20px;
    line-height: 30px;
}
.discount__list li a:hover {
    color: #333333;
}
.discount__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #AB201C;
    position: absolute;
    left: 2px;
    top: 0;
}
.discount__list li:not(:last-child) {
    margin-bottom: 51px;
}
.discount hr {
    margin: 75px 0 47px;
    background: #E0E0E0;
}

.discount__products {
    padding-bottom: 119px;
}

.uncos {
    padding-bottom: 100px;
}
.uncos h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}
.uncos__subtitle_important {
    color:#AB201C;
}
.uncos__tablet {
    display: none;
}
.uncos__list {
    margin-bottom: 60px;
    display: inline-block;
}
.uncos__list li {
    display: inline-block;
    background: #F8F8F8;
    border-radius: 3px;
    padding: 6px 10px 5px 10px;
    text-align: center;
    cursor: pointer;
    width: 80px;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.uncos__list li a {
    color:inherit!important;
    transition:none;
}
.uncos__list li:hover,
.uncos__list li.active {
    color: #FFF;
    background: #333333;
}
.uncos__list li.active {
    pointer-events: none;
}
.uncos__list li:not(:last-child) {
    margin-right: 5px;
}
.uncos__load {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    border-radius: 3px;
    color: #333333;
    background: #F8F8F8;
}
.uncos__load:hover {
    color: #FFF;
    background: #333333;
}
.uncos__important {
    padding-bottom: 59px;
    border-bottom: 1px solid #AB201C;
}
.uncos__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -40px 31px -40px;
}
.uncos__items_important {
    margin-bottom:50px;
}
.uncos__item {
    width: 50%;
    padding: 0px 40px 0px 40px;
}
.uncos__items_important .uncos__title {
    color:#AB201C;
}
.uncos__items_important .uncos__box {
    border-color:#AB201C;
}

.uncos__slider {
    margin: 0 -43px;
}
.uncos__unit {
    padding: 0 43px;
}
.uncos__unit .uncos__box {
    padding: 0;
    border: none;
}
.uncos__unit .uncos__title {
    color: #AB201C;
}
.uncos__unit .uncos__title:hover {
    color: #333333;
}
.uncos__box {
    padding:50px 0;
    border-bottom: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uncos .slick-arrow {
    position: absolute;
    cursor: pointer;
    color: #707070;
    font-size: 15px;
}
.uncos .slick-arrow:hover {
    color: #333333;
}
.uncos .slick-prev {
    top: -69px;
    right: 98px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.uncos .slick-next {
    top: -69px;
    right: 38px;
}
.uncos .slick-next::after {
    content: "";
    position: absolute;
    top: -11px;
    right: 41px;
    width: 1px;
    height: 37px;
    background: #AB201C;
    pointer-events: none;
}
.uncos__img {
    width: 31%;
    padding-right: 8px;
}
.uncos__img a {
    max-width: 220px;
    max-height: 220px;
    width: 100%;
    height: 100%;
}
.uncos__img img {
    width: 100%;
    height: 100%;
}
.uncos__content {
    width: 69%;
    padding-left: 32px;
    position: relative;
}
.uncos__content > span {
    display: block;
    margin-top: -4px;
    margin-bottom: 26px;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 26px;
}
.uncos__title {
    margin-bottom: 17px;
    color: #333333;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.uncos__title:hover {
    color: #AB201C;
}
.uncos__news .uncos__title {
    white-space: unset;
}
.uncos p {
    margin-bottom: 22px;
    color: #707070;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.uncos__btn {
    font-size: 16px;
    line-height: 19px;
    color: #AB201C;
}
.uncos__btn:hover {
    color: #333333;
}
.uncos .uncos__view {
    position: absolute;
    top: -2px;
    right: 3px;
    color: #969696;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
.uncos .uncos__view i {
    font-size: 17px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: -2px;
}

.single-uncos {
    padding-bottom: 122px;
    font-size:16px;
}
.single-uncos__wrapper {
    max-width: 958px;
}
.single-uncos__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-uncos__left {
    width: 25%;
    padding-right: 19px;
}
.single-uncos__left img {
    margin-top: 39px;
    max-width: 220px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}
.single-uncos__right {
    width: 75%;
    padding-left: 43px;
    padding-top: 3px;
}
.single-uncos .discount__btn {
    display:block;
    margin: 0 0 25px 0;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
.single-uncos .discount__btn i {
    margin-right: 11px;
}
.single-uncos_anons {
    margin-bottom:20px;
}
.single-uncos__img {
    max-width: 958px;
    width: 100%;
    height: 100%;
    margin:0 0px 53px;
    object-fit: cover;
}
.single-uncos p {
    margin-bottom: 10px;
}
.single-uncos a {
    color: #AB201C;
    text-decoration: underline;
}
.single-uncos span {
    color: #9F9F9F;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
    display: block;
}
.single-uncos__text {
    line-height: 32px;
    max-width: 612px;
}
.single-uncos__text + p {
    margin-top: 34px;
}
.single-uncos .single-uncos__btn {
    margin-bottom: 59px;
}
.single-uncos .single-uncos__date {
    display: inline-block;
}
.single-uncos__social {
    margin-top: 79px;
    display: inline-block;
}
.single-uncos__icons {
    display: inline-block;
}
.single-uncos__icons p {
    color: #707070;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 13px;
}
.single-uncos__icons a {
    width: 34px;
    height: 34px;
    border: 1px solid #707070;
    border-radius: 50%;
    color: #707070;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.single-uncos__icons a:hover {
    color: #FFF;
    background: #AB201C;
    border-color: #AB201C;
}
.single-uncos__icons a i {
    position: absolute;
    top: 8px;
    left: 7px;
    bottom: 0;
    right: 0;
    font-size: 16px;
}
.single-uncos__icons a:not(:last-child) {
    margin-right: 5px;
}
.single-uncos__icons:not(:last-child) {
    margin-right: 132px;
}

.services {
    padding-bottom: 153px;
}
.services__wrapper {
    max-width: 960px;
}
.services img {
    margin: 20px 0 74px;
}
.services p a:hover {
    color: #333333;
}
.services__list {
    display: inline-block;
    margin-bottom: 25px;
}
.services__list li {
    padding-left: 29px;
    position: relative;
}
.services__list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 8px;
    height: 8px;
    background: #AB201C;
}
.services__list li:not(:last-child) {
    margin-bottom: 15px;
    margin-top: 15px;
}

.gallery {
    padding-bottom: 230px;
}
.gallery__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px -107px -10px;
}
.gallery__item {
    width: 25%;
    padding: 0 10px 40px 10px;
}
.gallery__item img {
}
.gallery__img {
    width: 100%;
    margin-bottom: 28px;
    display: block;
}
.gallery__title, .gallery__subtitle {
    line-height: 24px;
}
.gallery__title:hover, .gallery__subtitle:hover {
    color: #AB201C;
}
.gallery__title {
    display:block;
    font-size: 20px;
    font-weight: 500;
    padding-right: 12%;
}
.gallery__subtitle {
    font-size: 18px;
    font-weight: 400;
    padding-right: 10%;
}

.gallery-single .gallery__item p {
    font-size: 18px;
    font-weight: 400;
    padding-right: 9%;
}
.gallery-single .portico__slider .slick-arrow {
    -webkit-transform: translate(0, -134%);
    transform: translate(0, -134%);
}
.gallery-single .gallery__img {
    margin-bottom: 19px;
}
.gallery-single .portico__item img {
    max-height: 572px;
    margin: 0px auto 20px auto;
}
.gallery-single .portico__item span {
    font-size: 18px;
    line-height: 30px;
    display: block;
    /*  width: 60%;
  height: 60px;
  */
}

.item__wrapper {
    max-width: 958px;
    display: inline-block;
    padding-bottom: 88px;
}
.item__products {
    padding-bottom: 165px;
}

.borfrezy-table {
    margin-top: 10px;
    width:100%;
    font-size: 14px;
}

.es-item h1 {
    margin-top: 31px;
    margin-bottom: 55px;
}
.es-item h2 {
    margin-bottom: 33px;
}
.es-item hr {
    background: #E0E0E0;
    margin-bottom: 47px;
}
.es-item ol {
    margin-left: 20px;
}
.es-item p {
    margin-bottom: 20px;
}
.item__brand {
    font-size: 20px;
    line-height: 30px;
    margin: 45px 0 25px;
    font-weight: 500;
    color: #AB201C;
}
.item__brand + p {
    margin-bottom: 44px;
}
.es-item p b {
    color: #AB201C;
}
.item__order {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin: 104px 0 15px;
}
.item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin: 149px 0 39px;
}
.item__sub-title {
    margin: 59px 0 84px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.item__btn {
    display:inline-block;
    margin-top: 108px;
    font-family: "Roboto", sans-serif;
    padding: 11px 16px 11px 11px;
    color: #FFF;
    min-width: 248px;
}
.item__btn i {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item__list {
    margin: 39px 0 45px;
}
.item__list li {
    position: relative;
    padding-left: 27px;
}
.item__list li:not(:last-child) {
    margin-bottom: 30px;
}
.item__list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #AB201C;
}
.item__list-numeric {
    margin: 39px 0 93px;
    counter-reset: myCounter;
}
.item__list-numeric li {
    position: relative;
    padding-left: 27px;
}
.item__list-numeric li:not(:last-child) {
    margin-bottom: 30px;
}
.item__list-numeric li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #333333;
    position: absolute;
    left: 0;
    top: 0px;
}
.item__table {
    margin-bottom: 87px;
}
.item__head p {
    font-weight: 500;
}
.item__row {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
    min-height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item__row .item__rating {
    padding: 0;
    border: none;
}
.item__row .item__rating span {
    margin-left: -4px;
}
.item__row p {
    width: 420px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.item__row span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}
.item__hss {
    width: 200px;
}
.item__tct {
    width: 200px;
}
.item__tct-rail {
    width: 100px;
}
.item__rating {
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    line-height: 23px;
}
.item__rating P {
    display: inline-block;
}
.item__rating P:not(:last-child) {
    margin-right: 89px;
}
.item__rating span::before, .item__rating span::after {
    content: "+";
}
.item__rating span::before {
    color: #AB201C;
    margin-right: 4px;
}
.item__rating span::after {
    margin-left: 4px;
}
.item__good {
    color: #AB201C;
}
.item__good::after {
    color: #AB201C;
}
.item__mean {
    color: #AB201C;
}
.item__mean::after {
    color: #9F9F9F;
}
.item__low {
    color: #9F9F9F;
}
.item__low::after {
    color: #9F9F9F;
}

.discount__wrapper {
    display: inline-block;
    padding-top: 31px;
    max-width: 958px;
}
.discount__wrapper div {
    display: inline-block;
}
.discount__wrapper div a {
    font-size: 20px;
    line-height: 60px;
    color: #AB201C;
    text-decoration: underline;
    display: block;
}
.discount__btn {
    color: #AB201C;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.discount__btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 13px;
    margin-left: -2px;
    vertical-align: -2px;
    display: inline-block;
}
.discount__text {
    margin-bottom: 46px;
}
.discount__text--mobile {
    display: none;
}
.discount__text > a {
    font-size: 20px;
    line-height: 30px;
    color: #AB201C;
    line-height: 30px;
}
.discount__title {
    font-weight: 500;
    margin-top: 51px;
    margin-bottom: 55px;
}
.discount__list {
    counter-reset: myCounter;
    margin-bottom: 53px;
}
.discount__list li {
    position: relative;
    padding-left: 30px;
}
.discount__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #AB201C;
    position: absolute;
    left: 2px;
    top: 0;
}
.discount__list li:not(:last-child) {
    margin-bottom: 51px;
}
.discount hr {
    margin: 75px 0 47px;
    background: #E0E0E0;
}

.products {
    padding-bottom: 171px;
}
.products__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    background: rgba(0, 0, 0, 0.3);
}
.products__overlay.active {
    display: block;
}
.products__wrapper div.products-toptext {
    margin-bottom: 60px;
    font-size: 18px;
    max-width: 851px;
}
.products__wrapper div.products-toptext h2 {
    text-align: start;
}
.products__wrapper div.products-toptext a {
    color: #AB201C;
    text-decoration: underline;
}
.products__category {
    margin-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products__category a {
    /*font-size:20px;*/
    font-size: 16px;
    font-weight: 500;
    line-height:1.2;
    padding: 5px 10px 5px 90px;
    max-width: 270px;
    width: 100%;
    height: 99px;
    margin-bottom: 10px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products__category a:after {
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.02);
}

.products__category a span {
    position:relative;
}
.products__category a .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
}
.products__category a img {
    position: absolute;
    /*left: 0;
    bottom: 0;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    /*max-width:70px;*/
    max-width: 100%;
    max-height:100%;
    margin: 0;
}
.products__category a:hover {
    background: #FFF;
    -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
}
.products__category a:not(:last-child) {
    margin-right: 10px;
}
.products__variations {
    margin-bottom: 17px;
}
.products__variations a {
    display: inline-block;
    cursor: pointer;
    min-width: 160px;
    width: auto;
    padding: 4px;
    border: 1px solid #C4C4C4;
    border-radius: 27px;
    color: #626262;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products__variations a:hover,
.products__variations a.active
{
    border: 1px solid #AB201C;
    background: #AB201C;
    color: #FFF;
}
.products__variations a.active {
    /*pointer-events: none;*/
}
.products__variations a:not(:last-child) {
    margin-right: 5px;
}
.products__about-price {
    font-weight: 500;
    margin-bottom: 16px;
}
.products__about-price a {
    display: none;
    line-height: 26px;
    font-weight: 500;
    color: #AB201C;
}
.products__about-price a:hover {
    color: #333333;
}
.products__about-price p {
    display: inline-block;
    margin-left: 133px;
    font-size: 16px;
    line-height: 23px;
}
.products__about-price p span {
    color: #333333;
    font-size: 20px;
    line-height: 29px;
    margin-right: 1px;
}
.products__about-price span {
    color: #AB201C;
    font-size: 16px;
    line-height: 23px;
}
.products__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products__empty {
    width: 20%;
}
.products__pagination {
    width: 80%;
}
.products__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products__filters {
    width: 20%;
    padding: 32px 30px 40px 29px;
    border: 1px solid #C4C4C4;
    border-width: 1px 0px 1px 1px;
    -webkit-box-shadow: 0.5px 0px 0px #C4C4C4;
    box-shadow: 0.5px 0px 0px #C4C4C4;
}
.products__filters-subtitle > span {
    display: none;
}
.products__filters-close {
    display: none;
}
.products__filters h2 {
    margin-bottom: 49px;
}
.products__filters-box {
    position: relative;
}
.products__filters-box > p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
}
.products__filters-box:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 25px;
    border: 1px solid #E0E0E0;
    border-width: 0px 0px 1px 0px;
}
.products__filters-box a {
    display: block;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 12px;
}
.products__filters-box a:not(:last-child) {
    margin-bottom: 19px;
}
.products__filters-box a:first-child {
    margin-top: 33px;
}
.products__filters-box .amount {
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #333333;
    padding: 3px;
    width: 119px;
}
.products__filters-box .amount:focus {
    outline: none;
    border: 1px solid #AB201C;
}
.products__filters-box .amount__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.products__filters-box .amount__body:before {
    content: " ";
    width: 16px;
    height: 1px;
    background: #9F9F9F;
    margin: auto;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    order:2;
}
.products__filters-box .amount__body .amount_min
{
    order:1;
}
.products__filters-box .amount__body .amount_max
{
    order:3;
}
.products__filters-box .amount__count {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products__filters-box .amount__count span {
    opacity: 0.9;
    font-size: 16px;
    line-height: 23px;
}
.products__filters-box .amount__box {
    position: absolute;
    right: -224px;
    bottom: 20px;
    z-index: 3;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    width: 197px;
    height: 93px;
    padding: 14.5px 19.5px 13.5px 21.5px;
}
.products__filters-box .amount__box:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 37px;
    border: 6px solid transparent;
    border-right: 6px solid #FFF;
}
.products__filters-box .amount__box p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 9px;
}
.products__filters-box .amount__box button {
    font-size: 15px;
    line-height: 26px;
    padding: 4px 20px;
    width: 100%;
}
.products__filters-box .amount__box button:hover {
    background: #333333;
}
.products__filters-box .ui-widget-content {
    border: none;
    background: #C4C4C4;
    border-radius: 10px;
    height: 4px;
    margin: 0;
    cursor: pointer;
    position: relative;
    margin-right: 24px;
}
.products__filters-box .ui-widget-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 30px;
    border-radius: 10px;
    height: 4px;
    background: #C4C4C4;
}
.products__filters-box .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #AB201C;
    border-radius: 10px;
}
.products__filters-box .ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 5px solid #AB201C;
    background: #FFF;
}
.products__filters-box .ui-widget-content .ui-state-default:nth-child(2)
{
    margin-left:-5px;
}

.products__filters-box .ui-widget-content .ui-state-default:focus-visible {
    outline: none;
}
.products__filters-box .ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
    margin: 0;
    cursor: pointer;
}
.products__filters-box .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: 0px;
}
.products__filters-show {
    color: #FFF;
    background: #AB201C;
}
.products__filters-show:hover {
    color: #FFF;
    background: #333333;
}
.products__filters-clear {
    background: #F8F8F8;
}
.products__filters-clear:hover {
    color: #FFF;
    background: #333333;
}
.products__filters-company {
    display: inline-block;
}
.products__filters-company input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.products__filters-company input + label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.products__filters-company input + label.disabled {
    pointer-events: none;
    color: rgba(51, 51, 51, 0.5);
}
.products__filters-company input + label:hover {
    color: #AB201C;
}
.products__filters-company input + label::before {
    content: ".";
    background-color: #F8F8F8;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 28px;
    text-align: center;
    font-family: "icomoon";
    color: #FFF;
}
.products__filters-company input:checked + label::before {
    content: "";
    background-color: #AB201C;
}
.products__filters-company > div:not(:last-child) {
    margin-bottom: 15px;
}
.products__filters-area input, .products__filters-shank input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.products__filters-area input + label, .products__filters-shank input + label {
    cursor: pointer;
    background: #F8F8F8;
    border-radius: 4px;
    display: table;
    padding: 5px 16px 4px 16px;
}
.products__filters-area input + label:hover, .products__filters-shank input + label:hover {
    background: #AB201C;
    color: #FFF;
}
.products__filters-area input:checked + label, .products__filters-shank input:checked + label {
    background: #AB201C;
    color: #FFF;
}
.products__filters-area div:not(:last-child), .products__filters-shank div:not(:last-child) {
    margin-bottom: 20px;
}
.products__items {
    width: 80%;
    border-left: 0.5px solid #C4C4C4;
}
.products__items-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product {
    width: 20%;
    border: 1px solid #C4C4C4;
    border-width: 0px 1px 1px 0px;
    position: relative;
    padding: 20px 20px 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.product:first-child, .product:nth-child(2), .product:nth-child(3), .product:nth-child(4), .product:nth-child(5) {
    border-top: 1px solid #C4C4C4;
}
.product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #C4C4C4;
}
.product__title {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.product__title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #AB201C;
    max-width: 190px;
}
.product__title a:hover {
    color: #333333;
}
.product__title [class^="flag-"],
.product__title [class*=" flag-"]
{
    float:right;
    display:block;
    width:24px;
    /*height:16px;*/
}
.product__title [class^="flag-"] img,
.product__title [class*=" flag-"] img {
    margin: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
}

.products__items .product__title,
.product-slider .product__title {
    padding-right: 34px;
}
.products__items .product__title [class^="flag-"],
.products__items .product__title [class*=" flag-"],
.product-slider .product__title [class^="flag-"],
.product-slider .product__title [class*=" flag-"] {
    position: absolute;
    right: 0;
    top: 0;
}

.product__text {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 19px;
}
.product__info {
    padding: 16px 0 14px;
    margin: -8px 0 25px;
    border: 1px solid #D7D7D7;
    border-width: 1px 0px 1px 0px;
}
.product__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
}
.product__info-content:not(:last-child) {
    margin-bottom: 8px;
}
.product__info-content p {
    padding-right: 10px;
    color: #626262;
}
.product__info-content p span {
    display: none;
}
.product__badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 18px 19px 0 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product__badge {
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    max-width: 180px;
    padding-top: 2px;
}
.product__badge span {
    padding: 1px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 4px!important;
    padding-right: 4px!important;
    width: auto!important;
}
.product__badge span:not(:last-child) {
    margin-right: 2px;
}
.product__badge img {
    display: none;
}
.product__badge .badge-new {
    width: 80px;
}
.product__badge .badge-hit {
    width: 58px;
}
.product__badge .badge-sale {
    width: 65px;
}
.product__badge .badge-recommend {
    width: 88px;
}
.product__btns span {
    cursor: pointer;
    text-align: center;
    color: #626262;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height:30px;
    border: 1px solid #E0E0DD;
    border-radius: 4px;
}
.product__btns span.active:not(.product__btns-close) {
    color: #AB201C;
    border: 1px solid #AB201C;
}
.product__btns span i {
    display: inline-block;
}
.product__btns span:not(:last-child) {
    margin-right: 6px;
}
.product__btns span:hover {
    color: #AB201C;
}
.product__btns-wishlist i {
    margin-left: 1px;
}
.product__btns-wishlist.active i:before {
    content: "";
    font-family: "icomoon";
}
.product__btns-close i {
    font-size: 20px;
    vertical-align: -3px;
}
.product__img {
    display:inline-block;
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
}
.product__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    bottom: 0;*/
    margin: auto;
}
.product__img-mob {
    display: none;
}
.product__package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 34px;
    position: relative;
}
.product__package-tooltip {
    position: absolute;
    z-index: 1;
    top: -55px;
    right: -62px;
    background: #FFF;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    width: 168px;
    height: 51px;
    padding: 13px;
}
.product__package-tooltip p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: relative;
}
.product__package-tooltip p:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 64px;
    border: 7px solid transparent;
    border-top: 7px solid #FFF;
}
.product__package-icon {
    display: inline-block;
    cursor: pointer;
    width: 51px;
    height: 40px;
    border-radius: 4px;
    margin-left: 18px;
    position: relative;
}
.product__package-icon i {
    color: #626262;
    font-size: 23px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.product__package-icon i:hover {
    color: #AB201C;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product__price {
    position: relative;
}
.product__price-tooltip {
    background: #FFF;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    color: #AB201C;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 23px;
    width: 208px;
    height: 51px;
    position: absolute;
    z-index: 4;
    left: -45px;
    top: -69px;
}
.product__price-tooltip::before {
    content: "";
    position: absolute;
    top: 41px;
    left: 90px;
    display: block;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
}
.product__price p {
    color: #333333;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}
.product__price span {
    margin-left: 15px;
}
.product__price.sale {
    color: #AB201C;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    max-width: 220px;
}
.product__price.sale p {
    color: #AB201C;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    max-width: 220px;
    display: inline-block;
}
.product__price.sale span {
    color: #626262;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: line-through;
    vertical-align: 1px;
}
.product__select {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #626262;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.product__select:hover i {
    color: #AB201C;
}
.product__select i {
    position: absolute;
    z-index: -1;
    right: 7px;
    top: 12px;
    font-size: 15px;
}
.product__select i.rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #AB201C;
}
.product__variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 7px 41px 5px 12px;
}
.product__variation.active {
    border-color: #AB201C;
}
.product__list {
    position: absolute;
    z-index: 4;
    top: 46px;
    left: 0;
    width: 100%;
    max-height: 324px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    padding: 8px 0;
}
.product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 43px 4px 16px;
    cursor: pointer;
    background: #FFF;
}
.product__item p {
    color: #626262;
}
.product__item span {
    color: #AB201C;
}
.product__item:hover {
    background: #FBF4F3;
}
.product__item:hover p {
    color: #333333;
}
.product__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product__steal {
    position: relative;
}
.product__cart {
    color: #AB201C;
    background: rgba(171, 32, 28, 0.05);
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.product__cart:hover,
.product__cart.active
{
    color: #FFF;
    background: #AB201C;
}

.product.in-basket .product__cart
{
    color: #FFF;
    background: #AB201C;
}

.icon-product-cart,
.icon-product-cart:hover
{
    color:inherit;
    transition:none;
}
.product__cart .cart-box
{
    display:block;
    text-align:center;
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 20px;
}
.product__cart-box {
    position: absolute;
    width: 100%;
    bottom: 55px;
    left: -95px;
    z-index: 3;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    width: 238px;
    padding: 17px 13px 14px 13px;
    cursor: auto;
}
.product__cart-box:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 107px;
    display: block;
    border: 7px solid transparent;
    border-top: 7px solid #FFF;
}
.product__cart-btn {
    display: inline-block;
    margin-bottom: 2px;
}
.product__cart-btn:not(:last-child) {
    margin-right: 1px;
}
.product__cart-btn input[type=radio] {
    display: none;
}
.product__cart-btn label
{
    cursor: pointer;
    background: rgba(171, 32, 28, 0.05);
    border: 1px solid rgba(171, 32, 28, 0.05);
    border-radius: 4px;
    display: inline-block;
    color: #AB201C;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 48px;
    height: 28px;
    text-align: center;
}
.product__cart-btn input:checked + label
{
    border:1px solid #AB201C;
}
.product__cart-btn label.active,
.product__cart-btn label:hover {
    border: 1px solid #AB201C;
}
.product__cart-btn label.active {
    pointer-events: none;
}
.product__cart-info {
    margin-top: 17px;
    margin-bottom: 7px;
    padding-bottom: 11px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    line-height: 24px;
    color: #AB201C;
}
.product__cart-info p:first-child {
    color: #333333;
}
.product__cart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__cart-bottom .product__quantity input {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 7px;
}
.product__cart-bottom .product__quantity button {
    width: 24px;
    height: 24px;
    line-height: 33px;
    font-size: 13px;
}
.product__cart-bottom .product__quantity .product__minus {
    font-size: 2.7px;
}
.product__cart-bottom .product__quantity .product__minus i {
    margin-left: -2px;
}
.product__cart-bottom > button {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    color: #FFF;
    background: #AB201C;
    padding: 0;
    font-size: 16px;
}
.product__cart-bottom > button:hover {
    background: #333333;
}
.product__cart-count button {
    background: rgba(98, 98, 98, 0.05);
    color: #626262;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding: 0;
    font-size: 14px;
}
.product__cart-count input {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    margin: 0 4px;
    max-width: 32px;
    width: 100%;
    text-align: center;
    border: none;
}
.product__cart-count input:focus {
    outline: none;
}
.product__cart-minus i {
    font-size: 3px;
    vertical-align: 5px;
}

.product-main .product {
    width: 25%;
    border: 1px solid #C4C4C4;
    border-width: 0px 1px 1px 0px;
}
.product-main .product:first-child, .product-main .product:nth-child(2), .product-main .product:nth-child(3), .product-main .product:nth-child(4) {
    border-top: 1px solid #C4C4C4;
}

.single {
    padding: 24px 0 111px;
    position: relative;
    z-index: 0;
}
.single__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 135px;
}
.single__photos {
    max-width: 458px;
    width: 100%;
}
.single__photos .single__stock {
    display: none;
}
.single__badges {
    margin-bottom: 47px;
}
.single__badges span {
    /*max-width: 80px;*/
    /*width: 100%;*/
	white-space: nowrap;
    display: inline-block;
    color: #FFF;
    padding: 1px 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
}
.single__badges span:not(:last-child) {
    margin-right: 2px;
}
.single__slider {
    margin-bottom: 83px;
    cursor: pointer;
}
.single__item {
    height: 377px;
}
.single__item.slick-slide
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.single__item img {
    display:inline-block;
    max-width: 100%;
    max-height: 100%;
}
.single__mobile-dots {
    display: none;
}
.single__dots .slick-list {
    margin: 0 -7.5px;
}
.single__dot {
    cursor: pointer;
    padding: 0 7.5px;
    height: 104px;
    width: 104px;
}
.single__dot img {
    max-width: 100%;
    max-height: 100%;
}
.single__content {
    max-width: 598px;
    width: 100%;
    margin-left: auto;
    padding: 7px 47px 0 0;

    font-size: 16px;
    line-height:1.5;
}
.single__content .single__stock {
    display: none;
}
.single__content img {
    display: inline-block;
    max-width: 83px;
    width: auto;
    max-height: 56px;
    height: 100%;
}
.single__content img + img {
    margin-left: 8px;
}
.single__content p {
    margin:7px 0 10px;
}
.single__content a, .es-item a:not(.item__btn) {
    text-decoration: underline;
    color: #AB201C;
}
.single__content ul {
    margin-bottom: 15px 0;
    list-style:none;
}
.single__content ul li {
    padding-left: 30px;
    position: relative;
}
.single__content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #AB201C;
    position: absolute;
    left: 3px;
    top: 8px;
}
.single__content ul li:not(:last-child) {
    margin-bottom: 15px;
}
.single__list-more {
    display: none;
}
.single__companies {
    margin-top:30px;
}

.single__info {
    max-width: 364px;
    width: 100%;
    padding: 8px 0px 0px 2px;
}
.single__stock {
    background: #FBDB2D;
    border-radius: 8px;
    padding: 20px 32px 17px 27px;
    margin-bottom: 23px;
}
.single__stock p {
    font-size: 16px;
    line-height: 24px;
}
.single__stock p a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: underline;
}
.single__stock p a:hover {
    color: #AB201C;
}
.single__stock p:not(:last-child) {
    margin-bottom: 13px;
}
.single__box {
    background: #FFF;
    -webkit-box-shadow: 0px 6px 20px rgba(75, 103, 129, 0.1);
    box-shadow: 0px 6px 20px rgba(75, 103, 129, 0.1);
    border-radius: 8px;
    padding: 38px 40px 33px 41px;
    position: relative;
}
.single__box-country {
    /*max-width: 28px;*/
    max-width: 30px;
    /*max-height: 20px;*/
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 39px;
    right: 24px;
}
.single__box-company {
    max-width: 101px;
    max-height: 34px;
    width: 100%;
    height: 100%;
    margin-bottom: 41px;
}
.single__box-place {
    position: relative;
}
.single__box-place .single__box-country {
    margin: 0;
    top: 0;
    right: 0;
}
.single__box-place span {
    font-size: 16px;
    line-height: 20px;
}
.single__box-link {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.single__box-place + .single__box-link,
.single__box-place + .single__box-place,
.single__box-link + .single__box-link {
    /*margin-top: 28px;*/
    margin-top: 20px;
}
.single__box-link:hover {
    color: #AB201C;
}
.single__box-link:hover i {
    color: #AB201C;
}
.single__box-link i {
    font-size: 41px;
    margin: 3px 12px 0 0;
    display: inline-block;
    position: relative;
    color: #D7D7D7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single__box-link i img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 8px;
}
.single__box-materials {
    margin: 46px 0 8px;
    color: #838383;
    font-size: 16px;
    line-height: 21px;
}
.single__box-problems {
    display:block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #AB201C;
    text-decoration: underline;
}
.single__box-problems:hover {
    color: #333333;
}
.single__box-btn {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    background: #333333;
    margin-top:20px;
    padding: 9px 20px 8px 20px;
}
.single__box-btn:hover {
    background: #AB201C;
}
.single__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single__tabs {
    width: 66.67%;
    max-width: 840px;
}
.single__sidebar {
    display: none;
}
.single__tab {
    border-bottom: 1px solid #E0E0E0;
}
.single__tab .tablet__toggles {
    display: none;
}
.single__tab p {
    padding-bottom: 24px;
    margin-bottom: -1px;
    cursor: pointer;
    color: #838383;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single__tab p:not(:last-child) {
    margin-right: 139px;
}
.single__tab p:hover, .single__tab p.active {
    color: #333333;
    border-color: #AB201C;
}
.single__tab p.active {
    pointer-events: none;
}
.single__tab-content {
    padding-top: 37px;
}
.single__tab-content > div {
    display: none;
}
.single__tab-content > div:first-child {
    display: block;
}
.single__feature {
    padding-top: 24px;
}
.single__feature .ui-widget-content {
    border-right: 15px solid #C4C4C4;
}
.single__feature .ui-widget-content::after {
    background: transparent;
}
.single__feature-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single__feature-range.products__filters-box {
    margin: 0;
    border: none;
}
.single__feature-range .ui-slider {
    width: 251px;
    margin: 0px 38px 0px 28px;
    position: relative;
}
.single__feature-range .ui-slider::after, .single__feature-range .ui-slider::before {
    opacity: 0.9;
    font-size: 16px;
    line-height: 23px;
    top: 21px;
    position: absolute;
    pointer-events: none;
}
/*
.single__feature-range .ui-slider:after {
  content: "";
  left: 0;
}
.single__feature-range .ui-slider:before {
  content: "";
  right: -25px;
}
*/

.single__feature-desc-size {
    font-size: 16px;
    line-height: 23px;
    color: #9F9F9F;
    transform: translateY(50px);
}

.single__feature-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 46px;
    margin-bottom: 45px;
}
.single__feature-price p {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}
.single__feature-price p:last-child {
    color: #AB201C;
}
.single__feature-price p span {
    font-size: 18px;
    line-height: 26px;
    color: #AB201C;
    font-weight: 500;
}
.single__feature-table .vendor-code {
    width: 158px;
}
.single__feature-table .size {
    /*width: 196px;*/
    width: 270px;
    padding-right: 20px;
}
.single__feature-table .number {
    width: 100px;
}
.single__feature-table .icon {
    width: 100px;
}
.single__feature-table .cost {
    width: 113px;
}
.single__feature-table .other {
    width: 193px;
}
.single__feature-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #E0E0E0;
}
.single__feature-head div {
    color: #9F9F9F;
}
.single__feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0 14px 0;
    font-size: 18px;
    line-height: 1.3;
    /*  height: 61px !important;*/
}
.single__feature-row .vendor-code {
    color: #AB201C;
}
.single__feature-row .cost span {
    color: #AB201C;
}
.single__feature-row .cost span + span {
    display: block;
    color: #333333;
    text-decoration: line-through;
}
.single__feature-row .icon {
    position: relative;
}
.single__feature-row .icon__box {
    position: absolute;
    bottom: 42px;
    left: -65px;
    z-index: 1;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    background: #FFF;
    text-align: center;
    width: 149px;
    padding: 14px 5px 15px 5px;
}
.single__feature-row .icon__box::before {
    content: "";
    position: absolute;
    left: 69px;
    bottom: -12px;
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid #FFF;
}
.single__feature-row .icon__box p {
    font-size: 14px;
    line-height: 20px;
}
.single__feature-row .icon__trigger {
    display: inline-block;
    cursor: pointer;
    color: #626262;
    font-size: 23px;
    vertical-align: -3px;
}
.single__feature-row .icon__trigger:hover {
    color: #AB201C;
}
.single__feature-btn {
    display: block;
    width: 100%;
    padding: 14px;
    text-align: center;
    background: #F8F8F8;
    border-radius: 4px;
    margin-top: 19px;
}
.single__feature-btn:before
{
    content:'Показать еще';
}
.single__feature-btn.active:before
{
    content:'Скрыть';
}

.single__feature-btn span {
    display: none;
}
.single__feature-btn:hover {
    color: #FFF;
    background: #333333;
}
.single__feature-other {
    float: right;
}
.single__feature-other a {
    display:inline-block;
    vertical-align: bottom;
    width: 28px;
    border-radius: 4px;
    line-height:26px;
    text-align: center;
}
.single__feature-compare {
    background: rgba(98, 98, 98, 0.05);
    border: 1px solid rgba(98, 98, 98, 0.05);
}
.single__feature-compare:hover {
    color: #AB201C;
}
.single__feature-compare.active {
    color: #AB201C;
    border: 1px solid #AB201C;
}

.single__feature-cart
{
    color: #FFF;
    background: #AB201C;
    border: 1px solid #FFF;
    margin-left: 6px;
}
button.single__feature-cart
{
    font-size:16px;
    line-height:13px;
    padding:6px;
    vertical-align: bottom;
}
.single__feature-cart.active, .single__feature-cart:hover {
    color: #AB201C;
    background: rgba(171, 32, 28, 0.05);
    border: 1px solid #AB201C;
}
.single__mobile-row.in-basket .single__feature-cart,
.single__feature-row.in-basket .single__feature-cart
{
    color: #FFF;
    background: #AB201C;
}

.single__change-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 0px 33px 0px;
}
.single__change-box:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}
.single__change-box:last-child {
    padding-bottom: 0;
}
.single__change-title {
    max-width: 319px;
    padding-right: 10px;
    font-size: 18px;
    line-height:1.4;
}
.single__change-text {
    max-width: 274px;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.4;
}
.single__change-text span {
    line-height: 26px;
    display: inline-block;
}
.single__application {
    display: none;
}
.single__advantage {
    display: none;
}
.single__delivery {
    display: none;
}
.single__toggles {
    width: 33.33%;
    padding-left: 60px;
}
.single__toggles .mobile-toggles {
    display: none;
}
.single__toggles .single__feature {
    display: none;
}
.single__toggles .single__change {
    display: none;
}
.single__toggles-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    cursor: pointer;
    padding-bottom: 24px;
    border-bottom: 1px solid #AB201C;
    margin-bottom: 54px;
    position: relative;
    display: block;
}
.single__toggles-title:before {
    content: "";
    font-family: "icomoon";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 7px;
    right: -3px;
    font-size: 22px;
}
.single__toggles-title.active:before {
    color: #AB201C;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.single__toggles-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 27px;
}
.single__toggles-items li {
    font-size: 16px;
    line-height: 27.5px;
}
.single__toggles-content {
    font-size:16px;
    line-height:1.5;
    display: none;
}
.single__toggles-content:not(:last-child) {
    padding-bottom: 61px;
}
.single__toggles-content img {
    margin-bottom: 51px;
}
.single__toggles-content ul
{
    list-style:none;
    margin:10px 0 20px 0;
}
.single__toggles-content ul li
{
    position: relative;
    padding-left: 25px;
    margin:7px  0 10px 0;
}
.single__toggles-content ul li::before
{
    content: "";
    left: 1px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #AB201C;
    position: absolute;
}
.single__toggles-content ol
{
    margin:10px 0 20px 0;
}
.single__toggles-content ol li
{
    padding-left:5px;
    margin:7px  0 10px 25px;
}


.single__toggles-list {
    margin-bottom: 48px;
}
.single__toggles-list li {
    padding-left: 25px;
}
.single__toggles-list li:not(:last-child) {
    margin-bottom: 18px;
}
.single__toggles-list li:before {
    left: 1px;
    top: 9px;
}
.single__toggles-text {
    font-size: 16px;
    line-height: 24px;
}
.single__toggles-text a {
    font-size: 16px;
    line-height: 24px;
    color: #AB201C;
    text-decoration: underline;
    display: block;
}
.single__toggles-text a:hover {
    color: #333333;
}
.single__toggles-text:last-child {
    margin-top: 44px;
}
.single__toggles-text:not(:last-child) {
    margin-bottom: 24px;
}

.products-slider {
    position: relative;
    z-index: 1;
}
.products-slider .product__content {
    display: block;
}
.products-slider .product-slider {
    position: relative;
    z-index: 1;
}
.products-slider .product-dots {
    display: none;
    position: relative;
    z-index: 0;
}
.products-slider .product-slider .slick-list {
    /*padding-left: 1px ;*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products-slider .product-slider .slick-list.active {
    padding-bottom: 265px;
    margin-bottom: -265px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products-slider .slick-track {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-slider .product
{
    /*  width: 100%;*/
    border: 1px solid #C4C4C4;
    border-width:1px 1px 1px 0px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-slider .product.slick-active:first-child {
    border-left: 1px solid #C4C4C4;
    margin-left:-1px;
}
.products-slider .product__content {
    margin: 0 -2px 0 0;
}
.products-slider .product.slick-slide .product__img-mob {
    display: none;
}
.products-slider h2 {
    margin-bottom: 33px;
}

.related-products {
    padding-bottom: 100px;
    z-index: 3;
}

.similar-products {
    padding-bottom: 176px;
    z-index: 2;
}
.similar-products h2 {
    margin-bottom: 33px;
}
.interested-products {
    padding-bottom: 94px;
}

.portico {
    position: fixed;
    z-index: 1550;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: none;
}
.portico__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 30px 0;
}
.portico__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portico .slick-arrow {
    cursor: pointer;
    position: absolute;
}
.portico__dots {
    max-width: 134px;
    width: 100%;
    margin-right: 283px;
}
.portico__dot.slick-slide.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.portico__dots .slick-list {
    margin: -9px 0;
}
.portico__dots .slick-arrow {
    color: #9C9C9C;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.portico__dots .slick-arrow:hover {
    color: #333333;
}
.portico__dots .slick-prev {
    top: -46px;
}
.portico__dots .slick-next {
    bottom: -46px;
}
.portico__dots .slick-prev::before {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.portico__dot {
    margin: 9px 0;
    cursor: pointer;
    max-width: 134px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    height: 100% !important;
}
.portico__dot img {
    display:inline-block;
    max-width: 100%;
    max-height: 100%;
}
.portico .slick-initialized .slick-slide.portico__item {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.portico .slick-initialized .slick-slide.portico__item img
{
    display:inline-block;
}
.portico__slider {
    max-width: 767px;
    width: 100%;
}
.portico__slider .slick-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #333333;
    background: #F6F6F6;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-size: 20px;
}
.portico__slider .slick-arrow:hover {
    color: #FFF;
    background: #333333;
}
.portico__slider .slick-arrow::before {
    display: inline-block;
    vertical-align: -14px;
}
.portico__slider .slick-prev {
    left: -68px;
}
.portico__slider .slick-next {
    right: -68px;
}
.portico__slider .slick-next::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.portico__mobile-dots {
    display: none;
}
.portico__item {
    height: 652px;
}
.portico__close {
    position: absolute;
    top: 47px;
    right: 58px;
    width: 48px;
    height: 48px;
    line-height:2.5em;
    border-radius: 50%;
    background: #F6F6F6;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.portico__close i {
    display: inline-block;
    vertical-align: -14px;
    font-size: 27px;
}
.portico__close:hover {
    color: #FFF;
    background: #333333;
}

.cart {
    padding: 12px 0 97px;
}
.cart h2 {
    margin-bottom: 33px;
}
.cart__header {
    max-width: 957px;
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart__delete {
    font-size: 13px;
    line-height: 15px;
    margin-top: -3px;
    color: #AB201C;
    cursor: pointer;
    display: block;
}
.cart__delete:hover {
    color: #333333;
}
.cart__delete i {
    font-size: 17px;
    margin-right: 3px;
    vertical-align: -2px;
}
.cart__body {
    padding-bottom: 106px;
    border-bottom: 1px solid #C4C4C4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-size:18px;
}
.cart__content {
    max-width: 960px;
    padding-top: 5px;
    width: 100%;
}
.cart__table {
    margin-bottom: 51px;
}
.cart__head {
    padding-bottom: 26px;
    border-bottom: 1px solid #E0E0E0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 32px 26px 0px;
}
.cart__name {
    width: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart__name img {
    max-width: 140px;
    width: 100%;
    height: 100%;
}
.cart__box {
    width: 192px;
    margin-left: 67px;
}
.cart__box > *:not(:last-child) {
    margin-bottom: 29px;
}
.cart__title {
    display:block;
    line-height: 26px;
    font-weight: 500;
    color: #AB201C;
}
.cart__title:hover {
    color: #333333;
}
.cart__feature {
    font-size: 14px;
    line-height: 16px;
}
.cart__feature-box:not(:last-child) {
    margin-bottom: 17px;
}
.cart__feature-left {
    display: inline-block;
    color: #626262;
}
.cart__feature-right {
    float: right;
}
.cart__package {
    font-size: 14px;
    line-height: 16px;
}
.cart__package i {
    font-size: 18px;
    color: #AB201C;
    margin-right: 12px;
    vertical-align: -4px;
}
.cart__price {
    width: 111px;
    text-align: center;
}
.cart__quantity {
    width: 111px;
    text-align: center;
}
.cart__sum {
    width: 111px;
    text-align: center;
}
.cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 32px 15px 0px;
    min-height: 200px;
    position: relative;
    font-size:18px;
}
.cart__row .cart__price {
    font-weight: 500;
}
.cart__row .cart__price.sale {
    color: #AB201C;
}
.cart__row .cart__price.sale span {
    color: #9F9F9F;
    font-size: 15px;
    line-height: 21px;
    display: block;
    text-decoration: line-through;
    margin-top: 2px;
}
.cart__row .cart__price p {
    display: none;
}
.cart__row .cart__sum {
    font-weight: 500;
    color: #AB201C;
}
.cart__remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 28px;
    height: 28px;
    color: #AB201C;
    background: rgba(171, 32, 28, 0.05);
    border-radius: 4px;
    padding: 0;
}
.cart__remove:hover {
    color: #FFF;
    background: #AB201C;
}
.cart__remove i {
    font-size: 16px;
}
.cart__conditions {
    font-size: 16px;
    line-height: 23px;
    color: #AB201C;
}
.cart__conditions span {
    margin-right: 6px;
}
.cart__sidebar {
    width: 30%;
    padding-left: 7px;
}
.cart__info {
    font-size: 16px;
    line-height: 24px;
}
.cart__info + p {
    margin-top: 24px;
}
.cart__info a {
    font-size: 16px;
    line-height: 24px;
    color: #AB201C;
    text-decoration: underline;
}
.cart__info a:hover {
    color: #333333;
}
.cart__total {
    font-weight: 500;
    padding-bottom: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #AB201C;
}
.cart__total-vat {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #AB201C;
    margin-bottom: 60px;
}
.form {
    margin-bottom: 47px;
}
.form__title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 16px;
}
.form__box {
    position: relative;
}
.form__box label.error {
    font-size: 14px;
    line-height: 1em;
    color: #AB201C;
    position: absolute;
    left: 0;
    bottom: 11px;
}
.form__input {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-radius: 0;
    border: 1px solid #D7D7D7;
    background: #FFF;
    color: black;
    padding: 0px 15px 0px 15px;
    height:52px;
    margin-bottom: 20px;
    width: 100%;
}
.form__input::-webkit-input-placeholder {
    color: #707070;
}
.form__input::-moz-placeholder {
    color: #707070;
}
.form__input:-ms-input-placeholder {
    color: #707070;
}
.form__input::-ms-input-placeholder {
    color: #707070;
}
.form__input::placeholder {
    color: #707070;
}
.form__input:focus {
    outline: none;
    border: 1px solid #333333;
}

.form__box.error .form__input
{
    border-color: #AB201C;
    color:#AB201C;
}

.form__checkbox {
    margin: 14px 0 36px;
}
.form__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form__checkbox input:checked ~ span:after {
    font-size: 7px;
    background: #AB201C;
    border-color: #AB201C;
}
.form__checkbox label {
    color: #626262;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding-left: 32px;
    position: relative;
}
.form__checkbox span:after {
    content: "";
    font-size: 0px;
    font-family: "icomoon";
    color: #FFF;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}
.form__checkbox.error label
{
    color:#AB201C;
}
.form__checkbox.error span:after
{
    border-color:#AB201C;
}

.form__file {
    margin-bottom: 55px;
    position: relative;
}
.form__file label.error {
    bottom: -19px;
}
.form__file-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.form__file-label input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.form__file-label p {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: auto;
    color: #707070;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #D7D7D7;
    padding: 9px 15px 9px 15px;
}
.form__file-label > span {
    display: block;
    color: #626262;
    background: #D7D7D7;
    font-size: 16px;
    line-height: 29px;
    padding: 11px 31px 12px 29px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.form__file-label > span span {
    font-size: 0;
    line-height: 0;
}
.form__file-label > span:hover {
    color: #FFF;
    background: #333333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.form__file-name {
    position: absolute;
    top: 53px;
    right: 0;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    max-width: 325px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.form__textarea {
    padding: 21px 15px;
}
.form__btn {
    width: 100%;
    margin-top: -3px;
    padding: 10px 15px 10px 15px;
}
.form__btn:hover {
    background: #333333;
}

.search {
    padding-bottom: 82px;
}
.search h1 {
    margin-bottom: 48px;
}
.search h1 span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #AB201C;
    margin-left: 10px;
}
.search .products__items .product {
    width: 25%;
}
.search__variations span {
    min-width: 130px;
}
.search__box {
    max-width: 708px;
}
.search__box a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #AB201C;
    display: inline-block;
    margin-bottom: 15px;
}
.search__box a:hover {
    color: #333333;
}
.search__box p {
    color: #626262;
    font-size: 18px;
    line-height: 30px;
}
.search__box:not(:last-child) {
    margin-bottom: 55px;
}
.search .header-bottom__form {
    max-width: 960px;
    margin-top: -9px;
    margin-bottom: 55px;
}
.search .header-bottom__form .search {
    padding: 0;
}

.favorites {
    padding: 30px 0 168px;
}
.favorites h1 {
    margin-bottom: 53px;
}
.favorites__remove {
    float: right;
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    padding-top: 1px;
}
.favorites__remove:hover {
    color: #AB201C;
}
.favorites__remove i {
    font-size: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: -3px;
}

.comparison {
    overflow: hidden;
    padding: 30px 0 168px;
}
.comparison__remove {
    float: right;
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    padding-top: 1px;
}
.comparison__remove:hover {
    color: #AB201C;
}
.comparison__remove i {
    font-size: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: -3px;
}
.comparison__inner-mobile {
    display: none;
}
.comparison-navigation {
    display: none;
}

.comparison__slider-2 div.comparison__item,
.comparison__slider div.comparison__item
{
    display:flex;
    flex-direction:column;
}
.comparison__slider-2 .comparison__item div.product,
.comparison__slider .comparison__item div.product
{
    flex-grow:1;
}

.comparison .product {
    width: 100%;
}
.comparison__box {
    padding: 27px 15px 17px 0px;
}
.comparison__box:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}
.comparison__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 44px;
    opacity: 0;
    visibility: hidden;
    max-width: 260px;
}
.comparison__text {
    color: #707070;
    font-size: 18px;
    line-height: 1.5;
    max-width: 260px;

    overflow:hidden;
    /*text-overflow: ellipsis;
    white-space:nowrap;*/
}
.comparison__text + P {
    margin-top: 34px;
}
.comparison__text ul li {
    margin-top: 0;
}
.comparison .slick-track {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison .slick-current .product:first-child {
    border-left: 1px solid #E0E0E0;
}
.comparison .slick-current .comparison__title:first-child {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.comparison .slick-active + .slick-slide:not(.slick-active) {
    opacity: 0;
}
.comparison .slick-slide {
    opacity: 0;
    visibility: hidden;
    height: auto;
}
.comparison .slick-slide .product__img-mob {
    display: none;
}
.comparison .slick-active {
    opacity: 1;
    visibility: visible;
}
.comparison .slick-list {
    overflow: visible;
}
.comparison .slick-next.remove {
    display: none;
}

.condition {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: auto;
    top: 128px;
    left: 0;
    padding-bottom: 26px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}
.condition.active {
    z-index: 3;
    pointer-events: auto;
}
.condition.close-popup {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.condition__category {
    font-size: 20px;
    line-height: 30px;
    color: #AB201C;
    margin-bottom: 32px;
}
.condition__category span {
    font-weight: 400;
    margin-left: 5px;
}
.condition__slider {
    position: relative;
}
.condition__slider .slick-comparison {
    width: 36px;
    height: 36px;
    top: -3px;
    font-size: 15px;
}
.condition__slider .slick-prev {
    left: 1px;
}
.condition__slider .slick-next {
    right: 1px;
}
.condition__item {
    border-left: 1px solid #FFF;
}
.condition__img {
    display: inline-block;
    max-width: 90px;
    width: auto;
    vertical-align: top;
    visibility: visible;
}
.condition__content {
    display: inline-block;
    max-width: 169px;
    width: 100%;
    margin-left: 10px;
    margin: 2px 0px 0px 8px;
    visibility: visible;
}
.condition__content a {
    display: block;
    color: #AB201C;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 11px;
}
.condition__content a:hover {
    color: #333333;
}
.condition__content p {
    color: #707070;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}
.condition__price {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.condition__price .icon-product-wishlist {
    font-size: 16px;
    vertical-align: -2px;
}
.condition__price .icon-shop-cart {
    font-size: 20px;
    vertical-align: -4px;

    position: relative;
}
.condition__price i:not(.icon-product-cart) {
    cursor: pointer;
    color: #707070;
    display: inline-block;
}
.condition__price i.active:not(.icon-product-cart) {
    color: #AB201C;
}
.condition__price i + i {
    margin: 0 12px 0 10px;
}
.condition__price i:hover:not(.icon-product-cart) {
    color: #AB201C;
}
.condition .slick-track {
    margin: 0;
}

.thanks {
    padding-bottom: 97px;
}
.thanks__body {
    border-bottom: 1px solid #C4C4C4;
    padding: 120px 0 251px;
}
.thanks__wrapper {
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
}
.thanks img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.thanks h1 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 56px;
}
.thanks__text {
    font-size: 18px;
    margin-bottom: 56px;
}
.thanks__text span {
    color: #AB201C;
}
.thanks__btn {
    display:inline-block;
    font-size:18px;
    min-width: 248px;
    color: #FFF;
    background: #333333;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}
.thanks__btn:hover {
    color: #FFF;
    background: #AB201C;
}

.buy {
    display: none;
    position: fixed;
    z-index: 1550;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0;
}
.buy__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy__overley {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.buy__content {
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    max-width: 680px;
    width: 100%;
    height: auto;
    padding: 42px 60px 52px 33px;
    z-index: 101;
}
.buy__title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 34px;
}
.buy__list {
    counter-reset: myCounter;
    max-width: 514px;
}
.buy__list a {
    color: #AB201C;
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
}
.buy__list a:hover {
    color: #333333;
}
.buy__list span {
    color: #AB201C;
}
.buy__list li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 24px;
}
.buy__list li:not(:last-child) {
    margin-bottom: 24px;
}
.buy__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #AB201C;
    position: absolute;
    left: 1px;
    top: 0;
}
.buy__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #707070;
}
.buy__close:hover {
    color: #333333;
}
.buy__close i {
    font-size: 28px;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 46px 0px 46px 1px;
    margin-left: -1px;
    background: #FFF;
}
.pagination li {
    display: inline-block;
    margin: 0 2.5px;
}
.pagination a {
    display:inline-block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 4px;
}
.pagination a.active, .pagination a:hover {
    background: #333333;
    color: #FFF;
}
.pagination a.active {
    pointer-events: none;
}

.mistake {
    padding: 24px 0 173px 0;
    text-align: center;
}
.mistake__wrapper {
    max-width: 690px;
    margin: 0 auto;
}
.mistake__wrapper img {
    display: inline-block;
    margin-bottom: 48px;
}
.mistake__wrapper h1 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 35px;
}
.mistake__wrapper p {
    color: #6F6F6F;
    font-size: 18px;
    line-height: 30px;
}
.mistake__wrapper p span {
    color: #AB201C;
}
.mistake__wrapper p a {
    font-size: 18px;
    line-height: 30px;
    color: #AB201C;
}
.mistake__wrapper p a:hover {
    color: #333333;
}
.mistake__wrapper > a {
    display: none;
}

.toggle__title {
    display: none;
}

.select2-container {
    max-width: 445px;
    width: 100% !important;
}

.price-dropdown .select2-search--dropdown,
.product-dropdown .select2-search--dropdown {
    display: none;
}

.price-selection .select2-container--default .select2-selection--single {
    color: #626262;
    border: 1px solid #C4C4C4;
    padding: 11px 17px;
}
.price-selection .select2-container--default .select2-selection--single:focus {
    border: 1px solid #AB201C;
}

.select2-container .price-selection.select2-selection--single {
    height: 48px;
    background: #FFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    color: #626262;
}
.select2-container .price-selection.select2-selection--single .select2-selection__rendered {
    padding: 10px 17px;
}

.select2-container--default .price-selection.select2-selection--single .select2-selection__arrow b {
    border: none;
    margin: 0;
    top: 10px;
    right: 30px;
    left: auto;
}
.select2-container--default .price-selection.select2-selection--single .select2-selection__arrow b:before {
    content: "";
    font-family: "icomoon";
    font-size: 14px;
}

.select2-container--open .price-selection .select2-selection__arrow b:before {
    color: #AB201C;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block;
}

.select2-container--open .price-selection.select2-selection--single {
    border: 1px solid #AB201C;
}

.select2-dropdown.price-dropdown {
    border: none;
    margin-top: 5px;
}

.price-dropdown .select2-results {
    -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 4px;
}

.select2-container--default .price-dropdown .select2-results > .select2-results__options {
    max-height: 291px;
    padding: 8px 0;
    border: 1px solid #9F9F9F;
    border-radius: 4px;
}
.select2-container--default .price-dropdown .select2-results > .select2-results__options .select2-results__option {
    padding: 11px 17px;
    background: #FFF;
    color: #626262;
}
.select2-container--default .price-dropdown .select2-results > .select2-results__options .select2-results__option:hover {
    background: #FBF4F3;
}
.select2-container--default .price-dropdown .select2-results > .select2-results__options .select2-results__option--selected {
    color: #626262;
    background: #FBF4F3;
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
    background-color: #F8F8F8;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #DAD9D9;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #F8F8F8;
}

.mCSB_scrollTools {
    top: 0px;
    width: 4px;
    background: #F8F8F8;
    border-radius: 10px;
    opacity: 1;
}

.mCSB_dragger {
    background: #DAD9D9;
    border-radius: 10px;
}

.mCSB_inside > .mCSB_container {
    margin: 0;
}

.caption {
    font-size:13px !important;
}

@media (max-width: 1639px) {
    .desktop__hide {
        display: none;
    }

    .tabs__title a,
    .tabs__title p {
        font-size: 18px;
        padding-right: 19px;
    }
    .tabs__title a:not(:last-child),
    .tabs__title p:not(:last-child) {
        margin-right: 55px;
    }
    .tabs__title a span,
    .tabs__title p span {
        margin-left: 5px;
    }
    .tabs__content {
        padding-top: 39px;
    }

    .numeric-list li {
        font-size: 18px;
        padding-left: 20px;
    }
    .numeric-list li::before {
        left: 1px;
    }

    .price {
        padding-bottom: 65px;
    }
    .price__tabs {
        margin-bottom: 27px;
    }
    .price__tabs span {
        font-size: 16px;
        line-height: 30px;
        padding: 2px 23px 2px 22px;
        min-width: 80px;
    }
    .price__tabs span:not(:last-child) {
        margin-right: 4px;
    }
    .price__download {
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 26px;
        margin: 0px 0px 20px 0px;
    }
    .price__download form {
        display: none;
    }
    .price__tablet {
        font-size: 16px;
        line-height: 26px;
        color: #AB201C;
    }
    .price__tablet:hover {
        color: #333333;
    }
    .price__tablet i {
        font-size: 22px;
        vertical-align: -5px;
        margin-right: 6px;
    }
    .price__all {
        font-family: "Roboto", sans-serif;
        color: #AB201C;
        margin-left: 47px;
    }
    .price__all:hover {
        color: #333333;
    }
    .price__all i {
        font-size: 21px;
        margin-right: 7px;
    }
    .price__toggles {
        max-width: 847px;
    }
    .price__toggle-title {
        font-size: 18px;
        padding-left: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .price__toggle-title .price__tablet {
    }
    .price__toggle-arrow {
        left: 0px;
    }
    .price__toggle-layer-2, .price__toggle-layer-3, .price__toggle-layer-4 {
        font-size: 16px;
    }
    .price__toggle-layer-2 {
        margin-top: -4px;
    }
    .price__toggle-layer-3 {
        margin-top: -4px;
        padding-left: 45px;
    }
    .price__toggle-layer-3 i {
        left: 21px;
    }
    .price__toggle-layer-4 {
        margin-top: 4px;
        padding-left: 77px;
    }
    .price__toggle-layer-4 i {
        left: 50px;
    }
    .price__table {
        margin: 3px 0px 3px 77px;
        max-width: 756px;
    }
    .price__head p:nth-child(1) {
        width: 255px;
    }
    .price__head p:nth-child(2) {
        width: 242px;
    }
    .price__head p:nth-child(3) {
        width: 180px;
    }
    .price__head p:nth-child(4) {
        width: 65px;
    }
    .price__row {
        font-size: 15px;
    }
    .price__row p:nth-child(1) {
        width: 255px;
    }
    .price__row p:nth-child(2) {
        width: 242px;
    }
    .price__row p:nth-child(3) {
        width: 180px;
        text-align: center;
        padding-right: 126px;
    }
    .price__row p:nth-child(4) {
        width: 65px;
        text-align: center;
    }

    .uncos {
        padding-bottom: 200px;
    }
    .uncos h2 {
        font-size: 24px;
        line-height: 34px;
        color: #AB201C;
        margin: 0;
    }
    .uncos__list {
        margin-bottom: 56px;
    }
    .uncos__list li {
        font-size: 14px;
        line-height: 21px;
        width: 68px;
        height: 30px;
        padding: 5px 10px 4px 10px;
    }
    .uncos__load {
        width: 30px;
        height: 30px;
    }
    .uncos__important {
        padding: 0;
        border: none;
    }
    .uncos__tablet {
        display: block;
        max-width: 708px;
        margin-bottom: 63px;
    }
    .uncos__slider {
        display: none;
    }
    .uncos__box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .uncos__unit {
        padding: 60px 0 60px 0;
        border-bottom: 1px solid #AB201C;
    }
    .uncos__img {
        width: 20%;
        padding: 0;
    }
    .uncos__img a {
        max-width: 120px;
        max-height: 120px;
    }
    .uncos__img img {
        width: 120px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: -11px;
    }
    .uncos__content {
        width: 80%;
        padding-left: 8px;
    }
    .uncos__content > span {
        font-size: 14px;
        line-height: 26px;
        margin: 0px 0px 17px 0px;
    }
    .uncos__title {
        margin-bottom: 12px;
    }
    .uncos h2.uncos__subtitle {
        display: block;
        color: #333333;
    }
    .uncos__items {
        max-width: 708px;
        margin: 0px 0px 60px 0px;
    }
    .uncos__item {
        width: 100%;
        padding: 0;
    }
    .uncos .pagination {
        padding: 0;
        text-align: left;
    }
    .uncos .pagination a {
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .mistake {
        padding: 0px 0px 162px 0px;
        margin-top: -1px;
    }
    .mistake__wrapper {
        max-width: 629px;
    }
    .mistake__wrapper img {
        max-width: 344px;
        max-height: 231px;
        width: 100%;
        height: 100%;
        margin-bottom: 34px;
    }
    .mistake__wrapper h1 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 42px;
    }
    .mistake__wrapper p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 41px;
    }
    .mistake__wrapper p a {
        font-size: 16px;
        line-height: 26px;
    }
    .mistake__wrapper > a {
        display: inline-block;
        margin: 0 auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #FFF;
        background: #333333;
        padding: 9px;
        border-radius: 4px;
        text-align: center;
        min-width: 180px;
    }
    .mistake__wrapper > a:hover {
        color: #FFF;
        background: #AB201C;
    }

    .item__wrapper {
        max-width: 740px;
        padding-bottom: 60px;
    }
    .item__products {
        padding-bottom: 138px;
    }
    .borfrezy-table {
        font-size: 12px;
    }
    .es-item h1 {
        font-size: 26px;
        line-height: 37px;
        margin: 20px 0px 42px 0px;
    }
    .es-item h2 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 31px;
    }
    .es-item hr {
        margin-bottom: 52px;
    }
    .es-item p, .es-item ol, .es-item table {
        font-size: 18px;
    }
    .es-item p.item__title {
        font-size: 22px;
        line-height: 31px;
        margin: 0px 0px 52px 0px;
    }
    .es-item p.item__sub-title {
        font-size: 22px;
        line-height: 31px;
        margin: 48px 0 56px;
    }
    .item__banner {
        height: 320px;
    }
    .item__tool {
        height: 280px;
        margin: 81px 0px 85px 0px;
    }
    .item__list {
        margin: 38px 0 36px;
    }
    .item__list li {
        font-size: 18px;
    }
    .item__list li::before {
    }
    .item__list-numeric {
        margin: 38px 0 36px;
    }
    .item__list-numeric li {
        font-size: 18px;
    }
    .item__list-numeric li::before {
        left: 1px;
    }
    .item__brand {
        margin: 50px 0 20px;
    }
    .item__brand + p {
        margin-bottom: 52px;
    }
    .item__order {
        display: none;
    }
    .item__rating {
        border: none;
        padding-bottom: 10px;
    }
    .item__rating p {
        font-size: 16px;
        line-height: 23px;
    }
    .item__rating p:not(:last-child) {
        margin-right: 61px;
    }
    .item__head {
        border: none;
        background: #F4F4F4;
    }
    .item__head p {
        font-weight: 500;
    }
    .item__head span {
        font-weight: 500;
    }
    .item__row {
        min-height: 80px;
        padding: 20px 11px 20px 21px;
    }
    .item__row > div {
        margin: 0px 0px 0px -48px;
    }
    .item__row p {
        width: 252px;
    }
    .item__row span {
        margin: 0px 0px 0px 48px;
    }
    .item__hss {
        width: 100px;
    }
    .item__tct {
        width: 100px;
    }
    .item__tct-rail {
        width: 100px;
    }
    .item__table {
        margin-bottom: 46px;
    }
    .item__btn {
        margin-top: 45px;
        font-family: "Roboto", sans-serif;
    }
    .item__btn i {
        margin-right: 0px;
        margin-left: 4px;
    }

    .search {
        padding-bottom: 94px;
    }
    .search h1 {
        font-size: 26px;
        line-height: 37px;
        margin: -1px 0 42px;
    }
    .search h1 span {
        display: none;
    }
    .search__box a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .search__box p {
        font-size: 16px;
    }

    .search-all {
        padding-bottom: 114px;
    }
    .search-all__text {
        padding-bottom: 147px;
    }
    .search-all h1 {
        margin: 0px 0 41px;
    }
    .search-all h1 span {
        display: inline-block;
        margin-left: 34px;
    }
    .search-all .header-bottom__form {
        max-width: 687px;
        margin: 0px 0px 54px 0px;
    }
    .search-all .header-bottom__form .search {
        padding: 0;
    }
    .search-all .header-bottom__form .form {
        margin: 0;
    }
    .search-all .header-bottom__form input {
        font-size: 16px;
        line-height: 28px;
    }
    .search-all .header-bottom__form input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 29px;
    }
    .search-all .header-bottom__form input::-moz-placeholder {
        font-size: 16px;
        line-height: 29px;
    }
    .search-all .header-bottom__form input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 29px;
    }
    .search-all .header-bottom__form input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 29px;
    }
    .search-all .header-bottom__form input::placeholder {
        font-size: 16px;
        line-height: 29px;
    }
    .search-all .header-bottom__form button::before {
        right: 16px;
        top: 7px;
        font-size: 22px;
    }
    .search-all .products__about-price span {
        font-size: 14px;
        line-height: 20px;
    }
    .search-all .products__about-price p {
        font-size: 14px;
        line-height: 20px;
        margin-left: 84px;
    }
    .search-all .products__about-price p span {
        margin-right: 0px;
    }
    .search-all .products__variations a {
        padding: 1px;
    }

    .members {
        padding-bottom: 99px;
    }
    .members__wrapper {
        padding-top: 0px;
    }
    .members__content {
        margin: 25px 0 -60px;
    }
    .members__item {
        width: 300px;
        padding: 0px 0px 97px 0px;
        margin-right: 80px;
    }
    .members__item img {
        max-width: 240px;
        max-height: 360px;
        margin-bottom: 36px;
    }
    .members__item span {
        margin-bottom: 18px;
    }
    .members__text {
        font-size: 14px;
        max-width: 100%;
    }

    .services {
        padding-bottom: 190px;
    }
    .services img {
        max-height: 353px;
        margin-bottom: 74px;
    }
    .services__wrapper {
        max-width: 740px;
    }
    .services__list li {
        padding-left: 19px;
    }

    .delivery {
        padding-bottom: 203px;
    }
    .delivery__main {
        width: 60%;
        max-width: 100%;
        padding: 0px 28px 0px 0px;
    }
    .delivery__text {
        font-size: 18px;
        margin-bottom: 29px;
    }
    .delivery__title {
        font-size: 22px;
        line-height: 31px;
        margin: 85px 0 49px;
    }
    .delivery__valid {
        margin-bottom: 35px;
    }
    .delivery__desc {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .delivery__cost {
        font-size: 18px;
        margin-bottom: 26px;
    }
    .delivery__list {
        margin-bottom: 26px;
    }
    .delivery__list li {
        font-size: 18px;
        padding-left: 19px;
    }
    .delivery__days {
        font-size: 18px;
        margin-bottom: 90px;
    }
    .delivery__pickup-title {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 37px;
    }
    .delivery__pickup-text {
        font-size: 18px;
    }
    .delivery__sidebar {
        width: 40%;
        padding: 20px 0px 0px 32px;
    }
    .delivery__sidebar > img {
        margin-bottom: 46px;
    }
    .delivery__sidebar a {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 0px 0px 50px;
    }
    .delivery__sidebar a i {
        top: -7px;
        right: auto;
        left: 0;
        font-size: 38px;
    }
    .delivery__sidebar a i img {
        top: 13px;
        width: 15px;
        height: 15px;
    }

    .single-uncos {
        padding-bottom: 192px;
    }
    .single-uncos .discount__btn i {
        margin-right: 7px;
        margin-left: 3px;
        font-size: 15px;
        vertical-align: -1px;
    }
    .single-uncos .single-uncos__btn {
        margin-bottom: 34px;
    }
    .single-uncos__wrapper {
        max-width: 886px;
    }
    .single-uncos__left {
        padding: 0px 20px 0px 0px;
    }
    .single-uncos__left img {
        margin-top: 28px;
        max-width: 200px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .single-uncos__right {
        padding: 63px 0px 0px 38px;
    }
    .single-uncos span {
        color: #707070;
        margin-bottom: 18px;
    }
    .single-uncos__img {
        margin: 0px 0px 36px;
        max-width: 680px;
    }
    .single-uncos__text {
        font-size: 18px;
        line-height: 30px;
        max-width: 626px;
    }
    .single-uncos__text + p {
        margin-top: 30px;
    }
    .single-uncos__social {
        margin-top: 77px;
    }
    .single-uncos__icons:not(:last-child) {
        margin-right: 125px;
    }
    .single-uncos__icons p {
        margin-bottom: 17px;
    }

    .info {
        padding-bottom: 212px;
    }
    .info h3 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 40px;
        margin-bottom: 47px;
    }
    .info__content {
        max-width: 740px;
    }
    .info__list li {
        padding-bottom: 24px;
    }
    .info__list li::before {
        top: 5px;
    }
    .info__list li::after {
        top: 5px;
        right: -1px;
        font-size: 26px;
    }
    .info__list li .info__link {
        font-size: 18px;
        line-height: 40px;
    }
    .info .info__sidebar {
        max-width: 442px;
        width: 100%;
        padding: 0px;
        margin: -90px 37px 0px 0px;
    }
    .info .info__sidebar img {
        max-width: 41px;
        max-height: 41px;
    }
    .info .info__sidebar h3 {
        font-size: 20px;
        line-height: 29px;
        margin: 0px 0px 0px 5px;
        vertical-align: 13px;
    }
    .info .info__sidebar p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 28px;
    }

    .es-note {
        padding: 22px 0 199px;
    }
    .es-note h1 {
        max-width: 483px;
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 68px;
    }
    .es-note h3 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 34px;
    }
    .es-note h3:not(:first-child) {
        margin-top: 85px;
    }
    .note__link {
        display: none;
    }
    .note__wrapper {
        max-width: 878px;
    }
    .note__link {
        font-family: "Roboto", sans-serif;
        margin-bottom: 50px;
    }
    .note__row {
        font-size: 18px;
        line-height: 28px;
    }
    .note__right {
        padding-left: 6px;
    }

    .shares {
        padding-bottom: 200px;
    }
    .shares .tabs__title a,
    .shares .tabs__title p
    {
        font-size: 20px;
        line-height: 30px;
        padding-right: 0px;
    }
    .shares .tabs__title a:not(:last-child),
    .shares .tabs__title p:not(:last-child) {
        margin-right: 86px;
    }
    .shares__wrapper {
        max-width: 708px;
    }
    .shares__box {
        padding: 57px 0;
        border-bottom: 1px solid #E0E0E0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .shares__box:not(:last-child) {
        padding: 57px 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .shares__box-img {
        width: 19%;
        margin-top: -13px;
    }
    .shares__box-img img {
        max-width: 100%;
        width: 120px;
        height: 120px;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .shares__box-content {
        width: 81%;
        padding-left: 15px;
    }
    .shares__box span {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .shares__box-title {
        color: #505050;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .shares__box p {
        margin-bottom: 20px;
    }
    .shares .pagination {
        margin: 60px 0px 0px 0px;
    }
    .shares .pagination li {
        margin: 0px 5px 0px 0px;
        text-align: center;
    }
    .shares .pagination a {
        width: 40px;
        height: 40px;
        line-height: 39px;
    }
    .shares .pagination__list {
        text-align: left;
    }

    .discount__products {
        padding-bottom: 199px;
    }
    .discount h2 {
        font-size: 26px;
        line-height: 37px;
    }
    .discount p {
        font-size: 18px;
    }
    .discount hr {
        margin: 84px 0 53px;
    }
    .discount__btn {
    }
    .discount__wrapper {
        max-width: 740px;
        padding-top: 20px;
    }
    .discount div a {
        font-size: 18px;
    }
    .discount__title {
        line-height: 30px;
        margin-top: 36px;
        margin-bottom: 30px;
    }
    .discount__text {
        margin-bottom: 30px;
    }
    .discount__text a {
        font-size: 18px;
    }
    .discount__list {
        margin-bottom: 40px;
    }
    .discount__list li {
        font-size: 18px;
    }
    .discount__list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .discount__list li::before {
        left: 0px;
    }

    .gallery {
        padding-bottom: 198px;
    }
    .gallery__subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-top: 6px;
    }
    .gallery__img {
        margin-bottom: 24px;
    }
    .gallery__title {
        font-size: 18px;
        line-height: 26px;
    }
    .gallery__content {
        margin: 0px -10px -86px -10px;
    }

    .contacts {
        padding-bottom: 213px;
    }
    .contacts__wrapper {
        padding-top: 26px;
    }
    .contacts__content {
        width: 68%;
        max-width: 780px;
        padding: 0;
    }
    .contacts__content > p {
        max-width: 100%;
    }
    .contacts__content > img {
        padding: 0px 162px;
    }
    .contacts__map {
        height: 494px;
        margin: 59px 0 120px;
    }
    .contacts__sidebar-btn {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 0px 0px 53px;
        margin-top: 39px;
    }
    .contacts__sidebar-btn i {
        top: -5px;
        left: 0;
        right: auto;
    }
    .contacts__sidebar-btn i img {
        right: 8px;
    }
    .contacts .contacts__sidebar-text {
        margin: 0px 0px 55px 0px;
        padding: 0;
    }
    .contacts .sidebar > .sidebar__box:first-child {
        padding: 0;
        border: none;
        margin-bottom: 88px;
    }

    .sidebar {
        padding: 0px 0px 0px 21px;
        width: 32%;
    }
    .sidebar h4 {
        margin-bottom: 7px;
    }
    .sidebar p {
        margin-bottom: 41px;
    }
    .sidebar__box:not(:last-child) {
        margin-bottom: 34px;
        padding-bottom: 32px;
    }
    .sidebar__box .sidebar__title {
        font-size: 22px;
        line-height: 31px;
        margin: 0px 0px 37px 0px;
    }
    .sidebar__box .sidebar__title--hide {
        display: none;
    }
    .sidebar__content {
        margin-top: 86px;
    }

    .toggle__title {
        font-size: 22px;
        line-height: 31px;
        display: block;
        cursor: pointer;
        position: relative;
        padding-bottom: 22px;
        margin-bottom: 46px;
        border-bottom: 1px solid #E0E0E0;
    }
    .toggle__title.active i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .toggle__title i {
        color: #AB201C;
        position: absolute;
        top: 1px;
        right: 4px;
        font-size: 26px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .payment {
        padding-bottom: 201px;
    }
    .payment__sidebar .sidebar__title {
        margin: 0px 0px 40px 0px;
    }
    .payment__sidebar p {
        font-size: 18px;
        margin-bottom: 37px;
    }
    .payment__sidebar p.text {
        line-height: 36px;
    }
    .payment__sidebar .sidebar__box:not(:last-child) {
        margin-bottom: 45px;
        padding-bottom: 37px;
    }
    .payment .numeric-list li {
        padding-left: 22px;
    }
    .payment .numeric-list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .payment .numeric-list li:before {
        left: 0;
    }
    .payment .toggle__title {
        font-size: 22px;
        line-height: 37px;
        padding-bottom: 21px;
    }
    .payment .toggle__title i {
        display: block;
        top: 5px;
        right: 1px;
        font-size: 25px;
    }
    .payment h3 {
        margin-bottom: 25px;
    }
    .payment__wrapper {
        padding-top: 24px;
    }
    .payment__content ol:not(:last-child) {
        border: none;
        padding-bottom: 0;
    }
    .payment__main {
        width: 68%;
        max-width: 740px;
        padding: 0;
    }
    .payment__text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 41px;
    }
    .payment__list-content {
        margin: 36px 0 30px -22px;
    }
    .payment__list-company {
        margin: 42px 0 26px 0;
    }
    .payment__documentation {
        margin-top: 71px;
    }
    .payment__documentation a {
        font-size: 18px;
        line-height: 30px;
    }

    .company {
        padding-bottom: 209px;
    }
    .company .sidebar .sidebar__box:not(:last-child) {
        margin-bottom: 60px;
        padding-bottom: 66px;
    }
    .company__wrapper {
        padding-top: 5px;
    }
    .company__content {
        width: 68%;
        max-width: 780px;
        padding: 0;
    }
    .company .company__text {
        font-size: 16px;
        line-height: 23px;
        max-width: 332px;
    }
    .company .certificate__img {
        margin-bottom: 30px;
    }
    .company .sidebar .certificate__link {
        margin-bottom: 60px;
    }
    .company__table {
        font-size: 16px;
    }
    .company .certificate__link, .company .download {
        font-size: 16px;
    }
}
@media (max-width: 1640px) {
    .catalog__btn {
        margin: -3px 0px 33px 0px;
    }
    .catalog__btn i {
        font-size: 18px;
        margin-right: 3px;
        margin-left: -1px;
        vertical-align: -3px;
    }
    .catalog h1 {
        margin: 2px 0px 45px 0px;
    }

    .articles {
        margin-top: 0px;
        padding-bottom: 71px;
    }
    .articles h2 {
        margin-bottom: 45px;
    }
    .articles__wrapper {
        padding-top: 70px;
    }
    .articles__content {
        margin: 0;
        max-width: 550px;
    }
    .articles__item {
        padding: 0;
        width: 100%;
    }
    .articles__item > a {
        width: 35%;
        padding-right: 7px;
    }
    .articles__item > a img {
        width: 100%;
    }
    .articles__item-content {
        width: 65%;
        padding-left: 31px;
        margin-bottom: -4px;
    }
    .articles__item-content p {
        margin-bottom: 31px;
    }
}
@media (max-width: 1439px) {
    .tabs__title a,
    .tabs__title p
    {
        font-size: 20px;
        padding-right: 12px;
    }
    .tabs__title a:not(:last-child),
    .tabs__title p:not(:last-child)
    {
        margin-right: 56px;
    }
    .tabs__title a span,
    .tabs__title p span {
        margin-left: 6px;
    }
    .tabs__content {
        padding-top: 40px;
    }

    .price {
        padding-bottom: 86px;
    }
    .price__download {
        margin: 0px 0px 24px 0px;
    }
    .price__tabs {
        margin-bottom: 28px;
    }
    .price__tabs span {
        padding: 1px 23px 1px 22px;
    }
    .price__toggle-title {
        font-size: 20px;
        padding-left: 25px;
    }
    .price__toggle-title .price__tablet {
    }
    .price__toggle-arrow {
    }
    .price__toggle-layer-2, .price__toggle-layer-3, .price__toggle-layer-4 {
        font-size: 18px;
    }
    .price__toggle-layer-2 {
        margin-top: 0px;
    }
    .price__toggle-layer-3 {
        margin-top: -3px;
        padding-left: 48px;
    }
    .price__toggle-layer-4 {
        margin-top: -1px;
        padding-left: 79px;
    }
    .price__table {
        margin: 25px 0px 14px 68px;
    }
    .price__row {
        font-size: 16px;
    }

    .product {
        width: 25%;
    }
    .product:nth-child(5) {
        border-top: none;
    }

    .uncos {
        padding: 12px 0 150px;
    }
    .uncos h2 {
        font-size: 26px;
        line-height: 37px;
    }
    .uncos__tablet {
        max-width: 790px;
    }
    .uncos__img {
        width: 18%;
    }
    .uncos__list {
        margin-bottom: 54px;
    }
    .uncos__content {
        width: 82%;
    }
    .uncos__content > span {
        font-size: 16px;
        line-height: 26px;
    }
    .uncos__title {
        margin-bottom: 11px;
    }
    .uncos h2.uncos__subtitle {
        font-size: 24px;
        line-height: 34px;
    }
    .uncos .pagination a {
        font-size: 16px;
    }
    .uncos .pagination li {
        margin: 0 3px;
    }

    .mistake {
        padding: 1px 0px 151px 0px;
        margin-top: 0px;
    }
    .mistake__wrapper {
        max-width: 716px;
    }
    .mistake__wrapper h1 {
        margin-bottom: 36px;
    }
    .mistake__wrapper p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 45px;
    }
    .mistake__wrapper p a {
        font-size: 18px;
        line-height: 30px;
    }
    .mistake__wrapper > a {
        font-size: 16px;
        padding: 14px;
        min-width: 200px;
    }

    .item__products {
        padding-bottom: 120px;
    }
    .es-item h1 {
        margin: 4px 0px 42px 0px;
    }
    .es-item hr {
        margin-bottom: 53px;
    }
    .item__brand + p {
        margin-bottom: 53px;
    }
    .item__rating p:not(:last-child) {
        margin-right: 60px;
    }

    .search h1 {
        margin: 2px 0 42px;
    }
    .search__box a {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .search__box p {
        font-size: 18px;
    }

    .search-all {
        padding-bottom: 94px;
    }
    .search-all__text {
        padding-bottom: 171px;
    }
    .search-all h1 {
        margin: 2px 0 31px;
    }
    .search-all h1 span {
        margin-left: 33px;
    }
    .search-all .header-bottom__form {
        margin: 0px 0px 45px 0px;
    }
    .search-all .header-bottom__form button {
        position: static;
    }
    .search-all .products__about-price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .search-all .products__about-price span {
        margin: 0;
    }
    .search-all .products__about-price p {
        margin-left: 124px;
    }
    .search-all .products__variations {
        margin-bottom: 25px;
    }

    .services {
        padding-bottom: 129px;
    }
    .services__list li {
        padding-left: 18px;
    }

    .delivery {
        padding-bottom: 143px;
    }
    .delivery__main {
        padding: 0px 28px 0px 0px;
    }
    .delivery__title {
        margin: 85px 0 39px;
    }
    .delivery__valid {
        margin-bottom: 31px;
    }
    .delivery__desc {
        margin-bottom: 31px;
    }
    .delivery__sidebar {
        padding: 27px 0px 0px 47px;
    }
    .delivery__sidebar > img {
        height: 318px;
    }

    .info__content {
        max-width: 680px;
    }
    .info .info__sidebar {
        max-width: 374px;
        margin: -89px 6px 0px 0px;
    }
    .info .info__sidebar p {
        margin-top: 17px;
    }

    .shares {
        padding: 12px 0px 200px 0px;
    }
    .shares__wrapper {
        max-width: 795px;
    }
    .shares .tabs__content {
        margin-top: -15px;
    }
    .shares__box {
        padding: 57px 0 56px;
    }
    .shares__box:not(:last-child) {
        padding: 57px 0 56px;
    }
    .shares__box span {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 13px;
    }
    .shares__box p {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .shares__box-title {
        margin-bottom: 19px;
    }
    .shares__box-img {
        width: 17%;
    }
    .shares__box-content {
        width: 83%;
        padding-left: 14px;
    }

    .discount__products {
        padding-bottom: 138px;
    }
    .discount__wrapper {
        padding-top: 6px;
    }
    .discount__title {
        margin-top: 35px;
    }

    .gallery {
        padding-bottom: 158px;
    }
    .gallery__subtitle {
        margin-top: 7px;
        padding-right: 18%;
    }
    .gallery__title {
        padding-right: 20%;
    }
    .gallery__content {
        margin: 0px -10px -83px -10px;
    }
    .gallery__item {
        width: 33.33%;
    }
    .gallery img {
        width: 100%;
    }

    .contacts {
        padding-bottom: 147px;
    }
    .contacts__wrapper {
        padding-top: 22px;
    }
    .contacts__content {
        max-width: 680px;
        width: 65%;
    }
    .contacts__content > img {
        padding: 0px 141px;
    }
    .contacts__map {
        height: 431px;
        margin: 59px 0 59px;
    }
    .contacts .contacts__sidebar-text {
        margin: -5px 0px 55px 0px;
    }

    .sidebar {
        width: 35%;
        padding: 0px 0px 0px 23px;
    }
    .sidebar h4 {
        margin-bottom: 8px;
    }
    .sidebar__box:not(:last-child) {
        margin-bottom: 34px;
        padding-bottom: 30px;
    }

    .toggle__title {
        margin-bottom: 47px;
    }
    .toggle__title i {
        top: 2px;
        right: -2px;
    }

    .payment {
        padding-bottom: 120px;
    }
    .payment .numeric-list li {
        padding-left: 21px;
    }
    .payment .numeric-list li::before {
        left: -1px;
    }
    .payment .toggle__title {
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 24px;
    }
    .payment .toggle__title i {
        top: 2px;
        right: 0px;
    }
    .payment__wrapper {
        padding-top: 6px;
    }
    .payment__main {
        max-width: 660px;
        width: 65%;
    }
    .payment__text {
        margin-bottom: 27px;
    }
    .payment__list-content {
        margin: 37px 0 30px -22px;
    }
    .payment__list-company {
        margin: 42px 0 28px 0;
    }
    .payment__documentation {
        margin-top: 76px;
    }
    .payment__documentation a:not(:last-child) {
        margin-bottom: 40px;
    }

    .company {
        padding-bottom: 222px;
    }
    .company__wrapper {
        padding-top: 0;
    }
    .company__content {
        max-width: 679px;
        width: 65%;
    }
    .company .sidebar {
        padding-top: 37px;
    }
    .company .company__text {
        max-width: 100%;
    }
    .company .download {
        line-height: 30px;
        padding-left: 48px;
    }
    .company .download + a {
        margin-top: 40px;
    }
    .company .download i {
        font-size: 39px;
        top: -9px;
    }
    .company .download i img {
        top: 13px;
        left: 9px;
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 1365px) {
    .catalog__btn {
        margin: -3px 0px 34px 0px;
    }
    .catalog h1 {
        margin: 1px 0px 44px 0px;
    }

    .articles h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .select2-container {
        max-width: 380px;
    }

    .price__download form {
        max-width: 670px;
    }
    .price__toggle-title {
    }
    .price__toggle-title .price__tablet {
    }
    .price__toggle-title .price__tablet i {
    }
    .price__toggle-arrow {
    }
    .price__toggle-layer-2, .price__toggle-layer-3, .price__toggle-layer-4 {
        margin: 0;
    }
    .price__table {
        margin: 8px 0px 10px 78px;
    }

    .articles h2 {
        margin-bottom: 30px;
    }

    .uncos .pagination li {
        margin: 0 5px;
    }

    .mistake {
        padding: 48px 0 100px;
    }

    .members {
        padding-bottom: 60px;
    }
    .members__item {
        width: 33.33%;
        margin: 0;
        padding: 0px 60px 90px 0px;
    }
    .members__item img {
        margin-bottom: 20px;
    }
    .members__text {
        margin: 0px -30px 0px 0px;
        max-width: 450px;
    }

    .delivery__main {
        padding: 0px 5px 0px 0px;
    }
    .delivery__sidebar {
        padding: 0px 0px 0px 25px;
    }
    .delivery__sidebar > img {
        height: 280px;
    }

    .info__content {
        max-width: 100%;
        width: 66.66%;
        padding: 0px 15px 0px 0px;
    }
    .info .info__sidebar {
        max-width: 100%;
        width: 33.34%;
        margin: -89px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
    }
    .info__list li {
        padding-right: 30px;
    }

    .gallery__content {
        margin: 0px -10px -60px -10px;
    }
    .gallery__item {
    }
    .gallery__img {
        max-height: 100%;
        height: auto;
    }

    .contacts__content {
        max-width: 100%;
        padding: 0px 15px 0px 0px;
    }
    .contacts__content > p {
        max-width: 570px;
    }
    .contacts__sidebar-btn {
        font-size: 14px;
        padding: 0px 0px 0px 41px;
        margin: 0;
    }
    .contacts__sidebar-btn i {
        font-size: 36px;
        top: -4px;
    }
    .contacts__sidebar-btn i img {
        top: 12px;
        left: 7px;
        width: 14px;
        height: 14px;
    }
    .contacts .sidebar > .sidebar__box:first-child {
        margin-bottom: 60px;
    }

    .sidebar {
        padding: 0px 0px 0px 15px;
    }

    .payment__main {
        max-width: 100%;
        padding: 0px 30px 0px 0px;
    }

    .company__content {
        padding-right: 30px;
    }

    .footer__logo img
    {
        width:145px;
        height:30px;
    }

}
@media (max-width: 991px) {
    .price {
        padding-bottom: 75px;
    }
    .price__toggles {
        max-width: 100%;
    }
    .price__toggle-title .price__tablet {
    }
    .price__table {
        max-width: 660px;
    }
    .price__head p:nth-child(1) {
        width: 185px;
    }
    .price__head p:nth-child(2) {
        width: 213px;
    }
    .price__row p:nth-child(1) {
        width: 185px;
    }
    .price__row p:nth-child(2) {
        width: 213px;
    }

    .product {
        width: 33.33%;
    }
    .product:nth-child(4) {
        border-top: none;
    }

    .catalog-product {
        margin-top: -13px;
    }
    .catalog__btn {
        margin: 0px 0px 39px 0px;
    }
    .catalog h1 {
        margin: -13px 0px 30px 0px;
    }

    .articles {
        margin-top: -2px;
        padding-bottom: 49px;
    }
    .articles h2 {
        margin-bottom: 24px;
    }
    .articles__wrapper {
        padding-top: 46px;
    }
    .articles__item > a {
        padding-right: 6px;
    }
    .articles__item-content {
        margin-bottom: -2px;
    }

    .uncos__tablet {
        max-width: 100%;
    }
    .uncos__items {
        max-width: 100%;
    }
    .uncos__list {
        min-width: 100%;
        min-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        margin: 0px 0px 40px 0;
    }
    .uncos__list::-webkit-scrollbar {
        display: none;
    }
    .uncos__list li {
        min-width: 68px;
    }
    .uncos__list li {
        margin: 0px 0px 0px 5px;
    }
    .uncos__load {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        margin: 0px 0px 0px 5px;
    }

    .item__brand + p {
        margin-bottom: 30px;
    }

    .search__box {
        max-width: 100%;
        width: 100%;
    }
    .search .products__items .product {
        width: 33.33%;
    }

    .search-all h1 span {
        margin-left: 20px;
    }

    .members {
        padding-bottom: 30px;
    }
    .members__content {
        margin: 10px 0 -30px;
    }
    .members__item {
        padding: 0px 60px 60px 0px;
    }
    .members__item img {
        max-height: 260px;
    }
    .members__item span {
        font-size: 14px;
        line-height: 18px;
    }
    .members__title {
        line-height: 24px;
        font-size: 18px;
    }
    .members__text {
        line-height: 20px;
    }

    .delivery__main {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .delivery__sidebar {
        width: 100%;
        padding: 0;
    }

    .single-uncos__left {
        width: 30%;
        padding: 0;
    }
    .single-uncos__right {
        width: 70%;
    }

    .note__wrapper {
        max-width: 100%;
        width: 100%;
    }
    .note__left {
        max-width: 100%;
        width: 50%;
        padding: 0px 15px 0px 0px;
    }
    .note__right {
        padding: 0px 0px 0px 15px;
    }

    .shares__wrapper {
        max-width: 100%;
    }

    .gallery__subtitle {
        padding-right: 0%;
    }
    .gallery__img {
        margin-bottom: 15px;
    }
    .gallery__title {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }

    .gallery-single .portico__item span {
        font-size: 16px;
    }

    .contacts__content {
        width: 100%;
        padding: 0;
        margin-bottom: 80px;
    }
    .contacts__content > p {
        max-width: 100%;
    }
    .contacts__sidebar-link:not(:last-child) {
        margin-right: 40px;
    }
    .contacts__sidebar-btn {
        font-size: 16px;
        padding: 0px 0px 0px 55px;
    }
    .contacts__sidebar-btn i {
        top: -5px;
        font-size: 42px;
    }
    .contacts__sidebar-btn i img {
        width: 16px;
        height: 16px;
        top: 13px;
        left: 9px;
    }

    .sidebar {
        width: 100%;
        padding: 0;
    }

    .payment__main {
        max-width: 100%;
        width: 100%;
        margin-bottom: 120px;
        padding: 0;
    }
    .payment__documentation {
        margin-right: 30px;
    }

    .company__content {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-bottom: 80px;
    }
    .company .download:not(:last-child) {
        margin-right: 40px;
    }
    .company .certificate__link {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .tabs__title a,
    .tabs__title p {
        font-size: 18px;
        padding: 0px 20px 14px 0px;
    }
    .tabs__title a:not(:last-child),
    .tabs__title p:not(:last-child) {
        margin-right: 35px;
    }
    .tabs__title a span,
    .tabs__title p span {
        margin-left: 5px;
    }

    .price {
        padding-bottom: 65px;
    }
    .price__download {
        padding-bottom: 17px;
        margin-bottom: 14px;
    }
    .price__tabs {
        margin: 0px -4px 6px 0px;
    }
    .price__tabs span {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 16px 8px 16px;
        margin-bottom: 13px;
        min-width: 80px;
    }
    .price__tabs span:not(:last-child) {
        margin-right: 3px;
    }
    .price__tablet {
        font-size: 14px;
        line-height: 24px;
    }
    .price__tablet i {
        font-size: 20px;
    }
    .price__all {
        font-size: 14px;
        line-height: 24px;
        margin-left: 39px;
    }
    .price__all i {
        font-size: 20px;
    }
    .price__toggle-title {
        font-size: 16px;
        padding-left: 24px;
        position: relative;
    }
    .price__toggle-title .price__tablet {
        font-size:0px!important;
    }
    .price__toggle-title .price__tablet i {
    }
    .price__toggle-arrow {
    }
    .price__toggle-layer-2, .price__toggle-layer-3, .price__toggle-layer-4 {
        font-size: 14px;
    }
    .price__toggle-layer-3 {
        margin-top: -1px;
        padding-left: 25px;
    }
    .price__toggle-layer-3 i {
        left: 0;
    }
    .price__toggle-layer-4 {
        margin-top: -1px;
        padding-left: 27px;
    }
    .price__toggle-layer-4 i {
        left: 0px;
    }
    .price__table {
        max-width: 100%;
        margin: 19px 0px 15px 0px;
    }
    .price__head {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 8px;
    }
    .price__head p:nth-child(1) {
        width: 114px;
    }
    .price__head p:nth-child(2) {
        width: 102px;
    }
    .price__head p:nth-child(3) {
        width: 59px;
    }
    .price__head p:nth-child(4) {
        width: 56px;
    }
    .price__toggle-content
    {
        padding-left:10px;
    }
    .price__row {
        font-size: 14px;
    }
    .price__row p:nth-child(1) {
        width: 114px;
    }
    .price__row p:nth-child(2) {
        width: 102px;
    }
    .price__row p:nth-child(3) {
        width: 59px;
        padding-right: 13px;
        text-align: center;
    }
    .price__row p:nth-child(4) {
        width: 56px;
    }

    .catalog-product {
        margin-top: -16px;
    }
    .catalog__btn {
        margin: 0px 0px 42px 0px;
    }
    .catalog h1 {
        margin: -16px 0px 30px 0px;
    }

    .articles {
        margin-top: 1px;
        padding-bottom: 54px;
    }
    .articles h2 {
        margin-bottom: 22px;
    }
    .articles__wrapper {
        padding-top: 47px;
    }
    .articles__item > a {
        padding-right: 9px;
    }
    .articles__item-content {
        padding-left: 1px;
        margin-bottom: -7px;
    }
    .articles__item-content p {
        margin-bottom: 21px;
    }

    .social {
        padding: 25px 0;
    }
    .social__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .social__wrapper p {
        margin-right: 11px;
    }
    .social__networks {
        margin: 0px 0px 25px 0px;
    }

    .product {
        width: 50%;
    }
    .product:nth-child(3) {
        border-top: none;
    }

    .uncos {
        padding: 0px 0 120px;
        margin-top: -4px;
    }
    .uncos h1 {
        display: none;
    }
    .uncos h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 13px;
    }
    .uncos p {
        -webkit-line-clamp: 3;
        height: 120px;
    }
    .uncos__list {
        margin: 0px 0px 43px 0px;
    }
    .uncos__list li {
        margin: 0px 0px 0px 10px;
    }
    .uncos__img {
        width: 100%;
        padding: 0;
        margin-bottom: 19px;
    }
    .uncos__img img {
        width: 180%;
        height: 180px;
    }
    .uncos__img a {
        max-width: 180px;
        max-height: 180px;
    }
    .uncos__content {
        width: 100%;
        padding: 0;
    }
    .uncos__content > span {
        font-size: 14px;
    }
    .uncos__title {
        font-size: 18px;
    }
    .uncos__unit {
        padding: 30px 0;
    }
    .uncos__tablet {
        margin-bottom: 43px;
    }
    .uncos__box {
        padding: 30px 0px;
    }
    .uncos__items {
        margin: 0px 0px 46px 0px;
    }
    .uncos .pagination {
        text-align: center;
    }
    .uncos .pagination li {
        margin: 0 2.5px;
    }

    .mistake {
        padding: 12px 0 185px;
    }
    .mistake__wrapper img {
        max-width: 248px;
        max-height: 166px;
        margin-bottom: 25px;
    }
    .mistake__wrapper h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 37px;
    }
    .mistake__wrapper p {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 36px;
    }
    .mistake__wrapper p a {
        font-size: 16px;
        line-height: 26px;
    }
    .borfrezy-table {
        font-size: 10px;
        line-height: 16px;
    }
    .es-item .container {
        padding: 0;
    }
    .es-item h1 {
        font-size: 22px;
        line-height: 31px;
        margin: -1px 16px 40px 16px;
    }
    .es-item h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0px 16px 33px 16px;
    }
    .es-item ol {
        margin-left: 33px;
    }
    .es-item p {
        font-size: 16px;
        line-height: 26px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .es-item ol, .es-item table {
        font-size: 16px;
    }
    .es-item h2,
    .es-item h3,
    .es-item h4,
    .es-item h5,
    .es-item h6 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .es-item .item__wrapper > table {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 16px - 16px);
    }
    .es-item hr {
        margin: 0 16px 32px;
    }
    .es-item p.item__title {
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 31px 0px;
    }
    .es-item p.item__sub-title {
        font-size: 18px;
        line-height: 26px;
        margin: 44px 0 41px;
    }
    .item__banner {
        height: 219px;
    }
    .item__list {
        margin: 14px 16px 30px;
    }
    .item__list li {
        font-size: 16px;
        line-height: 26px;
        padding-left: 18px;
    }
    .item__list li:not(:last-child) {
        margin-bottom: 23px;
    }
    .item__list li::before {
        width: 6px;
        height: 6px;
        top: 10px;
        left: 1px;
    }
    .item__list-numeric {
        margin: 14px 16px 30px;
    }
    .item__list-numeric li {
        font-size: 16px;
        line-height: 26px;
        padding-left: 18px;
    }
    .item__list-numeric li:not(:last-child) {
        margin-bottom: 23px;
    }
    .item__list-numeric li::before {
        width: 6px;
        height: 6px;
        left: 1px;
    }
    .item__brand {
        margin: 41px 0 21px;
    }
    .item__brand + p {
        line-height: 30px;
        margin-bottom: 46px;
    }
    .item__tool {
        height: 150px;
        margin: 61px 0px 67px 0px;
    }
    .item__rating {
        padding-bottom: 37px;
    }
    .item__rating p {
        font-size: 12px;
        line-height: 17px;
    }
    .item__rating p:not(:last-child) {
        margin-right: 7px;
        margin-bottom: 16px;
    }
    .item__rating span {
        display: block;
    }
    .item__rating span::before {
        margin-right: 3px;
    }
    .item__rating span::after {
        margin-left: 3px;
    }
    .item__table {
        margin-bottom: 37px;
    }
    .item__row {
        padding: 15px 12px 15px 17px;
    }
    .item__row > div {
        margin: -2px 0px 0px -11px;
    }
    .item__row p {
        width: 124px;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        margin: 0;
    }
    .item__row span {
        margin: 0px 0px 0px 11px;
        padding: 0;
    }
    .item__head {
        padding: 15px 12px 15px 17px;
    }
    .item__head p {
        font-size: 16px;
        line-height: 26px;
    }
    .item__head span {
        font-size: 16px;
        line-height: 26px;
    }
    .item__hss {
        width: 60px;
    }
    .item__tct {
        width: 60px;
    }
    .item__tct-rail {
        width: 60px;
    }
    .item__btn {
        margin: 59px 0px 0px 0px;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .search__box:not(:last-child) {
        margin-bottom: 41px;
    }
    .search__box a {
        font-size: 18px;
        margin-bottom: 23px;
    }
    .search__box p {
        font-size: 16px;
        line-height: 26px;
    }
    .search .products__items .product {
        width: 50%;
    }

    .search-all .tabs__content {
        padding-top: 30px;
    }
    .search-all .search-all__text {
        padding-top: 35px;
    }
    .search-all__text {
        padding-bottom: 98px;
    }
    .search-all .header-bottom__form {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .members__item {
        width: 50%;
    }

    .services {
        padding-bottom: 130px;
    }
    .services .container {
        padding: 0;
    }
    .services h1 {
        margin: -1px 16px 41px;
    }
    .services p {
        padding: 0 16px;
    }
    .services img {
        max-height: 220px;
        margin-bottom: 56px;
        height: auto;
    }
    .services__list {
        margin: 0 16px 25px 16px;
    }
    .services__list li {
        padding-left: 15px;
    }
    .services__list li::before {
        width: 6px;
        height: 6px;
        top: 11px;
        left: -1px;
    }

    .delivery {
        padding-bottom: 50px;
    }
    .delivery .container {
        padding: 0;
    }
    .delivery__main {
        padding: 0 16px;
    }
    .delivery__text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .delivery__title {
        font-size: 20px;
        line-height: 30px;
        margin: 81px 0 29px;
    }
    .delivery__title br {
        display: block;
    }
    .delivery__valid {
        font-size: 16px;
        line-height: 24px;
    }
    .delivery__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 29px;
    }
    .delivery__cost {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .delivery__list {
        margin-bottom: 29px;
    }
    .delivery__list li {
        font-size: 16px;
        line-height: 24px;
    }
    .delivery__list li::before {
        top: 1px;
    }
    .delivery__list li:not(:last-child) {
        margin: 0px 0px 33px 0px;
    }
    .delivery__days {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 81px;
    }
    .delivery__pickup-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 27px;
    }
    .delivery__pickup-text {
        font-size: 16px;
        line-height: 24px;
    }
    .delivery__pickup-text span {
        display: block;
        margin-bottom: 16px;
    }
    .delivery__sidebar {
        padding: 0;
        margin-bottom: 40px;
    }
    .delivery__sidebar > img {
        max-height: 240px;
        object-fit: cover;
        margin: 25px 0 36px 16px;
    }
    .delivery__sidebar > h2 {
        display: block;
        font-size: 24px;
        line-height: 28px;
        margin: -3px 16px 40px 16px;
    }
    .delivery__sidebar a {
        margin: 0 16px;
    }

    .single-uncos__left {
        width: 100%;
        padding: 0 0 54px;
    }
    .single-uncos__left img {
        margin: 28px 0 0px 0;
    }
    .single-uncos__right {
        width: 100%;
        padding: 0;
    }
    .single-uncos__wrapper {
        max-width: 100%;
    }
    .single-uncos__wrapper span {
        margin: 0 0 18px;
    }
    .single-uncos__img {
        max-width: 100%;
    }
    .single-uncos__text {
        font-size: 0;
        margin: 0 0;
        max-width: 100%;
    }
    .single-uncos__social {
        margin: 37px 15px 0px 15px;
    }
    .single-uncos__icons:not(:last-child) {
        margin-right: 45px;
    }

    .numeric-list li {
        font-size:16px;
    }
    .numeric-list li:not(:last-child) {
        margin-bottom: 14px;
    }

    .info {
        padding-bottom: 198px;
    }
    .info h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 33px;
    }
    .info .numeric-list:not(:last-child) {
        margin-bottom: 55px;
    }
    .info .list__mobile li:not(:last-child) {
        margin-bottom: 38px;
    }
    .info__list {
        margin-top: -24px;
    }
    .info__list li {
        margin: 0;
        padding: 24px 30px 24px 30px;
    }
    .info__list li:not(:last-child) {
        margin: 0;
    }
    .info__list li .info__link {
        font-size: 16px;
        line-height: 26px;
    }
    .info__list li::before {
        top: 24px;
    }
    .info__list li::after {
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        right: 0px;
        font-size: 22px;
    }
    .info__mobile {
        display: block;
        margin-bottom: 47px;
        font-size: 16px;
        line-height: 23px;
        color: #AB201C;
        background: rgba(171, 32, 28, 0.05);
        border-radius: 50px;
        padding: 6px 19px 6px 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .info__mobile i {
        font-size: 16px;
        margin-right: 10px;
    }
    .info__mobile:hover {
        color: #FFF;
        background: #AB201C;
    }
    .info__content {
        width: 100%;
        padding: 0;
    }
    .info .info__sidebar {
        display: none;
        margin: 0;
        padding: 0 15px;
        position: fixed;
        z-index: 1501;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -49.9%);
        transform: translate(0%, -49.9%);
        width: 100%;
    }
    .info .sidebar__box {
        margin: 0;
        padding: 40px 20px 64px;
        background: #FFF;
        position: relative;
        text-align: center;
    }
    .info .sidebar__box img {
        display: block;
        max-width: 40px;
        max-height: 40px;
        margin: 0 auto 26px;
    }
    .info .sidebar__box h3 {
        vertical-align: 0px;
        margin: 0px 0px 16px 0px;
        font-size: 22px;
        line-height: 26px;
    }
    .info .sidebar__box p {
        font-size: 16px;
        line-height: 24px;
    }
    .info__close {
        display: inline-block;
        position: absolute;
        top: 17px;
        right: 16px;
        font-size: 24px;
        padding: 0;
        color: #333333;
        background: transparent;
    }
    .info__close:hover {
        color: #AB201C;
    }

    .es-note {
        padding: 0px 0px 120px 0px;
    }
    .es-note h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .es-note h3 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 28px;
    }
    .es-note h3:not(:first-child) {
        margin-top: 61px;
    }
    .note__link {
        margin-bottom: 40px;
    }
    .note__row {
        font-size: 14px;
        line-height: 21px;
        min-height: 79px;
        padding: 18px 0 18px;
    }
    .note__head {
        padding: 10px 0;
        min-height: 40px;
    }
    .note__left {
        padding: 0px 9px 0px 0px;
    }
    .note__right {
        padding: 0px 0px 0px 9px;
    }
    .note__btn {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        padding: 11px 52px 11px 42px;
    }

    .shares {
        padding: 0px 0px 140px 0px;
    }
    .shares .tabs__title {
        display: none;
    }
    .shares .tabs__title--mobile {
        display: block;
    }
    .shares .tabs__title a,
    .shares .tabs__title p {
        font-size: 18px;
        line-height: 30px;
    }
    .shares .tabs__title a:not(:last-child),
    .shares .tabs__title p:not(:last-child) {
        margin-right: 65px;
    }
    .shares .tabs__content {
        margin-top: 10px;
    }
    .shares__box {
        padding: 30px 0 27px;
    }
    .shares__box:not(:last-child) {
        padding: 30px 0 27px;
    }
    .shares__box span {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .shares__box-title {
        font-size: 18px;
    }
    .shares__box p {
        line-height: 24px;
        margin-bottom: 23px;
    }
    .shares__box-img {
        width: 100%;
        margin-bottom: 19px;
    }
    .shares__box-img img {
        width: 180px;
        height: 180px;
    }
    .shares__box-content {
        width: 100%;
        padding: 0;
    }
    .shares .pagination {
        margin: 51px 0px -20px 0px;
    }
    .shares .pagination__list {
        text-align: center;
    }
    .shares .pagination li {
        margin: 0px 2.5px 0px 2.5px;
    }

    .discount__products {
        padding-bottom: 99px;
    }
    .discount .discount__btn {
        padding-left:16px;
    }
    .discount .container {
        padding: 0;
    }
    .discount h1 {
        margin: -21px 16px 29px 16px;
    }
    .discount h2 {
        margin: 0px 16px 32px;
        font-size: 24px;
        line-height: 34px;
    }
    .discount img {
        max-width: 100%;
        margin-bottom: 36px;
    }
    .discount p {
        margin-left: 16px;
        margin-right: 16px;
    }
    .discount hr {
        margin: 78px 16px 33px;
    }
    .discount__wrapper {
        padding-top: 0;
    }
    .discount__wrapper > div {
        margin: 0px 16px 0px;
    }
    .discount__wrapper > div a {
        font-size: 16px;
        line-height: 40px;
    }
    .discount .discount__text {
        margin-bottom: 37px;
        font-size: 16px;
        line-height: 26px;
    }
    .discount .discount__text--mobile {
        display: block;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 36px;
    }
    .discount .discount__text--mobile a {
        font-size: 16px;
        line-height: 26px;
        color: #AB201C;
    }
    .discount .discount__text--mobile a:hover {
        color: #333333;
    }
    .discount .discount__text a {
        font-size: 16px;
        line-height: 26px;
    }
    .discount .discount__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 23px;
        margin-top: 33px;
    }
    .discount .discount__list {
        margin: 0px 16px 0px;
    }
    .discount .discount__list li {
        font-size: 16px;
        line-height: 26px;
        padding-left: 22px;
    }
    .discount .discount__list li::before {
        left: 1px;
    }
    .discount .discount__list li:not(:last-child) {
        margin-bottom: 24px;
    }
    .discount .discount__list li a {
        font-size: 16px;
        line-height: 26px;
    }
    .discount__bottom {
        display: none;
    }

    .gallery__item {
        width: 50%;
    }

    .portico .slick-initialized .slick-slide.portico__item {
        display: block;
    }

    .contacts {
        padding-bottom: 128px;
    }
    .contacts .container {
        padding: 0;
    }
    .contacts .sidebar > .sidebar__box:first-child {
        margin-bottom: 120px;
    }
    .contacts .contacts__sidebar-text {
        font-size: 16px;
        line-height: 26px;
        margin: -12px 0px 49px 0px;
    }
    .contacts h1 {
        margin: -2px 15px 34px 15px;
    }
    .contacts__wrapper {
        padding-top: 0px;
    }
    .contacts__content {
        margin-bottom: 79px;
    }
    .contacts__content > p {
        padding: 0px 15px;
    }
    .contacts__content > img {
        padding: 0px 93px 0px 80px;
        margin-bottom: 67px;
    }
    .contacts__content .contacts__sidebar-btn {
        display: block;
        margin: 0px 15px;
        padding: 0px 0px 0px 53px;
    }
    .contacts__content .contacts__sidebar-btn i img {
        top: 14px;
        left: 8px;
    }
    .contacts__map {
        height: 219px;
        margin: 54px 0 61px;
    }

    .sidebar {
        padding: 0 15px;
    }
    .sidebar .contacts__sidebar-btn {
        display: none;
    }
    .sidebar h4 {
        margin-bottom: 7px;
    }
    .sidebar p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 27px;
    }
    .sidebar a {
        font-size: 18px;
        line-height: 30px;
    }
    .sidebar__box .sidebar__title {
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 40px 0px;
    }

    .toggle__title {
        margin-bottom: 43px;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 26px;
    }
    .toggle__title i {
        top: 1px;
        right: 1px;
    }

    .payment {
        padding-bottom: 137px;
    }
    .payment__sidebar .sidebar__box:not(:last-child) {
        margin-bottom: 60px;
        padding-bottom: 0;
        border: none;
    }
    .payment .container {
        padding: 0;
    }
    .payment .numeric-list li {
        line-height: 23px;
        padding-left: 17px;
    }
    .payment .numeric-list li a {
    }
    .payment .numeric-list li::before {
        left: 0px;
    }
    .payment .toggle__title {
        font-size: 18px;
        line-height: 26px;
        padding-right: 61px;
        padding-bottom: 14px;
        margin-bottom: 30px;
    }
    .payment .toggle__title i {
        top: 19%;
    }
    .payment .sidebar__title {
        margin-bottom: 23px;
    }
    .payment .sidebar p {
        font-size: 16px;
        line-height: 23px;
    }
    .payment__wrapper {
        padding-top: 0px;
    }
    .payment__main {
        padding: 0 0px 40px;
        margin: 0px 15px 38px;
        border-bottom: 1px solid #E0E0E0;
    }
    .payment__text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .payment__list p:last-child {
        line-height: 26px;
    }
    .payment__list-content {
        margin: 30px 0 30px -17px;
    }
    .payment__list-company {
        margin: 31px 0 23px 0;
    }
    .payment__list-company img {
        max-width: 72px;
        max-height: 51px;
    }
    .payment__documentation {
        margin: 38px 0px 0px 0px;
    }
    .payment__documentation a {
        font-size: 16px;
        line-height: 30px;
    }
    .payment__documentation a:not(:last-child) {
        margin-bottom: 21px;
    }

    .company {
        padding-bottom: 131px;
    }
    .company .container {
        padding: 0;
    }
    .company__content {
        margin: 0;
        padding: 0 15px;
    }
    .company__table {
        flex-direction: column;
        gap: 32px;
    }
    .company__img_pro {
        margin-bottom: 8px;
    }
}
@media (max-width: 479px) {
    .tabs__content {
        padding-top: 35px;
    }

    .catalog__btn {
        margin: 0px 0px 42px 0px;
    }

    .articles h2 {
        margin-bottom: 14px;
    }
    .articles__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .articles__item > a {
        width: 28%;
        padding-right: 7px;
        margin-top: 9px;
    }
    .articles__item-content {
        width: 72%;
        padding-left: 3px;
    }
    .articles__item-content p {
        margin-bottom: 1px;
    }

    .search h1 {
        font-size: 24px;
        line-height: 34px;
        margin: 0px 0 44px;
    }
    .search .products__filters-subtitle h2 {
        text-align: center;
        margin: 0;
        font-size: 20px;
        line-height: 29px;
    }
    .search .products__items .product {
        width: 100%;
    }

    .search-all h1 {
        margin: 0px 0 33px;
    }
    .search-all h1 span {
        font-size: 16px;
        line-height: 23px;
        margin-left: 23px;
    }
    .search-all .product {
        width: 100%;
    }
    .search-all .header-bottom__form {
        margin: 0px 0px 44px 0px;
    }
    .search-all .header-bottom__form input {
        padding: 6px 55px 8px 9px;
    }
    .search-all .header-bottom__form button::before {
        right: 11px;
    }
    .search-all .products__variations {
        margin-bottom: 6px;
    }
    .search-all .tabs__title {
        display: none;
    }
    .search-all .tabs__title--mobile {
        display: block;
    }

    .members {
        padding-bottom: 172px;
    }
    .members__content {
        margin: 10px 0 -10px;
    }
    .members__item {
        width: 100%;
        padding: 0px 0px 40px 0px;
    }
    .members__item img {
        max-width: 200px;
        max-height: 300px;
        margin: 25px 0 36px;
    }
    .members__item span {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 17px;
    }
    .members__title {
        font-size: 20px;
        line-height: 29px;
    }
    .members__text {
        margin: 0;
        max-width: 100%;
        line-height: 24px;
    }

    .gallery {
        padding-bottom: 153px;
    }
    .gallery__subtitle {
        padding-right: 12%;
    }
    .gallery__content {
        margin: 0px 0px -56px 0px;
    }
    .gallery__item {
        width: 100%;
    }
    .gallery__title {
        font-size: 18px;
        line-height: 26px;
        padding-right: 14%;
    }
    .gallery__img {
        margin-bottom: 24px;
    }

    .gallery-single .portico__wrapper {
        padding: 174px 0 30px;
    }
    .gallery-single .portico__close {
        top: 59px;
    }
    .gallery-single .portico__item span {
        display: none;
    }
    .gallery-single .portico__slider {
        max-width: 345px;
    }
    .gallery-single .portico__item {
        height: 260px;
    }
    .gallery-single .portico__slider {
        margin-bottom: 100px;
    }
    .borfrezy-table {
        font-size: 8px;
        line-height: 13px;
    }
}
@media (max-width: 374px) {
    .tabs__title a,
    .tabs__title p
    {
        font-size: 17px;
        padding: 0px 15px 10px 0px;
    }
    .tabs__title a:not(:last-child),
    .tabs__title p:not(:last-child)
    {
        margin-right: 25px;
    }

    .social {
        padding: 20px 0;
    }
    .social__wrapper p {
        font-size: 14px;
        line-height: 21px;
    }
    .social__networks {
        margin: 0px 0px 20px 0px;
    }

    .price__tablet i {
        font-size: 18px;
        vertical-align: -3px;
        margin-right: 3px;
    }
    .price__all {
        margin-left: 20px;
    }
    .price__all i {
        font-size: 18px;
        margin-right: 3px;
        vertical-align: -4px;
    }
    .price__toggle-title {
        padding-left: 20px;
    }
    .price__toggle-arrow {
    }
    .price__toggle-layer-2, .price__toggle-layer-3, .price__toggle-layer-4 {
        font-size: 12px;
    }
    .price__table {
        margin: 10px 0;
    }
    .price__head p:nth-child(1) {
        width: 87px;
    }
    .price__head p:nth-child(2) {
        width: 81px;
    }
    .price__head p:nth-child(3) {
        width: 56px;
    }
    .price__head p:nth-child(4) {
        width: 55px;
    }
    .price__row {
        font-size: 12px;
    }
    .price__row p:nth-child(1) {
        width: 87px;
    }
    .price__row p:nth-child(2) {
        width: 81px;
    }
    .price__row p:nth-child(3) {
        width: 56px;
        padding-right: 12px;
    }
    .price__row p:nth-child(4) {
        width: 55px;
    }
    .price__toggle-content
    {
        padding-left:5px;
    }
    .item__tool {
        height: 120px;
    }
    .item__row p {
        font-size: 14px;
        width: 100px;
    }
    .item__row span {
        font-size: 14px;
        margin:0;
    }
    .item__hss {
        width: 48px;
    }
    .item__tct {
        width: 48px;
    }
    .item__tct-rail {
        width: 48px;
    }

    .search__box a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .search__box p {
        font-size: 14px;
        line-height: 20px;
    }

    .services p {
        font-size: 16px;
        line-height: 26px;
    }
    .services p a {
        font-size: 16px;
        line-height: 26px;
    }
    .services p a:last-child {
        margin-top: 15px;
    }

    .single-uncos__icons:not(:last-child) {
        margin-right: 44px;
    }

    .gallery__subtitle {
        padding-right: 0%;
    }
    .gallery__title {
        padding-right: 0;
    }
    .gallery__img {
        max-height: 100%;
        height: auto;
    }

    .gallery-single .portico__slider {
        max-width: 290px;
    }

    .contacts__content .contacts__sidebar-btn {
        font-size: 14px;
        padding: 0px 0px 0px 40px;
    }
    .contacts__content .contacts__sidebar-btn i {
        top: -4px;
        font-size: 38px;
    }
    .contacts__content .contacts__sidebar-btn i img {
        width: 14px;
        height: 14px;
        top: 11px;
        left: 8px;
    }
    .more_link {
        padding-top: 30px;
    }
}
@media (max-width: 1639px) {
    .single {
        padding: 54px 0 120px;
    }
    .single__wrapper {
        margin-bottom: 170px;
    }
    .single__photos {
        max-width: 400px;
    }
    .single__badges {
        margin-bottom: 73px;
    }
    .single__slider {
        margin-bottom: 30px;
    }
    .single__item {
        height: 320px;
    }
    .single__dots .slick-list {
        margin-right: -1px;
    }
    .single__dots .slick-list .slick-list {
        margin: 0 -6.5px;
    }
    .single__dot {
        height: 90px;
        padding: 0 6.5px;
    }
    .single__content {
        padding: 3px 0px 0px 0px;
        margin: 0px 0px 0px 8px;
        max-width: 412px;
    }
    .single__list {
        margin-bottom: 22px;
    }
    .single__list li::before {
        left: 4px;
        top: 8px;
    }
    .single__list li:not(:last-child) {
        margin-bottom: 17px;
    }
    .single__info {
        padding: 3px 0px 0px 0px;
        max-width: 256px;
    }
    .single__stock {
        padding: 20px 26px 21px 26px;
        margin-bottom: 20px;
    }
    .single__stock p {
        font-size: 14px;
        line-height: 24px;
    }
    .single__stock p:not(:last-child) {
        margin-bottom: 19px;
    }
    .single__stock p a {
        font-size: 14px;
        line-height: 24px;
    }
    .single__box {
        padding: 20px 20px 30px 20px;
    }
    .single__box-country {
        /*max-width: 23px;*/
        /*max-height: 16px;*/
        top: 25px;
        right: 19px;
    }
    .single__box-company {
        max-width: 76px;
        max-height: 26px;
        margin-bottom: 52px;
    }
    .single__box-link {
        font-size: 14px;
        line-height: 20px;
    }
    .single__box-link + .single__box-link {
        /*margin-top: 36px;*/
    }
    .single__box-link i {
        font-size: 38px;
        margin-top: 0;
    }
    .single__box-link i img {
        width: 15px;
        height: 15px;
        top: 13px;
        left: 7px;
    }
    .single__box-materials {
        font-size: 14px;
        margin: 41px 0 8px;
    }
    .single__box-problems {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 38px;
    }
    .single__box-btn {
        font-size: 16px;
        line-height: 29px;
        font-weight: 500;
        padding: 9px 20px 10px 20px;
    }
    .single__tabs {
        width: 70%;
        max-width: 769px;
    }
    .single__tab p {
        font-size: 22px;
        line-height: 31px;
        font-weight: 400;
        padding: 0px 42px 14px 0px;
    }
    .single__tab p:hover, .single__tab p.active {
        font-weight: 500;
    }
    .single__tab p:not(:last-child) {
        margin-right: 86px;
    }
    .single__feature {
        padding-top: 25px;
    }
    .single__feature-range input.amount {
        width: 118px;
        font-size: 18px;
        line-height: 26px;
    }
    .single__feature-range input.amount:last-child {
        margin-left: 19px;
    }
    .single__feature-range .ui-slider {
        width: 250px;
        margin: -1px 33px 0px 28px;
    }
    .single__feature-range .ui-widget-content span.ui-state-default {
        width: 24px;
        height: 24px;
    }
    .single__feature-range .ui-slider-horizontal span.ui-slider-handle {
        top: -0.7em;
    }
    .single__feature-price {
        margin: 62px 0 35px;
    }
    .single__feature-table .vendor-code {
        width: 141px;
    }
    .single__feature-table .size {
        width: 178px;
    }
    .single__feature-table .number {
        width: 80px;
    }
    .single__feature-table .icon {
        width: 93px;
    }
    .single__feature-table .cost {
        width: 89px;
    }
    .single__feature-table .other {
        width: 206px;
    }

    .single__feature-table .other button.product__minus,
    .single__feature-table .other button.product__plus
    {
        width: 24px;
        height: 24px;
    }
    .single__feature-table .other button.product__minus {
        font-size: 2.6px;
    }
    .single__feature-table .other button.product__minus i {
        vertical-align: 3px;
    }
    .single__feature-table .other button i {
        vertical-align: 1px;
    }
    .single__feature-table .other input {
        margin: 0 7px;
    }
    .single__feature-row {
        font-size: 16px;
    }
    .single__feature-row .icon__box {
        bottom: 40px;
        width: 147px;
    }
    .single__feature-row .icon__trigger {
        font-size: 18px;
        vertical-align: -4px;
        margin-left: 2px;
    }
    .single__feature-other a {
        width: 32px;
        line-height:30px;
    }

    .single__feature-cart {
        margin-left: 13px;
    }
    button.single__feature-cart
    {
        padding:8px 8px 7px 7px;
    }

    .single__feature-cart i {
        vertical-align: -2px;
        margin-left: 1px;
    }
    .single__change-title {
        font-size: 16px;
    }
    .single__change-text {
        font-size: 16px;
    }
    .single__toggles {
        width: 30%;
        padding: 0px 0px 0px 1px;
    }
    .single__toggles-title {
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 13px;
        margin-bottom: 36px;
    }
    .single__toggles-title::before {
        top: -2px;
        right: 1px;
        font-size: 20px;
    }
    .single__toggles .single__toggles-list {
        margin-bottom: 48px;
    }
    .single__toggles .single__toggles-list li {
        padding-left: 18px;
    }
    .single__toggles .single__toggles-list li::before {
        width: 6px;
        height: 6px;
        top: 11px;
        left: 1px;
    }
    .single__toggles .single__toggles-list li:not(:last-child) {
        margin-bottom: 26px;
    }
    .single__toggles-content:not(:last-child) {
        padding-bottom: 57px;
    }
    .single__toggles-content img {
        margin-bottom: 43px;
    }
    .single__toggles-text a {
        display: inline-block;
    }
    .single__toggles-text:last-child {
        margin: 0;
    }

    .single-article__wrapper {
        padding: 33px 0 100px;
        margin-bottom: 72px;
    }
    .single-article__wrapper > h2 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 71px;
    }
    .single-article__title {
        /*display: none;*/
        margin-bottom: 12px;
    }
    .single-article__content p {
        margin-bottom: 29px;
        font-size: 16px;
        max-width: 291px;
    }
    .single-article__btn {
        display: block;
    }

    .related-products {
        padding-bottom: 70px;
    }

    .products-slider h2 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 31px;
    }

    .products-slider .product__content {
        margin: 0 -6px 0 0;
    }

    .similar-products {
        padding-bottom: 180px;
    }

    .interested-products {
        padding-bottom: 99px;
    }

    .cart {
        padding: 0px 0 72px;
    }
    .cart__header {
        max-width: 822px;
        margin-bottom: 53px;
    }
    .cart__body {
        padding-bottom: 117px;
    }
    .cart__table {
        margin-bottom: 30px;
    }
    .cart__content {
        max-width: 820px;
        padding: 0;
    }
    .cart__head {
        font-size: 16px;
        padding: 3px 22px 15px 0px;
    }
    .cart__row {
        padding: 7px 32px 15px 8px;
        min-height: 169px;
    }
    .cart__row .cart__price {
        font-size: 16px;
        line-height: 36px;
    }
    .cart__row .cart__price.sale span {
        font-size: 13px;
        line-height: 19px;
    }
    .cart__row .cart__sum {
        font-size: 18px;
    }
    .cart__name {
        width: 368px;
    }
    .cart__name img {
        max-width: 88px;
        width: auto;
        height: auto;
    }
    .cart__box {
        margin-left: 66px;
        padding-right: 17px;
        width: 200px;
    }
    .cart__box > *:not(:last-child) {
        margin-bottom: 21px;
    }
    .cart__title {
        font-size: 16px;
        line-height: 23px;
    }
    .cart__feature {
        font-size: 13px;
        line-height: 15px;
    }
    .cart__feature-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .cart__package {
        font-size: 13px;
        line-height: 15px;
        margin-top: 24px;
    }
    .cart__package i {
        font-size: 15px;
        margin-right: 6px;
        vertical-align: -2px;
    }
    .cart__price {
        width: 120px;
    }
    .cart__quantity {
        width: 120px;
    }
    .cart__quantity button {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
    .cart__quantity button i {
        vertical-align: 2px;
    }
    .cart__quantity button.product__minus {
        font-size: 2.5px;
    }
    .cart__quantity button.product__minus i {
        vertical-align: 4px;
    }
    .cart_sum {
        width: 120px;
    }
    .cart__remove {
        right: -3px;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }
    .cart__remove i {
        font-size: 13px;
    }
    .cart__conditions {
        font-size: 13px;
        line-height: 19px;
    }
    .cart__conditions span {
        margin-right: 1px;
    }
    .cart__sidebar {
        width: 32%;
        padding: 6px 0px 0px 9px;
    }
    .cart__total {
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 14px;
        margin-bottom: 19px;
    }
    .cart__total-vat {
        font-size: 15.377px;
        line-height: 22px;
        margin-bottom: 47px;
    }
    .cart__info {
        font-size: 13px;
        line-height: 21px;
    }
    .cart__info a {
        font-size: 13px;
        line-height: 21px;
    }
    .cart__info + p {
        margin-top: 19px;
    }

    .form {
        margin-bottom: 30px;
    }
    .form__title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 19px;
    }
    .form__input {
        font-size: 15.377px;
        line-height: 28px;
        padding: 7px 11px 7px 11px;
    }
    .form__input::-webkit-input-placeholder {
        font-size: 15.377px;
    }
    .form__input::-moz-placeholder {
        font-size: 15.377px;
    }
    .form__input:-ms-input-placeholder {
        font-size: 15.377px;
    }
    .form__input::-ms-input-placeholder {
        font-size: 15.377px;
    }
    .form__input::placeholder {
        font-size: 15.377px;
    }
    .form textarea.form__input {
        font-size: 15px;
        line-height: 27px;
        padding: 19px 11px 19px 11px;
    }
    .form textarea.form__input::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 27px;
    }
    .form textarea.form__input::-moz-placeholder {
        font-size: 15px;
        line-height: 27px;
    }
    .form textarea.form__input:-ms-input-placeholder {
        font-size: 15px;
        line-height: 27px;
    }
    .form textarea.form__input::-ms-input-placeholder {
        font-size: 15px;
        line-height: 27px;
    }
    .form textarea.form__input::placeholder {
        font-size: 15px;
        line-height: 27px;
    }
    .form__checkbox {
        margin: 3px 0 27px;
    }
    .form__checkbox label {
        font-size: 15px;
        line-height: 21px;
        padding-left: 29px;
    }
    .form__checkbox span:after {
        width: 18px;
        height: 18px;
    }
    .form__file {
        margin-bottom: 53px;
    }
    .form__file-label p {
        font-size: 15.377px;
        line-height: 28px;
        padding: 7px 11px 7px 11px;
    }
    .form__file-label > span {
        font-size: 14px;
        line-height: 25px;
        padding: 9px 14px 9px 13px;
    }
    .form__btn {
        margin-top: 2px;
        font-size: 14px;
        line-height: 25px;
        padding: 10px 15px 9px 15px;
    }

    .thanks {
        padding-bottom: 72px;
    }
    .thanks__body {
        padding: 74px 0 190px;
    }
    .thanks h1 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 58px;
    }
    .thanks img {
        max-width: 60px;
        max-height: 60px;
        margin-bottom: 33px;
    }
    .thanks__text {
        margin-bottom: 46px;
    }
    .thanks__btn {
        font-size: 14px;
        line-height: 25px;
        min-width: 200px;
        padding: 9px 15px 10px 15px;
    }

    .condition {
        top: 205px;
    }
    .condition__category {
        margin-bottom: 25px;
    }
    .condition__img {
        max-width: 75px;
    }
    .condition__content {
        max-width: 155px;
        margin: 1px 0px 0px 5px;
    }
    .condition__content a {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .comparison {
        padding: 11px 0 118px;
    }
    .comparison__remove {
        font-size: 14px;
        margin-right: -1px;
    }
    .comparison__remove i {
        font-size: 18px;
        margin-right: 5px;
        vertical-align: -2px;
    }
    .comparison .product__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .comparison .product__btns span:not(:last-child) {
        margin-right: 8px;
    }
    .comparison .product__btns-close {
        margin: 2px 2px 0 0;
    }
    .comparison .product__btns-close i {
        font-size: 16px;
        vertical-align: 1px;
    }
    .comparison .product__btns-wishlist {
        margin: 2px 0px 0px 0px;
    }
    .comparison__box {
        padding: 30px 15px 19px 0px;
    }
    .comparison__title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 47px;
    }
    .comparison__text {
        font-size: 14px;
        line-height: 24px;
    }

    .favorites {
        padding: 11px 0 119px;
    }
    .favorites h1 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 45px;
    }
    .favorites__remove {
        font-size: 14px;
    }
    .favorites__remove i {
        font-size: 18px;
        margin-right: 4px;
        vertical-align: -2px;
    }
    .favorites .product__badges {
        padding: 17px 21px 0px 21px;
    }
    .favorites .product .product__btns-compare {
        margin: 0px 3px 0px 0px;
    }
    .favorites .product .product__btns-close {
        margin: 0px 0px 0px 0px;
    }
    .favorites .product .product__btns-close i {
        font-size: 16px;
        vertical-align: 2px;
    }

    .slick-comparison {
    }
}
@media (max-width: 1439px) {
    .single {
        padding: 27px 0 92px;
    }
    .single__wrapper {
        margin-bottom: 90px;
    }
    .single__badges {
        margin-bottom: 60px;
    }
    .single__slider {
        margin-bottom: 20px;
    }
    .single__dots {
        margin: 0 -5px;
    }
    .single__dots .slick-list {
        margin: 0;
    }
    .single__dot {
        padding: 0 5px;
    }
    .single__content {
        max-width: 471px;
        padding: 0;
        margin: -1px 70px 0px 0px;
    }
    .single__content h1 {
        margin-bottom: 32px;
    }
    .single__content .single__stock {
        padding: 2px 16px 2px 11px;
        margin-bottom: 29px;
        display: inline-block;
        border-radius: 4px;
    }
    .single__sidebar .single__stock {
        display: none;
    }
    .single__info {
        display: none;
    }
    .single__tabs {
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .single__sidebar {
        width: 300px;
        display: block;
        position: absolute;
        top: 106px;
        right: -1px;
    }
    .single__stock {
        padding: 18px 20px 23px 20px;
    }
    .single__box-country {
        top: 24px;
        right: 20px;
    }
    .single__box-company {
        margin-bottom: 61px;
    }
    .single__box-link {
        font-size: 16px;
    }
    .single__box-link + .single__box-link {
        /*margin-top: 34px;*/
    }
    .single__box-link i {
        font-size: 39px;
    }
    .single__box-link i img {
        top: 14px;
        left: 8px;
    }
    .single__box-materials {
        font-size: 16px;
        margin: 32px 0 9px;
    }
    .single__box-problems {
        font-size: 16px;
        max-width: 211px;
        margin-bottom: 31px;
    }
    .single__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .single__tab .tablet__toggles {
        display: block;
    }
    .single__tab p {
        padding: 0px 0px 13px 0px;
        border-bottom: 2px solid transparent;
    }
    .single__tab p:not(:last-child) {
        margin-right: 0;
    }
    .single__tab-content {
        max-width: 709px;
        min-height: 600px;
    }
    .single__tab-content img {
        max-width: 564px;
        max-height: 343px;
        margin-bottom: 48px;
    }
    .single__tab-content .single__list {
        margin-bottom: 44px;
    }
    .single__tab-content .single__toggles-content {
        display: block;
        padding-top: 25px;
    }
    .single__tab-content .songle__list li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 17px;
    }
    .single__tab-content .songle__list li:not(:last-child) {
        margin-bottom: 26px;
    }
    .single__tab-content .songle__list li::before {
        left: -1px;
    }
    .single__tab-content .single__toggles-text {
        font-size: 18px;
        line-height: 28px;
    }
    .single__tab-content .single__toggles-text:not(:last-child) {
        margin-bottom: 28px;
    }
    .single__tab-content .single__toggles-text a {
        font-size: 18px;
        line-height: 28px;
        display: inline-block;
    }
    .single__feature-range .ui-slider {
        margin: -2px 33px 0px 28px;
    }
    .single__feature-range input.amount {
        padding: 3px 10px 3px 10px;
    }
    .single__feature-range input.amount:last-child {
        margin-left: 13px;
    }
    .single__feature-desc-size {
        transform: translateY(30px);
    }
    .single__feature-price {
        margin: 39px 0 35px;
    }
    .single__feature-table .vendor-code {
        width: 141px;
    }
    .single__feature-table .size {
        width: 168px;
    }
    .single__feature-table .number {
        width: 58px;
    }
    .single__feature-table .icon {
        width: 52px;
    }
    .single__feature-table .cost {
        width: 103px;
    }
    .single__feature-table .other {
        width: 206px;
    }
    .single__feature-row .icon__trigger {
        font-size: 21px;
    }
    .single__feature-row .icon__box {
        left: -65px;
    }
    .single__change-box {
        padding: 25px 0px 25px 0px;
    }
    .single__application {
        display: block;
    }
    .single__advantage {
        display: block;
    }
    .single__delivery {
        display: block;
    }
    .single__toggles {
        display: none;
    }
    .single__toggles-list {
        margin-top: 1px;
    }
    .single__toggles-list li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 17px;
    }
    .single__toggles-list li::before {
        left: 0px;
    }
    .single__toggles-list li:not(:last-child) {
        margin-bottom: 26px;
    }

    .products-slider .product:nth-child(5) {
        border-top: 1px solid #C4C4C4;
    }

    .single-article__wrapper {
        padding: 50px 0 100px;
    }
    .single-article__wrapper > h2 {
        margin-bottom: 32px;
    }

    .products-slider .product__content {
        margin:0 -1px 0 0;
    }

    .related-products {
        padding-bottom: 92px;
    }

    .interested-products {
        padding-bottom: 119px;
    }

    .portico__close {
        top: 21px;
        right: 21px;
    }
    .portico__dots {
        margin-right: 185px;
    }
    .portico__dots .slick-next {
        bottom: -30px;
    }
    .portico__dots .slick-prev {
        top: -30px;
    }

    .cart {
        padding: 0px 0 70px;
    }
    .cart__delete {
    }
    .cart__body {
        padding-bottom: 91px;
    }
    .cart__header {
        max-width: 100%;
        margin-bottom: 69px;
    }
    .cart__content {
        max-width: 100%;
        width: 100%;
    }
    .cart__head {
        font-size: 20px;
        padding: 0px 129px 27px 0px;
    }
    .cart__table {
        margin-bottom: 46px;
    }
    .cart__row {
        min-height: 232px;
        padding: 11px 129px 15px 9px;
    }
    .cart__row .cart__price {
        font-size: 22px;
    }
    .cart__row .cart__price.sale span {
        font-size: 18px;
        line-height: 26px;
        margin-top: 14px;
    }
    .cart__row .cart__sum {
        font-size: 22px;
    }
    .cart__name {
        width: 429px;
    }
    .cart__name img {
        max-width: 124px;
    }
    .cart__box {
        margin-left: 56px;
        padding-right: 0;
        width: 234px;
    }
    .cart__box > *:not(:last-child) {
        margin-bottom: 35px;
    }
    .cart__title {
        font-size: 20px;
        line-height: 29px;
    }
    .cart__price {
        width: 140px;
    }
    .cart__feature {
        font-size: 17px;
        line-height: 20px;
    }
    .cart__feature-box:not(:last-child) {
        margin-bottom: 20px;
    }
    .cart__package {
        font-size: 17px;
        line-height: 20px;
        margin-top: -6px;
    }
    .cart__package i {
        font-size: 20px;
        margin-right: 10px;
    }
    .cart__quantity {
        width: 140px;
    }
    .cart__quantity input {
        font-size: 20px;
        line-height: 29px;
        margin: 0 12px;
        vertical-align: -2px;
    }
    .cart__quantity button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .cart__quantity button i {
        vertical-align: -2px;
    }
    .cart__quantity button.product__minus {
        font-size: 3.6px;
    }
    .cart__quantity button.product__minus i {
        vertical-align: 0px;
    }
    .cart__sum {
        width: 140px;
    }
    .cart__remove {
        width: 40px;
        height: 40px;
        right: 29px;
    }
    .cart__remove i {
        font-size: 19px;
        vertical-align: -2px;
    }
    .cart__conditions {
        font-size: 17px;
        line-height: 24px;
        max-width: 358px;
        margin-left: 30px;
    }
    .cart__conditions span {
        margin-right: 0px;
    }
    .cart__sidebar {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .cart__total {
        max-width: 509px;
        margin-left: auto;
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 12px;
    }
    .cart__total-vat {
        max-width: 509px;
        margin-left: auto;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 52px;
    }
    .cart__info {
        max-width: 480px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 30px;
        margin-left: auto;
    }
    .cart__info a {
        font-size: 16px;
        line-height: 24px;
    }
    .cart__info + p {
        margin-top: 23px;
    }

    .form {
        padding: 0 30px 0 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }
    .form__item {
        max-width: 480px;
        width: 100%;
    }
    .form__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 17px;
    }
    .form__input {
        font-size: 18px;
        line-height: 32px;
        padding: 10px 19px 10px 19px;
    }
    .form__input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__input::-moz-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__input::placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__checkbox {
        margin: 11px 0 33px;
    }
    .form__checkbox label {
        font-size: 17px;
        line-height: 21px;
        padding-left: 39px;
    }
    .form__checkbox span:after {
        width: 24px;
        height: 24px;
        top: -2px;
    }
    .form__checkbox input:checked ~ span:after {
        font-size: 9px;
        line-height: 20px;
    }
    .form__file {
        margin: 0;
    }
    .form__file-label p {
        font-size: 18px;
        line-height: 32px;
        padding: 9px 19px 9px 19px;
    }
    .form__file-label > span {
        font-size: 16px;
        line-height: 29px;
        padding: 10px 20px 10px 20px;
    }
    .form textarea.form__input {
        font-size: 18px;
        line-height: 32px;
        padding: 15px 21px 15px 21px;
    }
    .form textarea.form__input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form textarea.form__input::-moz-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form textarea.form__input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form textarea.form__input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form textarea.form__input::placeholder {
        font-size: 18px;
        line-height: 32px;
    }
    .form__btn {
        margin-top: 66px;
        font-size: 18px;
        line-height: 32px;
        padding: 11px 15px 11px 15px;
    }

    .thanks {
        padding-bottom: 70px;
    }
    .thanks__body {
        padding: 60px 0 170px;
    }
    .thanks h1 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 54px;
    }
    .thanks img {
        margin-bottom: 30px;
    }
    .thanks__text {
        margin-bottom: 56px;
    }
    .thanks__btn {
        min-width: 220px;
        font-size: 16px;
        line-height: 29px;
    }

    .condition {
        top: 205px;
    }
    .condition__img {
        max-width: 90px;
    }
    .condition__content {
        max-width: 177px;
    }
    .condition__content a {
        font-size: 15px;
    }

    .comparison {
        padding: 12px 0 119px;
    }
    .comparison__remove {
        font-size: 16px;
        margin: 0px -1px 0px 0px;
        padding: 0;
    }
    .comparison__remove i {
        font-size: 20px;
        margin-right: 6px;
    }
    .comparison .product__btns span:not(:last-child) {
        margin-right: 11px;
    }
    .comparison .product__btns-close {
        margin: 3px 2px 0 0;
    }
    .comparison .product__btns-close i {
        vertical-align: -1px;
    }
    .comparison .product__btns-wishlist {
        margin: 3px 0 0 0;
        font-size: 12px;
    }
    .comparison__box {
        padding: 27px 15px 19px 0px;
    }
    .comparison__title {
        font-size: 16px;
        line-height: 23px;
    }
    .comparison__text {
        font-size: 16px;
    }

    .favorites h1 {
        margin-bottom: 42px;
    }
    .favorites__remove {
        font-size: 16px;
        padding: 0;
    }
    .favorites__remove i {
        font-size: 19px;
        margin-right: 5px;
    }
    .favorites .product .product__btns-close i {
        font-size: 18px;
        vertical-align: -1px;
    }
    .favorites .product .product__btns-compare i {
        vertical-align: 1px;
    }
}
@media (max-width: 1199px) {
    .single__content {
        margin: 0;
    }
    .single__sidebar {
        width: 270px;
        top: 103px;
        right: 0;
    }
    .single__tab p {
        font-size: 20px;
        line-height: 28px;
    }
    .single__tab-content {
        padding-top: 60px;
        max-width: 662px;
    }
    .single__tab-content .single__toggles-content {
        padding: 0;
    }
    .single__box-link {
        font-size: 14px;
    }
    .single__box-link + .single__box-link {
      /*margin-top: 25px;*/
    }
    .single__box-link i img {
        top: 14px;
        left: 9px;
        width: 12px;
        height: 12px;
    }
    .single__box-company {
        margin-bottom: 40px;
    }
    .single__change {
        margin-top: -15px;
    }
    .single__change-box {
        padding: 15px 0;
    }
    .single__feature {
        padding: 0;
    }
    .single__feature-table .vendor-code {
        width: 123px;
    }
    .single__feature-table .size {
        width: 160px;
    }
    .single__feature-table .cost {
        width: 76px;
    }
    .single__feature-table .other {
        width: 213px;
    }
    .single__feature-head {
        font-size: 14px;
    }
    .single__feature-row {
        font-size: 14px;
    }
    .single__feature-row .icon__box {
        left: -69px;
    }
    .single__feature-row .icon__trigger {
        font-size: 18px;
        margin: 0;
        vertical-align: -6px;
    }

    .single-article__content p {
        max-width: 285px;
    }
    .single-article__item > a {
        max-width: 150px;
        height: 150px;
    }

    .similar-products {
        padding-bottom: 120px;
    }

    .portico__close {
        top: 15px;
        right: 15px;
    }
    .portico__dots {
        max-width: 134px;
        margin-right: 140px;
    }
    .portico__slider {
        max-width: 600px;
    }

    .cart__header {
        margin-bottom: 45px;
    }
    .cart__head {
        padding: 0px 40px 15px 0px;
        font-size: 18px;
    }
    .cart__row {
        padding: 7px 40px 15px 0px;
        min-height: 180px;
    }
    .cart__row .cart__price {
        font-size: 18px;
    }
    .cart__row .cart__price.sale span {
        font-size: 15px;
        margin-top: 4px;
    }
    .cart__row .cart__sum {
        font-size: 18px;
    }
    .cart__table {
        margin-bottom: 40px;
    }
    .cart__name img {
        max-width: 88px;
    }
    .cart__box {
        margin-left: 45px;
    }
    .cart__box > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .cart__title {
        font-size: 18px;
        line-height: 24px;
    }
    .cart__feature {
        font-size: 14px;
        line-height: 18px;
    }
    .cart__feature-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .cart__package {
        font-size: 13px;
        line-height: 15px;
        margin: 0;
    }
    .cart__package i {
        font-size: 16px;
        margin-right: 7px;
    }
    .cart__price {
        width: 110px;
    }
    .cart__quantity {
        width: 110px;
    }
    .cart__quantity input {
        margin: 0 4px;
        font-size: 16px;
        line-height: 23px;
    }
    .cart__quantity button {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
    .cart__quantity button i {
        vertical-align: 1px;
    }
    .cart__quantity button.product__minus {
        font-size: 2.4px;
    }
    .cart__quantity button.product__minus i {
        vertical-align: 3px;
        margin-right: 1px;
    }
    .cart__sum {
        width: 110px;
    }
    .cart__remove {
        width: 28px;
        height: 28px;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .cart__remove i {
        font-size: 16px;
        vertical-align: -1px;
    }
    .cart__conditions {
        font-size: 16px;
        line-height: 23px;
        margin: 0;
    }
    .cart__sidebar {
    }
    .cart__total {
        max-width: 466px;
    }
    .cart__total-vat {
        max-width: 466px;
    }
    .cart__info {
        max-width: 466px;
        margin-right: 0;
    }

    .form {
        padding: 0;
        margin-bottom: 40px;
    }
    .form__item {
        max-width: 466px;
    }
    .form__btn {
        margin-top: 65px;
        padding: 10px 15px;
    }

    .thanks__body {
        padding: 90px 0 150px;
    }
    .thanks h1 {
        margin-bottom: 40px;
    }
    .thanks__text {
        margin-bottom: 40px;
    }

    .condition {
        margin-top: 34px;
        top: 160px;
    }
    .condition__img {
        max-width: 75px;
    }
    .condition__content {
        max-width: 145px;
    }
    .condition__content a {
        font-size: 13px;
    }
    .condition__feature {
        font-size: 13px;
    }
    .condition__price {
        font-size: 14px;
    }

    .comparison .product__btns-wishlist {
        margin: 0px 0px 0px 0px;
    }
    .comparison .product__btns-wishlist i {
        font-size: 10px;
    }
    .comparison .product__btns-close {
        margin: 0px 0px 0px 0px;
    }
    .comparison .product__btns-close i {
        font-size: 15px;
        vertical-align: 2px;
    }
    .comparison__box {
        padding: 30px 15px 30px 0px;
    }
    .comparison__title {
        margin-bottom: 30px;
    }
    .comparison__text + p {
        margin-top: 30px;
    }
    .comparison .product__price-tooltip
    {
        left:-16px;
    }
    .comparison .product__price.sale
    {
        margin:0;
    }

    .favorites .product__badges {
        padding: 17px 15px 0px 15px;
    }
    .favorites .product .product__btns-close i {
        font-size: 16px;
        vertical-align: 2px;
    }
    .favorites .product .product__btns-compare i {
        font-size: 10px;
        vertical-align: 4px;
    }
}
@media (max-width: 991px) {
    .single__wrapper {
        margin-bottom: 75px;
    }
    .single__photos {
        max-width: 100%;
        width: 42%;
        padding-right: 15px;
    }
    .single__badges {
        margin-bottom: 30px;
    }
    .single__item {
        height: 260px;
    }
    .single__slider {
        margin-bottom: 10px;
    }
    .single__list li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
    }
    .single__list li:not(:last-child) {
        margin-bottom: 7px;
    }
    .single__list li::before {
        top: 5px;
    }
    .single__content {
        max-width: 100%;
        width: 58%;
        padding-left: 45px;
    }
    .single__content .single__stock {
        margin-bottom: 20px;
    }
    .single__content .single__stock p {
        font-size: 14px;
    }
    .single__content h1 {
        margin-bottom: 20px;
    }
    .single__tab p {
        font-size: 16px;
        line-height: 24px;
    }
    .single__tab-content {
        padding-top: 45px;
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }
    .single__feature-table .vendor-code {
        width: 146px;
    }
    .single__feature-table .size {
        width: 176px;
    }
    .single__feature-table .number {
        width: 66px;
    }
    .single__feature-table .icon {
        width: 59px;
    }
    .single__feature-table .cost {
        width: 92px;
    }
    .single__feature-table .other {
        width: 219px;
    }
    .single__feature-desc-size {
        transform: translateY(0);
    }
    .single__feature-price {
        margin: 0px 0px 35px 0px;
    }
    .single__feature-range.products__filters-box:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .single__feature-head {
        font-size: 16px;
    }
    .single__feature-row {
        font-size: 16px;
    }
    .single__sidebar {
        margin-top: 45px;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .single__sidebar .single__stock {
        width: 48%;
        margin: 0;
    }
    .single__sidebar .single__stock p {
        font-size: 18px;
    }
    .single__sidebar .single__stock p a {
        font-size: 18px;
    }
    .single__how {
        width: 48%;
    }
    .single__box-link {
        font-size: 16px;
    }
    .single__box-link i {
        font-size: 42px;
    }
    .single__box-link i img {
        top: 14px;
        left: 10px;
        width: 14px;
        height: 14px;
    }
    .single__toggles-list {
        margin-top: 1px;
    }
    .single__toggles-list li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 17px;
    }
    .single__toggles-list li::before {
        left: 0px;
        top: 8px;
    }
    .single__toggles-list li:not(:last-child) {
        margin-bottom: 26px;
    }
    .single-article__content {
        padding-left: 15px;
    }
    .single-article__wrapper {
        padding: 50px 0 75px;
    }
    .single-article__content p {
        max-width: 218px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .single-article__item > a {
        max-width: 120px;
        height: 120px;
    }
    .single-article__btn {
        font-size: 14px;
        line-height: 20px;
    }

    .products-slider .product-slider .slick-list {
        margin-right: 3px;
        padding-bottom: 1px;
    }
    .products-slider .product__content {
        margin: 0 -4px 0px 0px;
    }
    .products-slider .product:nth-child(4) {
        border-top: 1px solid #C4C4C4;
    }

    .portico__dots {
        max-width: 100px;
        margin-right: 125px;
    }
    .portico__dots .slick-list {
        margin: 0;
    }
    .portico__dots .slick-next {
        bottom: -35px;
    }
    .portico__dots .slick-prev {
        top: -35px;
    }
    .portico__dot {
        max-width: 100px;
        max-height: 90px;
        margin: 5px 0;
    }
    .portico__slider {
        max-width: 450px;
    }
    .portico__slider .slick-next {
        right: -63px;
    }
    .portico__slider .slick-prev {
        left: -63px;
    }
    .portico__item {
        height: 500px;
    }

    .cart__row .cart__price {
        font-size: 16px;
    }
    .cart__row .cart__price.sale span {
        font-size: 13px;
        margin-top: 0;
    }
    .cart__row .cart__sum {
        font-size: 16px;
    }
    .cart__name {
        width: 310px;
    }
    .cart__box {
        width: 190px;
        margin-left: 30px;
    }
    .cart__box > *:not(:last-child) {
        margin-bottom: 18px;
    }
    .cart__title {
        font-size: 16px;
    }
    .cart__feature {
        font-size: 13px;
        line-height: 15px;
    }
    .cart__feature-box:not(:last-child) {
        margin-bottom: 10px;
    }
    .cart__package {
        margin-top: 4px;
    }
    .cart__quantity input {
        vertical-align: 0px;
    }
    .cart__remove {
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }
    .cart__conditions {
        max-width: 270px;
    }
    .cart__total {
        max-width: 354px;
        font-size: 20px;
    }
    .cart__total-vat {
        max-width: 354px;
        font-size: 16px;
    }
    .cart__info {
        max-width: 354px;
        font-size: 13px;
        line-height: 21px;
    }
    .cart__info a {
        font-size: 13px;
        line-height: 21px;
    }
    .cart__info + p {
        margin-top: 15px;
    }

    .form__item {
        max-width: 354px;
    }
    .form__input {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 15px;
    }
    .form__input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__input::-moz-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__input::placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__checkbox label {
        font-size: 16px;
        line-height: 23px;
        padding-left: 29px;
    }
    .form__checkbox span:after {
        width: 18px;
        height: 18px;
        top: 1px;
    }
    .form__checkbox input:checked ~ span:after {
        font-size: 7px;
        line-height: 15px;
    }
    .form__file-label p {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 15px;
    }
    .form__file-label > span {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 15px;
    }
    .form textarea.form__input {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 15px;
    }
    .form textarea.form__input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form textarea.form__input::-moz-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form textarea.form__input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form textarea.form__input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form textarea.form__input::placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .form__btn {
        font-size: 16px;
        line-height: 23px;
        padding: 11px 15px;
    }

    .condition {
        margin-top: 0;
        top: 159px;
    }
    .condition__content {
        max-width: 155px;
    }
    .condition__content a {
        font-size: 14px;
    }
    .condition__feature {
        font-size: 14px;
    }
    .condition__price {
        font-size: 16px;
    }

    .comparison {
        padding: 12px 0 90px;
    }
    .comparison .product__btns span:not(:last-child) {
        margin-right: 8px;
    }
    .delivery__sidebar > img {
        order: 1;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .single {
        padding: 0px 0 60px;
        margin-top: -23px;
    }
    .single__wrapper {
        margin-bottom: 63px;
    }
    .single__photos {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single__photos .single__stock {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        padding: 3px 2px 3px 10px;
        margin-bottom: 31px;
    }
    .single__photos .single__stock p {
        font-size: 13px;
        line-height: 24px;
    }
    .single__photos .single__stock p a {
        font-size: 13px;
        line-height: 24px;
    }
    .single__badges {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
    }
    .single__badges span {
        line-height: 24px;
        max-width: 100%;
        min-width: 74px;
        width: auto;
        padding: 0 8px;
    }
    .single__gallery {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 26px;
    }
    .single__slider {
        margin-bottom: 30px;
    }
    .single__item {
        height: 300px;
    }
    .single__item img {
        max-width: 351px;
        height: 300px;
        margin: 0 auto;
    }
    .single__mobile-dots {
        display: block;
        max-width: 116px;
        margin: 0 auto;
    }
    .single__mobile-dots .dot {
        height: 3px;
    }
    .single__dots {
        display: none;
    }
    .single__content {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single__content .single__stock {
        display: none;
    }
    .single__content h1 {
        margin-bottom: 25px;
    }
    .single__content img {
        max-width: 78px;
        max-height: 52px;
    }
    .single__companies {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto 28px;
    }
    .single .single__list {
        padding: 0px 20px 0px 0px;
    }
    .single__list {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0;
    }
    .single__list-more {
        display: inline-block;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        position: relative;
        text-align: center;
        margin-top: 5px;
    }
    .single__list-more a {
        display: inline-block;
        cursor: pointer;
        color: #AB201C;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .single__list-more.active::before {
        display: none;
    }
    .single__list-more::before {
        content: "";
        position: absolute;
        bottom: 38px;
        left: 0;
        width: 100%;
        height: 82px;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .single__list li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
    .single__list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .single__list li::before {
        left: 1px;
        top: 8px;
    }
    .single__tabs {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .single__tab {
        display: none;
    }
    .single__tab-content {
        display: none;
    }
    .single__toggles {
        display: block;
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 24px;
    }
    .single__toggles .mobile-toggles {
        display: block;
    }
    .single__toggles .single__feature.active {
        display: block;
    }
    .single__toggles .single__toggles-list {
        margin-bottom: 30px;
    }
    .single__toggles .single__toggles-list li {
        font-size: 16px;
        line-height: 24px;
    }
    .single__toggles .single__toggles-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .single__toggles .single__toggles-list li:before {
        left: 1px;
        top: 8px;
    }
    .single__toggles-subtitle {
        margin-bottom: 15px;
    }
    .single__toggles-title {
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 15px;
        margin-bottom: 36px;
    }
    .single__toggles-title:before {
        top: -1px;
        right: 1px;
        font-size: 24px;
    }
    .single__toggles__text:not(:last-child) {
        margin-bottom: 20px;
    }
    .single__toggles-content {
        padding-top: 17px;
        margin-top: -28px;
        padding-bottom: 55px;
    }
    .single__toggles-content:not(:last-child) {
        padding-bottom: 55px;
    }
    .single__toggles-content img {
        margin-bottom: 30px;
    }
    .single__toggles-list {
        margin-top: 1px;
    }
    .single__toggles-list li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 17px;
    }
    .single__toggles-list li::before {
        left: 0px;
        top: 10px;
    }
    .single__toggles-list li:not(:last-child) {
        margin-bottom: 26px;
    }
    .single__change-box {
        padding: 17px 0 26px 0;
    }
    .single__change-box:first-child {
        padding: 0px 0 26px 0;
    }
    .single__change-title {
        color: #626262;
        font-size: 16px;
        padding: 0;
        margin-bottom: 23px;
        max-width: 80%;
        width: 100%;
    }
    .single__change-text {
        font-size: 18px;
        font-weight: 500;
        padding: 0;
        max-width: 75%;
        width: 100%;
    }
    .single__sidebar {
        margin: 0;
        display: block;
    }
    .single__sidebar .single__stock {
        width: 100%;
        margin-bottom: 20px;
        padding: 22px 20px 21px 20px;
    }
    .single__sidebar .single__stock p {
        font-size: 16px;
    }
    .single__sidebar .single__stock p a {
        font-size: 16px;
    }
    .single__box {
        padding: 31px 20px 30px 20px;
    }
    .single__box-country {
        /*max-width: 29px;*/
        /*max-height: 20px;*/
        top: 35px;
        right: 21px;
    }
    .single__box-company {
        max-width: 86px;
        max-height: 30px;
        margin-bottom: 48px;
    }
    .single__box-link + .single__box-link {
        /*margin-top: 34px;*/
    }
    .single__box-link i {
        font-size: 40px;
    }
    .single__box-link i img {
        top: 14px;
        left: 8px;
        width: 16px;
        height: 16px;
    }
    .single__box-materials {
        margin: 31px 0px 11px;
    }
    .single__box-problems {
        max-width: 100%;
        margin-bottom: 41px;
    }
    .single__feature-desc-size {
        margin-bottom: 10px;
    }
    .single__feature-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: -4px 0px 39px 0px;
    }
    .single__feature-price p {
        font-size: 13px;
        line-height: 19px;
    }
    .single__feature-price p:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .single__feature-price p:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 6px;
    }
    .single__feature-price p span {
        font-size: 18px;
        line-height: 26px;
    }
    .single__feature-range {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 40px;
    }
    .single__feature-range input.amount {
        width: 48%;
        text-align: center;
    }
    .single__feature-range .slider-range.ui-slider {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        height: 4px;
    }
    .single__feature-range .slider-range.ui-slider::before {
        right: -20px;
        top: 19px;
    }
    .single__feature-range .slider-range.ui-slider::after {
        left: 1px;
        top: 19px;
    }
    .single__feature-range .ui-slider-horizontal span.ui-slider-handle {
        top: -0.5em;
    }
    .single__feature-range.products__filters-box:not(:last-child) {
        padding-bottom: 32px;
        margin-bottom: 89px;
    }
    .single__feature-range .ui-widget-content span.ui-state-default {
        width: 20px;
        height: 20px;
    }
    .single__feature-btn {
        font-weight: 500;
    }
    .single__how {
        width: 100%;
    }
    .single__mobile-row {
        padding: 22px 0px 23px 0px;
        border-bottom: 1px solid #D7D7D7;
    }
    .single__mobile-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .single__mobile-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .single__mobile-box:last-child {
        margin-top: 22px;
    }
    .single__mobile-box .product__quantity input {
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
    }
    .single__mobile-box .product__quantity button {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        position: relative;
    }
    .single__mobile-box .product__quantity button i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0px 0px 0px 0px;
        vertical-align: 0px;
    }
    .single__mobile-box .product__quantity button.product__minus {
        font-size: 3.4px;
    }
    .single__mobile-box .single__feature-other {
        float: none;
        margin-bottom: -10px;
    }
    .single__mobile-box .single__feature-other a {
        width: 42px;
        height: 42px;
        font-size: 24px;
        position: relative;
    }
    .single__mobile-box .single__feature-other a i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        vertical-align: 0px;
    }
    .single__mobile-box .single__feature-cart {
        margin-left: 5px;
        font-size: 24px;
        padding:9px;
    }
    .single__mobile-title {
        font-size: 16px;
        line-height: 19px;
        color: #626262;
        max-width: 120px;
    }
    .single__mobile-text {
        font-size: 16px;
        line-height: 19px;
        color: #333333;
    }
    .single__mobile-text span {
        color: #AB201C;
    }
    .single__mobile-price {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        margin: 0px 10px 0px 0px;
        position: relative;
    }
    .single__mobile-price .discount {
        color: #AB201C;
    }
    .single__mobile-price .discount + span {
        display: block;
        text-decoration: line-through;
    }
    .single__mobile-price .icon {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .single__mobile-price .icon__trigger {
        cursor: pointer;
        color: #626262;
        position: absolute;
        left: 0;
        top: -80px;
        font-size: 21px;
    }
    .single__mobile-price .icon__trigger:hover {
        color: #AB201C;
    }
    .single__mobile-price .icon__trigger:hover + .icon__box {
        opacity: 1;
        content-visibility: visible;
    }
    .single__mobile-price .icon__box {
        opacity: 0;
        content-visibility: hidden;
        position: absolute;
        left: -66px;
        top: -143px;
        z-index: 1;
        border: 1px solid #D4D4D4;
        border-radius: 8px;
        -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.18);
        background: #FFF;
        text-align: center;
        width: 149px;
        padding: 14px 5px 15px 5px;
    }
    .single__mobile-price .icon__box:before {
        content: "";
        position: absolute;
        left: 69px;
        bottom: -12px;
        display: block;
        border: 6px solid transparent;
        border-top: 6px solid #FFF;
    }
    .single__mobile-price .icon__box p {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-size: 14px;
        line-height: 20px;
    }
    .single__mobile-bottom {
        position: relative;
    }

    .single-article__wrapper {
        padding: 41px 0 75px;
        margin-bottom: 19px;
        border-bottom: none;
    }
    .single-article__wrapper > h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 64px;
    }
    .single-article__body .slick-list {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 49px;
        overflow: inherit;
    }
    .single-article__item {
        padding: 0;
        margin: 0;
    }
    .single-article__item > a {
        max-width: 180px;
        height: 180px;
        width: 40%;
    }
    .single-article__content {
        width: 60%;
        padding-left: 15px;
        margin-top: 0;
    }
    .single-article__content p {
        font-size: 16px;
        padding-right: 15px;
        line-height: 24px;
        max-width: 100%;
    }
    .single-article__btn {
        font-size: 16px;
        line-height: 23px;
    }
    .single-article__dots {
        display: block;
        max-width: 72px;
        margin: 0 auto;
    }

    .products-slider h2 {
        margin-bottom: 35px;
    }
    .products-slider .product-slider .slick-list {
        margin-right: 4px;
    }
    .products-slider .product-dots {
        display: block;
        max-width: 78px;
        margin: 30px auto 0;
    }
    .products-slider .product__content {
        margin: 0 -7px 0px 0px;
    }
    .products-slider .slick-list {
        margin: 0px 6px 0px 0px;
    }
    .products-slider h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .products-slider .product:nth-child(3) {
        border-top: 1px solid #C4C4C4;
    }

    .related-products {
        padding-bottom: 41px;
    }

    .similar-products {
        padding-bottom: 88px;
    }

    .interested-products {
        padding-bottom: 88px;
    }

    .portico__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
    .portico__slider {
        margin-bottom: 97px;
    }
    .portico__item {
        height: 450px;
    }
    .portico__dots {
        display: none;
        margin: 0;
    }
    .portico__mobile-dots {
        display: block;
        max-width: 116px;
    }
    .portico__mobile-dots .dot {
        height: 3px;
    }

    .buy {
        padding: 0;
    }
    .buy__close {
        top: 18px;
        right: 17px;
    }
    .buy__close i {
        font-size: 25px;
    }
    .buy__content {
        max-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 0%;
        overflow-y: scroll;
        padding: 44px 36px 40px 16px;
    }
    .buy__content::-webkit-scrollbar {
        display: none;
    }
    .buy__title {
        font-size: 18px;
        line-height: 26px;
        max-width: 282px;
        margin-bottom: 42px;
    }
    .buy__list {
        max-width: 100%;
    }
    .buy__list li {
        font-size: 15px;
        padding-left: 20px;
    }
    .buy__list li span {
        font-size: 15px;
    }
    .buy__list li a {
        font-size: 15px;
    }
    .buy__list li:not(:last-child) {
        margin-bottom: 17px;
    }
    .buy__list li:before {
        left: 0px;
        top: 1px;
    }

    .cart {
        margin-top: -1px;
        padding: 0px 0 33px;
    }
    .cart__delete {
        font-size: 0;
    }
    .cart__delete i {
        font-size: 23px;
        margin: 0;
        vertical-align: -2px;
    }
    .cart__body {
        padding-bottom: 79px;
    }
    .cart__table {
        margin-bottom: 27px;
    }
    .cart__content {
        margin-bottom: 63px;
    }
    .cart__header {
        margin: 0;
        padding: 0px 5px 13px 0px;
    }
    .cart__head {
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
    }
    .cart__row {
        padding: 10px 0px 30px 0px;
        min-height: auto;
    }
    .cart__row .cart__price {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 29px;
    }
    .cart__row .cart__price.sale span {
        font-size: 18px;
        line-height: 26px;
        margin: -2px 23px 0px auto;
    }
    .cart__row .cart__price p {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        color: #626262;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        display: block;
    }
    .cart__row .cart__price span {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: auto;
    }
    .cart__row .cart__sum {
        font-size: 22px;
        line-height: 30px;
    }
    .cart__box {
        width: 100%;
        margin: 0;
    }
    .cart__box > *:not(:last-child) {
        margin-bottom: 18px;
    }
    .cart__name {
        width: 100%;
    }
    .cart__name > a {
        width: 140px;
        height: 140px;
        position: relative;
        margin-bottom: -1px;
    }
    .cart__name img {
        max-width: 120px;
        max-height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .cart__title {
        font-size: 18px;
        line-height: 26px;
    }
    .cart__feature {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
    .cart__feature-box:not(:last-child) {
        margin-bottom: 21px;
    }
    .cart__package {
        margin: 21px 0px 16px 0px;
        font-size: 16px;
        line-height: 19px;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart__package i {
        margin-right: auto;
        font-size: 19px;
    }
    .cart__package span {
        margin: 0px 4px;
    }
    .cart__quantity {
        width: auto;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .cart__quantity input {
        font-size: 18px;
        line-height: 26px;
        margin: 0 12px;
    }
    .cart__quantity button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .cart__quantity button i {
        vertical-align: -1px;
    }
    .cart__quantity button.product__minus {
        font-size: 3.4px;
    }
    .cart__quantity button.product__minus i {
        vertical-align: 0;
    }
    .cart__sum {
        width: auto;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .cart__remove {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .cart__remove i {
        font-size: 20px;
        vertical-align: -3px;
    }
    .cart__sidebar {
        margin: 0;
    }
    .cart__conditions {
        max-width: 330px;
    }
    .cart__total {
        max-width: 100%;
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 13px;
        margin-bottom: 18px;
    }
    .cart__total-vat {
        max-width: 100%;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 55px;
    }
    .cart__info {
        display: none;
    }

    .form {
        margin: 0;
    }
    .form__item {
        max-width: 100%;
    }
    .form__input {
        padding: 12px 13px 11px 13px;
    }
    .form__checkbox {
        margin: 5px 0 29px;
    }
    .form__checkbox label {
        padding-left: 38px;
    }
    .form__checkbox span:after {
        width: 24px;
        height: 24px;
        top: -2px;
    }
    .form__checkbox input:checked ~ span:after {
        font-size: 9px;
        line-height: 21px;
    }
    .form__file {
        margin-bottom: 37px;
    }
    .form__file-label p {
        padding: 11px 12px 12px 12px;
    }
    .form__file-label > span {
        font-size: 0;
        line-height: 0;
        padding: 13px 42px 12px 39px;
    }
    .form__file-label > span span {
        font-size: 16px;
        line-height: 23px;
    }
    .form textarea.form__input {
        padding: 20px 20px 20px 20px;
    }
    .form__btn {
        margin-top: 2px;
        font-size: 18px;
        line-height: 32px;
        padding: 8px 15px;
    }

    .thanks {
        padding-bottom: 33px;
    }
    .thanks__body {
        padding: 81px 0 140px;
    }
    .thanks img {
        margin-bottom: 16px;
    }
    .thanks h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 49px;
    }
    .thanks__text {
        margin-bottom: 45px;
    }
    .thanks__btn {
        min-width: 254px;
        font-size: 18px;
        line-height: 32px;
        padding: 8px 15px 8px 15px;
    }

    .condition {
        top: 154px;
        padding-bottom: 20px;
    }
    .condition__category {
        margin-bottom: 15px;
    }
    .condition__img {
        margin-bottom: 15px;
    }
    .condition__content {
        max-width: 200px;
        margin: 0;
    }
    .condition__content a {
        font-size: 16px;
    }
    .condition__content p {
        font-size: 15px;
    }
    .condition__price {
        font-size: 15px;
    }

    .comparison {
        padding: 0px 0 49px;
    }
    .comparison__remove {
        position: absolute;
        top: 6px;
        right: 21px;
        font-size: 0;
    }
    .comparison__remove i {
        font-size: 23px;
        margin: 0;
    }
    .comparison .product {
        margin-bottom: 20px;
    }
    .comparison .product__package {
        display: none;
    }
    .comparison__box {
        padding: 10px 5px 10px 5px;
    }
    .comparison__title {
        font-size: 13px;
        line-height: 19px;
        margin: 0px -30px 22px 0px;
    }
    .comparison__text {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 479px) {
    .single__item {
        height: 200px;
    }
    .single__item img {
        max-width: 251px;
        height: 200px;
    }
    .single__feature-btn span {
        display: inline-block;
    }

    .single-article__dots .dot {
        height: 3px;
    }
    .single-article__content {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        width: 100%;
    }
    .single-article__content p {
        max-width: 301px;
        margin-bottom: 38px;
    }
    .single-article__item > a {
        width: 100%;
        margin: 0px 0px 36px 0px;
        max-width: 140px;
        height: 140px;
    }

    .products-slider__dots {
        margin-left: 7px;
    }
    .products-slider .product-slider {
        border: 1px solid #C4C4C4;
    }
    .products-slider .product-slider .slick-list {
        padding: 0;
        margin: 0px -1px 0px 0px;
    }
    .products-slider.slick-active:first-child {
        border: none;
    }
    .products-slider .product {
        -webkit-box-shadow: -0.5px 0px 0px #c4c4c4;
        box-shadow: -0.5px 0px 0px #c4c4c4;
        border: none;
    }
    .products-slider .product:nth-child(5), .products-slider .product:nth-child(4), .products-slider .product:nth-child(3), .products-slider .product:nth-child(2), .products-slider .product:first-child {
        border: none;
    }
    .products-slider .product__content {
        margin: 0 -3px 0px 0px;
    }
    .products-slider .product.slick-slide .product__img-mob {
        display: block;
    }

    .portico__close {
        width: 24px;
        height: 24px;
        top: 15px;
        right: 20px;
        background: transparent;
    }
    .portico__close:hover {
        color: #AB201C;
        background: transparent;
    }
    .portico__close i {
        vertical-align: 0;
        font-size: 30px;
    }
    .portico__slider {
        max-width: 303px;
    }
    .portico__item {
        height: 280px;
    }
    .portico__item img {
        width: 100%;
        height: auto;
    }

    .condition {
        top: 149px;
        /*display: none;*/
    }
    .condition__content {
        max-width: 160px;
    }
    .condition__content a {
        font-size: 15px;
    }
    .condition__content p {
        font-size: 14px;
    }
    .condition__price {
        font-size: 14px;
    }

    .comparison__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .comparison__inner {
        display: none;
        width: 50%;

        padding-right: 10px;
    }
    .comparison__inner .product {
        padding: 0px 5px 0px 0px;
    }
    .comparison__inner .product__badges {
        padding: 0px 30px 0px 0px;
    }
    .comparison__inner .comparison__box {
        padding: 10px 5px 10px 0px;
    }
    .comparison__inner-mobile {
        display: inline-block;
        width: 100%;

        padding-left: 10px;
    }
    /*.comparison__inner-mobile .comparison__title {
        color: #FFF;
    }*/
    .comparison__inner-mobile .product {
        padding: 0px 0px 0px 5px;
    }
    .comparison__inner-mobile .product__badges {
        padding: 0px 30px 0px 5px;
    }
    .comparison__inner-mobile .comparison__box {
        padding: 10px 0px 10px 5px;
    }
    .comparison__inner-mobile .comparison-navigation {
        padding: 0px 0px 0px 5px;
    }
    .comparison-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 0px 26px -4px;
    }
    .comparison-navigation .mobile-num {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
        margin: 0px 6px;
    }
    .comparison-navigation .mobile-arrow {
        color: #AB201C;
        cursor: pointer;
        font-size: 14px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .comparison-navigation .mobile-arrow i {
        vertical-align: -1px;
    }
    .comparison-navigation .mobile-arrow:hover {
        color: #333333;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .comparison__title {
        margin: 0px 0px 23px 0px;
    }
    .comparison .slick-list {
        overflow: hidden;
    }
    .comparison .slick-slide {
        opacity: 1;
        visibility: visible;
    }
    .comparison .slick-active + .slick-slide:not(.slick-active) {
        opacity: 1;
    }
    .comparison .slick-current .product:first-child {
        border: none;
    }
    .comparison .product {
        border: none;
        margin-bottom: 29px;
    }
    .comparison .product__badge {
        padding: 0;
        max-width: 85px;
    }
    .comparison .product__badge .badge-sale {
        width: 54px;
    }
    .comparison .product__btns span {
        width: 24px;
        height: 24px;
    }
    .comparison .product__btns span:not(:last-child) {
        margin-right: 9px;
    }
    .comparison .product .product__btns-wishlist i {
        font-size: 12px;
        vertical-align: 2px;
    }
    .comparison .product .product__btns-close i {
        font-size: 16px;
    }
    .comparison .product__img {
        top: 45px;
        margin-bottom: 39px;
    }
    .comparison .product__img img {
        max-width: 150px;
        max-height: 108px;
        width: auto;
        height: auto;
        top: 0;
        margin-top: 0;
    }
    .comparison .product__img img:first-child {
        display: block;
    }
    .comparison .product__title {
        margin: 0px 0px 23px 0px;
        max-width: 100%;
    }
    .comparison .product__title a {
        font-size: 14px;
        line-height: 20px;
    }
    .comparison .product__text {
        font-size: 13px;
        line-height: 19px;
        height: 76px;
        margin: 0px 0px 19px 0px;
    }
    .comparison .product__price {
        margin-top: 4px;
    }
    .comparison .product__price p {
        font-size: 16px;
        line-height: 23px;
    }
    .comparison .product__price.sale p {
        font-size: 16px;
        line-height: 23px;
        margin: 4px 0px 4px 0px;
    }
    .comparison .product__price.sale span {
        font-size: 14px;
        line-height: 20px;
    }
    .comparison .product__price-tooltip {
        display: none;
    }
    .comparison .product__cart {
        width: 32px;
        height: 32px;
        margin-right: 24px;
    }
    .comparison .product__cart .cart-box {
        font-size: 17px;

        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .comparison .product__cart-box {
        /*display: none;*/
        width: 150px;
    }

    .favorites {
        padding: 0px 0 65px;
    }
    .favorites h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 37px;
    }
    .favorites__remove {
        font-size: 0;
        position: absolute;
        top: 6px;
        right: 20px;
        color: #AB201C;
    }
    .favorites__remove:hover {
        color: #333333;
    }
    .favorites__remove i {
        font-size: 23px;
        margin: 0;
    }
    .favorites .product {
        border: none;
        padding: 0px 10px;
        margin-bottom: 54px;
    }
    .favorites .product__content {
        border: none;
        margin: 0px -10px;
    }
    .favorites .product__badges {
        padding: 3px 28px 0px 10px;
    }
    .favorites .product__badge {
        max-width: 75px;
    }
    .favorites .product__btns span {
        width: 24px;
        height: 24px;
    }
    .favorites .product .product__btns-close {
        margin: 2px 0px 0px 0px;
    }
    .favorites .product .product__btns-compare {
        margin: 0px 5px 0px 0px;
    }
    .favorites .product .product__btns-compare i {
        font-size: 12px;
    }
    .favorites .product__img {
        max-width: 91px;
        max-height: 100px;
        width: auto;
        height: auto;
        margin: 102px 0px 44px 0px;
    }
    .favorites .product__img img {
        max-width: 91px;
        max-height: 100px;
        width: auto;
        height: auto;
        top: 0;
    }
    .favorites .product__img img:first-child {
        display: block;
    }
    .favorites .product__img-mob {
        display: none;
    }
    .favorites .product__title {
        max-width: 100%;
        margin: 0px 0px 23px 0;
    }
    .favorites .product__title a {
        font-size: 14px;
        line-height: 20px;
    }
    .favorites .product__text {
        font-size: 13px;
        line-height: 19px;
        height: 76px;
        margin: 0px 0px 24px 0px;
    }
    .favorites .product__variation {
        padding: 1px 8px 2px 8px;
        margin-right: 18px;
    }
    .favorites .product__variation > span {
        display: none;
    }
    .favorites .product__variation span {
        font-size: 13px;
        line-height: 24px;
    }
    .favorites .product__variation p {
        font-size: 13px;
        line-height: 24px;
        color: #ABABAB;
    }
    .favorites .product__select i {
        font-size: 12px;
        right: 27px;
        top: 8px;
        color: #ABABAB;
    }
    .favorites .product__list {
        width: 144px;
        top: 34px;
    }
    .favorites .product__item {
        padding: 6px 14px 6px 10px;
    }
    .favorites .product:nth-child(even) .product__cart-box {
        bottom: 48px;
        right: -19px;
    }
    .favorites .product:nth-child(even) .product__cart-box::before {
        right: 26px;
    }
    .favorites .product:nth-child(odd) .product__cart-box {
        bottom: 48px;
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .favorites .product:nth-child(odd) .product__cart-box:before {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .favorites .product__cart {
        width: 32px;
        height: 32px;
        margin-right: 19px;
    }
    .favorites .product__cart .cart-box {
        font-size: 16px;
        -webkit-transform: translate(-46%, -50%);
        transform: translate(-46%, -50%);
    }
    .favorites .product__price {
        margin-top: 4px;
    }
    .favorites .product__price p {
        font-size: 16px;
        line-height: 23px;
    }
    .favorites .product__price.sale p {
        font-size: 16px;
        line-height: 23px;
        margin: 4px 0px 4px 0px;
    }
    .favorites .product__price.sale span {
        font-size: 14px;
        line-height: 20px;
    }
    .favorites .product__price-tooltip {
        left: -12px;
    }
}
@media (max-width: 374px) {
    .single__photos .single__stock {
        padding: 0 4px;
        text-align: center;
    }
    .single__photos .single__stock p {
        font-size: 11px;
    }
    .single__photos .single__stock p a {
        font-size: 11px;
    }
    .single__content img {
        max-width: 62px;
        max-height: 43px;
    }
    .single .single__list {
        padding: 0;
    }
    .single__list-more {
        margin: 0;
    }
    .single__list li {
        margin-bottom: 10px;
    }
    .single__list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .single__mobile-box .single__feature-other a {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    .single__mobile-box .single__feature-cart
    {
        font-size: 18px;
        padding:6px;
    }
    .single__mobile-box .product__quantity button {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }
    .single__mobile-box .product__quantity input {
        font-size: 18px;
    }
    .single__mobile-box .product__quantity button.product__minus {
        font-size: 2.3px;
    }
    .single__mobile-price {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .single__mobile-price .icon__trigger {
        top: -60px;
    }
    .single__mobile-price .icon__box {
        top: -123px;
    }

    .portico__slider {
        max-width: 290px;
    }

    .cart__row .cart__price.sale span {
        margin: -2px 10px 0px auto;
    }
    .cart__quantity input {
        margin: 0 4px;
    }
    .cart__remove {
        margin: 0;
    }
    .cart__total {
        font-size: 20px;
    }

    .condition {
        top: 147px;
    }

    .comparison .product__cart {
        margin-right: 5px;
    }
    .comparison__inner .product__badges {
        padding: 0px 5px 0px 0px;
    }
    .comparison__inner-mobile .product__badges {
        padding: 0px 0px 0px 5px;
    }
    .comparison .product .product__btns span {
        width: 20px;
        height: 20px;
    }
    .comparison .product .product__btns-close {
        margin: 2px 0px 0px 0px;
    }
    .comparison .product .product__btns-wishlist {
        margin: 2px 0px 0px 0px;
    }
    .comparison .product .product__btns-wishlist i {
        font-size: 10px;
        vertical-align: 5px;
    }

    .favorites .product__badges {
        padding: 0px 10px 0px 10px;
    }
    .favorites .product .product__btns-compare {
        margin: 0px 0px 0px 0px;
    }
    .favorites .product__img {
        margin: 102px 0px 30px 0px;
    }
    .favorites .product__title {
        margin: 0px 0px 15px 0px;
    }
    .favorites .product__variation {
        margin: 0;
    }
    .favorites .product__list {
        width: 100%;
    }
    .favorites .product__cart {
        margin: 0;
    }
    .favorites .product__cart .cart-box {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .favorites .product__select i {
        right: 10px;
    }
    .favorites .product:nth-child(even) .product__cart-box {
        right: 0px;
    }
    .favorites .product:nth-child(even) .product__cart-box::before {
        right: 8px;
    }
    .favorites .product__price-tooltip {
        width: 154px;
        padding: 10px 8px;
    }
}
@media (max-width: 1660px) {
    .product__cart-box {
        bottom: 60px;
        left: auto;
        right: -21px;
    }
    .product__cart-box::before {
        left: auto;
        right: 33px;
    }
}
@media (max-width: 1639px) {
    .breadcrumbs {
    }

    .products {
        padding-bottom: 119px;
    }
    .products__wrapper div.products-toptext {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .products__category {
        margin-bottom: 29px;
    }
    .products__category a {
        font-size: 16px;
        max-width: 248px;
        height: 80px;
        overflow: hidden;
    }
    .products__category a img {
        /*top: 0px;*/
    }
    .products__variations {
        margin-bottom: 24px;
    }
    .products__variations a {
        font-size: 14px;
        min-width: 130px;
        padding: 2px;
    }
    .products__about-price {
        margin-bottom: 11px;
    }
    .products__about-price span {
        font-size: 12.79px;
        line-height: 18px;
    }
    .products__about-price p {
        font-size: 12.79px;
        line-height: 18px;
        margin-left: 97px;
    }
    .products__about-price p span {
        font-size: 16px;
    }
    .products__filters {
        padding: 25px;
    }
    .products__filters h2 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 39px;
    }
    .products__filters-box > p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 28px;
    }
    .products__filters-box a {
        font-size: 14px;
        line-height: 21px;
        padding: 9px 10px 10px;
    }
    .products__filters-box a:first-child {
        margin-top: 27px;
    }
    .products__filters-box a:not(:last-child) {
        margin-bottom: 15px;
    }
    .products__filters-box:not(:last-child) {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    .products__filters-box .amount {
        font-size: 14px;
        line-height: 20px;
        width: 95px;
    }
    .products__filters-box .amount__box {
        right: -196px;
        bottom: -9px;
        width: 181px;
        height: auto;
        padding: 13px 19px 11px 20px;
    }
    .products__filters-box .amount__box::before {
        left: -12px;
        top: 14px;
        border: 7px solid transparent;
        border-right: 7px solid #FFF;
    }
    .products__filters-box .amount__box p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 6px;
    }
    .products__filters-box .amount__box button {
        font-size: 14px;
        line-height: 21px;
        padding: 7px 20px 7px 20px;
        text-transform: capitalize;
    }
    .products__filters-box .amount__body {
        margin: -2px 0px 31px 0px;
    }
    .products__filters-box .amount__body::before {
        width: 12px;
    }
    .products__filters-box .amount__count {
        margin-top: 13px;
    }
    .products__filters-box .amount__count span {
        font-size: 13px;
        line-height: 19px;
    }
    .products__filters-box .ui-widget-content {
        margin-right: 19px;
    }
    .products__filters-box .ui-widget-content::after {
        right: -19px;
    }
    .products__filters-box .ui-widget-content .ui-state-default {
        width: 19px;
        height: 19px;
    }
    .products__filters-box .ui-slider-horizontal .ui-slider-handle {
        top: -0.4em;
    }
    .products__filters-company input + label {
        font-size: 14px;
        line-height: 21px;
    }
    .products__filters-company input + label::before {
        width: 23px;
        height: 23px;
        margin-right: 15px;
    }
    .products__filters-company > div:not(:last-child) {
        margin-bottom: 12px;
    }
    .products__filters-area {
        margin-top: -10px;
    }
    .products__filters-area div:not(:last-child) {
        margin-bottom: 15px;
    }
    .products__filters-area input + label {
        font-size: 13px;
        line-height: 21px;
        padding: 3px 6px 4px 7px;
        min-width: 93px;
        text-align: center;
    }
    .products__filters-shank {
        margin-top: -10px;
    }
    .products__filters-shank div:not(:last-child) {
        margin-bottom: 15px;
    }
    .products__filters-shank input + label {
        font-size: 13px;
        line-height: 21px;
        padding: 3px 14px 3px 14px;
        min-width: 80px;
    }

    .product {
        padding: 20px 19px 30px 20px;
    }
    .product__badges {
        padding: 17px 18px 0px 21px;
    }
    .product__badge {
        padding-top: 3px;
        font-size: 12px;
        line-height: 20px;
        max-width: 150px;
    }
    .product__badge .badge-new {
        width: 64px;
    }
    .product__badge .badge-hit {
        width: 46px;
    }
    .product__badge .badge-sale {
        width: 52px;
    }
    .product__badge .badge-recommend {
        width: 88px;
    }
    .product__btns span {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
    .product__btns span:not(:last-child) {
        margin-right: 3px;
    }
    .product__btns span i {
        vertical-align: 4px;
        margin: 0;
    }
    .product__img {
        height: 180px;
    }
    .product__title {
        margin-bottom: 12px;
    }
    .product__title a {
        font-size: 16px;
        line-height: 23px;
    }
    .product__title img {
        height: 20px;
    }
    .product__text {
        font-size: 13px;
        line-height: 19px;
        /*height: 57px;*/
        -webkit-line-clamp: 4;
        margin-bottom: 22px;
    }
    .product__info {
        padding: 9px 0 12px;
        margin: -10px 0 16px;
    }
    .product__info-content {
        font-size: 13px;
        line-height: 15px;
    }
    .product__info-content:not(:last-child) {
        margin-bottom: 9px;
    }
    .product__info-content p {
        font-size: 0;
        line-height: 0;
    }
    .product__info-content p span {
        display: block;
        font-size: 13px;
        line-height: 15px;
    }
    .product__variation {
        padding: 6px 33px 5px 10px;
    }
    .product__variation > span {
        display: none;
    }
    .product__select {
        line-height: 21px;
    }
    .product__select i {
        right: 11px;
        top: 10px;
        font-size: 12px;
    }
    .product__list {
        top: 43px;
        max-height: 257px;
        padding: 9px 0 8px 0;
    }
    .product__item {
        padding: 4px 43px 5px 16px;
    }
    .product__price {
        margin-top: 4px;
    }
    .product__price p {
        font-size: 16px;
        line-height: 23px;
    }
    .product__price-tooltip {
        padding: 9px 5px 9px;
        text-align: center;
        width: 179px;
        height: 42px;
        left: -58px;
        top: -47px;
    }
    .product__price-tooltip::before {
        top: 40px;
        left: 88px;
        border: 5px solid transparent;
        border-top: 5px solid #FFF;
    }
    .product__price.sale {
        margin: 0px 0px -18px 0px;
    }
    .product__price.sale p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 3px;
    }
    .product__price.sale span {
        font-size: 13px;
        line-height: 19px;
        margin: 0;
        display: block;
    }
    .product__package {
        margin-bottom: 20px;
    }
    .product__buy {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product__cart {
    }
    .product__cart .cart-box {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height:32px;
    }
    .product__cart .product__quantity .product__minus {
        font-size: 2.5px;
    }
    .product__cart .product__quantity .product__minus i {
        margin-left: 0px;
        vertical-align: 5px;
    }
    .product__cart .product__quantity .product__plus {
        font-size: 12px;
    }
    .product__cart .product__quantity .product__plus i {
        display: inline-block;
        vertical-align: 3px;
    }
    .product__cart-box {
        bottom: 46px;
        right: -20px;
        width: 228px;
        padding: 9px 9px 17px 9px;
    }
    .product__cart-box::before {
        right: 28px;
    }
    .product__cart-btn label {
        font-size: 13px;
        line-height: 26px;
        width: 46px;
        height: 28px;
    }
    .product__cart-btn:not(:last-child) {
        margin-right: 3px;
    }
    .product__cart-info {
        margin-top: 24px;
        margin-bottom: 10px;
        padding-bottom: 13px;
    }
    .product__cart-bottom > button {
        width: 32px;
        height: 32px;
        color: #AB201C;
        background: rgba(171, 32, 28, 0.05);
        padding-right: 2px;
    }
    .product__cart-bottom > button:hover {
        color: #FFF;
        background: #AB201C;
    }
    .product__cart-bottom > button i {
        vertical-align: -3px;
    }
    .product__cart-bottom .product__quantity input {
        font-size: 16px;
        line-height: 23px;
        margin: 0 2px;
    }

    .pagination {
        padding: 29px 0px 46px 0px;
        margin-left: 0;
    }
    .pagination a {
        font-size: 16px;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }

    .blog {
        width: 100%;
        margin: 0;
    }
    .blog__wrapper {
        margin-top: 74px;
        padding: 33px 0 109px;
    }
    .blog__wrapper > h2 {
        font-size: 26px;
        line-height: 37px;
    }
    .blog__wrapper > a {
        margin-top: 2px;
    }
    .blog__wrapper > a:hover i {
        color: #FFF;
        background: #333333;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .blog__wrapper > a i {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        vertical-align: 1px;
        margin-left: 6px;
        font-size: 9px;
        width: 32px;
        height: 32px;
        display: inline-block;
        color: #333333;
        background: #F8F8F8;
        border-radius: 50%;
        padding: 12px 9px 11px 10px;
    }
    .blog__wrapper > a i::before {
        margin-left: -2px;
    }
    .blog__item-content {
        padding-left: 40px;
        margin-bottom: 1px;
    }
}
@media (max-width: 1439px) {
    .breadcrumbs {
    }

    .products {
        padding-bottom: 160px;
    }
    .products__wrapper div.products-toptext {
        margin-bottom: 29px;
    }
    .products__category {
        margin-bottom: 32px;
    }
    .products__category a {
        font-size: 15px;
        max-width: 230px;
        height: 72px;
        margin-bottom: 8px;
    }
    .products__category a:not(:last-child) {
        margin-right: 8px;
    }
    .products__variations {
        margin-bottom: 29px;
    }
    .products__about-price {
        padding-right: 55px;
        margin-bottom: 39px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .products__about-price a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .products__about-price a img {
        max-width: 30px;
        max-height: 30px;
        width: 100%;
        height: 100%;
        margin-right: 9px;
    }
    .products__about-price span {
        font-size: 14px;
        line-height: 20px;
        margin-left: auto;
    }
    .products__about-price p {
        font-size: 14px;
        line-height: 20px;
        margin-left: 123px;
    }
    .products__about-price p span {
        margin-right: -1px;
    }
    .products__filters {
        display: none;
        position: fixed;
        z-index: 1601;
        top: 0;
        bottom:0;
        left: 0;
        width: 360px;
        background: #FFF;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 35px 40px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .products__filters::-webkit-scrollbar {
        display: none;
    }
    .products__filters-box .ui-slider-horizontal .ui-slider-handle {
        top: -0.5em;
    }
    .products__filters-box .ui-widget-content {
        margin-right: 24px;
    }
    .products__filters-box .ui-widget-content::after {
        right: -24px;
    }
    .products__filters-box .ui-widget-content .ui-state-default {
        width: 24px;
        height: 24px;
    }
    .products__filters-box:last-child {
        position: fixed;
        bottom: 51px;
        left: 0;
        width: 360px;
        padding: 0 40px;
        z-index: 1604;
    }
    .products__filters-box:not(:last-child) {
        margin-bottom: 26px;
        padding-bottom: 40px;
    }
    .products__filters-box:nth-last-child(2) {
        margin: 0;
    }
    .products__filters-box > p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 31px;
    }
    .products__filters-box .amount__body {
        margin: -3px 0px 37px 0px;
    }
    .products__filters-box .amount__body::before {
        display: none;
    }
    .products__filters-box .amount {
        font-size: 18px;
        line-height: 26px;
        width: 48%;
        padding: 5px 10px 7px 10px;
    }
    .products__filters-box .amount__count {
        margin-top: 19px;
        margin-bottom: -25px;
    }
    .products__filters-box .amount__count span {
        font-size: 16px;
        line-height: 23px;
    }
    .products__filters-box .amount__box {
        display: none;
    }
    .products__filters-box a {
        margin: 0;
        font-size: 18px;
        line-height: 27px;
        padding: 12px 10px 13px 12px;
    }
    .products__filters-box a:first-child {
        margin: 0;
    }
    .products__filters-box a:last-child {
        margin-top: 10px;
        /*display: none;*/
    }
    .products__filters-subtitle {
        position: relative;
    }
    .products__filters-subtitle > span {
        display: block;
        position: absolute;
        top: 1px;
        right: 1px;
        cursor: pointer;
        color: #AB201C;
        font-size: 16px;
        line-height: 27px;
    }
    .products__filters-subtitle > span:hover {
        color: #333333;
    }
    .products__filters-subtitle h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 36px;
    }
    .products__filters-company {
        margin: -23px -37px 0px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products__filters-company > div {
        margin-top: 20px;
    }
    .products__filters-company > div:not(:last-child) {
        margin: 20px 37px 0px 0px;
    }
    .products__filters-company input:checked + label::before {
        font-size: 10px;
        line-height: 29px;
    }
    .products__filters-company input + label {
        font-size: 18px;
        line-height: 27px;
    }
    .products__filters-company input + label::before {
        width: 29px;
        height: 29px;
        margin-right: 18px;
    }
    .products__filters-area {
        padding-top: 1px;
        margin: -5px -10px -33px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products__filters-area div {
        margin: 0px 10px 20px 0px;
    }
    .products__filters-area div:not(:last-child) {
        margin: 0px 10px 20px 0px;
    }
    .products__filters-area input + label {
        font-size: 16px;
        line-height: 27px;
        padding: 4px 10px 4px 10px;
        min-width: auto;
    }
    .products__filters-shank {
        padding-top: 1px;
        margin: -4px -10px -31px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products__filters-shank div {
        margin: 0px 10px 20px 0px;
    }
    .products__filters-shank div:not(:last-child) {
        margin: 0px 10px 20px 0px;
    }
    .products__filters-shank input + label {
        font-size: 16px;
        line-height: 27px;
        padding: 4px 11px 4px 11px;
        text-align: center;
        min-width: 100px;
    }
    .products__items {
        width: 100%;
        border-left: 1px solid #C4C4C4;
    }
    .products__empty {
        display: none;
    }
    .products__pagination {
        width: 100%;
    }

    .product {
        padding: 20px 19px 35px 20px;
    }
    .product__badges {
        padding: 17px 18px 0px 23px;
    }
    .product__badge {
        padding-top: 2px;
        font-size: 13px;
        line-height: 24px;
    }
    .product__badge span {
        padding: 0;
        line-height: 28px;
    }
    .product__badge span:not(:last-child) {
        margin-right: 5px;
    }
    .product__badge .badge-new {
        width: 74px;
        height: 28px;
    }
    .product__badge .badge-hit {
        width: 56px;
        height: 28px;
    }
    .product__badge .badge-sale {
        width: 66px;
        height: 28px;
    }
    .product__badge .badge-recommend {
        width: 90px;
        height: 28px;
    }
    .product__btns span {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    .product__btns span:not(:last-child) {
        margin-right: 4px;
    }
    .product__btns span i {
        vertical-align: 0px;
    }
    .product__img {
        height:200px;
    }
    .product__title {
        margin-bottom: 15px;
    }
    .product__title a {
        font-size: 18px;
        line-height: 26px;
        max-width: 210px;
    }
    .product__text {
        font-size: 14px;
        line-height: 20px;
        /*height: 60px;*/
        margin-bottom: 29px;
    }
    .product__info {
        padding: 10px 0 10px;
        margin: -14px 0 20px;
    }
    .product__info p span {
        font-size: 14px;
        line-height: 16px;
    }
    .product__info span {
        font-size: 14px;
        line-height: 16px;
    }
    .product__info-content:not(:last-child) {
        margin-bottom: 10px;
    }
    .product__variation {
        padding: 7px 40px 6px 10px;
    }
    .product__select {
        font-size: 16px;
        line-height: 24px;
    }
    .discount .product__select p {
        font-size: 16px;
    }
    .product__select i {
        right: 13px;
        top: 12px;
        font-size: 15px;
    }
    .product__price {
        margin-top: 5px;
    }
    .product__price p {
        font-size: 18px;
        line-height: 26px;
    }
    .product__price.sale {
        margin: 0px 0px -21px 0px;
    }
    .product__price.sale p {
        font-size: 18px;
        line-height: 26px;
        margin: 6px 0px 6px 0px;
    }
    .product__price.sale span {
        font-size: 15px;
        line-height: 21px;
    }
    .product__price-tooltip {
        top: -43px;
        left: -30px;
        font-size: 12px;
        line-height: 18px;
        height: auto;
        padding: 10px 12px;
    }
    .product__price-tooltip::before {
        top: 38px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .product__cart {
    }
    .product__cart .cart-box {
        width: 38px;
        height: 38px;
        font-size: 18px;
        line-height:38px;
    }
    .product__cart .product__quantity .product__minus i {
        margin-left: -1px;
    }
    .product__cart-info {
        margin-top: 12px;
    }

    .pagination {
        padding: 40px 0px 46px 0px;
    }
    .pagination li {
        margin: 0 7.5px;
    }
    .pagination a {
        font-size: 16px;
        line-height: 38px;
        width: 38px;
        height: 38px;
    }

    .blog__wrapper {
        margin-top: 54px;
        padding: 53px 0 108px;
    }
}
@media (max-width: 1199px) {
    .products {
        padding-bottom: 120px;
    }
    .products__category a {
        font-size: 13px;
        max-width: 200px;
    }
    .products__variations a {
        margin-bottom: 9px;
    }
    .products__variations a:not(:last-child) {
        margin-right: 3px;
    }
    .products__about-price {
        padding: 0;
        margin-bottom: 30px;
    }

    .product {
        padding: 20px 15px 25px 15px;
    }
    .product__badges {
        padding: 20px 15px 0px 15px;
    }
    .product__badge {
        font-size: 12px;
        line-height: 21px;
        padding: 0;
    }
    .product__badge .badge-new {
        width: 64px;
        height: auto;
    }
    .product__badge .badge-hit {
        width: 46px;
        height: auto;
    }
    .product__badge .badge-sale {
        width: 52px;
        height: auto;
    }
    .product__badge .badge-recommend {
        width: 88px;
        height: auto;
    }
    .product__btns span {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    .product__btns span i {
        vertical-align: 4px;
    }
    .product__img {
        height: 180px;
    }
    .product__title {
        margin-bottom: 10px;
    }
    .product__title a {
        font-size: 16px;
        line-height: 23px;
        width: 85%;
        max-width: 100%;
    }
    .product__text {
        font-size: 13px;
        line-height: 19px;
        /*height: 57px;*/
    }
    .product__select {
        font-size: 13px;
        line-height: 21px;
    }
    .discount .product__select p {
        font-size: 13px;
    }
    .product__select i {
        right: 10px;
        top: 11px;
        font-size: 13px;
    }
    .product__cart .cart-box {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height:32px;
    }
    .product__cart-box {
        right: -16px;
    }
    .product__cart-box::before {
        right: 23px;
    }
    .product__price p {
        font-size: 16px;
        line-height: 23px;
        line-height: 23px;
    }
    .product__price.sale p {
        font-size: 16px;
        line-height: 23px;
        margin: 6px 0px 2px 0px;
    }
    .product__price.sale span {
        font-size: 13px;
        line-height: 19px;
    }
    .product__price-tooltip {
        left: -24px;
    }

    .pagination {
        padding: 30px 0px 46px 0px;
    }
    .pagination li {
        margin: 0 5px;
    }

    .blog__wrapper {
        padding: 53px 0 87px;
    }
    .blog .blog__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .blog__item p {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .blog__item-img {
        width: 35%;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
    }
    .blog__item-content {
        width: 65%;
        padding-left: 20px;
        margin: -2px 0px 0px 0px;
    }
}
@media (max-width: 991px) {
    .products {
        padding-bottom: 90px;
    }
    .products__category {
        min-width: 100%;
        min-height: 80px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: 0;
    }
    .products__category::-webkit-scrollbar {
    }
    .products__category a {
        font-size: 16px;
        max-width: 232px;
        min-width: 232px;
        height: 80px;
    }
    .products__category a:hover {
        -webkit-filter: none;
        filter: none;
    }
    .products__variations {
        min-width: 100%;
        min-height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
    }

    .products__about-price p {
        margin-left: 45px;
    }

    .product-main .product {
        width: 33.33%;
    }
    .product-main .product:nth-child(4) {
        border-top: none;
    }

    .product {
        padding: 20px 15px 30px 15px;
    }
    .product__text {
        margin-bottom: 20px;
    }
    .product__info {
        margin: -8px 0 20px;
    }
    .product__price.sale {
        margin: 0px 0px -18px 0px;
    }
    .product__price-tooltip {
        left: -18px;
    }

    .blog__wrapper {
        margin-top: 30px;
    }
    .blog__item p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .blog__item a {
        font-size: 18px;
        line-height: 18px;
    }
    .blog__item-content {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
    }

    .products {
        padding-bottom: 73px;
    }
    .products__overlay.active {
        display: none;
    }
    .products__wrapper div.products-toptext {
        font-size: 16px;
        margin-bottom: 39px;
    }
    .products h2 {
        text-align: center;
        margin: 0;
        font-size: 20px;
        line-height: 29px;
    }
    .products__filters {
        width: 100%;
        padding: 15px;
    }
    .products__filters-box .ui-widget-content {
        height: 3px;
        margin-right: 19px;
    }
    .products__filters-box .ui-widget-content::after {
        right: -19px;
        height: 3px;
    }
    .products__filters-box .ui-widget-content .ui-state-default {
        width: 19px;
        height: 19px;
    }
    .products__filters-box .ui-slider-horizontal .ui-slider-handle {
        top: -0.4em;
    }
    .products__filters-box:last-child {
        bottom: 49px;
        width: 100%;
        padding: 0 16px;
    }
    .products__filters-box:not(:last-child) {
        margin-bottom: 17px;
        padding-bottom: 33px;
    }
    .products__filters-box:nth-last-child(2) {
        margin: 0;
        padding: 0;
        border: none;
    }
    .products__filters-box > p {
        margin-bottom: 35px;
    }
    .products__filters-box .amount__body {
        margin: -18px 0px 41px 0px;
    }
    .products__filters-box .amount {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        width: 49%;
        padding: 6px 10px 6px 10px;
    }
    .products__filters-box .amount__count {
        margin-top: 11px;
        margin-bottom: -8px;
    }
    .products__filters-box .amount__box {
        display: none;
    }
    .products__filters-box a {
        font-size: 16px;
        line-height: 21px;
        padding: 13px 10px 14px 12px;
    }
    .products__filters-subtitle {
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 15px;
        margin-bottom: 17px;
    }
    .products__filters-subtitle > span {
        display: inline-block;
        top: 6px;
        left: 1px;
        width: 65px;
        font-size: 14px;
        line-height: 21px;
    }
    .products__filters-close {
        display: block;
        position: absolute;
        top: 2px;
        right: 1px;
        font-size: 24px;
        color: #333333;
        cursor: pointer;
    }
    .products__filters-close:hover {
        color: #AB201C;
    }
    .products__filters-company {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -17px 0px 0px 0px;
        padding: 0px 6px 0px 0px;
    }
    .products__filters-company > div {
        margin: 17px 0px 0px 0px;
    }
    .products__filters-company > div:not(:last-child) {
        margin: 17px 0px 0px 0px;
    }
    .products__filters-company input:checked + label::before {
        font-size: 8px;
        line-height: 22px;
    }
    .products__filters-company input + label {
        font-size: 16px;
    }
    .products__filters-company input + label::before {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .products__filters-area {
        padding-top: 2px;
        margin: 0px -10px -18px 0px;
    }
    .products__filters-area div {
        margin: 0px 10px 10px 0px;
    }
    .products__filters-area div:not(:last-child) {
        margin: 0px 10px 10px 0px;
    }
    .products__filters-area input + label {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 11px 5px 11px;
        min-width: auto;
    }
    .products__filters-shank {
        padding-top: 3px;
        margin: 0px -10px -10px 0px;
    }
    .products__filters-shank div {
        margin: 0px 10px 10px 0px;
    }
    .products__filters-shank div:not(:last-child) {
        margin: 0px 10px 10px 0px;
    }
    .products__filters-shank input + label {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 11px 5px 11px;
        min-width: 88px;
    }
    .products__category {
        min-height: 52px;
        margin: 0px -15px 32px 0px;
        padding: 0px 15px 0px 0px;
    }
    .products__category a {
        font-size: 13px;
        min-width: 210px;
        max-width: 210px;
        height: 52px;
    }
    .products__category a:not(:last-child) {
        margin-right: 9px;
    }
    .products__variations {
        min-height: 28px;
        margin: 0px -15px 25px 0px;
        padding: 0px 15px 0px 0px;
    }
    .products__variations a {
        min-width: 125px;
        font-size: 14px;
        line-height: 32px;
        padding: 2px 2px 1px 2px;
    }
    .products__variations a:not(:last-child) {
        margin-right: 7px;
    }
    .products__about-price a {
        font-size: 16px;
        line-height: 23px;
        margin-right: 11px;
    }
    .products__about-price p {
        display: none;
    }
    .products__about-price span {
        display: none;
    }

    .product-main .product {
        width: 50%;
    }
    .product-main .product:nth-child(3) {
        border-top: none;
    }

    .product {
        padding: 13px 10px 25px 10px;
    }
    .product__badges {
        padding: 15px 15px 0px 15px;
    }
    .product__badge {
        max-width: 135px;
        padding-top: 2px;
    }
    .product__title a {
        font-size: 15px;
    }
    .product__text {
        margin-bottom: 15px;
    }
    .product__info {
        margin: -3px 0 17px;
    }
    .product__info p span {
        font-size: 13px;
    }
    .product__info span {
        font-size: 13px;
    }
    .product__info-content:not(:last-child) {
        margin-bottom: 6px;
    }
    .product__select {
        font-size: 12px;
    }
    .discount .product__select p {
        font-size: 12px;
    }
    .product__list {
        max-height: 199px;
    }
    .product__cart-box {
        width: 225px;
        right: -11px;
        padding: 9px 10px 14px 10px;
    }
    .product__cart-btn:not(:last-child) {
        margin-right: 1px;
    }

    .blog .blog__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog__item {
        text-align: center;
        text-align: left;
    }
    .blog__item p {
        margin-bottom: 15px;
    }
    .blog__item a {
        font-size: 18px;
        line-height: 23px;
    }
    .blog__item-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .blog__item-img img {
        display: inline-block;
        max-width: 180px;
        max-height: 180px;
    }
    .blog__item-content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 479px)
{
    .stock__wrapper .stock__link:before
    {
        content:'';
    }

    .products__variations {
        min-height: 28px;
        margin-bottom: 36px;
    }
    .products__variations a {
        min-width: 108px;
        font-size: 12px;
        line-height: 24px;
    }
    .products__about-price a img {
        margin-right: 12px;
    }

    .product-main .product {
        width: 100%;
    }
    .product-main .product:nth-child(2) {
        border-top: none;
    }

    .product {
        padding: 23px 20px 30px 20px;
    }
    .product:nth-child(2) {
        border-top: none;
    }
    .product__badges {
        padding: 17px 21px 0px 20px;
    }
    .product__badge {
        font-size: 13px;
        line-height: 22px;
        max-width: 230px;
        padding-top: 5px;
    }
    .product__badge img {
        max-width: 22px;
        max-height: 16px;
        width: 100%;
        height: 100%;
        display: inline-block;
        margin: 4px 0px -4px 1px;
    }
    .product__badge .badge-new {
        width: 62px;
    }
    .product__badge .badge-hit {
        width: 46px;
    }
    .product__badge .badge-sale {
        width: 48px;
    }
    .product__badge .badge-recommend {
        width: 70px;
    }
    .product__btns span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .product__btns span i {
        vertical-align: -1px;
    }
    .product__title {
        max-width: 192px;
        margin: -60px 0px 19px auto;
    }
    .product__title a {
        width: 100%;
        font-size: 16px;
    }
    .comparison .product__title [class^="flag-"], .comparison .product__title [class*=" flag-"] {
        margin: 0;
    }
    .product__text {
        max-width: 192px;
        margin: 0px 0px 22px auto;
        font-size: 14px;
        line-height: 20px;
        height: 80px;
        -webkit-line-clamp: 4;
        height: auto;
        -webkit-line-clamp: unset;
    }
    .product__info {
        margin: 16px 0 19px;
        padding: 14px 0 15px;
    }
    .product__info p span {
        font-size: 16px;
        line-height: 19px;
    }
    .product__info span {
        font-size: 16px;
        line-height: 19px;
    }
    .product__info-content:not(:last-child) {
        margin-bottom: 13px;
    }
    .product__img {
        height: 115px;
        width: calc(100% - 200px);
    }
    .product__img img,
    .discount.discount__products .product__img img {
        margin-top: 50px;
    }
    .product__select {
        font-size: 16px;
        line-height: 21px;
    }
    .discount .product__select p {
        font-size: 16px;
    }
    .product__select i {
        right: 16px;
        top: 16px;
    }
    .product__variation {
        padding: 12px 45px 11px 10px;
    }
    .product__price {
        margin-top: 7px;
    }
    .product__price p {
        font-size: 20px;
        line-height: 29px;
    }
    .product__price.sale {
        margin: 0px 0px -22px 0px;
    }
    .product__price.sale p {
        font-size: 20px;
        line-height: 29px;
        margin: 8px 0px 4px 0px;
    }
    .product__price.sale span {
        font-size: 16px;
        line-height: 23px;
    }
    .product__cart {
    }
    .product__cart .cart-box {
        width: 42px;
        height: 42px;
        font-size: 20px;
        line-height:42px;
    }
    .product__cart-box {
        bottom: 57px;
    }
    .product__list {
        top: 51px;
    }
    .product__item {
        padding: 8px 43px 8px 16px;
    }

    .pagination {
        padding: 38px 0px 46px 0px;
    }
    .pagination li {
        margin: 0 5.5px;
    }
    .pagination a {
        font-size: 16px;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }

    .blog .blog__dots {
        display: block;
        max-width: 40px;
        margin: 0 auto;
    }
    .blog .blog__dots .dot {
        height: 3px;
    }
    .blog__wrapper {
        margin-top: 37px;
        padding: 42px 0 95px;
    }
    .blog__wrapper > h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog__wrapper > a {
        margin: 1px 3px 0px 0px;
    }
    .blog__item {
        padding: 0 15px 45px;
        text-align:left!important;
    }
    .blog__item p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 29px;
    }
    .blog__item-img {

        margin-bottom: 18px;
    }
    .blog__item-content {
        max-width: 302px;
    }
}
@media (max-width: 374px) {
    .products__variations {
        margin-bottom: 30px;
    }

    .product {
        padding: 23px 15px 30px 15px;
    }
    .product__badges {
        padding: 15px 15px 0px 15px;
    }
    .product__badge {
        max-width: 180px;
        padding-top: 0px;
    }
    .product__btns {
        margin-top: -2px;
    }
    .product__btns span {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
    .product__btns span i {
        vertical-align: 2px;
    }
    .product__title {
        max-width: 170px;
        margin: -60px 0px 10px auto;
    }
    .product__img {
        width: calc(100% - 178px);
    }
    .product__text {
        max-width: 170px;
    }
    .product__variation {
        padding: 9px 45px 9px 10px;
    }
    .product__select {
        font-size: 14px;
    }
    .discount .product__select p {
        font-size: 14px;
    }
    .product__info {
        margin: 0px 0 19px;
    }
    .product__info-content:not(:last-child) {
        margin-bottom: 8px;
    }
    .product__info-content p span {
        font-size: 14px;
        line-height: 16px;
    }
    .product__info-content span {
        font-size: 14px;
        line-height: 16px;
    }

    .pagination {
        padding: 30px 0px 40px 0px;
    }

    .blog__wrapper > a {
        margin: 1px 0px 0px 0px;
    }
}
@media (max-width: 1660px) {
    .contacts__sidebar-btn {
        padding-right: 48px;
    }
}
@media (max-width: 1639px) {
    .attention__wrapper button {
        right: 2px;
    }

    .header-top__wrapper {
        padding: 3px 0px 5px 0px;
    }
    .header-top__menu {
        margin-top: -1px;
    }
    .header-top__buttons {
        margin-top: 1px;
    }
    .header-top__mail {
        margin: 0 0 0 47px;
    }
    .header-top__mail i {
        margin-right: 11px;
        vertical-align: -1px;
    }
    .header-main ul li:not(:first-child) {
        margin-left: 20px;
    }
    .header-main__phones {
        margin-right: 3px;
    }
    .header-main__phones a:not(:last-child) {
        margin-right: 45px;
    }
    .header-bottom {
        padding: 30px 0 40px 0;
    }
    .header-bottom__btn {
        padding: 12px 30px 11px 20px;
        margin-right: 44px;
    }
    .header-bottom__btn i {
        font-size: 25px;
    }
    .header-bottom__form {
        max-width: 750px;
    }
    .header-bottom__form input {
        max-width: 100%;
    }
    .header-bottom__form button:before {
        right: 12px;
        font-size: 21px;
        line-height:29px;
    }
    .header-bottom__content {
        margin: 9px 0px -3px 0px;
    }
    .header-bottom__cart-count {
        margin-left: 6px;
    }
    .header-bottom__wishlist > a > i {
    }


    .welcome {
        padding-bottom: 77px;
    }
    .welcome h1, .welcome p {
        left: 108px;
    }

    .brands {
        padding-bottom: 105px;
    }
    .brands__item {
        padding: 0 30px;
    }
    .brands__slider {
        margin-bottom: 25px;
    }

    .directory {
        padding-bottom: 56px;
    }
    .directory__content {
        margin: 0 -8px;
    }
    .directory__item {
        padding: 0px 8px;
        margin-bottom: 16px;
    }
    .directory__item a {
        min-height: 277px;
    }
    .directory__item a img {
        max-height: 277px;
    }
    .directory__item a span {
        left: 34px;
        bottom: 22px;
    }

    .stock {
        padding-bottom: 70px;
    }
    .stock__wrapper {
        margin-bottom: 25px;
    }
    .stock__wrapper .stock__link i {
        vertical-align: -2px;
        margin-left: 10px;
        font-size: 14px;
    }
    .stock__slider .slick-list {
        margin: 0 -8px;
    }
    .stock__slider .slick-slide {
        margin: 0 8px;
    }
    .stock__item {
        padding: 31px 36px 33px 36px;
    }
    .stock__item p {
        margin-bottom: 14px;
    }
    .stock__item span {
        margin-bottom: 29px;
    }
    .stock__item a i {
        margin-left: 3px;
    }

    .recommended,
    .new {
        padding-bottom: 70px;
    }
    .recommended h2,
    .new h2 {
        margin-bottom: 22px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 35px;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0 -8px;
    }
    .recommended__item,
    .new__item {
        padding: 0 8px;
    }
    .recommended__item a,
    .new__item a {
        padding: 25px 34px 24px 34px;
    }
    .recommended__item-title,
    .new__item-title {
        margin-bottom: 16px;
    }
    .recommended__item-text,
    .new__item-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 29px;
        height: 60px;
    }
    .recommended__item-img,
    .new__item-img {
        padding-top: 27px;
        margin-bottom: 15px;
        height: 172px;
    }
    .recommended__item-img img,
    .new__item-img img{
        max-height: 100%;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {
        line-height: 19px;
        padding: 2px 11px 2px 11px;
    }
    .recommended__item-badges,
    .new__item-badges {
        top: 20px;
        padding: 0px 33px 0 33px;
    }
    .recommended__item-badges img,
    .new__item-badges img {
        max-width: 22px;
        max-height: 16px;
    }
    .recommended__item i,
    .new__item i {
        bottom: 32px;
        right: 33px;
        font-size: 13px;
    }

    .recommended {
        padding-bottom: 98px;
    }

    .service-support {
        padding-bottom: 104px;
    }
    .service-support__body {
        background-size: contain;
        backgroun-position:right center;
        background-color: #137BB5;
        padding:50px 60px;
    }
    .service-support h2 {
        margin-bottom:30px;
        font-size:30px;
    }
    .service-support p {
        font-size:18px;
    }

    .about {
        padding-bottom: 116px;
    }
    .about__content {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        width: 67%;
    }
    .about__content-title {
        margin-bottom:50px;
        font-size:26px;
    }

    .about__content-text {
        max-width:65%;
        padding-bottom:10px;
        font-size:18px;
        line-height:26px;
        font-weight:normal;
    }
    .about__content-link {
        font-size:16px;
    }

    .about__download {
        width:27%;
        border-left: 1px solid #D7D7D7;
    }
    .about__download-wrapper a {
        font-size: 18px;
        line-height: 24px;
    }
    .about__download-wrapper a:first-child {
        margin-bottom: 35px;
    }
    .about__download-wrapper a i {
        font-size: 43px;
        position: relative;
        top: -1px;
    }
    .about__download-wrapper a i img {
        top: 11px;
        left: 6px;
    }

    .advantages {
        padding-bottom: 119px;
    }
    .advantages__wrapper {
        padding: 0px 35px 0px 35px;
        margin: 0 -15.5px;
    }
    .advantages__item {
        width: 20%;
        padding: 0 15.5px;
    }
    .advantages__item img {
        max-width: 114px;
        max-height: 114px;
        margin-bottom: 8px;
    }
    .advantages__item p {
        font-size:15px;
    }

    .production {
        padding-bottom: 121px;
    }
    .production__wrapper {
        align-items: flex-start;
    }
    div.production_image {
        width:41%;
    }
    .production img {
        width: 41%;
        padding-right: 11px;
    }
    .production__content {
        width: 54%;
        padding: 15px 0px 0px 33px;
    }
    .production__content h2 {
        margin-bottom: 25px;
        font-size:26px;
    }

    .production__content a {
        margin-bottom: 25px;
        font-size:16px;
    }
    .production__content p {
        font-size: 18px;
        line-height: 26px;
    }

    .series {
        padding-bottom: 131px;
    }
    .series__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .series__item {
        max-width: 340px;
    }
    .series__item:not(:last-child) {
        border: none;
        padding: 0;
        margin: 0;
    }
    .series__item:nth-child(2) {
        max-width: 460px;
        border: 1px solid #D7D7D7;
        border-width: 0px 1px 0px 1px;
        padding: 0 60px;
        margin: 0;
    }
    .series__item p
    {
        font-size:16px;
    }
    .series__item img {
        max-height: 29px;
        margin-bottom:30px;
    }

    .news__important {
        width: 25.6%;
        padding: 52px 32px 51px 34px;
    }
    .news__important h2 {
        padding: 0;
        margin-bottom: 68px;
    }
    .news__important .news__post-text {
        margin-bottom: 34px;
    }

    .news__slider-item {
        padding-left:15px;
    }
    .news__slider .slick-next {
        top: -90px;
        right: -8px;
    }
    .news__slider .slick-prev {
        top: -90px;
        right: 52px;
    }
    .news__content {
        width: 74.4%;
        padding:0 0 32px 80px;
    }
    .news__link-all {
    }
    .news__link-all a i {
        font-size: 15px;
        margin-left: 9px;
        margin-right: 2px;
        vertical-align: -2px;
    }
    .news__posts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news__post {
    }
    .news__post-date
    {
        font-size:15px;
    }
    .news__post-title
    {
        font-size:18px;
    }
    .news__post-text {
        font-size:15px;
    }

    .footer {
        padding: 81px 33px 88px;
    }
    .footer__wrapper {
        margin-bottom:0;
    }
    .footer__bottom p br {
        display: block;
    }
    .footer__bottom a {
        margin: 0;
    }
    .footer__logo {
    }
    .footer__info {
        max-width: 278px;
        padding: 1px 0px 0px 0px;
    }
    .footer__info p {
        margin-top: 17px;
    }
    .footer__menu {
        max-width: 665px;
        margin: 0;
    }
    .footer .footer__list {
        padding-right: 17px;
    }
    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__list > li {
        margin-bottom: 16px;
    }
    .footer__list li:nth-child(2) {
        padding: 0 30px;
    }
    .footer__list li ul {
        margin-top: 26px;
    }
    .footer__list li ul li:not(:last-child) {
        margin-bottom: 18px;
    }
    .footer__list li ul li a {
        font-size: 15px;
        line-height: 26px;
    }
    .footer__list li ul li span {
        font-size: 15px;
        line-height: 26px;
    }
    .footer__buttons {
        max-width: 319px;
        margin-top: -1px;
    }
    .footer__buttons .rating-yandex {
        margin-top: 20px;
    }
}
@media (max-width: 1439px)
{
    .attention__wrapper p {
        font-size: 14px;
    }
    .attention__wrapper button {
        right: 0px;
    }

    .header-main__menu li a {
        font-size: 16px;
        line-height: 19px;
    }
    .header-main ul li:not(:first-child) {
        margin-left: 26px;
    }
    .header-main__phones {
        margin-right: 0;
    }
    .header-main__phones a {
        font-size: 16px;
        line-height: 19px;
    }
    .header-main__phones a:not(:last-child) {
        margin-right: 40px;
    }
    .header-bottom {
        padding: 33px 0 40px 0;
    }
    .header-bottom__btn {
        padding: 12px 29px 11px 20px;
        margin-right: 43px;
    }
    .header-bottom__form {
        max-width: 670px;
    }
    .header-bottom__form button:before {
        right: 22px;
    }
    .header-bottom__cart-count {
        margin-left: 7px;
    }

    .welcome {
        padding-bottom: 69px;
    }
    .welcome h1, .welcome p {
        font-size: 36px;
        line-height: 42px;
        padding: 0;
        max-width: 590px;
        top: 138px;
        left: 95px;
    }
    .welcome__item {
        height: 404px;
    }
    .welcome__dots {
        right: 78px;
    }
    .welcome .slick-arrow {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .welcome .slick-arrow::before {
        vertical-align: -6px;
    }
    .welcome .slick-prev::before {
        vertical-align: -5px;
    }

    .brands {
        padding-bottom: 90px;
    }
    .brands__item {
        padding: 0 30px;
    }

    .directory {
        padding-bottom: 51px;
    }
    .directory__content {
        margin: 0 -8.5px;
    }
    .directory__item {
        padding: 0px 8.5px;
        margin-bottom: 18px;
    }

    .directory__item a {
        min-height: 243px;
    }
    .directory__item a img {
        max-height: 243px;
    }
    .directory__item a span {
        left: 33px;
        bottom: 13px;
    }

    .stock__wrapper .stock__link i {
        vertical-align: -1px;
        font-size: 13px;
    }
    .stock__slider .slick-list {
        margin: 0 -11.5px;
    }
    .stock__slider .slick-slide {
        margin: 0 11.5px;
    }
    .stock__item {
        padding: 36px 34px 38px 34px;
    }
    .stock__item p {
        margin-bottom: 30px;
    }
    .stock__item span {
        font-size: 16px;
        max-width: 263px;
        margin-bottom: 28px;
    }
    .stock__item a i {
        margin-left: 12px;
    }

    .recommended h2,
    .new h2 {
        margin-bottom: 25px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 24px;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0 -9px;
    }
    .recommended__item,
    .new__item {
        padding: 0 9px;
    }
    .recommended__item a,
    .new__item a {
        padding: 28px 32px 25px 32px;
    }
    .recommended__item-title,
    .new__item-title {
        margin-bottom: 14px;
    }
    .recommended__item-text,
    .new__item-text {
        margin-bottom: 19px;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .recommended__item-img,
    .new__item-img {
        margin-bottom: 14px;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {
        margin-top: 1px;
    }
    .recommended__item-badges,
    .new__item-badges {
        top: 22px;
        padding: 0px 32px 0 32px;
    }
    .recommended__item i,
    .new__item i {
        right: 32px;
    }

    .recommended {
        padding-bottom: 100px;
    }

    .service-support h2 {
        margin-bottom: 32px;
    }

    .about {
        padding-bottom: 96px;
    }
    .about__content {
        width: 72%;
    }
    .about__download {
        width:26%;
    }
    .about__download-wrapper a {
        font-size:16px;
    }

    .advantages {
        padding-bottom: 120px;
    }
    .advantages__wrapper {
        padding: 0px 2px 0px 2px;
        margin: 0;
    }
    .advantages__item {
        padding: 0 31px;
    }
    .advantages__item img {
        max-width: 95px;
        max-height: 95px;
        margin-bottom: 17px;
    }

    .production__wrapper {
        padding: 0 33px 0 0;
    }
    div.production_image {
        width:44%;
    }
    .production img {
        width:45%;
    }
    .production__content {
        padding-top:0;
        width: 54%;
    }
    .production__content h2 {
        margin-bottom: 26px;
    }

    .series {
        padding-bottom: 127px;
    }
    .series__item {
        max-width: 290px;
    }
    .series__item:nth-child(2) {
        max-width: 410px;
    }
    .series__item p {
        font-size: 16px;
        line-height: 26px;
    }

    .news__important {
        width: 34.45%;
        padding: 47px 96px 49px 33px;
    }
    .news__important h2 {
        margin-bottom: 73px;
    }
    .news__important .news__post-text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .news__slider .slick-next {
        top: -95px;
        right: -54px;
    }
    .news__slider .slick-prev {
        top: -95px;
        right: 6px;
    }
    .news__content {
        width: 65.55%;
        padding-left:50px;
    }
    .news__link-all a i {
        margin: 0px 0px 0px 9px;
    }
    .news__post {
        width:43%;
    }
    .news__post:nth-child(n+3) {
        display:none;
    }
    .news__post-text {
        font-size: 14px;
        margin-bottom: 41px;
    }

    .footer {
        padding: 66px 33px 63px;
    }
    .footer__wrapper {
        margin-bottom: -40px;
    }
    .footer__bottom {
        font-size: 14px;
        line-height: 20px;
    }
    .footer__bottom > a {
        margin-top: 10px;
    }
    .footer__bottom a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer__logo {
        margin-bottom: 19px;
    }
    .footer__logo img {
    }
    .footer__tel {
        font-size: 20px;
        line-height: 41px;
    }
    .footer__info {
        max-width: 300px;
        padding: 0px 0px 0px 0px;
    }
    .footer__info p {
        font-size: 16px;
        line-height: 27px;
        margin-top: 48px;
    }
    .footer__menu {
        max-width: 596px;
        margin-left: auto;
    }
    .footer .footer__list {
        padding-right: 40px;
    }
    .footer__list > li {
        width:50%;
        margin-bottom: 10px;
    }
    .footer__list li a {
        font-size: 16px;
        line-height: 41px;
    }
    .footer__list li ul {
        margin-top: 11px;
    }
    .footer__list li ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .footer__list li ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .footer__list li ul li span {
        font-size: 14px;
        line-height: 24px;
    }
    .footer__buttons {
        max-width: 208px;
        margin: -6px 0px 0px 0px;
    }
    .footer__buttons button, .footer__buttons a {
        font-size: 14px;
        line-height: 27px;
        padding: 10px 17px 11px 17px;
    }
    .footer__buttons button {
        margin-bottom: 24px;
    }
}
@media (max-width: 1199px) {
    .attention__wrapper p {
        font-size: 13px;
    }
    .attention__wrapper button {
        width: 17px;
        height: 17px;
    }
    .attention__wrapper button i {
        -webkit-transform: translate(-50%, -44%);
        transform: translate(-50%, -44%);
    }

    .header-top__wrapper {
        display: none;
    }
    .header-top__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #333333;
        padding: 5px 0 15px;
    }
    .header-top__body .header-main__phones {
        margin: 0px auto 0px 74px;
    }
    .header-top__body .header-main__phones a {
        color: #FFF;
        font-size: 18px;
        line-height: 21px;
    }
    .header-top__body .header-main__phones a:hover {
        color: #AB201C;
    }
    .header-top__body .header-main__phones a:not(:last-child) {
        margin-right: 37px;
    }
    .header-top__logo img {
        width: 145px;
        height: 100%;
        margin: 21px 0 0;
    }
    .header-top__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: -1px 1px -6px 0px;
    }
    .header .header-top__icons a {
        color: #FFF;
    }
    .header-top__icons a i {
        margin: 0;
    }
    .header-top__phones {
        display: none;
    }
    .header-top__search {
        display: none;
    }
    .header-top__telegram i {
        font-size: 26px;
        line-height:1.1;
    }
    .header-top__mail {
        margin: 0 30px;
    }
    .header-top__mail i {
        font-size: 30px;
        line-height:1.2;
    }
    .header-top__mob-menu i {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-size: 30px;
        line-height:0.9;
        color: #FFF;
        cursor: pointer;
    }
    .header-top__mob-menu i:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .header-main {
        display: none;
    }
    .header-bottom {
        padding: 22px 0 30px 0;
    }
    .header-bottom__btn {
        margin-right: 45px;
        padding: 12px 27px 11px 20px;
        font-family: "Roboto", sans-serif;
    }
    .header-bottom__btn i {
        margin-right: 4px;
    }
    .header-bottom__form {
        max-width: 566px;
    }
    .header-bottom__form input {
        padding: 6px 55px 8px 15px;
    }
    .header-bottom__form input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 19px;
    }
    .header-bottom__form input::-moz-placeholder {
        font-size: 16px;
        line-height: 19px;
    }
    .header-bottom__form input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 19px;
    }
    .header-bottom__form input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 19px;
    }
    .header-bottom__form input::placeholder {
        font-size: 16px;
        line-height: 19px;
    }
    .header-bottom__form button:before {
        font-size: 18px;
        right: 16px;
    }
    .header-bottom__content {
        margin: 3px 3px 0px 0px;
    }
    .header-bottom__compare {
        width: 28px;
        height: 28px;
    }
    .header-bottom__compare > a > i {
        font-size: 28px;
    }
    .header-bottom__personal {width: 28px; height: 28px; margin-right: 15px} 
    .header-bottom__personal svg {width: 28px; height: 28px;}
    .header-bottom__wishlist {
        margin: 0 15px;
        width: 28px;
        height: 28px;
    }
    .header-bottom__wishlist > a > i {
        font-size: 21px;
        vertical-align:-2px;
    }
    .header-bottom__wishlist .header-bottom__count {
        display: block;
    }
    .header-bottom__cart {
        width: 28px;
        height: 28px;
        font-size: 28px;
        vertical-align:-6px;
    }
    .header-bottom__cart .header-bottom__count {
        margin-top:1px;
    }
    .header-bottom__cart-count {
        display: none;
    }
    .header-bottom__count {
        top: -10px;
        right: -9px;
        width: 23px;
        height: 23px;
        line-height: 19px;
    }

    .mobile-menu {
        padding: 30px 0;
        background: #FFF;
        -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 4px 4px;
        position: absolute;
        left: 0;
        right: 0;
        z-index:21;
    }
    .mobile-menu .header-bottom__form {
        display: none;
    }
    .mobile-menu__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mobile-menu__content {
        width: 49%;
        padding-right: 60px;
        margin-top: -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mobile-menu .mobile-menu__list {
        padding-right: 20px;
        margin-bottom: 11px;
    }
    .mobile-menu__list li:not(:last-child) {
        margin-bottom: 11px;
    }
    .mobile-menu__list li a {
        line-height: 21px;
    }
    .mobile-menu__img {
        width: 51%;
    }
    .mobile-menu__img img {
        padding-left: 5px;
    }

    .header-overlay.active {
        background: rgba(0, 0, 0, 0.25);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

    .welcome {
        padding-bottom: 59px;
    }
    .welcome h1, .welcome p {
        font-size: 24px;
        line-height: 28px;
        max-width: 393px;
        top: 111px;
        left: 100px;
    }
    .welcome__item {
        height: 308px;
    }
    .welcome__dots {
        right: 21px;
    }

    .brands {
        padding-bottom: 80px;
    }
    .brands__item {
        padding: 0 20px;
    }

    .directory {
        padding-bottom: 45px;
    }
    .directory__content {
        margin: 0 -7.5px;
    }
    .directory__item {
        padding: 0px 7.5px;
        margin-bottom: 15px;
        width:50%;
    }
    .directory__item.last {
        width: 100%;
    }
    .directory__item a {
        min-height: 264px;
    }
    .directory__item a img {
        max-height: 264px;
    }
    .directory__item a span {
        font-size: 18px;
        left: 20px;
        bottom: 34px;
    }

    .stock {
        padding-bottom: 60px;
    }
    .stock__wrapper {
        margin-bottom: 24px;
    }
    .stock__slider .slick-list {
        margin: 0 -10.5px;
    }
    .stock__slider .slick-slide {
        margin: 0 10.5px;
    }
    .stock__item {
        padding: 51px 21px 54px 21px;
    }
    .stock__item p {
        margin-bottom: 23px;
    }
    .stock__item span {
        margin-bottom: 17px;
    }
    .stock__item a i {
        margin-left: 9px;
        font-size: 13px;
    }

    .recommended,
    .new {
        padding-bottom: 60px;
    }
    .recommended h2,
    .new h2 {
        margin-bottom: 24px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 25px;
    }
    .recommended .recommended__dots,
    .recommended .new__dots,
    .new .recommended__dots,
    .new .new__dots {
        max-width: 88px;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0 -7.5px;
    }
    .recommended__item,
    .new__item {
        padding: 0 7.5px;
    }
    .recommended__item a,
    .new__item a {
        padding: 20px 20px 28px 20px;
    }
    .recommended__item-title,
    .new__item-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 19px;
    }
    .recommended__item-text,
    .new__item-text {
        margin-bottom: 29px;
    }
    .recommended__item-img,
    .new__item-img {
        margin-bottom: 14px;
        height: 185px;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {
        margin-top: 0;
        padding: 3px 14px 3px 14px;
    }
    .recommended__item-badges,
    .new__item-badges {
        top: 19px;
        padding: 0px 21px 0 19px;
    }
    .recommended__item-badges img,
    .new__item-badges img {
        max-width: 25px;
        max-height: 18px;
    }
    .recommended__item i,
    .new__item i {
        font-size: 14px;
        right: 21px;
        bottom: 36px;
    }

    .recommended {
        padding-bottom: 100px;
    }

    .service-support {
        padding-bottom: 100px;
    }
    .service-support__body {
        background-size:auto 100%;
        padding:50px 30px;
    }

    .about {
        padding-bottom: 104px;
    }
    .about__content {
        width:65%;
    }
    .about__content-text
    {
        width:60%;
        font-size:16px;
    }

    .about__download {
        width:30%;
    }

    .advantages {
        padding-bottom: 102px;
    }
    .advantages__wrapper {
        padding: 0px 5px 0px 5px;
    }
    .advantages__item {
        padding: 0 15px;
    }
    .advantages__item img {
        max-width: 85px;
        max-height: 85px;
        margin-bottom: 22px;
    }

    .production {
        padding-bottom: 101px;
    }
    .production__wrapper {
        padding: 0;
    }
    div.production_image {
        width: 100%;
        height: 220px;
        margin-bottom: 40px;
    }
    div.production_image:before {
        display:none;
    }

    .production img {
        width: 100%;
        padding-right: 0px;
        height: 220px;
        margin-bottom: 40px;
    }
    .production__content {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
    .production__content h2 {
        line-height: 35px;
        margin-bottom: 30px;
    }
    .production__content p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .series {
        padding-bottom: 97px;
    }
    .series__wrapper {
        padding: 0px 20px;
    }
    .series__item {
        max-width: 250px;
    }
    .series__item:nth-child(2) {
        max-width: 340px;
        padding: 0 45px;
    }
    .series__item img {
        margin-bottom: 31px;
    }
    .series__item p {
        font-size: 14px;
        line-height: 21px;
    }

    .news__important {
        width: 31.9%;
        padding: 41px 38px 32px 20px;
    }
    .news__important h2 {
        margin-bottom: 32px;
    }
    .news__important .news__post-text {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .news__slider .slick-next {
        top: -55px;
        right: 11px;
    }
    .news__slider .slick-next::after {
        top: -5px;
        height: 25px;
    }
    .news__slider .slick-prev {
        top: -55px;
        right: 71px;
    }
    .news__content {
        width: 69.1%;
    }
    .news__link-all {
    }
    .news__posts {
    }
    .news__post {
        width: 50%;
    }

    .news__post-date {
        margin-bottom: 15px;
    }
    .news__post-title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 18px;
    }
    .news__post-text {
        margin-bottom: 18px;
    }

    .footer {
        padding: 58px 20px 63px;
    }
    .footer__wrapper {
        margin-bottom: -49px;
    }
    .footer__bottom {
        font-size: 13px;
        line-height: 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__bottom > a {
        margin: 8px 0px 0px 0;
    }
    .footer__bottom a {
        font-size: 13px;
        line-height: 18px;
    }
    .footer__logo {
        margin-bottom: 47px;
    }
    .footer__logo img {
    }
    .footer__tel {
        font-size: 18px;
        line-height: 36px;
        display: inline-block;
    }
    .footer__info {
        max-width: 33.2%;
        width: 50%;
        padding: 0px 20px 0px 0px;
    }
    .footer__info p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 42px;
    }
    .footer__menu {
        max-width: 100%;
        width: 66.8%;
    }
    .footer .footer__list {
        padding: 0;
    }
    .footer__list .footer__buttons {
        display: block;
        margin: 0;
        width: 100%;
    }
    .footer__list .footer__buttons .rating-yandex {
        margin-top: 29px;
    }
    .footer__list .footer__buttons button, .footer__list .footer__buttons a {
        font-size: 15px;
        line-height: 27px;
        padding: 10px 4px 7px;
        width: 100%;
        text-align: center;
    }
    .footer__list .footer__buttons button {
        margin-bottom: 29px;
    }
    .footer__list .footer__buttons button i {
        font-size: 20px;
        margin: 0px 8px 0px 2px;
        vertical-align: -4px;
    }
    .footer__list .footer__buttons a i {
        font-size: 14px;
        margin: 0px 6px 0px -6px;
        vertical-align: -1px;
    }
    .footer__list > li {
        margin-bottom: 40px;
    }
    .footer__list>li:nth-child(2)
    {
        padding:0;
    }

    .footer__list li a {
        font-size: 15px;
        line-height: 36px;
    }
    .footer__list li ul {
        margin-top: 15px;
    }
    .footer__list li ul li:not(:last-child) {
        margin-bottom: 11px;
    }
    .footer__list li ul li a {
        font-size: 13px;
        line-height: 21px;
    }
    .footer__list li ul li span {
        font-size: 13px;
        line-height: 21px;
    }
    .footer__buttons {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-top__body .header-main__phones {
        margin: -1px auto 0px 55px;
    }
    .header-top__body .header-main__phones a {
        font-size: 17px;
        line-height: 20px;
    }
    .header-top__body .header-main__phones a:not(:last-child) {
        margin-right: 32px;
    }
    .header-bottom {
        padding: 20px 0 30px 0;
    }
    .header-bottom__btn {
        margin-right: 16px;
        padding: 12px 28px 11px 20px;
    }
    .header-bottom__form {
        max-width: 399px;
    }
    .header-bottom__content {
        margin: 5px 0px 0px 0px;
    }

    .welcome {
        padding-bottom: 39px;
    }
    .welcome h1, .welcome p {
        top: 91px;
        left: 106px;
    }
    .welcome__item {
        height: 267px;
    }
    .welcome__dots {
        right: 25px;
    }

    .brands {
        padding-bottom: 70px;
    }
    .brands__item {
        padding: 0 10px;
    }

    .directory {
        padding-bottom: 46px;
    }
    .directory__content {
        margin: 0 -7px;
    }
    .directory__item {
        padding: 0px 7px;
        margin-bottom: 14px;
        width: 50%;
    }
    .directory__item a {
        min-height: 203px;
    }
    .directory__item a img {
        max-height: 203px;
    }
    .directory__item a span {
        font-size: 16px;
        left: 17px;
        bottom: 21px;
        max-width: 194px;
    }

    .stock {
        padding-bottom: 57px;
    }
    .stock__wrapper {
        margin-bottom: 25px;
    }

    .stock .stock__dots {
        max-width: 48px;
    }
    .stock__slider .slick-list {
        margin: 0 -7.5px;
    }
    .stock__slider .slick-slide {
        margin: 0 7.5px;
    }
    .stock .stock__dots {
        display: block;
        margin-top: 20px;
    }
    .stock .slick-arrow {
        position: absolute;
        font-size: 15px;
        cursor: pointer;
    }
    .stock .slick-arrow:hover {
        color: #AB201C;
    }
    .stock .slick-prev {
        top: -49px;
        right: 60px;
    }
    .stock .slick-prev:before {
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .stock .slick-next {
        top: -49px;
        right: 0px;
    }
    .stock .slick-next::after {
        content: "";
        width: 1px;
        height: 25px;
        background: #333333;
        position: absolute;
        top: -5px;
        left: -19px;
        pointer-events: none;
    }
    .stock__item {
        padding: 53px 21px 50px 30px;
    }
    .stock__item p {
        margin-bottom: 24px;
    }
    .stock__item span {
        font-size: 20px;
        max-width: 306px;
        margin-bottom: 30px;
    }
    .stock__item a i {
        margin-left: 23px;
        font-size: 17px;
        vertical-align: -2px;
    }

    .recommended,
    .new {
        padding-bottom: 56px;
    }
    .recommended h2,
    .new h2 {
        margin-bottom: 22px;
    }
    .recommended .recommended__dots,
    .recommended .new__dots,
    .new .recommended__dots,
    .new .new__dots {
        max-width: 80px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 20px;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0 -6.5px;
    }
    .recommended__item,
    .new__item {
        padding: 0 6.5px;
    }
    .recommended__item a,
    .new__item a {
        padding: 20px 19px 23px 19px;
    }
    .recommended__item-title,
    .new__item-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px;
        height: 60px;
    }
    .recommended__item-text,
    .new__item-text {
        margin-bottom: 23px;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .recommended__item-price,
    .new__item-price {
        font-size: 18px;
        line-height: 26px;
    }
    .recommended__item-img,
    .new__item-img {
        height: 137px;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {

    }
    .recommended__item-badges,
    .new__item-badges {
        top: 17px;
        padding: 0px 19px 0 19px;
    }
    .recommended__item-badges img,
    .new__item-badges img {
        max-width: 20px;
        max-height: 14px;
    }
    .recommended__item i,
    .new__item i {
        font-size: 12px;
        right: 19px;
        bottom: 29px;
    }

    .recommended {
        padding-bottom: 59px;
    }

    .service-support {
        padding-bottom: 70px;
    }
    .service-support__body {
        padding:40px 30px;
        background-image: url(../img/service-support-mob-1.jpg);
    }
    .service-support h2 {
        font-size:24px;
        margin-bottom: 26px;
    }
    .service-support p {
        font-size: 18px;
        line-height: 27px;
        max-width: 401px;
    }

    .about {
        padding-bottom: 77px;
    }
    .about__content {
        width:58%;
    }
    .about__content-title {
        float:none;
        margin-bottom:20px;
    }
    .about__content-text
    {
        float:none;
        width:auto;
        max-width: none;
    }
    .about__content-link {
        float:none;
    }
    .about__download {
        width:37%;
        margin-top:55px;
        padding-top:5px;
    }

    .advantages {
        padding-bottom: 70px;
    }
    .advantages__wrapper {
        padding: 0;
    }
    .advantages__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 0 30px 50px;
    }
    .advantages__item img {
        max-width: 58px;
        max-height: 58px;
        margin: 0px 20px 0px 0px;
    }
    .advantages__item p {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    .advantages__item p br {
        display: block;
    }
    .owl-carousel .advantages__item {
        width:auto;
        padding:0 0 0 20px;
    }
    .owl-carousel .owl-item .advantages__item img {
        max-width:none;
        max-height:none;
        width:85px;
        height:85px;
    }
    .owl-carousel .advantages__item p {
        font-size:16px;
    }
    .advantages__wrapper.owl-carousel div.owl-dots {
        margin-top:40px;
    }


    .production {
        padding-bottom: 71px;
    }
    .production img {
        margin-bottom: 35px;
    }
    .production__content {
        padding: 0px 30px 0px 30px;
    }
    .production__content h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .production__content a {
        font-size: 16px;
        line-height: 32px;
    }

    .series {
        padding-bottom: 66px;
    }
    .series__wrapper {
        padding: 0px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .series__item {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .series__item:nth-child(2) {
        max-width: 100%;
        padding: 0;
        border: none;
    }
    .series__item:nth-child(2) p {
        margin: 11px 0 16px 0;
        padding: 16px 0 14px 0px;
        border: 1px solid #D7D7D7;
        border-width: 1px 0px 1px 0px;
    }
    .series__item img {
        margin-bottom: 0;
        max-height: 30px;
        max-width: 98px;
        width: auto;
    }
    .series__item p {
        line-height: 26px;
        max-width: 520px;
    }

    .news__important {
        width: 49.6%;
        padding: 58px 95px 51px 30px;
    }
    .news__important h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .news__important .news__post-text {
        margin-bottom: 2px;
    }
    .news__slider .slick-next {
        top: -54px;
        right: 0px;
    }
    .news__slider .slick-prev {
        top: -54px;
        right: 60px;
    }
    .news__content {
        width: 50.4%;
    }
    .news__link-all {
        padding:40px 0 30px 0;
    }
    .news__posts {
        margin: 0;
    }
    .news__post {
        padding: 0;
        width: 100%;
    }
    .news__post-date {
        margin-bottom: 5px;
        opacity: 0.6;
    }
    .news__post-title {
        margin-bottom: 11px;
    }
    .news__post-text {
        margin-bottom: 12px;
        opacity: 0.6;
    }

    .footer {
        padding: 92px 30px 93px;
    }

    .footer__wrapper {
        margin-bottom:0;
    }

    .footer__buttons a.kompot {
        margin-top:10px;
    }

    .footer__buttons .rating-yandex {
        margin-top:10px;
    }

    .footer__bottom {
        font-size: 14px;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center;
    }
    .footer__bottom > a {
        margin: 0;
        display: none;
    }
    .footer__bottom a {
        font-size: 14px;
    }
    .footer__logo {
        margin-bottom: 49px;
    }
    .footer__tel {
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
    }
    .footer__info {
        max-width: 100%;
        width: 207px;
        padding: 0px 0px 0px 0px;
    }
    .footer__info .footer__buttons {
        display: block;
        margin-top: 44px;
    }
    .footer__info .footer__buttons a, .footer__info .footer__buttons button {
        font-size: 15px;
        padding: 9px 5px 8px 5px;
        width: 100%;
        text-align: center;
    }
    .footer__info .footer__buttons button {
        margin-bottom: 21px;
    }
    .footer__info .footer__buttons button i {
        margin-right: 7px;
    }
    .footer__info .footer__buttons a i {
        font-size: 13px;
        margin: 0px 7px 0px -6px;
        vertical-align: -2px;
    }
    .footer__info .footer__buttons .footer__map {
        padding: 0;
        display: inline-block;
        margin-top: 48px;
        font-size: 14px;
        line-height: 36px;
        background: none;
        color: #B0B0B0;
        width: auto;
    }
    .footer__info .footer__buttons .footer__map:hover {
        color: #FFF;
    }
    .footer__info p {
        font-size: 16px;
        line-height: 27px;
        margin-top: 31px;
    }
    .footer__menu {
        max-width: 100%;
        width: 280px;
    }
    .footer__list .footer__buttons {
        display: none;
    }
    .footer__list > li {
        width: 100%;
    }
    .footer__list > li:not(:last-child) {
        margin-bottom: 39px;
    }
    .footer__list > li:nth-child(2) {
        width: auto;
        display: block;
    }
    .footer__list > li:nth-child(4) {
        margin-top: 0;
        display: none;
    }
    .footer__list li a {
        font-size: 16px;
        line-height: 36px;
    }
    .footer__list li ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .footer__list li ul li a {
        font-size: 14px;
        line-height: 21px;
    }
    .footer__list li ul li span {
        font-size: 14px;
        line-height: 21px;
    }
}
@media (max-width: 767px) {
    .header-top__body {
        padding: 6px 0 17px;
    }
    .header-top__icons {
        margin: -2px -1px -9px 0px;
    }
    .header-top__phones {
        display: block;
    }
    .header-top__phones a {
        width: 40px;
        height: 40px;
        font-size: 32px;
        position: relative;
    }
    .header-top__phones a.active::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        -webkit-transform: translateX(-69%);
        transform: translateX(-69%);
        display: block;
        border: 7px solid transparent;
        border-bottom: 7px solid #FFF;
    }
    .header-top__phones a i {
    }
    .header-top__search {
        display: block;
        margin: 0px 25px 0px 32px;
    }
    .header-top__search a {
        width: 40px;
        height: 40px;
        font-size: 32px;
    }
    .header-top__telegram {
        display: none;
    }
    .header-top__mail {
        display: none;
    }
    .header-top__mob-menu {
        width: 40px;
        height: 40px;
    }
    .header-top__mob-menu i {
        font-size: 38px;
        line-height:34px;
    }
    .header-top .header-main__phones {
        display: none;
    }
    .header-bottom {
        padding: 14px 0 30px 0;
    }
    .header-bottom__form {
        display: none;
    }
    .header-bottom__compare {
        width: 32px;
        height: 32px;
    }
    .header-bottom__compare > a > i {
        font-size: 32px;
    }
    .header-bottom__personal {width: 32px; height: 32px; margin-right: 25px} 
    .header-bottom__personal svg {width: 30px; height: 32px;}
    .header-bottom__wishlist {
        width: 32px;
        height: 32px;
        margin: 0px 30px;
    }
    .header-bottom__wishlist > a > i {
        font-size: 24px;
        vertical-align: -6px;
    }
    .header-bottom__content {
        margin: 0;
    }
    .header-bottom__content > a {
        height: 32px;
    }
    .header-bottom__cart {
        width: 32px;
        height: 32px;
        font-size: 32px;
        vertical-align:-7px;
    }
    .header-bottom__count {
        top: -10px;
        right: -10px;
        width: 26px;
        height: 26px;
        line-height: 22px;
    }

    .compare {
        top: 50px;
    }

    .wishlist {
        top: 50px;
    }

    .mobile-menu {
        padding:20px 0;
    }
    .mobile-menu .header-bottom__form {
        display: block;
        margin-bottom: 12px;
        max-width: 100%;
    }
    .mobile-menu .header-bottom__form input {
        padding: 4px 55px 5px 14px;
    }
    .mobile-menu .header-bottom__form button::before {
        font-size: 21px;
        right: 16px;
        top: 7px;
    }
    .mobile-menu__content {
        width: 100%;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mobile-menu__list li {
        display: block;
        margin: 0;
    }
    .mobile-menu__list li:not(:last-child) {
        margin: 0;
    }
    .mobile-menu__list li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding: 16px 0px 14px 0px;
        width: 100%;
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .mobile-menu__list li a::before {
        content: "";
        font-family: "icomoon";
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        font-size: 18px;
        color: #AB201C;
    }
    .mobile-menu__list:first-child li:last-child a {
        border: none;
    }
    .mobile-menu .mobile-menu__list {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .mobile-menu .mobile-menu__list + .mobile-menu__list {
        margin: 0;
    }
    .mobile-menu__img {
        display: none;
    }

    .dropdown {
        width: 290px;
        padding: 15px 0 30px;
    }
    .dropdown__title {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .dropdown__box {
        padding: 14px 40px 14px 15px;
    }
    .dropdown__box > a {
        margin: 0px 0px 5px 0px;
    }
    .dropdown__box img {
        max-width: 100px;
        vertical-align: 0;
    }
    .dropdown__name {
        margin: 0px 0px -6px 0px;
    }
    .dropdown__name span {
        margin-bottom: 5px;
    }
    .dropdown__price {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .dropdown__price span {
        margin: 0px 10px 0px 0px;
    }
    .dropdown__items {
        margin-bottom: 25px;
    }
    .dropdown__btn {
        max-width: 260px;
        width: 100%;
        margin: 0 auto;
    }
    .dropdown__btn a {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 15px 11px 15px;
        width: 100%;
    }
    .dropdown__close {
        top: -5px;
        right: 9px;
    }

    .phone-menu {
        position:absolute;
        z-index:1;
        margin-top:-1px;
        left: 0;
        right:0;
        height: auto;
        background: #FFF;
        -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 6px 6px;
    }
    .phone-menu__item {
        min-height: 100px;
        padding: 21px 19px 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-menu__item:not(:last-child) {
        border-bottom: 1px solid #D7D7D7;
    }
    .phone-menu__img {
        background: rgba(171, 32, 28, 0.05);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
    }
    .phone-menu__img i {
        font-size: 30px;
        color: #AB201C;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .phone-menu__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 20px;
    }
    .phone-menu__content span {
        font-size: 17px;
        line-height: 20px;
        color: #A2A2A2;
    }
    .phone-menu__tel {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        margin: -2px 0px 10px 0px;
    }
    .phone-menu__mail {
        font-size: 22px;
        line-height: 40px;
    }

    .quest {
        position: absolute;
        margin-top:-48px;
        left: 0;
        right:0;
    }
    .quest .header-bottom__form {
        display: block;
        max-width: 100%;
    }
    .quest .header-bottom__form button:before {
        font-size: 24px;
        top: 4px;
        right: 10px;
        color: #AB201C;
    }
    .quest .header-bottom__form-body input {
        font-weight: 500;
        font-size: 14px;
        line-height: 29px;
        color: #828282;
        border: none;
        padding: 5px 50px 5px 10px;
        height: 39px;
    }
    .quest .header-bottom__form-body input::-webkit-input-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #828282;
    }
    .quest .header-bottom__form-body input::-moz-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #828282;
    }
    .quest .header-bottom__form-body input:-ms-input-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #828282;
    }
    .quest .header-bottom__form-body input::-ms-input-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #828282;
    }
    .quest .header-bottom__form-body input::placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #828282;
    }

    .search-box {
        top: 44px;
        padding: 15px;
        margin-top: 5px;
        margin-top: 5px;
        height: 300px;
    }

    .welcome {
        padding-bottom: 39px;
    }
    .welcome h1, .welcome p {
        font-size: 20px;
        line-height: 30px;
        max-width: 350px;
        top: 55px;
        left: 30px;
    }
    .welcome__dots {
        right: 27px;
    }

    .brands {
        padding-bottom: 50px;
    }
    .brands__item {
        padding: 0 10px;
    }

    .directory {
        padding-bottom: 43px;
    }
    .directory__content {
        margin: 0 -6px;
    }
    .directory__item {
        padding: 0px 6px;
        margin-bottom: 12px;
        width: 50%;
    }
    .directory__item a {
        min-height: 191px;
    }
    .directory__item a img {
        max-height: 191px;
    }
    .directory__item a span {
        font-size: 14px;
        max-width: 100%;
        left: 15px;
        bottom: 25px;
    }

    .stock {
        padding-bottom: 47px;
    }
    .stock__wrapper {
        margin-bottom: 24px;
    }
    .stock .slick-prev,
    .stock .slick-next {
        top: -48px;
    }
    .stock__item {
        padding: 58px 15px 51px 15px;
        min-height: 269px;
    }
    .stock__item p {
        margin-bottom: 33px;
    }
    .stock__item span {
        font-size: 18px;
        max-width: 245px;
        margin-bottom: 0px;
    }
    .stock__item a {
        display: none;
    }

    .recommended,
    .new {
        padding-bottom: 46px;
    }
    .recommended h2,
    .new h2 {
        margin-bottom: 21px;
    }
    .recommended .recommended__dots,
    .recommended .new__dots,
    .new .recommended__dots,
    .new .new__dots {
        max-width: 96px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 20px;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0 -5px;
    }
    .recommended__item,
    .new__item {
        padding: 0 5px;
    }
    .recommended__item a,
    .new__item a {
        padding: 20px 14px 27px 14px;
    }
    .recommended__item-title,
    .new__item-title {
        margin-bottom: 20px;
    }
    .recommended__item-text,
    .new__item-text {
        margin-bottom: 25px;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .recommended__item-price,
    .new__item-price {
        font-size: 16px;
        line-height: 23px;
    }
    .recommended__item-img,
    .new__item-img {
        height: 165px;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {
        margin-top: 1px;
        padding: 1px 11px 3px 12px;
    }
    .recommended__item-badges,
    .new__item-badges {
        top: 18px;
        padding: 0px 14px 0 14px;
    }
    .recommended__item-badges img,
    .new__item-badges img {
        max-width: 24px;
        max-height: 16px;
    }
    .recommended__item i,
    .new__item i {
        font-size: 13px;
        right: 14px;
    }

    .recommended {
        padding-bottom: 69px;
    }

    .service-support {
        padding-bottom: 70px;
    }
    .service-support__body {
        background-image:url("../img/service-support-480.jpg");
        background-size:auto 100%;
        background-position: right center;
        padding-right:120px;
    }
    .service-support h2 {
    }
    .service-support p {
    }

    .about {
        padding-bottom:50px;
    }
    .about__wrapper {
        border-bottom: 1px solid rgba(196, 196, 196, 0.4);
        padding-bottom: 40px;
    }
    .about__content {
        width: 100%;
        margin-bottom: 25px;
    }
    .about__content h2 {
        font-size:24px
    }
    .about__content a {
        margin-bottom: 16px;
    }
    .about__content-text{
        padding: 20px 0 30px 0;
    }
    .about__download {
        border: none;
        width: 100%;
        padding: 0 0 35px 0;
        margin: 0;
        display: block;
    }
    .about__download-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about__download-wrapper a {
        width:50%;
        font-size: 16px;
        line-height:1.3;
    }
    .about__download-wrapper a i {
        font-size: 37px;
    }
    .about__download-wrapper a:first-child {
        margin: 0;
    }

    .advantages__wrapper {
        margin-bottom: -10px;
    }
    .advantages__item {
        width: 100%;
        padding: 0 0px 10px;
    }
    .advantages__item img {
        max-width: 60px;
        max-height: 60px;
        margin: 0px 33px 0px 0px;
    }
    .advantages__item p br {
        display: none;
    }

    .production {
        padding-bottom: 51px;
    }
    .production .container {
        padding: 0;
    }
    .production img {
        margin-bottom: 30px;
    }
    .production__content {
        padding: 0px 16px;
    }
    .production__content h2 {
        margin-bottom: 14px;
    }

    .series {
        padding-bottom: 49px;
    }
    .series__wrapper {
        padding: 0;
    }
    .series__item {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .series__item:nth-child(2) p {
        margin: 0;
        padding: 0;
        border: none;
    }
    .series__item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D7D7D7;
    }
    .series__item img {
        margin-bottom: 20px;
        max-height: 25px;
        max-width: 81px;
    }
    .series__item p {
        max-width: 100%;
        padding: 0;
    }

    .news .container {
        padding: 0;
    }
    .news__wrapper {
        display: block;
    }
    .news__important {
        width: 100%;
        padding: 44px 30px 34px 30px;
        background: #AB201C;
    }
    .news__important::before {
        display: none;
    }
    .news__important h2 {
        margin-bottom: 14px;
    }
    .news__important .news__post-text {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .news__slider .slick-next {
        top: -39px;
    }
    .news__slider .slick-next::after {
        top: -3px;
        height: 21px;
    }
    .news__slider .slick-prev {
        top: -39px;
    }
    .news__content {
        width: 100%;
        padding: 35px 30px 31px 30px;
    }
    .news__link-all {
        margin: 0px 0px 16px 0px;
    }
    .news__link-all a i {
        margin: 0px 0px 0px 8px;
    }
    .news__post-title {
        margin-bottom: 10px;
    }
    .news__post-text {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .footer {
        padding: 70px 15px 85px;
    }
    .footer__wrapper {
        margin: 0;
    }
    .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        width: auto;
        margin: 0 auto 54px;
    }
    .footer__info .footer__buttons {
        display: none;
    }
    .footer__info p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 18px;
        line-height: 27px;
        margin: 0px 0px 55px 0px;
    }
    .footer__info p br {
        display: none;
    }
    .footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 51px;
    }
    .footer__logo img {
        margin: 0 auto;
    }
    .footer__tel {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 26px;
        line-height: 40px;
    }
    .footer__tel + .footer__tel {
        margin-top: 26px;
    }
    .footer .footer__list {
        margin: 0;
    }
    .footer__menu {
        width: 100%;
        margin-bottom: 69px;
    }
    .footer__list > li:not(:last-child) {
        margin-bottom: 0px;
    }
    .footer__list > li > a {
        font-size: 20px;
        line-height: 36px;
        padding: 22px 0;
        border-bottom: 1px solid rgba(96, 96, 96, 0.3);
        width: 100%;
        position: relative;
    }
    .footer__list > li > a:hover {
        color: #FFF;
    }
    .footer__list > li > a::after {
        content: "";
        font-family: "icomoon";
        position: absolute;
        color: #B0B0B0;
        top: 23px;
        right: -2px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .footer__list > li > a.rotate::after {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #FFF;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer__list > li:nth-child(2) {
        width: 100%;
    }
    .footer__list > li ul {
        display: none;
        margin: 0;
        padding-bottom: 9px;
    }
    .footer__list > li ul li:not(:last-child) {
        margin: 0;
    }
    .footer__list > li ul li a {
        font-size: 16px;
        line-height: 21px;
        padding: 29px 0;
        border-bottom: 1px solid rgba(96, 96, 96, 0.3);
        width: 100%;
    }
    .footer__list > li ul li span {
        font-size: 16px;
        line-height: 21px;
    }
    .footer__buttons {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 75px;
    }
    .footer__buttons:after
    {
        display:none;
    }
    .footer__buttons a, .footer__buttons button {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 36px;
        padding: 16px 10px 16px 10px;
    }
    .footer__buttons button {
        margin-bottom: 24px;
    }
    .footer__buttons button i {
        font-size: 24px;
        margin-right: 13px;
        margin-left: -6px;
        vertical-align: -4px;
    }
    .footer__buttons a i {
        font-size: 17px;
        margin: 0px 11px 0px -6px;
        vertical-align: -2px;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .footer__buttons a.kompot
    {
        display:none;
    }

    .footer__buttons .rating-yandex
    {
        display:block;
        margin:24px auto 0;
    }

    .footer__bottom > a {
        display: block;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 47px;
    }
    .footer__bottom p {
        font-size: 16px;
        line-height:1.3;
        width:auto;
    }
    .footer__bottom p br {
        display: none;
    }
}
@media (max-width: 580px) {
    .about__download-wrapper a i {
        font-size:50px;
    }
    .about__download-wrapper a i img {
        top: 16px;
        left: 9px;
    }
    .about__download-wrapper a span {
        display:block;
        margin-top:20px;
    }
}
@media (max-width: 540px) {
    .production__content {
        padding: 0 10px;
    }

    .about__download-wrapper {
        flex-direction: column;
        gap: 35px;
    }
}
@media (max-width: 479px) {
    .attention {
        display:none;
    }
    .attention-mob {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 8;
    }
    .attention-mob .container {
        padding: 0;
    }
    .attention-mob__wrapper {
        background: #AB201C;
        padding: 16px 11px 15px 15px;
        border-radius: 10px;
        -webkit-filter: drop-shadow(0px 16px 30px rgba(171, 32, 28, 0.3));
        filter: drop-shadow(0px 16px 30px rgba(171, 32, 28, 0.3));
        position: relative;
    }
    .attention-mob__wrapper p {
        color: #FFF;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        max-width: 256px;
    }
    .attention-mob__wrapper button {
        width: 32px;
        height: 32px;
        right: 11px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        color: #FFF;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        padding: 0;
    }
    .attention-mob__wrapper button i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 26px;
        -webkit-transform: translate(-48%, -50%);
        transform: translate(-48%, -50%);
    }
    .attention-mob__wrapper button:hover {
        color: #333333;
        background: #FFF;
    }

    .header-top__icons {
        margin: -6px -6px -6px 0px;
    }
    .header-top__phones a {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .header-top__phones a.active::before {
        bottom: -19px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom: 6px solid #FFF;
    }
    .header-top__search {
        margin: 0px 24px 0px 30px;
    }
    .header-top__search a {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .header-top__search a i {
    }
    .header-bottom {
        padding: 10px 0 30px 0;
    }
    .header-bottom__content {
        margin: 1px -1px 0px 0px;
    }
    .header-bottom__compare > a > i {
        font-size: 30px;
    }
    .header-bottom__wishlist {
        margin: 0px 23px 0px 27px;
    }
    .header-bottom__wishlist > a > i {
        font-size: 23px;
        vertical-align: -4px;
    }
    .header-bottom__cart {
        vertical-align:-5px;
    }

    .header-bottom__count {
        top: -8px;
        right: -7px;
        width: 25px;
    }
    .header-bottom__cart .header-bottom__count {
        margin-top:2px;
    }

    .wishlist {
        left: -202px;
    }

    .compare {
        left: -140px;
    }

    .phone-menu__item {
        min-height: 88px;
        padding: 10px 15px;
    }
    .phone-menu__img {
        width: 42px;
        height: 42px;
        position: relative;
    }
    .phone-menu__img i {
        font-size: 26px;
    }
    .phone-menu__content {
        margin-left: 21px;
    }
    .phone-menu__content span {
        font-size: 16px;
        line-height: 19px;
    }
    .phone-menu__tel {
        font-size: 20px;
        line-height: 23px;
        margin: 2px 0px 12px 0px;
    }
    .phone-menu__mail {
        font-size: 18px;
        line-height: 30px;
    }

    .search-box__list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .search-box__list li a {
        font-size: 16px;
        line-height: 20px;
    }
    .search-box__img {
        margin-right: 10px;
        max-width: 60px;
    }

    .welcome>div.container {
        padding:0;
    }
    .welcome h1, .welcome p {
        font-size: 18px;
        line-height: 21px;
        max-width:none;
        top:auto;
        bottom:40px;
        left:30px;
        right:30px;
        text-align:center;
    }
    .welcome__dots {
        right:auto;
        left:50%;
        margin-left:-48px;
    }

    .directory {
        padding-bottom: 41px;
    }
    .directory__content {
        margin: 0 -4.5px;
    }
    .directory__item {
        padding: 0px 4.5px;
        margin-bottom: 9px;
    }
    .directory__item a {
        min-height: 146px;
    }
    .directory__item a img {
        max-height: 146px;
    }
    .directory__item a span {
        left: 5px;
        bottom: 10px;
    }

    .stock__wrapper {
        margin-bottom: 25px;
    }
    .stock .slick-prev,
    .stock .slick-next {
        top: -49px;
    }
    .stock .stock__dots {
        margin-top: 25px;
    }
    .stock__item {
        padding: 41px 20px 51px 20px;
        min-height: 350px;
        text-align: center;
    }
    .stock__item:nth-child(odd) {
        /*background-image: url("../img/stock-mob-1.jpg");*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .stock__item:nth-child(even) {
        /*background-image: url("../img/stock-mob-2.jpg");*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .stock__item p {
        margin-bottom: 27px;
    }
    .stock__item span {
        max-width: 100%;
    }

    .recommended,
    .new {
        padding-bottom: 47px;
    }
    .recommended h2,
    .new h2 {
        margin-bottom: 3px;
    }
    .recommended__slider,
    .new__slider {
        margin-bottom: 0;
    }
    .recommended .slick-list,
    .new .slick-list {
        margin: 0;
    }
    .recommended .recommended__dots,
    .recommended .new__dots,
    .new .recommended__dots,
    .new .new__dots {
        margin-top: 23px;
    }
    .recommended__item,
    .new__item {
        padding: 18px 0px 0px 0px;
    }
    .recommended__item a,
    .new__item a {
        padding: 32px 12px 14px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .recommended__item-title,
    .new__item-title {
        margin-bottom: 20px;
        padding-right: 34px;
    }
    .recommended__item-text,
    .new__item-text {
        margin-bottom: 17px;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .recommended__item-content,
    .new__item-content {
        padding: 0px 0px 0px 8px;
        width: 60%;
    }
    .recommended__item-img,
    .new__item-img {
        width: 40%;
        padding: 13px 5px 0px 0px;
        height: auto;
        margin: 0;
    }
    .recommended__item-hit, .new__item-hit,
    .recommended__item-new, .new__item-new,
    .recommended__item-sale, .new__item-sale,
    .recommended__item-recommend, .new__item-recommend,
    .recommended__item-way, .new__item-way
    {
        margin-top: 4px;
        padding: 1px 6px 0px 5px;
        font-size: 12px;
        line-height: 15px;
    }
    .recommended__item-badges,
    .new__item-badges {
        top: 10px;
        padding: 0px 13px 0 13px;
    }
    .recommended__item-badges img,
    .new__item-badges img {
        max-width: 20px;
        max-height: 12px;
    }
    .recommended__item i,
    .new__item i {
        font-size: 11px;
        right: 13px;
        bottom: 19px;
    }

    .recommended {
        padding-bottom: 70px;
    }

    .service-support__body {
        background-image: url("../img/service-support-mob-2.jpg");
        background-size: cover;
        background-position: center center;
        padding: 25px 40px 238px;
        text-align: center;
    }

    .service-support h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 21px;
    }

    .advantages {
        padding-bottom: 60px;
    }
    .advantages__item img {
        margin: 0px 28px 0px 0px;
    }

    .series__item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .news__important {
        padding: 44px 30px 36px 30px;
    }
    .news__important .news__post-date {
        margin-bottom: 5px;
    }
    .news__important .news__post-text {
        font-size: 14px;
        margin-bottom: 17px;
    }
    .news__content {
        padding: 35px 30px 31px 30px;
    }
    .news__link-all {
        margin: 0px 0px 2px 0px;
    }
    .news__link-all a i {
        vertical-align: -1px;
    }
    .news__post-date {
        margin-bottom: 1px;
    }
    .news__post-title {
        margin-bottom: 11px;
    }
    .news__post-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .footer {
        padding: 70px 1px 52px;
    }
    .footer__info {
        max-width: 240px;
    }
    .footer__info p {
        font-size: 16px;
        margin: 0px 0px 38px 0px;
    }
    .footer__logo {
        margin-bottom: 31px;
    }
    .footer__menu {
        margin-bottom: 60px;
    }
    .footer__list > li:not(:last-child) {
        margin-bottom: 0px;
    }
    .footer__list > li > a::after {
        font-size: 16px;
        top: 22px;
        right: -1px;
    }
    .footer__list > li ul {
        padding-bottom: 9px;
    }
    .footer__buttons {
        max-width: 268px;
        width: 100%;
        margin: 0 auto 53px;
    }
    .footer__buttons a, .footer__buttons button {
        font-size: 18px;
        line-height: 32px;
        padding: 14px 10px 14px 10px;
    }
    .footer__buttons button {
        margin-bottom: 24px;
    }
    .footer__buttons button i {
        font-size: 23px;
        margin-right: 10px;
        margin-left: -3px;
        vertical-align: -4px;
    }
    .footer__buttons a i {
        font-size: 15px;
        margin: 0px 11px 0px -9px;
        vertical-align: -1px;
    }
    .footer__bottom > a {
        margin-bottom: 41px;
    }
    .footer__bottom p {
        font-size: 16px;
        max-width: 208px;
    }
}
@media (max-width: 374px) {
    .attention-mob {
        bottom: 20px;
    }
    .attention-mob__wrapper p {
        max-width: 205px;
    }

    .header-top__logo img {
        max-width: 135px;
    }
    .header-top__search {
        margin: 0px 16px 0px 22px;
    }
    .header-bottom__btn {
        margin-right: 0;
        padding: 11px 21px 10px 13px;
    }
    .header-bottom__wishlist {
        margin: 0px 17px 0px 22px;
    }

    .wishlist {
        left: -210px;
    }

    .compare {
        left: -156px;
    }

    .phone-menu__content {
        margin-left: 15px;
    }
    .phone-menu__img i {
        font-size: 22px;
    }
    .phone-menu__tel {
        font-size: 18px;
        line-height: 20px;
        margin: 0px 0px 6px 0px;
    }

    .search-box {
        padding: 15px 10px;
    }
    .search-box__list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .search-box__list li a {
        font-size: 14px;
        line-height: 18px;
    }
    .search-box__img {
        margin-right: 5px;
        max-width: 45px;
    }

    .welcome h1, .welcome p {
        top: 50%;
        left: 0;
        padding: 0 15px;
        font-size: 16px;
        max-width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .brands__item {
    }

    .directory__item a span {
        left: 10px;
        font-size: 12px;
    }

    .stock__item span {
        font-size: 16px;
    }
    .service-support div.container
    {
        padding:0;
    }
    .service-support__body {
        padding: 25px 15px 227px;
    }
    .service-support h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .service-support p {
        font-size: 16px;
        line-height: 24px;
    }

    .about__wrapper {
        padding: 0;
    }

    .advantages__item img {
        margin: 0px 15px 0px 0px;
    }

    .news__important {
        padding: 35px 15px 35px 15px;
    }
    .news__content {
        padding: 35px 15px 35px 15px;
    }
    .new h2 {
        margin-bottom: 8px;
    }
}


/* ---------------------------------------------------- index_news ---------------------------------------------------- */

.index_news {
    background-color:#f8f8f8;
}
.index_news a {
    transition: all 0.4s ease-in-out;
    color: #333333;
    text-decoration:none;

    font-size:inherit;
    line-height:inherit;
    font-weight:inherit;
}
.index_news a:hover {
    color:#ab201c;
}

div.index_news-wrap {
    display:flex;
}
div.index_news-important {
    position:relative;
    box-sizing:border-box;
    width:22%;
    padding:50px 2.5% 50px 0;
    color:white;
}
div.index_news-notimportant {
    position:relative;
    box-sizing:border-box;
    padding:50px 0;
}
.index_news-important:before {
    content:"";
    width:500%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background:#AB201C;
}
.index_news-important h2, .index_news-notimportant h2 {
    margin-bottom:70px;
    font-size:30px;
    line-height:30px;
}
div.index_news-relative {
    position:relative;
}
div.index_news-important-list {
    position:static;
}
.index_news-important-list div.owl-nav {
    position:absolute;
    top:0;
    right:0;
    font-size:14px;
}
.index_news-important-list .owl-nav a:hover {
    color:#333;
}
.index_news-important-list div.owl-nav:before {
    content:'';
    display:block;
    position:absolute;
    height:37px;
    border-right:1px solid white;
    right:45px;
    top:-3px;
}

.index_news-important-list div.owl-nav i {
    display:inline-block;
    margin:9px 0 0 5px;
}
.index_news-important-list .owl-prev i.icon-right-main:before {
    display: inline-block;
    transform: rotate(-180deg);
}
.index_news-important-list div.owl-prev,
.index_news-important-list div.owl-next {
    position:absolute;
    width:32px;
    height:32px;
    border-radius:16px;
}
.index_news-important-list div.owl-prev:hover,
.index_news-important-list div.owl-next:hover {
    background-color:rgba(255,255,255,0.2);
}
.index_news-important-list div.owl-prev {
    right:60px;
    top:0px;
}
.index_news-important-list div.owl-next {
    right:0px;
    top:0px;
}

div.index_news-item {
    display: flex;
    flex-direction: column;
    line-height:1.4;

}
.index_news-important div.index_news-item:nth-child(n+2) {
    display:none;
}

.index_news-item div.item-date {
    font-size:16px;
    margin-bottom:20px;
}
.index_news-item div.item-name {
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
}
.index_news-important .index_news-item div.item-name a {
    display:block;
    color:white;
}
.index_news-important .index_news-item div.item-name a:hover {
    color:#333;
}
.index_news-item div.item-text {
    flex-grow:1;
    font-size:16px;
    margin-bottom:35px;
    min-height:5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}
.index_news-item div.item-btn {
    font-size:16px;
}
.index_news-item div.item-btn a {
    color:#AB201C;
}
.index_news-important .index_news-item div.item-btn a {
    color:white;
    opacity:0.7;
}
.index_news-item div.item-btn a:hover {
    color:#333;
}

div.index_news-regular {
    padding:50px 0 50px 5%;
    width:78%;
}
div.index_news-all {
    margin-bottom:70px;
    font-size:16px;
    line-height:30px;
    text-align:right;
}
.index_news-all a i {
    margin-left:16px;
}
.index_news-regular .index_news-item div.item-date {
    color:#9F9F9F;
}
div.index_news-regular-list {
    display:flex;
    justify-content:space-between;
}
.index_news-regular-list>div.index_news-item {
    width:30%;
}
.index_news-regular div.index_news-item:nth-child(n+4) {
    display:none;
}

@media (max-width:1200px) {
    div.index_news-important {
        width:30%;
    }
    div.index_news-regular {
        width:70%;
    }
    .index_news-important h2 {
        font-size:26px;
    }
    .index_news-item div.item-date {
        font-size:14px;
    }
    .index_news-item div.item-name {
        font-size:18px;
    }
    div.index_news-wrap {
        margin: 0 15px;
    }
}
@media (max-width:992px) {
    div.index_news-important {
        width:31%;
        padding-bottom:30px;
    }
    div.index_news-regular {
        width:69%;
        padding-bottom:30px;
    }
    .index_news-important h2 {
        margin-bottom:45px;
    }
    div.index_news-all {
        margin-bottom:45px;
    }
    .index_news-item div.item-name {
        font-size:16px;
    }
    .index_news-item div.item-text {
        font-size:14px;
        margin-bottom:20px;
    }
}
@media (max-width:768px) {
    div.index_news-important {
        width:50%;
        padding-right:5%;
    }
    div.index_news-regular {
        width:50%;
    }
    div.index_news-wrap {
        margin: 0;
    }
}
@media (max-width:580px) {
    section.index_news {
        display:block;
        overflow:hidden;
    }
    div.index_news-wrap {
        display:block;
    }
    div.index_news-important {
        width:auto;
        padding-top:40px;
        padding-right:0;
    }
    .index_news-important:before {
        left:-100%;
        right:auto;
    }
    div.index_news-regular {
        width:auto;
        padding-top:30px;
        padding-left:0;
    }
    div.index_news-all {
        margin-bottom:20px;
    }
    .index_news-item div.item-date {
        margin-bottom:10px;
    }
    .index_news-item div.item-name {
        margin-bottom:10px;
    }
    .index_news-item div.item-text {
        margin-bottom:5px;
        min-height:4rem;
    }
}


/* ---------------------------------------------------- catalog-drop ---------------------------------------------------- */


.catalog__popup {
    position: relative;
    display:none;
}
.catalog__popup.active {
    display:block;
}

.catalog-drop__subtitle {
    font-size: 16px;
    line-height: 1.3;
}

.catalog-drop__menu a,
a.catalog-drop__btn,
.catalog-drop__btn {
    font-size: 16px;
    line-height: 26px;
}

a.catalog-drop__btn,
.catalog-drop__btn {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    background: #333333;
    border-radius: 4px;
    padding: 9px 30px;
    text-align: center;
}

a.catalog-drop__btn:hover,
.catalog-drop__btn:hover {
    color: #333333;
    background: #F8F8F8;
}

.catalog-drop__menu i.icon-drop {
    display:inline-block;
    width:25px;
    height:25px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}

.catalog-drop__menu a span i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 680px) {
    .catalog-drop__dropdown a.active span i {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}

.catalog-drop {
    position: absolute;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 200vh;
    background: #FFF;
}
.catalog-drop.active {
    display:block;
}

.catalog-drop-head.active .catalog-drop-head-back i {
    display: inline-block;
}
div.catalog-drop-head-close {
    width:40px;
    text-align:right;
}
.catalog-drop-head-close i {
    display: inline-block;
    vertical-align: middle;
    font-size:22px;
}

.catalog-drop .header-bottom__form {
    display: none;
}
.catalog-drop .mCSB_scrollTools {
    top: 18px;
}
.catalog-drop__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position:relative;
}

a.catalog-drop__close {
    display:none;
    position:absolute;
    z-index:10;
    right:0;
    top:14px;
    width:32px;
    height:32px;
    opacity:0.8;
    cursor:pointer;
}
a.catalog-drop__close:before,
a.catalog-drop__close:after {
    content: '';

    position: absolute;
    top:15px;
    right:6px;

    width:20px;
    height:2px;

    border-right:2px;
    background-color:#333333;
}
a.catalog-drop__close:before {
    transform: rotate(45deg);
}
a.catalog-drop__close:after {
    transform: rotate(-45deg);
}

a.catalog-drop__back {
    display:none;
    position:absolute;
    z-index:10;
    left:0;
    top:14px;
    width:32px;
    height:32px;
    line-height:30px;
    opacity:0.8;
    cursor:pointer;
}
.catalog-drop__back i.icon-right-main
{
    font-size:13px;
}
.catalog-drop__back i.icon-right-main:before {
    display:inline-block;
    transform:rotate(-180deg);
}

.catalog-drop__main {
    width: 25%;
    padding-right: 20px;
}
.catalog-drop__title {
    font-size:20px;
    font-weight:500;
    margin-bottom: 10px;
}
.catalog-drop__title i {
    display: none;
}
.catalog-drop__subtitle {
    font-weight: 500;
    margin-bottom: 10px;
}
a.catalog-drop__btn,
.catalog-drop__btn {
    margin-top: 30px;
    width: 100%;
    max-width: 252px;
}
a.catalog-drop__btn:hover,
.catalog-drop__btn:hover {
    color: #FFF;
    background: #AB201C;
}
.catalog-drop .catalog-drop__menu + .catalog-drop__menu {
    margin-top: 30px;
    padding-top: 30px;
    border: 1px solid #E0E0E0;
    border-width: 1px 0px 0px 0px;
}
.catalog-drop .catalog-drop__menu {
    margin-top:40px;
}
@media (min-width: 680px) {
    .catalog-drop__dropdown a.active {
        color: #AB201C;
    }
}
.catalog-drop__menu li
{
    margin-bottom: 28px;
    margin-left: 40px;
    font-size:16px;
    font-weight:500;
    line-height:1;
    text-indent: -40px;
}
.catalog-drop__menu a {
    font-size:inherit;
    font-weight:inherit;
    position: relative;
    display: block;
    line-height: inherit;
    padding-right:10px;
}
.catalog-drop__menu a:hover {
    color: #AB201C;
}
.catalog-drop__menu a i {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: -6px;
}
.catalog-drop__menu a span i {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 10px;
    margin-right: -33px;
    color: #AB201C;
}
.catalog-drop__content {
    padding: 0 0 17px 3%;
    width: 75%;
    height: 67vh;
    border: 1px solid #E0E0E0;
    border-width: 0px 0px 0px 1px;
}
.catalog-drop__tab {
    display: none;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    height:100%;
    background-color:white;
}
.catalog-drop__tab.active {
    display:flex;
}
div.catalog-drop__scroll {
    flex-grow:1;
    min-height:50vh;
    overflow-y:auto;
}
.catalog-drop__body {
    padding:30px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-drop__left {
    width: 50%;
}
.catalog-drop__right {
    width: 50%;
    padding-left: 36px;
}
.catalog-drop__box,
.catalog-drop__boxchildren {
    margin-bottom:30px;
}

div.catalog-drop__more {
    display:none;
    margin:30px 0 20px 0;
    text-align:center;
}
.catalog-drop__more a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    background: #333333;
    border-radius: 4px;
    padding: 9px 30px;
    text-align: center;
}
.catalog-drop__more a:before {
    content:'Все товары категории';
}

.catalog-drop__list li {
    margin:7px 0;
}
.catalog-drop__list a, .catalog-drop__list span {
    display:block;
    padding:5px 0;
    color: #707070;
    font-size: 16px;
    line-height: 1.3;
}
.catalog-drop__list a:hover, .catalog-drop__list span.active {
    color: #AB201C;
}

@media (max-width: 991px) {
    .catalog-drop__main {
        width:43%;
    }
    .catalog-drop__body {
        display:block;
    }
    .catalog-drop__left {
        width:auto;
    }
    .catalog-drop__right {
        width:auto;
        padding:0;
    }
    .catalog-drop__content {
        width:57%;
    }
}


@media (max-width: 680px) {
    .catalog__popup {
        margin-top:-90px;
    }

    .catalog-drop__main {
        width:100%;
        height:90vh;
        padding-right:0;
    }
    .catalog-drop .catalog-drop__menu {
        margin-top:0;
    }
    .catalog-drop__content {
        width:100%;
        height:90vh;
        padding-left:0;
        border:none;
    }
    .catalog-drop__content .catalog-drop__list {
        display:none;
    }
    .catalog-drop__box,
    .catalog-drop__boxchildren {
        margin-bottom:10px;
    }
    .catalog-drop__body {
        padding:20px 0;
    }
    a.catalog-drop__close {
        display:block;
    }
    .catalog-drop__content.active a.catalog-drop__back {
        display:block;
    }
    .catalog-drop__title {
        padding:19px 30px;
        line-height:1;
        margin-bottom:25px;
        border-bottom:1px solid #E0E0E0;
        text-align:center;
    }
    div.catalog-drop__button {
        text-align:center;
    }
    .catalog-drop__content.active {
        position:absolute;
        top:0;
        bottom:0;
    }
    .catalog-drop__content .catalog-drop__title {
        margin-bottom:0;
    }
    .catalog-drop__list li {
        margin-bottom:17px;
    }
    .catalog-drop__boxchildren {
        position:relative;
    }
    .catalog-drop__boxchildren:after {
        content:'';
        display:block;
        position:absolute;
        right:10px;
        top:14px;
        width:6px;
        height:10px;
        background:0 0 no-repeat;
        background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8yNi8yMmkBzGEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAzklEQVQImWNY5e+yeqG1wfP///8zIGOmr69euv768klinqnmLAYkwMQhIKTIyMJy9N/vX6nzzLSmwyUith14L6Sq7cTIwnLz36+fGfPNtRoYGBgYGP///8/AwMDAsMLLkevb6xfn//35rcbKxb2PiQEb+M/AwMTAwMCwPjKI7eurZ+f+/f6lxszG1hh/7KIzs+bZw4IfH97d+f/PH0MmNvYZSaeulTIwMDCw/Hj35v7/P3/4mVjZZiedupYJdxW7gOBuFi7uF0mnr6chWwMAscJXyh8rRLQAAAAASUVORK5CYII=');
    }
    a.catalog-drop__subtitle {
        display: block;
        padding: 9px 20px 9px 0;
    }
    .catalog-drop__body.active .catalog-drop__box,
    .catalog-drop__body.active .catalog-drop__boxchildren {
        display:none;
    }

    .catalog-drop__body.active .catalog-drop__boxchildren.active {
        display:block;
    }
    .catalog-drop__boxchildren.active .catalog-drop__list {
        display:block;
        padding-left:15px;
    }
    .catalog-drop__boxchildren.active:after {
        display:none;
    }
    .catalog-drop__tab.active .catalog-drop__scroll>div.catalog-drop__more,
    .catalog-drop__tab.active .mCSB_container>div.catalog-drop__more {
        display:block
    }
    .catalog-drop__boxchildren.active>div.catalog-drop__more {
        display:block;
    }
    .catalog-drop__body.active + div.catalog-drop__more {
        display:none!important;
    }

}




/* ---------------------------------------------------- catalog__box ---------------------------------------------------- */

.catalog__wrapper {
    margin-bottom: 90px;
}

div.catalog__box {
    margin-bottom:90px;
}

.catalog__box h1 {
    font-size:30px;
    margin-bottom: 28px;
}
.catalog__box h3 {
    margin-bottom: 29px;
    font-size: 26px;
}
.catalog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:-2%;
}


.catalog__item {
    display:flex;
    width:23%;
    margin:0 0 2% 2%;
}

.catalog__item a {
    display:block;
    width:100%;
    position: relative;
    background-color:white;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration:none;
}
.catalog__item a:after {
    content:'';
    background-color:rgba(0,0,0,0.03);
    transition: background-color 0.4s ease-in-out;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.catalog__item a:hover {
    -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.08));
}
.catalog__item a:hover:after {
    background-color:rgba(0,0,0,0);
}
.catalog__item span.item-img {
    display:block;
    width:72%;
    margin:0% 0% 0% 28%;
    background:center center no-repeat;
    background-size:contain;
}
.catalog__item span.item-img:before {
    content:'';
    display:block;
    width:100%;
    padding-bottom:78%;
}

.catalog__item span.item-name {
    position:relative;
    z-index:2;
    display:block;
    padding:0 6% 5%;
    font-size: 22px;
    line-height: 1.2;
    font-weight:500;
}


@media (max-width: 1640px) {
    .catalog__box h1 {
        font-size:28px;
    }
    .catalog__box h3 {
        font-size:26px;
    }
    .catalog__item span.item-name {
        font-size:20px;
    }

}

@media (max-width: 1365px) {
    .catalog__item span.item-name {
        font-size:18px;
    }

}

@media (max-width: 1199px) {
    .catalog__item {
        width:31.33%;
    }

    .catalog__item span.item-name {
        font-size:20px;
    }
}

@media (max-width: 991px) {
    .catalog__box h1 {
        font-size:26px;
    }
    .catalog__box h3 {
        font-size:22px;
    }
    .catalog__item span.item-name {
        font-size:16px;
    }

}

@media (max-width: 767px) {
    .catalog__item {
        width:48%;
    }
    .catalog__item span.item-name {
        font-size:18px;
    }

}


@media (max-width: 479px) {
    .catalog__box h1 {
        font-size:22px;
    }
    .catalog__box h3 {
        font-size:20px;
    }
    .catalog__item span.item-name {
        font-size:16px;
    }

}

@media (max-width: 374px) {
    .catalog__item span.item-name {
        font-size:14px;
    }
}

.slick-track {
    margin: 0;
    width: 100%;
}

@media (min-width: 1440px) and (max-width: 1639px) {
    .comparison .product__title a {
        max-width: 180px;
    }
}

/* Favorites */
.header-bottom__wishlist
.header-bottom__count {
    display: none;

    top: -10px;
}

.header-bottom__wishlist
.header-bottom__count.active {
    display: block;
}

.single
.single__gallery {
    position: relative;

}

.single
.single__gallery
.product__btns {
    position: absolute;
    right: 60px;
    top: 11px;
    z-index: 2;
}

.single
.single__gallery
.product__btns
.product__btns-wishlist {
    background-color: #fff;
}
.map-columns {width: 100%}
.map-columns td {padding: 5px}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 22px;
  color: #AB201C;
  padding: 10px 14px;
  border: 1px solid #AB201C;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1000;
}

.inner input[type=text], .inner input[type=password] {
    padding: 0px 20px;
    height:48px;
}
.inner input[type=submit] {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    padding: 12px 30px;
    color: #FFF;
    background: #AB201C;
    border-radius: 4px;
}
.inner .form-group {margin-bottom: 20px}
.bx-auth .form-group label {color: #777; margin-bottom: 8px; font-size: 16px; display: block;}
.bx-auth .bx-auth-note {font-size: 13px}

.personal_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.personal_page .left {
    width: 20%;
    padding: 25px;
    border: 1px solid #C4C4C4;
    border-width: 1px 0px 1px 1px;
    -webkit-box-shadow: 0.5px 0px 0px #C4C4C4;
    box-shadow: 0.5px 0px 0px #C4C4C4;
}
.personal_page .right {
    width: 80%; padding-left: 25px
}
.personal_page .personal__menu-items li {padding-left: 0; border-bottom: 1px solid #E0E0E0; margin: 0}
.personal_page .personal__menu-items li:last-child {border-bottom:0}
.personal_page .personal__menu-items li:before {display: none}
.personal_page .personal__menu-items li a {color:#333; text-decoration: none; padding: 15px 0;}
.personal_page .personal__menu-items li a:hover, .personal_page .personal__menu-items li.active a {color:#AB201C;}
.personal_page .right h3 {margin-top:0}
@media (max-width: 990px) {
    .personal_page .left, .personal_page .right {width: 100%; border:0; }
    .personal_page .left { padding: 0 15px 20px; box-shadow: none;}
    .personal_page .right {padding-left: 0}
    .personal_page .personal__menu-items li a {padding: 10px 0;}
    .personal_page .personal__menu-items {display: flex; gap: 5px 20px; flex-wrap: wrap;}
    .personal_page .personal__menu-items li {border: 0}
}
#dialog-confirm {display: none}
.ui-widget-overlay {opacity: 0.3}