a {
    color: inherit;
}

.container {
    max-width: 1386px;
}

#content {
    min-height: 35vh;
}

.owl-wrapper-outer {
    border-radius: 0;
}

.mobile-top-inner {
    padding: 16px;
    position: relative;
}

.header {
    margin-bottom: 0;
    background: #fff;
    z-index: 5;
}

.mobile-top .top_bar_image {
    height: 39px;
    max-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}

.search-btn {
    border-radius: 0 4px 4px 0;
    width: 66px;
}

.search-btn svg {
    opacity: 0.8;
}

.search-btn:hover,
.search-btn:focus {
    /*background: #4374B7;*/
    background: inherit;
}

body {
    color: #333;
}

.header-submenu__col--grey {
    padding: 12px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.header-submenu .category-link {
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.267;
    color: #464646;
    border-radius: 0;
}

.header-submenu__item.active .category-link {
    background: rgba(0, 0, 0, 0.04);
}

.header-submenu__block {
    margin: 0;
    padding: 12px 0;
}

.header-submenu__col.header-submenu__rightside .left-inner {
    min-width: 312px;
    width: 312px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.header-submenu__item.have_sub .category-link:after {
    right: 20px;
}

.header-submenu__subchild {
    margin-right: 0;
}

.header-submenu .category-link span {
    max-width: none;
    white-space: nowrap;
}

.header-submenu__column {
    padding: 13px 21px 13px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-submenu__column .submenu-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.278;
    color: #000;
    font-family: "basis grotesque pro medium", sans-serif;
}

.header-submenu__subchild {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.308;
    color: #464646;
}

.header-submenu__subchild__item {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 120px;
}

.header-submenu__subchild__item a {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 90px;
}

.header-submenu__subchild__item a:hover span {
    color: #4374B7;
}

.header-submenu__subchild__item span {
    margin-top: 12px;
}

.header-submenu__col--white {
    margin-right: 0;
}

.header-submenu__container {
    height: 100%;
}

.header-submenu__column .look_more {
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .3s ease;
}

.header-submenu__column .look_more:hover {
    color: #3E77AA;
    transition: all .3s ease;
}

.header-submenu__column .look_more_text {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    border-bottom: 1px solid #3E77AA;
    color: #3E77AA;
}

.top-contacts .dropdown-menu > *:not(:last-child) {
    margin-bottom: 0;
}

.modal-dialog {
    max-width: 416px;
}

.modal-body {
    padding: 30px 5px;
}

.form-group {
    margin-bottom: 17px;
}

.form-control {
    height: 41px;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    /*color: #6C6C6C;*/
    color: #000;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    transition: all .3s ease;
}

.form-control:focus,
.form-control:hover {
    border-color: #275CA5;
    box-shadow: none;
    transition: all .3s ease;
}

.has-error .form-control {
    border-color: #FF0000;
}

.modal-content {
    border-radius: 4px;
}

.close,
.close:focus,
.close:hover {
    opacity: 1;
}

.callback-form .callback-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    margin-bottom: 5px;
}

#xd_zvonok_modal .btn-callback,
#xd_zvonok-form_mess .btn-callback {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: -webkit-fill-available;
    background: #275CA5;
    border-radius: 4px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: "basis grotesque pro medium", sans-serif;
    font-size: 16px;
    line-height: 1.3125;
    color: #fff;
    border: none;
    transition: all .3s ease;
}

#xd_zvonok_modal .btn-callback:hover,
#xd_zvonok-form_mess .btn-callback:hover {
    background: #16488D;
    transition: all .3s ease;
}

#xd_zvonok_modal .callback-form,
#xd_zvonok-form_mess .callback-form {
    margin-bottom: 20px;
}

#xd_zvonok-form .close svg path,
#xd_zvonok-form_mess .close svg path,
#xd_zvonok_success .close svg path {
    transition: all .3s ease;
}

#xd_zvonok-form .close:hover svg path,
#xd_zvonok-form_mess .close:hover svg path,
#xd_zvonok_success .close:hover svg path {
    fill: #16488D;
    transition: all .3s ease;
}

#xd_zvonok-form .callback-input-error,
#xd_zvonok-form_mess .callback-input-error {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.308;
}

#xd_zvonok_success .modal-body {
    padding: 70px 47px;
}

#xd_zvonok_success span {
    display: inline-block;
    margin-top: 20px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

#xd_zvonok_success .modal-body .text-center:last-child div {
    margin-top: 20px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-size: 13px;
    line-height: 1.615;
    color: #333;
}

#xd_zvonok-form .callback-title,
#xd_zvonok-form_mess .callback-title {
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
}

#slideshow_mobile .owl-wrapper-outer {
    border-radius: 4px;
}

#slideshow_mobile .owl-pagination {
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 10px;
}

#slideshow_mobile .owl-page {
    margin: 0 4px;
}

#slideshow_mobile .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    background: #E3E3E3;
    border-radius: 50%;
    box-shadow: none;
}

#slideshow_mobile .owl-controls .owl-page.active span {
    background: #275CA5;
}

#slideshow_mobile .owl-controls {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

span.light {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
}

#search > .dropdown-menu {
    padding: 12.5px 0 !important;
}

#search .dropdown-menu li a,
#search .dropdown-menu li.disabled {
    padding: 7.5px 20px !important;
}

#search .dropdown-menu li.disabled .title {
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-size: 13px;
    line-height: 1.308;
    text-transform: uppercase;
    color: #909090;
}

#search .dropdown-menu li.disabled:not(:first-child) {
    position: relative;
    margin-top: 25px;
    margin-bottom: 5px;
}

#search .dropdown-menu li.disabled:not(:first-child):before {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.1);
    top: -12.5px;
    left: 20px;
}

.header-search #search .dropdown-menu {
    margin-top: 0;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#search .search-suggestion.category .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #333;
}

#search .search-suggestion.product .image {
    margin: 0 15px 0 0;
}

#search .search-suggestion .image img {
    border: none;
}

#search .search-suggestion.product .name {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.467;
    color: #333;
    margin-bottom: 10px;
    transition: all .3s ease;
}

#search .search-suggestion.product .cart {
    margin: 0 15px 0 0;
}

#search .search-suggestion.product .cart button img {
    display: none;
}

#search .search-suggestion.product .cart button {
    background: #275CA5;
    border: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 5.5px 22px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-size: 13px;
    line-height: 1.308;
    transition: all .3s ease;
}

#search .search-suggestion.product .cart button:hover {
    background: #FFCD36;
    transition: all .3s ease;
}

#search .search-suggestion.product .price {
    align-items: center;
    margin: 1px 15px 0 0;
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

#search .search-suggestion .price-new {
    font-weight: 500;
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin-right: 12px;
}

#search .search-suggestion .price-old {
    margin-right: 0;
    font-size: 15px;
    line-height: 1.267;
    color: #909090;
    text-decoration: none;
}

#search .search-suggestion .quantity {
    display: inline-block;
    height: 28px;
}

#search .search-suggestion .stock {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.286;
    height: 100%;
}

#search .search-suggestion .stock svg {
    margin-right: 5px;
    margin-top: -3px;
}

#search .search-suggestion .more {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.267;
    color: #3E77AA;
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}

#search .search-suggestion .more:hover {
    color: #000;
    transition: all .3s ease;
}

#search .search-suggestion .more:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #3E77AA;
    left: 0;
    bottom: 1px;
    right: 55px;
    transition: all .3s ease;
}

#search .search-suggestion .more:hover:before {
    background: #000;
    transition: all .3s ease;
}

#search .search-suggestion .more svg {
    margin-left: 10px;
}

#search .search-suggestion .more svg path {
    transition: all .3s ease;
}

#search .search-suggestion .more:hover svg path {
    fill: #000;
    transition: all .3s ease;
}

#search .dropdown-menu li a:hover {
    background: none;
}

#search .search-suggestion.category:hover .name {
    color: #3E77AA;
    transition: all .3s ease;
}

#search .search-suggestion.product:hover .name {
    color: #3E77AA;
    transition: all .3s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.price-old {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    color: #909090;
}

.price-old:after {
    transform: translateY(-50%) rotate(0deg);
    border-color: #909090;
}

.text-success {
    color: #00A949;
}

.text-danger {
    color: #909090;
}

.userblock-count {
    font-size: 11px;
    line-height: 1.273;
    min-width: 20px;
    height: 20px;
    background-color: #4374B7;
    font-weight: 500;
    right: -7px;
    top: -7px;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
    margin: 35px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-title>h3{
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
    margin: 0;
}

.product-thumb .button-form {
    right: 0;
    left: 0;
    z-index: 2;
}

.product-module .owl-wrapper-outer .product-thumb,
.related .owl-wrapper-outer .product-thumb {
    margin-left: 3px;
    margin-right: 3px;
    /*padding: 0;*/
    padding: 0 4.5px;
    border-radius: 4px;
    transition: all .3s ease;
}

.owl-custom {
    float: none;
    text-align: center;
    user-select: none;
}

.owl-custom a, .owl-custom button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: transparent;
}

.owl-custom a svg path,
.owl-custom button svg path,
#modal_product_images .swiper-button-next svg path,
#modal_product_images .swiper-button-prev svg path {
    transition: all .3s ease;
}

.owl-custom a:hover svg path,
.owl-custom button:hover svg path,
#modal_product_images .swiper-button-next:hover svg path,
#modal_product_images .swiper-button-prev:hover svg path {
    stroke: #4374B7;
    transition: all .3s ease;
}

.all__products_link,
.blog-module h3 a.all {
    float: right;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #3E77AA;
    white-space: nowrap;
    position: relative;
    transition: all .3s ease;
}

.all__products_link:hover,
.blog-module h3 a.all:hover {
    color: #000;
    transition: all .3s ease;
}

.all__products_link:before,
.blog-module h3 a.all:before {
    position: absolute;
    content: '';
    background: #3E77AA;
    height: 1px;
    bottom: 1px;
    left: 0;
    right: 30px;
    transition: all .3s ease;
}

.all__products_link:hover:before,
.blog-module h3 a.all:hover:before {
    background: #000;
    transition: all .3s ease;
}

.all__products_link svg,
.blog-module h3 a.all svg {
    margin-left: 7px;
}

.all__products_link svg path,
.blog-module h3 a.all svg path {
    transition: all .3s ease;
}

.all__products_link:hover svg path,
.blog-module h3 a.all:hover svg path {
    fill: #000;
    transition: all .3s ease;
}

.manu .mobile-catalog__list,
.mobile-catalog__list .mobile-catalog__list .mobile-catalog__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.manu .mobile-catalog__list .mobile-catalog__item,
.mobile-catalog__list .mobile-catalog__list .mobile-catalog__list .mobile-catalog__item {
    width: 100%;
    max-width: 33.333333%;
    padding: 0 7.5px 15px 7.5px;
}

.manu .mobile-catalog__list .mobile-catalog__item .mobile-catalog__link,
.mobile-catalog__list .mobile-catalog__list .mobile-catalog__list .mobile-catalog__item .mobile-catalog__link {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 6px;
    height: 100%;
}

.mobile-catalog__list .mobile-catalog__list .mobile-catalog__list .mobile-catalog__item .mobile-catalog__image {
    margin-right: 0;
    width: 93px;
    height: 93px;
}

.mobile-catalog__list .mobile-catalog__list .mobile-catalog__list .mobile-catalog__item .mobile-catalog__name {
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    text-align: center;
    color: #464646;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;

}

.product-thumb .features-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    position: absolute;
    right: 0;
}

.product-thumb .features-buttons a.compare,
.product-thumb .features-buttons a.wishlist,
.product-thumb .features-buttons a.video {
    width: 35px;
    height: 35px;
    background: #F7F7F7;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-thumb .features-buttons a:not(:first-child) {
    margin-top: 5px;
}

.product-thumb .image {
    margin-bottom: 10px;
}

.product-thumb .product-sticker .xdstickers_wrapper,
[class*="product-product-"] .product-image .xdstickers_wrapper {
    display: flex;
    flex-direction: column;
}

.product-thumb .xdstickers,
.product-sticker span,
[class*="product-product-"] .product-image .xdstickers {
    padding: 5px 7px 3px 7px;
    margin-bottom: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    width: fit-content;
}

.xdsticker_novelty {
    order: 1;
}

.xdsticker_sale {
    order: 2;
}

.xdsticker_1 {
    order: 3;
}

.price-percent {
    background: #BF297A;
    order: 4;
}

.product-thumb .stock {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.product-thumb .stock img,
.product-thumb .stock svg {
    margin-right: 5px;
}

.rating .rating-star span {
    width: 12px;
    height: 12px;
}

.rating .rating-star span + span {
    margin-left: 2px;
}

.rating-star {
    margin-right: 8px;
}

.rating-count span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 0.833;
    text-decoration-line: underline;
    color: #3E77AA;
}

.product-thumb .product-bottom {
    height: auto;
}

.product-thumb .price {
    justify-content: flex-end;
    align-items: center;
}

.product-thumb .price .main-price {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

.product-thumb .price .price-new {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #F84147;
}

.product-thumb .price .price-old {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #909090;
    white-space: nowrap;
    margin-bottom: -3px;
}

.product-thumb .button-add-cart button img {
    margin-right: 11px !important;
}

.block-grid {
    margin-bottom: 15px;
}

.product-thumb .name {
    height: 42px;
    max-height: 42px;
}

.catwall {
    position: relative;
    margin-top: 60px;
    margin-bottom: 55px;
}

.catwall:before {
    position: absolute;
    content: '';
    top: -25px;
    bottom: -20px;
    background: #FAFAFA;
    left: -15px;
    right: -15px;
    z-index: -1;
}

.catwall .owl-carousel {
    background: transparent;
}

.catwall-indent {
    padding-top: 0;
}

.catwall-item {
    padding-bottom: 150px;
}

.owl-item .catwall-image {
    max-width: 70px;
}

.catwall-fill {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catwall-fill:after {
    background-color: transparent;
}

.catwall-name {
    margin: 8px 0 0 0;
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
    transition: all .3s ease;
}

.catwall .owl-controls .owl-buttons .owl-prev {
    top: auto;
    bottom: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
}

.catwall .owl-controls .owl-buttons svg path {
    transition: all .3s ease;
}

.catwall .owl-controls .owl-buttons .owl-prev:hover svg path,
.catwall .owl-controls .owl-buttons .owl-next:hover svg path {
    stroke: #275CA5;
    transition: all .3s ease;
}

.catwall .owl-controls .owl-buttons .owl-next {
    top: auto;
    bottom: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
}

.catwall .owl-carousel .owl-buttons .owl-prev {
    left: 50%;
    transform: translateX(-49.5px);
}

.catwall .owl-carousel .owl-buttons .owl-next {
    right: 50%;
    transform: translateX(49.5px);
}

.catwall .owl-carousel .owl-item:hover .catwall-name {
    color: #275CA5;
    transition: all .3s ease;
}

.blog-module h3 {
    margin: 35px 0 20px 0;
    padding-bottom: 0;
    border-bottom: none;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.blog_grid_holder {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
}

.blog_item {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.blog_item .image,
.column-4 .blog_item .image {
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
}

.blog_item .image img {
    overflow: hidden;
    border-radius: 4px;
}

.common-home .blog_item .image img {
    width: 100%;
}

.blog-module.latest .blog_stats {
    margin-top: 15px;
}

.blog_stats .blog-category > .blog-category_link {
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.273;
    text-transform: uppercase;
    color: #275CA5;
}

.blog_stats span,
.blog_stats .blog-item_date {
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.273;
    color: #909090;
}

.blog-category > .blog-category_link:not(:last-child)::after {
    color: #275CA5;
}

.blog-module.latest .summary .blog_title {
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-module.latest {
    margin-bottom: 15px;
}

.blog_item .image img:hover {
    opacity: 1;
}

.common-home .text-less h1,
.module-html__container:not(.text-less) h1 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: "Basis Grotesque Pro medium", sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.296;
    color: #000;
}

.module-html__container.text-less .module-html__text {
    max-height: 336px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.product_desc.module-html__container.text-less .module-html__text {
	max-height: 100%;
}
.product_desc.module-html__container.text-less .module-html__text >*:not(:first-child){
	display: none;
}

.module-html__container:not(.text-less) .module-html__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.module-html__container.text-less .module-html__text_show {
    bottom: -20px;
}

.module-html__container .module-html__text_show {
    min-height: 90px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -317.9%, #FFFFFF 100%);
}

.module-html__container.text-less .show-more,
.module-html__container.text-less .show-more-product,
.module-html__container:not(.text-less) .show-less {
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: #fff;
    height: 47px;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #3E77AA;
    transition: all .3s ease;
}

.module-html__container.text-less .show-more:hover,
.module-html__container:not(.text-less) .show-less:hover {
    color: #000;
    transition: all .3s ease;
}

.module-html__container:not(.text-less) .module-html__text_show {
    min-height: 0;
}

.module-html__container.text-less .show-more span,
.module-html__container:not(.text-less) .show-less span {
    position: relative;
    height: 28px;
}

.module-html__container.text-less .show-more span:before,
.module-html__container:not(.text-less) .show-less span:before {
    position: absolute;
    content: '';
    bottom: 11px;
    left: 0;
    right: 0;
    background: #3E77AA;
    height: 1px;
    transition: all .3s ease;
}

.module-html__container.text-less .show-more:hover span:before,
.module-html__container:not(.text-less) .show-less:hover span:before {
    background: #000;
    transition: all .3s ease;
}

.main-footer {
    margin-top: 35px;
    overflow: hidden;
}

.main-footer > .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-title {
    margin-bottom: 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    text-transform: uppercase;
    color: #909090;
}

.footer-add-images {
    padding-top: 10px;
    align-items: baseline;
    justify-content: unset;
    margin-left: 0;
    margin-right: 0;
}

.footer-add-images > *:not(:last-child) {
    margin-right: 0;
}

.footer-add-image {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-add-image:not(:last-child) {
    margin-bottom: 25px;
}

.footer-add-image img {
    min-height: 40px;
    max-height: 40px;
}

.footer-add-images span {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #BBBBBB;
}

.footer-add-images span:first-of-type {
    margin-top: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #fff;
}

.main-footer a.phone {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.316;
    color: #fff;
    transition: all .3s ease;
}

.main-footer a.phone:hover {
    color: #909090;
    transition: all .3s ease;
}

.main-footer .info-phone:not(:first-child) {
    margin-top: 9px;
}

.main-footer .info-email {
    margin-top: 25px;
}

.main-footer .info-email a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    transition: all .3s ease;
}

.main-footer .info-email a:hover {
    color: #909090;
    transition: all .3s ease;
}

.main-footer .info-adress {
    margin-top: 25px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    max-width: 156px;
}

.main-footer .list-dop-icons {
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
}

.main-footer .list-dop-icons .contact-info {
    margin-right: 10px;
    display: inline-flex;
}

.main-footer .list-dop-icons .contact-info a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.main-footer .list-dop-icons .contact-info a:hover {
    background: #525050;
    transition: all .3s ease;
}

.main-footer .list-dop-icons .contact-info a img {
    max-width: 15px;
    max-height: 15px;
}

#accordionFooter .panel:nth-child(n+3) .form-group {
    margin-bottom: 0;
}

#accordionFooter .panel:nth-child(n+3) .form-group li:not(:first-child) {
    margin-top: 12px;
}

#accordionFooter .panel:nth-child(n+3) a {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #EFEFEF;
    white-space: pre-wrap;
    transition: all .3s ease;
}

#accordionFooter .panel:nth-child(n+3) a:hover {
    color: #909090;
    transition: all .3s ease;
}

#accordionFooter.panel-group {
    width: 100%;
    margin-bottom: 0;
}

#accordionFooter .panel {
    background-color: transparent;
    padding: 25px 0;
    border-radius: 0;
}

#accordionFooter .panel:first-child .footer-title {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    text-transform: none;
    color: #fff;
}

#accordionFooter .panel:first-child {
    background: #282829;
}

#accordionFooter.panel-group .panel + .panel {
    margin-top: 0;
}

#accordionFooter .panel:not(:first-child) {
    position: relative;
}

#accordionFooter .panel:not(:first-child):before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.07);
    height: 1px;
    bottom: 0;
    left: 15px;
    right: 15px;
}

#accordionFooter .panel:nth-child(6):before {
    content: none;
}

#accordionFooter .panel-body {
    padding: 15px 0 0 0;
}

#accordionFooter .panel > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordionFooter .panel > div > a > svg {
    transform: rotate(180deg);
    transition: all .3s ease;
}

#accordionFooter .panel > div > a[aria-expanded="true"] > svg {
    transform: rotate(0);
    transition: all .3s ease;
}

.footer-form__header {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding-top: 5px;
    text-transform: none;
}

.footer-form__text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.267;
    color: #E4E4E4;
}

.footer-form__form-text {
    background: rgba(144, 144, 144, 0.2);
    border-radius: 4px;
    margin-top: 20px;
    padding: 12px 20px;
    height: 43px;
    border: 1px solid transparent;
    transition: all .3s ease;
}

.footer-form__form-text::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.357;
    color: #BDBDBD;
}

.footer-form__form-btn {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
    width: fit-content;
    margin-top: 20px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    border: none;
    transition: all .3s ease;
}

.footer-form__form-btn:hover {
    color: #fff;
    background: #4374B7;
    transition: all .3s ease;
}

.footer-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 30px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    text-align: center;
    color: #909090;
}

.footer-powered {
    flex-direction: column;
    padding-bottom: 25px;
}

footer .powered-icons {
    margin-top: 15px;
}

.powered2-text {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #9E9E9E;
    margin-top: 15px;
}

.main-footer .powered2-link {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    position: relative;
}

.main-footer .powered2-link:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

#accordionFooter .panel:nth-child(6) {
    padding-bottom: 0;
}

.footer-form__form {
    display: flex;
    flex-direction: column;
}

.footer-form__form-text.error {
    outline: #FF0000;
    border: 1px solid #FF0000;
    transition: all .3s ease;
}

.footer-form__form-text.error ~ #footer-form__error {
    color: #FF0000;
    margin-top: 5px;
    line-height: 1.308;
}

.footer-form__form-text.success {
    outline: transparent;
    border: 1px solid transparent;
}

.footer-form__form-text.success ~ #footer-form__error {
    margin-top: 5px;
    line-height: 1.308;
}

#btn_to_top {
    opacity: 1;
    transition: all .3s ease;
}

#btn_to_top:hover {
    opacity: 0.7;
    transition: all .3s ease;
}

.popular__brands {
    margin-top: 35px;
    padding: 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.popular__brands:before {
    position: absolute;
    content: '';
    background: rgba(67, 116, 183, 0.1);
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
}

.popular__brands .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.273;
    color: #000;
}

.popular__brands .subtitle {
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.462;
    color: #333;
}

.popular__brands .brand__list {
    background: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.popular__brands .brand__list:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
    width: 1px;
    height: 216.5px;
    background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
}

.popular__brands .brand__list:after {
    position: absolute;
    content: '';
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 216.5px;
    background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
}

.popular__brands .brand__list .brand__item:nth-child(n+8) {
    display: none;
}

