@import url(/css/styles.null.css);
@import url(/css/root.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css');

.wrapper {
    min-height: 100%;
    max-width: 1200px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    background-color: var(--primary-color);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.4);
}

.hdr {
}
.flexbox {
    display: flex;
}
.container {
    max-width: 944px;
    width: 78.666%;
    margin: auto;
}

/* POPUPS */
/* contact us popup */
.contact_us_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: none;
}
.contact_us_popup-bg.active {
    display: block;
}
.contact_us_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 460px;
    height: 590px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;
}
.contact_us_popup-body input, .contact_us_popup-body label, .contact_us_popup-body button {
    display: block;
}
.contact_us_popup-form {
    display: none;
    position: relative;
}
.contact_us_popup-form .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    font-size: 28px;
    top: -35px;
    right: -35px;
    transform: rotate(45deg);
    cursor: pointer;
}
.contact_us_popup-form.active {
    display: block;
}
.contact_us_popup-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.contact_us_popup-undertitle {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.contact_us_popup-name_label {
    margin: 37px 0 7px 0;
}
.contact_us_popup-name_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.contact_us_popup-email_label {
    margin: 26px 0 7px 0;
}
.contact_us_popup-email_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.contact_us_popup-message_label {
    margin: 26px 0 7px 0;
}
.contact_us_popup-message_input {
    width: 100%;
    max-width: 380px;
    height: 120px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    resize: none;
    padding: 6px;
}
.contact_us_popup-btn {
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.contact_us_popup-message_after {
    margin: 30px auto 0;
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    display: none;
}
/* login popup */
.login_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: none;
}
.login_popup-bg.active {
    display: block;
}
.login_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 474px;
    height: 454px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;

}
.login_popup-body input, .login_popup-body label, .login_popup-body button {
    display: block;
}
.login_popup-form {
    display: none;
    position: relative;
}
.login_popup-form .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    font-size: 28px;
    top: -35px;
    right: -35px;
    transform: rotate(45deg);
    cursor: pointer;
}
.login_popup-form.active {
    display: block;
}
.login_popup-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.login_popup-login_label {
    margin: 37px 0 7px 0;
}
.login_popup-login_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.login_popup-password_label {
    margin: 26px 0 7px 0;
}
.login_popup-password_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.login_popup-reset_btn {
    margin-top: 29px;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline;
    color: #3e607d;
    font-size: 16px;
    font-weight: 500;
}
.login_popup-submit_btn {
    margin: 45px auto 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/* reset password popup */
.resetpass_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: none;
}
.resetpass_popup-bg.active {
    display: block;
}
.resetpass_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 460px;
    width: 90vw;
    height: 300px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;
}
.resetpass_popup-form {
    display: none;
    position: relative;
}
.resetpass_popup-form .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    font-size: 28px;
    top: -35px;
    right: -35px;
    transform: rotate(45deg);
    cursor: pointer;
}
.resetpass_popup-form.active {
    display: block;
}
.resetpass_popup-body input, .resetpass_popup-body label, .resetpass_popup-body button {
    display: block;
}
.resetpass_popup-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.resetpass_popup-label {
    margin: 26px 0 7px 0;
}
.resetpass_popup-input {
    width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.resetpass_popup-reset_btn {
    margin: 45px auto 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.resetpass_popup-message_after {
    margin: 30px auto 0;
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    display: none;
}
/* register popup */
.register_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: block; /* none */
}
.register_popup-bg.active {
    display: block;
}
.register_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 460px;
    width: 90vw;
    height: 300px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;
}
.register_popup-form {
    display: none;
    position: relative;
}
.register_popup-form .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    font-size: 28px;
    top: -35px;
    right: -35px;
    transform: rotate(45deg);
    cursor: pointer;
}
.register_popup-form.active {
    display: block;
}
.register_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: none;
}
.register_popup-bg.active {
    display: block;
}
.register_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    max-width: 90vw;
    height: 662px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;
}
.register_popup-form {
    display: none;
}
.register_popup-form.active {
    display: block;
}
.register_popup-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.register_popup-body input, .register_popup-body label, .register_popup-body button {
    display: block;
}
.register_popup-firstname_label {
    margin: 26px 0 7px 0;
}
.register_popup-firstname_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.register_popup-secondname_label {
    margin: 26px 0 7px 0;
}
.register_popup-secondname_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.register_popup-contry_flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 26px 0 7px 0;
}
.register_popup-country_label {
    margin-right: 10px;
}
.register_popup-country_select {
    width: 100%;
    max-width: 310px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding-left: 10px;
}
.register_popup-nocountry_message {
    color: #ac251f;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 63px 0 121px;
    white-space: nowrap;
    display: none;
}
.register_popup-email_label {
    margin: 26px 0 7px 0;
}
.register_popup-email_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.register_popup-password_label {
    margin: 26px 0 7px 0;
}
.register_popup-password_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.register_popup-passwordconfirm_label {
    margin: 26px 0 7px 0;
}
.register_popup-passwordconfirm_input {
    width: 100%;
    max-width: 380px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    padding: 0 6px;
}
.register_popup-submit_btn {
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/* add to card popup */
.add_to_cart_popup-body .close_popup {
    display: block;
    position: absolute;
    font-size: 28px;
    top: 8px;
    right: 8px;
    transform: rotate(45deg);
    cursor: pointer;
}
.add_to_cart_popup-relbox {
    position: relative;
    width: 100%;
    height: 100%;
}
.add_to_cart_popup-bg {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 99998;
    display: none;
}
.add_to_cart_popup-bg.active {
    display: block;
}
.add_to_cart_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    max-width: 90vw;
    height: 250px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    display: none;
}

