* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: inherit;
    display: inline-block;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

span, label {
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FE9B00;
    box-shadow: 0px 1px 1px #fff inset;
    background-position: center;
    background-repeat: no-repeat;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f3f0f0;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    max-width: 100vw;
    overflow-x: hidden;
}

input {
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    background: transparent;
    outline: 0 !important;
}

address {
    font-style: normal;
}

div[id^=wait_comp] {
    display: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wrapper .main_container {
    max-width: 1440px;
    padding: 0 40px;
}
.personal_wrapper a {
    color: #e17a00;
    text-decoration: underline !important;
    margin-top: 20px;
}
	

.container_wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
    padding: 0;
    margin: 0;
}

.main_container {
    max-width: 1380px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1450px) {
    .main_container {
        max-width: 100%;
    }
}

h1.title {
	margin-bottom: 25px;
}

.main_btn {
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    border-radius: 10px;
    background-color: #FE9B00;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
}

.main_btn:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
    color: #FFF;
}

.main_btn:active,.main_btn.active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

.main_btn i {
	font-size: 30px;
}

.main_breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.main_breadcrumb li {
    white-space: nowrap;
}

.main_breadcrumb img {
    flex-shrink: 0;
}

.main_breadcrumb .active, .main_breadcrumb a {
    color: rgb(186, 186, 186);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
}

.main_breadcrumb .active {
    font-weight: 500;
}

.main_breadcrumb .active {
    color: #000000;
}