.popular__brands .brand__item {
    display: inline-flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popular__brands .brand__item:nth-child(odd):before {
    position: absolute;
    content: '';
    left: 93.75px;
    bottom: -78.75px;
    width: 1px;
    height: 157.5px;
    background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(90deg);
}

.popular__brands .brand__item:nth-child(even):before {
    position: absolute;
    content: '';
    right: 93.75px;
    bottom: -78.75px;
    width: 1px;
    height: 157.5px;
    background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(-90deg);
}

.popular__brands .brand__item:nth-child(even):after {
    position: absolute;
    content: '';
    bottom: -0.5px;
    left: 0;
    height: 1px;
    right: 172.5px;
    background: linear-gradient(180deg, #DDDDDD 100%, rgba(217, 217, 217, 0) 100%);
}

.popular__brands .brand__item:nth-child(8):before,
.popular__brands .brand__item:last-child:before {
    content: none;
}

.popular__brands .brand__item:nth-child(odd):after {
    position: absolute;
    content: '';
    bottom: -0.5px;
    right: 0;
    height: 1px;
    left: 172.5px;
    background: linear-gradient(180deg, #DDDDDD 100%, rgba(217, 217, 217, 0) 100%);
}

.popular__brands .brand__item:nth-child(7):before,
.popular__brands .brand__item:nth-child(7):after,
.popular__brands .brand__item:last-child:before,
.popular__brands .brand__item:last-child:after {
    content: none;
}

.popular__brands .brand__item img {
    height: 60px;
    width:auto;
}

.popular__brands .brand__list .brand__item:nth-child(n+10) {
    display: inline-flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #3E77AA;
}

.popular__brands .look__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popular__brands .look__more:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 29px;
    height: 1px;
    background: #3E77AA;
}

.popular__brands .look__more svg {
    margin-left: 10px;
}

.feedback__block {
    margin-top: 35px;
    padding: 30px 0;
    color: #fff;
    background: #4374B7;
    position: relative;
}

.feedback__block:before {
    position: absolute;
    content: '';
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background: #4374B7;
}

.feedback__block .title {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.273;
}

.feedback__block .subtitle {
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #ECECEC;
}

.feedback__block .feedback-form {
    margin-top: 25px;
}

.feedback__block .feedback-name {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #E3E3E3;
}

.feedback__block .text__confirmation {
    margin-top: -7px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.273;
    color: #E6E6E6;
}

.feedback__block .text__confirmation a {
    position: relative;
    transition: all .3s ease;
}

.feedback__block .text__confirmation a:hover {
    color: #fff;
    transition: all .3s ease;
}

.feedback__block .text__confirmation a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #E6E6E6;
    transition: all .3s ease;
}

.feedback__block .text__confirmation a:hover:before {
    background: #fff;
    transition: all .3s ease;
}

.feedback__block .form-group {
    margin-bottom: 15px;
}

.feedback__block .form-control {
    background: transparent;
    border: 1px solid #ffffff80;
    height: 43px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    transition: all .3s ease;
}

.feedback__block .form-control:hover {
    border: 1px solid #fff;
    transition: all .3s ease;
}

.feedback__block .form-control::placeholder {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #ffffff59;
    transition: all .3s ease;
}

.feedback__block .form-control:hover::placeholder {
    color: #fff;
    transition: all .3s ease;
}

.feedback__block .form-control.error {
    outline: #FF0000;
    border: 1px solid #FF0000;
    transition: all .3s ease;
}

.feedback__block .form-control.success {
    outline: #fff;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.feedback__block .error + .feedback-form__error {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #C43333;
}

.feedback__block .success + .feedback-form__error {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #4BEC00;
}

.feedback__block .btn-feedback {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 11px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.313;
    color: #4374B7;
    border: none;
    transition: all .3s ease;
}

.feedback__block .btn-feedback:hover {
    background: #114389;
    color: #fff;
    transition: all .3s ease;
}

.youtube__block {
    background: #F8F8F8;
    margin-top: 35px;
    padding: 30px 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.youtube__block:before {
    position: absolute;
    content: '';
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background: #F8F8F8;
    z-index: -1;
}

.youtube__block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
    margin-bottom: 20px;
}

.youtube__block .title .imaged {
    display: inline-flex;
    align-items: center;
}

.youtube__block .title .imaged svg {
    width: 23px;
    margin-right: 8px;
}

.youtube__block .owl-carousel {
    background: transparent;
}

.youtube__block .owl-controls {
    display: none !important;
}

.youtube__block .youtube__item {
    cursor: pointer;
}

.youtube__block .youtube__item_image {
    border-radius: 4px;
    overflow: hidden;
}

.youtube__block .youtube__item_image a {
    display: block;
    position: relative;
}

.youtube__block .youtube__item_image a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.youtube__block .youtube__item_image a:after {
    position: absolute;
    content: url("/image/youtube-icon.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube__block .youtube__item_image img {
    width: 100%;
}

.youtube__block .youtube__item_text {
    margin-top: 15px;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6154;
    color: #333;
    transition: all .3s ease;
}

.youtube__block .youtube__item:hover .youtube__item_text {
    color: #275CA5;
    transition: all .3s ease;
}

.review__block {
    padding-top: 35px;
}

.review__block .title {
    margin-bottom: 20px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}
.review__block .title>h3{
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
    margin: 0;
}

.review__block .owl-carousel {
    margin-bottom: 20px;
}

.review__block .owl-controls {
    display: none !important;
}

.review__block .review__item {
    background: #FAFAFA;
    border-radius: 4px;
    padding: 20px;
    max-height: 237px;
    height: 237px;
}

.review__block .review__item_top {
    display: flex;
    justify-content: space-between;
}

.review__block .review__item_user {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

.review__block .review__item_date {
    margin-top: 6px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #919191;
}

.review__block .review__item_text {
    margin-top: 10px;
    padding-right: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body[class*="product-category-"] .mobile-top {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
    padding: 20px 0 10px;
}

.breadcrumb > li > a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #9A9A9A;
}

.container-main-title {
    margin-bottom: 20px;
}

.container-main-title h1 {
    margin-top: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.categories-list-level2__container > .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.categories-list-level2 {
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.categories-item-level2 {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 15px;
    height: 100%;
}

.categories-list-level2__title {
    margin-top: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

.categories-list-level2_btn-show-all {
    margin-top: 5px;
    padding: 13px 30px;
    background: #275CA5;
    border-radius: 4px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.categories-list-level2_btn-show-all:hover {
    color: #333;
    background: #FFCD36;
    transition: all .3s ease;
}

.categories-list-level2_btn-show-all svg {
    margin-right: 10px;
}

.categories-list-level2_btn-show-all svg path {
    transition: all .3s ease;
}

.categories-list-level2_btn-show-all:hover svg path {
    fill: #333;
    transition: all .3s ease;
}

.categories-list-level2_btn-show-all span:first-child {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top_cat_slide.owl-carousel .owl-buttons div {
    opacity: 1;
}

.blog-content__items .blog-category a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.273;
    text-transform: uppercase;
    color: #275CA5;
    transition: all .3s ease;
}

.blog-content__items .blog_item:hover .blog-category a {
    color: #000;
    transition: all .3s ease;
}

.blog-content__items .summary .blog_title {
    margin-top: 5px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    transition: all .3s ease;
}

.blog-content__items .blog_item:hover .blog_title {
    color: #275CA5;
    transition: all .3s ease;
}

.description-category {
    margin-top: 35px;
    /*padding: 0;*/
}

.description-category .title {
    margin-bottom: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.296;
    color: #000;
}

.description-category .text {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.description.text-collapse {
    max-height: 368px;
    margin-bottom: 0;
    transition: all .3s ease;
}

.description > span {
    border-bottom: 1px solid #3E77AA;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    color: #3E77AA;
    transition: all .3s ease;
}

.description > span:hover {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s ease;
}

.description .des-collapse {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.category-description:not(.text-collapse) {
    margin-bottom: 24px;
    transition: all .3s ease;
}

.description.text-collapse:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 49px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -173.08%, #FFFFFF 100%);
    bottom: 32px;
    transition: all .3s ease;
}

.description.text-collapse:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 32px;
    background: #fff;
    bottom: 0;
    transition: all .3s ease;
}

.container-main-title.second-level  span {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-size: 14px;
    line-height: 1.286;
    color: #A6A6A6;
    margin-left: 5px;
}

.tollbar-sub {
    align-items: center;
    margin-top: -20px;
    margin-left: -15px;
}

.tollbar-sub [class*="prev"],
.tollbar-sub [class*="next"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    cursor: pointer;
    margin-top: -20px;
    z-index: 0;
}

.tollbar-sub [class*="prev"] svg path,
.tollbar-sub [class*="next"] svg path {
    transition: all .3s ease;
}

.tollbar-sub [class*="prev"]:hover svg path,
.tollbar-sub [class*="next"]:hover svg path {
    stroke: #4374B7;
    transition: all .3s ease;
}

.top-category-level2 {
    width: 100%;
}

.top-category-level2 .owl-item .catwall-image {
    margin-right: 20px;
    max-width: 57px;
}

.top-category-level2 .owl-item .subcat-columns a {
    align-items: center;
}

.top-category-level2 .catwall-name {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #343030;
    text-align: left;
    transition: all .3s ease;
}

.top-category-level2 .subcat-columns:hover .catwall-name {
    color: #4374B7;
    transition: all .3s ease;
}

.top-category-level2 .owl-item {
    height: 81px;
}

.top-category-level2 .subcat-columns {
    padding: 12px 20px;
    background-color: #fff;
    margin: 0 0 0 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    height: 100%;
}

.top-category-level2 .owl-wrapper-outer {
    width: calc(100% + 30px);
    padding-top: 10px;
    padding-bottom: 20px;
    background: #FAFAFA;
}

.catalog-sort .ocf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #fff;
    background: #275CA5;
    width: calc(100% - 7.5px);
}

.catalog-sort .ocf-btn svg {
    margin-right: 10px;
}

.catalog-sort {
    margin: 15px 0 20px 0;
}

.catalog-sort .custom-select select {
    display: none; /*hide original SELECT element:*/
}

.custom-select .select-selected {
    background-color: transparent;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 10px 38px 10px 20px;
}

/*style the items (options), including the selected item:*/
.catalog-sort .custom-selectors .custom-select {
    height: 39px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #4374B7;
    box-shadow: none;
    background: rgba(67, 116, 183, 0.1);
    border-radius: 4px;
    text-transform: lowercase;
    padding-right: 0;
    cursor: pointer;
    user-select: none;
    margin-right: 0;
    width: calc(100% - 7.5px);
    position: relative;
}

.catalog-sort .custom-selectors .custom-select:after {
    position: absolute;
    content: url("/image/catalog/catalog-sort-icon.svg");
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    z-index: -1;
}

/*style items (options):*/
.custom-select .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 99;
    padding: 9px 14px;
    width: fit-content;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    white-space: nowrap;
}

.custom-select .select-items div {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #464646;
    padding: 6px;
    transition: all .3s ease;
}

/*hide the items when the select box is closed:*/
.custom-select .select-hide {
    display: none;
}

.custom-select .select-items div:hover,
.custom-select .same-as-selected {
    color: #4374B7;
    transition: all .3s ease;
}

.catalog-sort-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-sort .custom-selectors {
    width: 50%;
}

.category-content .ocf-form-control,
.category-content input.ocf-form-control,
.category-content textarea.ocf-form-control,
.search-content .ocf-form-control,
.search-content input.ocf-form-control,
.search-content textarea.ocf-form-control {
    padding: 8px 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
    border: 1px solid #E7E7E7;
    transition: all .3s ease;
}

.category-content .ocf-form-control:focus,
.category-content input.ocf-form-control:focus,
.category-content textarea.ocf-form-control:focus,
.category-content .ocf-form-control:hover,
.category-content input.ocf-form-control:hover,
.category-content textarea.ocf-form-control:hover,
.search-content .ocf-form-control:focus,
.search-content input.ocf-form-control:focus,
.search-content textarea.ocf-form-control:focus,
.search-content .ocf-form-control:hover,
.search-content input.ocf-form-control:hover,
.search-content textarea.ocf-form-control:hover {
    border: 1px solid rgba(39, 92, 165, 0.5);
    box-shadow: none;
    transition: all .3s ease;
}

.category-content .ocf-input-group .ocf-form-control:first-child,
.category-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child),
.search-content .ocf-input-group .ocf-form-control:first-child,
.search-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-radius: 4px;
}

.category-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child),
.search-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child) {
    margin-left: 13px;
}

.category-content .ocf-value-list .ocf-slider-input-group input,
.search-content .ocf-value-list .ocf-slider-input-group input {
    max-width: none;
}

.category-content .ocf-theme-light .ocf-search-btn-static,
.search-content .ocf-theme-light .ocf-search-btn-static {
    background: #275CA5;
    padding: 8px 15px;
    font-style: normal;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
    transition: all .3s ease;
}

.category-content .ocf-theme-light .ocf-search-btn-static:active,
.category-content .ocf-theme-light .ocf-search-btn-static:focus,
.category-content .ocf-theme-light .ocf-search-btn-static:hover,
.search-content .ocf-theme-light .ocf-search-btn-static:active,
.search-content .ocf-theme-light .ocf-search-btn-static:focus,
.search-content .ocf-theme-light .ocf-search-btn-static:hover {
    background: #FFCD36;
    transition: all .3s ease;
}

.category-content .ocf-value-list .ocf-slider-input-group,
.search-content .ocf-value-list .ocf-slider-input-group {
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.category-content .ocf-value-slider,
.search-content .ocf-value-slider {
    /*padding: 0;*/
    margin-left: -11px;
    margin-right: -11px;
}

.category-content .ocf-noUi-base,
.category-content .ocf-noUi-connects,
.search-content .ocf-noUi-base,
.search-content .ocf-noUi-connects {
    height: 17px;
}

.category-content .ocf-noUi-base:before,
.search-content .ocf-noUi-base:before {
    background-color: #275CA5;
}

.category-content .ocf-noUi-base:before,
.category-content .ocf-noUi-connect:before,
.search-content .ocf-noUi-base:before,
.search-content .ocf-noUi-connect:before {
    height: 2px;
    margin-top: 0;
}

.category-content .ocf-noUi-connect:before,
.search-content .ocf-noUi-connect:before {
    background: #dfe7f1;
}

.category-content .ocf-noUi-connects:before,
.category-content .ocf-noUi-connects:after,
.search-content .ocf-noUi-connects:before,
.search-content .ocf-noUi-connects:after {
    background: #fff;
}

.category-content .ocf-noUi-handle,
.search-content .ocf-noUi-handle {
    width: 17px;
    height: 17px;
    right: -8px;
    top: 1px;
}

.category-content .ocf-noUi-handle,
.search-content .ocf-noUi-handle {
    border: none;
    cursor: pointer;
    box-shadow: none;
}

.category-content .ocf-noUi-handle,
.search-content .ocf-noUi-handle {
    background-color: #275CA5;
    transition: all .3s ease;
}

.category-content .ocf-noUi-handle:hover,
.search-content .ocf-noUi-handle:hover {
    background: #FFCD36;
    transition: all .3s ease;
}

.category-content .ocf-btn-label,
.search-content .ocf-btn-label {
    margin: 0 5px;
}

.category-content .ocf-filter-header,
.search-content .ocf-filter-header {
    cursor: pointer;
}

.category-content .ocf-filter-body > .ocf-value-list,
.search-content .ocf-filter-body > .ocf-value-list {
    overflow: visible !important;
}

.category-content .ocf-value,
.category-content .ocf-value:active,
.category-content .ocf-value:focus,
.category-content .ocf-value:visited,
.category-content .ocf-value:hover,
.search-content .ocf-value,
.search-content .ocf-value:active,
.search-content .ocf-value:focus,
.search-content .ocf-value:visited,
.search-content .ocf-value:hover {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #333;
    margin-bottom: 10px;
}

.category-content .ocf-value:last-child,
.category-content .ocf-value:last-child:active,
.category-content .ocf-value:last-child:focus,
.category-content .ocf-value:last-child:visited,
.category-content .ocf-value:last-child:hover,
.search-content .ocf-value:last-child,
.search-content .ocf-value:last-child:active,
.search-content .ocf-value:last-child:focus,
.search-content .ocf-value:last-child:visited,
.search-content .ocf-value:last-child:hover {
    margin-bottom: 0;
}

.category-content .ocf-value-list .ocf-collapse-value,
.search-content .ocf-value-list .ocf-collapse-value {
/*    margin-top: 10px;*/
}

.category-content .ocf-value-input,
.search-content .ocf-value-input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 0;
}

.category-content .ocf-collapse-value .ocf-value-list-body,
.search-content .ocf-collapse-value .ocf-value-list-body {
/*    padding-top: 0;*/
}

.category-content .ocf-value-append,
.search-content .ocf-value-append {
    margin-left: unset;
    min-width: unset;
    text-align: unset;
}

.category-content .ocf-theme-light .ocf-value-count,
.search-content .ocf-theme-light .ocf-value-count {
    padding: 0;
    background: transparent;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #8E8E8E;
}

.category-content .ocf-value-name,
.search-content .ocf-value-name {
    margin-right: 7px;
}

.category-content .ocf-value-input-checkbox::before,
.search-content .ocf-value-input-checkbox::before {
    border-radius: 4px;
}

.category-content .ocf-value-input::before,
.search-content .ocf-value-input::before {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.category-content .ocf-selected .ocf-value-input::before,
.search-content .ocf-selected .ocf-value-input::before {
    border-color: #4374B7;
    background: linear-gradient(0deg, #4374B7, #4374B7), #FFFFFF;
}

.category-content .ocf-selected .ocf-value-input-checkbox::after,
.search-content .ocf-selected .ocf-value-input-checkbox::after {
    background-image: url("/image/catalog/icon-svg/ocf-checkbox-icon.svg");
    background-size: 15px;
}

.category-content .ocf-btn-show-values,
.search-content .ocf-btn-show-values {
    margin-top: 12px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #4374B7;
    text-decoration: none;
    border-bottom: 1px solid #4374B7;
}

.category-content .ocf-btn-show-values:hover,
.category-content .ocf-btn-show-values:focus,
.category-content .ocf-header .ocf-close-mobile:hover,
.category-content .ocf-header .ocf-close-mobile:focus,
.search-content .ocf-btn-show-values:hover,
.search-content .ocf-btn-show-values:focus,
.search-content .ocf-header .ocf-close-mobile:hover,
.search-content .ocf-header .ocf-close-mobile:focus {
    text-decoration: none;
}

.category-content .ocf-value-list-body,
.search-content .ocf-value-list-body {
    background: #fff;
}

.category-content #content .product-main-grid,
.search-content #content .product-main-grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 0;
}

.product-main-grid .product-thumb {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 7.5px;
    transition: all .3s ease;
}

.product-main-grid .product-thumb .button-form {
    right: 7.5px;
    left: 7.5px;
}

.product-thumb .button-add-cart button.preorder_btn img {
    display: none;
}

.product-thumb .button-add-cart button.preorder_btn {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    background: #C87800;
}

.load-more-products__button {
    background: #275CA5;
    border-radius: 4px;
    height: 45px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    transition: all .3s ease;
}

.load-more-products__button svg {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 11px;
    margin-left: 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #333;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #333;
    background: rgba(39, 92, 165, 0.15);
    border-radius: 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #FFCD36;
    background: #fff;
    border-radius: 4px;
    transition: all .3s ease;
}

.pagination > li:not(.active) a:not(.link-prev),
.pagination > li:not(.active) a:not(.link-next) {
    margin-left: 3px;
    margin-right: 3px;
}

.pagination > li a.link-prev svg path,
.pagination > li a.link-next svg path {
    transition: all .3s ease;
}

.pagination > li a.link-prev:hover svg path,
.pagination > li a.link-next:hover svg path {
    stroke: #4374B7;
    transition: all .3s ease;
}

.pagination > li.dots:hover span {
    color: #333;
}

.product-thumb:hover .button-add-cart button {
    background: #275CA5;
}

.product-thumb:hover {
    box-shadow: none;
    border-radius: unset;
}

.category-content .reviews__container .product-title,
.search-content .reviews__container .product-title {
    margin-top: 0;
}

.reviews__item {
    /*padding: 23px 25px 89px 25px;*/
    padding: 23px 25px 89px 25px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.reviews__item-product_link {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.571;
    color: #275CA5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    min-height: 44px;
}

.reviews__item-text {
    margin-top: 21px;
    margin-bottom: 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.538;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*height: 80px;
    min-height: 80px;*/
}

.reviews__item-author {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #6D6D6D;
}

.reviews__item-rating {
    margin-left: 8px;
    width: 63px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.modules_container .product-title .all__products_link {
    display: none;
}

[class*="information-"] .accordion {
    width: 100%;
}

[class*="information-"] .accordion .card {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

[class*="information-"] .accordion .card-header h2 {
    margin-top: 0;
}

[class*="information-"] .accordion .card-header button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    text-align: left;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #333;
}

[class*="information-"] .accordion .card-header button:not(.collapsed) svg {
    transform: rotate(180deg);
}

[class*="information-"] .accordion .card-header button:not(.collapsed) svg path {
    fill: #4374B7;
    stroke: #4374B7;
}

[class*="information-"] .accordion .card .card-body {
    padding: 3px 20px 15px 20px;
}

[class*="information-"] .accordion .card .card-body .nav-stacked > li + li {
    margin-top: 5px;
}

[class*="information-"] .accordion .card .card-body .nav > li > a {
    padding: 8px 15px;
    border-radius: 4px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #333;
}

[class*="information-"] .accordion .card .card-body .nav-pills > li.active > a,
[class*="information-"] .accordion .card .card-body .nav-pills > li.active > a:focus,
[class*="information-"] .accordion .card .card-body .nav-pills > li.active > a:hover,
[class*="information-"] .accordion .card .card-body .nav > li > a:focus,
[class*="information-"] .accordion .card .card-body .nav > li > a:hover {
    color: #4374B7;
    background: rgba(67, 116, 183, 0.1);
}

.payment-delivery-block {
    padding-top: 15px;
}

.payment-delivery-block .information-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

.payment-delivery-block .information-subtitle {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    color: #333;
}

.payment-delivery-block .delivery-group {
    padding: 15px 0;
    margin-bottom: 0;
}

.payment-delivery-block .panel-heading > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.payment-delivery-block .panel-short .panel-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

.payment-delivery-block .panel-subtitle {
    margin-top: 11px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.462;
    color: #6C6C6C;
}

.payment-delivery-block .panel-heading {
    position: relative;
    padding: 20px 20px 0 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.payment-delivery-block .panel-heading > a > svg:last-child {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 11px;
}

.payment-delivery-block .panel-heading > a:not(.collapsed) > svg:last-child {
    transform: rotate(180deg);
}

.payment-delivery-block .panel-heading > a:not(.collapsed) > svg:last-child path {
    fill: #4374B7;
    stroke: #4374B7;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 15px 20px 0 20px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #000;
    overflow: hidden;
}

.delivery-group .panel {
    border: none;
    background: #FAFAFA;
    border-radius: 4px;
    padding-bottom: 20px;
}

.delivery-group .panel + .panel {
    margin-top: 20px;
}

.delivery-group .panel .block .title {
    margin-bottom: 8px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #333;
}

.delivery-group .panel .block .list {
    margin-bottom: 15px;
    padding-left: 20px;
}

.delivery-group .panel .block:last-child .list {
    margin-bottom: 0;
}

.delivery-group .panel .block .item {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #000;
}

.payment-delivery-block:last-child .delivery-group {
    padding-bottom: 0;
}

[class*="information-"] .guarantee {
    padding-top: 10px;
}

[class*="information-"] .guarantee p {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

[class*="information-"] .guarantee .title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

[class*="information-"] .guarantee .title:first-child {
    margin-top: 0;
}

[class*="information-"] .guarantee .title.attention {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    color: #A90000;
}

[class*="information-"] .guarantee ul {
    padding-left: 23px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.error__content {
    padding: 60px 0 35px 0;
    max-width: 225px;
    margin: 0 auto;
}

.error__content .text {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.286;
    color: #909090;
}

.error__content h1 {
    margin: 10px 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

.error__content p {
    margin-bottom: 20px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.538;
    color: #333;
}

.error__content .buttons {
    margin: 0;
}

.error__content a {
    border: 1px solid #DADADA;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    padding: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.571;
    color: #275CA5;
    background: transparent;
    transition: all .3s ease;
}

.error__content a:hover {
    color: #FFCD36;
    transition: all .3s ease;
}

.information-contact .informations {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.information-contact .informations .phones_title,
.information-contact .informations .address_title,
.information-contact .informations .email_title,
.information-contact .informations .open_title,
.information-contact .informations .messenger_title {
    margin-top: 25px;
    margin-bottom: 8px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

.information-contact .informations .phones_title {
    margin-top: 20px;
}

.information-contact .informations .address_text svg {
    display: none;
}

.information-contact .informations .phone__link {
    display: inline-flex;
    align-items: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
    width: 50%;
    white-space: nowrap;
}

.information-contact .informations .phone__link:first-child {
    order: 1;
}

.information-contact .informations .phone__link:nth-child(2) {
    order: 3;
    justify-content: end;
/*    margin-top: 12px;*/
}

.information-contact .informations .phone__link:nth-child(3) {
    justify-content: end;
    order: 2;
}

.information-contact .informations .phone__link img {
    width: 14px;
    height: auto;
    margin-right: 10px;
}

.information-contact .informations .shop_phones {
    display: flex;
    flex-wrap: wrap;
    width: 85.51%;
}

.information-contact .informations .callback {
    margin: 12px 0 0 auto;
    font-size: 15px;
    line-height: 1.267;
    color: #3D3D3D;
    position: relative;
    order: 4;
}

.information-contact .informations .callback:before {
    position: absolute;
    content: '';
    background: #3D3D3D;
    width: 100%;
    height: 1px;
    bottom: 1px;
}

.information-contact .informations .address_text {
    width: 90.439%;
}

.information-contact .informations .open_text {
    padding-top: 7px;
    line-height: 1.634;
}

.information-contact .informations .messenger_title {
    margin-bottom: 15px;
}

.information-contact .informations .messenger_item {
    display: inline-flex;
    margin-right: 10px;
    width: 35px;
    height: 35px;
}

.information-contact .informations .shop_messengers + .callback {
    margin: 18px 0 0 0;
}

.information-contact .informations .shop_messengers + .callback:before {
    content: none;
}

.information-contact .informations .shop_messengers + .callback .callback-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 40px;
    height: 45px;
    background: #275CA5;
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    transition: all .3s ease;
}

.information-contact .informations .shop_messengers + .callback .callback-link:hover {
    background: #FFCD36;
    color: #333;
    transition: all .3s ease;
}

.information-contact .informations .map {
    margin-top: 25px;
    box-shadow: none;
    height: 502px;
    border: none;
    /*padding-top: 49px;*/
}

.information-contact .informations .map .gm-style-iw.gm-style-iw-c {
    max-width: 346px !important;
    max-height: 189px !important;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 15px !important;
    top: calc(100% + 10px);
    transform: translate3d(-50%, 39%, 0);
}

.information-contact .informations .map .gm-style .gm-style-iw-tc {
    display: none;
}

.information-contact .informations .map .address_title {
    margin-top: 0;
}

.information-contact .informations .map .address_text {
    width: 100%;
    padding-right: 30px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.467;
    color: #000;
}

.information-contact .informations .map .title {
    margin: 15px 0 8px 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

.information-contact .informations .map .buttons {
    margin: 0;
}

.information-contact .informations .map .popup__button:not(:last-child) {
    margin-bottom: 0;
}

.information-contact .informations .map .mapItem .buttons a {
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 4px;
    width: 40px;
}

.information-contact .informations .map .popup__button-icon {
    margin-left: 0;
}

.information-contact .informations .map .gm-style-iw.gm-style-iw-c button {
    display: none !important;
}

.information-contact .informations .map .mapItem .row {
    margin: 0;
}

.information-contact .informations .map .mapItem .col-md-12 {
    padding: 0;
}

.information-contact .informations .map .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.information-contact .informations .map .mapItem .block {
    margin-top: 0;
}

.information-contact .informations .map .address_text .copy {
    transition: all .3s ease;
}

.information-contact .informations .map .address_text .copy:hover {
    filter: invert(23%) sepia(100%) saturate(1026%) hue-rotate(193deg) brightness(100%) contrast(65%);
    transition: all .3s ease;
}

.top-category-level2 .subcat-columns > .catwall-name.catwall-title {
    height: 100%;
    justify-content: center;
    margin-left: 0;
}

.product-search .main-footer {
    margin-top: 8px;
}

.blog-category .blog {
    margin-bottom: 15px;
}

ul.list-unstyled.blog_cats {
    overflow: scroll;
    margin-right: -15px;
    padding-right: 8px;
    height: 63px;
}

.blog-category h1 {
    margin-top: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

ul.list-unstyled.blog_cats a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #4374B7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px 21px;
    margin: 0 8px 0 0;
    white-space: nowrap;
    transition: all .3s ease;
}

ul.list-unstyled.blog_cats a:hover {
    color: #fff;
    background: #4374B7;
    border: 1px solid #4374B7;
    transition: all .3s ease;
}

ul.list-unstyled.blog_cats a.active {
    border: 1px solid #4374B7;
}

ul.list-unstyled.blog_cats::-webkit-scrollbar {
    width: 0; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð²ÑÐµÐ¹ Ð¿Ð¾Ð»Ð¾ÑÑ‹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
}

ul.list-unstyled.blog_cats::-webkit-scrollbar-track {
    background: transparent; /* Ñ†Ð²ÐµÑ‚ Ð·Ð¾Ð½Ñ‹ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ */
}

ul.list-unstyled.blog_cats::-webkit-scrollbar-thumb {
    background-color: transparent; /* Ñ†Ð²ÐµÑ‚ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
}

.blog-category > .blog-category_link:not(:last-child)::after {
    font-size: unset;
    color: #C1C1C1;
    margin-left: 10px;
    margin-right: 5px;
}

.blog-category .blog_stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 10px;
}

.blog-category .summary .blog_title {
    margin-bottom: 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    transition: all .3s ease;
}

.blog-category .blog_item {
    margin-bottom: 30px;
}

.blog-category .blog_item .image img {
    width: 100%;
}

.blog-category .banner_link img {
    width: 100%;
}

.blog-category .block_categories, .blog-category .banner {
/*    margin-top: 35px;*/
    margin-bottom: 35px;
}

.blog-category .block_categories .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.292;
    color: #000;
}

.blog-category .block_categories .cat_list {
    margin-top: 20px;
}

.blog-category .block_categories .cat_item {
    border: none;
    border-radius: 0;
    margin: 0;
}

.blog-category .block_categories .cat_item:not(:first-child) {
    margin-top: 15px;
}

.blog-category .block_categories .cat_item > a:last-child {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 7px 20px;
    align-items: center;
}

.blog-category .block_categories .cat_item .name {
    margin-left: 20px;
    line-height: 1.267;
    color: #343030;
    transition: all .3s ease;
}

.blog-category .block_relateds {
/*    margin-top: 35px;*/
}

.blog-category .block_relateds .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.292;
    color: #000;
}

.blog-category .block_relateds .related_list {
    margin-top: 5px;
}

.blog-category .block_relateds .related_list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0;
}

.blog-category .block_relateds .related_list li:nth-last-child(2) {
    border-bottom: none;
}

.blog-category .block_relateds img {
    border-radius: 4px;
}

.blog-category .block_relateds .name {
    margin-left: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.429;
    color: #000;
    transition: all .3s ease;
}

.blog-category .block_relateds li a:last-child {
    padding: 15px 0;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.blog-blog h1 {
    margin: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.blog-blog .date-added {
    display: inline-flex;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
    margin-top: 8px;
    margin-bottom: 20px;
}

.blog_post h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog_post h2 img,
.blog_post p img {
    border-radius: 4px;
}

.blog_post .main_description,
.blog_post .bottom_description {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.715;
    color: #333;
}

.blog_post .main_description p,
.blog_post .bottom_description p {
/*    margin-bottom: 20px;*/
}

.blog_post h2 span {
    display: inline-block;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-top: 5px;
}

.content_informer {
    flex-direction: column;
    align-items: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 35px;
    margin-bottom: 25px;
}

.content_informer .informer_img {
    margin-right: 35px;
}

.content_informer .informer_text {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

.content_informer .informer_content {
    margin-top: 10px;
    margin-left: 85px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #3E77AA;
}

.content_informer .informer_content span {
    position: relative;
}

.content_informer .informer_content span:before {
    position: absolute;
    content: '';
    background: #3E77AA;
    width: 100%;
    height: 1px;
    bottom: 0;
    transition: all .3s ease;
}

.content_informer .informer_content svg {
    margin-left: 5px;
}

div#contact_block {
    background: rgba(67, 116, 183, 0.07);
    border-radius: 4px;
    margin: 15px 0 0 0;
    padding: 25px 10px;
}

div#contact_block .contact_title {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

div#contact_block .contact_description {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #000;
}

div#contact_block .contact_form {
    margin-top: 12px;
}

.blog_post label,
div#contact_block .contact_form label {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

div#contact_block .contact_form .form-control {
    height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    transition: all .3s ease;
}

div#contact_block .contact_form .form-control::placeholder {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #909090;
    transition: all .3s ease;
}

div#contact_block .contact_form .form-group {
    margin-bottom: 15px;
}

div#contact_block .contact_form button {
    width: 100%;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    background: #4374B7;
    border: none;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #fff;
    transition: all .3s ease;
}

.form-group.error .callback-input-error {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #C43333;
}

.blog_post .hr {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
    margin: 30px 0;
}

.blog_post .tags {
    padding-top: 0;
    margin-bottom: 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #4374B7;
}

.blog_post .tags_list {
    display: flex;
}

.blog_post .tags_list::-webkit-scrollbar {
    width: 0; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð²ÑÐµÐ¹ Ð¿Ð¾Ð»Ð¾ÑÑ‹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
}

.blog_post .tags_list::-webkit-scrollbar-track {
    background: transparent; /* Ñ†Ð²ÐµÑ‚ Ð·Ð¾Ð½Ñ‹ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ */
}

.blog_post .tags_list::-webkit-scrollbar-thumb {
    background-color: transparent; /* Ñ†Ð²ÐµÑ‚ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
}

.blog_post .categories_list {
    display: flex;
}

.blog_post .categories_list::-webkit-scrollbar {
    width: 0; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð²ÑÐµÐ¹ Ð¿Ð¾Ð»Ð¾ÑÑ‹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
}

.blog_post .categories_list::-webkit-scrollbar-track {
    background: transparent; /* Ñ†Ð²ÐµÑ‚ Ð·Ð¾Ð½Ñ‹ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ */
}

.blog_post .categories_list::-webkit-scrollbar-thumb {
    background-color: transparent; /* Ñ†Ð²ÐµÑ‚ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
}

.blog_post .additional_info > div > span,
.blog_post .social_share > span {
    display: block;
    margin-bottom: 8px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

.blog_post .tags a,
.blog_post .additional_info > div a,
.additional_info > div a {
    margin: 0 8px 15px 0;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #4374B7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.blog_post .social_list {
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}

.blog_post .social_list li {
    margin: 0 10px 0 0;
}

.blog_post .social_list a {
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.blog_post .social_list svg {
    display: block;
    width: 100%;
}

.blog-blog .block_relateds .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.292;
    color: #000;
}

.blog-blog .block_relateds .related_list {
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.blog-blog .block_relateds li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0 15px;
}

.blog-blog .block_relateds li:last-of-type {
    border-bottom: none;
}

.blog-blog .block_relateds a:last-child {
    padding: 15px 0;
}

.blog-blog .block_relateds .img {
    margin-right: 12px;
}

.blog-blog .block_relateds img {
    width: 66px;
    min-width: 66px;
}

.blog-blog .block_relateds .name {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #313131;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    min-height: 42px;
    transition: all .3s ease;
}

.blog-blog .block_relateds .pprice {
    margin: 3px 0 0 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

.blog-blog .block_relateds .price-old {
    font-size: 13px;
    line-height: 1.308;
}

.blog-blog .block_relateds .price{
    align-items:center;
    justify-content: start;
}

.blog-blog .banner {
    margin-top: 35px;
}

.blog-blog .block_related {
    margin-top: 35px;
}

.blog-blog .block_related .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}

.blog-blog .blog-module.latest {
    margin-top: 35px;
    margin-bottom: 0;
}

.blog-blog .blog-module .related_title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}

.blog-blog .blog-module.latest .latest {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-blog .blog-module.latest .blog_item .image img {
    width: 100%;
}

[class*="product-compare"] .card__item_category .owl-carousel .owl-buttons div,
[class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons div {
    opacity: 1;
    position: unset;
}

[class*="product-compare"] .card__item_category .owl-carousel .owl-buttons,
[class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons {
    position: absolute;
    right: 0;
    display: flex;
}

[class*="product-compare"] h1 {
    margin-top: 2px;
    margin-bottom: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.278;
    color: #000;
}

[class*="product-compare"] .card {
    padding-top: 11px;
    margin-bottom: 0;
}

[class*="product-compare"] .card__item_category {
    margin-top: 9px;
}

[class*="product-compare"] .card__item_category .product-title {
    margin: 0;
    padding: 0;
}

[class*="product-compare"] .card__item_category .product-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #333;
}

[class*="product-compare"] .card__item_category a[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

[class*="product-compare"] .card__item_category a[aria-expanded="true"] svg path {
    fill: #4374B7;
    stroke: #4374B7;
}

[class*="product-compare"] .card__item_category .panel-body {
    padding: 0 !important;
}

[class*="product-compare"] [class*="product-module-compare"] {
    margin-bottom: 0;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .inner-outer {
    margin-left: 0;
    margin-right: 0;
}

[class*="product-compare"] [class*="product-module-compare"] .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

[class*="product-compare"] [class*="product-module-compare"] .owl-item {
    position: relative;
    /*min-width: 181px !important;*/
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb {
    padding: 20px 0;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7.5px;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 7px 11px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #fff;
    margin-right: 6px;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns button img {
    width: 15px;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .buy_button {
    background: #275CA5;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .order_button {
    background: #C87800;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #F3F3F3;
    margin-right: 6px;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb .compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background: #F6F6F6;
}

[class*="product-compare"] .card__item_category .add-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 15px 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: 15px;
}

[class*="product-compare"] .card__item_category .compare-button-view {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #000;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    background: #FFCD36;
    border-radius: 4px;
    margin-right: 10px;
    transition: all .3s ease;
}

[class*="product-compare"] .card__item_category .compare-button-view svg {
    margin-right: 10px;
}

[class*="product-compare"] .card__item_category .add-button-view {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #275CA5;
    white-space: nowrap;
    transition: all .3s ease;
}

[class*="product-compare"] .card__item_category .add-button-view svg {
    margin-right: 5px;
}

[class*="product-compare"] .card .product-title {
    margin-top: 9px;
    justify-content: unset;
}

[class*="product-compare"] .card .clear {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #275CA5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    height: 33px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    margin-right: 15px;
}

[class*="product-compare"] .card .clear svg {
    display: block;
    margin-right: 10px;
}

[class*="product-compare"] .card .product-title label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-compare"] .card .product-title label .form-control {
    width: 22px;
    height: 22px;
    border: 1px solid #D9D9D9;
    margin-right: 8px;
    transition: all .3s ease;
}

[class*="product-compare"] .card .product-title label .form-control:checked {
    border: 1px solid #4374B7;
    background: #4374B7;
    background-image: url("/image/compare-checked-icon.svg");
    background-size: 20px;
}

[class*="product-compare"] .owl-item .attr-block {
    margin-top: 57px;
    padding: 0;
}

[class*="product-compare"] .owl-item .attr-block .headattr {
    margin-top: 0;
    height: unset;
    padding: 20px 0 12px 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3125;
    color: #333;
}

[class*="product-compare"] .owl-item .attr-block .attr {
    margin-top: 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #909090;
    background: #F8F8F8;
}

[class*="product-compare"] .owl-item .attr-block .attr.not_same {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #333;
    background: #fff;
}

body.checkout-simplecheckout {
    background: #FAFAFA;
}

.simple-content {
    margin: 0;
}

.simple-content .checkout-heading {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.simple-content .checkout-heading:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
}

.simplecheckout-block {
    margin-bottom: 15px;
    background: #fff;
    position: relative;
}

.simplecheckout-block:before {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    z-index: -1;
}

.checkout-simplecheckout header .mobile-contacts__icon,
.checkout-simplecheckout header .mobile-contacts__search,
.checkout-simplecheckout header .cart {
    display: none;
}

.checkout-simplecheckout header .mobile-top-inner {
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-simplecheckout header .header-logo {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    margin: 0;
}

.checkout-simplecheckout header .menu-relative {
    display: none !important;
}

.mobile-top-inner .header-toggle__lang-cur {
    display: none;
}

.checkout-simplecheckout .mobile-top-inner .header-toggle__lang-cur {
    display: block;
}

.checkout-simplecheckout .header-toggle__lang-cur button {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #333;
    padding: 10px 11px;
    height: 38px;
    border-radius: 4px;
}

.checkout-simplecheckout .header-toggle__lang-cur .dropdown-menu {
    right: 0;
    left: auto;
    width: fit-content;
    min-width: auto;
    border-radius: 4px;
}

.checkout-simplecheckout .header-toggle__lang-cur .dropdown-menu a {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
    text-transform: lowercase;
    padding-left: 18px;
    padding-right: 18px;
}

.checkout-simplecheckout .header-toggle__lang-cur .dropdown-menu a:first-letter {
    text-transform: uppercase;
}

.checkout-simplecheckout .header-toggle__lang-cur .btn-group.open svg {
    transform: rotate(180deg);
}

.checkout-simplecheckout .header-toggle__lang-cur .btn-group.open svg path {
    fill: #4374B7;
    stroke: #4374B7;
}

.checkout-simplecheckout h1 {
    margin-top: 1px;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}

.checkout-simplecheckout .edit__cart a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.692;
    color: #275CA5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    height: 34px;
    border: 1px solid #DADADA;
    border-radius: 4px;
}

.checkout-simplecheckout .edit__cart svg {
    margin-right: 10px;
}

.checkout-simplecheckout .product-block {
    padding-top: 15px;
}

.checkout-simplecheckout .product-block:nth-child(n+4) {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 15px;
}

.checkout-simplecheckout .product-block .row {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.checkout-simplecheckout .product-block .price_before {
    margin-right: auto;
    padding: 0;
}

.checkout-simplecheckout .product-block .price_after {
    margin-left: auto;
    text-align: end;
    padding: 0;
}

.checkout-simplecheckout .product-block .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
}

.checkout-simplecheckout .product-block .image {
    border-radius: 4px;
}

.checkout-simplecheckout .product-block .image a {
    display: block;
}

.checkout-simplecheckout .product-block .image img {
    width: 100%;
    height: 100%;
}

.checkout-simplecheckout .product-block .title {
    padding: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #275CA5;
    white-space: unset;
    width: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    min-height: 44px;
    padding-right: 10px;
}

.checkout-simplecheckout .product-block .delete {
    margin: 11px 0 0 auto;
}

.checkout-simplecheckout .product-block .prices_content {
    margin-top: 10px;
}

.checkout-simplecheckout .product-block .prices_content span.special {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #F84147;
}

.checkout-simplecheckout .product-block .prices_content span.old-price {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

.checkout-simplecheckout .product-block .quantity .form-control {
    width: 31px !important;
    height: 31px;
    padding: 0;
    text-align: center;
    margin: 0 8px !important;
}

.simplecheckout-block .panel-body {
    padding: 15px 0 20px 0;
    position: relative;
}

.simplecheckout-block .panel-body .btn-expand {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #909090;
    border: none;
    border-bottom: 1px solid #909090;
    background: none;
    padding: 0;
    border-radius: 0;
}

.simplecheckout-block-content {
    padding: 0;
}

.simplecheckout-block .btn-reg {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
    padding: 8px 14px;
    height: 33px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.simplecheckout-block .btn-reg:first-child {
    margin-right: 8px;
}

.simplecheckout-block .btn-reg.active {
    color: #4374B7;
    background: rgba(67, 116, 183, 0.1);
}

.simplecheckout-block-content .form-group {
    margin-bottom: 15px;
}

#simplecheckout_customer .checkout-heading + div > .pull-left {
    margin-bottom: 10px;
}

#simplecheckout_login .simplecheckout-block-content {
    padding: 0 !important;
}

.simplecheckout-block-content .control-label {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    margin-bottom: 5px;
}

.simplecheckout-block-content .control-label::placeholder {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #6C6C6C;
}

.simplecheckout-block-content .row-customer_register {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.simplecheckout-block-content .row-customer_register > div {
    width: auto;
    padding-right: 10px;
}

.simplecheckout-block-content .row-customer_register > .control-label {
    padding-left: 0;
    margin-bottom: 3px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

.simplecheckout-block-content .row-customer_register > .control-label img {
    margin-left: 5px;
    margin-bottom: 3px;
}

.simplecheckout-block-content .row-customer_register .checkbox {
    margin: 0;
    display: inline-block;
}

.simplecheckout-block-content .row-customer_register .checkbox input,
#simplecheckout_summary .agreement input {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.simplecheckout-block-content .row-customer_register .checkbox input[type=checkbox]:checked,
#simplecheckout_summary .agreement input:checked {
    border: 1px solid #4374B7;
    background: #4374B7;
    background-image: url("/image/compare-checked-icon.svg");
    background-size: 18px;
}

.simplecheckout-block-content .form-group.required.row-customer_confirm_password {
    margin-top: 0;
}

.simplecheckout-block-content .row-customer_email .email-info {
    display: inline-block;
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    margin-left: 9px;
}

.checkout-simplecheckout #simplecheckout_customer {
    padding-bottom: 5px;
}

.checkout-simplecheckout #simplecheckout_login .register__link {
    position: absolute;
    top: -100px;
    right: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #909090;
    border-bottom: 1px solid #909090;
}

.checkout-simplecheckout #simplecheckout_login fieldset > label {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    display: inline-flex !important;
    align-items: center;
    margin-bottom: 15px;
}

.checkout-simplecheckout #simplecheckout_login fieldset > label + label {
    margin-left: 27px;
}

.checkout-simplecheckout #simplecheckout_login fieldset > label .login_form_radio {
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid #D9D9D9;
    width: 17px;
    height: 17px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label {
    padding-left: 27px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
    min-height: 22px;
    display: flex !important;
    align-items: flex-start;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label input {
    margin-top: -2px;
    margin-right: 5px;
    margin-left: -27px;
    border: 1px solid #D9D9D9;
    width: 22px;
    height: 22px;
}

.checkout-simplecheckout #simplecheckout_login fieldset > label .login_form_radio:checked,
.checkout-simplecheckout #simplecheckout_shipping .radio label input:checked,
.checkout-simplecheckout #simplecheckout_payment .radio label input:checked {
    background: #fff;
    border-color: #D9D9D9;
}

.checkout-simplecheckout #simplecheckout_login fieldset > label .login_form_radio:checked:after {
    top: 4px;
    left: 4px;
    transform: translate(0, 0);
    width: 7px;
    height: 7px;
    background-color: #275CA5;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label input:checked:after {
    top: 5px;
    left: 5px;
    transform: translate(0, 0);
    width: 10px;
    height: 10px;
    background-color: #275CA5;
}

.checkout-simplecheckout .has-error .form-control {
    border-color: #C10000;
}

.checkout-simplecheckout .simplecheckout-error-text {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #C10000;
}

.checkout-simplecheckout #simplecheckout_login .password__recovery_link {
    display: inline-block;
    margin-top: 10px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #686868;
}

.checkout-simplecheckout #simplecheckout_customer .checkout-heading-button {
    display: none !important;
}

.checkout-simplecheckout #simplecheckout_login .button {
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #275CA5;
    padding: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    border: none;
}

#simplecheckout_customer #simplecheckout_login:before {
    box-shadow: none;
}

.checkout-simplecheckout .with__separator .separator,
.account-login .separator {
    display: flex;
    align-items: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #999;
    padding: 20px 0;
}

.checkout-simplecheckout .with__separator .separator .line_1,
.account-login .separator .line_1 {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
    margin-right: 15px;
}

.checkout-simplecheckout .with__separator .separator .line_2,
.account-login .separator .line_2 {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
    margin-left: 15px;
}

.account-login .google__register_block {
    text-align: center;
}

.checkout-simplecheckout .with__separator .title,
.account-login .google__register_block .title {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #797878;
}

.checkout-simplecheckout .with__separator .google__register_link,
.account-login .google__register_block .google__register_link {
    margin-top: 15px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 55px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #275CA5;
    transition: all .3s ease;
}

.checkout-simplecheckout .with__separator .google__register_link svg,
.account-login .google__register_block .google__register_link svg {
    margin-right: 10px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label[for='pickup.pickup'] {
    position: relative;
    padding-left: 57px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label[for='pickup.pickup']:before {
    position: absolute;
    content: url("/image/pickup-icon.svg");
    left: 32px;
    top: 0;

}

.checkout-simplecheckout #simplecheckout_shipping .radio label[for='pickup.pickup'] input {
    margin-left: -57px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label {
    padding-left: 32px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label input {
    margin-left: -32px
}

.checkout-simplecheckout #simplecheckout_shipping .radio label input + img {
    margin-right: 7px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label img + img {
    margin-left: auto;
}

.checkout-simplecheckout #simplecheckout_shipping .radio + .form-group {
    margin-top: -23px;
}

.checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label, .checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label[for='pickup.pickup'] {
    padding-left: 60px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}


.checkout-simplecheckout #simplecheckout_shipping + #simplecheckout_shipping_address {
    margin-top: -23px;
}

.checkout-simplecheckout #simplecheckout_shipping_address ul.dropdown-address {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-height: 111px;
    padding: 7.5px 0;
    right: 15px;
}

.checkout-simplecheckout #simplecheckout_shipping_address .dropdown-address li:hover {
    background: #fff;
}

.checkout-simplecheckout #simplecheckout_shipping_address .dropdown-address li:hover a {
    color: #4374B7;
}

.checkout-simplecheckout #simplecheckout_shipping_address .dropdown-address li a {
    padding: 7.5px 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

.checkout-simplecheckout #simplecheckout_shipping_address .dropdown-address li a:hover {
    /*color: #4374B7;*/
}

.checkout-simplecheckout #simplecheckout_payment .radio {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-simplecheckout #simplecheckout_payment .radio label input {
    margin-top: 7px;
    margin-right: 5px;
    margin-left: -30px;
    border: 1px solid #D9D9D9;
    width: 22px;
    height: 22px;
}

.checkout-simplecheckout #simplecheckout_payment .radio label input:checked:after {
    top: 5px;
    left: 5px;
    transform: translate(0, 0);
    width: 10px;
    height: 10px;
    background-color: #275CA5;
}

.checkout-simplecheckout #simplecheckout_payment .radio label {
    display: flex !important;
    padding-left: 30px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
}

.checkout-simplecheckout #simplecheckout_payment .radio label img {
    margin-left: auto;
    margin-right: 0;
}

.checkout-simplecheckout #simplecheckout_payment .radio + .form-group label {
    padding-left: 30px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

.checkout-simplecheckout #simplecheckout_payment fieldset {
    padding-left: 20px;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .radio {
    margin-bottom: 15px;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .radio label input {
    margin-top: -4px;
}

.checkout-simplecheckout #simplecheckout_payment .simplecheckout-block-content {
    padding-bottom: 5px;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_organization_name {
    margin-top: -18px;
    padding: 0;
    margin-left: 0;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_edrpou {
    padding: 0;
    margin-left: 0;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_organization_name label,
.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_edrpou label {
    padding: 0;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_organization_name div,
.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_edrpou div {
    padding: 0;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_payment_fio {
    margin-top: -18px;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_field20 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.checkout-simplecheckout #simplecheckout_payment fieldset .radio label {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    white-space: nowrap;
}

.checkout-simplecheckout #simplecheckout_coupon .collapse-coupon,
.checkout-simplecheckout #simplecheckout_comment .collapse-comment {
    display: inline-block;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #275CA5;
    border-bottom: 1px solid #275CA5;
}

.checkout-simplecheckout #simplecheckout_coupon .simplecheckout-cart-total {
    padding: 5px 0 20px 0;
    border: none;
}

.checkout-simplecheckout #simplecheckout_coupon .checkout-heading {
    margin-bottom: 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
}

.checkout-simplecheckout #simplecheckout_comment .checkout-heading {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
}

.checkout-simplecheckout #simplecheckout_coupon .btn-coupon {
    margin-top: 10px;
    height: 43px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #275CA5;
}

.checkout-simplecheckout #simplecheckout_summary .simplecheckout-summary-totals {
    margin-top: -7.5px;
}

#simplecheckout_summary .simplecheckout-summary-totals .simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7.5px 0;
}

#simplecheckout_summary .simplecheckout-summary-totals .simplecheckout-cart-total#total_coupon a {
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}

.checkout-simplecheckout #simplecheckout_summary .simplecheckout-cart-total-value {
    margin-right: 0;
    margin-left: auto;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

.checkout-simplecheckout #simplecheckout_summary .simplecheckout-cart-total-remove {
    width: auto;
}

#simplecheckout_summary .agreement label {
    display: flex !important;
    align-items: flex-start;
}

#simplecheckout_summary .agreement .agreement__approve {
    display: flex;
    align-items: flex-start;
}

.checkout-simplecheckout #simplecheckout_summary .total-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #767575;
}

.checkout-simplecheckout #simplecheckout_summary #total_total {
    position: relative;
    margin-top: 12.5px;
    padding-top: 20px;
}

.checkout-simplecheckout #simplecheckout_summary #total_total:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.07);
    height: 1px;
    left: -15px;
    right: -15px;
    top: 0;
}

#simplecheckout_summary #total_total .total-title {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.278;
    color: #333;
}

#simplecheckout_summary #total_total .simplecheckout-cart-total-value {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.278;
    color: #000;
}

.checkout-simplecheckout #simplecheckout_summary .simplecheckout-button-block {
    padding: 0;
    margin-top: 12.5px;
    margin-bottom: 20px;
}

#simplecheckout_summary .simplecheckout-button-block .simplecheckout-button-right {
    float: none;
}

#simplecheckout_summary .simplecheckout-button-block .button {
    width: 100%;
    height: 54px;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #275CA5;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    border: none;
}

#simplecheckout_summary .agreement input {
    margin-right: 10px;
}

#simplecheckout_summary .agreement label span {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
    padding-right: 10px;
    display: inline-flex;
}

.checkout-simplecheckout #simplecheckout_summary .agree-block {
    margin-top: 20px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

#simplecheckout_summary .agree-block ul {
    margin-top: 5px;
    padding-left: 18px;
    margin-bottom: 0;
}

#simplecheckout_summary .agree-block ul li {
    font-size: 12px;
    line-height: 1.833;
}

#simplecheckout_summary .agree-block ul li a {
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid #275CA5;
    color: #275CA5;
    transition: all .3s ease;
}

.checkout-simplecheckout #simplecheckout_summary {
    padding-bottom: 20px;
}

.checkout-simplecheckout #simplecheckout_comment .simplecheckout-block-content {
    padding-bottom: 20px !important;
}

.checkout-simplecheckout #simplecheckout_comment textarea {
    min-height: 200px;
}

.checkout-simplecheckout footer {
    margin-top: 0;
}

.checkout-simplecheckout .form-control {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #000;
}