.add_to_cart_popup-body.active {
    display: block;
}
.add_to_cart_popup-title {
    padding-top: 40px;
    text-align: center;
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 500;
}
.add_to_cart_popup-btn {
    display: block;
    margin: 33px auto 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.continue_shopping_link {
    text-align: center;
    color: #3e607d;
    font-size: 16px;
    font-weight: 500;
    margin-top: 19px;
    cursor: pointer;
}
/* END OF POPUPS */

/* start of top menu */
.hdr_navi-top {
    height: 30px;
    margin: 0 0 0 auto;
    max-width: 360px;
}
.navi_top-list {
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    font-family: 'Roboto';
}
.navi_top-list-item {
}
.client_office-item {
    display: none;
}
.navi_top-list-item a {
    color: var(--secondary-color);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    font-family: 'Roboto';
}
.navi_top-list-item img {
    width: 20px;
    height: 19px;
    cursor: pointer;
}
/* end of top menu */
/* start of banner and menu block */
.hdr_banner {
    height: 480px;
    background: url(/img/header_img.png) center right no-repeat;
    background-color: #0d0d0d;
    position: relative;
}
.hdr_menu-block {
    max-width: 426px;
    position: absolute;
    top: 92px;
    left: 134px;
}
.page_title {
    font-size: 45px;
    font-weight: 400;
    line-height: 1em;
    font-style: italic;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.page_title span {
    font-size: 55px;
    font-weight: bold;
    position: relative;
    top: 7px;
}
.page_title_undertext {
    margin-top: 27px;
    padding-left: 38px;
    color: #ffffff;
    height: 18px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    text-align: center;
    font-style: italic;
    white-space: nowrap;
}
.hdr_banner-navi {
}
.hdr_banner-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 58px;
    margin-bottom: 70px;
}
.hdr_banner-list hr {
    width: 221px;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    margin: 10px 0;
}
.hdr_banner-list-item a {
    color: #fff;
    display: block;
    height: 18px;
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 100;
}
/* end of banner and menu block */
/* start of main block */
.products {
    margin-top: 71px;
}
.main_flex {
    display: flex;
}
/* start of filters block */
.products_filters {
    width: 130px;
    margin-right: auto;
}
.filters_title_and_btn {
    display: none;
}
.products_filters-item {
    margin-bottom: 36px;
}
.filter_title {
    font-size: 16px;
    font-weight: bold;
}
.filter_title:last-of-type {
    line-height: 24px;
}

.filter_checkbox_and_label {
    margin-top: 8px;
    padding-left: 2px;
}
.filter_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.filter_checkbox+.filter_label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.filter_checkbox+.filter_label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #594539;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.filter_checkbox:checked+.filter_label:before {
    background-image: url(/img/icons/checkmark.svg);
}
.filter_label {
    font-weight: light;
    text-align: center;
    white-space: nowrap;
}
/* end of filters block */
/* start of choice view block */
.view_and_cards {
    width: 100%;
    max-width: 712px;
}
.view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
}
.view_select {
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    background-color: var(--primary-color);
}
.view_option {
}
.view_cards_net {
    display: flex;
    height: 30px;
}
.cards_net-four, .cards_net-nine, .cards_net-rows {
    width: 30px;
    height: 30px;
    margin-left: 19px;
    cursor: pointer;
}
.cards_net-four img:hover, .cards_net-nine img:hover, .cards_net-rows img:hover {
    filter:brightness(70%);
}
.cards_net-four._active img, .cards_net-nine._active img, .cards_net-rows._active img {
    filter:brightness(70%);
}
.cards_net-four img, .cards_net-nine img, .cards_net-rows img {
    max-width: 30px;
    max-height: 30px;
}
/* end of choice view block */
/* start of card block */
.cards_block {
    max-width: 712px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}


/* ITS FOR EXAMPLES. DELETE THEN START PROGRAMMING */
.product_card._four:first-of-type .sold_out {
    display: block;
}
.product_card._four:first-of-type .buy_now_btn, .product_card._four:first-of-type .add_to_cart_btn {
    display: none;
}
.product_card._four:first-of-type .soldout_btn {
    display: block;
}
.product_card._four:nth-of-type(3) .percent {
    display: none;
}
.product_card._four:nth-of-type(3) .price_was, .product_card._four:nth-of-type(3) .price_save {
    display: none;
}