header .header_top {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_top .nav_link {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 0;
}

header .header_top .nav_item a {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

header .header_top .nav_item a i {
    font-size: 25px;
}

header .header_top_right {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-right: 65px;
}

header .header_top_left {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

header .header_top_right .header_phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .header_top_right .header_phone i {
    font-size: 25px;
}

header .header_top_right .header_number {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

header .header_top_right .header_number a {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
}

header .header_top_right .header_flags {
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FE9B00;
}

header .header_top_right .header_flags a {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_top_right .header_flags a span {
    width: 34px;
    height: 26px;
}

header .header_top_right .header_flags a span.vk {
    background: #0077FF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_top_right .header_flags a span.vk i {
    color: #0077FF;
    background: #fff;
    font-size: 42px;
}

header .header_top_right .header_feedback {
    padding: 10px 45px;
}

header .header_bottom {
    padding: 5px 20px 15px 0;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 230px;
    min-width: 230px;
}

.logo img {
    width: 100%;
}

header .header_search_media {
    width: 100%;
    display: none;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
}

header .header_search_media .catalog_btn {
    flex-shrink: 0;
    width: 154px;
    padding: 9px 10px;
    height: 100%;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: uppercase;
    gap: 10px;
    display: flex;
    align-items: center;
    background-color: #FE9B00;
    transition: 0.2s ease;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

header .header_search_media .catalog_btn:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

header .header_search_media .catalog_btn:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

header .header_search_media .catalog_btn:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

header .catalog_btn i {	
    font-size: 24px;
    font-weight: 700;
}

header .header_search_media input {
    width: 100%;
    height: 95%;
    border: 1px solid #FE9B00;
    color: #D9D9D9;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    padding: 10px;
}

header .header_search_media input::-moz-placeholder {
    color: #D9D9D9;
}

header .header_search_media input::placeholder {
    color: #D9D9D9;
}

header .header_search_media label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-shrink: 0;
    cursor: pointer;
    height: 100%;
    padding: 10px;
    background-color: #FE9B00;
    transition: 0.2s ease;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

header .header_search_media label:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

header .header_search_media label:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

header .header_search {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
}
header .header_search form {
    display: flex;
    align-items: center;
    height: 40px;
}

header .header_search .catalog_btn {
    flex-shrink: 0;
    width: 154px;
    padding: 7px 20px 7px 20px;
    height: 100%;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: uppercase;
    gap: 10px;
    display: flex;
    align-items: center;
    background-color: #FE9B00;
    transition: 0.2s ease;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

header .header_search .catalog_btn:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

header .header_search .catalog_btn:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

form label i {
	font-size: 20px;
	color: #fff;
}

header .header_search input {
    width: 503px;
    height: 100%;
    border: 1px solid #FE9B00;
    color: #D9D9D9;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #000;
}

header .header_search input::-moz-placeholder {
    color: #D9D9D9;
}

header .header_search input::placeholder {
    color: #D9D9D9;
}

header .header_search label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    height: 100%;
    padding: 10px 20px;
    background-color: #FE9B00;
    transition: 0.2s ease;
    margin-bottom: 0;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

header .header_search label:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

header .header_search label:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

header .header_bottom_link {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
}

header .header_bottom_link a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
}

header .header_bottom_link a i {
    font-size: 25px;
}

header .header_bottom_link .heart_btn, header .header_bottom_link .shop_btn {
    position: relative;
}

header .header_bottom_link .heart_btn .number, header .header_bottom_link .shop_btn .number {
    position: absolute;
    top: 0;
    right: -10px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    border-radius: 10px;
    width: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FE9B00;
}


header .header_bottom_link .shop_btn .number {
    right: -20px;
}

.mobile_menu {
    padding: 119px 49px 154px;
    box-shadow: 0 0 15.5px 0 rgba(0, 0, 0, 0.2509803922);
    z-index: 5;
    display: none;
}

.mobile_menu__close {
    top: 30px;
    right: 49px;
}

.mobile_menu__close i {
    font-size: 25px;
}

.mobile_menu__content {
    width: 100%;
}

.mobile_menu__content .notification {
    gap: 76px;
    margin-bottom: 30px;
    display: none;
}

.mobile_menu__content .notification a img {
    width: 26.25px;
}

.mobile_menu__content .notification a span {
    background: #FE9B00;
    color: #fff;
    width: 28px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    justify-content: center;
    right: -6.8px;
    bottom: 6.24px;
    transform: translateX(100%);
}

.mobile_menu__content .content_top {
    gap: 34px;
    margin-bottom: 63px;
}

.mobile_menu__content .content_top a {
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}

.mobile_menu__content .content_top a i {
    font-size: 20px;
}

.mobile_menu__content .content_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_menu__content .content_bottom .phone {
    gap: 13px;
}

.mobile_menu__content .content_bottom .phone i {
    font-size: 20px;
}

.mobile_menu__content .content_bottom .number {
    gap: 7px;
}

.mobile_menu__content .content_bottom .number a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.mobile_menu__content .content_bottom .flags {
    background: #F1F1F1;
    border-radius: 10px;
    gap: 10px;
    padding: 7px 10px;
}

.mobile_menu__content .content_bottom .flags a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu__content .content_bottom .flags a span {
    width: 34px;
    height: 26px;
}

.mobile_menu__content .content_bottom .flags a span.vk {
    background: #0077FF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu__content .content_bottom .flags a span.vk i {
    color: #0077FF;
    background: #fff;
    font-size: 42px;
}

.mobile_menu__content .content_bottom .feedback {
    padding: 11px 46px 10px 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}


.filter-aside {
    max-width: 270px;
    min-width: 270px;

}

.main-container {
    min-width: calc(100% - 270px);
}

.filter_category__bg{
    background: rgba(0, 0, 0, 0.5294117647);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter_category {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
    top: 0;
    height: 100vh;
    flex-direction: column;
}

.filter_category__content {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2509803922);
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.filter_category__content .main_container {
	padding: 0 40px;
}

.filter_category__close {
    top: 38.44px;
    right: 40px;
}

.filter_category__close i {
    font-size: 25px;
}


.filter_category__content .main_container {
    padding-top: 30px !important;
    padding-bottom: 71px !important;
}

.filter_category__content .category_list {
    gap: 50px;
}

.filter_category__content .category_list .line {
    width: 1px;
    background: #D9D9D9;
    flex-shrink: 0;
}

.filter_category__content .category_list__item {
    padding-top: 16px;
}

.filter_category__content .category_list__item_in {
    gap: 20px;
}

.filter_category__content .category_list__item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 13px;
}

.filter_category__content .category_list__item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter_category__content .category_list__item ul li {
    line-height: 0;
}

.filter_category__content .category_list__item ul a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.filter_category__content .category_range {
    width: 440px;
    padding-left: 30px;
}

.filter_category__content .range-container {
    position: relative;
}

.filter_category__content .range_values {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #8D8D8D;
}

.filter_category__content .range_values span {
    font-weight: 700;
}

.filter_category__content input[type=range] {
    width: 100%;
    margin: 81px 0 18px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.filter_category__content input[type=range]:focus {
    outline: none;
}

.filter_category__content input[type=range] + label {
    background-color: #fff;
    position: absolute;
    bottom: -28px;
    left: 110px;
    width: 80px;
    padding: 7px 5px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.filter_category__content input[type=range] + label span {
    font-weight: 500;
}

.filter_category__content input[type=range]::-webkit-slider-runnable-track {
    background-color: #D9D9D9;
    border-radius: 4px;
    width: 100%;
    height: 3px;
    cursor: pointer;
}

.filter_category__content input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: #FE9B00;
    border-radius: 50%;
    transform: translateY(calc(-50% + 2px));
    cursor: pointer;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.filter_category__content .range-container:hover input[type=range]::-webkit-slider-thumb {
    outline: 4px solid #FE9B00;
}

.filter_category__content input[type=range]::-moz-range-track {
    background-color: #FE9B00;
    border-radius: 4px;
    width: 100%;
    height: 10px;
    cursor: pointer;
}

.filter_category__content input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 14px;
    width: 14px;
    background-color: #FE9B00;
    border-radius: 50%;
    transform: translateY(calc(-50% + 3px));
    cursor: pointer;
}

.filter_category__content .range-container:hover input[type=range]::-moz-range-thumb {
    outline: 4px solid #FE9B00;
}

.filter_category__content input[type=range]::-ms-track {
    background-color: #FE9B00;
    border-radius: 4px;
    width: 100%;
    height: 10px;
    cursor: pointer;
}

.filter_category__content input[type=range]::-ms-thumb {
    appearance: none;
    height: 14px;
    width: 14px;
    background-color: #FE9B00;
    border-radius: 50%;
    transform: translateY(calc(-50% + 3px));
    cursor: pointer;
}

.filter_category__content .range-container:hover input[type=range]::-ms-thumb {
    outline: 4px solid #FE9B00;
}

.home-border__left {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: calc(100%);
    width: 31px;
    background: url("images/border_img.png");
}

.home-border__right {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: calc(100%);
    width: 31px;
    background: url("images/border_img.png");
}

.home-block {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.home-block__left {
    width: 100%;
    position: relative;
    z-index: 2;
}

.home-block__left__card {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    border-radius: 3px;
}

.home-block__left .dates {
    padding: 15px 14px 15px 15px;
    gap: 15px;
    margin-bottom: 25px;
}

.home-block__left .dates__item_left {
    color: #9b9b9b;
    letter-spacing: 0;
}

.home-block__left .dates__item_left .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 47px;
}

.home-block__left .dates__item_left .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.home-block__left .dates__item .line {
    background: rgb(225, 122, 0);
    width: 2px;
    height: 66px;
    margin: 0 13px 0 12px;
}

.home-block__left .dates__item_right {
    color: #9b9b9b;
    letter-spacing: 0;
}

.home-block__left .dates__item_right .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5px;
}

.home-block__left .dates__item_right .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.home-block__left .img-card__top {
    padding-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 21px;
}

.home-block__left .img-card__bottom {
    padding-top: 40px;
    text-align: center;
}

.home-block__left .img-card__bottom .btn_wrap {
    margin-bottom: 51px;
}

.home-block__left .img-card__bottom .btn_wrap .main_btn {
    padding: 12px 27px 11px 28px;
    border-radius: 3px;
}

.home-block__right {
    width: 100%;
}

.home-slider .swiper {
    background: linear-gradient(-37.25deg, rgb(172, 188, 161) 1.403%, rgb(178, 191, 161) 47.229%, rgb(225, 212, 168) 82.114%);
}

.home-slider_item {
    text-align: center;
    //padding: 20px 30px 30px;
    height: 620px;
    position: relative;
}

.home-slider_item p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    text-align: left;
    margin-top: 29px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.home-slider_item_card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 855px;
    margin: 0 auto;
    text-align: left;
    padding-top: 60px;
}

.home-slider_item_card h4 {
    max-width: 307px;
    margin: 17px 0 0 4px;
    min-height: 60px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.home-slider_item_card h4 span {
    font-weight: bold;
}

.home-slider_item_card h3 {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.home-slider_item_card h3 del {
    color: rgb(75, 75, 75);
    font-size: 18px;
    font-weight: 400;
    margin-left: 12px;
}

.home-slider__navigation {
    margin-top: 25px;
    gap: 15px;
}

.home-slider__navigation button.active svg path {
    fill: #FE9B00;
}

.home-descriptions {
    gap: 20px;
    margin: 74px 0 80px;
}

.home-descriptions p {
    font-size: 20px;
    font-weight: 400;
    line-height: 140.5%;
}

.home-descriptions p span {
    font-weight: 600;
}

.more-link {
	color: #212529;
}
	

.product-slider .title {
    color: #212529;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 39px;
}

.product-slider__head {
    margin: 82px 0 39px;
}

.product-slider__head h2 {
    color: #212529;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
}

.product-slider__head a {
    display: flex;
    align-items: center;
    gap: 23px;
}

.product-slider__head a span {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.product-slider__card {
    position: relative;
}


@media (min-width: 1200px) {
    .product-slider__card .col-xl-3 {
        width: calc(25% - 1rem);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .product-slider__card .col-md-4 {
        width: calc(33.3333% - 1rem);
    }

}

@media (max-width: 767px) and (min-width: 576px) {
    .product-slider__card .col-sm-6 {
        width: calc(50% - 1rem);
    }
}


.product-slider__card__btn_prev {
    position: absolute;
    top: 160px;
    left: 6px;
    z-index: 2;
}

.product-slider__card__btn_prev.swiper-button-disabled {
    display: none;
}

.product-slider__card__btn_prev i {
    font-size: 35px;
}

.product-slider__card__btn_next {
    position: absolute;
    top: 160px;
    right: 6px;
    z-index: 2;
}

.product-slider__card__btn_next, .product-slider__card__btn_prev {
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider__card__btn_next.swiper-button-disabled {
    display: none;
}

.product-slider__card__btn_next i, .product-slider__card__btn_prev i {
    font-size: 35px;
    color: #fff;
}

.product-slider__card .swiper {
    padding: 18px;
    width: calc(100% + 36px);
    margin-left: -18px;
    position: relative;
}

.product-slider__card .swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 20px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
}

.product-slider__card .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    width: 20px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 70%);
}

.product-slider__card_item {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    padding: 0 10px 10px;
}

.product-slider__card_item .main_img {
    width: calc(100% + 20px);
    transform: translateX(-10px);
    display: block;
	text-align: center;
}

.product-slider__card_item .main_img img {
   /*  width: 100%; */
    height: 190px;


}
	
.product-slider__card_item .badges {
	top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 24px;
    text-align: left;
    padding-right: 50px;
	max-width: 100px;
}
	
.product-slider__card_item .badge {
    position: relative;
    left: 0;
    top: 10px;
    background: rgb(232, 141, 0);
    z-index: 5;
    height: 24px;
	margin-bottom: 3px;
    line-height: 24px;
    padding: 0 5px 0 5px;
    color: #fff;
    font-weight: 300;
	text-transform: uppercase;
    font-size: 11px;
}

.product-slider__card_item .badge2222:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 12px 12px;
    border-style: solid;
    border-color: rgb(232, 141, 0) rgb(232, 141, 0) transparent;
    position: absolute;
    right: -21px;
    top: 1px;
    transform: rotate(-90deg);
}

.product-slider__card_item .card_like {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 25px;
}

.product-slider__card_item .card_like i {
	 font-size: 22px;
}

.product-slider__card_item .card_title {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    min-height: 75px;
    margin: 12px 0;
}

.product-slider__card_item .card_title span {
/*    font-weight: 500;*/
}

.product-slider__card_item .card_comment {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 27px;
}

.product-slider__card_item .card_comment svg path {
    fill: #FE9B00;
}

.product-slider__card_item .card_comment span {
    color: #FE9B00;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.product-slider__card_item .card_comment .discount {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-slider__card_item .card_comment .discount span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FF0000 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}

.product-slider__card_item .card_comment.disable svg path {
    fill: #BABABA;
}

.product-slider__card_item .card_comment.disable span {
    color: #BABABA;
}

.product-slider__card_item .card_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.product-slider__card_item .card_available {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-slider__card_item .card_price .amount {
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.product-slider__card_item .card_price .amount del {
    color: #bababa;
    font-weight: 400;
    margin-left: 10px;
}

.product-slider__card_item .card_price .main_btn {
    width: 80px;
    height: 45px;
}

.product-slider__card_item .card_price .main_btn.disable {
    background: #BABABA !important;
    cursor: default !important;
}

.product-slider__card_item .card_subtitle {
    position: relative;
    padding-left: 10px;
    color: #00cf08;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.product-slider__card_item .card_available button {
    position: relative;
    padding-left: 10px;
    color: #BABABA;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
	background: transparent;
	box-shadow: none;
}

.product-slider__card_item .card_subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #00cf08;
    border-radius: 50%;
}

.product-slider__card_item .card_subtitle.disable {
    color: #BABABA;
}

.product-slider__card_item .card_subtitle.disable::before {
    background: #BABABA;
}

.product-slider.product {
    margin-bottom: 80px;
}


.product-slider.product_page {
    margin-bottom: 60px;
}

.product-slider.product_page .product-slider__card__btn_prev,
.product-slider.product_page .product-slider__card__btn_next {
    top: 207px;
}

.product-slider.product_page .product-slider__card__btn_prev i,
.product-slider.product_page .product-slider__card__btn_next i {
    font-size: 35px;
}

.discount_descriptions {
    gap: 20px;
    margin-bottom: 10px;
}

.discount_descriptions span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.discount_descriptions img {
    max-width: 100px;
    margin-left: 20px;
}


.discount_descriptions .read-less, .discount_descriptions .read-more {
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
	display: block;
}

.main_pagination {
    gap: 20px;
    margin: 80px 0 100px;
}
.main_pagination nav ul {
    gap: 20px;
    margin: 35px 0 100px;
}

.page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #989292;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #989292;
	border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
}

.page-item:hover {
    color: #989292;
}

.page-item.active .page-link {
    background: #FE9B00;
    color: #FFF;
    border-color: #FE9B00;
}

.main_pagination__item_prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #FE9B00;
    color: #FE9B00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 20px;
}


.page-item .ax-pag-next .page-link {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #FE9B00;
    color: #FE9B00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    font-size: 20px;
}

.main_pagination__item_next i {

}

.page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}


.main_filter {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.main_filter__head_in {
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.main_filter__head_in span {
    font-weight: 400;
    color: rgb(72, 72, 74);
}

.main_filter__head button {
    display: none;
}

.main_filter.active .main_filter__head_in svg {
    transform: rotateZ(180deg);
}

.main_filter__list {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 20px 0;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    width: 200px;
    margin-top: 10px;
    left: 115px;
}

.main_filter__list button {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 0 12px;
    width: 100%;
    text-align: left;
    position: relative;
}

.main_filter__list button:hover {
    color: #FE9B00;
}

.main_filter__list button.active {
    color: #FE9B00;
}

.main_filter__list button.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 100%;
    background: #FE9B00;
}

.filter_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.filter_modal__open i {
	font-size: 16px;
}

.filter_modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
}

.filter_modal__content {
    background: #fff;
    width: 350px;
    height: 100%;
    padding: 30px 35px 30px 49px;
    overflow-y: scroll;
    position: relative;
}

.filter_modal__content::-webkit-scrollbar {
    display: none;
}

.filter_modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.filter_modal__head_left {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.filter_modal .main_btn {
    margin-bottom: 28px;
    padding: 12px 27px 11px 28px;
    border-radius: 3px;
    margin-left: 71px;
}

.filter_modal.active {
    display: block;
}

@keyframes filerModalActive {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes filterContentActive {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.filter_modal.active .filter_modal__bg {
    animation: filerModalActive 0.3s linear 1;
}

.filter_modal.active .filter_modal__content {
    animation: filterContentActive 0.3s linear 1;
}

@keyframes filterModalEndActive {
    from {
        display: block;
    }
    to {
        display: block;
    }
}

.filter_modal.end-active {
    display: none;
    animation: filterModalEndActive 0.3s linear 1;
}

@keyframes filerModalEndActive {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes filterContentEndActive {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.filter_modal.end-active .filter_modal__bg {
    animation: filerModalEndActive 0.3s linear 1;
}

.filter_modal.end-active .filter_modal__content {
    animation: filterContentEndActive 0.3s linear 1;
}

.product-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 54px;
    padding-bottom: 42px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d9d9d9;
}

.product-card .description {
    display: none;
}

.product-card__left {
    width: calc(100% - 602px - 54px);
}

.product-card__left .badges {
	top: 10px;
	right: 0px;
    position: absolute;
    z-index: 3;
    line-height: 24px;
    text-align: left;
    padding-right: 10px;
	max-width: 300px;
}
	
.product-card__left .badge {
    position: relative;
    left: 0;
    top: 10px;
    background: #fe0000;
    z-index: 5;
    height: 24px;
	margin-bottom: 3px;
    line-height: 24px;
    padding: 0 5px 0 5px;
    color: #fff;
    font-weight: 300;
	text-transform: uppercase;
    font-size: 12px;
}

.product-card__left .description {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    display: block;
}

.product-card__parent_slider {
    max-width: 670px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    margin-left: 0;
    margin-bottom: 40px;
}

.product-card__parent_slider .swiper-slide {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
	text-align: center;
}

.product-card__parent_slider .main_img {
    width: 100%;
}

.product-card__parent_slider .discount {
    position: absolute;
    top: 3px;
    left: 3px;
}

.product-card__parent_slider .discount span {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    top: 23px;
    left: 50%;
    transform: translateX(-55%);
}

.product-card .product-card__child_slider__btn_prev i {
    font-size: 45px;
}

.product-card .product-card__child_slider__btn_next i {
    font-size: 45px;
}

.product-card .child_slider__wrap {
    max-width: 670px;
    margin-bottom: 100px;
}

.product-card .child_slider__wrap .swiper {
    width: 300px;
}

.product-card .child_slider__wrap .swiper-slide {
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: rgb(217, 217, 217);
}

.product-card .child_slider__wrap .swiper-slide img {
    width: 100%;
    height: 85px;
    -o-object-fit: cover;
    object-fit: scale-down;
    border-radius: 2px;
    opacity: 0.7;
}

.product-card .child_slider__wrap .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.product-card .child_slider__wrap .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.product-card__right {
    width: 602px;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    padding: 20px 20px 30px;
}

.product-card__right_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 20px;
}

.product-card__right_head h1 {
    color: #212529;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.product-card__right_head .card_like {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 25px;
}

.product-card__right_head .card_like .full_heart {
    display: none;
}

.product-card__right_head .card_like.active .full_heart {
    display: block;
}

.product-card__right_head .card_like.active .min_heart {
    display: none;
}

.product-card__right_comment {
    margin-bottom: 22px;
}

.product-card__right_comment__text {
    gap: 12px;
}

.product-card__right_comment__text .stars {
    gap: 8.75px;
}

.product-card__right_comment__text .stars button.active svg path {
    fill: #FE9B00;
}

.product-card__right_comment__text span {
    color: #BABABA;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.product-card__right_comment__text.active span {
    color: #FE9B00;
}

.product-card__right_comment .card_subtitle {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-left: 10px;
    color: #BABABA;
}

.product-card__right_comment .card_subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BABABA;
}

.product-card__right_comment .card_subtitle.active {
    color: rgb(0, 207, 8);
}

.product-card__right_comment .card_subtitle.active::before {
    background: rgb(0, 207, 8);
}

.product-card__right__datas {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    gap: 20px;
    margin-bottom: 40px;
}

.product-card__right__datas_item {
    gap: 7px;
}

.product-card__right__datas .key {
    width: calc(100% - 205px);
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.product-card__right__datas .key span {
    white-space: nowrap;
}

.product-card__right__datas .key .line {
    width: 100%;
    border: 1px dashed #dee2e6;
    transform: translateY(-7px);
}

.product-card__right__datas .value {
    width: 198px;
}

.product-card__right__datas .value a {
    text-decoration: underline !important;
}

.product-card__right_foot .price {
    gap: 15px;
}

.product-card__right_foot .price span {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.product-card__right_foot .price del {
    color: #bababa;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.product-card__right_foot .main_btn {
    display: flex;
    align-items: center;
    padding: 7px 24px 8px;
    border-radius: 10px;
    gap: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.product-commentary {
    margin-bottom: 80px;
}

.product-commentary__head {
    margin-bottom: 76px;
}

.product-commentary__head h2 {
    color: #212529;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
}

.product-commentary__head .main_btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 7px 24px 8px;
    gap: 35px;
}

.product-commentary__head i {
	 font-size: 20px !important;
}

.product-commentary__item_wrap {
    gap: 40px;
}

.product-commentary__item_head {
    gap: 10px;
    margin-bottom: 28px;
}

.product-commentary__item_head img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
}

.product-commentary__item_head span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}

.product-commentary__item_stars {
    gap: 130px;
    margin-bottom: 15px;
}

.product-commentary__item_stars .stars {
    gap: 7px;
}

.product-commentary__item_stars button:not(.active) svg path {
    fill: #BABABA;
}

.product-commentary__item_stars span {
    color: #989292;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.product-commentary__item_type {
    color: #989292;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 30px;
}

.product-commentary__item_description {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    max-width: 919px;
}

.product-commentary__item_img {
    width: 93px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 3px;
}

/* auth form */
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.form-control {
 position: relative;
}
label.error {
    color: #e62222 !important;
    position: absolute;
    top: 12px;
    right: 18px;
    display: block !important;
    margin: 0;
    text-align: right;
}
.popup .pk-page {
  text-align: left;
}
.popup .pk-page .form .form_footer {
  margin: 0 0 5px 0;
  max-width: initial;
}
.popup .pk-page .social_block {
  margin: 0px;
  text-align: left;
  padding: 10px 60px 55px;
}
.popup .pk-page .soc-avt .title {
  color: #777;
  padding-left: 0;
}
.auth-page .form_footer {
  text-align: left;
}
.auth-page .licence_block {
  width: 100%;
  line-height: 18px;
  font-size: 13px;
}
.auth-page div[id^="bx_auth"] {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.auth-page .buttons {
  margin-top: 30px;
}
.auth-page .form_footer .filter.block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.auth-page .prompt.remember {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  float: none;
  white-space: nowrap;
}
.auth-page .prompt.remember label {
  font-weight: normal;
  display: block;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
  top: -4px;
  position: relative;
  font-weight: normal;
}
.auth-page .prompt.remember input {
  width: auto;
  margin: 0px 4px 0px 0px;
}
.auth-page .forgot {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: -3px 0 0 0;
  text-decoration: none;
}
.auth-page .phone_or_login + .form-control {
  display: none;
}
.auth-page .phone_or_login .svg {
  display: none;
}
.auth-page .phone_or_login.phone_or_login-login .svg:nth-of-type(odd),
.auth-page .phone_or_login.phone_or_login-email .svg:nth-of-type(odd) {
  display: block;
}
.auth-page .phone_or_login.phone_or_login-phone .svg:nth-of-type(even) {
  display: block;
}
.auth-page .phone_or_login label {
  display: none;
}
.auth-page
  .phone_or_login:not(.phone_or_login-login):not(.phone_or_login-email):not(.phone_or_login-phone)
  label:nth-of-type(1) {
  display: block;
}
.auth-page .phone_or_login.phone_or_login-login label:nth-of-type(2),
.auth-page .phone_or_login.phone_or_login-email label:nth-of-type(2) {
  display: block;
}
.auth-page .phone_or_login.phone_or_login-phone label:nth-of-type(3) {
  display: block;
}
.auth-page .phone_or_login + .form-control {
  display: none;
}

@media screen and (max-width: 400px){
  .popup .pk-page .social_block{
    padding: 10px 30px 55px;
  }
}

/* CAPTCHA */
.captcha-row {
  position: relative;
  max-width: 418px;
}
.captcha-row .captcha_input {
  bottom: 0;
  height: 59px;
  left: 216px;
  max-width: 184px;
  position: absolute;
  right: 0;
}
.captcha-row .captcha_input label.error {
  white-space: nowrap;
  top: -12px;
  z-index: 1;
}
.captcha-row .captcha_input input[name="captcha_word"] {
  bottom: 0;
  position: absolute;
}
.captcha-row .captcha_image {
  height: 37px;
  position: relative;
  width: 217px;
}
.captcha-row .captcha_image img {
  height: 37px;
  border: none;
  vertical-align: top;
  width: 100%;
  width: 180px;
}
.captcha_reload {
  border: 1px solid transparent;
  cursor: pointer;
  height: 35px;
  left: 179px;
  position: absolute;
  top: 0;
  width: 36px;
  display: none;
}
.captcha_reload::before,
.captcha_reload::after {
  content: "";
  display: block;
  position: absolute;
}
.captcha_reload::before {
  border-radius: 25px;
  height: 25px;
  left: 5px;
  top: 5px;
  width: 25px;
}
.captcha_reload::after {
  background: rgba(0, 0, 0, 0) url("images/icons_wish.png") repeat scroll -67px -82px;
  height: 13px;
  left: 10px;
  top: 11px;
  transition: background 0.7s ease-in-out 0s;
  width: 15px;
}
.captcha_reload:hover:before {
  background: #383838;
}
.captcha_reload.loading:after {
  -webkit-animation: spinner 0.5s linear infinite !important;
  animation: spinner 0.5s linear infinite !important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.captcha_reload:hover:after {
  -webkit-animation: spinner 0.5s ease-out 1;
  animation: spinner 0.5s ease 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.captcha-row.b .captcha_input,
.captcha-row.b .captcha_image {
  height: 37px;
  left: inherit;
  margin: 0;
  max-width: inherit;
  position: relative;
  right: inherit;
}
.captcha-row.b .captcha_input label.error {
  top: -68px;
}
.captcha-row.b .captcha_image {
  margin-bottom: 9px;
}
.captcha-row .captcha_image .captcha_reload {
  right: 0;
  text-indent: -9999px;
}
.form .refresh a {
  display: none;
}
.captcha_reload.refresh {
  left: 202px;
  top: 8px;
}

.blog-comment-fields .captcha-row {
  display: flex;
  flex-wrap: wrap;
}
.blog-comment-fields .captcha-row > div + div {
  display: flex;
  align-items: flex-end;
}
.blog-comments div.blog-errors {
  margin-left: 0;
  margin-right: 0;
}
.blog-comment-fields .captcha-img {
  display: flex;
}
.blog-comment-fields .captcha_reload {
  position: relative;
  left: initial;
  top: initial;
  margin-left: 15px;
  display: block;
}

.popup .form-control.captcha-row label {
  margin-bottom: 20px;
}
.popup .captcha-row .captcha_image,
.popup .captcha-row .captcha_image img {
  height: 48px;
}
.popup .captcha_reload {
  top: 6px;
}
.popup .captcha-row .captcha_input {
  height: 37px;
  position: relative;
  width: 217px;
  left: 0;
}
.popup .captcha-row .captcha_image {
  bottom: 0;
  left: 216px;
  max-width: 184px;
  position: absolute;
  right: 0;
}

.auth_block {
    position: relative;
    z-index: 5;
    display: none;
}

.auth_block.active{
    display: block;
}

.width100 {
	width: 100%;
}

.auth_block__close {
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 3;
}

.auth_block__close i {
    font-size: 25px;
}

.auth_block__content {
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    width: 530px;
    min-height: 469px;
    top: -27px;
    padding: 115px 0 0;
    overflow: hidden;
}

.auth_block__content input {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 13px 20px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    border: none;
    margin: 0;
}

.auth_block__content input::-moz-placeholder {
    color: rgb(186, 186, 186);
}

.auth_block__content input::placeholder {
    color: rgb(186, 186, 186);
}

.auth_block__content .form_btn {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(254, 155, 0);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 0 12px;
}

.auth_block__content .form_btn:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

.auth_block__content .form_btn:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

.auth_block__content .form_btn.disable {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1) !important;
    background: rgb(186, 186, 186) !important;
}

.auth_block__content p, .auth_block__content .edit_link {
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.auth_block__content .networks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth_block__content .networks__text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 20px;
}

.auth_block__btn_group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 40px;
    width: calc(100% - 80px);
}

.auth_block__btn_group button {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 140.5%;
}

.auth_block__btn_group .main_btn:not(.active) {
    background: rgb(236, 236, 236);
    color: #000;
}

.auth_block__register {
    padding: 40px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.auth_block__register input:nth-child(1) {
    margin-bottom: 20px;
}

.auth_block__register .form_btn {
    margin: 25px 0 20px;
}

.auth_block__register p {
    margin-bottom: 30px;
}

.auth_block__login {
    padding: 40px 40px 0;
}

.auth_block__login input:nth-child(1) {
    margin-bottom: 20px;
}

.auth_block__login .form_btn {
    margin: 25px 0 20px;
}

.auth_block__login p {
    margin-bottom: 30px;
}

.auth_block .edit_password {
    padding: 0 40px;
}

.auth_block .edit_password h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    line-height: 140.5%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px;
}

.auth_block .edit_password .form_btn {
    margin: 20px 0;
}

.auth_block .edit_password input:nth-child(3) {
    margin: 20px 0;
}

.auth_block__continue {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth_block__continue .icon {
    width: 142px;
    height: 142px;
    background: #FE9B00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_block__continue p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 40px 0 80px;
}

.about_author {
    margin-bottom: 80px;
    gap: 20px;
}

.about_author h2, .about_author h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
}

.about_author p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.about_author__left {
    flex-shrink: 0;
}

.about_author__left h2 {
    display: none;
}

.about_author__right {
    gap: 20px;
}

footer {
    background: #FE9B00;
}

footer .footer_top {
    padding: 50px 0 40px 0;
    border-bottom: 2px solid #FFFFFF;
}

footer .footer_top .main_container {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

footer .footer_block h6 {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .footer_block .footer_link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer_block .footer_link a {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
}

footer .footer_block .footer_link .footer_item_block {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
}

footer .footer_bottom {
    padding: 35px 0 50px 0;
}

footer .footer_bottom .main_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer_bottom .main_container p {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
}

footer .footer_bottom .footer_pay {
    display: flex;
    align-items: center;
    gap: 40px;
}

footer .footer_bottom .footer_pay span {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
}

footer .footer_bottom .footer_pay_in {
    display: flex;
    align-items: center;
    gap: 45px;
}

.error {
    /* margin: 85px 0 107px 0; */
}

.error .main_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error .error_wrapper {
    max-width: 840px;
    position: relative;
}

.error .error_wrapper img {
    width: 100%;
}

.error .error_wrapper .error_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error .error_wrapper .error_text h6 {
    margin-bottom: 70px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

.error .error_wrapper .error_text a {
    height: 55px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    border-radius: 10px;
    background: #FE9B00;
    transition: 0.2s ease;
}

.error .error_wrapper .error_text a:hover {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(237, 147, 5);
}

.error .error_wrapper .error_text a:active {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(232, 141, 0);
}

.contact {
    padding: 50px 0 80px 0;
}

.contact .left_block {
    margin-bottom: 0;
    padding: 20px 17px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}

.contact .left_block a {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    transition: 0.2s ease;
    position: relative;
}

.contact .left_block a:hover {
    color: #FE9B00;
}

.contact .left_block a:hover::before {
    position: absolute;
    content: "";
    left: -16px;
    height: 100%;
    width: 2px;
    background-color: #FE9B00;
}

.contact .left_block a.active {
    color: #FE9B00;
}

.contact .left_block a.active::before {
    position: absolute;
    content: "";
    left: -16px;
    height: 100%;
    width: 2px;
    background-color: #FE9B00;
}


.contact .right_block iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 80px;
}

.contact .right_block .contact_text .contact_text_block {
    margin-bottom: 40px;
}

.contact .right_block .contact_text h6 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.contact .right_block .contact_text p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
}

.contact .right_block .contact_text p a {
    color: #000000;
    border-bottom: 1px solid;
}

.contact .right_block form {
    width: 379px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
}

.contact .right_block form input, .contact .right_block form textarea {
    border: 1px solid rgb(152, 146, 146);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 9px 23px;
    color: rgb(152, 146, 146);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    resize: none;
}

.contact .right_block form input:focus, .contact .right_block form textarea:focus {
    outline: none;
}

.contact .right_block form input::-moz-placeholder, .contact .right_block form textarea::-moz-placeholder {
    color: rgb(152, 146, 146);
}

.contact .right_block form input::placeholder, .contact .right_block form textarea::placeholder {
    color: rgb(152, 146, 146);
}

.contact .right_block form textarea {
    height: 200px;
}

.contact .right_block form .button {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    border-radius: 10px;
    background: #FE9B00;
    height: 45px;
    width: 100%;
}

.contact .right_block .help_title {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact .right_block .help_block {
    margin-bottom: 40px;
}

.contact .right_block .help_block h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.contact .right_block .help_block img {
    width: 100%;
}

.contact .contact_imgs {
    margin-top: 80px;
}

.contact .contact_imgs .contact_img_in {
    gap: 30px 0;
}

.contact .contact_imgs .contact_img_in img {
    width: 100%;
}

.contact .payment_text h6 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.contact .payment_text ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.contact .payment_text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
}

.contact .payment_text ul li .circle {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FE9B00;
}

.contact .payment_text ul li p {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400 !important;
    display: block;
    line-height: 160%;
    letter-spacing: 0;
}

.contact .payment_text ul li p b {
    font-weight: 500;
}

.contact .payment_text ul li p a {
    color: #000000;
    border-bottom: 1px solid;
}

.contact .payment_text ul li b {
    display: inline;
}

.contact .payment_text p {
    max-width: 864px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact .payment_text p:last-child {
    margin-bottom: 0;
}

.contact .payment_text .logo {
    margin-bottom: 20px;
}

.contact .payment_text iframe {
    height: 500px;
    margin-bottom: 10px;
}

.contact .about_text h6 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact .about_text h6:last-child {
    margin-bottom: 0;
}

.contact .about_text h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.contact .about_text p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact .about_text .about_cards {
    margin-bottom: 40px;
    gap: 20px 0;
}

.contact .about_text .about_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.contact .about_text .about_card img {
    width: 70px;
}

.contact .about_text .about_card span {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
}

.authors {
    margin: 50px 0 70px 0;
}

.authors .circle {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FE9B00;
}

.authors .main_container {
    position: relative;
}

.authors .main_container .scroll_top {
    margin-left: auto;
    bottom: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FE9B00;
    display: flex;
    color: #fff;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}

.scroll_top i {
    color: #000;
}

.authors .authors_card {
    border-right: 1px solid rgb(217, 217, 217);
    padding: 20px 30px;
}

.authors .authors_card:first-child {
    padding-left: 20px;
}


.authors ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.authors ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-decoration-line: underline;
}

.articles .articles_cards {
    margin: 60px 0 80px 0;
}

.articles .scroll_top {
    position: absolute;
    margin-left: auto;
    bottom: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FE9B00;
    display: flex;
    color: #fff;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}

.articles .articles_card {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.articles .articles_card h4 {
    color: rgb(155, 155, 155);
    font-size: 40px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 0;
}

.articles .articles_card span {
    color: rgb(155, 155, 155);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}

.articles .articles_card .line {
    margin: 0 14px;
    width: 2px;
    height: 74px;
    background-color: #FE9B00;
}

.articles .articles_card h6 {
    color: rgb(155, 155, 155);
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    text-decoration-line: underline;
    margin-bottom: 2px;
}

.articles .articles_card p {
    color: rgb(155, 155, 155);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}

.articles .articles_card .articles_card_text {
    flex: 1;
    padding-left: 17px;
    display: flex;
    align-items: stretch;
}

.articles .articles_card .articles_card_text .articles_card_text_left {
    text-align: center;
}

.articles .articles_card .articles_card_img {
    flex: 1;
    flex-shrink: 0;
	width: 310px;
    height: 244px;
	overflow: hidden;
}

.articles .articles_card .articles_card_img img {
    width: 100%;
}

.articles .pagination {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.articles .pagination .pagination_btn {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #FE9B00;
    color: #FE9B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.articles .pagination .pagination_btn.disable {
    border-color: #989292;
    color: #989292;
}

.articles .pagination .pagination_numbers {
    display: flex;
    align-items: center;
    gap: 20px;
}

.articles .pagination .number_block {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(152, 146, 146);
    transition: 0.2s ease;
    color: rgb(152, 146, 146);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
}

.articles .pagination .number_block:hover {
    background-color: #FE9B00;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.articles .pagination .number_block.active {
    background-color: #FE9B00;
    border: 1px solid transparent;
    color: #FFFFFF;
}

.puzzles {
    padding-bottom: 80px;
}

.puzzles .puzzles_head {
    margin: 50px 0 80px 0;
}

.puzzles .puzzles_head img {
    width: 100%;
}

.puzzles .puzzles_head span {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.puzzles .puzzles_head h6 {
    display: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.puzzles .puzzles_head p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
}

.puzzles .puzzles_card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}

.puzzles .puzzles_card h6 {
    height: 46px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    padding: 15px 10px 0 10px;
}

.puzzles .puzzles_card img {
    width: 100%;
}

.series .series_cards {
    margin: 50px 0 80px 0;
}

.series .series_card {
    margin-bottom: 20px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
}

.series .series_card img {
    width: 100%;
}

.series .series_card a {
    margin: 15px 10px 20px 10px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    border-bottom: 1px solid;
}

@media only screen and (max-width: 1100px) {
    .filter_category {
        position: absolute;
        transform: none;
    }

    .filter_category__content {
        margin-top: unset;
    }

    .filter_category__content .main_container {
        padding-top: 115px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .product-slider__card_item .main_img img {
        height: 216px;
    }


    .product-slider.product .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }


    .logo {
        width: 210px;
        min-width: 210px;
    }
}

@media only screen and (max-width: 1160px) {
    header .header_bottom {
        gap: 50px;
    }
}

@media only screen and (min-width: 1100px) {
    .mobile_menu {
        display: none !important;
    }
    .mobile_menu{
        display: none !important;
    }
}
@media (max-width: 1200px) {

	.main_filter {
		width: 100%;
	}
	.main_filter__head button {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
}
@media (max-width: 1450px) {
    .home-border__left {
        display: none;
    }

    .home-border__right {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .wrapper .main_container {
        padding: 0 48px;
    }

    header .header_top {
        display: none;
    }

    header .header_bottom_link {
        margin-right: 20px;
        gap: 40px;
        flex-shrink: 0;
    }

    header .header_bottom_link img {
        width: 30px;
    }

    header .header_bottom_link .heart_btn .number {
        right: -28px;
    }

    header .header_bottom_link .shop_btn .number {
        right: -28px;
    }

    header .header_bottom_link .header_bottom_item span {
        display: none;
    }

    header .header_bottom {
        gap: 10px;
        padding: 20px 0 40px 0;
    }

    header .header_bottom .logo {
        flex-shrink: 0;
    }

    header .header_search_media {
        display: flex;
        margin-bottom: 80px;
    }
	
	header .header_search_media div {
		width:100%
	}
	
	header .header_search_media form {
            display: flex;
			align-items: center;
			height: 40px;
			width:100%
    }

    header .header_search {
        display: none;
    }

    footer .footer_top {
        padding: 30px 0 40px 0;
    }

    footer .footer_top .main_container {
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: start;
    }

    footer .footer_top .footer_block {
        width: calc(33.3333333333% - 14px);
    }

    footer .footer_top .footer_block .footer_item_block {
        white-space: nowrap;
    }

    footer .footer_top .footer_block .footer_item_block br {
        display: none;
    }

    footer .footer_top .footer_block h6 {
        font-size: 18px;
    }

    footer .footer_top .footer_block .footer_link {
        gap: 12px;
    }

    footer .footer_top .footer_block .footer_link a {
        font-size: 16px;
    }

    footer .footer_top .footer_block .footer_link .footer_item_block {
        font-size: 18px;
    }

    footer .footer_bottom {
        padding: 30px 0;
    }

    footer .footer_bottom .main_container {
        align-items: start;
        flex-direction: column-reverse;
        gap: 40px;
    }

    footer .footer_bottom .main_container p {
        font-size: 18px;
    }

    footer .footer_bottom .footer_pay span {
        font-size: 18px;
    }

    footer .footer_bottom .footer_pay_in {
        gap: 22px;
    }

    .error .error_wrapper .error_text {
        position: static;
        transform: translateY(-20%);
    }

    .wrapper .main_container {
        padding: 0 49px;
    }


    .home-block__left {
        display: none;
    }


    .home-slider {
        width: calc(100% + 98px);
        margin-left: -49px;
        padding: 0;
    }

    .home-slider_item {
        padding: 30px 49px 40px;
    }

    .home-slider_item img {
        height: 510px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home-slider_item p {
        font-size: 16px;
        line-height: 19px;
        left: 49px;
        bottom: 40px;
    }

    .home-slider_item_card {
        gap: 20px;
    }

    .home-slider_item_card img {
        height: 200px;
    }

    .product-slider__card__btn_prev {
        display: none;
    }

    .product-slider__card__btn_next {
        display: none;
    }

    .home-descriptions p {
        font-size: 18px;
    }

    .product-card {
        gap: 20px;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .product-card .description {
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 145%;
        margin-top: 30px;
    }

    .product-card__left {
        width: calc(100% - 325px - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product-card__left .description {
        display: none;
    }

    .product-card__parent_slider {
        margin-bottom: 66px;
        width: 100%;
        height: 100%;
    }

    .product-card__parent_slider .swiper-slide {
        height: 100%;
    }

    .product-card__parent_slider .main_img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-card .child_slider__wrap {
        max-width: 670px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .product-card .child_slider__wrap .swiper {
        width: 232px;
    }

    .product-card .child_slider__wrap .swiper-slide img {
        height: 60px;
    }

    .product-card__right {
        width: 325px;
        padding: 10px 10px 26px;
    }

    .product-card__right_head {
        align-items: flex-start;
        gap: 12px;
    }

    .product-card__right_head h2 {
        font-size: 18px;
    }

    .product-card__right_head .card_like {
        width: 35px;
        height: 35px;
    }

    .product-card__right_head .card_like img, .product-card__right_head .card_like svg {
        width: 17.5px;
        height: auto;
    }

    .product-card__right_comment {
        margin-bottom: 20px;
    }

    .product-card__right_comment__text {
        gap: 10px;
    }

    .product-card__right_comment__text .stars {
        gap: 6px;
    }

    .product-card__right_comment__text span {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }

    .product-card__right_comment .card_subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .product-card__right__datas {
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        gap: 10px;
        margin-bottom: 30px;
    }

    .product-card__right__datas_item {
        gap: 7px;
    }

    .product-card__right__datas .key {
        width: 100%;
    }

    .product-card__right__datas .key .line {
        width: 100%;
    }

    .product-card__right__datas .value {
        width: auto;
        white-space: nowrap;
    }

    .product-card__right_foot .price {
        gap: 10px;
    }

    .product-card__right_foot .price span {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .product-card__right_foot .price del {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn {
        padding: 7px 10px 8px;
        gap: 15px;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .auth_block__content {
        top: -150px;
    }

    .filter_category__content {
        width: 100%;
        margin-left: 0;
    }

    .filter_category__content .category_list {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .filter_modal {
        display: none !important;
    }

    .auth_block {
        display: none;
    }

    .auth_block.active {
        display: block;
    }

    @keyframes authContentAcitve {
        from {
            transform: translateX(100vw);
        }
        to {
            transform: translateX(0);
        }
    }
    .auth_block.active .auth_block__content {
        animation: authContentAcitve 0.5s linear 1;
    }

    @keyframes authEndActive {
        from {
            display: block;
        }
        to {
            display: block;
        }
    }
    .auth_block.end-active {
        display: none;
        animation: authEndActive 0.5s linear 1;
    }

    @keyframes authContentEndAcitve {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(100vw);
        }
    }
    .auth_block.end-active .auth_block__content {
        animation: authContentEndAcitve 0.5s linear 1;
    }
}

@media only screen and (max-width: 992px) {
    .contact .right_block {
        width: 100%;
    }

    .contact .right_block .contact_map iframe {
        height: 259px;
    }

    .contact .right_block .contact_text .contact_text_block {
        margin-bottom: 30px;
    }

    .contact .right_block .contact_text h6 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact .right_block .contact_text_block h6 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact .right_block .contact_text_block p {
        font-size: 16px;
    }

    .contact .right_block .help_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .contact .right_block .help_block {
        margin-bottom: 30px;
    }

    .contact .right_block .help_block h5 {
        font-size: 24px;
    }

    .contact .payment_text h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact .payment_text iframe {
        height: 260px;
    }

    .contact .payment_text ul {
        margin-bottom: 30px;
    }

    .contact .payment_text ul li {
        font-size: 16px;
    }

    .contact .payment_text ul li .circle {
        width: 14px;
        height: 14px;
    }

    .contact .payment_text ul li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }

    .contact .payment_text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text h6:last-child {
        margin-bottom: 0;
    }

    .contact .about_text h5 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact .about_text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text .about_cards {
        margin-bottom: 30px;
    }

    .contact .about_text .about_card img {
        width: 70px;
    }

    .contact .about_text .about_card span {
        font-size: 16px;
    }

    .authors {
        margin: 40px 0;
    }

    .authors .authors_card {
        padding: 0 20px 0 20px;
    }

    .authors .authors_card:first-child {
        padding: 0 20px 0 20px;
    }

    .authors .authors_card a {
        font-size: 16px;
        line-height: 19px;
    }

    .authors .main_container .scroll_top {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -100px;
        right: 10px;
        background-color: #FFFFFF;
    }

    .authors .main_container .scroll_top svg {
        width: 21px;
    }

    .authors .main_container .scroll_top svg path {
        fill: #FE9B00;
    }

    .authors ul {
        padding-bottom: 0;
    }

    .articles .articles_card {
        flex-direction: column;
        gap: 36px;
    }

    .articles .articles_card .articles_card_text {
        padding: 15px 8px 8px 8px;
        width: 100%;
    }

    .articles .articles_card_img {
        width: 100%;
    }

    .discount_descriptions p {
        font-size: 16px;
    }

    .main_pagination {
        margin: 80px 0;
    }

    .main_filter {
        width: 100%;
    }

    .main_filter__head button {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .product-commentary__head {
        margin-bottom: 60px;
    }

    .product-commentary__head h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .product-commentary__head .main_btn {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        padding: 7px 24px 8px;
        gap: 35px;
    }

    .product-commentary__item_wrap {
        gap: 30px;
    }

    .product-commentary__item_head {
        margin-bottom: 26px;
    }

    .product-commentary__item_head span {
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
    }

    .product-commentary__item_description {
        margin-bottom: 20px;
    }

    .auth_block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .auth_block__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.53);
        z-index: -1;
    }

    .auth_block__close {
        top: -38.44px;
        right: -21px;
        transform: translateY(-100%);
    }

    .auth_block__content {
        position: static;
        width: 100%;
        height: 768px;
    }

    .auth_block__content_in {
        width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .about_author {
        gap: 15px;
        flex-direction: column;
    }

    .about_author h2 {
        font-size: 20px;
    }

    .about_author h3 {
        font-size: 16px;
    }

    .about_author p {
        font-size: 16px;
    }

    .about_author__left {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .about_author__left h2 {
        display: block;
    }

    .about_author__left img {
        width: 210px;
    }

    .about_author__right {
        gap: 10px;
    }

    .about_author__right h2 {
        display: none;
    }

    .filter_category__content .category_list .line_3 {
        display: none;
    }
}

@media only screen and (max-width: 992px) and (max-height: 750px) {
    .auth_block__content {
        overflow-y: scroll;
        height: 100%;
    }

    .auth_block__content_in {
        height: 670px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 140px;
        min-width: 140px;
    }

    header .header_bottom_link {
        margin-right: 0;
        gap: 40px;
        flex-shrink: 0;
        align-items: center;
    }

    header .header_bottom_link .media_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .header_bottom_link img {
        width: 30px;
    }

    header .header_bottom_link .heart_btn, header .header_bottom_link .shop_btn {
        display: none;
    }

    header .header_bottom {
        gap: 10px;
        padding: 30px 0 40px 0;
    }

    header .header_bottom .logo {
        width: 140px;
        flex-shrink: 0;
    }

    header .header_search_media {
        height: 38px;
        margin-bottom: 40px;
    }

    header .header_search_media .catalog_btn {
        width: auto;
    }

    header .header_search_media .catalog_btn span {
        display: none;
    }

    footer .footer_top {
        padding: 20px 0;
    }

    footer .footer_top .main_container {
        gap: 20px;
    }

    footer .footer_top .footer_block {
        width: calc(50% - 10px);
    }

    footer .footer_top .footer_block h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    footer .footer_top .footer_block .footer_link {
        gap: 15px;
    }

    footer .footer_top .footer_block .footer_link a {
        font-size: 14px;
    }

    footer .footer_top .footer_block .footer_link .footer_item_block {
        white-space: normal;
        max-width: 300px;
        font-size: 16px;
    }

    footer .footer_bottom {
        padding: 28px 0;
    }

    footer .footer_bottom .main_container {
        gap: 20px;
    }

    footer .footer_bottom .main_container p {
        font-size: 16px;
    }

    footer .footer_bottom .footer_pay {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    footer .footer_bottom .footer_pay span {
        font-size: 14px;
    }

    footer .footer_bottom .footer_pay_in {
        gap: 12px;
    }

    footer .footer_bottom .footer_pay_in a {
        width: 50px;
    }

    .main_breadcrumb .active, .main_breadcrumb a {
        font-size: 12px;
    }

    .main_breadcrumb img {
        width: 14px;
    }

    .error {
        margin: 40px 0;
    }

    .error .error_wrapper .error_text h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 39px;
    }

    .error .error_wrapper .error_text a {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
    }

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

    .contact .left_block {
        margin-bottom: 40px;
        flex-wrap: wrap;
        padding: 20px;
        width: 100%;
        flex-direction: row;
        gap: 24px 46px;
    }

    .contact .left_block a {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .contact .right_block .contact_map iframe {
        height: 117px;
        margin-bottom: 40px;
    }

    .contact .right_block .contact_text .contact_text_block {
        margin-bottom: 30px;
    }

    .contact .right_block .contact_text h6 {
        font-size: 16px;
        line-height: 19px;
    }

    .contact .right_block .contact_text_block h6 {
        font-size: 16px;
        line-height: 19px;
    }

    .contact .right_block .contact_text_block p {
        font-size: 14px;
        line-height: 160%;
    }

    .contact .right_block form {
        width: 100%;
        padding: 20px 10px;
    }

    .contact .right_block form input, .contact .right_block form textarea {
        font-size: 14px;
        line-height: 140%;
    }

    .contact .right_block form button {
        margin-top: 5px;
    }

    .contact .right_block .help_title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .contact .right_block .help_block h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact .right_block .help_block:last-child {
        margin-bottom: 0;
    }

    .contact .payment_text h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact .payment_text .logo {
        margin-bottom: 10px;
    }

    .contact .payment_text iframe {
        height: 177px;
    }

    .contact .payment_text ul {
        gap: 5px;
    }

    .contact .payment_text ul li {
        font-size: 14px;
    }

    .contact .payment_text ul li .circle {
        width: 10px;
        height: 10px;
    }

    .contact .payment_text ul li p {
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
    }

    .contact .payment_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact .about_text h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact .about_text h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact .about_text .about_cards {
        margin-bottom: 30px;
    }

    .contact .about_text .about_card img {
        width: 50px;
    }

    .contact .about_text .about_card span {
        font-size: 12px;
    }

    .articles .articles_cards {
        margin: 30px 0 40px 0;
    }

    .articles .pagination {
        margin-bottom: 40px;
        gap: 20px;
    }

    .articles .pagination .number_block:nth-child(n+4) {
        display: none;
    }

    .articles .scroll_top {
        width: 40px;
        right: 10px;
        height: 40px;
        bottom: -100px;
        background-color: #fff;
    }

    .articles .scroll_top svg {
        width: 21px;
    }

    .articles .scroll_top svg path {
        fill: #FE9B00;
    }

    .articles .articles_card {
        flex-direction: column;
        gap: 20px;
    }

    .articles .articles_card:last-child {
        margin-bottom: 0;
    }

    .articles .articles_card .articles_card_text {
        padding: 15px 8px 8px 8px;
        width: 100%;
    }

    .articles .articles_card .articles_card_text h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .articles .articles_card .articles_card_text span {
        font-size: 14px;
        line-height: 16px;
    }

    .articles .articles_card .articles_card_text .line {
        height: 90px;
    }

    .articles .articles_card .articles_card_text h6 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .articles .articles_card .articles_card_text p {
        font-size: 14px;
        line-height: 16px;
    }

    .puzzles {
        padding-bottom: 40px;
    }

    .puzzles .puzzles_head {
        margin: 40px 0 30px 0;
    }

    .puzzles .puzzles_head span {
        display: none;
    }

    .puzzles .puzzles_head h6 {
        display: flex;
        justify-content: end;
    }

    .puzzles .puzzles_head p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 160%;
    }

    .puzzles .puzzles_card {
        gap: 20px;
    }

    .puzzles .puzzles_card h6 {
        padding: 10px 10px 0 10px;
        font-size: 14px;
        height: 32px;
        font-weight: 400;
    }

    .series .series_cards {
        margin: 40px 0;
    }

    .series .series_cards .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .series .series_card a {
        margin: 10px 10px 20px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 140%;
    }

    .mobile_menu {
        padding: 0;
        box-shadow: none;
        position: fixed !important;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5294117647) !important;
    }

    .mobile_menu__close {
        top: 25px;
        right: 25px;
    }
	
	.mobile_menu__content_title {
        top: 25px;
        left: 25px;
    }
	
    .mobile_menu__close svg {
        width: 18.75px;
        height: auto;
    }

    .mobile_menu__content {
        background: white;
        width: 100%;
        padding: 95px 10px 33px;
        position: relative;
    }

    .mobile_menu__content .notification {
        gap: 76px;
        margin-bottom: 30px;
        display: flex;
    }

    .mobile_menu__content .notification a img {
        width: 26.25px;
    }

    .mobile_menu__content .notification a span {
        background: #FE9B00;
        color: #fff;
        width: 28px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: center;
        justify-content: center;
        right: -6.8px;
        bottom: 6.24px;
        transform: translateX(100%);
    }

    .mobile_menu__content .notification a i {
        font-size: 20px;
    }

    .mobile_menu__content .content_top {
        gap: 34px;
        margin-bottom: 63px;
        justify-content: space-between;
    }

    .mobile_menu__content .content_top a {
        gap: 6px;
        font-size: 12px;
        line-height: 14px;
    }

    .mobile_menu__content .content_top a img {
        height: 15px;
    }

    .mobile_menu__content .content_top a i {
        font-size: 20px;
    }

    .mobile_menu__content .content_bottom {
        flex-wrap: wrap;
        gap: 27px 10px;
    }

    .mobile_menu__content .content_bottom .phone {
        gap: 13px;
    }

    .mobile_menu__content .content_bottom .phone img {
        width: 15.62px;
    }

    .mobile_menu__content .content_bottom .number {
        gap: 7px;
    }

    .mobile_menu__content .content_bottom .number a {
        font-size: 12px;
        line-height: 14px;
    }

    .mobile_menu__content .content_bottom .flags {
        padding: 7px 8px;
    }

    .mobile_menu__content .content_bottom .flags img {
        width: 34px;
    }

    .mobile_menu__content .content_bottom .feedback {
        padding: 11px 46px 10px 45px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .filter_category {
        top: 0;
        height: 100%;
        padding-top: 107px;
    }

    .filter_category__content .main_container {
        padding-top: 70px;
        padding-bottom: 59px;
    }

    .filter_category__content .category_list {
        gap: 15px 25px;
    }

    .filter_category__content .category_list .line {
        display: none;
    }

    .filter_category__content .category_list .line_1, .filter_category__content .category_list .line_3 {
        display: block;
        height: 1px;
        width: 100%;
    }

    .filter_category__content .category_list__item {
        width: calc(50% - 12.5px);
        padding-top: 0;
    }

    .filter_category__content .category_list__item:nth-child(1) {
        width: 100%;
    }

    .filter_category__content .category_list__item_in ul {
        width: 50%;
    }

    .filter_category__content .category_range {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .product-card {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 40px;
        border: 0;
    }

    .product-card .description {
        font-size: 14px;
        margin-top: 20px;
    }

    .product-card__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-card__parent_slider {
        margin-bottom: 20px;
        height: 100%;
    }

    .product-card__parent_slider .swiper-slide {
        height: 100%;
    }

    .product-card__parent_slider .main_img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-card .child_slider__wrap {
        max-width: 100%;
        justify-content: center !important;
        gap: 12px;
    }

    .product-card__child_slider {
        margin: 0;
    }

    .product-card__child_slider__btn_prev svg, .product-card__child_slider__btn_next svg {
        width: 25px;
    }

    .product-card__right {
        width: 100%;
        padding: 10px 10px 31px;
    }

    .product-card__right_head {
        align-items: flex-start;
        gap: 20px;
    }

    .product-card__right_head h2 {
        font-size: 16px;
    }

    .product-card__right_head .card_like {
        width: 30px;
        height: 30px;
    }

    .product-card__right_head .card_like img, .product-card__right_head .card_like svg {
        width: 15px;
    }

    .product-card__right_comment {
        margin-bottom: 30px;
    }

    .product-card__right_comment__text {
        gap: 8px;
        align-items: center !important;
    }

    .product-card__right_comment__text .stars {
        gap: 5px;
    }

    .product-card__right_comment__text .stars svg {
        width: 12px;
        height: auto;
    }

    .product-card__right_comment__text span {
        font-size: 12px;
        line-height: 14px;
    }

    .product-card__right_comment .card_subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .product-card__right__datas {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 30px;
    }

    .product-card__right__datas .key .line {
        transform: translateY(-3px);
    }

    .product-card__right__datas .value {
        width: auto;
        white-space: nowrap;
    }

    .product-card__right_foot .price {
        gap: 10px;
    }

    .product-card__right_foot .price del {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn {
        padding: 5px 12px;
        gap: 11px;
        font-size: 16px;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn svg {
        width: 17.5px;
        height: auto;
    }

    .about_author {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .about_author h2 {
        font-size: 16px;
    }

    .about_author h3 {
        font-size: 14px;
    }

    .about_author p {
        font-size: 14px;
    }

    .about_author__left {
        flex-direction: column;
    }

    .about_author__left img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

@media only screen and (max-width: 620px) {

    .product-slider.product {
        margin-bottom: 40px;
    }

    .product-slider.product .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }


    .product-commentary {
        margin-bottom: 40px;
    }

    .product-commentary__head {
        margin-bottom: 40px;
    }

    .product-commentary__head h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .product-commentary__head .main_btn {
        padding: 0;
        width: 60px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .product-commentary__head .main_btn span {
        display: none;
    }

    .product-commentary__item_head {
        margin-bottom: 18px;
    }

    .product-commentary__item_head span {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .product-commentary__item_stars {
        gap: 0;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .product-commentary__item_stars span {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }

    .product-commentary__item_type {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .product-commentary__item_description {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .main_container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper .main_container {
        padding: 0 10px;
    }

    .home-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0;
    }

    .home-slider_item {
        padding: 20px 10px 42px;
        height: 342px;
    }

    .home-slider_item img {
        height: 228px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home-slider_item p {
        font-size: 14px;
        line-height: 16px;
        left: 10px;
        bottom: 42px;
    }

    .home-slider_item_card {
        gap: 10px;
        padding-top: 0;
    }

    .home-slider_item_card img {
        height: auto;
    }

    .home-slider_item_card h4 {
        margin: 0;
        font-size: 12px;
        margin-top: 10px;
        min-height: auto;
    }

    .home-slider_item_card h3 {
        font-size: 16px;
    }

    .home-slider__navigation {
        margin-top: 20px;
    }

    .home-slider__navigation button svg {
        width: 34px;
        height: auto;
    }

    .product-slider__head {
        margin: 40px 0 15px;
    }

    .product-slider__head h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .product-slider__head a {
        align-items: flex-end;
        gap: 6.8px;
    }

    .product-slider__head a span {
        font-size: 12px;
    }

    .product-slider__head a svg {
        width: 16.25px;
        height: auto;
    }

    .product-slider__card_item .main_img img {
        height: 200px;
    }

    .product-slider__card_item .card_like {
        width: 30px;
        height: 30px;
    }

    .product-slider__card_item .card_like svg, .product-slider__card_item .card_like img {
        width: 21px;
        height: auto;
    }

    .main_filter {
        margin-bottom: 10px;
    }

    .main_filter__head_ing {
        font-size: 14px;
        line-height: 16px;
    }

  

    .main_pagination {
        margin: 40px 0;
    }

    .main_pagination__item:nth-child(n+4) {
        display: none;
    }

    .home-descriptions {
        margin: 20px 0 40px;
        gap: 10px;
    }

    .home-descriptions p {
        font-size: 16px;
    }

    .discount_descriptions {
        margin-bottom: 40px;
        gap: 10px;
    }

    .discount_descriptions p {
        font-size: 14px;
    }

    .discount_descriptions button {
        margin-top: -5px;
        font-size: 14px;
    }


    .auth_block__content {
        height: 648px;
        padding: 0;
    }

    .auth_block__content input {
        font-size: 14px;
    }

    .auth_block__content_in {
        width: 100%;
        padding: 95px 0 20px;
    }

    .auth_block__content .form_btn {
        padding: 13px 0 12px;
        font-size: 16px;
    }

    .auth_block__content p, .auth_block__content a {
        font-size: 14px;
    }

    .auth_block__content .networks__text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .auth_block__close {
        top: 25.62px;
        right: 25.62px;
        transform: translate(0);
    }

    .auth_block__close svg {
        width: 18px;
        height: auto;
    }

    .auth_block__btn_group {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .auth_block__btn_group button {
        padding: 9px 0;
        font-size: 16px;
    }

    .auth_block__register, .auth_block__login,
    .auth_block .edit_password {
        padding: 30px 10px 0;
    }
}

@media only screen and (max-width: 576px) and (max-height: 648px) {
    .auth_block {
        display: block;
    }

    .auth_block__content {
        overflow-y: scroll;
        height: 100%;
    }

    .auth_block__content_in {
        height: 648px;
    }
}

@media only screen and (max-width: 420px) {
    .filter_modal__content {
        width: 100%;
        padding: 30px 30px 30px 10px;
    }

    .filter_modal__head {
        margin-bottom: 47px;
    }

    .filter_modal__head_left {
        font-size: 14px;
        gap: 15px;
    }

    .filter_modal .main_btn {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .about_author__left img {
        height: 200px;
    }
}

@media only screen and (max-width: 1100px) {
    .filter_category__content .main_container {
        padding-top: 115px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .product-slider.product .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

}

@media only screen and (max-width: 1160px) {
    header .header_bottom {
        gap: 20px;
    }
}

@media only screen and (min-width: 1100px) {
    .mobile_menu {
        display: none !important;
    }
    .media_btn {
        display: none !important;
    }
}

@media only screen and (max-width: 1100px) {
    .wrapper .main_container {
        padding: 0 48px;
    }

    header .header_top {
        display: none;
    }

    header .header_bottom_link {
        margin-right: 20px;
        gap: 40px;
        flex-shrink: 0;
    }

    header .header_bottom_link img {
        width: 30px;
    }

    header .header_bottom_link .heart_btn .number {
        right: -28px;
    }

    header .header_bottom_link .shop_btn .number {
        right: -28px;
    }

    header .header_bottom_link .header_bottom_item span {
        display: none;
    }

    header .header_bottom {
        gap: 10px;
        padding: 5px 0 15px 0;
    }

    header .header_bottom .logo {
        flex-shrink: 0;
    }

    header .header_search_media {
        display: flex;
        margin-bottom: 80px;
    }

    header .header_search {
        display: none;
    }

    footer .footer_top {
        padding: 30px 0 40px 0;
    }

    footer .footer_top .main_container {
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: start;
    }

    footer .footer_top .footer_block {
        width: calc(33.3333333333% - 14px);
    }

    footer .footer_top .footer_block .footer_item_block {
        white-space: nowrap;
    }

    footer .footer_top .footer_block .footer_item_block br {
        display: none;
    }

    footer .footer_top .footer_block h6 {
        font-size: 18px;
    }

    footer .footer_top .footer_block .footer_link {
        gap: 12px;
    }

    footer .footer_top .footer_block .footer_link a {
        font-size: 16px;
    }

    footer .footer_top .footer_block .footer_link .footer_item_block {
        font-size: 18px;
    }

    footer .footer_bottom {
        padding: 30px 0;
    }

    footer .footer_bottom .main_container {
        align-items: start;
        flex-direction: column-reverse;
        gap: 40px;
    }

    footer .footer_bottom .main_container p {
        font-size: 18px;
    }

    footer .footer_bottom .footer_pay span {
        font-size: 18px;
    }

    footer .footer_bottom .footer_pay_in {
        gap: 22px;
    }

    .error .error_wrapper .error_text {
        position: static;
        transform: translateY(-20%);
    }

    .wrapper .main_container {
        padding: 0 49px;
    }

    .home-border__left {
        display: none;
    }

    .home-border__right {
        display: none;
    }

    .home-block__left {
        display: none;
    }


    .home-slider {
        width: calc(100% + 98px);
        margin-left: -49px;
        padding: 0;
    }

    .home-slider_item {
        padding: 30px 49px 40px;
    }

    .home-slider_item img {
        height: 510px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home-slider_item p {
        font-size: 16px;
        line-height: 19px;
        left: 49px;
        bottom: 40px;
    }

    .home-slider_item_card {
        gap: 20px;
    }

    .home-slider_item_card img {
        height: 200px;
    }

    .product-slider__card__btn_prev {
        display: none;
    }

    .product-slider__card__btn_next {
        display: none;
    }

    .home-descriptions p {
        font-size: 18px;
    }

    .product-card {
        gap: 20px;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .product-card .description {
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 145%;
        margin-top: 30px;
    }

    .product-card__left {
        width: calc(100% - 325px - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product-card__left .description {
        display: none;
    }

    .product-card__parent_slider {
        margin-bottom: 66px;
        width: 100%;
        height: 100%;
    }

    .product-card__parent_slider .swiper-slide {
        height: 100%;
    }

    .product-card__parent_slider .main_img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-card .child_slider__wrap {
        max-width: 670px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .product-card .child_slider__wrap .swiper {
        width: 232px;
    }

    .product-card .child_slider__wrap .swiper-slide img {
        height: 60px;
    }

    .product-card__right {
        width: 325px;
        padding: 10px 10px 26px;
    }

    .product-card__right_head {
        align-items: flex-start;
        gap: 12px;
    }

    .product-card__right_head h2 {
        font-size: 18px;
    }

    .product-card__right_head .card_like {
        width: 35px;
        height: 35px;
    }

    .product-card__right_head .card_like img, .product-card__right_head .card_like svg {
        width: 17.5px;
        height: auto;
    }

    .product-card__right_comment {
        margin-bottom: 20px;
    }

    .product-card__right_comment__text {
        gap: 10px;
    }

    .product-card__right_comment__text .stars {
        gap: 6px;
    }

    .product-card__right_comment__text span {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }

    .product-card__right_comment .card_subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .product-card__right__datas {
        font-size: 16px;
        font-weight: 500;
        line-height: 140%;
        gap: 10px;
        margin-bottom: 30px;
    }

    .product-card__right__datas_item {
        gap: 7px;
    }

    .product-card__right__datas .key {
        width: 100%;
    }

    .product-card__right__datas .key .line {
        width: 100%;
    }

    .product-card__right__datas .value {
        width: auto;
        white-space: nowrap;
    }

    .product-card__right_foot .price {
        gap: 10px;
    }

    .product-card__right_foot .price span {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .product-card__right_foot .price del {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn {
        padding: 7px 10px 8px;
        gap: 15px;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .auth_block__content {
        top: -150px;
    }

    .filter_category__content {
        width: 100%;
        margin-left: 0;
        overflow: auto;
    }

    .filter_category__content .category_list {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .filter_modal {
        display: none !important;
    }

    .auth_block {
        display: none;
    }

    .auth_block.active {
        display: block;
    }

    @keyframes authContentAcitve {
        from {
            transform: translateX(100vw);
        }
        to {
            transform: translateX(0);
        }
    }
    .auth_block.active .auth_block__content {
        animation: authContentAcitve 0.5s linear 1;
    }

    @keyframes authEndActive {
        from {
            display: block;
        }
        to {
            display: block;
        }
    }
    .auth_block.end-active {
        display: none;
        animation: authEndActive 0.5s linear 1;
    }

    @keyframes authContentEndAcitve {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(100vw);
        }
    }
    .auth_block.end-active .auth_block__content {
        animation: authContentEndAcitve 0.5s linear 1;
    }
}

@media only screen and (max-width: 992px) {
    .authors .authors_card {
        border: none;
    }
    .contact .right_block {
        width: 100%;
    }

    .contact .right_block .contact_map iframe {
        height: 259px;
    }

    .contact .right_block .contact_text .contact_text_block {
        margin-bottom: 30px;
    }

    .contact .right_block .contact_text h6 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact .right_block .contact_text_block h6 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact .right_block .contact_text_block p {
        font-size: 16px;
    }

    .contact .right_block .help_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .contact .right_block .help_block {
        margin-bottom: 30px;
    }

    .contact .right_block .help_block h5 {
        font-size: 24px;
    }

    .contact .payment_text h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact .payment_text iframe {
        height: 260px;
    }

    .contact .payment_text ul {
        margin-bottom: 30px;
    }

    .contact .payment_text ul li {
        font-size: 16px;
    }

    .contact .payment_text ul li .circle {
        width: 14px;
        height: 14px;
    }

    .contact .payment_text ul li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }

    .contact .payment_text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text h6:last-child {
        margin-bottom: 0;
    }

    .contact .about_text h5 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact .about_text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text .about_cards {
        margin-bottom: 30px;
    }

    .contact .about_text .about_card img {
        width: 70px;
    }

    .contact .about_text .about_card span {
        font-size: 16px;
    }

    .authors {
        margin: 40px 0;
    }

    .authors .authors_card {
        padding: 0 20px 0 20px;
    }

    .authors .authors_card:first-child {
        padding: 0 20px 0 20px;
    }

    .authors .authors_card a {
        font-size: 16px;
        line-height: 19px;
    }

    .authors .main_container .scroll_top {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -100px;
        right: 10px;
        background-color: #FFFFFF;
    }

    .authors .main_container .scroll_top svg {
        width: 21px;
    }

    .authors .main_container .scroll_top svg path {
        fill: #FE9B00;
    }

    .authors ul {
        padding-bottom: 0;
    }

    .articles .articles_card {
        flex-direction: column;
        gap: 36px;
    }

    .articles .articles_card .articles_card_text {
        padding: 15px 8px 8px 8px;
        width: 100%;
    }

    .articles .articles_card_img {
        width: 100%;
    }

    .discount_descriptions p {
        font-size: 16px;
    }

    .main_pagination {
        margin: 80px 0;
    }

    .main_filter {
        width: 100%;
    }

    .main_filter__head button {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .product-commentary__head {
        margin-bottom: 60px;
    }

    .product-commentary__head h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .product-commentary__head .main_btn {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        padding: 7px 24px 8px;
        gap: 35px;
    }

    .product-commentary__item_wrap {
        gap: 30px;
    }

    .product-commentary__item_head {
        margin-bottom: 26px;
    }

    .product-commentary__item_head span {
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
    }

    .product-commentary__item_description {
        margin-bottom: 20px;
    }

    .auth_block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .auth_block__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.53);
        z-index: -1;
    }

    .auth_block__close {
        top: -38.44px;
        right: -21px;
        transform: translateY(-100%);
    }

    .auth_block__content {
        position: static;
        width: 100%;
        height: 768px;
    }

    .auth_block__content_in {
        width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .about_author {
        gap: 15px;
        flex-direction: column;
    }

    .about_author h2 {
        font-size: 20px;
    }

    .about_author h3 {
        font-size: 16px;
    }

    .about_author p {
        font-size: 16px;
    }

    .about_author__left {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .about_author__left h2 {
        display: block;
    }

    .about_author__left img {
        width: 210px;
    }

    .about_author__right {
        gap: 10px;
    }

    .about_author__right h2 {
        display: none;
    }

    .filter_category__content .category_list .line_3 {
        display: none;
    }
}

@media only screen and (max-width: 992px) and (max-height: 750px) {
    .auth_block__content {
        overflow-y: scroll;
        height: 100%;
    }

    .auth_block__content_in {
        height: 670px;
    }
}

@media only screen and (max-width: 768px) {
    header .header_bottom_link {
        margin-right: 0;
        gap: 40px;
        flex-shrink: 0;
        align-items: center;
    }

    header .header_bottom_link .media_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .header_bottom_link img {
        width: 30px;
    }

    header .header_bottom_link .heart_btn, header .header_bottom_link .shop_btn {
        display: none;
    }

    header .header_bottom {
        gap: 10px;
        padding: 30px 0 40px 0;
    }

    header .header_bottom .logo {
        width: 140px;
        flex-shrink: 0;
    }

    header .header_search_media {
        height: 38px;
        margin-bottom: 40px;
    }

    header .header_search_media .catalog_btn {
        width: auto;
    }

    header .header_search_media .catalog_btn span {
        display: none;
    }

    footer .footer_top {
        padding: 20px 0;
    }

    footer .footer_top .main_container {
        gap: 20px;
    }

    footer .footer_top .footer_block {
        width: calc(50% - 10px);
    }

    footer .footer_top .footer_block h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    footer .footer_top .footer_block .footer_link {
        gap: 15px;
    }

    footer .footer_top .footer_block .footer_link a {
        font-size: 14px;
    }

    footer .footer_top .footer_block .footer_link .footer_item_block {
        white-space: normal;
        max-width: 300px;
        font-size: 16px;
    }

    footer .footer_bottom {
        padding: 28px 0;
    }

    footer .footer_bottom .main_container {
        gap: 20px;
    }

    footer .footer_bottom .main_container p {
        font-size: 16px;
    }

    footer .footer_bottom .footer_pay {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    footer .footer_bottom .footer_pay span {
        font-size: 14px;
    }

    footer .footer_bottom .footer_pay_in {
        gap: 12px;
    }

    footer .footer_bottom .footer_pay_in a {
        width: 50px;
    }

    .main_breadcrumb span, .main_breadcrumb a {
        font-size: 12px;
    }

    .main_breadcrumb img {
        width: 14px;
    }

    .error {
        margin: 40px 0;
    }

    .error .error_wrapper .error_text h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 39px;
    }

    .error .error_wrapper .error_text a {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
    }

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

    .contact .left_block {
        margin-bottom: 40px;
        flex-wrap: wrap;
        padding: 20px;
        width: 100%;
        flex-direction: row;
        gap: 24px 46px;
    }

    .contact .left_block a {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .contact .right_block .contact_map iframe {
        height: 117px;
        margin-bottom: 40px;
    }

    .contact .right_block .contact_text .contact_text_block {
        margin-bottom: 30px;
    }

    .contact .right_block .contact_text h6 {
        font-size: 16px;
        line-height: 19px;
    }

    .contact .right_block .contact_text_block h6 {
        font-size: 16px;
        line-height: 19px;
    }

    .contact .right_block .contact_text_block p {
        font-size: 14px;
        line-height: 160%;
    }

    .contact .right_block form {
        width: 100%;
        padding: 20px 10px;
    }

    .contact .right_block form input, .contact .right_block form textarea {
        font-size: 14px;
        line-height: 140%;
    }

    .contact .right_block form button {
        margin-top: 5px;
    }

    .contact .right_block .help_title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .contact .right_block .help_block h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact .right_block .help_block:last-child {
        margin-bottom: 0;
    }

    .contact .payment_text h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact .payment_text .logo {
        margin-bottom: 10px;
    }

    .contact .payment_text iframe {
        height: 177px;
    }

    .contact .payment_text ul {
        gap: 5px;
    }

    .contact .payment_text ul li {
        font-size: 14px;
    }

    .contact .payment_text ul li .circle {
        width: 10px;
        height: 10px;
    }

    .contact .payment_text ul li p {
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
    }

    .contact .payment_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact .about_text h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact .about_text h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact .about_text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact .about_text .about_cards {
        margin-bottom: 30px;
    }

    .contact .about_text .about_card img {
        width: 50px;
    }

    .contact .about_text .about_card span {
        font-size: 12px;
    }

    .articles .articles_cards {
        margin: 30px 0 40px 0;
    }

    .articles .pagination {
        margin-bottom: 40px;
        gap: 20px;
    }

    .articles .pagination .number_block:nth-child(n+4) {
        display: none;
    }

    .articles .scroll_top {
        width: 40px;
        right: 10px;
        height: 40px;
        bottom: -100px;
        background-color: #fff;
    }

    .articles .scroll_top svg {
        width: 21px;
    }

    .articles .scroll_top svg path {
        fill: #FE9B00;
    }

    .articles .articles_card {
        flex-direction: column;
        gap: 20px;
    }

    .articles .articles_card:last-child {
        margin-bottom: 0;
    }

    .articles .articles_card .articles_card_text {
        padding: 15px 8px 8px 8px;
        width: 100%;
    }

    .articles .articles_card .articles_card_text h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .articles .articles_card .articles_card_text span {
        font-size: 14px;
        line-height: 16px;
    }

    .articles .articles_card .articles_card_text .line {
        height: 90px;
    }

    .articles .articles_card .articles_card_text h6 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .articles .articles_card .articles_card_text p {
        font-size: 14px;
        line-height: 16px;
    }

    .puzzles {
        padding-bottom: 40px;
    }

    .puzzles .puzzles_head {
        margin: 40px 0 30px 0;
    }

    .puzzles .puzzles_head span {
        display: none;
    }

    .puzzles .puzzles_head h6 {
        display: flex;
        justify-content: end;
    }

    .puzzles .puzzles_head p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 160%;
    }

    .puzzles .puzzles_card {
        gap: 20px;
    }

    .puzzles .puzzles_card h6 {
        padding: 10px 10px 0 10px;
        font-size: 14px;
        height: 32px;
        font-weight: 400;
    }

    .series .series_cards {
        margin: 40px 0;
    }

    .series .series_cards .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .series .series_card a {
        margin: 10px 10px 20px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 140%;
    }

    .mobile_menu {
        padding: 0;
        box-shadow: none;
        position: fixed !important;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5294117647) !important;
    }

    .mobile_menu__close {
        top: 25px;
        right: 25px;
    }

    .mobile_menu__close svg {
        width: 18.75px;
        height: auto;
    }

    .mobile_menu__content {
        background: white;
        width: 100%;
        padding: 95px 10px 33px;
        position: relative;
    }

    .mobile_menu__content .notification {
        gap: 76px;
        margin-bottom: 30px;
        display: flex;
    }

    .mobile_menu__content .notification a img {
        width: 26.25px;
    }

    .mobile_menu__content .notification a span {
        background: #FE9B00;
        color: #fff;
        width: 28px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: center;
        justify-content: center;
        right: -6.8px;
        bottom: 6.24px;
        transform: translateX(100%);
    }

    .mobile_menu__content .notification a i {
        font-size: 20px;
    }

    .mobile_menu__content .content_top {
        gap: 34px;
        margin-bottom: 63px;
        justify-content: space-between;
    }

    .mobile_menu__content .content_top a {
        gap: 6px;
        font-size: 12px;
        line-height: 14px;
    }

    .mobile_menu__content .content_top a img {
        height: 15px;
    }

    .mobile_menu__content .content_top a i {
        font-size: 20px;
    }

    .mobile_menu__content .content_bottom {
        flex-wrap: wrap;
        gap: 27px 10px;
    }

    .mobile_menu__content .content_bottom .phone {
        gap: 13px;
    }

    .mobile_menu__content .content_bottom .phone img {
        width: 15.62px;
    }

    .mobile_menu__content .content_bottom .number {
        gap: 7px;
    }

    .mobile_menu__content .content_bottom .number a {
        font-size: 12px;
        line-height: 14px;
    }

    .mobile_menu__content .content_bottom .flags {
        padding: 7px 8px;
    }

    .mobile_menu__content .content_bottom .flags img {
        width: 34px;
    }

    .mobile_menu__content .content_bottom .feedback {
        padding: 11px 46px 10px 45px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .filter_category {
        top: 0;
        height: 100%;
        padding-top: 107px;
    }

    .filter_category__content .main_container {
        padding-top: 70px;
        padding-bottom: 59px;
    }

    .filter_category__content .category_list {
        gap: 15px 25px;
    }

    .filter_category__content .category_list .line {
        display: none;
    }

    .filter_category__content .category_list .line_1, .filter_category__content .category_list .line_3 {
        display: block;
        height: 1px;
        width: 100%;
    }

    .filter_category__content .category_list__item {
        width: calc(50% - 12.5px);
        padding-top: 0;
    }

    .filter_category__content .category_list__item:nth-child(1) {
        width: 100%;
    }

    .filter_category__content .category_list__item_in ul {
        width: 50%;
    }

    .filter_category__content .category_range {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .product-card {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 40px;
        border: 0;
    }

    .product-card .description {
        font-size: 14px;
        margin-top: 20px;
    }

    .product-card__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-card__parent_slider {
        margin-bottom: 20px;
        height: 100%;
    }

    .product-card__parent_slider .swiper-slide {
        height: 100%;
    }

    .product-card__parent_slider .main_img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-card .child_slider__wrap {
        max-width: 100%;
        justify-content: center !important;
        gap: 12px;
    }

    .product-card__child_slider {
        margin: 0;
    }

    .product-card__child_slider__btn_prev svg, .product-card__child_slider__btn_next svg {
        width: 25px;
    }

    .product-card__right {
        width: 100%;
        padding: 10px 10px 31px;
    }

    .product-card__right_head {
        align-items: flex-start;
        gap: 20px;
    }

    .product-card__right_head h2 {
        font-size: 16px;
    }

    .product-card__right_head .card_like {
        width: 30px;
        height: 30px;
    }

    .product-card__right_head .card_like img, .product-card__right_head .card_like svg {
        width: 15px;
    }

    .product-card__right_comment {
        margin-bottom: 30px;
    }

    .product-card__right_comment__text {
        gap: 8px;
        align-items: center !important;
    }

    .product-card__right_comment__text .stars {
        gap: 5px;
    }

    .product-card__right_comment__text .stars svg {
        width: 12px;
        height: auto;
    }

    .product-card__right_comment__text span {
        font-size: 12px;
        line-height: 14px;
    }

    .product-card__right_comment .card_subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .product-card__right__datas {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 30px;
    }

    .product-card__right__datas .key .line {
        transform: translateY(-3px);
    }

    .product-card__right__datas .value {
        width: auto;
        white-space: nowrap;
    }

    .product-card__right_foot .price {
        gap: 10px;
    }

    .product-card__right_foot .price del {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn {
        padding: 5px 12px;
        gap: 11px;
        font-size: 16px;
        line-height: 30px;
    }

    .product-card__right_foot .main_btn svg {
        width: 17.5px;
        height: auto;
    }

    .about_author {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .about_author h2 {
        font-size: 16px;
    }

    .about_author h3 {
        font-size: 14px;
    }

    .about_author p {
        font-size: 14px;
    }

    .about_author__left {
        flex-direction: column;
    }

    .about_author__left img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

@media only screen and (max-width: 620px) {


    .product-slider.product {
        margin-bottom: 40px;
    }

    .product-slider.product .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }


    .product-commentary {
        margin-bottom: 40px;
    }

    .product-commentary__head {
        margin-bottom: 40px;
    }

    .product-commentary__head h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .product-commentary__head .main_btn {
        padding: 0;
        width: 60px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .product-commentary__head .main_btn span {
        display: none;
    }

    .product-commentary__item_head {
        margin-bottom: 18px;
    }

    .product-commentary__item_head span {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .product-commentary__item_stars {
        gap: 0;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .product-commentary__item_stars span {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }

    .product-commentary__item_type {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .product-commentary__item_description {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .main_container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper .main_container {
        padding: 0 10px;
    }

    .home-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0;
    }

    .home-slider_item {
        padding: 20px 10px 42px;
        height: 342px;
    }

    .home-slider_item img {
        height: 228px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home-slider_item p {
        font-size: 14px;
        line-height: 16px;
        left: 10px;
        bottom: 42px;
    }

    .home-slider_item_card {
        gap: 10px;
        padding-top: 0;
    }

    .home-slider_item_card img {
        height: auto;
    }

    .home-slider_item_card h4 {
        margin: 0;
        font-size: 12px;
        margin-top: 10px;
        min-height: auto;
    }

    .home-slider_item_card h3 {
        font-size: 16px;
    }

    .home-slider__navigation {
        margin-top: 20px;
    }

    .home-slider__navigation button svg {
        width: 34px;
        height: auto;
    }

    .product-slider__head {
        margin: 40px 0 15px;
    }

    .product-slider__head h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .product-slider__head a {
        align-items: flex-end;
        gap: 6.8px;
    }

    .product-slider__head a span {
        font-size: 12px;
    }

    .product-slider__head a svg {
        width: 16.25px;
        height: auto;
    }

    .product-slider__card_item .main_img img {
        height: 200px;
    }

    .product-slider__card_item .card_like {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-slider__card_item .card_like i {
        font-size: 20px;
    }


    .product-slider__card_item .card_like svg, .product-slider__card_item .card_like img {
        width: 21px;
        height: auto;
    }

    .main_filter {
        margin-bottom: 10px;
    }

    .main_filter__head_ing {
        font-size: 14px;
        line-height: 16px;
    }
    
    .main_filter__head button svg {
        width: 22.5px;
        height: auto;
    }

    .main_pagination {
        margin: 40px 0;
    }

    .main_pagination__item:nth-child(n+4) {
        display: none;
    }

    .home-descriptions {
        margin: 20px 0 40px;
        gap: 10px;
    }

    .home-descriptions p {
        font-size: 16px;
    }

    .discount_descriptions {
        margin-bottom: 40px;
        gap: 10px;
    }

    .discount_descriptions p {
        font-size: 14px;
    }

    .discount_descriptions button {
        margin-top: -5px;
        font-size: 14px;
    }


    .auth_block__content {
        height: 648px;
        padding: 0;
    }

    .auth_block__content input {
        font-size: 14px;
    }

    .auth_block__content_in {
        width: 100%;
        padding: 95px 0 20px;
    }

    .auth_block__content .form_btn {
        padding: 13px 0 12px;
        font-size: 16px;
    }

    .auth_block__content p, .auth_block__content a {
        font-size: 14px;
    }

    .auth_block__content .networks__text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .auth_block__close {
        top: 25.62px;
        right: 25.62px;
        transform: translate(0);
    }

    .auth_block__close svg {
        width: 18px;
        height: auto;
    }

    .auth_block__btn_group {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .auth_block__btn_group button {
        padding: 9px 0;
        font-size: 16px;
    }

    .auth_block__register, .auth_block__login,
    .auth_block .edit_password {
        padding: 30px 10px 0;
    }
}

@media only screen and (max-width: 576px) and (max-height: 648px) {
    .auth_block {
        display: block;
    }

    .auth_block__content {
        overflow-y: scroll;
        height: 100%;
    }

    .auth_block__content_in {
        height: 648px;
    }
}

@media only screen and (max-width: 420px) {
    .filter_modal__content {
        width: 100%;
        padding: 30px 30px 30px 10px;
    }

    .filter_modal__head {
        margin-bottom: 47px;
    }

    .filter_modal__head_left {
        font-size: 14px;
        gap: 15px;
    }

    .filter_modal .main_btn {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .about_author__left img {
        height: 200px;
    }
}


.card-btn {
    font-size: 20px;
}


.bx-filter-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.bx-filter-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.content .sidebar .section-filter .section-name-filter {
  position: relative;
  margin: 0 0 20px 0;
}
#kombox-filter .kombox-combo .lvl2 label, #kombox-filter .kombox-radio .lvl2 label {
	width:90%;
	font-size:14px;
}

.aside-close {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .product-slider__card_item .main_img img {
        height: 216px;
    }

    .col-3.d-none.d-xl-flex.filter-aside {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 100;
        max-height: 100vh;
        overflow: auto;
        transition: .08s ease;
        transform: translateX(-100vw);
        visibility: hidden;
        width: 100vw;
        min-width: 100vw;
        background-color: rgba(0, 0, 0, 0.57);
    }

    .aside-close {
        display: block;
        position: absolute;
        top: 1vh;
		left: 250px;
        /* right: 22vw; */
        z-index: 20;
        font-size: 30px;
    }
    .col-3.d-none.d-xl-flex.filter-aside.active {
        display: block !important;
        transform: none;
        visibility: visible;
    }

    .col-3.d-none.d-xl-flex.filter-aside .home-block__left .img-card__bottom {
        display: flex;
        flex-direction: column-reverse;
		width: 290px;
        /* width: 80vw; */
    }

    .col-3.d-none.d-xl-flex.filter-aside.active .home-block__left {
        display: block;
    }

    .product-slider.product .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }


    .logo {
        width: 210px;
        min-width: 210px;
    }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 40 version
*/

@media (max-width: 1500px) and (min-width: 1100px) {
    header .header_search{
        width: 100%;
    }

    header .header_search #puzzle-search-container {
        width: 100%;
    }

    header .header_search #puzzle-search-container form {
        width: 100%;
    }

    header .header_search #puzzle-search-container input {
        width: 100%;
    }
}


.auth-page .form_footer .prompt.remember input[type="checkbox"],
.forgotpasswd-page .form_footer .prompt.remember input[type="checkbox"],
.registraion-page .form_footer .prompt.remember input[type="checkbox"],
.changepasswd-page .form_footer .prompt.remember input[type="checkbox"]
{
    display: none;
}

.auth-page .form_footer .prompt.remember input[type="checkbox"] + label,
.forgotpasswd-page .form_footer .prompt.remember input[type="checkbox"] + label,
.changepasswd-page .form_footer .prompt.remember input[type="checkbox"] + label,
.registraion-page .form_footer .prompt.remember input[type="checkbox"] + label
{
    display: block;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050515;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 6px;
    padding-left: 24px;
    cursor: pointer;
    -webkit-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}

.auth-page .form_footer .prompt.remember input[type="checkbox"] + label:hover,
.forgotpasswd-page .form_footer .prompt.remember input[type="checkbox"] + label:hover,
.changepasswd-page .form_footer .prompt.remember input[type="checkbox"] + label:hover,
.registraion-page .form_footer .prompt.remember input[type="checkbox"] + label:hover
{
    color: rgb(254, 155, 0)
}

.auth-page .form_footer .prompt.remember input[type="checkbox"] + label:before,
.forgotpasswd-page .form_footer .prompt.remember input[type="checkbox"] + label:before,
.changepasswd-page .form_footer .prompt.remember input[type="checkbox"] + label:before,
.registraion-page .form_footer .prompt.remember input[type="checkbox"] + label:before
{
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #9b9b9b;
    left: 0;
    top: -1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.auth-page .form_footer .prompt.remember input[type="checkbox"]:checked + label:before,
.forgotpasswd-page .form_footer .prompt.remember input[type="checkbox"]:checked + label:before,
.changepasswd-page .form_footer .prompt.remember input[type="checkbox"]:checked + label:before,
.registraion-page .form_footer .prompt.remember input[type="checkbox"]:checked + label:before
{
    background-color: rgb(254, 155, 0);
    border-color: rgb(254, 155, 0);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.96039 0.20152C9.08927 0.330445 9.16168 0.505282 9.16168 0.687582C9.16168 0.869883 9.08927 1.04472 8.96039 1.17364L3.80734 6.32669C3.73925 6.3948 3.6584 6.44883 3.56941 6.4857C3.48043 6.52256 3.38506 6.54153 3.28874 6.54153C3.19242 6.54153 3.09705 6.52256 3.00807 6.4857C2.91908 6.44883 2.83823 6.3948 2.77014 6.32669L0.209886 3.76689C0.144222 3.70347 0.0918472 3.62761 0.055816 3.54374C0.0197848 3.45986 0.000819207 3.36964 2.59577e-05 3.27836C-0.000767291 3.18707 0.0166277 3.09654 0.0511958 3.01205C0.0857639 2.92756 0.136813 2.8508 0.201364 2.78625C0.265915 2.7217 0.342676 2.67065 0.427167 2.63608C0.511658 2.60151 0.602188 2.58412 0.693474 2.58491C0.78476 2.5857 0.874974 2.60467 0.958851 2.6407C1.04273 2.67673 1.11859 2.72911 1.18201 2.79477L3.28851 4.90127L7.9878 0.20152C8.05165 0.137633 8.12746 0.0869526 8.2109 0.0523749C8.29434 0.0177973 8.38377 0 8.4741 0C8.56442 0 8.65385 0.0177973 8.73729 0.0523749C8.82073 0.0869526 8.89654 0.137633 8.96039 0.20152Z" fill="white"/></svg>');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

html body .auth_block__content {
    padding: 32px 16px;
}

.auth_block__head h2 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .auth_block__head h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

#auth-page-form .auth_block__btn_group,
#forgotpasswd-page-form  .auth_block__btn_group,
#changepasswd-page-form .auth_block__btn_group,
#registraion-page-form .auth_block__btn_group
{
    margin-bottom: 40px;
}

.auth_block__btn_group a {
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}

.auth_block__content .form-control,
#auth-page-form .form-control,
#forgotpasswd-page-form .form-control,
#changepasswd-page-form .form-control,
#registraion-page-form .form-control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 12px;
    margin-bottom: 24px;
}

#auth-page-form button:disabled {
	pointer-events: none;
	opacity: 0.4;
}

html body .auth-page label,
html body .forgotpasswd-page label,
html body .changepasswd-page label,
html body .registraion-page label
{
    display: block;
    width: 100%;
}

html body .auth-page label span,
html body .forgotpasswd-page label span,
html body .changepasswd-page label span,
html body .registraion-page  label span
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050515;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 6px;
}

html body .auth-page label span .star, html body .auth-page label span .required-star,
html body .forgotpasswd-page label span .star, html body .forgotpasswd-page label span .required-star,
html body .changepasswd-page label span .star, html body .changepasswd-page label span .required-star,
html body .registraion-page label span .star, html body .registraion-page label span .required-star
{
    margin-left: 2px;
    color: #ff5757;
    display: inline !important;
    width: unset;
    margin-bottom: 0;
    font-size: 13px;
}

#auth-page-form .btn.btn-default,
#forgotpasswd-page-form .btn.btn-default,
#changepasswd-page-form .btn.btn-default,
#registraion-page-form .btn.btn-default
{
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(254, 155, 0);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 7px 0 6px;
    min-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
    max-width: 500px;
    margin: 0 auto 0 0;
}

#auth-page-form .btn.btn-default:hover,
#forgotpasswd-page-form .btn.btn-default:hover,
#changepasswd-page-form .btn.btn-default:hover,
#registraion-page-form .btn.btn-default:hover
{
    -webkit-transform: scale(1.024);
    -ms-transform: scale(1.024);
    transform: scale(1.024);
}


html body .auth-page .buttons,
html body .forgotpasswd-page .buttons,
html body .changepasswd-page .buttons,
html body .registraion-page .buttons
{
    margin-top: 12px;
}

.pk-page {
	max-width: 600px;
	margin: 0 auto;
}

.top-text--auth {
	margin: 10px auto;
	text-align: center;
}

.reg-new.social_block {
    margin-top: 24px;
}

.reg-new.social_block .soc-avt .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 12px;
    color: #050515;
}

.reg-new.social_block .soc-avt .row {
    margin-top: 0;
}
.reg-new.social_block .soc-avt .row .auth {
	width: 50px;
}

html body .auth_block__close {
    top: 36px;
    right: 24px;
}

.form-control.captcha-row.clearfix{
    width: 100%;
    min-width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

#FORGOTPASSWD_CAPTCHA, .inputtext.captcha {
    border: 1px solid lightgray !important;
    margin: 0 !important;
    position: static !important;
}

.form-control input:not(input[type="checkbox"]), .bx-auth-input {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 13px 20px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    border: none;
}


.tabs.tabs--compact {
    width: 100%;
}

.forgotpasswd-page.pk-page .form{
    margin-bottom: 100px;
}

.forgotpasswd-page.pk-page .form .top-text,
.forgotpasswd-page.pk-page .text-block,
.auth-page .text-block,
.changepasswd-page .text-block,
.registraion-page .text-block
{
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 12px;
    width: 100%;
    text-align: left;
}


.forgotpasswd-page.pk-page .form_footer,
.auth-page .form_footer,
.changepasswd-page .form_footer,
.registraion-page .form_footer
{
    margin-top: 24px;
}

.forgotpasswd-page.pk-page .form_footer button,
.auth-page .form_footer button,
.changepasswd-page .form_footer button,
.registraion-page .form_footer button
{
    min-height: 50px;
}

#bx_chpass_resend_link {
    width: 100%;
	text-align: center;	
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.01);
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 7px 0 6px;
    margin: 0 auto;
    min-width: 150px;
    border: 1px solid rgb(254, 155, 0);
    margin-top: 12px;
    max-width: 300px;
}
@media only screen and (max-width: 576px) {
    html body .auth_block__content_in {
        width: 100%;
        padding: 0;
    }

    html body .auth_block__btn_group a {
        padding: 4px;
        font-size: 15px;
    }

    .reg-new.social_block .soc-avt .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    html body .auth_block__close {
        top: 0;
    }
}

/*FILTER IS HERE BEGUN*/
.home-block .home-block__left .img-card__bottom{
    padding-top: 12px;
}
#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
}

#kombox-filter #set_filter {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    background: rgb(254, 155, 0);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 7px 0 6px;
    margin: 0 auto;
    min-width: 150px;
}
#kombox-filter .kombox-filter-property-head .kombox-filter-property-i {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    left: 18px;
}
#kombox-filter .kombox-filter-property-head .kombox-filter-property-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    color: #FE9B00;
    padding-left: 29px;
    white-space: nowrap;
    padding-left: 19px;
}
#kombox-filter span.for_modef {
    display: block;
}

#kombox-filter span.for_modef .modef-right .modef-wrap {
    border: 1px solid rgb(254, 155, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-left: 28px;
    padding: 12px;
}

#kombox-filter span.for_modef .modef-right .modef-wrap #modef_num {
    font-weight: 800;
}

#kombox-filter span.for_modef .modef-right .modef-wrap a {
    background: rgb(254, 155, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
    min-height: 30px;

}
#kombox-filter span.for_modef .modef-right .modef-wrap .ecke  {
    display: block;
}
#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 label {
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}

#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 label:hover{
    color: rgb(254, 155, 0);
}

#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 input {
    width: 0;
    height: 0;
    display: none;
}

#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 input + label:before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #9b9b9b;
    left: 0;
/*   top: -1px;*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

#kombox-filter .kombox-combo.kombox-filter-property-body .lvl2 input:checked + label:before  {
    background-color: rgb(254, 155, 0);
    border-color: rgb(254, 155, 0);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.96039 0.20152C9.08927 0.330445 9.16168 0.505282 9.16168 0.687582C9.16168 0.869883 9.08927 1.04472 8.96039 1.17364L3.80734 6.32669C3.73925 6.3948 3.6584 6.44883 3.56941 6.4857C3.48043 6.52256 3.38506 6.54153 3.28874 6.54153C3.19242 6.54153 3.09705 6.52256 3.00807 6.4857C2.91908 6.44883 2.83823 6.3948 2.77014 6.32669L0.209886 3.76689C0.144222 3.70347 0.0918472 3.62761 0.055816 3.54374C0.0197848 3.45986 0.000819207 3.36964 2.59577e-05 3.27836C-0.000767291 3.18707 0.0166277 3.09654 0.0511958 3.01205C0.0857639 2.92756 0.136813 2.8508 0.201364 2.78625C0.265915 2.7217 0.342676 2.67065 0.427167 2.63608C0.511658 2.60151 0.602188 2.58412 0.693474 2.58491C0.78476 2.5857 0.874974 2.60467 0.958851 2.6407C1.04273 2.67673 1.11859 2.72911 1.18201 2.79477L3.28851 4.90127L7.9878 0.20152C8.05165 0.137633 8.12746 0.0869526 8.2109 0.0523749C8.29434 0.0177973 8.38377 0 8.4741 0C8.56442 0 8.65385 0.0177973 8.73729 0.0523749C8.82073 0.0869526 8.89654 0.137633 8.96039 0.20152Z" fill="white"/></svg>');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input {
    min-height: 32px;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

#kombox-filter  .kombox-num.kombox-filter-property-body input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

html body #kombox-filter, html body #kombox-filter .kombox-filter-property-name{
    border: none;
}

a.kombox-del-filter{
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.01);
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 7px 0 6px;
    margin: 0 auto;
    min-width: 150px;
    border: 1px solid rgb(254, 155, 0);
    margin-top: 12px;
    max-width: 150px;
}
/*FILTER IS HERE ENDED*/


/*order styles*/
//.middle >.container{width:100% !important;padding:0px !important;position:relative;}
#content #bx-soa-order-form *{box-sizing:border-box;}
#content #bx-soa-order-form #pickUpMap, #content #bx-soa-order-form #pickUpMap *, #content #bx-soa-order-form #propsMap, #content #bx-soa-order-form #propsMap *{box-sizing:content-box;}
#bx-soa-order-form{font-size:12px;}
#bx-soa-order .form-control:focus{outline:none;box-shadow:none;border-color:#f2f2f2;}

#content #bx-soa-order-form .row{margin-top:0px;}
.bx-authform-formgroup-container .checkbox{padding:0px;}

#content #bx-soa-order-form .row.bx-soa-more{margin-top:30px;}
#bx-soa-orderSave{/*display:block !important;*/}

.bx-soa-section.bx-step-completed .bx-soa-section-content, .bx-soa-section.bx-selected .bx-soa-section-content{padding:0;line-height:20px;font-size:14px;transition:none;}
.bx-soa-section{transition:none;}
#bx-soa-order ul li:before{display:none;}
#bx-soa-order .alert-danger{font-size:14px;line-height:20px;border-radius:0;padding:15px 29px;background:#ffeeee;color:#e83333;}
#bx-soa-order .bx-soa-section{border-radius:0;margin:0 0 20px;}
#bx-soa-order .bx-soa-section.bx-selected{border:1px solid #f2f2f2;}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container{padding:29px 19px 29px 79px;border-bottom:1px solid #f2f2f2;background:#fbfbfb;cursor:pointer;}
#bx-soa-order .bx-soa-section.bx-selected .bx-soa-section-title-container{cursor:default;}
#bx-soa-order .bx-soa-section .bx-soa-section-title{position:relative;font-size:20px;line-height:24px;color:#333;padding-left:0!important;padding-top:1px;font-weight:bold;}
#bx-soa-order .bx-soa-section .bx-soa-section-title:before{content:"";position:absolute;left:-50px;top:-3px;margin:0;width:30px;height:30px;background:url(images/order.png) 0 0 no-repeat;}
#bx-soa-order:not(.orderform--v1) .bx-soa-section.bx-step-completed .bx-soa-section-title:before{background-color:#52c200;background-position:-30px -30px !important;}
#bx-soa-order .bx-soa-section.bx-step-error:not(.bx-selected) .bx-soa-section-title:before{background:none;background:url(images/order.png) -60px -30px no-repeat !important;}
#bx-soa-order .bx-soa-editstep{display:inline-block;margin:1px 0 0;font-size:14px;line-height:20px;border:none;}
#bx-soa-order .bx-soa-editstep:first-letter{text-transform:uppercase;}
#bx-soa-order .bx-soa-editstep:hover{text-decoration:none;}
#bx-soa-order .bx-soa-section.bx-selected .bx-soa-editstep{display:none;}
#bx-soa-order #bx-soa-region{border:1px solid #f2f2f2;}
#bx-soa-order #bx-soa-region .bx_soa_location{}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group .bx-soa-custom-label{display:block;}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child br{display:none;}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child>label{margin:0 0 5px;}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group.bx-soa-location-input-container{margin:0 0 25px;}
#bx-soa-order #bx-soa-region .bx_soa_location .radio-inline{margin:5px 40px 5px 0;}
#bx-soa-order .bx-soa .bx-soa-custom-label, .bx-soa .form-group label, .bx-soa .form-group .bx-soa-customer-label{margin:0;padding:0;font-size:13px;line-height:20px;margin-bottom:2px;color:#777777;z-index:1;}
#bx-soa-order div[class*=bx-sls] .quick-locations{margin:7px 0 12px;}
#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag{margin:3px 1px 1px 1px;padding:0;padding:5px 15px;height:auto;background:none;border:1px solid #ddd;font-size:14px;line-height:20px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}
#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag:hover{color:#FFF;}
#bx-soa-order .bx-ui-sls-tree-trunk{font-size:14px;padding-left:45px;}
#bx-soa-order div[class*=bx-sls] .form-control.dropdown-block{font-size:14px;color:#333;line-height:20px;border:1px solid #ececec;background:#f7f7f7;padding-left:44px;}
.bx-soa-location-input-container .bx-ui-slst-pool > div{padding-left:44px;}
#bx-soa-order .bx-sls .form-control.dropdown-block{position:relative;height:auto;}
#bx-soa-order div[class*=bx-sls] .form-control.dropdown-block .bx-ui-sls-container input{padding-right:27px!important;}

#bx-soa-order .bx-slst .dropdown-block.form-control{margin-bottom:10px;}
#bx-soa-order #bx-soa-orderSave{margin:20px 0 0;padding:0!important;text-align:center;}
#bx-soa-order #bx-soa-orderSave .checkbox{display:none;}
#bx-soa-order .form{text-align:center;}
#bx-soa-order .form .licence_block{display:inline-block;padding-bottom:5px;}
#bx-soa-order .form .licence_block label{font-size:14px;color:#333;}
#bx-soa-order .form .licence_block label.error{font-size:12px;}
#bx-soa-order #bx-soa-orderSave a{float:none!important;text-shadow:none;color:#FFF;padding:11px 40px 13px;font-size:17px;line-height:20px;font-weight:bold;display:inline-block !important;margin-top:0px !important;}
#bx-soa-order .bx-soa-more{border:none;padding:25px 29px 0 29px;margin:27px -29px 0 -79px;border-top:1px solid #f1f1f1;}
#bx-soa-order .bx-soa-more .bx-soa-more-btn{padding:0;}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left{background:none;}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left:hover{color:#FFF;}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group[data-property-id-row]{margin-top:20px;}

#bx-soa-order .bx-soa-section-title-count{display:none;}
#bx-soa-order .alert .row {margin-top:0px;}
#bx-soa-order .alert .row div {font-size:12px;}

.bx-sls .dropdown-fade2white{display:none;}
#bx-soa-order .form-group{position:relative;font-size:14px;}
#bx-soa-order .form-group label[for="zipProperty"]:not(.error){top:0px;left:0px;font-weight:normal;cursor:text;display:block;font-size:13px;margin-bottom:7px;color:#777777;}
#bx-soa-order .form-group.value_y label:not(.error){position:absolute;background:#FFF;font-size:12px;top:-10px;left:10px;padding:0 7px;}
#bx-soa-order .form-group.value_y input, #bx-soa-order .form-group.value_y textarea{background:#FFF;}

#bx-soa-order .bx-soa-reference{margin:-8px 0 0;padding:0;font-size:12px;line-height:14px;color:#999999;border:none;}
#bx-soa-order .bx-soa .form-group .radio-inline{padding:0;}
#bx-soa-order .bx-soa .form-group .radio-inline label{display:inline-block;float:none;margin:0;font-size:15px;font-weight:bold;color:#333333;cursor:pointer;position:relative;padding:0 0 0 32px!important;}
#bx-soa-order .bx-soa .form-group .radio-inline label:before{content:"";display:block;position:absolute;left:0;top:-1px;width:20px;height:20px;background:#fbfbfb;border:1px solid #e9e9e9;border-radius:100%;}
#bx-soa-order .bx-soa .form-group .radio-inline label:hover:before{border:none;}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label{cursor:default;}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before{border:none;}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label:after{content:"";position:absolute;left:5px;top:5px;width:10px;height:8px;background:url(images/order_ext.png) -64px -9px no-repeat;}
#bx-soa-order .bx-soa .form-group .radio-inline input{display:none;}
#bx-soa-order .bx-soa-tooltip{position:absolute;bottom:-22px;left:0px;padding:0;background:none;max-width:100%;box-shadow:none;top:auto;}
#bx-soa-order .bx-soa-tooltip .tooltip-arrow{display:none;}
#bx-soa-order .bx-soa-tooltip .tooltip-inner{max-width:100%;padding:0;font-size:12px;line-height:20px;color:#fe5252;background:none;}
#bx-soa-order .has-error .form-control{border-color:#fe5252;}
#bx-soa-order .form-group.has-error{margin-bottom:41px!important;}
#bx-soa-order .form-group.has-error input{border-color:#fe5252;}
#bx-soa-order .form-group.has-error .form-control.dropdown-block{border-color:#fe5252;}
#bx-soa-order .form.form-group.bx-soa-customer-field{text-align:center;padding-top:4px;margin-bottom:20px !important;}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block {display:inline-block;padding:0px;text-align:center;}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .license{display:inline-block;}
.license{margin-left:5px;}
.licence_block input{transform: scale(1.1);}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip{bottom:-35px;position:static;}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip .tooltip-inner{text-align:left;}
#bx-soa-order .form.form-group +  #bx-soa-orderSave{margin-top:15px;}

#bx-soa-order #bx-soa-delivery .bx-soa-section-title:before{background-position:-30px 0;}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-price{white-space:nowrap;}
#bx-soa-order .bx-soa .bx-soa-location-input-container:before{display:none;}
#bx-soa-order .bx-soa-pp-item-container:after{content:"";display:table;clear:both;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company{clear:both;position:relative;float:none;border:none;margin:19px 0 0;padding:0 0 24px;width:auto; max-width:100%;  flex: none; transition:none;cursor:pointer;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:after{content:"";display:table;clear:both;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:first-child{margin-top:0;}
#bx-soa-order .bx-soa-pp-company-graf-container{position:relative;padding:0;border:1px solid #fbfbfb;border-radius:0;width:120px;height:72px;background:#fbfbfb;cursor:pointer;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{/*float:left;*/}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container{display:table-cell;vertical-align:middle;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before{content:"";position:absolute;top:7px;left:7px;width:20px;height:20px;border:1px solid #f2f2f2;background:#FFF;border-radius:100%;z-index:1;}
#bx-soa-order .bx-soa-pp-item-container:hover .bx-soa-pp-company-graf-container:before{/*border:none;*/}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before{border:none;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after{content:"";position:absolute;left:12px;top:13px;width:10px;height:8px;background:url(images/order_ext.png) -64px -9px no-repeat;z-index:2;}

#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image{position:relative;border:1px solid #f2f2f2;width:118px;height:70px;top:auto;right:auto;bottom:auto;left:auto;background-position:center center!important;background-size:auto!important;background-repeat:no-repeat!important;}
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image{cursor:default;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container input{display:none;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle{display:table-cell;vertical-align:middle;padding:0 0 0 20px;font-size:15px;font-weight:bold;line-height:20px;color:#777;text-align:left;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected{cursor:default;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle{color:#333;}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost{font-size:14px;line-height:20px;color:#333;padding:1px 5px;background:#fbfbfb;text-align:center;left:0;right:0;bottom:-24px;border:1px solid #f2f2f2;border-top:none;}

#bx-soa-order .bx-soa-pp-desc-container{padding-top:0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company{position:relative;padding:22px 24px 20px;border:1px solid #f2f2f2;border-top:none;background:#fbfbfb;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:before{content:"";position:absolute;top:0;right:-1px;left:-1px;height:2px;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:after{content:"";display:table;clear:both;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-image{margin:5px 0 0;background:#FFF;cursor:default;border-radius:0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block:after{content:"";display:table;clear:both;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block>br{display:none;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{padding:10px 0 0 0px;font-size:13px;line-height:20px;color:#777777;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list{padding:0;margin:17px 0 0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li{padding:0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-termin{margin:0 3px 0 0;display:inline-block;vertical-align:top;font-size:15px;font-weight:bold;line-height:20px;color:#333;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-description{display:inline-block;vertical-align:top;font-size:15px;font-weight:bold;line-height:20px;color:#333;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo{padding:0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle{margin:0 0 10px;font-size:15px;font-weight:bold;line-height:20px;color:#383838;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field label:not(.error){position:relative;top:auto;left:auto;margin:0 0 5px;padding:0;font-size:13px;line-height:20px;color:#777777;background:none;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field .bx-soa-service-small{margin:7px 0 0;font-size:12px;line-height:14px;color:#999999;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox{margin:21px 0 0;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox:first-child{margin-top:0;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox input{display:none;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label{position:relative;padding:0 0 0 27px;font-size:14px;line-height:20px;color:#333333;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label:before{content:"";position:absolute;left:0;top:1px;width:18px;height:18px;border:1px solid #e9e9e9;background:#FFF;border-radius:2px;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label:hover:before{border:none;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:before{border:none;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:after{content:"";position:absolute;top:6px;left:4px;width:10px;height:8px;background:url(images/order_ext.png) -64px -9px no-repeat;}
#bx-soa-order .bx-soa-pp-desc-container .checkbox .bx-soa-service-small{margin:1px 0 0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field{margin:13px 0 0;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field:first-of-type{margin-top:22px;}
#bx-soa-order .bx-soa-section{border:1px solid #f2f2f2;}
#bx-soa-order .bx-soa-section.bx-step-completed{border:1px solid #f2f2f2;}
#bx-soa-order .bx-soa-pp-company-block .form-control{font-size:12px;}
#bx-soa-order .form-control{margin-bottom:0px;}
body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted{background:#ffd02e;padding:3px 8px 2px;border-radius:3px;margin:10px 0px 10px;}

#bx-soa-order .bx-soa-section .bx-soa-section-content{padding:25px 29px 25px 79px;font-size:15px;line-height:20px;color:#333333;transition:none;}
#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content strong{font-weight:bold;margin:0;}
#bx-soa-order .bx-soa-coupon{margin:30px -29px -2px -79px;padding:25px 29px 0 29px;border-top:1px solid #f2f2f2;}
#bx-soa-order #bx-soa-basket .bx-soa-coupon{margin:0 0 27px;}
#bx-soa-order #bx-soa-basket .bx-soa-more{margin:0 0 25px;}
#bx-soa-order .bx-soa-coupon-label{margin:2px 0 0;padding:0;display:inline-block;vertical-align:top;}
#bx-soa-order .bx-soa-coupon-block{display:inline-block;vertical-align:top;}
#bx-soa-order .bx-soa-coupon label{margin:0;width:90px;font-size:14px;font-weight:normal;line-height:15px;color:#333333;}
#bx-soa-order .bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-label{margin-top:0;}
#bx-soa-order .bx-soa-coupon-input{width:260px;display:block;position:relative;overflow:hidden;border-radius:2px;}
#bx-soa-order .bx-soa-coupon-input:after{content:"";position:absolute;top:-1px;bottom:-1px;right:0;margin:0;width:45px;height:auto;cursor:pointer;border:none;background:url(images/order_ext.png) -30px -28px no-repeat;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
#bx-soa-order .bx-soa-coupon-input:hover:after{background-position:9px -28px;}
#bx-soa-order .bx-soa-coupon-input input[type=text].form-control,#bx-soa-order textarea.form-control{padding:8px 67px 7px 17px;height:auto;border:none;color:#333;background:#fbfbfb;font-size:14px;line-height:20px;border-radius:2px;border:1px solid #f2f2f2;}
#bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus{background:#FFF;}
#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content .bx-soa-pp-company-selected img{display:none;}
#bx-soa-order .bx-soa-pp-company-selected{padding-top:0;padding-bottom:0;}
#bx-soa-order .bx-soa-pp-price{padding:0;font-size:15px;font-weight:bold;line-height:20px;color:#333;}

#bx-soa-order #bx-soa-paysystem .bx-soa-section-title:before{background-position:-60px 0;}
#bx-soa-order #bx-soa-properties .bx-soa-section-title:before{background-position:-90px 0;}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]){margin:4px 0 0;}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]):first-child{margin-top:0;}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label{margin:0 3px 0 0;display:inline-block;vertical-align:top;font-size:15px;font-weight:bold;line-height:20px;color:#333;}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label:after{content:":";}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label .bx-authform-starrequired{display:none;}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row])>div{display:inline-block;vertical-align:top;}
#bx-soa-order #bx-soa-basket .bx-soa-section-title:before{background-position:0 -30px;}
#bx-soa-order .bx-soa-section .bx-soa-coupon-item{display:block;}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-coupon-item>strong{display:block;margin:16px 0 0;font-weight:normal;text-transform:none;font-size:14px;line-height:20px;color:#333333;}
#bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip{float:right;display:block;margin:0 0 0 15px;opacity:1;position:relative;left:auto;bottom:auto;}
#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company{padding-bottom:0;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner{font-size:14px;color:#333;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger{position:relative;padding:0 0 0 30px;color:#333;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used{position:relative;padding:0 0 0 30px;color:#333;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success{position:relative;padding:0 0 0 30px;color:#333;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background:url(images/order_ext.png) -32px -73px no-repeat;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background:url(images/order_ext.png) -26px -4px no-repeat;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background:url(images/order_ext.png) -5px -4px no-repeat;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove{float:right;width:20px;height:20px;margin:2px 0 0 3px;border-radius:100%;background:url(images/order_ext.png) -82px -62px no-repeat;}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove:hover{background-position:-82px -82px;}

#bx-soa-order #bx-soa-properties .form-group{margin:0 0 30px;}
#bx-soa-order #bx-soa-properties.bx-selected .form-group label{position:relative;top:0px;left:0px;cursor:text;font-size:13px;margin-bottom:6px;}

#bx-soa-order #bx-soa-properties.bx-selected .form-group.value_y label{background:#FFF;top:-10px;left:10px;padding:0 7px;}
#bx-soa-order #bx-soa-properties .form-group textarea{height:106px;border:1px solid #ececec;}
#bx-soa-order #propsMap{margin:0 0 20px;height:332px!important;}
#bx-soa-order #propsMap>ymaps{height:332px!important;}
#bx-soa-order .bx-soa-cart-total{padding:30px 29px 40px;border:1px solid #f2f2f2;border-radius:0;background:#FFF;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line{margin:2px 0 0;padding:0;font-size:14px;line-height:20px;color:#333333;border:none;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child{margin-top:0;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t{width:46%;font-weight:normal;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d{width:54%;text-align:right;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total{margin:27px 0 0;padding:25px 0 0;border-top:1px solid #f2f2f2;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t{font-size:16px;font-weight:bold;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d{font-size:18px!important;font-weight:bold;}
#bx-soa-order .bx-soa-cart-total-button-container{padding:0;margin:26px 0 0;}

#bx-soa-order #bx-soa-basket .bx-soa-section-content{padding:0;}
#bx-soa-order #bx-soa-basket .bx-soa-coupon.bx-soa-coupon-item-fixed{margin:0 0 30px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table{margin:0 0 -1px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td{padding:39px 10px 25px!important;border-top:none;border-bottom:1px solid #f2f2f2;position:relative;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-info-shower{padding:0px 20px 10px;display:inline-block;}
.bx-soa-info-shower + .bx-soa-item-info-block{padding:0px 20px 0px;}
.bx-soa-info-block .bx-soa-info-line td{font-size:13px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td .bx-soa-item-td-title{padding:0;font-size:13px;line-height:20px;color:#999999;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td{padding:7px 10px 8px!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child{padding-left:30px!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child{padding-right:24px!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block{padding:0;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block{margin:0px 0 0;padding:0;width:70px;height:70px;line-height:70px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block .bx-soa-item-imgcontainer{width:70px;height:70px;line-height:70px;padding:0;border-radius:0;border:none;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content{padding:0 0 0 90px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title{margin:0 0 6px;padding:0;font-size:14px;font-weight:normal;line-height:20px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a{color:#333;}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container{max-width:100%;height:auto;margin:0 0 10px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container:after{background:none;}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-title{margin:0;padding:0;font-size:12px;line-height:16px;color:#999999;}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text{margin:0 0 0 6px;padding:0;font-size:12px;line-height:16px;color:#999999;}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-text small{display:block;margin:-1px 0 0;font-size:11px;line-height:14px;color:#aeaeae;}
#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right{text-align:left;}
#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right>div{text-align:left;}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-text{line-height:20px;}
#bx-soa-order #bx-soa-basket .bx-price{font-size:18px;line-height:16px;color:#333;}
#bx-soa-order #bx-soa-basket .bx-price+br{/*display:none;*/}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-title{font-size:12px;color:#999;vertical-align:top;}
#bx-soa-order .bx-price-old{margin:0 0 0 4px!important;font-size:13px;font-weight:normal!important;line-height:20px;color:#777777;}
#bx-soa-order #bx-soa-total-mobile{margin:0 0 20px!important;}
.bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td{border-top:1px solid #f2f2f2 !important;}
.bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td{border:none !important;}
#content noscript + b{display:none;}

.sale_order_full_table{position:relative;display:block;margin:0 auto;max-width:730px;}
.sale_order_full_table:first-of-type{padding:101px 0 0 !important;text-align:center;color:#333;border:none !important;}
.sale_order_full_table:first-of-type:before{content:"";position:absolute;left:50%;top:0;margin:0 0 0 -35px;width:70px;height:70px;background:url(images/order_ext.png) -103px -5px no-repeat;}
.sale_order_full_table:last-of-type{border:1px solid #f2f2f2;padding:34px 39px 34px;}
.sale_order_full_table:last-of-type tr:last-child td:first-child{padding-top:20px;}
.sale_order_full_table > tbody{display:block;}
.sale_order_full_table > tbody > tr{display:block;}
.sale_order_full_table .ps_logo{display:block;}
.sale_order_full_table .ps_logo br{display:none;}
.sale_order_full_table .ps_logo .pay_name{margin:0 0 22px;font-size:18px;font-weight:bold;line-height:20px;color:#333;}
.sale_order_full_table .ps_logo .image{margin:0 25px 0 0;display:inline-block;vertical-align:middle;width:120px;height:72px;line-height:68px;text-align:center;border:1px solid #f2f2f2;}
.sale_order_full_table .ps_logo .paysystem_name{display:inline-block;vertical-align:middle;font-size:14px;line-height:20px;color:#333333;}
.sale_order_full_table td>.tablebodytext{display:block;color:#333;}
.sale_order_full_table .tablebodytext br:first-of-type{display:none;}
.sale_order_full_table input[name="BuyButton"]{margin:-7px 0 0;padding:7px 19px 9px;font-size:14px;line-height:20px;font-weight:bold;color:#fff;border:1px solid transparent;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext{display:block;margin:8px 0 0;font-size:12px;line-height:18px;color:#777777;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext b{font-weight:normal;color:#333333;}

#bx-soa-order a{text-decoration:none;}
#bx-soa-order .bx-soa-cart-total .change_basket{font-size:16px;font-weight:600;position:relative;color:#333;border-bottom:1px solid #eaebec;margin:0px -29px 43px;padding:2px 29px 31px;}
#bx-soa-order .bx-soa-cart-total .change_basket .change_link{position:absolute;top:3px;right:29px;font-size:14px;font-weight:400;}

.bx-soa-auth .bx-authform-input-container input[type="text"], .bx-soa-auth .bx-authform-input-container input[type="password"]{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;background:#f7f7f7;border:1px solid #eaebec;
    border-radius:2px;box-shadow:none;color:#383838;height:auto;font-size:12px;padding:8px 13px 7px;width:100%;line-height:20px;}
    .bx-soa-auth .bx-authform-input-container label{font-size:12px;margin-bottom:2px;color:#777;}

    #bx-soa-order input[type=text], #bx-soa-order input[type=password], #bx-soa-order input[type=email], #bx-soa-order select, #bx-soa-order textarea{font-size:14px;}

    #bx-soa-order.orderform--v1 .pandd{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
    #bx-soa-order.orderform--v1 .pandd>div{flex-grow:1;}
    #bx-soa-order.orderform--v1 #pickUpMap>ymaps{width:100%;}
    #bx-soa-order.orderform--v1 #bx-soa-pickup{width:100%;}
    #bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title-container{
        cursor:default;
        background-color:transparent;
    }
    #bx-soa-order.orderform--v1 .bx-soa-section:not(#bx-soa-basket) .bx-soa-section-title-container{
        border-bottom-color:transparent;
        padding-bottom:5px;
    }
    #bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title{
     font-weight:600;
 }
 #bx-soa-order.orderform--v1 #bx-soa-delivery,#bx-soa-order.orderform--v1 #bx-soa-paysystem{
    position:relative;
    order:0;
    max-width:100%;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem{order:2;}
#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem+#bx-soa-pickup{order:1;}
#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery{order:1;}
#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery+#bx-soa-pickup{order:2;}
#bx-soa-order.orderform--v1 #bx-soa-coupon{
	display:none;
	order:3;
}
#bx-soa-order.orderform--v1 #bx-soa-coupon .bx-soa-coupon{
	border:none;
	margin:0;
	padding:0;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon-label{
	margin:-1px;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon label{
	color:#777;
	margin-bottom:6px;
	font-size:13px;
	line-height:20px;
}
#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container + .bx-soa-basket-info .bx-soa-item-td{
	border:none;
}
#bx-soa-order.orderform--v1 .bx-soa .bx-soa-custom-label, #bx-soa-order.orderform--v1 .bx-soa .form-group label{
	margin-bottom:6px;
}
#bx-soa-order.orderform--v1 div[class*="bx-sls"] .quick-locations{
	margin-top:-3px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-company-graf-container{
	height:20px;
	width:20px;
	border:none !important;
	background:transparent;
	padding:0;
	margin:0;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost{
	position:relative;
	float:none;
	bottom:inherit;
	left:inherit;
	right:inherit;
	background:none;
	border:none;
	text-align:left;
	padding:0;
	display:block;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description{
	padding:5px 7px 5px 9px;
	background:#f0f0f0;
	border:none;
	color:#333;
	border-radius:10px;
	display:inline-block;
	line-height:10px;
	vertical-align:top;
	margin:0 0 0 5px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before{
	top:0;
	left:0;
	border:1px solid #eaeaea;
	background:#fbfbfb;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::after{
	left:5px;
	top:6px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle{
	padding:0;
	color:#333;
	display:block;
	word-wrap:break-word;
	hyphens:auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company{
	position:relative;
	padding:0 0 0 35px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-company-description{
	color:#777;
	font-size:13px;
	max-width:100%;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-pp-company-description{
	padding:0;
	width:265px;
	margin:8px 0 9px 0;
}
#bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-pp-company-description{
	margin:32px 0 9px 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn{
	position:relative;
}
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn:before{
	content:"";
	position:relative;
	width:10px;
	height:8px;
	background:url(/bitrix/templates/aspro_next/images/order_ext.png) -64px -9px no-repeat;
	z-index:2;
	display:inline-block;
	margin:0 10px 0 0;
}
#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
    border-top:none !important;
}
#bx-soa-order.orderform--v1 .bx-soa-section.bx-step-error .bx-soa-section-title::before {
    background:none;
    background:url(images/order.png) -60px -30px no-repeat !important;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon{display:flex;flex-direction:row;}
#bx-soa-order.orderform--v1 .bx-soa-coupon-block{
	width:100%;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon-input{
	width:inherit;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost{
	font-size:14px;
	word-wrap:break-word;
	hyphens:auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-list-termin{
	display:inline;
	margin:0 3px 0 0;
	color:#777;
	word-wrap:break-word;
	hyphens:auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period .bx-soa-pp-list-description{
	display:inline;
	color:#333;
	word-wrap:break-word;
	hyphens:auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container{
	width:100%;
	padding:0;
	min-height:inherit;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company{
	border:none;
	background:none;
	padding:0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{
	display:none;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc ~ div{
	margin-top:8px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::before, #bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::after{
	display:none;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox{
	padding:0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-field label, #bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox label{
	font-size:13px;
	color:#777;
	line-height:20px;
	font-weight:normal;
	display:inline-block;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company-block>div:first-of-type{
	margin-top:8px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-inner-ps{
	margin:5px 0 0 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasprice .bx-soa-pp-company-smalltitle, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasperiod .bx-soa-pp-company-smalltitle, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hascalculate .bx-soa-pp-company-smalltitle{
	margin-bottom:8px;
}


.sale_order_full_table input[name="BuyButton"]{color:#fff;}
.magnifier {text-align:center;background:#fff;}
.magnifier img{vertical-align:middle;margin:auto;display:inline-block;}

.footer_inner.no_fill{background:#f6f6f7;}
.footer_inner.fill{background:transparent !important;}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before, #bx-soa-order .bx-soa .form-group .radio-inline label:hover:before, #bx-soa-order .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container:before, #bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    background-color: #FE9B00;
}
.filter.licence_block{padding:0px 0px 20px;position:relative;margin:-10px 0px 0px;}
.filter.licence_block .error{position:absolute;top:-10px; right:0; color:red !important;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total+.form{padding-top:20px;}

#bx-soa-order-form .btn.btn-default {
    background: #FE9B00;
    border-color: #FE9B00;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(78, 50, 120, 0.66);
    box-shadow: 0px 2px 8px 0px rgba(78, 50, 120, 0.66);
}
#bx-soa-order-form .btn.btn-default:hover {
  color: #FE9B00 !important;
  background: transparent !important;
  border-color: #FE9B00 !important;
}
#bx-soa-order #bx-soa-orderSave a {
	padding-top: 9px;
}
#bx-soa-main-notifications .alert:before {
	content: "";
	display:none;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery, #bx-soa-order.orderform--v1 #bx-soa-paysystem {
    position: relative;
    order: 0;
    max-width: 100%;
}
#bx-soa-order .bx-soa-editstep {display:none !important;}
#bx-soa-order .bx-soa-cart-total-button-container .btn {
    font-size: 14px!important;
}

#bx-soa-order .hidden {display:none;}
#bx-soa-order .visible-xs {display:none;}
#bx-soa-order .col-xs-12 {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #bx-soa-order.orderform--v1 #bx-soa-delivery, #bx-soa-order.orderform--v1 #bx-soa-paysystem {
        width: calc(50% - 15px);
        margin-right: 15px;
    }


    #bx-soa-order.orderform--v1 #bx-soa-delivery,#bx-soa-order.orderform--v1 #bx-soa-paysystem{width:calc(50% - 15px);margin-right:15px;}
    #bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem, #bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery{margin-right:0;margin-left:15px;}
    #bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-coupon,#bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-coupon{display:none;}
    #bx-soa-order.orderform--v1 #bx-soa-coupon{display:block;}
    #bx-soa-order.orderform--v1 #bx-soa-pickup{order:2;}
    #bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem{order:1;}
    #bx-soa-order .bx-soa-cart-total-button-container .btn {
        font-size: 12px!important;
    }
}
@media (max-width:767px){
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:left;}
  #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:0;padding-left:140px;}
  #bx-soa-order .bx-soa-pp-desc-container{margin-top:20px;padding-left:0;padding-right:0;}
  #bx-soa-order .bx-soa-pp-list-termin{width:auto;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9{float:left;width:75%;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3{float:left;width:25%;}
  #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties{width:50%!important;display:inline-block;vertical-align:top;float:none;}
  .bx-soa-item-nth-4p1{display:none;}
}
@media all and (max-width: 992px){
	#bx-soa-order .visible-xs {display:block !important;}
	#bx-soa-order .hidden-xs {display:none !important;}
	#bx-soa-order .bx-soa-section .bx-soa-section-content {
        padding-left: 29px;
    }
    #bx-soa-order .bx-soa-coupon {
        margin-left: -29px;
    }
    #bx-soa-order>.bx-soa {
        width: 100%;
        max-width: 100%;
        flex:none;
    }

    #bx-soa-total{width:100%;display:none;}
    #bx-soa-total-mobile{display:block!important;}
#bx-soa-order #bx-soa-orderSave{/*display:none;*/}
#bx-soa-order .bx-soa-cart-total-button-container{display:none !important;}
#bx-soa-order>.bx-soa{width:100%;}
#bx-soa-order #bx-soa-total .bx-soa-cart-total.bx-soa-cart-total-fixed{position:relative!important;opacity:1!important;}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-ghost{padding:0!important;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:left;}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:0;padding-left:140px;}
#bx-soa-order .bx-soa-section .bx-soa-section-content{padding-left:29px;}
#bx-soa-order .bx-soa-pp-company-selected{float:left;width:75%;}
#bx-soa-order .bx-soa-pp-price{float:right;width:25%;}
#bx-soa-order .bx-soa-item-tr{padding:20px 20px 20px 110px;border-top:1px solid #f3f3f3;}
#bx-soa-order .bx-soa-item-tr.bx-soa-item-tr-first{border-top:none;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block{padding-left:0;overflow:visible;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td{border:none;padding:0!important;min-width:0!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block{margin-left:-90px;margin-top:0;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content{padding-left:0;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties{margin-top:10px;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties>div{padding:0;text-align:left;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child{padding-left:0!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child{padding-right:0!important;}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-title{padding-bottom:0;}
#bx-soa-order .bx-soa-coupon{margin-left:-29px;}
#bx-soa-order .bx-soa-more{margin-left:-29px;}
#bx-soa-order .alert-danger{margin-left:-29px;}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d{white-space:normal;}
.bx-soa-item-tr.bx-soa-item-info-container, .bx-soa-item-tr .bx-soa-item-td{height:auto;}


}
@media all and (max-width: 450px){
  /* ORDER */
  #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:none;}
  #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:15px;padding-left:0;}
  #bx-soa-order .bx-soa-coupon-label{width:auto;display:block;margin-top:0;margin-bottom:4px;}
  #bx-soa-order .bx-soa-coupon label{width:auto;}
  #bx-soa-order .bx-soa-coupon-block{display:block;}
  #bx-soa-order .bx-soa-coupon-input{width:auto;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title{padding-right:0;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title-container .text-right{padding:0;text-align:left;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9{width:100%;float:none;text-align: left;}
  #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3{width:100%;float:none;}
  #bx-soa-order .bx-soa-editstep{margin-top:5px;}
  #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {width: 100%!important;}
  #bx-soa-order .form{text-align:left;}

}
#bx-soa-order .bx-soa-section .bx-soa-section-title:before {
    background-color: #FE9B00;
}
/* order styles end */

.ozon_button {
	text-indent: -9999px;
	background-image: url('images/ozon.png');
	width: 45px;
	height: 45px;
	background-size: 100%;
    border-radius: 25%;
    background-repeat: no-repeat;
    background-position: center center;
}
.wb_button {
	text-indent: -9999px;
	background-image: url('images/wb.svg');
	width: 45px;
	height: 45px;
	background-size: auto;
    border-radius: 25%;
    background-repeat: no-repeat;
    background-position: center center;
}

.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}

.item-images {
  display: flex !important;
  justify-content: center;
  overflow: hidden;
}

.item-images img:not(:first-child) {
  display: none;
}

.item-images .image {
  display: block;
}

.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 6px 2px 0;
  border-radius: 50%;
  background: #d6dbe0;
}

.hvr__dot--active {
  background: #fe9b00;
}