#simplecheckout_customer .row-customer_telephone .error-phone,
#simplecheckout_customer .row-customer_email .error-email,
.account-simpleregister .row-register_telephone .error-phone,
.account-simpleregister .row-register_email .error-email {
    display: block;
    margin-top: 10px;
    background: rgba(255, 205, 54, 0.3);
    border-radius: 4px;
    padding: 10px 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.417;
    color: #333;
}

.checkout-simplecheckout #simplecheckout_shipping {
    margin-bottom: 23px;
}

.checkout-simplecheckout #simplecheckout_shipping .simplecheckout-block-content {
    padding-bottom: 1px;
}

.checkout-simplecheckout #simplecheckout_shipping_address .simplecheckout-block-content {
    padding-bottom: 5px;
}

#simplecheckout_login .with__separator .form__content {
    display: flex;
    flex-direction: column;
}

.has-error .form-control:focus,
.form-control:focus {
    box-shadow: none;
}

.checkout-simplecheckout #simplecheckout_shipping_address ul.dropdown-address::-webkit-scrollbar {
    width: 14px; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð²ÑÐµÐ¹ Ð¿Ð¾Ð»Ð¾ÑÑ‹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
}

.checkout-simplecheckout #simplecheckout_shipping_address ul.dropdown-address::-webkit-scrollbar-track {
    background: #fff; /* Ñ†Ð²ÐµÑ‚ Ð·Ð¾Ð½Ñ‹ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ */
    border-radius: 100px; /* Ð¾ÐºÑ€ÑƒÐ³Ð»Ð¾ÑÑŒ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
}

.checkout-simplecheckout #simplecheckout_shipping_address ul.dropdown-address::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; /* Ñ†Ð²ÐµÑ‚ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
    border-radius: 100px; /* Ð¾ÐºÑ€ÑƒÐ³Ð»Ð¾ÑÑŒ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
    border: 5px solid #fff; /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
}

.checkout-success,
.checkout-failure {
    background: #FAFAFA;
}

.checkout-success #content,
.checkout-failure #content {
    margin: 11px 15px 0 15px;
    padding: 30px 49px;
    background: #fff;
}

.checkout-success h1,
.checkout-failure h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.checkout-success .order_id,
.checkout-failure .order_id {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #909090;
}

.checkout-success p,
.checkout-failure p {
    margin-top: 10px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #333;
}

.checkout-success p {
    text-align: center;
}

.checkout-failure p {
    text-align: center;
}

.checkout-success .btn-all-orders {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #275CA5;
    border-radius: 4px;
    height: 46px;
    padding: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.467;
    color: #fff;
    transition: all .3s ease;
}

.checkout-failure .btn-cart-again {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    height: 46px;
    padding: 12px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.467;
    color: #275CA5;
    transition: all .3s ease;
}

.checkout-failure .callback-link {
    margin-top: 7.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.checkout-failure .callback-link .callback-btn {
    color: #000;
    border-bottom: 1px solid #000;
}

.checkout-failure #xd_zvonok_phone_button .callback-btn {
    color: #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}

.checkout-success .phones,
.checkout-failure .phones {
    margin-top: 30px;
    padding-top: 22.5px;
    position: relative;
}

.checkout-success .phones:before,
.checkout-failure .phones:before {
    position: absolute;
    content: '';
    background: #EFF3F3;
    height: 1px;
    left: -49px;
    right: -49px;
    top: 0;
}

.checkout-success .shop_phones .phone__link,
.checkout-failure .shop_phones .phone__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.278;
    color: #000;
    padding: 7.5px;
}

.checkout-success .phone__link img,
.checkout-failure .phone__link img {
    width: 16px;
    margin-right: 5px;
}

.checkout-success .phone__link:first-child img,
.checkout-failure .phone__link:first-child img {
    width: 14px;
}

.checkout-success .callback-btn,
.checkout-failure .callback-btn {
    padding: 7.5px 0 0 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
    display: inline-flex;
    transition: all .3s ease;
}

.checkout-success .desktop-right,
.checkout-failure .desktop-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkout-failure ul {
    color: #333;
}

.product-manufacturer .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.product-manufacturer h1 {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.product-manufacturer .popular_manufacturers .header {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.product-manufacturer .popular_manufacturers ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-manufacturer .popular_manufacturers li {
    padding: 0 7.5px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 15px;
}

.product-manufacturer .popular_manufacturers a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-manufacturer .popular_manufacturers img {
    max-width: 100%;
}

.product-manufacturer .manufacturer-abc {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 15px 10px;
    justify-content: center;
}

.product-manufacturer .mfrtext {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2.667;
    letter-spacing: 0.05em;
    color: #000;
    margin-right: 0;
    padding: 1px 8px;
}

.product-manufacturer .manufacturer-section {
    margin-top: 20px;
    margin-bottom: 0;
}

.product-manufacturer .manufacturer-name {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

.product-manufacturer .manufacturer-list_title {
    display: flex;
    ALIGN-ITEMS: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.product-manufacturer .manufacturer-list_title:not(.collapsed) svg {
    transform: rotate(180deg);
}

.product-manufacturer .manufacturer-list_title svg path {
    transition: all .3s ease;
}

.product-manufacturer .manufacturer-list_title:not(.collapsed) svg path {
    fill: #4374B7;
    stroke: #4374B7;
    transition: all .3s ease;
}

.product-manufacturer .manufacturer-list_link {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    text-transform: uppercase;
    color: #333;
    transition: all .3s ease;
}

.product-manufacturer .manufacturer-list {
    margin-bottom: 30px;
}

.product-manufacturer .panel-body {
    padding: 5px 0 0 0;
}

.product-manufacturer .panel-group .panel + .panel {
    margin-top: 0;
}

.product-manufacturer .main-footer {
    margin-top: 5px;
}

[class*="product-manufacturer-info-"] .container-main-title {
    margin-bottom: 0;
}

[class*="product-manufacturer-info-"] .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

[class*="product-manufacturer-info-"] .heading {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2857;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*="product-manufacturer-info-"] .cats {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 11px 20px;
    margin-top: 20px;
}

[class*="product-manufacturer-info-"] .cats.open svg {
    transform: rotate(180deg);
}

[class*="product-manufacturer-info-"] .cats.open path {
    fill: #4374B7;
    stroke: #4374B7;
}

[class*="product-manufacturer-info-"] .cats .cats_list {
    padding: 0;
    margin: 7px 0 0 0;
    list-style-type: none;
}

[class*="product-manufacturer-info-"] .cats_list a {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2857;
    color: #333;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
}

[class*="product-manufacturer-info-"] .brand_about {
    margin-top: 10px;
}

[class*="product-manufacturer-info-"] .brand_about .go {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    padding: 7.5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #333;
}

[class*="product-manufacturer-info-"] .brand_about .img-thumbnail {
    padding: 0;
    line-height: unset;
    border: none;
    border-radius: 0;
    margin: 0 10px 0 0;
}

[class*="product-manufacturer-info-"] h2 {
    margin: 10px 0 9px 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2857;
    color: #000;
}

[class*="product-manufacturer-info-"] .container-main-title .row__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*="product-manufacturer-info-"] .container-main-title .product__total {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2857;
    color: #A6A6A6;
}

[class*="product-manufacturer-info-"] .container-main-title .row__info a span {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #3E77AA;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid #3E77AA;
}

[class*="product-manufacturer-info-"] #description h2 {
    margin: 35px 0 15px 0;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.296;
}

[class*="product-manufacturer-info-"] .row.brand-info {
    margin: 0 0 10px 0;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 12.5px 0;
}

[class*="product-manufacturer-info-"] .row.brand-info .col {
    padding: 12.5px 20px;
}

[class*="product-manufacturer-info-"] .row.brand-info .img-thumbnail {
    padding: 0;
    margin: 0;
    border: none;
}

[class*="product-manufacturer-info-"] .row.brand-info span {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

[class*="product-manufacturer-info-"] .row.brand-info b {
    display: inline-block;
    margin-top: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

[class*="product-manufacturer-info-"] .row.brand-info b a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #4374B7;
    transition: all .3s ease;
}

[class*="product-manufacturer-info-"] .cat_item {
    margin-top: 30px;
}

[class*="product-manufacturer-info-"] .container-main-title h1 {
    margin-bottom: 0;
}

.text_logout,
.account-logout h1 + p {
    display: none;
}

.account-logout .desktop-right .text_logout {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714;
    color: #333;
}

.account-logout .desktop-right .text_logout p {
    margin-bottom: 30px;
}

.account-logout #content {
    border: 1px solid #EFF3F3;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 44px 20px 44px;
    margin-top: 10px;
}

.account-logout .desktop-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.account-logout h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.account-logout .desktop-right span {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
    text-align: center;
}

.account-logout .btn-login {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
    border: 1px solid #DADADA;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.account-logout .btn-login:before {
    position: absolute;
    content: '';
    background: #EFF3F3;
    left: -44px;
    right: -44px;
    top: -20px;
    height: 1px;
}

.account-logout .main-footer {
    margin-top: 64px;
}

.account-simpleregister .mobile-top-inner,
.account-login .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.account-simpleregister h1,
.account-login h2,
.account-forgotten h1,
.account-reset h1 {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

.account-simpleregister .simpleregister-have-account,
.account-login .card p,
.account-forgotten p,
.account-reset legend {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.538;
    text-align: center;
    color: #000;
}

.account-login .card p {
    padding: 0 60px;
}

.account-login .card p strong {
    font-weight: 400;
}

.account-simpleregister .simpleregister-have-account a,
.account-login .card p strong a {
    display: inline-block;
    color: #275CA5;
    line-height: 1;
    border-bottom: 1px solid #275CA5;
    transition: all .3s ease;
}

.account-simpleregister .simpleregister-block-content,
.account-login .card form,
.account-forgotten .card form {
    margin-bottom: 0;
    padding: 20px 0 0 0;
}

.account-login form > label {
    margin-bottom: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.account-login form > label + label {
    margin-left: 27px;
}

.account-login form .login_form_radio {
    width: 17px;
    height: 17px;
    border: 1px solid #D9D9D9;
    background: #fff;
    margin-right: 5px;
}

.account-login form .login_form_radio:checked:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #275CA5;
    transform: translate(0, 0);
}

.account-login #content .form-group a {
    display: inline-block;
    margin-top: 10px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.308;
    color: #686868;
}

.account-login .card form button.login__btn {
    margin-top: 5px;
    background: #275CA5;
    border-radius: 4px;
    width: 100%;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}

.account-simpleregister .control-label,
.account-login .control-label,
.account-forgotten .control-label {
    margin-bottom: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    flex: 100%;
    max-width: 100%;
}

.account-simpleregister .form-group,
.account-login .form-group,
.account-forgotten .form-group {
    margin-bottom: 15px;
}

.account-simpleregister .simpleregister-button-block {
    padding: 5px 0 0 0;
    margin: 0;
}

.account-simpleregister .simpleregister-button-block .simpleregister-button-right {
    float: none;
}

.account-simpleregister .simpleregister-button-block .button {
    width: 100%;
    background: #275CA5;
    height: 41px;
    padding: 10.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    border: none;
}

.account-simpleregister .simpleregister-button-block svg {
    width: 19px;
    height: 20px;
    margin-right: 5px;
}

.account-simpleregister .simpleregister {
    margin-bottom: 0;
}

.account-simpleregister #content {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
}

.account-simpleregister .simplecheckout-error-text {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #C10000;
}

.account-simpleregister .has-error .form-control {
    border-color: #C10000;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-danger {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.538;
    color: #71192F;
    background-color: rgba(239, 102, 91, 0.1);
}

.alert-danger img:not(.alert-close) {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.account-login #content,
.account-forgotten #content,
.account-reset #content {
    max-width: 458px;
}

.account-forgotten #content,
.account-reset #content {
    margin: 0 auto;
}

.account-login .alert-close,
.account-forgotten .alert-close {
    margin-left: 16px;
}

.account-forgotten .buttons,
.account-reset .buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.account-forgotten .buttons button,
.account-reset .buttons button {
    background: #275CA5;
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    height: 41px;
}

.account-forgotten .buttons button svg,
.account-reset .buttons button svg {
    margin-right: 5px;
}

.account-forgotten .buttons a,
.account-reset .buttons a {
    margin-top: 10px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 41px;
}

.account-login .alert {
    margin-top: 15px;
    margin-bottom: 10px;
}

.alert-success img:not(.alert-close) {
    margin-right: 15px;
}

.alert-success {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.538;
    color: #2B641E;
    background-color: #84D65A;
}

.account-success .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.account-success #content {
    border: 1px solid #EFF3F3;
    padding: 30px 20px;
    margin: 20px 15px 0 15px;
}

.account-success .top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-success .desktop-right {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

.account-success h1 {
    margin: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.account-success p {
    margin-top: 7px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #333;
}

.account-success .bottom__content {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-top: 29px;
    position: relative;
}

.account-success .bottom__content:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background: #EFF3F3;
}

.account-success .bottom__content img {
    margin-right: 10px;
}

.account-success .bottom__content p {
    margin-top: 0;
}

.account-success .bottom__content a {
    display: inline-block;
    color: #275CA5;
    border-bottom: 1px solid #275CA5;
    line-height: 1;
    transition: all .3s ease;
}

.account-success .btn-login {
    display: none;
}

.account-approve_email .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.account-approve_email #content {
    margin: 10px 15px 0 15px;
    border: 1px solid #EFF3F3;
    padding: 30px 45px 20px 45px;
}

.account-approve_email .top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-approve_email .desktop-right {
    text-align: center;
    margin-top: 20px;
}

.account-approve_email h1 {
    margin: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.account-approve_email p {
    margin-top: 7px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571;
    color: #333;
}

.account-approve_email .bottom__content {
    margin-top: 30px;
    padding-top: 20px;
    position: relative;
}

.account-approve_email .bottom__content:before {
    position: absolute;
    content: '';
    right: -45px;
    left: -45px;
    top: 0;
    height: 1px;
    background: #EFF3F3;
}

.account-approve_email .bottom__content a {
    display: block;
}

.account-approve_email .bottom__content button#account {
    border: 1px solid #DADADA;
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    color: #275CA5;
    padding: 10px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.account-logout .top__content {
    display: none;
}

.checkout-failure .btn-login {
    display: none;
}

.checkout-failure .top__content img {
    display: none;
}

.checkout-success .top__content img {
    display: none;
}

[class*="account-"] .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

[class*="account-"] #column-left > ul {
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px;
}

[class*="account-"] #column-left > ul > li:first-child {
    background: rgba(67, 116, 183, 0.1);
    border-radius: 4px;
    padding: 9px 20px;
    display: inline-block;
    width: 100%;
}

[class*="account-"] #column-left > ul > li:first-child > .row {
    margin: 0;
}

[class*="account-"] #column-left > ul > li:first-child a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
}

[class*="account-"] #column-left > ul > li:first-child a img {
    margin-right: 13px;
}

[class*="account-"] #column-left > ul > li:first-child a .email {
    margin-top: 2px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #7D7D7D;
}

[class*="account-"] #column-left > ul > li:first-child > .row a:last-child {
    display: inline-flex !important;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

[class*="account-"] #column-left > ul > li:first-child > .row a[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

[class*="account-"] #column-left > ul > li:first-child > .row a[aria-expanded="true"] svg path {
    fill: #4374B7;
    stroke: #4374B7;
}

.account__item_list li:first-child {
    margin-top: 15px;
}

.account__item_list a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    transition: all .3s ease;
}

.account__item_list li:last-child a {
    padding-bottom: 5px;
}

.account__item_list a svg {
    margin-right: 10px;
}

.account__item_list a .total {
    color: #909090;
    margin-left: 7px;
}

[class*="account-"] .alert {
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}

[class*="account-"] .alert-close {
    margin-left: 16px;
}

[class*="account-"] .alert-close {
    margin-left: auto;
}

[class*="account-"] h1 {
    margin-bottom: 0;
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.account-simpleedit form,
.account-password form {
    margin-top: 15px;
}

[class*="account-"] form .control-label {
    margin-bottom: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

[class*="account-"] .form-group {
    margin-bottom: 15px;
}

[class*="account-"] .buttons {
    margin: 0;
}

[class*="account-"] .passchange,
[class*="account-"] .editbtn {
    width: 100%;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    padding: 10px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #275CA5;
    border-radius: 4px;
}

.account-wishlist h2 {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.account-wishlist .product-main-grid .product-thumb {
    margin-bottom: 25px;
}

.account-wishlist h2 + p {
    margin-bottom: 0;
}

[class*="account-"] .simpleregister-block-content {
    padding: 0;
    margin: 0;
}

[class*="account-"] .buttons {
    padding: 0;
}

[class*="account-"] .btn[disabled] {
    background: rgba(39, 92, 165, 0.35);
    opacity: 1;
}

.account-order h1 {
    margin-bottom: 20px;
}

.account-order td {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

.account-order .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
    margin-bottom: 5px;
}

.account-order .status__line {
    position: absolute;
}

.account-order td:first-child {
    padding: 15px;
}

.account-order td:not(:first-child) {
    padding: 6px 6px 6px 35px;
}

.account-order td:nth-child(2) {
    padding-top: 15px;
}

.account-order td:last-child {
    padding-top: 9px;
    padding-bottom: 15px;
}

.account-order td:last-child a {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #275CA5;
    border-bottom: 1px solid #275CA5;
}

.account-order .table-responsive {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.account-order .pagination-block {
    margin-top: 20px;
}

.account-order .pagination {
    margin-bottom: 15px;
}

.account-order .main-footer {
    margin-top: 20px;
}

.order__info_wrapper {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    margin-top: 20px;
}

.account-order-info .table {
    margin-bottom: 0;
}

.order__info_top {
    padding: 15px;
}

.order__info_back {
    display: inline-flex;
    align-items: center;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267;
    color: #909090;
}

.order__info_back svg {
    margin-right: 5px;
}

.account-order-info h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.273;
    color: #000;
}

.order__info_status {
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    width: fit-content;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
}

.account-order-info table .title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
}

.account-order-info table .name {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
    transition: all .3s ease;
}

.account-order-info table .option {
    margin-top: 8px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.615;
    color: #333;
}

.account-order-info table .option span:not(:first-child) {
    margin-left: 20px;
}

.product__total_option {
    display: block;
    margin-left: 0 !important;
    margin-top: 8px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.account-order-info .table .option .name {
    display: block;
    margin-top: 15px;
}

.account-order-info table tr td {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.account-order-info table .ship_detail {
    margin-top: 8px;
    color: #333;
}

.account-order-info table .customer_detail {
    margin-top: 8px;
}

.account-order-info table .shipping_detail {
    color: #333;
}

.account-order-info table .total_detail {
    font-family: "basis grotesque pro bold", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 0.955;
    color: #333;
}

#simplecheckout_shipping_address:before {
    box-shadow: none;
}

.account-reset legend {
    border-bottom: none;
    padding-bottom: 20px;
}

.account-reset h1 {
    margin-bottom: 10px;
}

[class*="account-"] .has-error .form-control {
    border-color: #C10000;
}

[class*="account-"] .text-danger {
    margin-top: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #C10000;
}

[class*="product-product-"] .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

[class*="product-product-"] .product-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

[class*="product-product-"] .title-container {
    margin-top: 15px;
    padding-bottom: 15px;
}

[class*="product-product-"] .product-model {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #909090;
}

[class*="product-product-"] .reviews-count__value {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #3E77AA;
    border-bottom: 1px solid #3E77AA;
}

[class*="product-product-"] .nav-tabs-container {
    background: #F8F8F8;
    box-shadow: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
}

[class*="product-product-"] .nav-tabs-menu {
    display: flex;
    padding-left: 2.5px;
    overflow-x: scroll;
    height: 45px;
}

[class*="product-product-"] .nav-tabs-container ul li {
    display: inline-flex;
}

[class*="product-product-"] .nav-tabs-container ul li a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    background-color: transparent;
    padding: 14px 12.5px;
}

[class*="product-product-"] .nav-tabs-menu > li > a:after {
    left: 12.5px;
    right: 12.5px;
    width: auto;
    height: 1px;
}

[class*="product-product-"] .nav-tabs-menu > li.active > a {
    color: #4374B7;
}

[class*="product-product-"] .nav-tabs-menu > li.active > a:after {
    background: #4374B7;
}

[class*="product-product-"] .nav-tabs-container ul li:not(.active) a:hover {
    color: inherit;
}

[class*="product-product-"] .product-content {
    padding-top: 15px;
    padding-bottom: 0;
}

[class*="product-product-"] .product-options {
    margin-top: 20px;
    margin-bottom: 0;
}

[class*="product-product-"] .product-options label {
    margin-bottom: 7px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

[class*="product-product-"] .product-options .form-group:nth-child(1) {
    margin-bottom: 0;
}

[class*="product-product-"] .product-options .form-group:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 0;
}

[class*="product-product-"] .options-toggle input + .options-item,
[class*="product-category-"] .product-options__item .options-image {
    border: 2px solid transparent;
}

[class*="product-product-"] .options-toggle input:checked + .options-item,
[class*="product-category-"] .product-options__item.select .options-image {
    border: 2px solid #275CA5;
}

[class*="product-category-"] .product-options__item .options-image {
    margin: 0;
    display: inline-block;
}

[class*="product-category-"] .product-options__item {
    padding: 0;
}

.product-options .options-item {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-product-"] .product-options .form-group:nth-child(2) .options-item {
    /*padding: 7px 9px;
    margin-right: 11px;*/
}

[class*="product-product-"] .form-group:nth-child(2) .options-toggle input + .options-item,
[class*="product-category-"] .product-options__item .options-name {
    border: 1px solid #DADADA;
}

[class*="product-product-"] .form-group:nth-child(2) .options-toggle input:checked + .options-item,
[class*="product-category-"] .product-options__item.select .options-name {
    border: 1px solid #275CA5;
}

[class*="product-product-"] .product-info-right__header {
    margin-top: 9px;
}

[class*="product-product-"] .product-info-right__header .stock {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    padding: 7px 18px;
    border-radius: 4px;
}

[class*="product-product-"] .product-info-right__header .stock-success {
    background: rgba(0, 169, 73, 0.15);
}

[class*="product-product-"] .product-info-right__header .product-stock .stock svg {
    margin-right: 8px;
}

[class*="product-product-"] .product-content .product-brand {
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-product-"] .product-content .product-brand__link {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1;
    color: #4374B7;
    border-bottom: 1px solid #4374B7;
    text-decoration: none;
}

[class*="product-product-"] .product-content .product-right {
    border-radius: 0;
    margin: 10px 0 0 0;
    padding: 0;
    box-shadow: none;
}

[class*="product-product-"] .product-content .price-specials {
    gap: 10px;
}

[class*="product-product-"] .product-content .price-new {
    margin-right: 0;
}

[class*="product-product-"] .product-content .price-main {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    white-space: nowrap;
}

[class*="product-product-"] .product-content .price-old {
    font-size: 14px;
    line-height: 1.286;
    white-space: nowrap;
}

[class*="product-product-"] .product-content .wishlist {
    margin-right: 24px;
    cursor: pointer;
}

[class*="product-product-"] .product-content .compare {
    cursor: pointer;
}

[class*="product-product-"] .product-content .wishlist img {
    width: 20px;
}

[class*="product-product-"] .product-content .compare img {
    width: 18px;
}

[class*="product-product-"] .product-buttons .btn-incart {
    margin-top: 15px;
    position: relative;
}

[class*="product-product-"] .product-content .in-stock-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

[class*="product-product-"] .product-content .in-stock-buttons.preorder-btn-show {
    width: auto;
}

[class*="product-product-"] .product-content .in-stock-buttons.preorder-btn-show .buy_button_identification.preorder_btn {
    flex: auto;
    max-width: unset;
}

[class*="product-product-"] .product-content .buy_button_identification {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    padding: 14px;
    border-radius: 4px;
    flex: 0 0 47.83%;
    max-width: 47.83%;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

[class*="product-product-"] .product-content .buy_button_identification:not(.preorder_btn) {
    background: #275CA5;
}

[class*="product-product-"] .product-content .buy_button_identification.preorder_btn:hover {
    background: #925800;
    color: #fff;
}

[class*="product-product-"] .product-content .buy_button_identification.preorder_btn:hover svg path {
    fill: #fff;
}

[class*="product-product-"] .product-content .buy_button_identification svg,
[class*="product-product-"] .product-content .buy_button_identification img,
[class*="product-product-"] .tab-content #button-cart_mini img {
    margin-right: 6px;
}

[class*="product-product-"] .product-content .boc_order_btn {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #275CA5;
    padding: 14px;
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    flex: 0 0 47.83%;
    max-width: 47.83%;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

[class*="product-product-"] .product-content .button-count {
    margin-bottom: 0;
}

[class*="product-product-"] .product-content .product-question {
    margin-top: 15px;
    justify-content: flex-end;
}

[class*="product-product-"] .product-content .product-question__link {
    margin-left: 8px;
    text-decoration: none;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #FFA500;
    color: #FFA500;
    white-space: nowrap;
}

[class*="product-product-"] .product-content .texts__product-warranty {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

[class*="product-product-"] .product-content .texts__product-warranty-text {
    font-size: 12px;
    line-height: 1.417;
    color: #333;
}

[class*="product-product-"] .product-content .texts__product-warranty-text span {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    color: #000;
}
[class*="product-product-"] .product-content .texts__product-warranty-text span.text {
    font-family: "basis grotesque pro", sans-serif;
}

[class*="product-product-"] .texts__product-warranty img {
    width: 18px;
    margin-right: 10px;
}

[class*="product-product-"] .product-content .texts__product-notify1 {
    margin-top: 20px;
    border-radius: 4px;
    padding: 15px;
}

[class*="product-product-"] .texts__product-notify1 .texts__product-notify1-image {
    margin-right: 16px;
}

[class*="product-product-"] .texts__product-notify1 img {
    width: 22px;
}

[class*="product-product-"] .product-content .texts__product-notify1-header {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
}

[class*="product-product-"] .product-content .texts__product-notify1-text {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

[class*="product-product-"] .product-content .delivery-pay__container {
    margin: 20px 0 0 0;
}

[class*="product-product-"] .product-content .delivery-pay__header {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

[class*="product-product-"] .product-content .delivery-pay__items {
    margin: 12px 0 0 0;
    padding: 0 0 0 25px;
}

[class*="product-product-"] .product-content .delivery-pay__item:not(:first-child) {
    margin-top: 8px;
}

[class*="product-product-"] .product-content .delivery-pay__item {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-product-"] .delivery-pay__item .product-out-of-stock-hide-field {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    color: #000;
}

[class*="product-product-"] .delivery-pay__container.pay {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 20px;
}

[class*="product-product-"] .tab-content {
    padding: 20px 0 0;
}

[class*="product-product-"] .texts__product-notify2 {
    border-radius: 4px;
    padding: 15px;
}

[class*="product-product-"] .texts__product-notify2-image {
    margin-right: 15px;
}

[class*="product-product-"] .texts__product-notify2-text {
    font-size: 14px;
    line-height: 1.715;
    color: #0C2A75;
}

[class*="product-product-"] .tab-brief__items-container {
    margin-top: 10px;
}

[class*="product-product-"] .tab-brief__item {
    margin-top: 25px;
}

[class*="product-product-"] .tab-brief__section-block {
    padding: 15px 0 0 0;
}

[class*="product-product-"] .tab-brief__section-header,
[class*="product-product-"] .product-bottom-content .product-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}

[class*="product-product-"] .tab-content .short-attr__item--name {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
    flex-grow: unset;
    width: 50%;
    background: none;
}

[class*="product-product-"] .tab-content .short-attr__item--name > span {
    background: transparent;
}

[class*="product-product-"] .tab-content .short-attr__item--text {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-product-"] .tab-content .short-attr li {
    padding: 12px 10px;
}

[class*="product-product-"] .tab-content .short-attr li:nth-child(odd) {
    background: #F8F8F8;
}

[class*="product-product-"] .tab-content .short-attr li + li {
    margin-top: 0;
}

[class*="product-product-"] .attr-product-content-block {
    margin-bottom: 0;
}

[class*="product-product-"] .viewmore-link {
    display: inline-block;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    border-bottom: 1px solid #275CA5;
    color: #275CA5;
    cursor: pointer;
}

[class*="product-product-"] .tab-brief__section-header-product {
    color: #909090;
}

[class*="product-product-"] .tab-brief__section-description {
    font-size: 14px;
    line-height: 1.571;
}

[class*="product-product-"] #review_mini .review-username,
[class*="product-product-"] #review .review-username {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
}

[class*="product-product-"] #review_mini .review-date,
[class*="product-product-"] #review .review-date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.25;
    color: #919191;
}

[class*="product-product-"] #review_mini .review-bottom-block,
[class*="product-product-"] #review .review-bottom-block {
    align-items: center;
}

[class*="product-product-"] .review-row .review-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

[class*="product-product-"] .review-content .viewmore-link {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    border-bottom: none;
    color: #909090;
}

[class*="product-product-"] .review-more-comments svg {
    margin-right: 5px;
}

[class*="product-product-"] .review-more-comments a {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #275CA5;
    transition: all .3s ease;
}

[class*="product-product-"] .review-more-comments a span {
    color: #909090;
}

[class*="product-product-"] #review_mini .review-wrap {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

[class*="product-product-"] #review_mini {
    display: block;
}

[class*="product-product-"] .tab-brief__review .tab-brief__section-block {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

[class*="product-product-"] .tab-brief__review .review-mini-btn {
    margin-top: 15px;
}

[class*="product-product-"] .tab-brief__review .review-write-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #275CA5;
    padding: 14px 34px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    transition: all .3s ease;
}

[class*="product-product-"] .related.row {
    margin-left: 0;
    margin-right: 0;
}

[class*="product-product-"] .product-bottom-content .product-title {
    margin: 35px 0 20px;
}

[class*="product-product-"] .product-bottom-content .product-title.viewed .all__products_link {
    display: none;
}

[class*="product-product-"] .reviews-block__left .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

}

[class*="product-product-"] .reviews-block__left .buttons .viewmore-link {
    font-size: 15px;
    line-height: 1.267;
    margin-right: 28px;
}

[class*="product-product-"] .tab-brief__review .buttons .review-mini-btn {
    margin-top: 0;
}

.nav-tabs-container.sticky {
    margin-top: 56px;
    z-index: 3;
}

[class*="product-product-"] .product-image .xdstickers_wrapper {
    z-index: 2;
}

[class*="product-product-"] .product-out-of-stock .out-of-stock-link {
    display: inline-block;
    position: absolute;
    bottom: -17px;
    padding: 0;
    text-decoration: none;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    border-bottom: 1px solid #333;
    color: #333;
}

[class*="product-product-"] .nav-flex {
    background: #F8F8F8;
    flex-wrap: nowrap;
}

[class*="product-product-"] .tab-brief__section-header.tab-fix {
    margin-top: 10px;
}

[class*="product-product-"] .tab-brief__section-block.tab-fix {
    padding: 20px 0 0 0;
}

[class*="product-product-"] .nav-tabs-menu > li > a > svg {
    width: auto;
    max-width: 17px;
}

[class*="product-product-"] .attr-product-list__title {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #333;
}

[class*="product-product-"] .attr-product-list__preview tr td:first-child > div {
    background: none;
}

[class*="product-product-"] .attr-product-list__preview .attr-name {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #909090;
    background: transparent;
}

[class*="product-product-"] .attr-product-list__preview .attr-text {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

[class*="product-product-"] .attr-product-list__preview tr td {
    padding: 12px 10px;
    vertical-align: baseline;
}

[class*="product-product-"] .attr-product-list__preview tbody:nth-child(odd) td {
    background: #F8F8F8;
}

[class*="product-product-"] .attr-product-list__preview tr td:first-child,
[class*="product-product-"] .attr-product-list__preview tr td:last-child {
    width: 50%;
}

[class*="product-product-"] .attr-product-list__preview {
    margin-bottom: 0;
}

[class*="product-product-"] .attr-product-list__preview:not(:last-child) {
    margin-bottom: 20px;
}

[class*="product-product-"] .youtube-content-block iframe {
    max-width: 100%;
    max-height: 195px;
}

[class*="product-product-"] .tab-review__container {
    width: auto;
}

[class*="product-product-"] .tab-review__container .tab-review__block-left {
    width: 100%;
}

[class*="product-product-"] .tab-review__container .comment-info {
    margin-top: 10px;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

[class*="product-product-"] .tab-review__container .review-box-title {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.286;
    color: #000;
}

[class*="product-product-"] #tab-review .comment-info .review-write-text,
[class*="product-product-"] .reviews__empty-block .review-write-text {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #275CA5;
    border-bottom: 1px solid #275CA5;
}

[class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block {
    background-color: #fff;
    padding: 20px 46px 0 46px;
}

[class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block img {
    max-width: 181px;
}

[class*="product-product-"] .comment-info:before {
    content: none;
}

[class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block .reviews__empty-text {
    display: inline-block;
    margin-top: 20px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    max-width: 253px;
}

[class*="product-product-"] #review .reviews-block__left {
    margin-top: 20px;
}

[class*="product-product-"] #review .review-wrap {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

[class*="product-product-"] #review .review-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

[class*="product-product-"] .review-reply-link {
    margin-top: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #275CA5;
}

[class*="product-product-"] .review-reply__item {
    margin-top: 15px;
    padding-left: 20px;
    border-left: 2px solid #275CA5;
}

[class*="product-product-"] .review-reply__item .review-date {
    font-size: 13px;
    line-height: 1.308;
}

[class*="product-product-"] .review-reply__item .review-reply__body {
    margin-top: 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #333;
}

[class*="product-product-"] #review .review-reply__item.review-reply__item-level2 .review-username {
    color: #275CA5;
}

[class*="product-product-"] #review .reviews-block__left .rating-star {
    margin-right: 0;
}

.instructions-content-item:not(:first-child) {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 20px;
}

.instructions-content-item .title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
    text-transform: none;
}

.instructions-content-filename {
    margin-bottom: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000;
}

.instructions-content-fileformat {
    width: 50%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

.instructions-content-filesize {
    width: 50%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.308;
    color: #333;
}

.instructions-download-link {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 41px;
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    transition: all .3s ease;
}

.instructions-download-link svg {
    margin-right: 5px;
}

.main-top__title h1 {
    max-width: none;
}

[class*="product-product-"] .warranty-content-block .tab-brief__section-block.tab-fix {
    padding: 0;
}

[class*="product-product-"] .warranty-content-block .title {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

[class*="product-product-"] .warranty-content-block {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

[class*="product-product-"] .warranty-content-block .title.attention {
    color: #A90000;
}

[class*="product-product-"] .warranty-content-block ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.popup-title,
#boc_success .text-center h2 {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

#boc_success .text-center h2 {
    margin-bottom: 0;
}

#modal-review .form-head {
    padding: 30px 20px 0 20px;
}

#modal-review .modal-form {
    padding: 0 20px 30px 20px;
}

.text_reviews_header_guest {
    padding: 12px 10px 0 10px;
}

.modal-review__guest-btns {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-review__guest-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.467;
    padding: 10px;
    height: 42px;
    border: none;
}

.modal-review__guest-btns a:first-child {
    background: #275CA5;
    border-radius: 4px;
    color: #fff;
}

.modal-review__guest-btns a:nth-child(2) {
    border: 1px solid #DADADA;
    border-radius: 4px;
    color: #275CA5;
    margin-top: 10px;
}

.modal-review__guest-bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    background: rgba(80, 154, 248, 0.15);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.538;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.modal-review__guest-bottom-text svg {
    display: inline-flex;
    width: 18%;
    max-width: 24px;
    height: 24px;
    margin-right: 15px;
}

#modal-review .control-label,
#modal-question .control-label,
#boc_order .buyoneclick-input-label {
    margin-bottom: 5px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #909090;
}

#boc_order .form-control {
    border-radius: 4px;
}

#modal-review #form-review {
    margin-top: 20px;
}

#modal-review #form-review .buttons,
#modal-question #form_question .buttons,
#boc_order #boc_form .buttons {
    margin: 0;
}

#modal-review #form-review button,
#modal-question #form_question button,
#boc_order #boc_form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    padding: 13px;
    background: #275CA5;
    border-radius: 4px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    color: #fff;
}

#review-popup .modal-content {
    min-height: 303px;
}

#review-popup .close {
    color: #bcbcbc;
}

#review-popup .modal-img,
#question-popup .modal-img,
#boc_success img {
    padding-top: 70px;
}

#review-popup .modal-body.modal-success,
#question-popup .modal-body.modal-success,
#boc_success .modal-body {
    padding-top: 20px;
}

#question-popup .modal-body.modal-success,
#boc_success .modal-body {
    padding-left: 80px;
    padding-right: 80px;
}

#review-popup .modal-body.modal-success .popup-text,
#question-popup .modal-body.modal-success .popup-text,
#boc_success .modal-body .text-center {
    display: inline-block;
    margin-top: 20px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.615;
    color: #333;
}

#boc_success .modal-body .text-center {
    margin-top: 0;
}

#modal-delivery-pay .modal-header {
    padding: 20px 15px 0 15px;
}

#modal-delivery-pay .modal-body {
    padding: 5px 0 20px 0;
}

#modal-delivery-pay .modal-xl {
    min-width: 100%;
}

#modal-delivery-pay .modal-content {
    border-radius: 0;
}

.option-warning .close svg {
    position: relative;
}

.product-cart-popup__header {
    margin: 20px 15px 10px 15px;
}

.product-cart-popup__products {
    margin: 0 15px;
}

.product-cart-popup__footer {
    margin: 20px 15px;
}

.product-cart-popup__product-item {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.product-cart-popup__product-item:not(:last-child) {
    margin-bottom: 0;
}

.product-cart-popup__product img {
    margin-right: 10px;
}

.product-cart-popup__product a {
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #275CA5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    min-height: 44px;
}

.product-cart-popup__del {
    width: 19px;
}

.product-cart-popup__sum {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
}

.product-cart-popup__qnt input {
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 31px;
    height: 31px;
}

.product-cart-popup__qnt button {
    border: none;
    background: #fff;
    cursor: pointer;
}

.product-cart-popup__total {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3125;
    text-align: right;
}

.product-cart-popup__sum .price-old,
.product-cart-popup__total .price-old {
    font-size: 13px;
    line-height: 1.308;
}

.product-cart-popup__footer-total {
    padding-right: 0;
}

.product-cart-popup__total-text {
    margin-right: 15px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #909090;
}

.product-cart-popup__total-num {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.292;
    color: #000;
}

.product-cart-popup__btn-checkout {
    margin-top: 15px;
    margin-bottom: 0;
    background: #275CA5;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 14px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}

.product-cart-popup__btn-continue {
    margin-top: 15px;
    margin-bottom: 0;
    border: 1px solid #DADADA;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 14px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
}

.product-cart-popup__btn-continue svg {
    margin-right: 10px;
}

#modal-question .modal-header,
#boc_order .modal-header {
    padding: 30px 20px 0 20px;
    text-align: center;
}

#modal-question .modal-body,
#boc_order .modal-body {
    padding: 20px 20px 30px 20px;
}

.modal-product-images__window {
    border-radius: 4px;
    padding: 60px 40px;
    max-width: 1356px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    /*min-height: 769px;*/
    height: 100%;
    overflow-y: scroll;
}

.modal-product-images__left-part {
    width: 70%;
    max-width: 882px;
}