.product_card._nine:first-of-type .buy_now_btn, .product_card._nine:first-of-type .add_to_cart_btn {
    display: none;
}
.product_card._nine:first-of-type .soldout_btn {
    display: block;
}
.product_card._nine:nth-of-type(2) .sold_out {
    display: none;
}
.product_card._nine:nth-of-type(3) .sold_out {
    display: none;
}
.product_card._nine:nth-of-type(3) .percent {
    display: none;
}
.product_card._nine:nth-of-type(3) .price_was, .product_card._nine:nth-of-type(3) .price_save {
    display: none;
}

.product_card._rows:first-of-type .buy_now_btn, .product_card._rows:first-of-type .add_to_cart_btn {
    display: none;
}
.product_card._rows:first-of-type .soldout_btn {
    display: block;
}
.product_card._rows:nth-of-type(2) .sold_out {
    display: none;
}
.product_card._rows:nth-of-type(3) .sold_out {
    display: none;
}
.product_card._rows:nth-of-type(3) .percent {
    display: none;
}
.product_card._rows:nth-of-type(3) .price_was, .product_card._rows:nth-of-type(3) .price_save {
    display: none;
}
/* END OF EXAMPLES */



/* big product cards */
.product_card._four {
    margin-top: 40px;
    width: 220px;
    height: 500px !important;
    position: relative;
}
/* small product cards */
.product_card._nine {
    margin-top: 21px;
    width: 100px;
    height: 337px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr 60px;
    grid-template-columns: 1f;
}
.product_card._nine:last-child {
    margin: 21px auto 0 0 ;
}
/* one in a row product card */
.product_card._rows {
    margin-top: 21px;
    width: 100%;
    height: 191px;
    position: relative;
    display: grid;
    grid-template-columns: 163px 1fr 138px;
    grid-template-rows: 1fr;
    justify-content: space-between;
    background-color: #fff;
}
.product_card._four .product_card-img_container {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    background-color: #fff;
    border: 1px solid rgba(157, 162, 159, 0.2);
}
.product_card._nine .product_card-img_container {
    width: 100%;
    max-width: 100px;
    border: 1px solid rgba(157, 162, 159, 0.2);
}
.product_card._rows .product_card-img_container {
    grid-row: 1/5;
    grid-column: 1/1;
    width: 100%;
    height: 100%;
    max-width: 163px;
    max-height: 191px;
    background-color: #fff;
    border: 1px solid rgba(157, 162, 159, 0.2);
    position: relative;
}
.product_card._four img {
    width: 100%;
    max-width: 220px;
}
.product_card._nine img {
    width: 100%;
    max-width: 100px;
}
.product_card._rows img {
    width: 100%;
    max-width: 136px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_card._four .sold_out {
    display: block;
    height: 40px;
    width: 100%;
    background-color: rgb(157, 162, 159, 0.5);
    position: absolute;
    top: 90px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    padding-top: 8px;
    letter-spacing: normal;
    text-align: center;
    display: none;
}
.product_card._nine .sold_out {
    display: block;
    height: 25px;
    width: 100%;
    background-color: rgb(157, 162, 159, 0.5);
    position: absolute;
    top: 37px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-top: 6px;
    letter-spacing: normal;
    text-align: center;
}
.product_card._rows .sold_out {
    display: block;
    height: 40px;
    width: 161px;
    background-color: rgb(157, 162, 159, 0.5);
    position: absolute;
    top: 77px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    padding-top: 8px;
    letter-spacing: normal;
    text-align: center;
    display: block;
}
.product_card._four .percent {
    position: absolute;
    top: 0;
    left: 170px;
}
.product_card._nine .percent {
    position: absolute;
    width: 28px;
    top: 0;
    left: 64px;
}
.product_card._rows .percent {
    position: absolute;
    top: 0;
    left: 98px;
}
.product_card._four .product_card-info {
    margin-right: 14px;
    color: var(--secondary-color);
}
.product_card._nine .product_card-info {
    margin-left: 2px;
    margin-bottom: 6px;
    color: var(--secondary-color);
    position: relative;
}
.product_card._rows .product_card-info {
    grid-row: 1/5;
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 77px 49px 92px 193px;
    grid-template-rows: 47px 50px 50px 44px;
    margin-left: 10px;
    color: var(--secondary-color);
    width: 100%;
}
.product_card._four .product_card-title {
    display: block;
    color: var(--secondary-color);
    margin-top: 24px;
    font-size: 20px;
    font-weight: bolder;
}
.product_card._nine .product_card-title {
    display: block;
    color: var(--secondary-color);
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
}
.product_card._rows .product_card-title {
    display: block;
    color: var(--secondary-color);
    grid-row: 1/1;
    grid-column: 1/4;
    margin-top: 26px;
    font-size: 20px;
    font-weight: bolder;
}
.product_card._rows .feedbacks_and_available_flexbox {
    grid-row: 2/3;
    grid-column: 1/5;
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    width: 323px;
    white-space: nowrap;
}
.product_card._rows .product_card-available_sold {
    display: flex;
}
.product_card._nine .product_card-sold {
    display: none;
}
.product_card._rows .product_card-available {
    margin-right: 40px;
}
.product_card._four .product_card-feedbacks_and_heart {
    margin-top: 8px;
    display: flex;
    height: 24px;
    justify-content: space-between;
    align-items: center;
}
.product_card._nine .product_card-feedbacks_and_heart {
    margin-top: 14px;
    font-weight: 500;
}
.product_card._four .product_card-feedbacks {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
}
.product_card._four .product_card-feedbacks span, .product_card._rows .product_card-feedbacks span, .product_card._nine .product_card-feedbacks span {
    font-weight: 400;
}
.product_card._four .product_card-heart {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.product_card._rows .product_card-heart {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.product_card._nine .product_card-heart {
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}
.product_card._nine .heart_svg_box {
    position: absolute;
    right: 40px;
    bottom: 20px;
}
.product_card-feedbacks_and_heart svg {
    fill: transparent;
    stroke: #7d4d4b;
    cursor: pointer;
}
.product_card-feedbacks_and_heart path {
    fill: transparent;
    
}
.heart_svg_box:hover svg {
    fill: #787d32;
    stroke: #787d32;
}
.heart_svg_box:hover svg path {
    fill: #787d32;
}
.heart_svg_box.active svg {
    fill: #787d32;
    stroke: #787d32;
}
.heart_svg_box.active svg path {
    fill: #787d32;
}
.product_card._four .product_card-available_sold {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 14px;
}
.product_card._rows .product_card-available_sold {
    display: flex;
    justify-content:left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
.product_card._nine .product_card-available {
    margin-top: 8px;
}
.product_card-sold {
    color: #7d4d4b;
    font-weight: bolder;
}
.product_card._four .product_card-quantity {
    margin-top: 20px;
    height: 30px;
    display: flex;
}
.product_card._nine .product_card-quantity {
    display: none;
}
.product_card._rows .product_card-quantity {
    grid-row: 3/4;
    grid-column: 1/4;
    height: 30px;
    display: flex;
}
.quantity_label {
    align-self: start;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    align-self: center;
}
.quantity_input {
    width: 80px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
}
.product_card._four .product_card-price {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
.product_card._nine .product_card-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
}
.product_card._nine .product_card-price p{
    margin-top: 8px;
}
.product_card._rows .product_card-price {
    grid-row: 4/5;
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 190px;
    font-size: 16px;
    font-weight: 500;
}
.price_was {
    text-decoration: line-through;
    text-decoration-color: rgb(88, 88, 88);
}
.product_card._nine .price_was {
    text-decoration: line-through;
    text-decoration-color: rgb(88, 88, 88);
    width: 100%;
}
.price_now {
}
.price_save {
    color: #7d4d4b;
}
.product_card._four .product_card-shipping_cost {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
}
.product_card._nine .product_card-shipping_cost {
    display: none;
}
.product_card._rows .product_card-shipping_cost {
    grid-row: 4/5;
    grid-column: 4/5;
    position: relative;
    left: -20px;
    top: 2px;
    font-size: 14px;
    font-weight: 400;
}
.product_card._four .product_card-vat_free {
    margin-top: 8px;
    color: #787d32;
    font-size: 14px;
    font-weight: 500;
}
.product_card._nine .product_card-vat_free {
    display: none;
}
.product_card._rows .product_card-vat_free {
    grid-row: 3/4;
    grid-column: 4/5;
    margin-top: 8px;
    color: #787d32;
    font-size: 14px;
    font-weight: 500;
}
.product_card._four .product_card-buttons {
    margin-top: 20px;
    position: relative;
    height: 35px;
}
.product_card._nine .product_card-buttons {
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_card._rows .product_card-buttons {
    grid-row: 1/5;
    grid-column: 6/7;
    width: 138px;
    padding: 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_card._rows .product_card-buttons button {
    margin: 6px 0;
}
.product_card._four .soldout_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background-color: #9da29f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.product_card._nine .soldout_btn {
    width: 80px;
    height: 24px;
    border-radius: 3px;
    background-color: #9da29f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.product_card._rows .soldout_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background-color: #9da29f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: none;
}
.product_card._four .buy_now_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_card._nine .buy_now_btn {
    width: 80px;
    height: 24px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.product_card._rows .buy_now_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background-color: #3e607d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.product_card._four .add_to_cart_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #260101;
    color: #592b03;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.product_card._nine .add_to_cart_btn {
    width: 80px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #260101;
    color: #592b03;
    font-size: 14px;
    font-weight: 500;
}
.product_card._rows .add_to_cart_btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #260101;
    color: #592b03;
    font-size: 16px;
    font-weight: 500;
}
.eye_btn {
    display: none;
}
.product_card._rows .eye_btn {
    display: block;
    position: absolute;
    left: 45px;
    bottom: 6px;
    cursor: pointer;
}
.product_card._rows .eye_btn:hover path {
    stroke: #787d32;
}
/* end of card block */
/* start of product pages */
.product_pages {
    margin-top: 60px;
    margin-left: 68px;
}
.product_pages-navi {
}
.product_pages-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 323px;
    height: 20px;
}
.product_pages-list_item {
    height: 20px;
    width: 20px;
}
.product_pages-list_item a {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.product_pages-list_item span {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.first_page {
    margin-right: -16px;
}
.product_pages-list_item.first_page span {
    display: block;
    width: 7px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}
.first_page span:before {
    content:'';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 3px;
    bottom: 3px;
}
.first_page a {
    transform: rotate(45deg);
}
.product_pages-list_item.prev_page span {
    display: block;
    width: 7px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}
.prev_page a {
    transform: rotate(45deg);
}
.product_pages-list_item.next_page span {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    position: relative;
}
.next_page a {
    transform: rotate(45deg);
}
.product_pages-list_item.last_page span {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    position: relative;
}
.last_page span:after {
    content:'';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.last_page a {
    transform: rotate(45deg);
}
.last_page {
    margin-left: -22px;
}
.active_link_span {
    margin-top: 1px;
    width: 20px;
    font-size: 16px;
    font-weight: bolder;
    color: var(--secondary-color);
}
.active_link_span:hover {
    background-color: #0d0d0d;
    color: #ffffff;
}

.fourth_view_product_popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}
.fourth_view_product_popup-bg.active {
    display: block;
}
.fourth_view_product_popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 950px;
    height: 590px;
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.3);
    background-color: #ffffff;
    z-index: 99999;
    padding: 50px 40px;
    font-family: 'Roboto', sans-serif;
}
.fourth_view_product_popup-body .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    top: -35px;
    right: -99%;
    transform: rotate(45deg);
    cursor: pointer;
}
.slider_and_product_about {
    display: flex;
    justify-content: space-between;
}
.sliders {
    max-width: calc(65% - 20px);
    position: relative;
    padding-right: 20px;
    overflow: hidden;
}
.percent {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 5;
}
.big_slider_main {
    max-width: 620px;
    height: 410px;
    overflow: hidden;
    border: 1px solid rgba(157, 162, 159, 0.2);
    background-color: #fff;
}
.big_slider_main__wrapper {
}
.big_slider_main__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.big_slider_main__slide img {
    max-width: 100%;
    max-height: 100%;
}

.product_about {
    width: 300px;
    justify-self: right;
}
.product_about-card {
    width: 100%;
    height: 580px;
    border: 1px solid rgba(157, 162, 159, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -75px;
    right: 40px;
}
.card-price_and_heart {
    display: flex;
    justify-content: space-around;
    height: 71px;
    border: 1px solid rgba(157, 162, 159, 0.2);
    background-color: #e6e6e6;
    width: 100%;
    padding: auto 21px;
}
.card-price_and_heart .heart_svg_box {
    align-self: center;
    cursor: pointer;
}
.card-price_and_heart .heart_svg_box svg {
    fill: transparent;
    stroke: #7d4d4b;
    cursor: pointer;
}
.card-price_and_heart .heart_svg_box path {
    fill: transparent;
}
.product_card-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: bolder;
}
.price_was {
    margin-right: 8px;
}
.price_now {
    margin-right: 8px;
}
.price_save {
    margin-right: 8px;
    color: #7d4d4b;
}
.quantity {
    display: flex;
    margin: 15px auto 0;
}
.quantity_input {
    user-select: none;
    width: 51px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #0d0d0d;
    background-color: #ffffff;
    text-align: center;
}
.quantity_number-minus {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #646464;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    margin-right: 10px;
}
.quantity_number-plus {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #646464;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    margin-left: 10px;
}
.avalaible {
    font-size: 16px;
    margin-top: 22px;
    text-align: center;
}
.shiiping_cost {
    font-size: 16px;
    margin-top: 14px;
    text-align: center;
}
.totall_price {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.buy_btn {
    margin: 20px auto 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    width: 130px;
    height: 40px;
    border-radius: 3px;
    background-color: #3e607d;
}
.vat_free {
    text-align: center;
    margin-top: 22px;
    color: #787d32;
    font-size: 16px;
    font-weight: 500;
}
.product_return {
    text-align: center;
    margin-top: 15px;
    color: #787d32;
    font-size: 16px;
    font-weight: 500;
}
.shipping_calc-list {
    margin: 0 23px;
}
.shipping_calc-list li {
    margin-top: 22px;
}
.shipping_with_track {
    display: flex;
    justify-content: space-between;
}
.shipping_with_track-title {
    width: 135px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.shipping_with_track-cost {
    font-size: 14px;
    font-weight: 700;
}
.shipping_each {
    display: flex;
    justify-content: space-between;
}
.shipping_each-title {
    width: 135px;
    font-size: 14px;
    font-weight: 300;
}
.shipping_each-cost {
    font-size: 14px;
    font-weight: 700;
}
.delivery_time {
    display: flex;
    justify-content: space-between;
}
.delivery_time-title {
    width: 100px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.delivery_time-dates {
    font-size: 14px;
    font-weight: 700;
}
.handing_time {
    display: flex;
    justify-content: space-between;
}
.handing_time-title {
    width: 135px;
    font-size: 14px;
    font-weight: 300;
}
.handing_time-during {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
}
.product_about-specification {
}
.product_about-specification-list {
    margin-top: 31px;
    font-size: 16px;
    font-weight: 700;
}
.product_about-specification-list li {
    margin-top: 27px;
}
.specification-item_number {
    display: flex;
    justify-content: space-between;
}
.number-title {
}
.number-value {
}
.specification-item_condition {
    display: flex;
    justify-content: space-between;
}
.condition-title {
}
.condition-value {
}
.specification-item_type {
    display: flex;
    justify-content: space-between;
}
.type-title {
}
.type-value {
}
.specification-item_brand {
    display: flex;
    justify-content: space-between;
}
.brand-title {
}
.brand-value {
}
.specification-item_model {
    display: flex;
    justify-content: space-between;
}
.model-title {
}
.model-value {
}
.specification-item_country {
    display: flex;
    justify-content: space-between;
}
.country-title {
}
.country-value {
}
.contact_btn {
    margin-top: 40px;
    display: block;
    width: 250px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #3e607d;
    padding: 14px 20px;
    color: #3e607d;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
/* end of product pages */
/* start of footer */
.ftr {
    margin-top: 54px;
    background-color: var(--secondary-color);
}
.ftr_flexbox {
    display: flex;
    justify-content: space-between;
    padding: 58px 0;
    color: #fff;
}
.ftr_info {
    font-size: 16px;
    font-weight: 300;
}
.ftr_info-title {
    font-size: 18px;
    font-weight: 500;
}
.ftr_info-hours_weekdays {
    margin-top: 13px;
}
.ftr_info-hours_saturday {
    margin-top: 13px;
}
.ftr_info-hours_sunday {
    margin-top: 13px;
}
.ftr_info-payment_cards {
    margin-top: 27px;
}
.ftr_info-payment_cards img:first-of-type {
    margin-right: 23px;
}
.ftr_subscribe {
    margin-right: 31px;
}
.ftr_subscribe-title {
    font-size: 18px;
    font-weight: 500;
}
.ftr_subscribe-input_and_btn {
    margin-top: 13px;
}
.ftr_subscribe-input {
    width: 220px;
    height: 40px;
    border-radius: 3px;
    background-color: #f6f5f5;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}
.ftr_subscribe-input::placeholder {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}
.ftr_subscribe-input:focus::placeholder {
    opacity: 0;
}
.ftr_subscribe-btn {
    margin-left: 4px;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: none;
    background-color: #5191c9;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.ftr_social_list {
    width: 100%;
    max-width: 180px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}
.ftr_social_list-item {
    width: 32px;
    height: 32px;
}
.ftr_social_list-item object {
    width: 32px;
    height: 32px;
    filter:invert(100%);
}
.ftr_social_list-item a {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.social_facebook object:hover {
    filter: invert(39%) sepia(10%) saturate(3010%) hue-rotate(182deg) brightness(95%) contrast(92%);
}
.social_instagram object:hover {
    filter: invert(71%) sepia(41%) saturate(5049%) hue-rotate(343deg) brightness(100%) contrast(93%);
}
.social_linkedin object:hover {
    filter: invert(31%) sepia(89%) saturate(728%) hue-rotate(161deg) brightness(100%) contrast(90%);
}
.social_twitter object:hover {
    filter: invert(46%) sepia(81%) saturate(641%) hue-rotate(154deg) brightness(98%) contrast(111%);
}
/* end of footer */

/* adaptive */
@media (max-width: 1130px) {
    .hdr_menu-block {
        left: 65px;
    }
    .products_filters {
        margin-right: 30px;
    }
    .product_card._four, .product_card._nine {
        margin-left: auto;
    }
    .ftr_subscribe-input {
        width: 190px;
        height: 40px;
        border-radius: 3px;
        background-color: #f6f5f5;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 500;
    }
}
@media (max-width: 1060px) {
    .ftr_flexbox {
        display: flex;
        flex-wrap: wrap;
        padding: 49px 0;
        color: #fff;
    }
}
@media (max-width: 991px) {
    .hdr_menu-block {
        left: 40px;
    }
    .cards_net-rows {
        display: none;
    }
    .product_card._nine {
        margin-left: 0;
    }
}
@media (max-width: 854px) {
    .hdr_banner-navi {
        margin-left: -210px;
    }
    .product_card._nine {
        margin-left: auto;
        margin-right: 0;
    }
    .product_card._nine:last-child {
        margin: 21px auto 0;
    }
    .ftr_subscribe {
        margin-top: 42px;
    }
    .ftr_subscribe-input {
        width: 220px;
        margin-right: 20px;
        height: 40px;
        border-radius: 3px;
        background-color: #f6f5f5;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 500;
    }
    .ftr_social_list {
        margin-top: 42px;
        margin-bottom: 5px;
        align-self: end;
    }
}
@media (max-width: 767px) {
    .hdr_banner {
        height: 400px;
        background-image: linear-gradient(to top, #150e0e 0%, rgba(0, 0, 0, 0.1) 100%), url(/img/header_img.png);
        position: relative;
    }
    .hdr_menu-block {
        max-width: 100%;
        position:static;
    }
    .page_title {
        text-align: center;
        padding-top: 150px;
    }
    .page_title span {
        top: 4px;
    }
    .navi-container {
        position: absolute;
        width: 100vw;
        height: 40px;
        background-color: var(--secondary-color);
        bottom: 0;
        left: 0;
    }
    .burger_block {
        width: 28px;
        height: 33px;
        position: relative;
        margin: auto 14px 0 auto;
        top: 4px;
        overflow: hidden;
        z-index: 999;
    }
    .burger_block span {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: relative;
        top: calc(50% - 2px);
        transition: all 0.3s ease 0s;
    }
    .burger_block span:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 10px;
    }
    .burger_block span:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        bottom: 10px;
        transition: all 0.3s ease 0s;
    }
    .hdr_banner-navi {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        z-index: 998;
        background-color: var(--secondary-color);
    }
    .burger_block._active~.hdr_banner-navi {
        display: block;
    }
    .burger_block._active span {
        transform: rotate(45deg);
        transition: all 0.3s ease 0s;
    }
    .burger_block._active span:before {
        top: 0;
        width: 0;
    }
    .burger_block._active span:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: all 0.3s ease 0s;
    }
    .products {
        margin-top: 20px;
    }
    .main_flex {
        display: block;
    }
    .products_filters {
        position: relative;
    }
    .filters_title_and_btn {
        display: flex;
        height: 22px;
        width: 85px;
        margin: 20px 0 0 0;
    }
    .filters_title {
        align-self: end;
        margin-right: 17px;
        font-size: 22px;
        font-weight: 500;
    }
    .products_filters-block {
        display: block;
        position: absolute;
        top: 42px;
        left: -250%;
        z-index: 777;
        transition: all 0.3s ease-in-out 0s;
    }
    .products_filters-block._active {
        display: block;
        position: absolute;
        top: 42px;
        left: 0;
        z-index: 777;
        width: 100vw;
        background-color: #fff;
        padding: 5px;
        transition: all 0.3s ease-in-out 0s;
    }
    .view {
        display: none;
    }
}
@media (max-width: 587px) {
    .cards_block {
        margin-top: 40px;
    }
    .product_card._four {
        margin-top: 20px;
        display: grid;
        height: 290px !important;
        width: 300px !important;
        margin: auto;
        background-color: #fff;
        grid-template-rows: 192px 68px;
        grid-template-columns: 120px 180px;
    }
    .product_card-img_container {
        grid-row: 1/2;
        grid-column: 1/2;
        border: none !important;
        margin-top: 20px;
    }
    .product_card-img_container img {
        width: 100px;
        margin: auto;
    }
    .product_card-info {
        display: flex;
        flex-direction: column;
    }
    .product_card._four .sold_out {
        display: block !important;
        grid-row: 1/2;
        grid-column: 1/2;
        width: 90px;
        height: 24px;
        font-size: 12px;
        font-weight: 400;
        padding: 7px 0;
        width: 90%;
        top: 62px;
    }
    .percent {
        width: 30px;
        height: 33px;
        position: absolute !important;
        right: 10px !important;
        top: 0 !important;
        left: auto !important;
    }
    .product_card-title {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 16px !important;
    }
    .product_card-feedbacks_and_heart {
        margin-top: 0 !important;
    }
    .product_card-feedbacks {
        font-size: 13px !important;
        font-weight: 500;
        margin-top: 11px !important;
    }
    .product_card-heart {
        position: absolute;
        left: 10px;
        top: 55%;
    }
    .product_card-available_sold {
        font-size: 13px !important;
        font-weight: 300 !important;
    }
    .product_card-sold {
        font-weight: 500 !important;
    }
    .product_card-quantity {
        margin-top: 12px !important;
    }
    .quantity_label {
        font-size: 13px !important;
    }
    .product_card._four .product_card-price {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 500;
        order: 5;
    }
    .product_card-shipping_cost {
        order: 6;
    }
    .product_card-vat_free {
        order:3;
    }
    .product_card-shipping_cost {
        font-size: 12px !important;
        font-weight: 300;
    }
    .product_card-buttons {
        grid-row: 2/3;
        grid-column: 1/3;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 45px;
        align-self: center;
        padding-top: 45px;
    }
    .soldout_btn, .buy_now_btn, .add_to_cart_btn {
        position: static;
        bottom: -8px;
    }
    .buy_now_btn, .soldout_btn {
        left: 10px !important;
        bottom: -8px;
    }
    .product_pages {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .product_pages-list {
        margin:auto;
    }
}
@media (max-width: 496px) {
    .hdr_banner {
        height: 300px;
    }
    .page_title {
        font-size: 36px;
        display: block;
        height: 40px;
        position: relative;
        
    }
    .page_title span {
        font-size: 42px;
        top: 3px;
    }
    .page_title_undertext {
        padding-left: 0;
        font-size: 18px;
        position: relative;
        top: 30px;
    }
}
@media (max-width: 481px) {
    .ftr_subscribe-btn {
        margin: 18px 0 0 0;
    }
}
@media (max-width: 390px) {
    .page_title {
        padding-top: 130px;
        font-size: 27px;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: center;
    }
    .page_title span {
        font-size: 34px;
        font-weight: bold;
        top: 5px;
    }
    .page_title_undertext {
        margin-top: 17px;
        padding-left: 0;
        color: #ffffff;
        height: 18px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 6.6px;
        text-align: center;
        font-style: italic;
        white-space: nowrap;
    }
}
@media (max-width: 320px) {
    .container {
        width: 296px;
        margin: auto;
    }
    .hdr_navi-top {
        height: 50px;
        margin: auto;
        width: 100%;
    }
    .navi_top-list {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .hdr_banner {
        height: 178px;
        background-color: rgb(0, 0, 0, 1);
        background-image: linear-gradient(to top, #150e0e 0%, rgba(0, 0, 0, 0.1) 100%), url(/img/header_img_320.png);
        background-position: top center;
        background-size: contain;
        position: relative;
    }
    .page_title {
        padding-top: 70px;
    }
    .burger_block {
        width: 20px;
        height: 14px;
        margin: 0 10px 0 auto;
        position: relative;
        top: 13px;
        overflow: hidden;
        z-index: 999;
    }
    .burger_block span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: relative;
        top: calc(50% - 1px);
        transition: all 0.3s ease 0s;
    }
    .burger_block span:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 7px;
    }
    .burger_block span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 7px;
        transition: all 0.3s ease 0s;
    }
    .hdr_banner-navi {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 998;
        background-color: var(--secondary-color);
    }
    .navi-container {
        position: relative;
        top: 0;
    }
    .hdr_banner-list._active {
        width: 100%;
        position: relative;
        left: 0;
    }
    .products_filters {
        position: relative;
        top: 30px;
    }
    .filters_title {
        align-self: end;
        margin-right: 13px;
        font-size: 16px;
        font-weight: 500;
    }
    .products_filters-block {
        top: 22px;
    }
    .products_filters-block._active {
        top: 22px;
    }
    
    .ftr {
        margin-top: 40px;
    }
    .ftr_flexbox {
        display: flex;
        flex-direction: column;
        padding: 49px 0;
        color: #fff;
    }
    .ftr_info {
        font-size: 14px;
        font-weight: 400;
    }
    .ftr_info-title {
        font-size: 14px;
        font-weight: 400;
    }
    .ftr_info-hours_weekdays {
        margin-top: 13px;
    }
    .ftr_info-hours_saturday {
        margin-top: 13px;
    }
    .ftr_info-hours_sunday {
        margin-top: 13px;
    }
    .ftr_info-payment_cards {
        margin-top: 27px;
    }
    .ftr_info-payment_cards img:first-of-type {
        margin-right: 23px;
    }
    .ftr_subscribe {
        margin: 42px auto 0;
    }
    .ftr_subscribe-title {
        font-size: 16px;
        font-weight: 500;
    }
    .ftr_subscribe-input_and_btn {
        margin-top: 13px;
    }
    .ftr_subscribe-input {
        width: 190px;
        height: 40px;
        border-radius: 3px;
        background-color: #f6f5f5;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 500;
    }
    .ftr_subscribe-btn {
        margin-left: 0;
        width: 100px;
        height: 40px;
        border-radius: 3px;
        border: none;
        background-color: #5191c9;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }
    .ftr_social_list {
        width: 100%;
        max-width: 180px;
        height: 32px;
        margin:auto;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
}