.modal-product-images__right-part {
    width: 30%;
    max-width: 394px;
}

#modal_product_images .mini-product__header {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #000;
}

#modal_product_images .mini-product__price {
    margin-top: 15px;
}

#modal_product_images .price-main {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.286;
    margin-right: 0;
}

#modal_product_images .price-block .price-specials {
    gap: 15px;
}

#modal_product_images .mini-product__btn button {
    background: #275CA5;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    padding: 14px 60px;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    transition: all .3s ease;
}

#modal_product_images .mini-product__btn button:hover {
    background: #FFCD36;
    color: #333;
    transition: all .3s ease;
}

#modal_product_images .mini-product__btn button svg,
#modal_product_images .mini-product__btn button img {
    margin-right: 10px;
}

#modal_product_images .mini-product__btn button svg path {
    transition: all .3s ease;
}

#modal_product_images .mini-product__btn button:hover svg path {
    fill: #333;
    transition: all .3s ease;
}

.modal-product-images__left-images {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 83px;
}

.modal-product-images__left-images [class*="swiper-button-"] {
    display: none;
}

[class*="product-category-"] .container.subcat {
    background: #FAFAFA;
}

.product-compare-category .mobile-top-inner,
.product-search .mobile-top-inner,
[class*="information-information-"] .mobile-top-inner,
.error-not_found .mobile-top-inner,
.information-contact .mobile-top-inner,
.blog-category .mobile-top-inner,
.product-compare .mobile-top-inner {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.product-search .subcat {
    background: #FAFAFA;
    position: relative;
}

.product-search .subcat:before {
    position: absolute;
    content: '';
    background: #FAFAFA;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 15px;
}

.product-search .subcat:after {
    position: absolute;
    content: '';
    background: #FAFAFA;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 15px;
}

.account-logout .button-login {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

.account-logout .button-login:before {
    position: absolute;
    content: '';
    height: 1px;
    left: -45px;
    right: -45px;
    top: -20px;
    background: #EFF3F3;
}

#simplecheckout_customer .customer_data .control-label,
#simplecheckout_customer .customer_data .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

#simplecheckout_customer .row-customer_register img {
    margin-top: -4px;
    margin-left: 10px;
}

#simplecheckout_customer .form-group {
    margin-left: 0;
    margin-right: 0;
}

#simplecheckout_customer .row-customer_register .col-sm-1 {
    padding-left: 0;
}

.checkout-simplecheckout #simplecheckout_shipping .radio label[for='pickup.pickup'] img {
    margin-left: auto;
    align-self: flex-start;
}

.account-wishlist .product-thumb .product-sticker {
    display: none;
}

.simplecheckout-block#simplecheckout_shipping_address + .form-horizontal {
    margin-bottom: 0;
    padding-left: 60px;
}

.simplecheckout-block#simplecheckout_shipping_address + .form-horizontal .form-group:first-child {
    color: #909090;
    font-size: 12px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.simplecheckout-block#simplecheckout_shipping_address + .form-horizontal .form-group:nth-child(2) {
    color: #333;
    font-size: 15px;
    font-family: "Basis Grotesque Pro", sans-serif;
    font-weight: 400;
}

.simplecheckout-block#simplecheckout_shipping_address {
    margin-bottom: 0;
}

.product-compare-category .btn-continue,
.product-compare .btn-continue {
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #275CA5;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

[class*="account-"] .stock.text-danger {
    color: #909090;
}

[class*="product-manufacturer-info-"] .module-html__container:not(.text-less) .description.text-collapse {
    max-height: none;
}

[class*="product-manufacturer-info-"] .module-html__container:not(.text-less) .description.text-collapse:after {
    content: none;
}

.product-button__toolbar .button-toolbar {
    padding: 0;
    border: none;
    width: 18px;
    height: 18px;
}

.product-button__toolbar .button-toolbar img {
    width: 100%;
    height: 100%;
}

.product-button__toolbar .btn + .btn {
    margin-left: 27px;
}

.product-button__toolbar .button-toolbar:hover {
    background: none;
    border-color: unset;
}

.product-cards__items_list {
    display: flex;
}

[class*="product-compare"] [class*="product-module-compare"] .product-thumb-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.product__list_scroll {
    display: flex;
}

#slideshow_center_left .item img, #slideshow_center_right .item img{
    border-radius: 8px;
}

.trio__banners .banner__item img{
    border-radius: 4px;
}

/*max-width: 767px START*/

@media (max-width: 767px) {
    #slideshow_mobile .item img {
        border-radius: 4px;
    }
    body {
        padding-top: 56px;
    }

    .container-main-title.second-level span{
        top: -1px !important;
    }

    .ocf-container .ocf-content{
        overflow-y: scroll;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        z-index: 1;
    }

    .mobile-top {
        border-bottom: none;
    }

    .mobile-catalog {
        width: 100vw;
    }

    .modal-dialog {
        width: calc(100% - 30px);
        margin: 70px auto 10px auto;
    }

    .mobile-right__menu .cart svg path {
        fill: #333;
    }

    .mobile-right__menu {
        margin-left: auto;
        display: flex;
        width: 60px;
        justify-content: space-between;
    }

    .header-start.sticky {
        position: unset;
        top: unset;
        width: unset;
        margin-top: unset;
    }

    .header-start.sticky .mobile-top-inner {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
        z-index: 1;
    }

    .mbtn-catalog.main_mobile {
        background: #275CA5;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-family: "basis grotesque pro bold", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        height: 44px;
    }

    .mbtn-catalog.main_mobile .menu-button_text {
        display: block;
        padding-left: 10px;
    }

    #slideshow_mobile.owl-carousel {
        margin: 0 0 10px;
    }

    .mobile-catalog__panel {
        justify-content: space-between;
        padding-left: 15px;
        border-bottom: none;
        height: 60px;
        min-height: 60px;
    }

    .mobile-catalog__back {
        margin-right: auto;
        width: auto;
        font-weight: 400;
        font-size: 13px;
        line-height: 12px;
    }

    .clear-button {
        color: #909090;
    }

    .mobile-catalog__back svg {
        margin-right: 10px;
    }

    .mobile-catalog__title {
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 19px;
        line-height: 1.316;
        color: #000;
        padding-right: 15px;
    }

    .mobile-catalog__item:not(:last-of-type) {
        border-bottom: none;
    }

    .mobile-item {
        height: 49px;
        padding: 15px;
        color: #000;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
    }

    .product-thumb .button-add-cart button {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #275CA5;
        border-radius: 4px;
        height: 36px;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 1.267;
        color: #fff;
    }

    #content .block-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .product-thumb .product-sticker,
    .product-thumb .rating-count {
        display: flex;
    }

    .product-thumb .stock {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.25;
    }

    .product-thumb .rating {
        margin-bottom: 10px;
    }

    .product-thumb .name .name-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.571;
        color: #313131;
        height: 42px;
    }

    .product-thumb .product-bottom {
        padding-top: 0;
    }

    .product-thumb .price {
        margin-bottom: 10px;
    }

    .product-thumb .price .main-price {
        font-size: 16px;
        line-height: 1.3125;
    }

    .product-thumb .price .price-new {
        font-size: 16px;
        line-height: 1.3125;
    }

    .product-thumb .price .price-old {
        font-size: 13px;
        line-height: 1.308;
    }

    .catwall-column {
        padding-left: 0;
        padding-right: 0;
    }

    .column-4 .blog_item {
        width: 100%;
    }

    .footer-form__header,
    .footer-form__text,
    .footer-form__form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb > li:first-child::before,
    .breadcrumb > li + li::before {
        color: #8b929c;
        content: "";
        background-image: url("/image/catalog/icon-svg/breadcrumb_arrow_mobile.svg");
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 10px 0 0;
        padding: 0 5px;
    }

    .breadcrumb > li {
        display: none;
    }

    .breadcrumb > li:nth-last-child(2) {
        display: block;
    }

    .categories-list-level2 .categories-list-level2__subcat,
    .categories-list-level2 .categories-list-level2__show-more {
        display: none;
    }

    .categories-list-level2__img {
        margin: auto;
    }

    .categories-list-level2_btn-show-all svg {
        width: 21px;
        height: 21px;
    }

    .ocf-btn-mobile-static.ocf-mobile {
        margin: 0;
        padding: 0;
        width: 50%;
    }

    .category-content .ocf-container,
    .search-content .ocf-container {
        width: 84.537%;
    }

    .category-content .ocf-container.ocf-mobile-active,
    .search-content .ocf-container.ocf-mobile-active {
        box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.4);
    }

    .category-content .ocf-header,
    .search-content .ocf-header {
        padding: 0;
    }

    .category-content .ocf-header .ocf-close-mobile,
    .search-content .ocf-header .ocf-close-mobile {
        padding: 47px 15px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.3;
        color: #000;
    }

    .category-content .ocf-icon-16,
    .search-content .ocf-icon-16 {
        min-width: 12px;
        min-height: 12px;
    }

    .category-content .ocf-times,
    .search-content .ocf-times {
        background-image: url("/image/catalog/icon-svg/ocf-times-icon.svg");
    }

    .category-content .ocf-body,
    .search-content .ocf-body {
        position: relative;
        top: auto;
        bottom: unset;
    }

    .category-content .ocf-content .ocf-filter .ocf-filter-header::before,
    .search-content .ocf-content .ocf-filter .ocf-filter-header::before {
        content: none;
    }

    .category-content .ocf-filter,
    .search-content .ocf-filter {
        margin: 0 15px;
    }

    .category-content .ocf-filter-header,
    .category-content .ocf-module-page-header,
    .search-content .ocf-filter-header,
    .search-content .ocf-module-page-header {
        padding: 25px 0;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.294;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .category-content .ocf-filter.ocf-open .ocf-filter-header,
    .search-content .ocf-filter.ocf-open .ocf-filter-header {
        border-bottom: none;
    }

    .category-content .ocf-theme-light .ocf-filter-header,
    .search-content .ocf-theme-light .ocf-filter-header {
        color: #000;
    }

    .category-content .ocf-theme-light .ocf-filter + .ocf-filter,
    .search-content .ocf-theme-light .ocf-filter + .ocf-filter {
        border-top: none;
    }

    .category-content .ocf-angle,
    .search-content .ocf-angle {
        background-image: url("/image/catalog/icon-svg/ocf-angle-icon.svg");
    }

    .category-content .ocf-filter-header-append > *,
    .search-content .ocf-filter-header-append > * {
        min-width: 10px;
    }

    .category-content .ocf-angle-right,
    .search-content .ocf-angle-right {
        transform: rotate(0deg);
    }

    .category-content .ocf-theme-light .ocf-open .ocf-filter-header,
    .category-content .ocf-open .ocf-filter-header,
    .search-content .ocf-theme-light .ocf-open .ocf-filter-header,
    .search-content .ocf-open .ocf-filter-header {
        padding: 25px 15px 15px 15px;
        background-color: #fff;
        height: 62px;
    }

    .category-content .ocf-filter-body > .ocf-value-list,
    .search-content .ocf-filter-body > .ocf-value-list {
        padding: 0 15px 25px 15px !important;
    }

    .product-layout.product-grid .product-thumb:hover .product-attributes,
    .product-layout.product-grid .product-thumb:hover .product-options {
        display: none !important;
    }

    .category-content .reviews__container,
    .search-content .reviews__container {
        position: relative;
    }

    .category-content .reviews__container .product-title,
    .search-content .reviews__container .product-title {
        margin-top: 0;
    }

    .category-content .reviews__container .owl-custom,
    .search-content .reviews__container .owl-custom {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /*top: 267px;*/
        bottom: 30px;
        z-index: 2;
    }

    .reviews__item-image {
        min-width: 50px;
        max-width: 50px;
        margin-right: 0;
        position: absolute;
    }

    .reviews__item-product_link {
        padding-left: 65px;
    }

    .payment-delivery-block .panel-heading > a > svg:first-child {
        position: absolute;
        width: 21px;
        height: 21px;
    }

    .payment-delivery-block .panel-short .panel-title {
        padding-left: 36px;
        padding-right: 20px;
    }

    .information-contact .informations .map {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }

    /*ÐŸÑ€Ð¾Ð¸ÑÑ…Ð¾Ð´Ð¸Ñ‚ ÑÐºÐ°Ñ‡ÐµÐº ÐºÐ°Ñ€Ñ‚Ñ‹ Ð½Ð¾ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ðµ START*/
    .information-contact .informations .map .gm-style .gm-style-iw-a {
        top: 0 !important;
    }

    .information-contact .informations .map .gm-style > div + div > div > div + div + div + div {
        top: -49px !important;
    }

    /*ÐŸÑ€Ð¾Ð¸ÑÑ…Ð¾Ð´Ð¸Ñ‚ ÑÐºÐ°Ñ‡ÐµÐº ÐºÐ°Ñ€Ñ‚Ñ‹ Ð½Ð¾ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ðµ END*/
    .blog.blog_post {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .blog_post .additional_info {
        display: flex;
        flex-direction: column;
    }

    .blog_post .tags {
        order: -1;
    }

    .blog_post .social_list a > span {
        display: none;
    }

    .blog_post .additional_info .tags,
    .blog_post .additional_info .categories {
        width: 100%;
    }

    .blog_post .tags_list,
    .blog_post .categories_list {
        overflow: overlay;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
    }

    .blog-blog .banner img {
        width: 100%;
    }

    .blog_post .social_list a {
        width: 49px;
    }

    .content_informer .informer_img {
        max-width: 50px;
    }

    [class*="product-compare"] [class*="product-module-compare"] {
        order: -1;
        /*width: 105%;*/
    }

    [class*="product-compare"] .product-module-compare-category {
        width: 100%;
    }

    [class*="product-compare"] .product-module-compare-category {
        padding-right: 0;
        padding-left: 0;
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-wrapper-outer {
        margin-left: -1px;
        /*width: calc(100% + 17px);
        margin-right: -17px;*/
    }

    [class*="product-compare"] .product-module-compare-category .owl-wrapper-outer {
        margin-left: 0;
        width: calc(100% + 15px);
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-wrapper {
        position: relative;
        /*border-top: 1px solid rgba(0, 0, 0, 0.07);*/
        /*padding-left: 15px;*/
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-wrapper:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.07);
        height: 1px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons {
        display: flex;
        right: 10px;
        bottom: -52px;
        top: auto;
        transform: scale(0.57);
    }

    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons {
        /*display: flex;*/
        display: none;
        right: 10px;
        bottom: auto;
        top: 34.5%;
        transform: scale(0.57);
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .image {
        position: absolute;
        width: 49px;
        margin-bottom: 0;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .name {
        padding-left: 57px;
        height: 49px;
        max-height: 49px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .price-new {
        margin-right: 10px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .name .name-text {
        display: inline-block;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.256;
        color: #313131;
        height: 49px;
        max-height: 49px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    [class*="product-compare"] .card__item_category .compare-button-view svg {
        width: 13px;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons .owl-prev,
    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons .owl-prev {
        margin-right: 5px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-item:first-child {
        margin-left: -7.5px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-item:not(:first-child):before {
        position: absolute;
        content: '';
        width: 1px;
        /*height: 161px;*/
        /* height: 100%;*/
        height: 125%;
        max-height: 200px;
        background: rgba(0, 0, 0, 0.05);
        z-index: 1;
    }

    [class*="product-compare"] .card .clear svg {
        width: 14px;
    }

    [class*="product-compare"] .compare_category__content {
        position: relative;
    }

    [class*="product-compare"] .compare_category__content > .add-block {
        position: absolute;
        top: 201px;
        left: 15px;
        z-index: 3;
        /*right: -10px;*/
        /*right: 20%;*/
        right: 0;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-compare"] .compare_category__content > .add-block .add_block_product {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
        color: #275CA5;
    }

    [class*="product-compare"] .compare_category__content > .add-block .add_block_product svg {
        margin-right: 5px;
    }

    [class*="product-compare"] .compare_category__content > .add-block .owl-custom {
        transform: scale(0.57);
        margin-right: -10px;
    }

    [class*="product-compare"] .product-module-compare-category .product-thumb {
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
        height: 200px;
    }

    [class*="product-compare"] .owl-item .attr-block {
        position: relative;
        margin-left: -7.5px;
        margin-right: -7.5px;
        padding-left: 15px;
    }

    [class*="product-compare"] .owl-item .attr-block:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: -20px;
        height: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    .account-login form button.login__btn svg {
        display: none;
    }

    .account-forgotten .buttons button svg,
    .account-reset .buttons button svg {
        width: 20px;
        height: 20px;
    }

    .alert-success img:not(.alert-close) {
        width: 20px;
        height: 20px;
    }

    .account-wishlist #content .block-grid {
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-bottom: -25px;
    }

    [class*="product-product-"] .product-images__main {
        width: 100%;
    }

    [class*="product-product-"] .swiper-product__images {
        width: 100%;
    }

    [class*="product-product-"] .tab-brief__item,
    [class*="product-product-"] .reviews-block__left {
        width: 100%;
    }

    .product-cart-popup__sum {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-top: 10px;
        display: inline-flex;
        flex-direction: column;
    }

    .product-cart-popup__sum .price-old,
    .product-cart-popup__total .price-old {
        width: fit-content;
    }

    .product-cart-popup__qnt {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        display: flex;
        flex-wrap: nowrap;
        margin-top: 10px;
    }

    .product-cart-popup__total {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-top: 10px;
        display: inline-flex;
        flex-direction: column;
        align-items: end;
    }

    .product-cart-popup__product img {
        min-width: 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }

    .product-cart-popup__footer {
        grid-template-rows: none;
    }

    .product-cart-popup__window {
        top: 0;
        left: 0;
        right: 0;
    }

    #modal-delivery-pay.modal {
        top: -70px;
    }

    [class*="product-product-"] .product-content .price-block {
        margin-bottom: 0;
    }

    [class*="product-product-"] .scroll-by-price {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        background: #fff;
        box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.05);
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    [class*="product-product-"] .scroll-by-price .boc_order_btn {
        display: none;
    }

    [class*="product-product-"] .scroll-by-price .price-specials {
        flex-direction: column;
        align-items: flex-start;
        gap: unset;
    }

    [class*="product-product-"] .scroll-by-price .btn-incart {
        margin-top: 0;
    }

    [class*="product-product-"] .scroll-by-price .price-block {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [class*="product-product-"] .scroll-by-price .buy_button_identification {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [class*="product-product-"] .scroll-by-price .product-buttons {
        flex: 0 0 47.83%;
        max-width: 47.83%;
    }

    .mobile-catalog.catalog-information .mobile-catalog__panel {
        background: none;
    }

    .mobile-catalog.catalog-information > .mobile-catalog__panel {
        background: #F5F5F5;
    }

    .mobile-catalog.catalog-information .mobile-catalog__list .mobile-item {
        width: auto;
        margin: 0;
    }

    header .catalog-information .mobile-catalog__panel {
        height: 68px;
    }

    header .info_head .login_block a:not(:last-child) {
        text-align: right;
        width: fit-content;
    }

    header .info_head .login_block svg {
        margin-right: 15px;
    }

    header .info_head .login_block span {
        margin-right: 10px;
        margin-left: 10px;
        color: rgba(0, 0, 0, 0.20);
    }

    header .info_head .login_block a {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        color: #000;
    }

    header .info_head .btn-lng {
        font-size: 14px;
        line-height: 1.286;
        color: #333;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        padding: 10px;
    }

    header .info_head .btn-lng svg {
        margin-left: 5px;
    }

    header .catalog-information .mbtn-catalog {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 15px 15px 0 15px;
        height: 50px;
        padding: 16px;
        width: calc(100% - 30px);
    }

    header .catalog-information .mbtn-catalog .menu-button_text {
        font-size: 14px;
        line-height: 1.286;
    }

    header .catalog-information .mbtn-catalog svg {
        transform: scale(.9)
    }

    header .catalog-information .mobile-catalog__inner.row {
        margin: 20px 0 0 0;
    }

    header .mobile-catalog__inner ul.mobile-list {
        padding: 0;
        margin: 0;
    }

    .mobile-catalog.catalog-information .mobile-item {
        width: calc(100% - 30px);
        padding: 20px 0;
        margin: 0 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    header .mobile-catalog__inner .mobile-item > svg {
        margin-right: 15px;
    }

    header .mobile-catalog__inner .mobile-catalog__name {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        color: #000;
        display: flex;
        align-items: center;
    }

    .mobile-catalog__inner ul.mobile-list .cnt {
        background: #4374B7;
        padding: 3px;
        margin-left: 11px;
        font-size: 11px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
    }

    .mobile-catalog__inner .mobile-phone a {
        padding: 7.5px 0;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.278;
        color: #000;
    }

    .mobile-catalog__inner .mobile-phone a img {
        margin-right: 5px;
        width: 16px;
    }

    .mobile-catalog__inner .mobile-phone a:first-child img {
        width: 14px;
    }

    header .catalog-information .phones_title,
    header .catalog-information .messenger_title {
        display: inline-block;
        margin-bottom: 10px;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.308;
        color: #909090;
    }

    .mobile-catalog__inner .mobile-phone .callback-btn {
        display: inline-block;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid #4D4D4D;
        color: #4D4D4D;
    }

    .mobile-catalog__inner .mobile-phone .callback-link svg {
        margin-right: 5px;
    }

    .mobile-catalog__inner .mobile-phone .shop_phones {
        margin-top: -7.5px;
    }

    .mobile-catalog__inner .shop_messengers .messenger_item {
        display: inline-block;
        width: 39px;
    }

    .mobile-catalog__inner .shop_messengers .messenger_item:not(:last-child) {
        margin-right: 12px;
    }

    .mobile-catalog__inner .shop_messengers .messenger_item img {
        width: 100%;
    }

    header .mobile-catalog__inner .mobile-email {
        padding-left: 22px;
        display: flex;
        flex-direction: column;
    }

    .mobile-catalog__inner .mobile-email .shop_mail {
        margin-top: auto;
        margin-bottom: 0;
    }

    .mobile-catalog__inner .mobile-email .shop_mail a {
        display: inline-block;
        padding-bottom: 7.5px;
        font-size: 15px;
        line-height: 1.267;
        color: #000;
    }

    header .catalog-information .shop_mail .phones_title {
        margin-bottom: 8px;
    }

    header .catalog-information .mobile-call {
        margin-top: 12.5px;
    }

    header .mobile-catalog__panel .info_head .dropdown-menu {
        min-width: auto;
        margin-top: 5px;
        border-radius: 4px;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    }

    header .mobile-catalog__panel .info_head .dropdown-menu > li > a {
        padding: 5px 17px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }

    header .mobile-catalog.catalog-child .mobile-catalog__panel,
    header .mobile-catalog.catalog-children .mobile-catalog__panel {
        height: 60px;
    }

    header .mobile-catalog__item.manu .mobile-catalog__image {
        margin-right: 0;
        width: 100%;
    }

    header .mobile-catalog__item.manu .mobile-catalog__link .mobile-catalog__name {
        margin-top: 5px;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.308;
        text-align: center;
        color: #333;
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
    }

    header .mobile-catalog__item.manu .mobile-catalog__list .mobile-catalog__item {
        padding-bottom: 25px;
    }

    header .manu .mobile-catalog__list .mobile-catalog__item .mobile-catalog__link {
        border: none;
    }

    header .manu .mobile-catalog__list {
        padding-left: 1.5px;
        padding-right: 1.5px;
        padding-bottom: 0;
    }

    header .manu .mobile-catalog__list + .look_more {
        margin-left: 15px;
    }

    header .manu .mobile-catalog__list + .look_more .look_more_text {
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        border-bottom: 1px solid #3E77AA;
        color: #3E77AA;
    }

    header .manu .mobile-catalog__list + .look_more svg {
        margin-left: 7px;
    }

    header .mobile-catalog__item.more .mobile-catalog__link,
    header .mobile-catalog__item.more .mobile-catalog__item.has-item > .mobile-item {
        padding: 15px;
        height: auto;
        border-bottom: none;
    }

    header .mobile-catalog__item.more .mobile-catalog__link .mobile-catalog__name,
    header .mobile-catalog__item.more .mobile-catalog__item.has-item > .mobile-item .mobile-catalog__name {
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
    }

    .mobile-search.open {
        padding: 15px;
    }

    button#search-close {
        margin-left: -15px;
    }

    #search .form-control {
        padding-left: 36px;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 0;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #000;
    }

    .search-btn {
        text-align: right;
    }

    .search-btn svg {
        width: 15px;
    }

    #search .dropdown-menu {
        padding: 20px 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    #search .dropdown-menu li a,
    #search .dropdown-menu li.disabled {
        padding: 5px 0 !important;
    }

    #search .dropdown-menu li.disabled .title {
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.273;
    }

    #search .search-suggestion.category .name {
        font-size: 14px;
        line-height: 1.286;
    }

    #search .dropdown-menu li.disabled:not(:first-child) {
        margin-top: 10px;
    }

    #search .dropdown-menu li.disabled:not(:first-child):before {
        content: none;
    }

    #search .dropdown-menu li a .search-suggestion.product {
        margin-top: 10px;
    }

    #search .search-suggestion.product .image {
        margin: 0 10px 0 0;
        width: 40px;
    }

    #search .search-suggestion .image img {
        width: 100%;
    }

    #search .search-suggestion.product .name {
        font-size: 14px;
        line-height: 1.571;
        height: 44px;
    }

    #search .search-suggestion.product .price {
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3125;
    }

    #search .search-suggestion .stock {
        font-size: 12px;
        line-height: 1.25;
    }

    #search .search-suggestion .price-old {
        font-size: 13px;
        line-height: 1.308;
    }

    #search .search-suggestion .price-new {
        font-size: 16px;
        line-height: 1.3125;
        margin-right: 5px;
    }

    #search .search-suggestion .quantity {
        height: 21px;
    }

    #search .search-suggestion .more {
        font-size: 13px;
        line-height: 1.308;
    }

    #search .search-suggestion .more svg {
        display: none;
    }

    #search .search-suggestion .more:before {
        right: 0;
    }

    #search .search-suggestion .more:after {
        position: absolute;
        content: url("/image/arrow-more-icon.svg");
        right: -30px;
    }

    [class*="product-manufacturer-info-"] .container-main-title .row__info {
        margin-bottom: 15px;
    }

    .bestseller-products__container .product-thumb:hover .product-attributes,
    .special-products__container .product-thumb:hover .product-attributes,
    .related-products__container .product-thumb:hover .product-attributes,
    .viewed-products__container .product-thumb:hover .product-attributes,
    .latest-products__container .product-thumb:hover .product-attributes,
    .featured-products__container .product-thumb:hover .product-attributes {
        display: none !important;
    }

    .bestseller-products__container .owl-carousel:hover .owl-buttons div,
    .special-products__container .owl-carousel:hover .owl-buttons div,
    .related-products__container .owl-carousel:hover .owl-buttons div,
    .viewed-products__container .owl-carousel:hover .owl-buttons div,
    .latest-products__container .owl-carousel:hover .owl-buttons div,
    .featured-products__container .owl-carousel:hover .owl-buttons div {
        opacity: 0;
    }

    .headattr-m {
        padding: 20px 0 12px 0;
        color: #333;
        font-size: 16px;
        font-family: "basis grotesque pro bold", sans-serif;
        font-weight: 700;
    }

    .attr-content-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .attr-content {
        overflow-x: scroll;
        padding: 0 15px;
    }

    .attr-content .attr-item-m {
        position: relative;
    }

    .attr-title-m {
        position: absolute;
        top: 15px;
        left: 0;
        color: #909090;
        font-size: 14px;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        z-index: 1;
    }

    .attr-list-m {
        display: flex;
        flex-wrap: nowrap;
    }

    .attr-list-m .attr-text {
        width: 50%;
        min-width: 50%;
        padding-top: 58px;
        padding-bottom: 15px;
        color: #333;
        font-size: 14px;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
    }

    .attr-list-m .attr-text:not(:first-child) {
        padding-left: 14px;
    }

    .attr-content .attr-item-m:nth-child(even) .attr-list-m {
        position: relative;
    }

    .attr-content .attr-item-m:nth-child(even) .attr-list-m:before {
        position: absolute;
        content: '';
        background: #F8F8F8;
        left: -15px;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 15px;
    }

    .attr-content .attr-item-m:nth-child(even) .attr-text {
        background: #F8F8F8;
    }

    [class*="product-product-"] .swiper-product__images-pagination.swiper-pagination-bullets {
        border-radius: 100px;
        background: #FAFAFA;
        width: fit-content;
        margin: auto;
        padding: 0 10px;
    }

    [class*="product-product-"] .swiper-product__images-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #e3e3e3;
        opacity: 1;
    }

    [class*="product-product-"] .swiper-product__images-pagination .swiper-pagination-bullet-active {
        background: #275CA5;
    }

    body:not(.checkout-simplecheckout) .tooltip {
        display: none !important;
    }

    .reviews__item {
        /*height: 290px;*/
    }

    html {
        scroll-padding-top: 64px;
    }

    [class*="product-product-"] .product-content .product-question {
        display: flex;
        justify-content: center;
        flex: 0 0 47.83%;
        max-width: 47.83%;
        margin-left: auto;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .order_button,
    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .buy_button {
        margin-bottom: 6px;
    }

    .product-compare .alert-close,
    .product-compare-category .alert-close {
        margin-left: 21px;
    }

    .product-compare .alert,
    .product-compare-category .alert {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .ocf-theme-light .ocf-text-danger {
        border-radius: 100px;
        border: 1px solid #FF8989 !important;
        display: inline-flex;
        padding: 7px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #333 !important;
        font-size: 13px;
        line-height: 1.155;
    }

    .ocf-desktop {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .ocf-selected-discard {
        border-radius: 100px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        padding: 7px 16px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: #fff;
        color: #333;
        font-size: 13px;
        line-height: 1.155;
    }

    .ocf-selected-filter {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .ocf-selected-filter + .ocf-between {
        align-items: baseline;
    }

    .ocf-content .ocf-filter .ocf-value-list {
        max-height: none;
    }

    .ocf-filter.ocf-open:not(.ocf-active) {
        position: fixed;
        left: -15px;
        top: 66px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    .ocf-filter.ocf-open.ocf-active {
        position: fixed;
        top: 66px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    .ocf-theme-light .ocf-filter.ocf-active {
        background-color: #fff !important;
    }

    .ocf-active .ocf-filter-header .ocf-angle-right {
        display: block !important;
    }

    .ocf-btn-link:hover,
    .ocf-btn-link:focus {
        text-decoration: none !important;
    }

    .sticky_block.is-affixed {
        height: fit-content !important;
        position: unset !important;
    }

    .sticky_block.is-affixed > .inner-wrapper-sticky {
        position: unset !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .product-module-compare-category.product-thumb--fixed {
        /*position: fixed;
        top: 76px;*/
    }

    .product-module-compare-category.product-thumb--fixed .product-thumb-fixed:before {
        /*position: absolute;
        content: '';
        background: #fff;
        height: 20px;
        top: -20px;
        left: 0;
        right: 0;*/
    }

    [class*="product-compare"] .owl-item .attr-block .attr {
        background: #fff;
    }

    [class*="product-compare"] .owl-item .attr-block .attr.not_same {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-right: 15px;
    }

    [class*="product-compare"] .owl-item .attr-block .attr:not(.not_same) {
        padding-top: 15px;
        height: 53px;
    }

    [class*="product-compare"] .owl-item .attr-block .attr.not_same:nth-child(4n+2) {
        background: #F8F8F8;
        position: relative;
    }

    [class*="product-compare"] .owl-item .attr-block .attr.not_same:nth-child(4n+2):before {
        background: #F8F8F8;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -15px;
        width: 15px;
    }

    [class*="product-compare"] .owl-item .attr-block .attr:not(.not_same):nth-child(4n+1) {
        background: #F8F8F8;
        position: relative;
    }

    [class*="product-compare"] .owl-item .attr-block .attr:not(.not_same):nth-child(4n+1):before {
        background: #F8F8F8;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -15px;
        width: 15px;
    }

    [class*="product-compare"] .product-module-compare-category .owl-item:not(:first-child) .attr-title,
    [class*="product-compare"] .product-module-compare-category .owl-item:not(:first-child) .attr-subtitle {
        /*display: none;*/
    }

    [class*="product-compare"] .owl-item .attr-block .headattr {
        height: 53px;
    }

    .attr-table__wrapper {
        /* margin-top: 57px;*/
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-compare-category .attr-table__tr.title {
        display: flex;
        height: 53px;
    }

    .product-compare-category .attr-table__tr {
        display: flex;
    }

    .product-compare-category .attr-table__td:first-child {
        position: absolute;
        background-color: #fff;
        left: 0;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        height: 32px;
        margin-top: 0;
        font-weight: 500;
        color: #909090;
        font-family: "basis grotesque pro medium", sans-serif;
        font-size: 14px;
        line-height: 1.286;
        display: flex;
        align-items: center;
        justify-content: left;
        pointer-events: none;
    }

    .product-compare-category .attr-table__td {
        /*width: 50%;*/
        /*width: 173px;*/
        width: 181px;
        /*max-width: 50%;*/
        /*max-width: 173px;*/
        max-width: 181px;
        /*min-width: 50%;*/
        /*min-width: 173px;*/
        min-width: 181px;
        color: #333;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        vertical-align: middle;
        word-break: break-word;
        padding: 10px 15px 15px 15px;
        margin-top: 32px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb {
        min-width: 181px;
        max-width: 181px;
    }

    .product-compare-category .attr-table__tr:nth-child(even) .attr-table__td {
        background: #F8F8F8;
    }

    .product-compare-category th.attr-table__td:first-child {
        color: #333;
        text-align: center;
        font-family: "basis grotesque pro bold", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3125;
        padding-top: 20px;
        padding-bottom: 12px;
        height: 53px;
    }

    .product-compare-category .attr-table__tr td.attr-table__td:first-child {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .compare-fixed.fixed-row {
        /*position: fixed;
        top: 56px;
        z-index: 3;*/
    }

    .compare-fixed.fixed-row .top__row_compare {
        position: relative;
        /*padding-top: 20px;*/
        background: #fff;
    }

    .compare-fixed.fixed-row .top__row_compare:before {
        position: absolute;
        content: '';
        left: -15px;
        width: 15px;
        top: 0;
        height: 100%;
        background: #fff;
    }

    .compare-fixed.fixed-row .top__row_compare:after {
        /*position: absolute;
        content: '';
        left: -15px;
        width: 100%;
        bottom: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.07);
        z-index: 1;*/
    }

    .compare-fixed.fixed-row .top__row_compare {
        /*height: 200px;*/
    }

    .product-title--fixed + script + .compare_category__content .add-block {
        display: none;
    }

    .compare-fixed.fixed-row + .attr-table__wrapper .attr-table {
        margin-top: 75px;
    }

    .comparison-control {
        position: fixed;
        top: 444px;
        left: 15px;
        z-index: 3;
        width: 100%;
    }

    .fixed-row .comparison-control {
        position: relative;
        top: unset;
    }

    .compare-fixed.fixed-row .comparison-control {
        /*left: -100%;*/
    }

    .comparison-control .add_block_product {
        display: block;
        height: 100%;
        padding: 20px 15px 19px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        color: #275CA5;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
    }

    .top__row_compare {
        height: 266px;
    }

    .compare-fixed.fixed-row .product-module-compare .product-thumb-item:first-child {
        position: relative;
    }

    .compare-fixed.fixed-row .product-module-compare .product-thumb-item:first-child:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 15px;
        height: 100%;
        top: 0;
        left: -15px;
    }
}

/*max-width: 767px END*/

@media (min-width: 480px) {
    .blog-category > .blog-category_link:not(:last-child)::after {
        font-size: inherit;
    }

    .blog_grid_holder.owl-carousel .owl-wrapper-outer {
        width: calc(100% + 18px);
    }

    .column-4 .blog_item {
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
    }

    .youtube__block .youtube__item {
        padding: 0 18px;
    }

    .youtube__block .owl-wrapper-outer {
        width: calc(100% + 18px);
    }

    .blog-content__items .blog_item {
        padding: 0 15px;
    }

    .blog-content__items .owl-wrapper-outer {
        width: calc(100% + 15px);
    }

    .blog-blog .blog-module.latest .blog_item {
        padding: 0 18px;
    }
}

@media (min-width: 568px) {
    .blog-category .blog_item {
        padding: 0 18px;
        margin-bottom: 35px;
    }

    .blog-category .blog_grid_holder {
        margin-left: -18px;
        margin-right: -18px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    [class*="account-"] #column-left.col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*min-width: 768px START*/

@media (min-width: 768px) {
    .top_bar_image {
        height: 46px;
        background: #F9F9F9;
        position: relative;
    }

    .top_bar_image img {
        height: 46px;
    }

    .close__banner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        cursor: pointer;
    }

    .header-top {
        border-bottom: none;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
        height: auto;
    }

    .header .top-information {
        height: 69px;
    }

    .header .top-information__list {
        white-space: nowrap;
    }

    .header .top-information__list .top-information__item {
        padding: 14px;
        transition: all .3s ease;
    }

    .header .top-information__list li.open > .top-information__item {
        color: #4374B7;
        transition: all .3s ease;
    }

    .header .top-information__list li.open > a > svg {
        transform: rotate(180deg);
    }

    .header .top-information__list li.open > a > svg path {
        transition: all .3s ease;
    }

    .header .top-information__list li.open > a > svg path {
        fill: #4374B7;
        stroke: #4374B7;
        transition: all .3s ease;
    }

    .header .top-information__list li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .top-information__list li.dropdown > .dropdown-menu {
        margin-top: 8px;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .header .top-information__list li.manufacturers__dropdown:hover .dropdown-menu {
        width: 741px;
        padding: 0 12.5px 25px 12.5px;
    }

    .manufacturers__dropdown > .dropdown-menu > ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: -4px;
    }

    .manufacturers__dropdown > .dropdown-menu > ul > li {
        margin-top: 29px;
        width: 25%;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .manufacturers__dropdown > .dropdown-menu > ul > li > .manufacturer-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: #333;
    }

    .manufacturers__dropdown > .dropdown-menu > ul > li > .manufacturer-item > span {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.267;
    }

    .header .contacts {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.278;
        color: #000;
        white-space: nowrap;
        text-align: center;
        font-family: "Basis Grotesque Pro medium", sans-serif;
    }

    .contacts__callback .callback-link {
        font-size: 13px;
        line-height: 1;
        color: #4D4D4D;
        border-bottom: 1px solid #4D4D4D;
        display: inline-block;
        transition: all .3s ease;
    }

    .header .contacts > .contacts__callback .callback-link:hover {
        color: #4D4D4D;
        transition: all .3s ease;
    }

    .header-toggle__lang-cur {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        margin-left: 30px;
    }

    .header-toggle__lang-cur .btn {
        height: 38px;
        padding: 10px 13px;
        font-size: 14px;
        line-height: 1.286;
        color: #333;
    }

    .header-toggle__lang-cur .btn-group.open svg {
        transform: rotate(180deg);
    }

    .header-toggle__lang-cur .btn-group.open svg path {
        stroke: #4374B7;
        fill: #4374B7;
    }

    .header-toggle__lang-cur .dropdown-menu {
        min-width: 100%;
        padding: 0;
        margin: 6px 0 0;
        line-height: 1.286;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .header-toggle__lang-cur .dropdown-menu > li > a {
        padding: 10px;
        font-size: 14px;
        line-height: 1.286;
        text-align: center;
        text-transform: lowercase;
    }

    .header-toggle__lang-cur .dropdown-menu > li > a:first-letter {
        text-transform: uppercase;
    }

    .header .menu-relative {
        height: 64px;
    }

    .header-start {
        margin-top: 0;
        background: #4374B7;
    }

    .header-right .menu-button_cnt {
        align-items: center;
    }

    .header-right .menu-button {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.286;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #275CA5;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        justify-content: center;
    }

    .header-right .menu-button_text {
        padding-left: 10px;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.286;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #275CA5;
        white-space: nowrap;
    }

    .menu-button_catalog {
        margin-right: 17px;
        width: 100%;
        max-width: 276px;
    }

    .header-search {
        margin-right: 11px;
        max-width: 751px;
    }

    #search .form-control {
        padding: 13px 66px 13px 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-size: 14px;
        line-height: 1.286;
        color: #fff;
    }

    #search .form-control::placeholder {
        font-family: "basis grotesque pro medium", sans-serif;
        font-size: 14px;
        line-height: 1.286;
        color: #fff;
        opacity: 0.8;
    }

    .menu-button.menu-button_style.active-menu {
        background: #16488D;
    }

    .menu-button.menu-button_style.active-menu .menu-button_text {
        color: #fff;
    }

    .header-nav__submenu {
        top: 100%;
    }

    .header-nav__submenu-container {
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body.catalog-opened {
        /*overflow: hidden;
        padding-right: 17px;*/
    }

    .hidden-overley-catalog {
        position: fixed;
        /*top: 179px;*/
        top: 133px;
        left: 0;
        /*z-index: 1;*/
        z-index: -1;
        background: rgba(0, 0, 0, 0.5);
        width: 0;
        height: 0;
        transition: opacity .1s;
    }

    .hidden-overley-catalog.show {
        height: 100%;
        width: 100%;
        transition: opacity .1s;
    }

    .header-submenu__leftside .header-submenu__item.active .category-link {
        color: #16488D;
    }

    .header-submenu__rightside .header-submenu__item.active .category-link {
        color: #4374B7;
    }

    .manufacturers__dropdown .look_more {
        padding-top: 20px;
        display: inline-block;
        padding-left: 12.5px;
    }

    .manufacturers__dropdown .look_more_text {
        margin-right: 5px;
        border-bottom: 1px solid #3E77AA;
        color: #3E77AA;
        font-size: 15px;
        line-height: 1;
    }

    .manufacturers__dropdown .manufacturer-item span {
        transition: all .3s ease;
    }

    .manufacturers__dropdown .manufacturer-item:hover span {
        color: #4374B7;
        transition: all .3s ease;
    }

    .blog_categories__dropdown > .dropdown-menu {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }

    .blog_categories__dropdown > .dropdown-menu > ul {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .blog_categories__dropdown > .dropdown-menu > ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #464646;
        padding: 7.5px 25px;
        display: inline-block;
        transition: all .3s ease;
    }

    .blog_categories__dropdown > .dropdown-menu > ul li a:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
        min-width: 265px;
    }

    .more__dropdown > .dropdown-menu .dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .more__dropdown > .dropdown-menu > ul,
    .more__dropdown > .dropdown-menu .dropdown-menu > ul {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .header .top-information__list li.dropdown.more__dropdown > .dropdown-menu .dropdown-menu {
        position: absolute;
        left: 100%;
        top: -55px;
        min-width: 237px;
        border-radius: 0 4px 4px 0;
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu > ul li {
        max-height: 35px;
    }

    .more__dropdown > .dropdown-menu > ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
        padding: 8px 25px;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu > ul li a:hover {
        color: #4374B7;
        background: rgba(0, 0, 0, 0.04);
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu > ul li a svg {
        transform: rotate(-90deg);
    }

    .more__dropdown > .dropdown-menu > ul li a svg path {
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu > ul li a:hover svg path {
        fill: #4374B7;
        stroke: #4374B7;
        transition: all .3s ease;
    }

    .header .top-information__list li.dropdown.more__dropdown > .dropdown-menu {
        border-radius: 4px 0 0 4px;
        left: -100px;
    }

    .more__dropdown > .dropdown-menu > ul li.dropdown-more.active > a {
        background: rgba(0, 0, 0, 0.04);
        color: #4374B7;
        transition: all .3s ease;
    }

    .more__dropdown > .dropdown-menu .dropdown-menu li:hover a {
        background: none;
        color: #275CA5;
    }

    .header .contacts > li > a {
        transition: all .3s ease;
    }

    .header .contacts > li.open > a {
        color: #4374B7;
        transition: all .3s ease;
    }

    .header .contacts > li.open > a svg {
        transform: rotate(180deg);
    }

    .header .contacts > li > a svg path {
        transition: all .3s ease;
    }

    .header .contacts > li > a:hover svg path,
    .header .contacts > li.open > a svg path {
        fill: #4374B7;
        stroke: #4374B7;
        transition: all .3s ease;
    }

    .header .contacts > li > a + .dropdown-menu {
        padding: 25px;
        margin-top: 9px;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        min-width: 398px;
    }

    .header .contacts > li > a.main__phone_hover {
        position: relative;
    }

    .header .contacts > li > a.main__phone_hover:after {
        position: absolute;
        content: '';
        top: 0;
        left: -20px;
        right: -20px;
        height: 26px;
        background: transparent;
    }

    .dropdown-menu .phones_title,
    .dropdown-menu .address_title,
    .dropdown-menu .open_title,
    .dropdown-menu .messenger_title {
        margin-bottom: 8px !important;
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.308;
        color: #909090;
        font-family: "Basis Grotesque Pro", sans-serif;
    }

    .shop_phones {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 10px;
    }

    .shop_phones .phone__link {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.278;
        color: #000;
        margin-bottom: 15px;
        transition: all .3s ease;
    }

    .shop_phones .phone__link:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    .shop_phones .phone__link img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .shop_phones .phone__link:nth-child(1) img {
        /*width: 14px;
        height: 14px;*/
    }

    .shop_phones .phone__link:nth-child(2) {
        order: 1;
    }

    .header .contacts > li > a + .dropdown-menu .shop_phones + .header-callback {
        text-align: right;
/*        margin-top: -35px;*/
        margin-right: 14px;
        font-weight: 400;
        font-size: 15px;
        line-height: 1;
        color: #3D3D3D;
        border-bottom: 1px solid #3D3D3D;
        margin-left: auto;
        font-family: "Basis Grotesque Pro", sans-serif;
        transition: all .3s ease;
    }

    .header .contacts > li > a + .dropdown-menu .shop_phones + .header-callback:hover {
        color: #4374B7;
        border-bottom: 1px solid #4374B7;
        transition: all .3s ease;
    }

    .header .contacts > li > a + .dropdown-menu .shop_phones + .header-callback:hover a {
        color: #4374B7;
        transition: all .3s ease;
    }

    .header .contacts > li > a + .dropdown-menu .shop_phones + .header-callback svg {
        display: none;
    }

    .header .contacts .shop_email {
        margin-top: 25px;
    }

    .header .contacts .shop_email a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #000;
        margin-right: 227px;
        transition: all .3s ease;
    }

    .header .contacts .shop_email a:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    .header .contacts .shop_email + .header-callback {
        margin: -45px 0 25px auto;
    }

    .header .contacts .shop_email + .header-callback a {
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: #275CA5;
        border-radius: 4px;
        padding: 13px 40px;
        border: 1px solid transparent;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        color: #fff;
        transition: all .3s ease;
    }

    .header .contacts .shop_email + .header-callback a:hover {
        background: #fff;
        border: 1px solid #275CA5;
        color: #275CA5;
        transition: all .3s ease;
    }

    .header .contacts .shop_email + .header-callback a svg {
        display: none;
    }

    .header .contacts .shop_address {
        white-space: initial;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.467;
        color: #000;
        transition: all .3s ease;
    }

    .header .contacts .shop_address:hover {
        color: #275CA5;
        cursor: pointer;
        transition: all .3s ease;
    }

    .header .contacts .shop_address .address_text svg {
        visibility: hidden;
        opacity: 0;
        margin-left: 5px;
        transition: all .3s ease;
    }

    .header .contacts .shop_address:hover .address_text svg {
        visibility: visible;
        opacity: 1;
        transition: all .3s ease;
    }

    .header .contacts .shop_open {
        margin-top: 20px;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.467;
        color: #333;
        font-family: "Basis Grotesque Pro", sans-serif;
    }

    .header .contacts .shop_messengers {
        margin-top: 25px;
    }

    .header .contacts .messenger_title {
        margin-bottom: 10px !important;
    }

    .header .contacts .messenger_item {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .header .contacts .messenger_item img {
        width: 100%;
        height: 100%;
    }

    .common-home #content {
        margin-top: 21px;
    }

    .modal-dialog {
        margin: 10.72% auto 30px auto;
    }

    .modal-body {
        padding: 30px;
    }

    #xd_zvonok-form .callback-title,
    #xd_zvonok-form_mess .callback-title {
        font-size: 26px;
        line-height: 1.308;
    }

    .close {
        margin: 10px 20px 0 0;
    }

    .form-control {
        height: 43px;
        font-size: 15px;
        line-height: 1.267;
    }

    .form-control::placeholder {
        font-size: 15px;
        line-height: 1.267;
        color: #6C6C6C;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .feedback__block .form-control {
        border: 1px solid #ffffff80;
    }

    #xd_zvonok_modal .modal-body,
    #xd_zvonok-form_mess .modal-body {
        text-align: center;
    }

    #xd_zvonok_modal .form-group,
    #xd_zvonok-form_mess .form-group {
        text-align: left;
    }

    #xd_zvonok_modal .callback-form,
    #xd_zvonok-form_mess .callback-form {
        margin-bottom: 25px;
    }

    #xd_zvonok_modal .btn-callback,
    #xd_zvonok-form_mess .btn-callback {
        width: fit-content;
        padding: 13px 60px;
        margin-right: auto;
        margin-left: auto;
    }

    #xd_zvonok_success .modal-body {
        padding: 84px 45px;
    }

    #xd_zvonok_success span {
        margin-top: 30px;
        font-size: 26px;
        line-height: 1.308;
    }

    #xd_zvonok_success .modal-body .text-center:last-child div {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.267;
    }

    .header-user {
        margin-right: -29px;
    }

    .userblock {
        width: auto;
    }

    .userblock:not(:last-child) {
        margin-right: 0;
    }

    .userblock:not(:last-child):before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 1px;
        height: 22px;
        background: linear-gradient(180deg, rgba(242, 242, 242, 0.2) 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(180deg);
    }

    .userblock:not(:last-child):after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 1px;
        height: 22px;
        background: linear-gradient(180deg, rgba(242, 242, 242, 0.2) 0%, rgba(217, 217, 217, 0) 100%);
    }

    .userblock-link {
        padding-left: 29px;
        padding-right: 29px;
    }

    .userblock-count {
        background-color: #fff;
        color: #4374B7;
        right: -10px;
        border: 3px solid #4374B7;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
    }

    .header-start.sticky .hidden-overley-catalog.show {
        top: 64px;
    }

    .catalog-opened .header-start.sticky {
        /*padding-right: 17px;*/
    }

    #slideshow_center_left .owl-controls {
        height: 0;
    }

    #slideshow_center_left.owl-carousel.carousel .owl-buttons .owl-prev {
        left: 0;
    }

    #slideshow_center_left.owl-carousel.carousel .owl-buttons .owl-next {
        right: 0;
    }

    #slideshow_center_left .owl-wrapper-outer,
    #slideshow_center_right .owl-wrapper-outer {
        border-radius: 8px;
    }

    #slideshow_center_left .owl-pagination {
        background: #fff;
        border-radius: 100px;
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
        padding: 6px 10px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: unset;
        bottom: 38px;
    }

    #slideshow_center_left .owl-page {
        margin: 0 4px;
    }

    #slideshow_center_left .owl-controls .owl-page span {
        width: 6px;
        height: 6px;
        background: #E3E3E3;
        border-radius: 50%;
        box-shadow: none;
    }

    #slideshow_center_left .owl-controls .owl-page.active span {
        background: #275CA5;
    }

    .trio__banners {
        margin-left: -11px;
        margin-right: -11px;
    }

    .trio__banners .banner__item {
        padding-left: 11px;
        padding-right: 11px;
    }

    .product-title {
        font-size: 32px;
        line-height: 1.281;
        margin: 64px 0 0;
        display: flex;
        align-items: center;
    }
    .product-title>h3 {
        font-size: 32px;
        line-height: 1.281;
        margin: 0;
    }



    .all__products_link,
    .blog-module h3 a.all {
        margin-top: 4px;
        margin-left: 30px;
        font-size: 15px;
        line-height: 1.267;
        z-index: 1;
    }

    .all__products_link:before,
    .blog-module h3 a.all:before {
        right: 53px;
    }

    .owl-custom {
        margin-left: auto;
        z-index: 2;
    }

    .owl-custom a, .owl-custom button {
        margin: 0;
    }

    .product-thumb .xdstickers,
    .product-sticker span,
    [class*="product-product-"] .product-image .xdstickers {
        padding: 1px 7px 0 7px;
        font-size: 13px;
        line-height: 1;
        height: 24px;
        max-height: 24px;
        white-space: nowrap;
    }

    .product-module .owl-wrapper-outer .product-thumb,
    .related .owl-wrapper-outer .product-thumb {
        border: none;
        border-radius: 0;
        /*border-left: 1px solid rgba(0, 0, 0, 0.05);*/
        margin-left: 0;
        margin-right: 0;
        padding: 0 18px;
        position: relative;
        height: 360px;
        transition: all .3s ease;
    }

    .product-module .owl-wrapper-outer .product-thumb:hover,
    .related .owl-wrapper-outer .product-thumb:hover {
        cursor: pointer;
        box-shadow: none;
        height: auto;
        transition: all .3s ease;
    }

    .product-module .owl-wrapper-outer .product-thumb:hover .name-text,
    .related .owl-wrapper-outer .product-thumb:hover .name-text {
        color: #3E77AA;
        transition: all .3s ease;
    }

    .product-module .owl-wrapper-outer .owl-item.active:hover .product-thumb,
    .related .owl-wrapper-outer .owl-item.active:hover .product-thumb {
        height: auto;
        min-height: 430px;
        transition: all .3s ease;
        overflow: visible;
    }

    .product-module .owl-wrapper-outer .owl-item.active .product-thumb:before,
    .related .owl-wrapper-outer .owl-item.active .product-thumb:before {
        /*position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 3px;
        width: 1px;
        background: rgba(0, 0, 0, 0.05);*/
    }

    .product-module .owl-wrapper-outer div.owl-item.active:nth-of-type(1) > .product-thumb:before,
    .related .owl-wrapper-outer div.owl-item.active:nth-of-type(1) > .product-thumb:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 3px;
        width: 1px;
        background: #fff;
    }

    .product-module .owl-wrapper-outer .owl-wrapper > .owl-item.active ~ .owl-item.active,
    .related .owl-wrapper-outer .owl-wrapper > .owl-item.active ~ .owl-item.active {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }

    .product-thumb .button-form {
        right: 18px;
        left: 18px;
    }

    .product-thumb .features-buttons a:not(:first-child) {
        margin-top: 10px;
    }

    .product-thumb .image {
        margin-bottom: 20px;
    }

    .product-thumb .stock {
        margin-bottom: 14px;
    }

    .rating-count span {
        font-size: 13px;
        line-height: 0.769;
    }

    .product-thumb .name {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .product-thumb .name .name-text {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.467;
        color: #313131;
        display: inline-flex;
        height: 42px;
        text-align: left;
        transition: all .3s ease;
    }
    .product-main-grid .product-thumb .name .name-text, .product-main-grid .product-thumb .name{
        /*height:64px;
        min-height:64px;*/
    }

    .product-thumb .name .name-link {
        text-align: left;
    }

    .product-thumb .product-bottom {
        padding-top: 0;
        margin-top: 0;
    }

    .product-thumb .price .price-new {
        margin-right: 10px;
        white-space: nowrap;
    }

    .product-module.block-grid.owl-carousel,
    [class*="product-product-"] .related.owl-carousel {
        position: relative;
        background: transparent;
        z-index: 0;
    }

    .product-module.block-grid.owl-carousel:before,
    [class*="product-product-"] .related.owl-carousel:before {
        position: absolute;
        content: '';
        background: transparent;
        width: 1px;
        top: 20px;
        left: 0;
        bottom: 20px;
        height: 100%;
        max-height: 450px;
        z-index: 1;
    }

    .product-module.block-grid.owl-carousel:after,
    [class*="product-product-"] .related.owl-carousel:after {
        position: absolute;
        content: '';
        background: transparent;
        width: 1px;
        top: 20px;
        right: 0;
        bottom: 20px;
        height: 100%;
        z-index: 1;
        max-height: 450px;
    }

    .product-module.block-grid.owl-carousel .owl-wrapper-outer,
    [class*="product-product-"] .related.owl-carousel .owl-wrapper-outer {
        position: relative;
        padding-top: 40px;
        padding-bottom: 100px;
        margin-top: -10px;
        margin-bottom: -40px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 30px);
    }

    .product-module.block-grid.owl-carousel .owl-wrapper-outer:before,
    [class*="product-product-"] .related.owl-carousel .owl-wrapper-outer:before {
        position: absolute;
        content: '';
        background: #fff;
        top: 0;
        bottom: 42px;
        left: -18px;
        width: 15px;
        z-index: 1;
    }

    .product-module.block-grid.owl-carousel .owl-wrapper-outer:after,
    [class*="product-product-"] .related.owl-carousel .owl-wrapper-outer:after {
        position: absolute;
        content: '';
        background: #fff;
        top: 0;
        bottom: 42px;
        right: -17px;
        width: 15px;
        z-index: 1;
    }

    .product-module.block-grid.owl-carousel .owl-item,
    [class*="product-product-"] .related.owl-carousel .owl-item {
        position: relative;
        height: 360px;
        overflow: hidden;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item:hover,
    [class*="product-product-"] .related.owl-carousel .owl-item:hover {
        z-index: 1;
        overflow: visible;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item:before,
    [class*="product-product-"] .related.owl-carousel .owl-item:before {
        position: absolute;
        content: '';
        background: #fff;
        top: -20px;
        bottom: -20px;
        left: -1.5px;
        right: -1.5px;
        border-radius: 4px;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item.active:hover:before,
    [class*="product-product-"] .related.owl-carousel .owl-item.active:hover:before {
        position: absolute;
        content: '';
        background: #fff;
        top: -20px;
        bottom: -20px;
        left: -1.5px;
        right: -1.5px;
        height: 450px;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item:hover .product-thumb:before,
    [class*="product-product-"] .related.owl-carousel .owl-item:hover .product-thumb:before {
        content: none;
        transition: all .3s ease;
    }

    .product-thumb .button-add-cart button {
        display: none;
    }

    .product-module.block-grid.owl-carousel .owl-item .button-add-cart button,
    [class*="product-product-"] .related.owl-carousel .owl-item .button-add-cart button {
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item:hover .button-add-cart button,
    [class*="product-product-"] .related.owl-carousel .owl-item:hover .button-add-cart button {
        color: #fff;
        background: #275CA5;
        border-radius: 4px;
        border: none;
        height: 36px;
        width: 166px;
        padding: 8px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.269;
        visibility: visible;
        opacity: 1;
        margin-top: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item .button-add-cart button:hover,
    [class*="product-product-"] .related.owl-carousel .owl-item .button-add-cart button:hover {
        background: #FFCD36;
        transition: all .3s ease;
    }

    .product-module.block-grid.owl-carousel .owl-item:hover .button-add-cart button.preorder_btn,
    [class*="product-product-"] .related.owl-carousel .owl-item:hover .button-add-cart button.preorder_btn {
        background: #C87800;
    }

    .product-module.block-grid.owl-carousel .owl-item .button-add-cart button.preorder_btn:hover,
    [class*="product-product-"] .related.owl-carousel .owl-item .button-add-cart button.preorder_btn:hover,
    button.preorder_btn:hover {
        background: #925800;
    }

    .product-module.block-grid.owl-carousel .owl-controls,
    [class*="product-product-"] .related.owl-carousel .owl-controls {
        display: none !important;
    }

    .catwall {
        margin-top: -55px;
        margin-bottom: 115px;
    }

    .catwall:before {
        top: -50px;
        bottom: -16px;
        left: -300px;
        right: -300px;
    }

    body.common-home {
        /*overflow-x: hidden;*/
    }

    .page-wrapper {
        overflow: hidden;
    }

    .catwall .owl-carousel .owl-buttons .owl-prev {
        top: 50%;
        left: -45px;
        transform: translate(0, -50%);
    }

    .catwall .owl-carousel .owl-buttons .owl-next {
        top: 50%;
        right: -45px;
        transform: translate(0, -50%);
    }

    .catwall-item {
        padding-bottom: 96px;
    }

    .catwall .cat_slide,
    .catwall .top_cat_slide {
        width: calc(100% - 90px);
        margin: auto;
        margin-top: 30px;
    }

    .catwall .owl-carousel .owl-item {
        position: relative;
    }

    .catwall .owl-carousel .owl-item:not(:first-child):before {
        position: absolute;
        content: '';
        top: 50%;
        bottom: auto;
        left: 0;
        width: 1px;
        height: 43.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: translateY(-43.5px) rotate(-180deg);
    }

    .catwall .owl-carousel .owl-item:not(:first-child):after {
        position: absolute;
        content: '';
        top: auto;
        bottom: 50%;
        left: 0;
        width: 1px;
        height: 43.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: translateY(43.5px);
    }

    .catwall .owl-carousel .owl-wrapper-outer {
        position: relative;
    }

    .catwall .owl-carousel .owl-wrapper-outer:before {
        position: absolute;
        content: '';
        background: #FAFAFA;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .common-home .special-title,
    .common-home .bestseller-title,
    .common-home .featured-title {
        margin: -40px 0 0;
    }

    .common-home .featured-title {
        /*margin: 64px 0 0;*/
    }

    .blog-module h3 {
        margin: 60px 0 25px 0;
        font-size: 32px;
        line-height: 1.28125;
    }

    .common-home .blog-module.latest.blog {
        margin-top: -40px;
    }

    .blog-module.latest .blog_stats {
        margin-top: 20px;
    }

    .blog_stats .blog-category > .blog-category_link {
        font-size: 13px;
        line-height: 1.308;
        transition: all .3s ease;
    }

    .latest .blog_item .blog_stats .blog-category > .blog-category_link:hover {
        color: #000;
        transition: all .3s ease;
    }

    .blog_stats span, .blog_stats .blog-item_date {
        font-size: 13px;
        line-height: 1.308;
    }

    .blog-module.latest .summary .blog_title {
        font-size: 15px;
        line-height: 1.467;
        transition: all .3s ease;
    }

    .blog-module.latest .summary .blog_title a {
        transition: all .3s ease;
    }

    .blog-module.latest .summary .blog_title a:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    /*.blog-module.latest .blog_item:hover .summary .blog_title {
        color: #275CA5;
        transition: all .3s ease;
    }*/
    .common-home .text-less h1,
    .module-html__container:not(.text-less) h1 {
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        margin-top: 60px;
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1.281;
    }

    .module-html__container.text-less .module-html__text {
        max-height: 115px;
    }

    .module-html__container.text-less .show-more, .module-html__container:not(.text-less) .show-less {
        font-size: 15px;
        line-height: 1.267;
    }

    .main-footer a[role=button] {
        cursor: default;
    }

    .main-footer a[role=button] svg {
        display: none;
    }

    .main-footer .collapse:not(.in) {
        display: block;
    }

    #headingAdvantages {
        display: none;
    }

    .footer-add-image {
        text-align: center;
        padding-right: 11px;
        padding-left: 11px;
    }

    .footer-add-images {
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #accordionFooter .panel:first-child {
        padding: 30px 0;
    }

    #accordionFooter .panel:first-child .panel-body {
        padding: 0;
    }

    .footer-add-image:not(:last-child) {
        margin-bottom: 0;
    }

    .footer-add-images span:first-of-type {
        font-size: 16px;
        line-height: 1.313;
    }

    .footer-add-images span {
        font-size: 14px;
        line-height: 1.286;
    }

    #accordionFooter.panel-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main-footer .panel-group {
        max-width: 1386px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #accordionFooter .panel:first-child {
        position: relative;
    }

    #accordionFooter .panel:first-child:before {
        position: absolute;
        content: '';
        left: -300px;
        right: -300px;
        background: #282829;
        top: 0;
        bottom: 0;
    }

    #accordionFooter .panel-collapse {
        padding-left: 0;
        padding-right: 0;
        height: fit-content !important;
    }

    #accordionFooter .panel [role=tab] {
        padding: 0;
    }

    #accordionFooter .panel {
        padding: 50px 0;
    }

    .footer-border-top {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        font-size: 14px;
        line-height: 1.286;
    }

    #accordionFooter .panel:not(:first-child):before {
        content: none;
    }

    .footer-title {
        font-size: 14px;
        line-height: 1.286;
    }

    .footer-form__header {
        font-size: 20px;
        line-height: 1.3;
        padding-top: 0;
    }

    #accordionFooter .panel:nth-child(6) {
        margin-left: -29px;
    }

    .footer-powered {
        flex-direction: row;
        padding-bottom: 23px;
        align-items: center;
    }

    .powered2-text {
        font-size: 14px;
        line-height: 1.286;
        margin-top: 0;
    }

    .main-footer .powered2-link {
        font-size: 14px;
        line-height: 1.286;
    }

    footer .powered-icons {
        margin: 0 auto 0 55px;
    }

    .footer-bottom {
        padding-top: 22px;
        margin-top: 0;
        border-top: 1px solid #3A3A3A;
    }

    #btn_to_top {
        bottom: 75px;
        right: 2%;
    }

    .popular__brands {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .popular__brands .brand__list {
        margin-top: 0;
    }

    .review__block .owl-carousel {
        margin-left: -18px;
    }

    .review__block .owl-carousel,
    .review__block .owl-carousel .owl-wrapper-outer {
        width: calc(100% + 36px);
    }

    .review__block .owl-carousel .owl-wrapper-outer {
        position: relative;
    }

    .review__block .owl-carousel .owl-wrapper-outer:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -36px;
        width: 54px;
        background: #fff;
        z-index: 1;
    }

    .review__block .owl-carousel .owl-wrapper-outer:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        width: 54px;
        background: #fff;
    }

    .review__block .review__item {
        margin: 0 18px;
    }

    .breadcrumb {
        padding: 25px 0 15px;
    }

    .breadcrumb > li > a {
        font-size: 14px;
        line-height: 1.286;
    }

    .breadcrumb > li + li::before {
        margin: 0 15px 0 10px;
    }

    .breadcrumb > li {
        font-size: 14px;
        line-height: 1.286;
        color: #333;
    }

    .container-main-title h1 {
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 1.28125;
        width: 100%;
    }

    .categories-list-level2__container > .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .categories-list-level2 {
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .categories-item-level2 {
        padding: 20px;
    }

    .categories-list-level2__img {
        max-width: 100px;
    }

    .categories-list-level2__title {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.294;
    }

    .categories-list-level2__subcat a {
        font-family: "Basis Grotesque Pro", sans-serif;
        display: block;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #343030;
        padding: 5px 0;
        transition: all .3s ease;
    }

    .categories-list-level2__subcat a:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    .categories-list-level2__subcat {
        margin-top: 10px;
    }

    .categories-list-level2__show-more {
        display: flex;
        align-items: center;
        margin-top: 25px;
        font-size: 15px;
        line-height: 1.267;
        color: #3E77AA;
        transition: all .3s ease;
    }

    .categories-list-level2__show-more:hover {
        color: #000;
        transition: all .3s ease;
    }

    .categories-list-level2__show-more span {
        position: relative;
    }

    .categories-list-level2__show-more span:before {
        position: absolute;
        content: '';
        background: #3E77AA;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        transition: all .3s ease;
    }

    .categories-list-level2__show-more:hover span:before {
        background: #000;
        transition: all .3s ease;
    }

    .categories-list-level2__show-more svg {
        margin-left: 5px;
    }

    .categories-list-level2__show-more svg path {
        transition: all .3s ease;
    }

    .categories-list-level2__show-more:hover svg path {
        fill: #000;
        transition: all .3s ease;
    }

    .categories-list-level2_btn-show-all {
        margin-top: -2px;
        padding: 14px 33px;
        height: 57px;
    }

    .catwall.categories-top__container {
        margin-top: 90px;
        margin-bottom: 0;
    }

    [class*="product-category-"] .special-products__container {
/*        margin-top: -64px;*/
    }

    .container-main-title.second-level span {
        font-size: 16px;
        line-height: 1.3125;
    }

    .tollbar-sub {
        margin-top: -22px;
        margin-left: -20px;
        background: #FAFAFA;
        position: relative;
    }

    .tollbar-sub:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -300px;
        right: -300px;
        background: #FAFAFA;
    }

    .tollbar-sub:after {
        position: absolute;
        content: '';
        bottom: 0;
        height: 1px;
        left: -300px;
        right: -300px;
        background: rgba(0, 0, 0, 0.07);
        z-index: 1;
    }

    .top-category-level2 .owl-wrapper-outer {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        position: relative;
    }

    .top-category-level2 .owl-wrapper-outer:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        background: #FAFAFA;
        left: -1px;
        width: 18px;
        z-index: 1;
    }

    .top-category-level2 .subcat-columns {
        margin: 0 0 0 auto;
        width: calc(100% - 20px);
    }

    .catalog-sort {
        margin: 12px 0;
    }

    .catalog-sort .custom-selectors {
        width: fit-content;
    }

    .catalog-sort .custom-selectors .custom-select {
        width: 100%;
        height: 35px;
        font-size: 15px;
        line-height: 1.267;
    }

    .custom-select .select-selected {
        padding: 8px 33px 8px 15px;
        white-space: nowrap;
    }

    .product-main-grid .product-layout .product-thumb {
        border-left: 1px solid rgba(0, 0, 0, 0.07);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-main-grid .product-layout .product-thumb:hover .name-text {
        color: #3E77AA;
        transition: all .3s ease;
    }

    .category-content .ocf-theme-light .ocf-filter-header,
    .category-content .ocf-theme-light .ocf-module-page-header,
    .search-content .ocf-theme-light .ocf-filter-header,
    .search-content .ocf-theme-light .ocf-module-page-header {
        text-transform: none;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.294;
        color: #000;
    }

    .category-content .ocf-filter-body > .ocf-value-list,
    .search-content .ocf-filter-body > .ocf-value-list {
        overflow: hidden !important;
    }

    .category-content .ocf-filter .ocf-filter-body > .ocf-value-list,
    .search-content .ocf-filter .ocf-filter-body > .ocf-value-list {
        padding: 0 15px 0 0;
        display: none;
        /*transition: all .3s ease;*/
    }

    .category-content .ocf-filter.show .ocf-filter-body > .ocf-value-list,
    .search-content .ocf-filter.show .ocf-filter-body > .ocf-value-list {
        padding: 0 15px 25px 0;
        display: block;
        /*transition: all .3s ease;*/
    }

    .category-content .ocf-filter.show .ocf-filter-body > .ocf-value-list,
    .search-content .ocf-filter.show .ocf-filter-body > .ocf-value-list {
        padding-right: 15px !important;
        padding-bottom: 25px !important;
    }

    .category-content .ocf-filter.show .ocf-value-list,
    .search-content .ocf-filter.show .ocf-value-list {
/*        margin-top: -10px;*/
    }

    .category-content #column-left,
    .search-content #column-left {
        z-index: 2;
        padding-right: 0;
    }

    .category-content .ocf-filter-name,
    .search-content .ocf-filter-name {
        user-select: none;
    }

    .category-content .ocf-theme-light .ocf-filter,
    .search-content .ocf-theme-light .ocf-filter {
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .category-content .ocf-theme-light .ocf-filter:not(:last-child):before,
    .search-content .ocf-theme-light .ocf-filter:not(:last-child):before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    .category-content .ocf-theme-light .ocf-filter:after,
    .search-content .ocf-theme-light .ocf-filter:after {
        /*position: absolute;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.07);*/
    }

    .category-content .ocf-theme-light .ocf-filter-header,
    .search-content .ocf-theme-light .ocf-filter-header {
        margin-bottom: 0;
        padding: 25px 14px 25px 0;
        transition: all .3s ease;
    }

    .category-content .ocf-content .ocf-filter .ocf-filter-header::before,
    .search-content .ocf-content .ocf-filter .ocf-filter-header::before {
        top: 30px;
        right: 10px;
    }

    .category-content .ocf-content .ocf-filter .ocf-filter-header:hover::before,
    .search-content .ocf-content .ocf-filter .ocf-filter-header:hover::before {
        background-image: url("/image/catalog/icon-svg/ocf-filter-hover-icon.svg");
        right: 12px;
    }

    .category-content .ocf-header,
    .search-content .ocf-header {
        margin: 0;
    }

    .category-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child),
    .search-content .ocf-input-group .ocf-form-control:not(:first-child):not(:last-child) {
        margin-left: 10px;
    }

    .category-content .ocf-theme-light .ocf-search-btn-static,
    .search-content .ocf-theme-light .ocf-search-btn-static {
        margin-left: 10px;
    }

    .category-content .ocf-value-slider,
    .search-content .ocf-value-slider {
        padding: 0 10px 2px 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .category-content .ocf-noUi-connects:before,
    .search-content .ocf-noUi-connects:before {
        margin-left: -17px;
    }

    .category-content .ocf-noUi-connects:after,
    .search-content .ocf-noUi-connects:after {
        margin-right: -17px;
    }

    .category-content .content-column,
    .search-content .content-column {
        padding-left: 0;
    }

    .category-content .product-main-grid,
    .search-content .product-main-grid {
        position: relative;
    }

    .category-content .product-main-grid:before,
    .search-content .product-main-grid:before {
        position: absolute;
        content: '';
        top: -59px;
        bottom: 0;
        height: calc(100% + 59px);
        left: 0;
        width: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    .category-content .product-main-grid:after,
    .search-content .product-main-grid:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    .category-content .ocf-desktop .ocf-desktop,
    .search-content .ocf-desktop .ocf-desktop {
        position: relative;
    }

    .category-content .ocf-desktop .ocf-desktop:after,
    .search-content .ocf-desktop .ocf-desktop:after {
        position: absolute;
        content: '';
        bottom: -14px;
        left: 0;
        right: -100vw;
        z-index: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    .category-content .ocf-selected-card,
    .search-content .ocf-selected-card {
        padding: 0 18px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .category-content .ocf-footer,
    .search-content .ocf-footer {
        padding: 0;
    }

    .ocf-desktop .ocf-selected-filter {
        padding: 0;
        margin-right: 10px;
        margin-bottom: 0;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
        transition: all .3s ease;
    }

    .ocf-desktop .ocf-selected-filter:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    .ocf-desktop .ocf-selected-filter svg path {
        transition: all .3s ease;
    }

    .ocf-desktop .ocf-selected-filter:hover svg path {
        fill: #4374B7;
        transition: all .3s ease;
    }

    .ocf-desktop .ocf-selected-discard {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        background: #fff;
        padding: 6px 16px;
    }

    .ocf-desktop .ocf-selected-value-name {
        margin-right: 8px;
    }

    .catalog-sort .ocf-btn {
        padding: 6px 16px;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
        background: #fff;
        width: 100%;
        border: 1px solid #FF8989;
        border-radius: 100px;
        transition: all .3s ease;
    }

    .catalog-sort .ocf-btn:hover,
    .catalog-sort .ocf-btn:focus {
        text-decoration: none;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        color: #fff;
        background: #FF8989;
        border: 1px solid #FF8989;
        transition: all .3s ease;
    }

    .category-content .ocf-collapse-value .ocf-value-list-body,
    .search-content .ocf-collapse-value .ocf-value-list-body {
/*        padding-top: 0;*/
    }

    .category-content .ocf-filter.show .ocf-filter-header:before,
    .search-content .ocf-filter.show .ocf-filter-header:before {
        top: 32px;
        right: 12px;
    }

    .category-content .ocf-filter.show .ocf-filter-header:hover:before,
    .search-content .ocf-filter.show .ocf-filter-header:hover:before {
        top: 31px;
        right: 12px;
    }

    .category-content .ocf-filter.show .ocf-filter-header:hover,
    .search-content .ocf-filter.show .ocf-filter-header:hover {
        color: #000;
        transition: all .3s ease;
    }

    .category-content .ocf-theme-light .ocf-filter-header:hover,
    .search-content .ocf-theme-light .ocf-filter-header:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    /*.ocf-value.ocf-checkbox:not(.ocf-selected):hover .ocf-value-input:before {
        border-color: #4374B7;
        background: linear-gradient(0deg, #4374B7, #4374B7), #FFFFFF;
        color: #fff;
        transition: all .3s ease;
    }

    .ocf-value.ocf-checkbox:not(.ocf-selected):hover .ocf-value-input:after {
        background-image: url(/image/catalog/icon-svg/ocf-checkbox-icon.svg);
        background-size: 15px;
    }*/
    .category-content #content .product-main-grid,
    .search-content #content .product-main-grid {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product-main-grid .product-thumb {
        margin-bottom: 0;
        padding: 30px 18px 16px 18px;
        min-height: 440px;
        position: relative;
        z-index: unset;
    }

    .product-main-grid .product-thumb .button-form {
        right: 18px;
        left: 18px;
        top: 30px;
    }

    .product-main-grid .product-thumb .image,
    .product-module .product-thumb .image,
    .related .product-thumb .image {
        max-height: 200px;
        margin-bottom: 17px;
    }

    .product-main-grid .product-thumb .image img,
    .product-module .product-thumb .image img,
    .related .product-thumb .image img {
        max-width: 200px;
        max-height: 200px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .product-main-grid .product-thumb .stock,
    .related .product-thumb .stock {
        margin-bottom: 9.5px;
    }

    .product-main-grid .product-thumb .name,
    .related .product-thumb .name {
        margin-top: 10px;
        margin-bottom: 11px;
    }

    .product-main-grid .product-layout{
        height: 440px;
    }

    .related .product-layout {
        height: 420px;
    }

    .product-main-grid .product-layout:hover .product-thumb,
    .related .product-layout:hover .product-thumb,
    .product-module .product-layout:hover .product-thumb {
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 3;
    }

    .product-main-grid .product-layout:hover .product-thumb::before,
    .related .product-layout:hover .product-thumb::before,
    .product-module .product-layout:hover .product-thumb::after {
        position: absolute;
        content: '';
        width: calc(100% + 5px);
        height: calc(100% + 14px);
        left: -2.5px;
        right: -2.5px;
        top: 1px;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
        background: #fff;
        z-index: -1;
    }

    .load-more-products__button {
        height: 57px;
        padding: 14px 33px;
    }

    .load-more-products__button svg {
        width: 29px;
        height: 29px;
    }

    .load-more-products__button svg path {
        transition: all .3s ease;
    }

    .load-more-products__button:hover svg path {
        fill: #333;
        transition: all .3s ease;
    }

    .load-more-products__button:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    .product-main-grid .product-thumb .product-options {
        /*        margin-top: 8px;*/
        margin-top: 0px;
        /*        margin-bottom: 19px;*/
        margin-bottom: 10px;
        margin-left: -4px;
    }

    .product-options__item {
        padding: 0 9px;
        position: relative;
    }

    .product-options__item:hover {
        cursor: pointer;
    }

    .product-options__item:before {
        /*position: absolute;
        content: '';
        border: 2px solid transparent;
        border-radius: 4px;
        width: 30px;
        height: 30px;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease;*/
    }

    .product-options__item:hover:before,
    .select.product-options__item:before {
        /*border-color: #275CA5;
        transition: all .3s ease;*/
    }

    .product-options__item.select {
        border: none;
    }

    .options-tooltip {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
        color: #333;
        padding: 4px 10px;
        z-index: 1;
        transition: all .3s ease;
    }

    .product-options__item:hover .options-tooltip {
        visibility: visible;
        opacity: 1;
        transition: all .3s ease;
    }

    .product-main-grid .product-thumb .button-add-cart {
        margin-top: 14px;
        width: 100%;
    }

    .product-main-grid .product-thumb .button-add-cart button {
        border: none;
        width: 100%;
        max-width: 166px;
        height: 36px;
        padding: 9px;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        transition: all .3s ease;
    }

    .product-main-grid .product-thumb .button-add-cart button.preorder_btn {
        background: #C87800;
    }

    .product-main-grid .product-thumb .button-add-cart button.preorder_btn:hover {
        background: #925800;
    }

    .product-main-grid .product-thumb .button-add-cart button:hover {
        background: #FFCD36;
        transition: all .3s ease;
    }

    .product-main-grid .product-thumb .product-attributes,
    .product-module .product-thumb .product-attributes,
    .related-products__container .related .product-thumb .product-attributes {
        margin-top: 13px;
        padding-bottom: 23px;
    }

    .product-main-grid .product-thumb .product-attributes__item,
    .product-module .product-thumb .product-attributes__item,
    .related-products__container .related .product-thumb .product-attributes__item {
        margin-top: 5px;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.308;
        color: #333;
        text-align: left;
    }

    .product-main-grid .product-thumb .product-attributes__name,
    .product-module .product-thumb .product-attributes__name,
    .related-products__container .related .product-thumb .product-attributes__name {
        margin-right: 5px;
        color: #909090;
    }

    .category-content .reviews__container .product-title,
    .search-content .reviews__container .product-title {
        margin-top: 44px;
        margin-bottom: 30px;
    }

    .reviews__item {
        padding: 30px;
        border-radius: 4px;
        align-items: flex-start;
    }

    .reviews__item-image {
        min-width: 97px;
        margin-right: 30px;
    }

    .reviews__item-product_link {
        font-size: 15px;
        line-height: 1.467;
        -webkit-line-clamp: 1;
        height: 22px;
        min-height: 22px;
        transition: all .3s ease;
    }

    .reviews__item-product_link:hover {
        color: #000;
        transition: all .3s ease;
    }

    .reviews__item-text {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
        -webkit-line-clamp: 2;
        height: 48px;
        min-height: 48px;
    }

    .reviews__item-author {
        font-size: 13px;
        line-height: 1.308;
        color: #333;
    }

    .reviews__item-rating {
        margin-left: 10px;
        width: 68px;
    }

    .modules_container + .description-category {
        /*margin-top: 0;*/
        margin-top: 30px;
    }

    [class*="information-"] .accordion .card .card-body {
        padding: 20px;
    }

    [class*="information-"] #column-left {
        flex: 0 0 23.01%;
        max-width: 23.01%;
    }

    [class*="information-"] #content {
        flex: 0 0 76.99%;
        max-width: 76.99%;
        padding-left: 36px;
    }

    .payment-delivery-block {
        padding-top: 0;
    }

    .payment-delivery-block:last-child {
        padding-top: 30px;
    }

    .payment-delivery-block .information-title {
        font-size: 22px;
        line-height: 1.273;
    }

    .payment-delivery-block .information-subtitle {
        font-size: 17px;
        line-height: 1.294;
    }

    .payment-delivery-block .delivery-group {
        padding: 30px 0;
    }

    .payment-delivery-block .panel-heading {
        padding: 30px 30px 0 30px;
    }

    .payment-delivery-block .panel-heading > a {
        align-items: center;
        justify-content: flex-start;
    }

    .payment-delivery-block .panel-heading > a > svg:first-child {
        margin-right: 20px;
    }

    .payment-delivery-block .panel-heading > a > svg:last-child {
        right: 30px;
        top: 34px;
    }

    .payment-delivery-block .panel-short .panel-title {
        font-size: 18px;
        line-height: 1.278;
    }

    .payment-delivery-block .panel-subtitle {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.286;
    }

    .delivery-group .panel {
        padding-bottom: 30px;
    }

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 30px 0 30px;
        font-size: 15px;
        line-height: 1.733;
        flex-wrap: nowrap;
    }

    .delivery-group .panel .block .list {
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .delivery-group .panel .block .item {
        font-size: 15px;
        line-height: 1.733;
    }

    .delivery-group .panel + .panel {
        margin-top: 25px;
    }

    [class*="information-"] footer {
        margin-top: 0;
    }

    [class*="information-"] .guarantee {
        padding-top: 0;
    }

    [class*="information-"] .guarantee p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.733;
    }

    [class*="information-"] .guarantee .title {
        margin-top: 35px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.273;
    }

    [class*="information-"] .guarantee .title + p {
        margin-top: 20px;
    }

    [class*="information-"] .guarantee ul {
        padding-left: 27px;
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.733;
    }

    .error__content {
        padding-bottom: 57px;
        max-width: 600px;
    }

    .error__content .text {
        font-size: 100px;
        line-height: 1.29;
    }

    .error__content h1 {
        margin: 0 0 20px 0;
        font-size: 32px;
        line-height: 1.28125;
    }

    .error__content p {
        font-size: 15px;
        line-height: 1.267;
    }

    .error__content a {
        max-width: 428px;
        height: 54px;
        padding: 16px;
        font-size: 18px;
        line-height: 1.222;
    }

    .error-not_found footer {
        margin-top: 0;
    }

    .information-contact .informations .phones_title,
    .information-contact .informations .open_title,
    .information-contact .informations .messenger_title {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .information-contact .informations .phone__link {
        margin-bottom: 0;
    }

    .information-contact .informations .shop_phones {
        width: 100%;
        padding-right: 0;
    }

    .information-contact .informations .open_text {
        padding-top: 0;
        line-height: 1.711;
    }

    .information-contact .informations .messenger_item {
        margin-right: 5px;
    }

    .information-contact .informations .map {
        height: 592px;
    }

    .information-contact footer {
        margin-top: 60px;
    }

    .information-contact .informations .map .gm-style-iw.gm-style-iw-c {
        max-width: 398px !important;
        padding: 20px 25px !important;
        top: 0;
        transform: translate3d(-50%, -100%, 0);
    }

    .product-search .main-footer {
        margin-top: 33px;
    }

    .blog-category h1 {
        font-size: 32px;
        line-height: 1.28125;
        margin-bottom: 15px;
    }

    ul.list-unstyled.blog_cats a {
        margin: 0 15px 0 0;
    }

    ul.list-unstyled.blog_cats {
        margin-right: 0;
        padding-right: 0;
        height: 73px;
    }

    .blog-category .summary .blog_title {
        font-size: 15px;
        line-height: 1.4;
    }

    .blog-category .blog {
        margin-bottom: 0;
    }

    .blog-category .blog_item .blog-category_link:hover {
        color: #000;
        transition: all .3s ease;
    }

    .blog-category .blog_item .blog_title:hover,
    .blog-category .blog_item .blog_title a:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    .blog-category .block_categories, .blog-category #column-right .banner {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .blog-category .block_categories .cat_item:hover .name {
        color: #275CA5;
        transition: all .3s ease;
    }

    .blog-category .block_relateds {
/*        margin-top: 50px;*/
    }

    .blog-category .block_relateds li:hover .name {
        color: #275CA5;
        transition: all .3s ease;
    }

    .blog_post .tags_list,
    .blog_post .categories_list {
        flex-wrap: wrap;
    }

    .blog.blog_post {
        margin-bottom: 0;
    }

    .blog-blog h1 {
        margin-top: 15px;
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 1.5625;
        max-width: 1009.5px;
    }

    .blog-blog .date-added {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .blog_post h2 img,
    .blog_post p img {
        width: 100% !important;
    }

    .blog_post h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .blog_post .main_description,
    .blog_post .bottom_description {
        font-size: 15px;
        line-height: 1.867;
    }

    .blog_post h2 span {
        font-size: 24px;
        line-height: 1.667;
        margin-top: 0;
    }

    .blog_post .main_description p,
    .blog_post .bottom_description p {
/*        margin-bottom: 35px;*/
    }

    .blog_post .main_description > h2:first-child {
        margin-bottom: 30px;
    }

    div#contact_block {
        margin: 0 0 35px 0;
        padding: 30px 25px;
        align-items: flex-start;
    }

    div#contact_block .contact_title {
        font-size: 28px;
        line-height: 1.286;
    }

    div#contact_block .contact_description {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.267;
    }

    div#contact_block .contact_info {
        flex: 0 0 38.201%;
        max-width: 38.201%
    }

    div#contact_block .contact_form {
        margin-top: 0;
        flex: 0 0 61.799%;
        max-width: 61.799%;
    }

    div#contact_block .contact_form .row {
        align-items: end;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    div#contact_block .contact_form .form-group {
        margin-bottom: 0;
        position: relative;
    }

    div#contact_block .contact_form [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    div#contact_block .contact_form [class*="col-"]:nth-child(1),
    div#contact_block .contact_form [class*="col-"]:nth-child(2) {
        flex: 0 0 33.74%;
        max-width: 33.74%;
    }

    div#contact_block .contact_form [class*="col-"]:nth-child(3) {
        flex: 0 0 32.52%;
        max-width: 32.52%;
    }

    .blog_post .main_description {
        margin-bottom: 35px;
    }

    .content_informer {
        padding: 14px 35px;
        margin-bottom: 35px;
        flex-direction: row;
        align-items: center;
    }

    .content_informer .informer_text {
        font-size: 16px;
        line-height: 1.3125;
        transition: all .3s ease;
    }

    .content_informer .informer_content {
        margin-top: 0;
        margin-left: auto;
        font-size: 15px;
        line-height: 1.267;
        transition: all .3s ease;
    }

    .content_informer .informer_content:hover {
        color: #000;
        transition: all .3s ease;
    }

    .content_informer .informer_content:hover span:before {
        background: #000;
        transition: all .3s ease;
    }

    .content_informer .informer_content svg {
        margin-left: 11px;
    }

    .content_informer .informer_content svg path {
        transition: all .3s ease;
    }

    .content_informer .informer_content:hover svg path {
        fill: #000;
        transition: all .3s ease;
    }

    div#contact_block .form-group.error .callback-input-error {
        position: absolute;
    }

    div#contact_block .contact_form button:hover {
        background: #333;
        transition: all .3s ease;
    }

    div#contact_block .contact_form .form-control:hover {
        border: 1px solid #333;
        transition: all .3s ease;
    }

    div#contact_block .contact_form .form-control:hover::placeholder {
        color: #333;
        transition: all .3s ease;
    }

    .blog_post .hr {
        margin: 25px 0;
    }

    .blog_post .additional_info > div > span,
    .blog_post .social_share > span {
        margin-bottom: 15px;
    }

    .blog_post .tags a,
    .blog_post .additional_info > div a,
    .additional_info > div a {
        padding: 7px 16px;
        margin: 0 20px 15px 0;
        transition: all .3s ease;
    }

    .blog_post .tags a:hover,
    .blog_post .additional_info > div a:hover,
    .additional_info > div a:hover {
        color: #fff;
        background: #4374B7;
        border: 1px solid #4374B7;
        transition: all .3s ease;
    }

    .blog_post .social_list li {
        margin: 0 20px 0 0;
    }

    .blog_post .social_list a {
        padding: 11px 40px;
        transition: all .3s ease;
    }

    .blog_post .social_list a:hover {
        border: 1px solid #909090;
        transition: all .3s ease;
    }

    .blog_post .social_list svg {
        margin-right: 10px;
    }

    .blog_post .social_list span {
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #000;
        transition: all .3s ease;
    }

    .blog_post .additional_info {
        overflow: auto;
    }

    .blog_post .social_share {
        margin-top: 10px;
    }

    .blog-blog .blog-module.latest {
        margin-top: 10px;
    }

    .blog-blog .blog-module .related_title {
        font-family: "basis grotesque pro bold", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.28125;
    }

    .blog-blog .blog-module.latest .latest {
        margin-top: 34px;
        margin-bottom: 0;
    }

    .blog-blog .banner {
        margin-top: 50px;
    }

    .blog-blog .block_related {
        margin-top: 50px;
    }

    .blog-blog .block_related .title {
        font-size: 24px;
        line-height: 1.292;
    }

    .blog-blog .block_related .related_list {
        margin-top: 5px;
    }

    .blog-blog .block_related .related_list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        margin: 0;
    }

    .blog-blog .block_related .related_list li:nth-last-child(2) {
        border-bottom: none;
    }

    .blog-blog .block_related .related_list li a:last-child {
        padding: 15px 0;
        display: flex;
        align-items: flex-start;
    }

    .blog-blog .block_related .related_list .img {
        margin-right: 10px;
    }

    .blog-blog .block_related .related_list img {
        border-radius: 4px;
    }

    .blog-blog .block_related .related_list .name {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.429;
        color: #000;
        transition: all .3s ease;
    }

    .blog-blog .block_related .related_list li a:hover .name {
        color: #3E77AA;
        transition: all .3s ease;
    }

    .blog-blog .block_relateds a:hover .name {
        color: #3E77AA;
        transition: all .3s ease;
    }

    [class*="product-compare"] h1 {
        margin-top: 0;
        font-size: 32px;
        line-height: 1.28125;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons {
        position: absolute;
        top: -56px;
        right: 15px;
        display: flex;
    }

    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons {
        position: absolute;
        top: -66px;
        right: 15px;
        display: flex;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons .owl-prev,
    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons .owl-prev {
        margin-right: 15px;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons div svg path,
    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons div svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons div:hover svg path,
    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons div:hover svg path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .add-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 214px;
        padding: 32px;
        margin-left: 0;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    [class*="product-compare"] [class*="product-module-compare"] {
        padding: 0;
    }

    [class*="product-compare"] .card__item_category .add-button-view {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        line-height: 1.267;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .add-button-view:hover {
        color: #000;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .add-button-view svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .add-button-view:hover svg path {
        stroke: #000;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .compare-button-view {
        font-size: 15px;
        line-height: 1.267;
        height: 43px;
        padding: 12px 25px;
        margin-right: 0;
        margin-top: 15px;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .compare-button-view:hover {
        color: #fff;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .compare-button-view svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .compare-button-view:hover svg path {
        stroke: #fff;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card__item_category .compare-button-view:hover svg path:nth-child(1),
    [class*="product-compare"] .card__item_category .compare-button-view:hover svg path:nth-child(2) {
        fill: #fff;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    [class*="product-compare"] .card__item_category .panel-body {
        overflow: visible !important;
        margin: 0;
        margin-right: -17px;
    }

    [class*="product-compare"] .card__item_category .collapse {
        display: block;
        height: 100% !important;
    }

    [class*="product-compare"] .card__item_category .product-title a {
        font-size: 21px;
        line-height: 1.286;
        cursor: default;
    }

    [class*="product-compare"] .card__item_category .product-title a svg {
        display: none;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb {
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        min-height:172px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb.product-thumb-fixed {
        border-top: none;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .inner-outer {
        padding: 25px 21px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns button svg {
        margin-right: 10px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns {
        padding: 0;
        margin-top: 15px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns button {
        height: 36px;
        padding: 9px 31px;
        font-size: 15px;
        line-height: 1.267;
        margin-right: 15px;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .buy_button:hover {
        background: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .btns button img {
        width: 18px;
        margin-right: 10px !important;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .wishlist {
        width: 36px;
        height: 36px;
        margin-right: 11px;
        cursor: pointer;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .compare {
        height: 36px;
        width: 36px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .compare svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .compare:hover svg path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .image {
        margin-bottom: 0;
        width: 70px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .name {
        margin-bottom: 7px;
        margin-top: 0;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .name .name-text {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.429;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 42px;
        min-height: 42px;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .price .main-price {
        font-size: 16px;
        line-height: 1.3125;
    }

    [class*="product-compare"] [class*="product-module-compare"] {
        flex: 0 0 85.1%;
/*        flex: 0 0 87%;*/
        width: 103.3%;
        max-width: unset;
        height: 173px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb-item {
        width: 292px;
        height: 100%;
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-item {
        /*min-width: 292px !important;*/
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-compare"] .product-module-compare-category .owl-item {
        border-right: none;
        border-bottom: none;
    }

    [class*="product-compare"] .product-module-compare-category .product-thumb .inner-outer {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        height: 100%;
        max-height: 173px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .owl-item:not(:first-child):before {
        height: 210px;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .order_button {
        padding: 9px !important;
        margin-right: 11px !important;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .inner-outer:hover .name-text {
        color: #3E77AA;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card {
        padding-top: 9px;
    }

    [class*="product-compare"] .card__item_category {
        margin-top: 18px;
    }

    [class*="product-compare"] .card__item_category:first-child {
        margin-top: 0;
    }

    [class*="product-compare"] .compare_category__content {
        flex-wrap: nowrap;
        margin-top: 21px;
    }

    [class*="product-compare"] .card .clear {
        font-size: 15px;
        line-height: 1.267;
        padding: 12.5px 22px;
        height: 43px;
        margin-right: 30px;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card .clear:hover {
        color: #000;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card .clear svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] .card .clear:hover svg path {
        fill: #000;
        transition: all .3s ease;
    }

    [class*="product-compare"] .card .product-title label {
        font-size: 15px;
        line-height: 1.267;
        cursor: pointer;
    }

    [class*="product-compare"] .card .product-title label .form-control:hover {
        /*border: 1px solid #4374B7;
        background: #4374B7;
        background-image: url(/image/compare-checked-icon.svg);
        background-size: 20px;
        transition: all .3s ease;*/
    }

    [class*="product-compare"] .compare_category__content .right-block {
        max-width: 214px;
        padding-right: 0;
    }

    [class*="product-compare"] .compare_category__content .right-block .add-block {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-left: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 173px;
    }

    [class*="product-compare"] .compare_category__content .add_block_product {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        color: #275CA5;
        transition: all .3s ease;
    }

    [class*="product-compare"] .compare_category__content .add_block_product:hover {
        color: #000;
        transition: all .3s ease;
    }

    [class*="product-compare"] .compare_category__content .add_block_product svg {
        margin-right: 10px;
    }

    [class*="product-compare"] .compare_category__content .add_block_product svg path {
        transition: all .3s ease;
    }

    [class*="product-compare"] .compare_category__content .add_block_product:hover svg path {
        stroke: #000;
        transition: all .3s ease;
    }

    .product-module-compare-category .product-thumb {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        height: 173px;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block {
        margin: 0;
        padding: 0;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .headattr {
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.278;
        color: #333;
        margin-top: 0;
        padding: 15px 0;
        height: auto;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .headattr:not(:first-child) {
        margin-top: 15px;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .attr {
        margin-top: 0;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #909090;
        padding: 12px 20px;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .attr:nth-child(even) {
        background: #fff;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .attr:nth-child(odd) {
        background: #F8F8F8;
    }

    [class*="product-compare"] .compare_category__content .right-block .attr-block .attr-item {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    [class*="product-compare"] .compare_category__content .right-block .add-block--fixed + script + .attr-block {
        margin-top: 256px;
    }

    [class*="product-compare"] .owl-item .product-thumb--fixed + .attr-block {
        margin: 136px 0 0 0;
    }

    [class*="product-compare"] .owl-item .attr-block {
        margin: 53px 0 0 0;
    }

    [class*="product-compare"] .owl-item .attr-block .headattr {
        padding: 0;
    }

    [class*="product-compare"] .owl-item .attr-block .attr:nth-child(odd) {
        padding: 0;
    }

    [class*="product-compare"] .owl-item .attr-block .attr:nth-child(even) {
        padding: 12px 25px;
    }

    [class*="product-compare"] .owl-item .attr-block .attr-item {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    [class*="product-compare"] .owl-item .attr-block .attr-item:nth-child(n+4) {
        margin-top: 67px;
    }

    [class*="product-compare"] .owl-item .attr-block .attr.not_same:nth-child(4n+6),
    [class*="product-compare"] .owl-item .attr-block .attr.not_same:nth-child(4n+2) {
        background: #F8F8F8;
    }

    [class*="product-compare"] .owl-item .attr-block .attr-item:nth-child(n+4) .attr:nth-child(4n+4) {
        background: #fff;
    }

    .product-compare-category .owl-custom .prev {
        margin-right: 10px;
    }

    .product-title--fixed {
        /*position: fixed;
        top: 86px;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1386px;
        padding-right: 15px;
        padding-left: 15px;*/
    }

    .product-title--fixed:before {
        /*position: absolute;
        content: '';
        right: -300px;
        left: -300px;
        top: -4px;
        bottom: -4px;
        background: #fff;
        z-index: -1;*/
    }

    .product-title--fixed {
        /*position: fixed;
        top: 90px;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1386px;
        padding-right: 15px;
        padding-left: 15px;*/
    }

    .product-title--fixed:before {
        /*position: absolute;
        content: '';
        right: -300px;
        left: -300px;
        top: -36px;
        bottom: -21px;
        background: #fff;
        z-index: -1;*/
    }

    .add-block--fixed {
        position: fixed;
        top: 165px;
        z-index: 999;
        width: 199px !important;
        /*left: 14.4%;*/
        left: 50%;
        transform: translateX(-678px);
        max-width: 1386px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-module-compare-category.product-thumb--fixed {
        position: fixed;
        top: 165px;
        left: 50%;
        transform: translateX(-479px);
    }

    .product-module-compare-category.product-thumb--fixed .product-thumb-fixed {
        /*position: sticky;*/
        background: #fff;
        /*   top: 0;*/
        z-index: 1;
    }

    .product-manufacturer h1 {
        font-size: 32px;
        line-height: 1.28125;
    }

    .product-manufacturer .popular_manufacturers .header {
        margin-top: 35px;
        font-size: 22px;
        line-height: 1.273;
        background: transparent;
        z-index: auto;
    }

    .product-manufacturer .popular_manufacturers ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-manufacturer .popular_manufacturers li {
        padding: 0 15px;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
        margin-bottom: 30px;
    }

    .product-manufacturer .manufacturer-abc {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 15px 10px;
    }

    .product-manufacturer .mfrtext {
        font-size: 16px;
        line-height: 1.3125;
        padding: 4px 8px;
    }

    .product-manufacturer .manufacturer-section {
        margin: 30px auto 0 auto;
        max-width: 892px;
    }

    .product-manufacturer .manufacturer-list_title {
        cursor: default;
    }

    .product-manufacturer .manufacturer-list_title svg {
        display: none;
    }

    .product-manufacturer .collapse {
        display: block !important;
        height: fit-content !important;
    }

    .product-manufacturer .main-footer {
        margin-top: 30px;
    }

    .product-manufacturer .manufacturer-list_link:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    [class*="product-manufacturer-info-"] .cats {
        padding: 20px;
        margin-top: 25px;
        margin-bottom: 1px;
    }

    [class*="product-manufacturer-info-"] .heading {
        font-size: 15px;
        line-height: 1.267;
        color: #000;
    }

    [class*="product-manufacturer-info-"] .cats_list a {
        font-size: 15px;
        line-height: 1.267;
        transition: all .3s ease;
    }

    [class*="product-manufacturer-info-"] .cats_list a:hover {
        color: #4374B7;
        background: rgba(67, 116, 183, 0.1);
        transition: all .3s ease;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout .product-thumb {
        border-bottom: none;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+3) .product-thumb {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-manufacturer-info-"] .cat_item .container-main-title {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    [class*="product-manufacturer-info-"] h2 {
        margin: 0;
        font-size: 24px;
        line-height: 1.292;
    }

    [class*="product-manufacturer-info-"] .container-main-title .product__total {
        margin-left: 10px;
        font-size: 16px;
        line-height: 1.3125;
        white-space: nowrap;
    }

    [class*="product-manufacturer-info-"] .container-main-title .product__total + a {
        white-space: nowrap;
    }

    [class*="product-manufacturer-info-"] .container-main-title .row__info a span {
        margin-left: 30px;
        font-size: 15px;
        line-height: 1.267;
    }

    [class*="product-manufacturer-info-"] .cat_items_list .cat_item:not(:first-child) {
        margin-top: 60px;
    }

    [class*="product-manufacturer-info-"] #content {
        padding-left: 36px;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:first-child .product-thumb,
    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(2n+3) .product-thumb {
        border-left: 1px solid transparent;
    }

    [class*="product-manufacturer-info-"] #description h2 {
        margin: 30px 0 18px 0;
        font-size: 28px;
        line-height: 1.2857;
    }

    [class*="product-manufacturer-info-"] div#contact_block {
        margin-top: 60px;
    }

    [class*="product-manufacturer-info-"] .row.brand-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12.5px 20px;
    }

    [class*="product-manufacturer-info-"] .row.brand-info .col {
        /*flex: 0 0 20%;
        max-width: 20%;*/
    }

    [class*="product-manufacturer-info-"] .row.brand-info b a:hover {
        color: #000;
        transition: all .3s ease;
    }

    [class*="product-manufacturer-info-"] .brand_about .go {
        padding: 21px;
    }

    [class*="product-manufacturer-info-"] .cat_item:first-child {
        margin-top: 25px;
    }

    .account-logout {
        background: #FAFAFA;
    }

    .account-logout #content {
        padding: 44px 104px 40px 104px;
        margin: 75px auto 125px auto;
        background: #fff;
        max-width: 660px;
        display: flex;
        flex-direction: column;
    }

    .account-logout h1 {
        display: flex;
        flex-direction: row;
    }

    .account-logout .desktop-right {
        align-items: start;
        margin-top: 0;
        margin-left: 28px;
    }

    .account-logout .desktop-right span {
        font-size: 32px;
        line-height: 1.28125;
        text-align: left;
    }

    .account-logout .desktop-right .text_logout {
        margin-top: 15px;
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
    }

    .account-logout .btn-login:before {
        left: -116px;
        right: -116px;
        top: -30px;
    }

    .account-logout .btn-login {
        font-size: 18px;
        line-height: 1.222;
        height: 54px;
        width: 100%;
        margin: 30px auto 0 auto;
        padding: 16px;
        max-width: 428px;
        transition: all .3s ease;
    }

    .account-logout .btn-login:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .account-simpleregister h1,
    .account-forgotten h1,
    .account-reset h1 {
        font-size: 32px;
        line-height: 1.28125;
        margin-top: 35px;
    }

    .account-simpleregister .simpleregister-have-account,
    .account-forgotten p,
    .account-reset legend {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
    }

    .account-simpleregister .simpleregister-block-content {
        padding-top: 30px;
    }

    .account-simpleregister .simpleregister-button-block {
        padding-top: 10px;
    }

    .account-simpleregister .simpleregister-button-block .button,
    .account-login .card form button.login__btn {
        max-width: 276px;
        height: 52px;
        padding: 14px 60px;
        transition: all .3s ease;
    }

    .account-login form button,
    .account-forgotten .buttons button,
    .account-reset .buttons button {
        transition: all .3s ease;
    }

    .account-simpleregister .simpleregister-button-block .button:hover,
    .account-login .card form button.login__btn:hover,
    .account-forgotten .buttons button:hover,
    .account-reset .buttons button:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    .account-simpleregister .simpleregister-button-block .simpleregister-button-right {
        text-align: center;
    }

    .account-simpleregister .simpleregister-button-block svg {
        width: auto;
        height: auto;
    }

    .account-simpleregister .simpleregister-button-block path,
    .account-login form button path,
    .account-forgotten .buttons button path,
    .account-reset .buttons button path {
        transition: all .3s ease;
    }

    .account-simpleregister .button:hover path,
    .account-login form button:hover path,
    .account-forgotten .buttons button:hover path,
    .account-reset .buttons button:hover path {
        fill: #333;
        transition: all .3s ease;
    }

    .account-simpleregister .main-footer {
        margin-top: 103px;
    }

    .account-simpleregister .simpleregister-have-account a:hover,
    .account-login .card p strong a:hover {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .account-login #content {
        margin: 25px auto 34px auto;
    }

    .account-login h2 {
        font-size: 32px;
        line-height: 1.28125;
    }

    .account-login .card p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
        padding: 0;
    }

    .account-login form,
    .account-forgotten form {
        padding: 30px 0 0 0;
    }

    .account-login form > label {
        font-size: 13px;
        line-height: 1.308;
        cursor: pointer;
    }

    .account-login form button {
        width: auto;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 60px;
        border: none;
    }

    .account-login form button svg {
        margin-right: 10px;
    }

    .account-login .separator {
        padding: 30px 0;
    }

    .account-login .separator .line_1 {
        margin-right: 20px;
    }

    .account-login .separator .line_2 {
        margin-left: 20px;
    }

    .alert-danger,
    .alert-success {
        font-size: 15px;
        line-height: 1.267;
    }

    .alert-danger img:not(.alert-close) {
        width: 28px;
        height: 28px;
    }

    .alert {
        padding: 10px 19px;
        width: fit-content;
        margin: 0 auto;
    }

    .account-login .alert-close,
    .account-forgotten .alert-close,
    .product-compare .alert-close,
    .product-compare-category .alert-close {
        margin-left: 43px;
    }

    .account-forgotten .buttons,
    .account-reset .buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 10px 0 0 0;
    }

    .account-forgotten .buttons a,
    .account-reset .buttons a {
        margin: 0 auto 0 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15.5px;
        flex: 0 0 38.084113%;
        max-width: 38.084113%;
        height: 52px;
        transition: all .3s ease;
    }

    .account-forgotten .buttons a:hover,
    .account-reset .buttons a:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .account-forgotten .buttons button,
    .account-reset .buttons button {
        padding: 14px;
        flex: 0 0 52.803738%;
        max-width: 52.803738%;
        height: 52px;
    }

    .account-forgotten .main-footer,
    .account-reset .main-footer {
        margin-top: 182px;
    }

    .account-forgotten .alert,
    .account-login .alert {
        margin: 35px auto -5px auto;
    }

    .account-success {
        background: #FAFAFA;
    }

    .account-success #content {
        background: #fff;
        padding: 35px 116px;
        margin: 75px auto 0 auto;
        max-width: 660px;
    }

    .account-success #content > h1 {
        line-height: 0;
    }

    .account-success .top__content {
        display: flex;
        flex-direction: row;
    }

    .account-success .top__content img {
        margin-right: 28px;
    }

    .account-success .desktop-right {
        text-align: left;
        margin-top: 0;
        padding: 0;
    }

    .account-success h1 {
        font-size: 32px;
        line-height: 1.28125;
    }

    .account-success p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.6;
    }

    .account-success .bottom__content {
        margin-top: 20px;
        padding-top: 20px;
    }

    .account-success .bottom__content:before {
        left: -116px;
        right: -116px;
    }

    .account-success .bottom__content img {
        margin-right: 15px;
    }

    .account-success .bottom__content a:hover {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .account-approve_email {
        background: #FAFAFA;
    }

    .account-approve_email #content {
        margin: 75px auto 0 auto;
        padding: 35px 96px;
        max-width: 660px;
        background: #fff;
    }

    .account-approve_email .top__content {
        display: flex;
        flex-direction: row;
    }

    .account-approve_email .top__content img {
        margin-right: 28px;
    }

    .account-approve_email .desktop-right {
        margin-top: 0;
        text-align: left;
        margin-right: -10px;
    }

    .account-approve_email .main-footer {
        margin-top: 206px;
    }

    .account-approve_email h1 {
        font-size: 32px;
        line-height: 1.28125;
    }

    .account-approve_email p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.6;
    }

    .account-approve_email .bottom__content {
        margin-top: 20px;
    }

    .account-approve_email .bottom__content:before {
        right: -115px;
        left: -115px;
    }

    .account-approve_email .bottom__content button#account {
        font-size: 18px;
        line-height: 1.222;
        padding: 16px;
        height: 54px;
        transition: all .3s ease;
    }

    .account-approve_email .bottom__content button#account:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .account-reset h1 {
        margin-bottom: 15px;
    }

    .account-reset legend {
        padding-bottom: 30px;
    }

    [class*="product-product-"] .product-title {
        font-family: "basis grotesque pro bold", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.28125;
    }

    [class*="product-product-"] .title-container {
        padding-bottom: 25px;
    }

    [class*="product-product-"] .nav-tabs-container ul li a {
        font-size: 14px;
        line-height: 1.286;
        padding: 16px 20px;
        transition: all .3s ease;
    }

    [class*="product-product-"] .nav-tabs-container ul li a span > span {
        color: #979797;
    }

    [class*="product-product-"] .nav-tabs-container:not(.sticky) {
        position: relative;
        overflow: visible;
    }

    [class*="product-product-"] .nav-tabs-menu:not(.sticky):before {
        position: absolute;
        content: '';
        left: -300px;
        background: #F8F8F8;
        top: 0;
        height: 50px;
        z-index: 1;
        width: 300px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    [class*="product-product-"] .nav-tabs-menu:not(.sticky):after {
        position: absolute;
        content: '';
        right: -300px;
        background: #F8F8F8;
        top: 0;
        height: 50px;
        z-index: 1;
        width: 300px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    [class*="product-product-"] .nav-tabs-container.sticky {
        margin-top: 64px;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        z-index: 4;
        overflow: visible;
    }

    [class*="product-product-"] .nav-tabs-container.sticky .nav-tabs-menu {
        width: 100%;
        max-width: 1386px;
        left: 50%;
        transform: translateX(-50%);
    }

    [class*="product-product-"] .product-model {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #909090;
    }

    [class*="product-product-"] .nav-tabs-container ul li:not(.active) a:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content {
        padding-top: 30px;
    }

    [class*="product-product-"] .product-image .product-images__main {
        width: 87.43%;
    }

    [class*="product-product-"] .product-images__main .swiper-product__images {
        width: 96.5%;
        margin: 0 0 0 auto;
    }

    [class*="product-product-"] .product-image .xdstickers_wrapper {
        top: 20px;
        left: 136px;
    }

    [class*="product-product-"] .product-images__main .swiper-buttons {
        margin-top: -56px;
        z-index: 2;
    }

    [class*="product-product-"] .product-images__main .swiper-buttons .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 48px);
    }

    [class*="product-product-"] .product-images__main .swiper-buttons .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 48px);
    }

    [class*="product-product-"] .product-images__main .swiper-buttons .swiper-button-next svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-images__main .swiper-buttons .swiper-button-prev:hover svg path,
    [class*="product-product-"] .product-images__main .swiper-buttons .swiper-button-next:hover svg path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    .modal-product-thumbs__images-items .swiper-slide-thumb-active,
    .product-thumbs__items .swiper-slide-thumb-active {
        border: none;
        border-radius: 0;
/*        height: 83px !important;*/
    }

    .modal-product-thumbs__images-items .additional-img {
        height: 83px !important;
    }

    .modal-product-thumbs__images-items .swiper-slide-thumb-active img,
    .product-thumbs__items .swiper-slide-thumb-active img {
        border: 1px solid #4374B7;
        border-radius: 4px;
    }

    [class*="product-product-"] .product-image .swiper-product__thumbs-button-next,
    [class*="product-product-"] .product-image .swiper-button-next.swiper-button-disabled,
    [class*="product-product-"] .product-image .swiper-product__thumbs-button-prev,
    [class*="product-product-"] .product-image .swiper-button-prev.swiper-button-disabled {
        background: #fff;
        border: none;
        border-radius: 0;
        opacity: 1;
        z-index: 2;
    }

    [class*="product-product-"] .product-image .product-images__main .swiper-button-next.swiper-button-disabled {
        background: transparent;
    }

    [class*="product-product-"] .product-image .swiper-product__thumbs-button-next svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-image .swiper-product__thumbs-button-next:hover svg path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-image .thumbnails {
        height: 528px;
    }

    [class*="product-product-"] .product-image .product-images__thumbs {
        width: 12.57%;
        height: 100%;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column;
    }

    [class*="product-product-"] .product-image .product-images__thumbs .product-thumbs__items {
        /* margin-top: 44px; */
    }

    [class*="product-product-"] .product-image .product-images__thumbs .swiper-product__thumbs-button-next {
        bottom: -25px;
    }

    [class*="product-product-"] .product-info-right {
        display: flex;
        flex-direction: column;
    }

    [class*="product-product-"] .product-info-right__header {
        margin-top: 0;
        order: -1;
    }

    [class*="product-product-"] .product-info-right__header .stock {
        font-size: 14px;
        line-height: 1.286;
        padding: 7px 22px;
        white-space: nowrap;
    }

    [class*="product-product-"] .product-content .product-brand {
        font-size: 15px;
        line-height: 1.267;
        margin-left: 25px;
        margin-right: auto;
    }

    [class*="product-product-"] .product-content .product-brand__link {
        font-size: 15px;
    }

    [class*="product-product-"] .product-content .product-question {
        margin-top: 0;
    }

    [class*="product-product-"] .product-options {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-product-"] .product-options label {
        font-size: 13px;
        line-height: 1.308;
    }

    .product-options .options-item {
        font-size: 15px;
        line-height: 1.267;
    }

    [class*="product-product-"] .product-options .form-group:nth-child(2) .options-item {
        /*padding: 7px 11px;
        margin-right: 8px;*/
    }

    [class*="product-product-"] .product-content .product-right {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-product-"] .product-content .price-main {
        font-size: 28px;
        line-height: 1.286;
    }

    [class*="product-product-"] .product-content .price-specials {
        gap: 15px;
    }

    [class*="product-product-"] .product-content .price-old {
        font-size: 18px;
        line-height: 1.278;
    }

    [class*="product-product-"] .product-content .product-economy {
        margin-left: 5px;
        padding: 3px 7px 3px 0;
        border-radius: 4px;
        border: 1px solid rgba(248, 65, 71, 0.3);
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
        color: #F84147;
        white-space: nowrap;
    }

    [class*="product-product-"] .product-content .product-percent {
        background: #F84147;
        border-radius: 4px 0 0 4px;
        padding: 3px 7px;
        font-family: "basis grotesque pro bold", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.308;
    }

    [class*="product-product-"] .product-content .in-stock-buttons {
        width: 59.127%;
    }

    [class*="product-product-"] .product-content .product-button__toolbar {
        margin-left: 25px;
    }

    [class*="product-product-"] .product-content .wishlist img {
        width: 22px;
    }

    [class*="product-product-"] .product-content .compare img {
        width: 22px;
    }

    [class*="product-product-"] .product-content .texts__product-warranty {
        margin-top: 25px;
        padding: 25px 0;
    }

    [class*="product-product-"] .texts__product-warranty img {
        width: 21px;
        margin-right: 10px;
    }

    [class*="product-product-"] .product-content .texts__product-warranty-text {
        font-size: 15px;
        line-height: 1.267;
    }

    [class*="product-product-"] .product-content .texts__product-notify1 {
        margin-top: 15px;
        padding: 12.5px 20px;
    }

    [class*="product-product-"] .product-content .texts__product-notify1-header {
        font-size: 16px;
        line-height: 1.625;
    }

    [class*="product-product-"] .product-content .texts__product-notify1-text {
        font-size: 15px;
        line-height: 1.733;
    }

    [class*="product-product-"] .delivery-pay__container:not(.pay) {
/*        border-top: 1px solid rgba(0, 0, 0, 0.07);*/
        margin-top: 15px;
        padding-top: 30px;
    }

    [class*="product-product-"] .delivery-pay__container.pay {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding-top: 25px;
        margin: 25px 0 0 0;
    }

    [class*="product-product-"] .product-content .delivery-pay__header {
        font-size: 17px;
        line-height: 1.294;
    }

    [class*="product-product-"] .product-content .delivery-pay__items {
        margin: 15px 0 0 0;
        padding: 0 0 0 22px;
    }

    [class*="product-product-"] .product-content .delivery-pay__item {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product-"] .product-content .delivery-pay__item:not(:first-child) {
        margin-top: 10px;
    }

    [class*="product-product-"] .tab-content {
        padding: 30px 0 0;
        margin-bottom: 60px;
        min-height: 280px;
    }

    [class*="product-product-"] .texts__product-notify2 {
        padding: 16px 20px;
    }

    [class*="product-product-"] .texts__product-notify2-image {
        margin-right: 20px;
    }

    [class*="product-product-"] .texts__product-notify2-text {
        font-size: 15px;
        line-height: 1.6;
    }

    [class*="product-product-"] .tab-brief__items-container {
        margin-top: 0;
    }

    [class*="product-product-"] .tab-brief__item {
        margin-top: 60px;
    }

    [class*="product-product-"] .tab-brief__section-header,
    [class*="product-product-"] .product-bottom-content .product-title {
        font-size: 24px;
        line-height: 1.292;
    }

    [class*="product-product-"] .tab-brief__section-block {
        padding: 20px 0 0 0;
    }

    [class*="product-product-"] .tab-content .short-attr li {
        padding: 12px 20px;
        justify-content: space-between;
    }

    [class*="product-product-"] .tab-content .short-attr__item--name {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product-"] .tab-content .short-attr__item--text {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product-"] .attr-product-content-block .more-link,
    [class*="product-product-"] .tab-brief__section-description + .more-link {
        margin-top: 15px;
    }

    [class*="product-product-"] .viewmore-link {
        font-size: 15px;
        transition: all .3s ease;
    }

    [class*="product-product-"] .viewmore-link:hover {
        color: #FFCD36;
        border-bottom: 1px solid #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .review-content .viewmore-link:hover {
        border: none;
        color: #909090;
    }

    [class*="product-product-"] .tab-brief__section-description {
        font-size: 15px;
        line-height: 1.6;
    }

    [class*="product-product-"] .tab-brief__review .tab-brief__section-block {
        padding: 20px 0 0 0;
        font-size: 15px;
        line-height: 1.667;
    }

    [class*="product-product-"] .tab-brief__review .review-mini-btn {
        margin-top: 20px;
    }

    [class*="product-product-"] #review_mini {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    [class*="product-product-"] #review_mini .review-username,
    [class*="product-product-"] #review .review-username {
        font-size: 16px;
        line-height: 1.3125;
    }

    [class*="product-product-"] #review_mini .review-date,
    [class*="product-product-"] #review .review-date {
        font-size: 13px;
        line-height: 1.308;
    }

    [class*="product-product-"] .review-row .review-content {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.6;
    }

    [class*="product-product-"] .review-content .viewmore-link {
        font-size: 15px;
        line-height: 1.267;
    }

    [class*="product-product-"] .review-content .review-more-comments {
        margin-top: 12px;
    }

    [class*="product-product-"] #review_mini .review-wrap {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-product-"] .reviews-block__left {
        max-width: 660px;
    }

    [class*="product-product-"] .reviews-block__left .buttons {
        justify-content: end;
        margin: -5px 0 0 0;
    }

    [class*="product-product-"] .reviews-block__left .buttons .viewmore-link {
        margin-right: 0;
    }

    [class*="product-product-"] .reviews-block__right {
        padding-bottom: 0;
    }

    [class*="product-product-"] .reviews-block__right .review-add-new {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    [class*="product-product-"] .product-bottom-content .product-title {
        margin: 0;
        font-size: 32px;
        line-height: 1.28125;
    }

    [class*="product-product-"] .product-bottom-content {
        margin-top: 60px;
    }

    [class*="product-product-"] .main-footer {
        margin-top: 0;
        position: relative;
        z-index: 0;
    }

    [class*="product-product-"] .product-content .buy_button_identification:hover {
        color: #333;
        background: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content .buy_button_identification svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content .buy_button_identification:hover svg path {
        fill: #333;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content .boc_order_btn:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content .wishlist:hover svg > path,
    [class*="product-product-"] .product-content .compare:hover svg > path {
        /*fill: #275CA5;
        stroke: #275CA5;*/
    }

    [class*="product-product-"] .product-content .compare:hover svg path.white {
        /*fill: none;*/
    }

    [class*="product-product-"] .product-content .compare:hover svg path.line {
        /*stroke: none;*/
    }

    [class*="product-product-"] .product-content .wishlist svg .hovered,
    [class*="product-product-"] .product-content .compare svg .hovered {
        /*visibility: hidden;
        opacity: 0;
        transition: all .3s ease;*/
    }

    [class*="product-product-"] .product-content .wishlist:hover svg .hovered,
    [class*="product-product-"] .product-content .compare:hover svg .hovered {
        /*visibility: visible;
        opacity: 1;
        transition: all .3s ease;*/
    }

    [class*="product-product-"] .product-content .delivery-pay__header svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-content .delivery-pay__header a:hover svg path {
        fill: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .review-content .review-more-comments:hover a {
        color: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .review-content .review-more-comments svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .review-content .review-more-comments:hover svg path {
        fill: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .tab-brief__review .review-mini-btn:hover .review-write-text {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .product-cart-popup__window {
        top: 115px;
        max-width: 1124px;
        margin: auto;
        border-radius: 4px;
    }

    .product-cart-popup__header {
        margin: 20px 30px 20px 30px;
    }

    #product_cart_popup .popup-title {
        font-size: 28px;
        line-height: 1.286;
    }

    .product-cart-popup__close {
        margin: 20px 22px 0 0;
    }

    .product-cart-popup__close svg {
        transform: scale(1.667);
    }

    .product-cart-popup__products {
        margin: 0 30px;
    }

    .product-cart-popup__footer {
        margin: 30px;
    }

    .product-cart-popup__product-header,
    .product-cart-popup__sum-header,
    .product-cart-popup__qnt-header,
    .product-cart-popup__total-header {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
        color: #909090;
        margin-bottom: 12px;
    }

    .product-cart-popup__product-item:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-cart-popup__product-item {
        padding: 15px 0;
    }

    .product-cart-popup__product img {
        margin-right: 20px;
        width: 69px;
        height: 69px;
    }

    .product-cart-popup__product a {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.4;
        color: #333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 21px;
        min-height: 21px;
        margin-right: 36px;
    }

    .product-cart-popup__product-header,
    .product-cart-popup__product {
        width: 52%;
    }

    .product-cart-popup__sum-header,
    .product-cart-popup__sum {
        width: 14%;
    }

    .product-cart-popup__sum-header,
    .product-cart-popup__total-header {
        padding-left: 6px;
    }

    .product-cart-popup__qnt-header {
        padding-left: 10px;
    }

    .product-cart-popup__qnt-header,
    .product-cart-popup__qnt {
        width: 17%;
    }

    .product-cart-popup__total-header,
    .product-cart-popup__total {
        width: 16%;
    }

    .product-cart-popup__qnt input {
        width: 43px;
        height: 43px;
    }

    .product-cart-popup__sum,
    .product-cart-popup__total {
        display: inline-flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 1.278;
    }

    .product-cart-popup__sum .price-old,
    .product-cart-popup__total .price-old {
        margin-top: 4px;
        width: fit-content;
        font-size: 14px;
        line-height: 1.286;
    }

    .product-cart-popup__total {
        text-align: left;
    }

    .product-cart-popup__btn-continue {
        margin-top: 0;
        padding: 14px 30px;
        width: fit-content;
        white-space: nowrap;
        transition: all .3s ease;
    }

    .product-cart-popup__btn-continue:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .product-cart-popup__btn-continue svg path {
        transition: all .3s ease;
    }

    .product-cart-popup__btn-continue:hover svg path {
        fill: #FFCD36;
        transition: all .3s ease;
    }

    .product-cart-popup__btn-checkout {
        margin-top: 0;
        margin-left: 24px;
        padding: 14px 30px;
        width: 220px;
        white-space: nowrap;
        transition: all .3s ease;
    }

    .product-cart-popup__btn-checkout:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    #modal-review button.close svg path,
    #review-popup button.close svg path,
    .product-cart-popup__close svg path,
    #question-popup button.close svg path,
    #boc_order button.close svg path,
    #modal_product_images button.modal-product-images__close svg path {
        transition: all .3s ease;
    }

    #modal-review button.close:hover svg path,
    #review-popup button.close:hover svg path,
    .product-cart-popup__close:hover svg path,
    #question-popup button.close:hover svg path,
    #boc_order button.close:hover svg path,
    #modal_product_images button.modal-product-images__close:hover svg path {
        fill: #000;
        transition: all .3s ease;
    }

    .product-cart-popup__qnt button svg path {
        transition: all .3s ease;
    }

    .product-cart-popup__qnt button:hover svg path {
        fill: #275CA5;
        transition: all .3s ease;
    }

    .product-cart-popup__del svg path {
        transition: all .3s ease;
    }

    .product-cart-popup__del a:hover svg path:first-child {
        fill: #F33B3B;
        transition: all .3s ease;
    }

    .product-cart-popup__del a:hover svg path:last-child {
        fill: #fff;
        transition: all .3s ease;
    }

    [class*="product-product-"] .product-out-of-stock .out-of-stock-link {
        position: relative;
        bottom: unset;
        font-size: 15px;
        white-space: nowrap;
    }

    [class*="product-product-"] .product-buttons .btn-incart {
        min-height: 57px;
    }

    [class*="product-product-"] #header_top_scroll.sticky .header-nav__submenu.menu-open {
        top: 110px;
    }

    .account-logout .button-login {
        font-size: 16px;
        line-height: 1.375;
        padding: 16px;
        height: 54px;
        max-width: 428px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .account-logout .button-login:before {
        left: -116px;
        right: -116px;
        top: -30px;
    }

    .bestseller-products__container .owl-item:hover,
    .special-products__container .owl-item:hover,
    .related-products__container .owl-item:hover,
    .viewed-products__container .owl-item:hover,
    .latest-products__container .owl-item:hover,
    .featured-products__container .owl-item:hover {
        z-index: 100 !important;
    }

    .bestseller-products__container .owl-item.active .product-thumb:hover,
    .special-products__container .owl-item.active .product-thumb:hover,
    .related-products__container .owl-item.active .product-thumb:hover,
    .viewed-products__container .owl-item.active .product-thumb:hover,
    .latest-products__container .owl-item.active .product-thumb:hover,
    .featured-products__container .owl-item.active .product-thumb:hover {
        /*z-index: 1250;*/
        z-index: 0;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    }

    .bestseller-products__container .owl-item.active:hover:before,
    .special-products__container .owl-item.active:hover:before,
    .related-products__container .owl-item.active:hover:before,
    .viewed-products__container .owl-item.active:hover:before,
    .latest-products__container .owl-item.active:hover:before,
    .featured-products__container .owl-item.active:hover:before {
        top: 0 !important;
        bottom: 0 !important;
        height: 430px !important;
        box-shadow: none !important;
    }

    .bestseller-products__container .product-module.block-grid.owl-carousel .owl-wrapper-outer,
    .special-products__container .product-module.block-grid.owl-carousel .owl-wrapper-outer,
    .related-products__container .related.owl-carousel .owl-wrapper-outer,
    .viewed-products__container .viewed.owl-carousel .owl-wrapper-outer,
    .latest-products__container .product-module.block-grid.owl-carousel .owl-wrapper-outer,
    .featured-products__container .product-module.block-grid.owl-carousel .owl-wrapper-outer {
        /*padding-bottom: 400px;
        margin-bottom: -340px;*/
        /*overflow: inherit;*/
        overflow: visible;
    }

    .bestseller-products__container:hover .owl-carousel,
    .special-products__container:hover .owl-carousel,
    .related-products__container:hover .owl-carousel,
    .viewed-products__container:hover .owl-carousel,
    .latest-products__container:hover .owl-carousel,
    .featured-products__container:hover .owl-carousel {
        z-index: 3;
    }

    .bestseller-products__container .product-module.block-grid.owl-carousel .owl-item:before,
    .special-products__container .product-module.block-grid.owl-carousel .owl-item:before,
    .related-products__container .related.owl-carousel .owl-item:before,
    .viewed-products__container .viewed.owl-carousel .owl-item:before,
    .latest-products__container .product-module.block-grid.owl-carousel .owl-item:before,
    .featured-products__container .product-module.block-grid.owl-carousel .owl-item:before {
        /*content: none;*/
        box-shadow: none;
        /*top: -20px;*/
    }

    .bestseller-products__container .product-thumb .button-form,
    .special-products__container .product-thumb .button-form,
    .related-products__container .product-thumb .button-form,
    .viewed-products__container .product-thumb .button-form,
    .latest-products__container .product-thumb .button-form,
    .featured-products__container .product-thumb .button-form {
        top: 20px;
    }

    .dropdown__phones:hover > .dropdown-menu {
        visibility: hidden;
        opacity: 0;
    }

    .dropdown__phones.open .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .search-suggestion.product .name {
        height: auto;
    }

    .header-search #search .dropdown-menu {
        overflow: auto;
        max-height: 602px;
    }

    .header-search #search .dropdown-menu::-webkit-scrollbar {
        width: 14px; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð²ÑÐµÐ¹ Ð¿Ð¾Ð»Ð¾ÑÑ‹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
    }

    .header-search #search .dropdown-menu::-webkit-scrollbar-track {
        background: #fff; /* Ñ†Ð²ÐµÑ‚ Ð·Ð¾Ð½Ñ‹ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ */
        border-radius: 100px; /* Ð¾ÐºÑ€ÑƒÐ³Ð»Ð¾ÑÑŒ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
    }

    .header-search #search .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #D9D9D9; /* Ñ†Ð²ÐµÑ‚ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
        border-radius: 100px; /* Ð¾ÐºÑ€ÑƒÐ³Ð»Ð¾ÑÑŒ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
        border: 5px solid #fff; /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ð±ÐµÐ³ÑƒÐ½ÐºÐ° */
    }

    .search-suggestion.product .image {
        width: 63px;
        height: 63px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #slideshow_center_left.owl-carousel.carousel .owl-buttons div {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    #slideshow_center_left .owl-prev svg path,
    #slideshow_center_left .owl-next svg path {
        transition: all .3s ease;
    }

    #slideshow_center_left .owl-prev:hover svg path,
    #slideshow_center_left .owl-next:hover svg path {
        stroke: #4374B7;
        opacity: 1;
        transition: all .3s ease;
    }

    [class*="product-compare"] [class*="product-module-compare"] .product-thumb .order_button:hover {
        transition: all .3s ease;
        background: #925800;
    }

    [class*="product-category-"] {
        overflow-x: hidden;
    }

    .userblock .dropdown-menu .dropdown-item:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    html {
        scroll-padding-top: 64px;
    }

    .cats.more a.catshow_more,
    .cats.more a.hide_more {
        padding-top: 10px;
        color: #909090;
        font-size: 13px;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
    }

    .module-html__container.text-less {
        scroll-padding-top: 124px;
    }

    .modal-product-images__window {
        margin: auto;
    }

    #modal-delivery-pay .modal-dialog {
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    #modal-delivery-pay .modal-content {
        max-height: 757px;
        overflow: auto;
    }

    #modal-review #form-review {
        margin-top: 0;
    }

    .product-cart-popup__product-empty {
        margin: auto;
    }

    [class*="product-category-"] .header {
        z-index: 5;
    }

    .product-compare-category .btn-continue,
    .product-compare .btn-continue {
        font-size: 16px;
        line-height: 1.375;
        padding: 16px;
        height: 54px;
        max-width: 428px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    [class*="account-"] #column-left > ul > li:first-child a {
        font-size: 15px;
    }

    [class*="account-"] #column-left > ul > li:first-child a .email {
        font-size: 12px;
    }

    [class*="account-"] .stock.text-danger {
        font-size: 14px;
    }

    .product-options-line-break {
        margin-bottom: 3px;
    }

    [class*="product-product-"].modal-open .header-start.sticky {
        padding-right: 17px;
    }

    [class*="product-product-"].modal-open .nav-tabs-container.sticky {
        padding-right: 17px;
    }

    .product-button__toolbar .button-toolbar {
        width: 22px;
        height: auto;
    }

    .bestseller-products__container .owl-item:hover .product-thumb,
    .special-products__container .owl-item:hover .product-thumb,
    .related-products__container .owl-item:hover .product-thumb,
    .viewed-products__container .owl-item:hover .product-thumb,
    .latest-products__container .owl-item:hover .product-thumb,
    .featured-products__container .owl-item:hover .product-thumb {
        z-index: 3;
    }

    .bestseller-products__container .owl-item.active .product-thumb:hover .product-attributes,
    .special-products__container .owl-item.active .product-thumb:hover .product-attributes,
    .related-products__container .owl-item.active .product-thumb:hover .product-attributes,
    .viewed-products__container .owl-item.active .product-thumb:hover .product-attributes,
    .latest-products__container .owl-item.active .product-thumb:hover .product-attributes,
    .featured-products__container .owl-item.active .product-thumb:hover .product-attributes {
        display: block;

    }

    .bestseller-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes,
    .special-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes,
    .related-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes,
    .viewed-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes,
    .latest-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes,
    .featured-products__container .owl-item:not(.active) .product-thumb:hover .product-attributes {
        display: none !important;
    }

    .container.bestseller-products__container,
    .container.special-products__container,
    .container.related-products__container,
    .container.viewed-products__container,
    .container.latest-products__container,
    .container.featured-products__container {
        position: relative;
/*        overflow:hidden;*/
    }

    [class*="product-product-"] .container.related-products__container,
    [class*="product-product-"] .container.viewed-products__container,
    .common-home .container.bestseller-products__container,
    .common-home .container.latest-products__container,
    .common-home .container.featured-products__container,
    .common-home .container.special-products__container {
        margin-left: -15px;
        margin-right: -15px;
/*        overflow:hidden;*/
    }

    .container.bestseller-products__container:before,
    .container.special-products__container:before,
    .container.related-products__container:before,
    .container.viewed-products__container:before,
    .container.latest-products__container:before,
    .container.featured-products__container:before {
        position: absolute;
        content: '';
        left: -2000px;
        width: 2000px;
        background: #fff;
        z-index: 4;
        top: 0;
        bottom: 0;
        height: 490px;
    }

    .container.bestseller-products__container:after,
    .container.special-products__container:after,
    .container.related-products__container:after,
    .container.viewed-products__container:after,
    .container.latest-products__container:after,
    .container.featured-products__container:after {
        position: absolute;
        content: '';
        right: -2000px;
        width: 2000px;
        background: #fff;
        z-index: 3;
        top: 0;
        bottom: 0;
        height: 490px;
    }

    [class*="product-product-"] .content {
        overflow: unset;
    }

    [class*="product-category-"] .page-wrapper {
        overflow: unset
    }

    .top__row_compare {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        background: #fff;
        border-top: 1px solid transparent;
    }

    .top__row_compare .right-block {
        height: 173px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        border-right: 1px solid rgba(0, 0, 0, 0.07);
        padding: 0;
        max-width: 210px;
        width: 210px;
        z-index: 1;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
    }

    .top__row_compare .add-block {
        height: 100%;
    }

    .compare-fixed .add_block_product {
        display: flex;
        align-items: center;
        height: 100%;
        color: #275CA5;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        padding: 12px 20px;
        background: #fff;
    }

    .compare-fixed .add_block_product svg {
        margin-right: 10px;
    }

    .attr-table__wrapper {
        margin-top: 0;
        overflow: auto;
        width: 120%;
        max-width: unset;
    }

    .product-compare-category .attr-table {
        text-align: left;
        border-spacing: 0;
        background-color: #fff;
    }

    .product-compare-category .attr-table__tr {
        display: table-row;
    }

    .product-compare-category .attr-table__tr.title {
        display: table-row;
    }

    .product-compare-category .attr-table__td {
        font-size: 12px;
        width: 292px;
        max-width: 292px;
        min-width: 292px;
        color: #595959;
        vertical-align: middle;
        word-break: break-word;
        padding: 16px;
        margin-top: 45px;
    }

    .product-compare-category td.attr-table__td {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    .product-compare-category .attr-table__td:first-child {
        position: -webkit-sticky;
        position: sticky;
        display: table-cell;
        height: auto;
        width: 209px;
        min-width: 209px;
        max-width: 209px;
        background-color: #fff;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }

    .product-compare-category th.attr-table__td {
        color: #333;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.278;
        padding-left: 0;
    }

    .product-compare-category td.attr-table__td:first-child {
        color: #909090;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        padding: 12px 20px;
    }

    .product-compare-category td.attr-table__td:not(:first-child) {
        color: #333;
        font-family: "Basis Grotesque Pro medium", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.286;
        padding: 12px 25px;
    }

    .product-compare-category .attr-table__tr:nth-child(2n+2) .attr-table__td {
        background: #F8F8F8;
    }

    .artificial_border {
        /*height: 42px;
        width: 1px;
        background: rgba(0, 0, 0, 0.05);
        display: block;
        float: right;
        margin-top: -12px;
        margin-bottom: -12px;
        margin-right: -21px;*/
    }

    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons div {
        display: none;
    }

    .product-compare-category .attr-table tbody:nth-child(even) .attr-table__tr:nth-child(2n+2) .attr-table__td {
        background: #fff;
    }

    .product-compare-category .attr-table tbody:nth-child(even) .attr-table__tr:nth-child(2n+3) .attr-table__td {
        background: #F8F8F8;
    }

    .product-compare-category .compare-fixed.fixed-row {
        /*position: -webkit-sticky;
        position: fixed;
        top: 162px;
        z-index: 3;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        max-width: 1357px;*/
    }

    .product-compare-category .attr-table tbody {
        display: block;
    }

    .product-compare-category .attr-table__tr.title {
        width: fit-content;
    }

    [class*="product-compare"] .compare-fixed.fixed-row [class*="product-module-compare"] {
        /*width: 103.5%;*/
    }

    .compare-fixed.fixed-row .top__row_compare {
        /*position: relative;*/
    }

    .compare-fixed.fixed-row .top__row_compare:before {
        /*position: absolute;
        content: '';
        height: 100%;
        width: 300px;
        left: -299px;
        background: #fff;*/
    }

    .compare-fixed.fixed-row + .attr-table__wrapper .attr-table {
        /*margin-top: 200px;*/
    }

    .attr-table__wrapper {
        max-width: 100%;
        height: auto;
        overflow-x: scroll;
        overflow-y: auto;
        position: static;
    }

    .attr-table {
        width: fit-content;
    }

    .topscroll {
        position: absolute;
        width: 100vw;
        max-width: 1626px;
        height: 20px;
        overflow-x: scroll;
        top: 105px;
        z-index: 3;
        left: 15px;
    }

    .compare-fixed.fixed-row .topscroll {
        /*top: -2px;
        left: 0;*/
    }

    .fake {
        height: 1px;
    }

    .product-thumb.product-thumb-fixed:hover {
        z-index: unset;
    }
}

/*min-width: 768px END*/

/*max-width: 991px START*/

@media (max-width: 991px) {
    [class*="product-product-"] .certificats-content-block {
        position: relative;
    }

    [class*="product-product-"] .certificats-content-block .owl-custom {
        position: absolute;
        bottom: 0;
    }

    [class*="product-product-"] .certificats-content-block .owl-custom.prev-custom {
        left: 50%;
        transform: translateX(-55px);
    }

    [class*="product-product-"] .certificats-content-block .owl-custom.next-custom {
        right: 50%;
        transform: translateX(55px);
    }

    [class*="product-product-"] .certificats-content-block .certificats__item a {
        display: block;
        text-align: center;
    }

    [class*="product-product-"] .certificats-content-block .certificats__item img {
        max-width: 165px;
    }

    [class*="product-product-"] .certificats-content-block .owl-carousel {
        margin-bottom: 60px;
    }
}

/*max-width: 991px END*/

/*min-width: 992px START*/
@media (min-width: 992px) {
    .popular__brands {
        padding: 106px 0;
    }

    .common-home .popular__brands {
        margin-bottom: 94px;
    }

    .popular__brands .brand__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .popular__brands .brand__list {
        width: 561px;
        padding: 16px 15px;
    }

    .popular__brands .brand__list:before,
    .popular__brands .brand__list:after {
        content: none;
    }

    .popular__brands .title {
        font-size: 32px;
        line-height: 1.281;
    }

    .popular__brands .subtitle {
        margin-top: 40px;
        font-size: 16px;
        line-height: 1.313;
    }

    .popular__brands .look__more {
        margin-top: 40px;
        display: inline-block;
        font-size: 15px;
        line-height: 1.267;
        color: #3E77AA;
        transition: all .3s ease;
    }

    .popular__brands .look__more:hover {
        color: #000;
        transition: all .3s ease;
    }

    .popular__brands .look__more:before {
        right: 55px;
        transition: all .3s ease;
    }

    .popular__brands .look__more:hover:before {
        background: #000;
        transition: all .3s ease;
    }

    .popular__brands .look__more svg path {
        transition: all .3s ease;
    }

    .popular__brands .look__more:hover svg path {
        fill: #000;
        transition: all .3s ease;
    }

    .popular__brands:after {
        position: absolute;
        content: url("/image/circles.svg");
        opacity: 0.5;
        top: 60px;
        left: -15px;
        transform: translateX(-50%);
    }

    .popular__brands:before {
        left: -300px;
        right: -300px;
    }

    .popular__brands .brand__item img {
        width: auto;
        height: 65px;
    }

    .popular__brands .brand__list .brand__item:nth-child(n+8) {
        display: inline-flex;
    }

    .popular__brands .brand__list .brand__item:last-child {
        display: none;
    }

    .popular__brands .brand__item:nth-child(odd):before,
    .popular__brands .brand__item:nth-child(odd):after,
    .popular__brands .brand__item:nth-child(even):before,
    .popular__brands .brand__item:nth-child(even):after {
        content: none;
    }

    .popular__brands .brand__item:nth-child(2):before {
        position: absolute;
        content: '';
        width: 1px;
        height: 163px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(-180deg);
        top: 15px;
        left: 0;
    }

    .popular__brands .brand__item:nth-child(2):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 163px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(-180deg);
        top: 15px;
        right: 0;
        left: auto;
    }

    .popular__brands .brand__item:nth-child(4):before {
        position: absolute;
        content: '';
        width: 1px;
        height: 248.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(90deg);
        left: 141.5px;
        top: -124.25px;
    }

    .popular__brands .brand__item:nth-child(4):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 248.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(90deg);
        left: 141.5px;
        bottom: -124.25px;
    }

    .popular__brands .brand__item:nth-child(6):before {
        position: absolute;
        content: '';
        width: 1px;
        height: 248.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(-90deg);
        right: 139.5px;
        top: -124.25px;
    }

    .popular__brands .brand__item:nth-child(6):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 248.5px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(-90deg);
        left: auto;
        right: 141.5px;
        bottom: -124.25px;
    }

    .popular__brands .brand__item:nth-child(8):before {
        position: absolute;
        content: '';
        width: 1px;
        height: 163px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(0deg);
        bottom: 15px;
        left: 0;
    }

    .popular__brands .brand__item:nth-child(8):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 163px;
        background: linear-gradient(180deg, #DDDDDD 0%, rgba(217, 217, 217, 0) 100%);
        transform: rotate(0deg);
        bottom: 15px;
        left: auto;
        right: 0;
    }

    .product-main-grid .product-layout:last-child .product-thumb {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-main-grid .product-layout:nth-child(3n+3) .product-thumb {
        border-right: 1px solid transparent;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(2n+3) .product-thumb {
        border-left: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(3n+4) .product-thumb {
        border-left: 1px solid transparent;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+3) .product-thumb {
        border-top: none;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+4) .product-thumb {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(4n+4) .product-thumb {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        border-top: none;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(4n+8) .product-thumb {
        border-top: none !important;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:last-child .product-thumb {
        border-bottom: none;
    }

    [class*="product-product-"] .tab-brief__section-header.tab-fix {
        margin-top: 30px;
    }

    [class*="product-product-"] .mini-product__container {
        margin-top: 30px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 4px;
        padding: 20px 25px;
        max-width: 428px;
        margin-right: 0;
        margin-left: auto;
        background: #fff;
    }

    [class*="product-product-"] .mini-product__container .mini-product__blocktop > img {
        width: 100%;
        height: 100%;
        max-width: 130px;
        max-height: 130px;
        margin-left: 0;
        margin-right: 20px;
    }

    [class*="product-product-"] .mini-product__container .mini-product__header {
        font-size: 15px;
        line-height: 1.4;
        color: #333;
    }

    [class*="product-product-"] .mini-product__container .rating-count {
        display: flex;
        align-items: center;
    }

    [class*="product-product-"] .mini-product__container .product-rating {
        margin: 15px 0 0 0;
    }

    [class*="product-product-"] .mini-product__container .reviews-count__text {
        margin-left: 5px;
        font-size: 13px;
        line-height: 10px;
        color: #3E77AA;
        border-bottom: 1px solid #3E77AA;
    }

    [class*="product-product-"] .mini-product__container .price-block {
        margin-top: 15px;
    }

    [class*="product-product-"] .mini-product__container .price-main {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.3;
        white-space: nowrap;
    }

    [class*="product-product-"] .mini-product__container .price-specials {
        gap: 10px;
    }

    [class*="product-product-"] .mini-product__container .mini-product__blockbottom {
        gap: 15px;
        align-items: center;
        margin-top: 13px;
    }

    [class*="product-product-"] .mini-product__container .price-old {
        font-size: 15px;
        line-height: 1.267;
        white-space: nowrap;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #fff;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /*padding: 8px 30px;*/
        padding: 8px 15px;
        min-width: 132px;
        background: #275CA5;
        border-radius: 4px;
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification:hover {
        background: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification svg {
        margin-right: 8px;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification svg path {
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification:hover svg path {
        fill: #fff;
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification.preorder_btn {
        background: #C87800;
    }

    [class*="product-product-"] .mini-product__container .buy_button_identification.preorder_btn:hover {
        background: #925800;
        transition: all .3s ease;

    }

    [class*="product-product-"] .mini-product__container .boc_order_btn {
        background: #fff;
        border: 1px solid #DADADA;
        border-radius: 4px;
        height: 34px;
        padding: 8px 20px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #275CA5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .boc_order_btn:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    [class*="product-product-"] .mini-product__container .button-toolbar {
        padding: 0;
        width: 22px;
        height: 22px;
        background: #fff;
    }

    [class*="product-product-"] .mini-product__container .button-toolbar img {
        width: 100%;
        height: 100%;
    }

    [class*="product-product-"] .mini-product__container .mini-product__blocktop {
        align-items: center;
    }

    [class*="product-product-"] .attr-product-list__title {
        font-size: 18px;
        line-height: 1.278;
        margin-bottom: 15px;
    }

    [class*="product-product-"] .attr-product-list__preview tr td {
        padding: 12px 20px;
    }

    [class*="product-product-"] .attr-product-list__preview .attr-name {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product-"] .attr-product-list__preview tr td:last-child {
        text-align: right;
    }

    [class*="product-product-"] .attr-product-list__preview .attr-text {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product-"] .youtube-content-block iframe {
        max-height: 100%;
    }

    [class*="product-product-"] .tab-review__container {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    [class*="product-product-"] .tab-review__container .tab-review__block-left {
        width: 66%;
        max-width: 892px;
        margin-right: 36px;
    }

    [class*="product-product-"] .tab-review__container .tab-review__block-left .reviews-block__right {
        display: none;
    }

    [class*="product-product-"] .tab-review__container .comment-info {
        margin-top: 30px;
    }

    [class*="product-product-"] .tab-review__container .review-box-title {
        font-size: 24px;
        line-height: 1.292;
    }

    [class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block {
        background: #F8F8F8;
        border-radius: 4px;
        margin-top: 20px;
        padding: 50px;
    }

    [class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block .reviews__empty-text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.389;
        max-width: 397px;
    }

    [class*="product-product-"] .tab-review__container .tab-review__block-left .reviews__empty-block .review-toggle {
        margin-top: 30px;
    }

    [class*="product-product-"] #review .reviews-block__left {
        margin-top: 40px;
        max-width: unset;
    }

    [class*="product-product-"] #review .review-wrap {
        margin-top: 30px;
        padding-top: 30px;
    }

    [class*="product-product-"] #review .review-reply__item .review-username {
        font-size: 15px;
        line-height: 1.267;
    }

    [class*="product-product-"] .tab-brief__section-block.certificats-content-block {
        padding: 40px 0 0 0;
    }

    [class*="product-product-"] .certificats-content-block .certificats__item {
        text-align: center;
    }

    [class*="product-product-"] .certificats-content-block .owl-carousel {
        max-width: 800px;
    }

    [class*="product-product-"] .instructions-content-block .tab-brief__section-block.tab-fix {
        padding: 40px 0 0 0;
    }

    .instructions-content-item .title {
        display: table-cell;
        font-size: 13px;
        line-height: 1.308;
    }

    .instructions-content-table.table > thead > tr > td {
        padding: 0 0 12px 0;
    }

    .instructions-content-table.table > tbody > tr > td {
        padding: 30px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        vertical-align: middle;
    }

    .instructions-content-filename {
        font-size: 15px;
        line-height: 1.267;
        width: 48%;
        transition: all .3s ease;
    }

    .instructions-content-filename:hover {
        color: #275CA5;
        cursor: pointer;
        transition: all .3s ease;
    }

    .instructions-content-fileformat {
        font-size: 15px;
        line-height: 1.267;
        width: 17%;
    }

    .instructions-content-filesize {
        font-size: 15px;
        line-height: 1.267;
        width: 13%;
    }

    .instructions-content-btn {
        width: 22%;
    }

    .instructions-download-link:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    .instructions-download-link svg path {
        transition: all .3s ease;
    }

    .instructions-download-link:hover svg path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    [class*="product-product-"] .warranty-content-block .tab-brief__section-block.tab-fix {
        padding: 15px 0 0 0;
    }

    [class*="product-product-"] .warranty-content-block {
        font-size: 15px;
        line-height: 1.6;
    }

    [class*="product-product-"] .warranty-content-block .title {
        font-size: 18px;
        line-height: 1.278;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    [class*="product-product-"] .warranty-content-block .title.attention {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
    }

    [class*="product-product-"] .warranty-content-block ul {
        padding-left: 27px;
        /*margin-right: -110px;*/
    }

    #modal-review .form-head {
        padding: 30px 45px 0 45px;
    }

    #modal-review .modal-form {
        padding: 0 45px 30px 45px;
    }

    .popup-title,
    #boc_success .text-center h2 {
        font-size: 26px;
        line-height: 1.308;
    }

    .modal-review__guest-btns {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
        margin-left: -6px;
        margin-right: -6px;
        width: calc(100% + 12px);
    }

    .modal-review__guest-btns a:first-child {
        flex: 0 0 48.575%;
        max-width: 48.575%;
        transition: all .3s ease;
    }

    .modal-review__guest-btns a:first-child:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    .modal-review__guest-btns a:nth-child(2) {
        flex: 0 0 48.575%;
        max-width: 48.575%;
        margin-top: 0;
        transition: all .3s ease;
    }

    .modal-review__guest-btns a:nth-child(2):hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .modal-review__guest-bottom-text {
        margin-top: 30px;
        padding: 8px 20px;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 30px;
    }

    .modal-review__guest-bottom-text svg {
        margin-right: 20px;
    }

    #modal-review .modal-dialog {
        max-width: 428px;
    }

    .text_reviews_header_guest {
        padding: 30px 0 0 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    #modal-review #form-review .buttons,
    #modal-question #form_question .buttons,
    #boc_order #boc_form .buttons {
        margin: 20px 0 0 0;
        text-align: center;
    }

    #modal-question #form_question .buttons {
        margin-top: 25px;
    }

    #boc_order #boc_form .buttons {
        margin-top: 5px;
    }

    #modal-review #form-review button,
    #modal-question #form_question button,
    #boc_order #boc_form button {
        width: auto;
        padding: 13px 60px;
        transition: all .3s ease;
    }

    #modal-review #form-review button:hover,
    #modal-question #form_question button:hover,
    #boc_order #boc_form button:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    #review-popup .modal-img {
        padding-top: 112px;
    }

    #question-popup .modal-img {
        padding-top: 83px;
    }

    #review-popup .modal-body.modal-success {
        padding-top: 30px;
        padding-bottom: 110px;
    }

    #question-popup .modal-body.modal-success,
    #boc_success .modal-body {
        padding-top: 30px;
        padding-bottom: 83px;
    }

    #review-popup .modal-body.modal-success .popup-text,
    #question-popup .modal-body.modal-success .popup-text,
    #boc_success .modal-body .text-center {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.267;
    }

    #boc_success .modal-body .text-center {
        margin-top: 0;
    }

    #modal-delivery-pay .modal-xl {
        min-width: auto;
        max-width: 1088px;
    }

    #modal-delivery-pay .modal-header {
        padding: 30px 40px 0 40px;
    }

    #modal-delivery-pay .modal-body {
        padding: 5px 40px 30px 40px;
    }

    #modal-delivery-pay .modal-body #content {
        max-width: none;
        padding: 0;
    }

    #modal-question .modal-header,
    #boc_order .modal-header {
        padding: 30px 45px 0 45px;
    }

    #modal-question .modal-body,
    #boc_order .modal-body {
        padding: 20px 45px 30px 45px;
    }

    #modal-question .modal-dialog,
    #question-popup .modal-dialog,
    #modal-review .modal-dialog,
    #review-popup .modal-dialog,
    #boc_order .modal-dialog,
    #boc_success .modal-dialog {
        margin-top: 180px;
    }

    #btn_to_top {
        right: 1.5%;
    }
}

/*min-width: 992px END*/

/*max-width: 1024px START*/
@media (max-width: 1024px) {
    #simplecheckout_cart .checkout-heading {
        padding: 0;
    }

    #simplecheckout_cart .cart__collapse_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
    }

    .checkout-simplecheckout .header-toggle__lang-cur button {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    #simplecheckout_cart .cart__collapse_header:hover {
        color: #000;
    }

    #simplecheckout_cart .cart__collapse_header[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

    #simplecheckout_cart .cart__collapse_header[aria-expanded="true"] svg path {
        stroke: #275CA5;
    }

    .checkout-simplecheckout .edit__cart {
        text-align: center;
    }

    .checkout-simplecheckout .product-block .prices {
        display: flex;
        flex-direction: column;
    }

    .checkout-simplecheckout .product-block .row {
        align-items: flex-start;
    }

    .checkout-simplecheckout .product-block .image {
        min-width: 40px;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    #simplecheckout_cart {
        /* margin-bottom: 50px;*/
        margin-bottom: 15px;
    }

    .checkout-simplecheckout .checkout-heading > .checkout-heading-button {
        display: none !important;
    }

    .simplecheckout-block-content .customer_data fieldset {
        width: 100%;
        margin-right: 0;
    }

    .simplecheckout-block-content .row-customer_email .email-info {
        display: none;
    }

    .checkout-simplecheckout .tooltip-inner {
        text-align: left;
        width: fit-content;
        max-width: 318px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.667;
        color: #333;
    }

    .checkout-simplecheckout .tooltip.top .tooltip-arrow,
    .checkout-simplecheckout .tooltip.bottom .tooltip-arrow {
        display: none;
    }

    .checkout-simplecheckout .tooltip.in {
        opacity: 1;
        z-index: 1;
        /* left: 28px !important;*/
        left: auto !important;
        right: 28px;
    }

    .checkout-success .phones,
    .checkout-failure .phones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .checkout-success .shop_phones,
    .checkout-failure .shop_phones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .checkout-success .callback,
    .checkout-failure .callback {
        text-align: center;
        margin: 0;
    }

    #simplecheckout_cart.simplecheckout-block .panel-body {
        padding: 0 0 20px 0;
    }

    .checkout-simplecheckout #couponblock.collapse {
        max-height: 119px !important;
    }

    .checkout-simplecheckout #couponblock.collapse:not(.in),
    .checkout-simplecheckout #couponblock.collapsing {
        height: 119px !important;
    }

    .checkout-simplecheckout #comment_block.collapse {
        max-height: 220px !important;
    }

    .checkout-simplecheckout #comment_block.collapse:not(.in),
    .checkout-simplecheckout #comment_block.collapsing {
        height: 220px !important;
    }
}

/*max-width: 1024px END*/

/*min-width: 1025px START*/
@media (min-width: 1025px) {
    .checkout-simplecheckout .product-block .row {
        align-items: flex-start;
    }

    .simple-content {
        margin: 0 15px;
    }

    .checkout-simplecheckout .top_bar_image,
    .checkout-simplecheckout .top-informations {
        display: none;
    }

    .checkout-simplecheckout header {
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .checkout-simplecheckout .breadcrumb > li:last-child a {
        color: #333;
    }

    .checkout-simplecheckout h1 {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 32px;
        line-height: 1.28125;
    }

    .simplecheckout-block:before {
        left: -25px;
        right: -25px;
        border-radius: 4px;
    }

    .simplecheckout-left-column {
        width: 51.056% !important;
        margin-right: 99px;
    }

    .simplecheckout-right-column {
        width: 39.97% !important;
    }

    .simple-content .checkout-heading {
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
        padding: 25px 0;
        margin-bottom: 25px;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .simple-content .checkout-heading:before {
        left: -25px;
        right: -25px;
    }

    .simplecheckout-block .btn-reg {
        font-size: 15px;
        line-height: 1.267;
        padding: 8px 14px;
        height: 35px;
        transition: all .3s ease;
    }

    .simplecheckout-block .btn-reg:hover {
        color: #4374B7;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_customer .checkout-heading-button {
        display: inline-flex !important;
        margin-left: auto;
    }

    #simplecheckout_customer .checkout-heading-button a {
        cursor: default;
    }

    .checkout-simplecheckout .checkout-heading-button:hover a {
        color: #909090;
    }

    .simple-content .checkout-heading .checkout-heading-button {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.267;
        color: #909090;
        margin-left: auto;
    }

    .simplecheckout-block .btn-reg:first-child {
        margin-right: 11px;
    }

    .checkout-simplecheckout #simplecheckout_login .register__link {
        top: -45px;
        font-size: 15px;
        line-height: 1;
        color: #333;
        border-bottom: 1px solid #333;
    }

    #simplecheckout_login .simplecheckout-block-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .checkout-simplecheckout .with__separator .separator {
        flex-direction: column;
        padding: 0;
    }

    .checkout-simplecheckout .with__separator .separator .line_1 {
        height: 102px;
        width: 1px;
        margin: 0 0 3px 0;
    }

    .checkout-simplecheckout .with__separator .separator .line_2 {
        height: 102px;
        width: 1px;
        margin: 3px 0 0 0;
    }

    #simplecheckout_customer .checkout-heading + div > .pull-left {
        margin-bottom: 20px;
    }

    #simplecheckout_login .with__separator fieldset .form-group {
        margin-bottom: 8px;
    }

    .checkout-simplecheckout #simplecheckout_login fieldset > label {
        font-size: 13px;
        line-height: 1.308;
        cursor: pointer;
    }

    .checkout-simplecheckout #simplecheckout_login fieldset > label + label {
        margin-left: 20px;
    }

    .checkout-simplecheckout #simplecheckout_login .password__recovery_link {
        margin-top: 8px;
    }

    .checkout-simplecheckout #simplecheckout_login .button {
        margin-top: 10px !important;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_login .button:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    #simplecheckout_login .with__separator .form__content {
        width: 48.155%;
    }

    .checkout-simplecheckout .simplecheckout-error-text {
        font-size: 13px;
        line-height: 1.615;
    }

    .checkout-simplecheckout .with__separator .google__register_link:hover,
    .account-login .google__register_block .google__register_link:hover {
        background: #F3F3F3;
        border-color: #F3F3F3;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_customer .customer_data fieldset {
        width: 48.155%;
        margin: 0;
    }

    .checkout-simplecheckout #simplecheckout_customer .customer_data fieldset + fieldset {
        margin-left: 25px;
    }

    .simplecheckout-block-content .row-customer_register .checkbox input,
    #simplecheckout_summary .agreement input {
        width: 22px;
        height: 22px;
    }

    .simplecheckout-block-content .row-customer_register .checkbox input[type=checkbox]:checked,
    #simplecheckout_summary .agreement input:checked,
    .simplecheckout-block-content .row-customer_register .checkbox input:hover,
    #simplecheckout_summary .agreement input:hover {
        background-size: 21px;
    }

    .simplecheckout-block-content .row-customer_register .checkbox input:hover,
    #simplecheckout_summary .agreement input:hover {
        /*border: 1px solid #4374B7;
        background: #4374B7;
        background-image: url(/image/compare-checked-icon.svg);
        background-size: 21px;*/
    }

    .simplecheckout-block-content .row-customer_register > div {
        padding-right: 0;
        cursor: pointer;
        width: 32px;
        flex: none;
    }

    .simplecheckout-block-content .row-customer_register > .control-label {
        margin-bottom: -3px;
        font-size: 14px;
        line-height: 1.571;
        cursor: pointer;
    }

    .simplecheckout-block-content .form-group.required.row-customer_confirm_password {
        margin-top: 29px;
    }

    .simplecheckout-block {
        margin-bottom: 20px;
    }

    #simplecheckout_customer .row-customer_telephone .error-phone,
    #simplecheckout_customer .row-customer_email .error-email {
        margin-top: 5px;
        padding: 10px 17px 10px 10px;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.462;
        max-width: 326px;
    }

    #simplecheckout_customer .row-customer_email .error-email {
        margin-left: auto;
    }

    .checkout-simplecheckout .tooltip-inner {
        text-align: left;
        max-width: 318px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.538;
        color: #333;
    }

    .checkout-simplecheckout .tooltip.top .tooltip-arrow,
    .checkout-simplecheckout .tooltip.bottom .tooltip-arrow {
        display: none;
    }

    .checkout-simplecheckout .tooltip.in {
        opacity: 1;
        /*z-index: 1;*/
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio label {
        font-size: 16px;
        line-height: 1.375;
        align-items: center;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label,
    .checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label[for='pickup.pickup'] {
        font-size: 14px;
        line-height: 1.571;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio label img + img {
        margin-left: 10px;
    }

    .checkout-simplecheckout #simplecheckout_shipping + #simplecheckout_shipping_address {
        /*margin-top: -25px;*/
        margin-top: 0;
        padding-left: 34px;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label, .checkout-simplecheckout #simplecheckout_shipping .radio + .form-group label[for='pickup.pickup'] {
        padding-left: 34px;
        margin-top: 4px;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address fieldset {
        width: 48.058%;
        margin-right: 0;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address fieldset + fieldset {
        margin-left: 25px;
    }

    .checkout-simplecheckout .form-control::placeholder {
        font-size: 15px;
        line-height: 1.267;
        color: #6C6C6C;
    }

    .checkout-simplecheckout .form-control {
        font-size: 15px;
        line-height: 1.267;
        color: #000;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address ul.dropdown-address {
        max-height: 213px;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address .dropdown-address li a {
        font-size: 14px;
        line-height: 1.286;
    }

    .checkout-simplecheckout #simplecheckout_payment .radio label input {
        margin-top: 0;
    }

    .checkout-simplecheckout #simplecheckout_payment .radio label {
        font-size: 16px;
        line-height: 1.375;
    }

    .checkout-simplecheckout #simplecheckout_payment .radio + .form-group label {
        font-size: 14px;
        line-height: 1.571;
        margin-top: 4px;
    }

    #simplecheckout_payment .simplecheckout-block-content .form-group {
        margin-bottom: 25px;
    }

    .checkout-simplecheckout #simplecheckout_payment .radio label img {
        margin-left: 8px;
        margin-right: auto;
    }

    .checkout-simplecheckout #simplecheckout_payment .simplecheckout-block-content {
        padding-bottom: 1px;
    }

    .checkout-simplecheckout #simplecheckout_payment fieldset {
        padding-left: 28px;
        margin-top: -10px;
    }

    .checkout-simplecheckout #simplecheckout_payment fieldset .radio label {
        font-size: 13px;
        line-height: 1.308;
    }

    .checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_edrpou,
    .checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_organization_name {
        margin-top: -18px;
    }

    .checkout-simplecheckout #simplecheckout_payment fieldset .row-payment_payment_fio {
        margin-top: -14px;
    }

    #simplecheckout_payment fieldset .form-control {
        width: 95.228%;
        max-width: 309px;
    }

    #simplecheckout_payment .row-payment_edrpou {
        margin-right: -11px !important;
        margin-left: 21px !important;
    }

    .checkout-simplecheckout footer {
        margin-top: 15px;
    }

    .checkout-simplecheckout #simplecheckout_coupon .checkout-heading {
        color: #333;
    }

    .checkout-simplecheckout #simplecheckout_coupon .collapse-coupon,
    .checkout-simplecheckout #simplecheckout_comment .collapse-comment {
        font-size: 15px;
    }

    .checkout-simplecheckout #simplecheckout_coupon .checkout-heading > div,
    .checkout-simplecheckout #simplecheckout_comment .checkout-heading > div {
        margin-left: auto;
    }

    .checkout-simplecheckout #simplecheckout_coupon .checkout-heading,
    .checkout-simplecheckout #simplecheckout_comment .checkout-heading {
        padding: 21.5px 0;
        margin-bottom: 0;
    }

    #simplecheckout_coupon .collapse-coupon.collapse-coupon-out,
    #simplecheckout_comment .collapse-comment.collapse-coupon-out {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    #simplecheckout_coupon .collapse-coupon.collapse-coupon-out:hover,
    #simplecheckout_comment .collapse-comment.collapse-coupon-out:hover {
        color: #275CA5;
        border-bottom: 1px solid #275CA5;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_coupon .simplecheckout-cart-total {
        padding: 20px 0;
        height: 0;
    }

    .checkout-simplecheckout #simplecheckout_coupon .simplecheckout-cart-total.in {
        padding: 20px 0;
        height: 83px;
        border: none;
    }

    .checkout-simplecheckout #simplecheckout_coupon .btn-coupon {
        margin-top: 0;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_coupon .btn-coupon:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    #simplecheckout_coupon .simplecheckout-warning-block {
        margin-top: 20px;
        margin-bottom: 0;
        position: relative;
    }

    #simplecheckout_coupon .simplecheckout-warning-block:before {
        position: absolute;
        content: '';
        border-radius: 4px;
        top: -20px;
        left: -26px;
        right: -26px;
        background: #fff;
        height: 30px;
        z-index: -1;
    }

    .simple-content #simplecheckout_summary .checkout-heading {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.1;
        padding: 20px 0;
    }

    #simplecheckout_summary .simplecheckout-summary-totals .simplecheckout-cart-total {
        padding: 6px 0;
    }

    .checkout-simplecheckout #simplecheckout_summary .total-title {
        font-size: 14px;
        line-height: 1.571;
        color: #767575;
        display: inline-block;
    }

    .simple-content #simplecheckout_summary .checkout-heading {
        margin-bottom: 14px;
    }

    .checkout-simplecheckout #simplecheckout_summary .simplecheckout-cart-total-value {
        font-size: 16px;
        line-height: 1.375;
        display: inline-block;
    }

    .checkout-simplecheckout #simplecheckout_summary #total_total {
        margin-top: 14px;
    }

    #simplecheckout_summary #total_total .simplecheckout-cart-total-value {
        font-size: 22px;
        line-height: 1;
    }

    .checkout-simplecheckout #simplecheckout_summary .simplecheckout-button-block {
        margin-top: 14px;
    }

    #simplecheckout_summary .simplecheckout-button-block .button {
        font-size: 18px;
        line-height: 1.222;
        transition: all .3s ease;
    }

    #simplecheckout_summary .simplecheckout-button-block .button:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    #simplecheckout_summary .agreement label {
        align-items: center;
        cursor: pointer;
    }

    #simplecheckout_summary .agreement input {
        margin-right: 12px;
    }

    #simplecheckout_summary .agreement label span {
        font-size: 14px;
        line-height: 1.571;
        padding-right: 8px;
        margin-bottom: -2px;
    }

    .checkout-simplecheckout #simplecheckout_summary .agree-block {
        font-size: 13px;
        line-height: 1.692;
    }

    #simplecheckout_summary .agree-block ul {
        padding-left: 20px;
    }

    #simplecheckout_summary .agree-block ul li {
        font-size: 13px;
        line-height: 1.692;
    }

    #simplecheckout_summary .agree-block ul li a:hover {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_comment textarea {
        min-height: 160px;
    }

    .checkout-simplecheckout #simplecheckout_comment .simplecheckout-block-content {
        padding: 0 0 28px 0;
        height: 0;
    }

    .checkout-simplecheckout #simplecheckout_comment .simplecheckout-block-content.in {
        padding: 0 0 28px 0;
        height: 188px;
    }

    .checkout-simplecheckout #simplecheckout_comment .checkout-heading:before {
        content: none;
    }

    #simplecheckout_cart .cart__collapse_header svg {
        display: none;
    }

    #simplecheckout_cart .edit__cart_desktop {
        margin-left: auto;
    }

    #simplecheckout_cart .edit__cart {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.467;
        color: #275CA5;
        padding: 9px 29px;
        height: 42px;
        border: 1px solid #DADADA;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
    }

    #simplecheckout_cart .edit__cart:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    #simplecheckout_cart .edit__cart svg path {
        transition: all .3s ease;
    }

    #simplecheckout_cart .edit__cart:hover svg path {
        fill: #FFCD36;
        transition: all .3s ease;
    }

    .simple-content #simplecheckout_cart .checkout-heading {
        padding: 20px 0;
        margin-bottom: 0;
    }

    #collapseCart {
        height: fit-content !important;
        display: block !important;
    }

    .cart__collapse_header {
        cursor: default;
    }

    .cart__collapse_header:hover {
        color: #000;
        cursor: default;
    }

    .simplecheckout-block .panel-body {
        padding: 5px 0 20px 0;
    }

    .checkout-simplecheckout .product-block {
        padding-top: 20px;
    }

    .checkout-simplecheckout .product-block .image {
        width: 61px;
        height: 61px;
        min-width: 61px;
    }

    .checkout-simplecheckout .product-block .title {
        font-size: 15px;
        line-height: 1.4;
        overflow: hidden;
        height: 48px;
        min-height: 48px;
        padding: 0 15px;
        margin-top: 6px;
        width: 100%;
    }

    .checkout-simplecheckout .product-block .product__name {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 21px;
        min-height: 21px;
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block:hover .product__name {
        color: #000;
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block .title .options {
        margin-top: 10px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.308;
        color: #909090;
    }

    .checkout-simplecheckout .product-block .delete {
        margin: 6px 0 0 auto;
        cursor: pointer;
    }

    .checkout-simplecheckout .product-block .delete svg path {
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block .delete:hover svg path:nth-child(1) {
        fill: #F33B3B;
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block .delete:hover svg path:nth-child(2) {
        fill: #fff;
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block .prices_content {
        margin-top: 21px;
        padding-left: 66px;
        align-items: center;
    }

    .checkout-simplecheckout .product-block .prices_content span.special {
        font-size: 17px;
        line-height: 1.294;
    }

    .checkout-simplecheckout .product-block .prices_content .prices .price {
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.294;
        color: #333;
    }

    .checkout-simplecheckout #simplecheckout_cart {
        margin-bottom: 60px;
    }

    .checkout-simplecheckout .product-block .quantity svg {
        cursor: pointer;
    }

    .checkout-simplecheckout .product-block .quantity svg path {
        transition: all .3s ease;
    }

    .checkout-simplecheckout .product-block .quantity svg:hover path {
        fill: #275CA5;
        transition: all .3s ease;
    }

    .checkout-success h1,
    .checkout-failure h1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 32px;
        line-height: 1.28125;
        margin-bottom: 10px;
    }

    .checkout-success #content,
    .checkout-failure #content {
        margin: 75px auto 0 auto;
        padding: 40px 116px;
        max-width: 660px;
    }

    .checkout-success .desktop-right,
    .checkout-failure .desktop-right {
        align-items: flex-start;
    }

    .checkout-success .order_id,
    .checkout-failure .order_id {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .checkout-success p {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 30px;
    }

    .checkout-success .btn-all-orders,
    .checkout-failure .btn-cart-again {
        height: 54px;
        padding: 16px;
        font-size: 18px;
        line-height: 1.222;
    }

    .checkout-failure .btn-cart-again {
        margin-top: 30px;
    }

    .checkout-success .btn-all-orders:hover {
        background: #FFCD36;
        color: #333;
        transition: all .3s ease;
    }

    .checkout-failure .btn-cart-again:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .checkout-success .phones:before,
    .checkout-failure .phones:before {
        left: -116px;
        right: -116px;
    }

    .checkout-success .phones,
    .checkout-failure .phones {
        padding-top: 32.5px;
    }

    .checkout-failure .phones {
        margin-top: 37px;
    }

    .checkout-success .shop_phones,
    .checkout-failure .shop_phones {
        padding: 0 29px;
    }

    .checkout-success .shop_phones .phone__link,
    .checkout-failure .shop_phones .phone__link {
        margin-bottom: 0;
    }

    .checkout-success .callback {
        margin-right: 40px;
    }

    .checkout-failure .callback {
        width: fit-content;
        margin-top: -55px;
        margin-right: 37px;
    }

    .checkout-success .callback-btn:hover,
    .checkout-failure .callback-btn:hover,
    .checkout-failure .callback-link:hover .callback-btn,
    .checkout-failure #xd_zvonok_phone_button:hover .callback-btn {
        color: #275CA5;
        border-bottom: 1px solid #275CA5;
        transition: all .3s ease;
    }

    .checkout-success .main-footer {
        margin-top: 200px;
    }

    .checkout-failure .main-footer {
        margin-top: 83px;
    }

    .checkout-failure .callback-btn {
        padding: 17.5px 0 0 0;
        font-size: 16px;
    }

    .checkout-failure .callback-link .callback-btn {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .checkout-failure .phones .callback-link .callback-btn {
        color: #3D3D3D;
        border-bottom: 1px solid #3D3D3D;
    }

    .checkout-success .callback-btn {
        font-size: 15px;
        color: #3D3D3D;
        border-bottom: 1px solid #3D3D3D;
    }

    .checkout-failure p {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
    }

    .checkout-failure #xd_zvonok_phone_button .callback-btn {
        font-size: 15px;
        line-height: 1.267;
        color: #3D3D3D;
        border-bottom: 1px solid #3D3D3D;
        transition: all .3s ease;
    }

    [class*="product-product-"] .nav-tabs-menu {
        padding-left: 0;
        height: 50px;
        overflow: unset;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #simplecheckout_customer .form-control {
        max-width: 326px;
    }

    #simplecheckout_customer .form-group:nth-child(even) .form-control {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    #simplecheckout_customer .form-group.row-customer_password .form-control {
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    #simplecheckout_customer .form-group.row-customer_confirm_password .form-control {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content .customer_data fieldset {
        width: 101%;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio label[for='pickup.pickup'] img {
        margin-left: 10px;
    }

    .edit__btn_container {
        margin-left: auto;
    }

    .edit__btn_container a:last-child {
        border: 1px solid #DADADA;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        height: 42px;
        padding: 10px 30px;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.467;
        color: #275CA5;
        transition: all .3s ease;
    }

    .edit__btn_container a:last-child:hover {
        color: #FFCD36;
        transition: all .3s ease;
    }

    .edit__btn_container a:last-child svg {
        margin-right: 10px;
    }

    .edit__btn_container a:last-child svg path {
        transition: all .3s ease;
    }

    .edit__btn_container a:last-child:hover svg path {
        fill: #FFCD36;
        transition: all .3s ease;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address .simplecheckout-block-content {
        max-width: 643px;
        margin-left: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .simplecheckout-block#simplecheckout_shipping_address + .form-horizontal {
        margin-bottom: 0;
        padding-left: 34px;
        margin-top: -5px;
    }

    .checkout-simplecheckout .row-customer_lastname label[for='customer_lastname'] {
        margin-left: 9.03125px;
    }

    .checkout-simplecheckout .row-customer_email label[for='customer_email'] {
        margin-left: 9.03125px;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio,
    .checkout-simplecheckout #simplecheckout_payment .radio {
        align-items: center;
        justify-content: unset;
    }

    .checkout-simplecheckout #simplecheckout_shipping .radio img,
    .checkout-simplecheckout #simplecheckout_payment .radio img {
        margin-left: 10px;
    }

    .checkout-simplecheckout #couponblock.collapse {
        max-height: 83px !important;
    }

    .checkout-simplecheckout #couponblock.collapse:not(.in),
    .checkout-simplecheckout #couponblock.collapsing {
        height: 83px !important;
    }

    .checkout-simplecheckout #comment_block.collapse {
        max-height: 188px !important;
    }

    .checkout-simplecheckout #comment_block.collapse:not(.in),
    .checkout-simplecheckout #comment_block.collapsing {
        height: 188px !important;
    }

    #simplecheckout_summary .agreement .agreement__approve {
        align-items: center;
    }

    .checkout-simplecheckout .customer_data .row-customer_register label {
        flex: auto;
        max-width: fit-content;
    }

    #simplecheckout_customer .row-customer_register img {
        margin-top: -1px;
    }
}

/*min-width: 1025px END*/

/*min-width: 1199px START*/
@media (max-width: 1199px) {
    .top-category-level2 .owl-item {
        width: 240px !important;
    }

    [class*="account-"] .block {
        display: none;
    }

    .account-order tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .account-order td {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    .order__info_top {
        display: inline-flex;
        flex-direction: column;
    }

    .account-order-info table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .account-order-info table tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .account-order-info table tr td:first-child {
        padding: 15px 15px 7.5px 15px;
    }

    .account-order-info table tr td:nth-child(2) {
        border-top: none;
        padding: 7.5px 15px 15px 15px;
    }
}

/*min-width: 1199px END*/

/*min-width: 1200px START*/

@media (min-width: 1200px) {
    .feedback__block {
        margin-top: 60px;
        /* margin-top: 0;*/
        padding: 60px 0;
        display: flex;
        align-items: center;
    }

    .feedback__block:before {
        left: -300px;
        right: -300px;
    }

    .feedback__block .title {
        font-size: 28px;
        line-height: 1.286;
    }

    .feedback__block .subtitle {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.267;
    }

    .feedback__block:after {
        position: absolute;
        content: url("/image/dots.svg");
        bottom: -52.5px;
        right: -47px;
    }

    .feedback__block_wrapper {
        position: relative;
    }

    .feedback__block_wrapper:before {
        position: absolute;
        content: url("/image/circles1.svg");
        opacity: 0.1;
        width: 204px;
        height: 204px;
        top: -50px;
        left: -112px;
        z-index: 1;
    }

    .feedback__block .feedback-form {
        margin-top: 0;
        margin-left: -21px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 598px;
    }

    .feedback__block .form-group {
        margin-bottom: 0;
        flex: 0 0 100%;
        max-width: 290px;
    }

    .feedback__block form {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .feedback__block .btn-feedback {
        max-width: 196px;
        margin-left: 18px;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .feedback__block .text__confirmation {
        margin-top: 13px;
        margin-bottom: 0;
        margin-left: -21px;
        font-size: 13px;
        line-height: 1.308;
    }

    .youtube__block {
        padding: 55px 0;
    }

    .common-home .youtube__block {
        margin-top: 0;
    }

    .common-home .review__block {
        padding-top: 64px;
    }

    .youtube__block:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -300px;
        right: -300px;
        background: #F8F8F8;
    }

    .youtube__block .title .imaged svg {
        width: 42px;
        margin-right: 13px;
    }

    .youtube__block .title {
        font-size: 32px;
        line-height: 1.045625;
        margin-bottom: 40px;
    }

    .youtube__block .youtube__item_text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.3125;
    }

    .review__block .title {
        display: flex;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 1.28125;
    }

    .review__block .title>h3{
        font-size: 32px;
        line-height: 1.28125;
        margin: 0;
    }

    .review__block .owl-carousel {
        margin-bottom: 25px;
    }

    .review__block .review__item {
        padding: 25px 30px;
        max-height: 224px;
        height: 224px;
    }

    .review__block .review__item_text {
        margin-top: 15px;
        padding-right: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .categories-top__container.catwall:before {
        content: none;
    }

    .categories-top__container.catwall .owl-wrapper-outer:before {
        background: #fff;
    }

    .catwall.categories-top__container {
        margin-top: 64px;
    }

    [class*="product-category-"] .blog-title {
        margin: 60px 0 25px 0;
    }

    .blog-content__items {
        margin-left: -18px;
        margin-right: -18px;
    }

    .blog-content__items .blog_item {
        padding: 0 18px;
        margin-bottom: 35px;
    }

    .blog-content__items .blog_item:nth-child(4),
    .blog-content__items .blog_item:nth-child(5),
    .blog-content__items .blog_item:nth-child(6) {
        margin-bottom: 0;
    }

    .blog-content__items .blog_image {
        margin-bottom: 15px;
    }

    .blog-content__items .blog-category a {
        font-size: 13px;
        line-height: 1.308;
    }

    .blog-content__items .summary .blog_title {
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="product-category-"] .youtube__block {
        margin-top: 40px;
    }

    .description-category {
        margin-top: 60px;
    }

    .description-category .title {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.286;
    }

    .description > span {
        font-size: 15px;
    }

    .description.text-collapse {
        max-height: 200px;
    }

    .main-footer {
        margin-top: 60px;
    }

    .category-description:not(.text-collapse) {
        margin-bottom: 26px;
    }

    .description.text-collapse:before {
        height: 34px;
    }

    .description.text-collapse:after {
        bottom: 34px;
    }

    .tollbar-sub {
        margin-left: 0;
    }

    .top-category-level2 {
        width: calc(100% - 130px);
        background: #FAFAFA;
    }

    .top-category-level2 .owl-wrapper-outer {
        margin-left: -10px;
    }

    .tollbar-sub [class*="prev"],
    .tollbar-sub [class*="next"] {
        margin-top: -10px;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(3n+4) .product-thumb {
        border-left: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(4n+5) .product-thumb {
        border-left: 1px solid transparent;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+4) .product-thumb {
        border-top: none;
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+5) .product-thumb {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-manufacturer-info-"] .product-main-grid .product-layout:nth-child(n+5) .product-thumb {
        border-right: none;
    }

    [class*="account-"] #column-left > ul {
        margin-top: 40px;
        padding: 15px 24px;
    }

    [class*="account-"] #column-left > ul > li:first-child > .row a:last-child {
        display: none !important;
    }

    [class*="account-"] .block .first-text {
        margin-top: 25px;
        margin-bottom: 0;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.292;
        color: #000;
    }

    [class*="account-"] .block .second-text {
        margin-top: 10px;
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.267;
        color: #333;
    }

    .account-account #content {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .account-account .alert,
    .account-simpleedit .alert,
    .account-password .alert,
    .account-wishlist .alert {
        position: absolute;
        z-index: 1;
        margin-top: 40px;
        left: 59%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 547px;
    }

    .account-password #content,
    .account-simpleedit #content {
        margin-top: 20px;
        padding-right: 9.627%;
    }

    [class*="account-"] h1,
    .account-wishlist h2 {
        font-size: 32px;
        line-height: 1.28125;
    }

    .account-simpleedit form,
    .account-password form {
        margin-top: 25px;
    }

    .account-simpleedit .row {
        margin-left: -18px;
        margin-right: -18px;
    }

    .account-simpleedit [class*="col"] {
        padding-right: 18px;
        padding-left: 18px;
    }

    .account-simpleedit .buttons {
        margin-top: 15px;
        text-align: left;
    }

    [class*="account-"] .passchange,
    [class*="account-"] .editbtn {
        width: fit-content;
        padding: 12px 40px;
        height: 45px;
        transition: all .3s ease;
    }

    [class*="account-"] .passchange:hover {
        color: #333;
        background: #FFCD36;
        transition: all .3s ease;
    }

    .account__item_list {
        padding: 0 !important;
    }

    .account__item_list a:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    .account__item_list a path {
        transition: all .3s ease;
    }

    .account__item_list a:hover path {
        stroke: #275CA5;
        transition: all .3s ease;
    }

    .account__item_list a.order:hover path {
        fill: #275CA5;
        stroke: none;
        transition: all .3s ease;
    }

    .account__item_list a.wishlist:hover path {
        fill: #275CA5;
        transition: all .3s ease;
    }

    .account-wishlist #content,
    .account-order #content {
        margin-top: 20px;
    }

    .account-wishlist h2 {
        margin-bottom: 40px;
    }

    .account-wishlist .no-gutters > .product-layout[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 36px;
    }

    .account-wishlist .product-main-grid .product-layout .product-thumb,
    .account-wishlist .product-main-grid .product-layout:last-child .product-thumb {
        padding-top: 0;
        border: none;
    }

    .account-wishlist .product-thumb .button-add-cart button {
        display: flex;
        align-items: center;
        max-width: none;
        background: #275CA5;
    }

    .account-wishlist .block-grid {
        margin-bottom: -47px;
    }

    .account-wishlist .main-footer {
        margin-top: 60px;
    }

    .account-simpleedit form .control-label {
        padding: 0;
    }

    .account-simpleedit fieldset .col-sm-12 {
        padding: 0;
    }

    .account-simpleedit fieldset .form-control {
        max-width: 428px;
    }

    .account-simpleedit fieldset:nth-child(2) .form-control {
        margin-left: 35px !important;
        margin-right: 0 !important;
    }

    .account-simpleedit fieldset:nth-child(2) .control-label {
        margin-left: 35px !important;
    }

    .account-simpleedit .buttons {
        margin-top: 10px;
        margin-left: -15px;
    }

    .account-order h1 {
        margin-bottom: 25px;
    }

    .account-order td:first-child {
        padding: 15px 15px 15px 25px;
        width: 45px;
    }

    .account-order td:nth-child(2) {
        width: 22%;
    }

    .account-order tr:first-child td:not(:first-child) {
        padding: 15px 0 3.5px 0;
    }

    .account-order tr:nth-child(2) td:not(:first-child) {
        padding: 3.5px 0 15px 0;
    }

    .account-order td:nth-child(3) {
        width: 12%;
    }

    .account-order td:last-child a {
        font-size: 15px;
        display: inline-block;
        transition: all .3s ease;
    }

    .account-order td:last-child a:hover {
        color: #000;
        border-bottom: 1px solid #000;
        transition: all .3s ease;
    }

    .account-order tr:nth-child(2) td:last-child {
        padding-right: 25px;
    }

    .account-order .table {
        margin-bottom: 0;
        position: relative;
    }

    .account-order tr:nth-child(2) td:last-child {
        position: absolute;
        top: 50%;
        right: 25px;
        padding: 0;
        transform: translateY(-50%);
    }

    .account-order .table-responsive {
        margin-bottom: 15px;
    }

    .account-order .pagination-block {
        margin-top: 30px;
    }

    .account-order .pagination {
        margin-bottom: 0;
    }

    .account-order .main-footer {
        margin-top: 60px;
    }

    .order__info_wrapper {
        margin-top: 40px;
    }

    .order__info_top {
        padding: 20px 25px;
        display: flex;
        align-items: center;
    }

    .account-order-info h2 {
        margin-top: 0;
        margin-left: 53px;
    }

    .order__info_status {
        margin-top: 0;
    }

    .date__added_detail {
        margin-left: auto;
        font-family: "basis grotesque pro medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286;
        color: #878787;
    }

    .account-order-info table .title {
        font-family: "Basis Grotesque Pro", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3125;
        width: 12%;
        padding-right: 0;
    }

    .account-order-info table .option {
        font-size: 15px;
        line-height: 1.4;
    }

    .account-order-info table .option span:not(:first-child) {
        margin-left: 25px;
    }

    .product__total_option {
        display: inline;
        margin-left: 25px !important;
        margin-top: 0;
    }

    .account-order-info table tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding: 25px;
    }

    .order__info_back a {
        transition: all .3s ease;
    }

    .order__info_back a:hover {
        color: #275CA5;
        transition: all .3s ease;
    }

    .order__info_back a path {
        transition: all .3s ease;
    }

    .order__info_back a:hover path {
        fill: #275CA5;
        transition: all .3s ease;
    }

    .account-order-info table .name:hover {
        color: #000;
        transition: all .3s ease;
    }

    [class*="product-category-"] .container.subcat {
        position: relative;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-category-"] .container.subcat:before {
        position: absolute;
        content: '';
        background: #FAFAFA;
        top: 0;
        left: -300px;
        width: 300px;
        /* height: 104px;*/
        height: calc(100% + 1px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="product-category-"] .container.subcat:after {
        position: absolute;
        content: '';
        background: #FAFAFA;
        top: 0;
        right: -300px;
        width: 300px;
        /*height: 104px;*/
        height: calc(100% + 1px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-search .subcat:before {
        left: -300px;
        width: 300px;
    }

    .product-search .subcat:after {
        right: -300px;
        width: 300px;
    }

    #btn_to_top {
        right: 1.25%;
    }
}

/*min-width: 1200px END*/

/*min-width: 1240px START*/

@media (min-width: 1240px) {
    .header-submenu__col--grey {
        width: 293px;
    }

    .blog_grid_holder {
        margin-left: -18px;
    }

    .blog-module.latest.blog .owl-carousel .owl-item {
        width: 348px !important;
    }

    .popular__brands:after {
        left: -50px;
    }

    .youtube__block .owl-carousel {
        margin-left: -18px;
        margin-bottom: 0;
    }

    .youtube__block .owl-carousel .owl-item {
        width: 348px !important;
    }

    .blog-category #content {
        flex: 0 0 75.324%;
        max-width: 75.324%;
    }

    .blog-category #column-right {
        flex: 0 0 24.676%;
        max-width: 24.676%;
    }
}

/*min-width: 1240px END*/

/*min-width: 1386px START*/

@media (min-width: 1386px) {
    #btn_to_top {
        right: auto;
        left: 50%;
        transform: translateX(638px);
    }
}

/*min-width: 1386px END*/

/*min-width: 1440px START*/

@media (min-width: 1440px) {
    .category-content #column-left,
    .search-content #column-left {
        flex: 0 0 20.8%;
        max-width: 288px;
    }

    .category-content #content,
    .search-content #content {
        flex: 0 0 79.2%;
        max-width: 1098px;
    }

    .product-main-grid .product-layout:last-child .product-thumb {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-main-grid .product-layout:nth-child(4n+4) .product-thumb {
        border-right: 1px solid transparent;
    }

    .category-content .reviews__container .reviews__items.owl-carousel,
    .search-content .reviews__container .reviews__items.owl-carousel {
        width: calc(100% + 15px);
        position: relative;
        margin-bottom: 0;
    }

    .category-content .reviews__container .reviews__items.owl-carousel:after,
    .search-content .reviews__container .reviews__items.owl-carousel:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        width: 15px;
        background: #fff;
    }

    .blog-blog #column-right {
        flex: 0 0 24.676%;
        max-width: 24.676%;
        margin-right: 0;
        margin-left: auto;
    }

    [class*="product-compare"] .card__item_category .owl-carousel .owl-buttons {
        right: auto;
        left: 73.1%;
    }

    [class*="product-compare"] .product-module-compare-category.owl-carousel .owl-buttons {
        right: auto;
        left: 73.6%;
    }

    [class*="account-"] #column-left {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [class*="account-"] #content.col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    [class*="product-product-"] .attr-product-content-block .short-attr {
        padding-right: 36px;
    }
}

@media (min-width: 1920px) {
    .common-home.modal-open .header-start.sticky {
        padding-right: 17px;
    }

    [class*="product-category-"].modal-open .header-start.sticky {
        padding-right: 17px;
    }

    .product-compare.modal-open .header-start.sticky {
        padding-right: 17px;
    }

    .product-compare-category.modal-open .header-start.sticky {
        padding-right: 17px;
    }
}

/*min-width: 1440px END*/

.mobile-call.header-callback a:hover {
    background: #fff;
    border: 1px solid #275CA5;
    color: #275CA5;
    transition: all .3s ease;
}

.mobile-call .header-callback a {
    width: 100%;
    text-align: center;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #275CA5;
    border-radius: 4px;
    padding: 13px 40px;
    border: 1px solid transparent;
    font-family: "basis grotesque pro medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    color: #fff;
    transition: all .3s ease;
}

.common-home .all__products_link {
    display: none;
}

.common-home .youtube__block .all__products_link {
    display: block;
}

.product-thumb .rating {
    height: 12px;
}

.product-thumb .name {
    min-height: 42px;
}

.product-thumb .product-sticker {
    position: absolute;
}

.block-for-mini-product.float-block {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 428px;
}

.simplecheckout .simplecheckout-no-products {
    background: none;
    float: left;
    padding: 0;
    margin-top: 25px;
}

.simplecheckout .simplecheckout-no-products .btn-primary {
    background: #275CA5;
    border: none;
    border-radius: 4px;
    height: 45px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "basis grotesque pro medium", sans-serif;
    font-size: 15px;
    line-height: 1.267;
    transition: all .3s ease;
}

.simplecheckout .simplecheckout-no-products .btn-primary:hover {
    background: #FFCD36;
    color: #333;
    transition: all .3s ease;
}
#search .search-suggestion.product .cart button>svg{
    margin-right: 5px;
}

/*body.common-home .page-wrapper > .container {
    overflow-x: hidden;
}*/
.product-images__thumbs .swiper-button-next,.product-images__thumbs .swiper-button-prev {
    position: static;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    display: none;
}
.product-main-grid .product-thumb .name{
    height: 62px;
    max-height: 62px;
    min-height: 62px;
}
.product-main-grid .product-thumb .name .name-text{
    height: 62px;
}
.container-main-title.second-level h1{
    margin-bottom: 0;
    width: auto;
    display: inline;
    margin-right: 10px
}
.container-main-title.second-level span{
    position: relative;
    top: -3px;
    margin-left: 0;
}

