 @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");@import url("https://fonts.cdnfonts.com/css/sf-ui-text-2");* {padding: 0;margin: 0;box-sizing: border-box;}html, body, h1, h2, h3, h4, h5, h6 {font-family: "SF UI Text", sans-serif;}body.active {background: rgba(0, 0, 0, 0);}body.fixed {position: fixed;overflow: hidden;width: 100%;}ul, ol, li {list-style: none;padding: 0;margin: 0;}.section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;color: #0A1F44;}@media (max-width: 1140px) {.section_title {font-size: 20px;font-weight: 600;}}.linksmap {font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;margin: 25px 0 30px 0;}@media (max-width: 800px) {.linksmap {font-size: 14px;line-height: 17px;margin-top: 30px;display: flex;gap: 7px;}.linksmap span {display: none;}.linksmap a {background: #F4F4F4;border-radius: 100px;padding: 8px 10px;color: #0A1F44;}}.linksmap span {color: #0A1F44;}.linksmap .mainPage {color: #0A1F44;}.linksmap .prevPage {color: #0A1F44;}.linksmap .thisPage {color: #A63244;}@media (max-width: 800px) {.linksmap .thisPage {color: #0A1F44;}}.wrapper {overflow: hidden;}.wrapper.active {background: rgba(0, 0, 0, 0.1);}.modal {opacity: 0;pointer-events: none;position: fixed;top: 0;bottom: 0;right: 0;margin: auto;left: 0;visibility: hidden;width: 100%;height: 100%;z-index: 100;transition: opacity 0.3s ease;display: flex;align-items: center;justify-content: center;overflow-y: auto;}.modal.pass_recovery .modal_header {display: flex;position: relative;}.modal.pass_recovery .modal_header .back_button {position: absolute;left: 0;}.modal.pass_recovery .modal_header .back_button a {display: flex;align-items: center;justify-content: center;border-radius: 4px;background-color: #fff;border: 2px solid #e1e4e8;color: #333;font-weight: bold;height: 34px;padding: 5px 5px;transition: 0.3s all ease;}.modal.pass_recovery .modal_header .back_button a img {height: 100%;}.modal.pass_recovery .modal_header .back_button a:hover {background-color: #F7F3F3;color: #fff;}.modal.pass_recovery .modal_header .header_title {text-align: center;font-size: 16px;font-weight: bold;}.modal.pass_recovery .remind_info {font-size: 14px;display: block;text-align: center;margin-top: 30px;margin-bottom: 30px;line-height: 1.5;}.modal.pass_recovery button {cursor: pointer;}.modal .modal_row {position: relative;z-index: 110;-webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);border-radius: 15px;background-color: #fff;width: 500px;padding: 40px 84px;position: relative;}.modal .modal_row .close_btn {position: absolute;top: 25px;right: 25px;}.modal .modal_row .close_btn button {display: flex;align-items: center;justify-content: center;cursor: pointer;background: transparent;outline: none;border: none;}@media (max-width: 1140px) {.modal .modal_row {width: 450px;padding: 30px 50px;}}@media (max-width: 768px) {.modal .modal_row {width: 400px;padding: 30px 40px;}}@media (max-width: 576px) {.modal .modal_row {width: 100%;}}.modal .modal_header {margin-bottom: 30px;display: flex;flex-direction: column;align-items: center;}.modal .modal_header .title {font-size: 16px;font-weight: bold;line-height: 20px;color: #0a1f44;}@media (max-width: 768px) {.modal .modal_header {margin-bottom: 20px;}}.modal .logo {margin-bottom: 40px;}.modal .logo img {width: 50px;height: 50px;}@media (max-width: 1140px) {.modal .logo {margin-bottom: 30px;}}@media (max-width: 768px) {.modal .logo {margin-bottom: 20px;}}.modal form {margin-bottom: 10px;}.modal form .inputs_row {gap: 20px 0;display: flex;flex-direction: column;margin-bottom: 15px;}@media (max-width: 768px) {.modal form .inputs_row {gap: 15px 0;}}.modal form input {width: 100%;height: 48px;background: #fff;color: #0a1f44;font-weight: 500;font-size: 14px;line-height: 20px;border: 1px solid #e1e4e8;border-radius: 4px;-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;padding: 0 16px;}.modal form input::placeholder {color: #a6aebc;}@media (max-width: 768px) {.modal form input {height: 40px;}}.modal form .terms_of_use {text-align: center;font-size: 12px;font-weight: 500;line-height: 16px;color: #BFBFBF;margin-bottom: 20px;}.modal form .terms_of_use a {color: #BFBFBF;text-decoration: underline;}.modal form button {width: 100%;outline: none;border: none;background-color: #a63244;color: #fff;padding: 14px 22px;font-weight: 500;line-height: 16px;font-size: 14px;transition: 0.3s all ease;border-radius: 4px;}.modal form button:hover {background-color: #8c182a;}@media (max-width: 768px) {.modal form button {padding: 12px 0;}}.modal .modal_actions .sign_up {margin-bottom: 20px;text-decoration: none;display: flex;align-items: center;justify-content: center;line-height: 16px;padding: 14px 22px;font-size: 14px;border-radius: 4px;background-color: #fff;border: 1px solid #e1e4e8;color: #333;font-weight: bold;transition: 0.3s all ease;}.modal .modal_actions .sign_up:hover {background-color: #a63244;color: #fff;}@media (max-width: 768px) {.modal .modal_actions .sign_up {padding: 12px 0;}}.modal .modal_actions .forgot_password {display: flex;align-items: center;justify-content: center;gap: 0 5px;font-size: 12px;font-weight: 500;line-height: 16px;}.modal .modal_actions .forgot_password a {color: #a63244;vertical-align: middle;text-decoration: underline;}@media (max-width: 576px) {.modal {padding: 0 15px;}}body.disable-scroll {overflow: hidden;}.modal.active {opacity: 1;pointer-events: all;visibility: visible;}.overlay {position: fixed;top: 0;bottom: 0;height: 100%;width: 100%;margin: 0 auto;z-index: 90;background-color: rgba(0, 0, 0, 0.1);visibility: hidden;opacity: 0;transition: 0.3s all ease;pointer-events: none;}.overlay.active {opacity: 1;visibility: visible;pointer-events: all;}.sign_up_modal .modal_header {margin-bottom: 40px;}.sign_up_modal .modal_header .logo {margin-bottom: 0;}@media (max-width: 1140px) {.sign_up_modal .modal_header {margin-bottom: 30px;}}@media (max-width: 768px) {.sign_up_modal .modal_header {margin-bottom: 20px;}}.sign_up_modal form .select_item {position: relative;}.sign_up_modal form .select_item ul {position: absolute;left: 0;right: 0;width: 100%;top: 46px;opacity: 0;visibility: hidden;pointer-events: none;background: #fff;box-shadow: 0px 1px 5px #ddd;transition: 0.3s all ease;}.sign_up_modal form .select_item ul.active {opacity: 1;visibility: visible;pointer-events: all;}.sign_up_modal form .select_item ul li {display: flex;align-items: center;justify-content: space-between;height: 50px;padding: 0 10px;color: #333;cursor: pointer;transition: 0.3s all ease;}.sign_up_modal form .select_item ul li.selected, .sign_up_modal form .select_item ul li:hover {background: #f6f6f6;}.sign_up_modal form .select_item ul li:not(:last-child) {border-bottom: solid 1px #ddd;}.sign_up_modal form .select_item .selected_value {background-color: white;color: black;min-height: 27px;padding: 8px !important;display: flex;align-items: center;justify-content: space-between;border: solid 1px #ccc;position: relative;cursor: pointer;}.sign_up_modal form .select_item .selected_value::before {content: "";position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;width: 0;height: 0;border-style: solid;border-width: 5px 5px 0 5px;border-color: #000 transparent transparent transparent;}.sign_up_modal form .select_item .selected_value.opened::before {border-width: 0 5px 5px 5px;border-color: transparent transparent #000 transparent;}.sign_up_modal form .select_item .left_items {display: flex;align-items: center;gap: 0 20px;}.sign_up_modal form .select_item .flag img {width: 28px;height: 28px;}.sign_up_modal form .select_item .country_name {color: black;}.sign_up_modal form .select_item .country_code {padding-right: 35px;color: lightgrey;}.sign_up_modal form .input_item label {font-size: 12px;font-weight: 500;line-height: 16px;margin-bottom: 6px;color: #53627c;}.sign_up_modal .modal_actions .login_enter {display: flex;align-items: center;justify-content: center;gap: 0 5px;font-size: 12px;color: #0a1f44;}.sign_up_modal .modal_actions .login_enter a {text-decoration: underline;}a {text-decoration: none;}.uk-container {max-width: 1140px;}@media (max-width: 1140px) {.uk-container {padding: 0 15px;}}.hero.section-banner {padding-top: 0;}main {padding: 0 0 30px 0;}main .catalog {margin-bottom: 60px;}@media (max-width: 1140px) {main .catalog {margin-bottom: 50px;}}@media (max-width: 820px) {main .catalog {margin-bottom: 30px;}}main .hero.z-indexover {position: relative;z-index: -1;}main .section-banner {margin: 40px 0 60px 0;}@media (max-width: 820px) {main .section-banner {margin: 20px 0 20px 0;}}@media (max-width: 500px) {main .section-banner {margin: 10px 0;}}main .section-banner .banner_inner {display: flex;justify-content: space-between;}@media (max-width: 820px) {main .section-banner .banner_inner {flex-direction: column;gap: 20px;}}@media (max-width: 500px) {main .section-banner .banner_inner {gap: 10px;}}main .section-banner .banner_inner > div {background-image: linear-gradient(100.58deg, #912132 0.63%, #a63244 100%);border-radius: 8px;}main .section-banner .banner_inner .swiper {margin: 0;width: calc(68% - 10px);}@media (max-width: 820px) {main .section-banner .banner_inner .swiper {width: 100%;}}main .section-banner .banner_inner .swiper .swiper-button-next, main .section-banner .banner_inner .swiper .swiper-button-prev {color: #fff;width: 40px;height: 40px;border-radius: 4px;display: flex;align-items: center;justify-content: center;border: 1px solid transparent;transition: 0.3s all ease;}main .section-banner .banner_inner .swiper .swiper-button-next:hover, main .section-banner .banner_inner .swiper .swiper-button-prev:hover {border: 1px solid #fff;}main .section-banner .banner_inner .swiper .swiper-button-next svg, main .section-banner .banner_inner .swiper .swiper-button-prev svg {width: 24px;height: 24px;}main .section-banner .banner_inner .swiper .swiper-button-next::after, main .section-banner .banner_inner .swiper .swiper-button-prev::after {display: none;}main .section-banner .banner_inner .swiper .swiper-button-prev {left: 20px;bottom: 20px;top: inherit;}@media (max-width: 576px) {main .section-banner .banner_inner .swiper .swiper-button-prev {left: 10px;bottom: 10px;}}main .section-banner .banner_inner .swiper .swiper-button-next {bottom: 20px;top: inherit;right: 20px;}@media (max-width: 576px) {main .section-banner .banner_inner .swiper .swiper-button-next {bottom: 10px;right: 10px;}}main .section-banner .banner_inner .swiper .banner_item {padding: 75px 0 75px 40px;justify-content: space-between;align-items: center;position: relative;}@media (max-width: 820px) {main .section-banner .banner_inner .swiper .banner_item {padding: 50px 0 50px 40px;}}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .banner_item {padding: 20px 20px 200px 20px;}}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .discount_text {display: flex;flex-direction: column;}}main .section-banner .banner_inner .swiper .text_title {font-weight: 600;font-style: normal;font-size: 28px;line-height: 120%;letter-spacing: 0.04em;text-transform: uppercase;color: #FFFFFF;margin-bottom: 15px;}@media (max-width: 820px) {main .section-banner .banner_inner .swiper .text_title {font-weight: 700;width: 40%;}}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .text_title {width: 100%;text-align: center;font-style: normal;font-weight: 700;font-size: 22px;}main .section-banner .banner_inner .swiper .text_title br {display: none;}}@media (max-width: 400px) {main .section-banner .banner_inner .swiper .text_title {font-size: 20px;}}main .section-banner .banner_inner .swiper .text_subtitle {font-style: normal;font-weight: 400;font-size: 16px;line-height: 120%;letter-spacing: 0.04em;color: #FFFFFF;width: 50%;margin-bottom: 25px;}main .section-banner .banner_inner .swiper .text_subtitle br {display: none;}@media (max-width: 820px) {main .section-banner .banner_inner .swiper .text_subtitle {width: 52%;}}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .text_subtitle {width: 100%;text-align: center;font-size: 14px;line-height: 120%;}}main .section-banner .banner_inner .swiper .discount_img img {position: absolute;right: 0;bottom: 0;}@media (max-width: 1140px) {main .section-banner .banner_inner .swiper .discount_img img {width: 50%;}}@media (max-width: 820px) {main .section-banner .banner_inner .swiper .discount_img img {width: 56%;}}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .discount_img img {width: 55%;left: 0;margin: auto;}}@media (max-width: 450px) {main .section-banner .banner_inner .swiper .discount_img img {width: 70%;}}@media (max-width: 400px) {main .section-banner .banner_inner .swiper .discount_img img {width: 80%;}}main .section-banner .banner_inner .swiper .uk-button {font-family: "SF UI Text";font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #A63244;padding: 10px 20px;background-color: white;border-radius: 4px;text-transform: inherit;}@media (max-width: 500px) {main .section-banner .banner_inner .swiper .uk-button {padding: 0 10px;font-size: 14px;line-height: 28px;display: none;}}@media (max-width: 380px) {main .section-banner .banner_inner .swiper .uk-button {font-size: 12px;}}main .section-banner .banner_inner .banner_square {position: relative;flex: 0 0 auto;width: calc(32% - 10px);background-repeat: no-repeat;background-position: left bottom;}@media (max-width: 820px) {main .section-banner .banner_inner .banner_square {width: 100%;height: 350px;}}@media (max-width: 500px) {main .section-banner .banner_inner .banner_square {height: 200px;}}main .section-banner .banner_inner .banner_square .square_logo {text-align: end;padding-top: 20px;position: inherit;z-index: 1;}main .section-banner .banner_inner .banner_square .square_text_wrapper {position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: flex;align-items: center;justify-content: end;right: 15px;z-index: 1;}@media (max-width: 820px) {main .section-banner .banner_inner .banner_square .square_text_wrapper {right: 100px;}}@media (max-width: 500px) {main .section-banner .banner_inner .banner_square .square_text_wrapper {right: 50px;}}main .section-banner .banner_inner .banner_square .square_text_wrapper span {font-weight: 700;font-size: 18px;line-height: 120%;letter-spacing: 0.04em;text-transform: uppercase;color: #a63244;font-style: normal;background: #ffffff;box-shadow: 3px 3px 0px #7a1727;border-radius: 8px;display: inline-block;padding: 14px 10px;}@media (max-width: 1140px) {main .section-banner .banner_inner .banner_square .square_text_wrapper span {font-size: 16px;}}@media (max-width: 820px) {main .section-banner .banner_inner .banner_square .square_text_wrapper span {padding: 20px;font-size: 35.5068px;box-shadow: 3px 3px 0px #7A1727;border-radius: 15.7808px;}}@media (max-width: 500px) {main .section-banner .banner_inner .banner_square .square_text_wrapper span {padding: 10px 10px 10px 15px;font-size: 18px;}}main .section-banner .banner_inner .banner_square .square__img {position: absolute;bottom: 0;left: 0;object-fit: cover;}@media (max-width: 820px) {main .section-banner .banner_inner .banner_square .square__img {width: 34%;left: 50px;}}@media (max-width: 500px) {main .section-banner .banner_inner .banner_square .square__img {width: 135px;left: 0;}}main .offers {margin-bottom: 60px;}main .offers .offer_title {font-weight: 700;font-size: 28px;line-height: 33px;letter-spacing: 0.015em;margin-bottom: 30px;color: #0a1f44;}main .offers .offer_text {margin-bottom: 60px;}@media (max-width: 800px) {main .offers .offer_text {font-size: 14px;line-height: 17px;}main .offers .offer_text br {display: none;}}@media (max-width: 500px) {main .offers .offer_text {margin-bottom: 70px;}}main .offers .request .request_item_form {margin-bottom: 20px;background: #ffffff;box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.03), 4px 4px 7px rgba(0, 0, 0, 0.1);border-radius: 4px;padding: 30px 35px 20px 35px;}@media (max-width: 1140px) {main .offers .request .request_item_form {padding: 30px 20px 20px 20px;}}@media (max-width: 850px) {main .offers .request .request_item_form {padding: 24px 20px 20px 20px;}}main .offers .request .request_title {font-weight: 500;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0a1f44;}main .offers .request .request_cancel {display: flex;justify-content: end;}main .offers .request .uk-accordion-title {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;position: relative;margin-top: 20px;}main .offers .request .uk-open .uk-accordion-title:before {background-image: url("../../assets/images/chevron-up.svg");}main .offers .request .form {display: flex;align-items: center;gap: 30px;}@media (max-width: 1140px) {main .offers .request .form {gap: 10px;}}@media (max-width: 850px) {main .offers .request .form {flex-direction: column;gap: 20px;}}main .offers .request .form .product__bottom__block {display: flex;}@media (max-width: 850px) {main .offers .request .form .product__bottom__block {width: 100%;display: flex;gap: 10px;}}main .offers .request .form .product__bottom__block .form_postavshik {display: flex;gap: 30px;}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik {width: calc(50% - 5px);}}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik .result {width: 100%;padding: 16px 0 16px 12px;border: 1px dashed #E4E4E4;stroke-dasharray: 5;border-radius: 4px;}}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik .quantity .number {width: 100%;}}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik .quantity .number .uk-input {max-width: 100%;width: 100%;border-radius: 4px;}}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik .quantity .number .number-minus {background: #A63244;padding: 15px;color: white;left: 0;display: flex;align-items: center;font-weight: 400;justify-content: center;border: 4px 0 0 4px;}}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_postavshik .quantity .number .number-plus {background: #A63244;padding: 15px;color: white;right: 0;display: flex;align-items: center;justify-content: center;border: 0 4px 4px 0;}}main .offers .request .form .product__bottom__block .form_price {display: flex;gap: 30px;}@media (max-width: 850px) {main .offers .request .form .product__bottom__block .form_price {width: calc(50% - 5px);}main .offers .request .form .product__bottom__block .form_price .uk-input {max-width: 100%;width: 100%;}main .offers .request .form .product__bottom__block .form_price .result {max-width: 100%;width: 100%;}main .offers .request .form .product__bottom__block .form_price .result .result_summa {width: 100%;width: 100%;padding: 16px 0 16px 12px;border: 1px dashed #E4E4E4;stroke-dasharray: 5;border-radius: 4px;}}main .offers .request .form .form_product {width: 44%;}@media (max-width: 850px) {main .offers .request .form .form_product .d-flex {flex-direction: column;width: 100%;gap: 10px;}main .offers .request .form .form_product .d-flex .uk-inline {width: 100%;}main .offers .request .form .form_product .d-flex .uk-button {display: flex;justify-content: space-between;width: 100%;padding: 15px 12px;}}@media (max-width: 1140px) {main .offers .request .form .form_price .info {width: 100px;}main .offers .request .form .form_price .info.dn {display: none;}}main .offers .request .form .form_price .result {width: 135px;}@media (max-width: 1140px) {main .offers .request .form .form_price .result {width: 145px;margin-top: 25px;}}main .offers .request .form > div:not(:first-of-type) {display: flex;align-items: center;gap: 15px;}main .offers .request .form > div .info {margin-bottom: 5px;font-size: 14px;color: #969696;line-height: 21px;}main .offers .request .form > div .dn {opacity: 0;visibility: hidden;}main .offers .request .form > div .result {font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;}main .offers .request .form > div .form_item_title {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;margin-bottom: 10px;}@media (max-width: 850px) {main .offers .request .form > div.form_postavshik {flex-direction: column;width: 50%;}}main .offers .request .form > div .price_postavshik {width: 125px;}@media (max-width: 850px) {main .offers .request .form > div .price_postavshik {width: 100%;}}main .offers .request .form > div .price_postavshik .result {height: 40px;display: inline-flex;align-items: center;}main .offers .request .form > div .result_summa {height: 40px;display: inline-flex;align-items: center;}main .offers .request .form > div .input_small {max-width: 150px;width: 100%;}main .offers .request .form .d-flex {display: flex;align-items: center;}main .offers .request .form .d-flex .uk-button {padding: 13px 0;width: 150px;flex: 0 0 50%;background: #a63244;border: 1px solid #a63244;border-radius: 4px;font-size: 14px;line-height: 17px;text-transform: capitalize;letter-spacing: 0.015em;color: #ffffff;margin-right: 10px;}main .offers .request .form .d-flex .uk-input {flex: 0 0 50%;}main .offers .request .uk-accordion-content {display: flex;align-items: center;gap: 20px;}main .offers .request .uk-accordion-content .content_img {flex: 0 0 10%;border: 0.858209px solid #e4e4e4;border-radius: 3.43284px;display: flex;align-items: center;justify-content: center;height: 115px;width: 115px;}main .offers .request .uk-accordion-content .product_title {font-weight: 500;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;margin-bottom: 10px;}main .offers .request .uk-accordion-content .product_text {font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;margin-bottom: 10px;}main .offers .request .uk-accordion-content .product_link {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;}main .offers .request .add {display: flex;align-items: center;justify-content: center;}main .offers .request .add .button_add {background-color: #a63244;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 100%;}main .offers .request .total_sum {display: flex;justify-content: flex-end;font-size: 18px;line-height: 21px;text-align: right;letter-spacing: 0.015em;color: #969696;margin-bottom: 60px;}main .offers .request .total_sum span {color: #a63244;}main .offers .request .start {display: flex;align-items: center;justify-content: center;}main .offers .request .start a {background: #a63244;border-radius: 4px;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;padding: 15px 20px;text-transform: inherit;}@media (max-width: 500px) {main .offers .request .start a {width: 100%;}}.catalog__block-img {width: 100%;padding-top: 90px;}@media (max-width: 500px) {.header.uk-section.uk-padding-small {width: 100%;}}.header.uk-section.uk-padding-small.active {width: max-content;}.not-valid {border-color: #E30E00;color: #E30E00;}.header__block-search.uk-search.uk-search-default .filter_users.active {border: none;outline: none;background-color: white;}.header__block-search:hover #filter_users.active:hover {border: none;outline: none;}.header__block-search:hover #filter_users.active:hover.noProduct {border: 1px solid #A63244;border-bottom: none;border-radius: 4px 4px 0 0;}#users-list li:hover .header__block-search:hover #filter_users.active {border: none;outline: none;}.header__block-search {position: relative;}.header__block-search #users-list {position: absolute;top: 50px;width: 100%;z-index: 10;}@media (max-width: 1140px) {.header__block-search #users-list {top: 45px;}}.header__block-search:hover #filter_users {border: 1px solid #0A1F44;border-radius: 4px;color: #0A1F44;}.header__block-search:hover #filter_users.active {border: none;}.header__block-search:hover #filter_users::placeholder {color: #0A1F44;}.header__block-search:hover a svg {stroke: #0A1F44;}.users-list {background: white;list-style-type: none;padding: 0;margin: 0;}.users-list li {display: none;}.users-list li a {margin-top: -1px;padding: 12px;text-decoration: none;color: black;display: block;font-style: normal;font-weight: 400;font-size: 16px;line-height: 18px;color: #0A1F44;}.users-list li:hover {background: #F6F6F6;}.uk-search .uk-search-icon.clear {right: 40px;margin: 15px 0;padding-right: 0px;left: auto;border-right: 1px solid #969696;}.header {padding: 10px 15px;}@media (max-width: 1140px) {.header {padding: 0;padding-bottom: 15px;}}@media (max-width: 800px) {.header {padding-bottom: 15px;}}.header .header-top-block {display: flex;align-items: center;justify-content: space-between;font-style: normal;font-weight: 500;font-size: 12px;line-height: 14px;letter-spacing: 0.04em;}.header .header-top-block.z-indexover {position: relative;z-index: -1;}.header .header-top-block.indexover {position: relative;z-index: 25;}@media (max-width: 480px) {.header .header-top-block.indexover {width: 37%;}}@media (max-width: 450px) {.header .header-top-block.indexover {width: 34%;}}@media (max-width: 400px) {.header .header-top-block.indexover {width: 30%;}}@media (max-width: 370px) {.header .header-top-block.indexover {width: 29%;}}@media (max-width: 820px) {.header .header-T-L-side {display: none;}}.header .header-T-L-side-lists {display: flex;align-items: center;gap: 25px;}.header .header-T-L-side-link {text-decoration: none;opacity: 0.5;color: #53627C;}.header .header-T-R-side {display: flex;align-items: center;gap: 30px;}.header .header-T-R-side .list {z-index: 21;}@media (max-width: 820px) {.header .header-T-R-side {justify-content: space-between;gap: 0px;width: 100%;}}@media (max-width: 400px) {.header .header-T-R-side {gap: 0;justify-content: space-between;width: 100%;}}.header .header-T-R-side .cities-select.nice-select {border: none;}@media (max-width: 820px) {.header .header-T-R-side .cities-select.nice-select {padding-left: 0;}}.header .header-T-R-side .cities-select.nice-select.z-indexover {z-index: -1;}.header .header-T-R-side-tel {text-decoration: none;color: #53627C;opacity: 0.5;width: 100%;}@media (max-width: 820px) {.header .header-T-R-side-tel {text-align: end;}}.header__block {margin: 20px 0 0 0;display: flex;gap: 20px;align-items: center;position: relative;}@media (max-width: 820px) {.header__block {gap: 10px;}}@media (max-width: 820px) {.header__block {gap: 0;justify-content: space-between;}.header__block.actived {width: 37%;}}@media (max-width: 450px) {.header__block.actived {width: 34%;}}@media (max-width: 400px) {.header__block.actived {width: 30%;}}@media (max-width: 370px) {.header__block.actived {width: 29%;}}.header__block .header__block-search {width: 550px;height: 51px;}@media (max-width: 820px) {.header__block .header__block-search {width: 300px;}}@media (max-width: 820px) {.header__block .header__block-search {display: none;}}.header__block .header__block-search input {width: 100%;height: 100%;border: 1px solid #B9B9B9;border-radius: 4px;padding-left: 20px !important;padding-right: 70px !important;}.header__block .header__block-search .users-list {background-color: white;font-style: normal;font-weight: 400;font-size: 16px;line-height: 18px;color: #0A1F44;width: 100%;border-radius: 0 0 10px 10px;}.header__block .header__block-search .users-list li {padding: 10px;}.header__block .header__block-search .users-list li a {text-decoration: none;color: #0A1F44;}.header__block .header__block-acc {font-style: normal;font-weight: 500;font-size: 12px;line-height: 14px;letter-spacing: 0.04em;color: #0A1F44;text-decoration: none;width: max-content;}.header__block .links {display: flex;align-items: center;gap: 10px;}@media (max-width: 820px) {.header__block .links {gap: 0 5px;}}.header__block .login_accaunt {display: flex;align-items: center;gap: 10px;color: #0A1F44;font-size: 12px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 0.48px;text-decoration: none;}@media (max-width: 820px) {.header__block .login_accaunt span {display: none;}}.header__block .tab-items-block {display: flex;flex: 0 0 auto;align-items: center;gap: 10px;}@media (max-width: 820px) {.header__block .tab-items-block {gap: 20px;}}@media (max-width: 820px) {.header__block .tab-items-block {gap: 0 5px;}}@media (max-width: 480px) {.header__block .tab-items-block {margin-left: 0;}}.header__block .tab-items-block .tab-item {display: flex;align-items: center;justify-content: center;}@media (max-width: 820px) {.header__block .tab-items-block .header__block-acc {display: none;}}.header__block .header__tab-modal {display: none;}@media (max-width: 820px) {.header__block .header__tab-modal.active {display: block;position: fixed;top: 130px;left: 0;z-index: 20;background: #FFFFFF;width: 100vw;overflow: scroll;padding: 20px 0 200px 0;}}@media (max-width: 820px) and (max-width: 500px) {.header__block .header__tab-modal.active {top: 130px;}}@media (max-width: 820px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search {width: 100%;position: relative;}.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search input {border-radius: 5px;padding-top: 15px;padding-left: 20px;padding-bottom: 15px;height: 50px;}}@media (max-width: 820px) and (max-width: 500px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search input {width: 93%;}}@media (max-width: 820px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .uk-search-icon {right: 25px;}.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .filter__users02clear {position: absolute;top: 18px;right: -3px;cursor: pointer;}}@media (max-width: 820px) and (max-width: 500px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .filter__users02clear {right: -5px;}}@media (max-width: 820px) and (max-width: 480px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search {display: block;}}@media (max-width: 820px) {.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .users-list02 {position: absolute;top: 40px;width: 100%;left: 0;border-radius: 5px;z-index: 1;background-color: white;}.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .users-list02 li {padding: 10px;}.header__block .header__tab-modal.active .header__tab-modal-block .header__block-tab-search .users-list02 li a {text-decoration: none;color: #0A1F44;}}.header__block .header__tab-modal .search__tab__block {padding: 0 15px;position: relative;}.header__block .header__tab-modal .header__tab-modal-thr-items {display: none;}.header__block .header__tab-modal .header__tab-modal-thr-items.actived {display: block;}.header__block .header__tab-modal .header__tab-thr-item {display: none;}.header__block .header__tab-modal .header__tab-thr-item.visible {display: block;}.header__block .header__tab-modal .header__tab-thr-item-top {display: flex;align-items: center;justify-content: space-between;padding: 10px 10px 0 15px;margin-bottom: 35px;}.header__block .header__tab-modal .header__tab-thr-item-bottom {display: flex;flex-direction: column;}.header__block .header__tab-modal .header-tab-thr-link {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;padding: 20px 10px 20px 55px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #E4E4E4;text-decoration: none;}.header__block .header__tab-modal .header-tab-thr-link:first-child {border-top: 1px solid #E4E4E4;}.header__block .header__tab-modal .tab-thr-item-name {font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;text-align: center;letter-spacing: 0.015em;color: #A63244;}.header__block .header__tab-modal .tab-thr-xbtn svg {width: 18px;height: 18px;}.header__block .header__tab-modal .header__tab-modal-block {display: none;}.header__block .header__tab-modal .header__tab-modal-block.actived {display: block;}.header__block .header__block-tab-search {width: 100%;margin-bottom: 20px;}.header__block .header__tab-modal-lists .uk-parent.uk-open .header__tab-modal-link-P .header__tab__modal-link-name {color: #A63244;}.header__block .header__tab-modal-lists .uk-parent.uk-open .header__tab-modal-link-subs {box-shadow: inset 0px -4px 10px rgba(0, 0, 0, 0.06), inset 0px 4px 10px rgba(0, 0, 0, 0.06);}.header__block .header__tab-modal-lists .uk-parent.uk-open .header__tab-modal-link-subs .header__tab-modal-list .header__tab-modal-link-sub {color: #0A1F44;padding: 20px 10px 20px 55px;}.header__block .header__tab-modal-link-P {display: flex;align-items: center;gap: 15px;padding: 20px 15px;border-top: 1px solid #E4E4E4;}.header__block .header__tab-modal-link-P svg path {fill: #A63244;}.header__block .header__tab-modal-link-P svg rect {stroke: #A63244;}.header__block .header__tab__modal-link-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;}.header__block .header__tab-modal-link-subs {padding: 0px;}.header__block .header__tab-modal-list {border-bottom: 1px solid #E4E4E4;}.header__block .header__tab-modal-list:last-child {border-bottom: none;}.header__block .header__tab-modal-link-sub {display: flex;align-items: center;justify-content: space-between;font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;padding: 0;padding: 20px 10px 20px 40px;}.header__block-logo {margin-right: 30px;}@media (max-width: 820px) {.header__block-logo {margin-right: 20px;}}@media (max-width: 480px) {.header__block-logo {display: flex;align-items: center;justify-content: center;margin-right: 0;}.header__block-logo img {max-width: 70%;}}@media (max-width: 400px) {.header__block-logo {margin-left: 10px;}}.header__block-logo.z-indexover {z-index: -1;}.header__logo {max-height: 100%;height: 100%;}.header__block-catalog.uk-button.uk-button-default {display: flex;align-items: center;gap: 10px;padding: 15px 16px;font-family: "Inter";font-weight: 400;font-size: 16px;line-height: 18px;color: #0A1F44;border: 1px solid #0a1f44;border-radius: 4px;text-transform: capitalize;}@media (max-width: 820px) {.header__block-catalog.uk-button.uk-button-default {padding: 15px;}}@media (max-width: 820px) {.header__block-catalog.uk-button.uk-button-default {order: -1;}.header__block-catalog.uk-button.uk-button-default span:last-of-type {display: none;}}.header__block-catalog.uk-button.uk-button-default:hover {background-color: #a63244;border-color: #a63244;color: white;}.header__block-catalog.uk-button.uk-button-default.active {background-color: #a63244;border-color: #a63244;color: white;}.header__modal-container .header__modal-container-body__block {display: flex;border-radius: 14px;}.header__modal-container-body__block {justify-content: space-between;}@media (max-width: 1200px) {.header__modal-container-body__block .header__modal-nav {width: calc(40% - 40px) !important;}}@media (max-width: 1140px) {.header__modal-container-body__block .header__modal-nav {width: calc(40% - 20px) !important;}}.header__modal-container-body__block .header__banner-side {width: 65%;}@media (max-width: 1200px) {.header__modal-container-body__block .header__banner-side {width: calc(60% - 40px);}}@media (max-width: 1140px) {.header__modal-container-body__block .header__banner-side {width: calc(60% - 20px) !important;}}.header__modal-container-body__block .header__banner-side .banner-side-img {width: 100%;}.header__modal-container-body__block .header__banner-side .mainSub-M-link {text-decoration: none;font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0A1F44;}.header__modal-container-body__block .header__banner-side .mainSub-M-link:hover {color: #A63244;}.header__modal-container-body__block .header__banner-side .mainSub-s-link {text-decoration: none;font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item {display: none;flex-direction: column;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list {display: flex;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 20px;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list .list_items {flex-basis: calc(33.33% - 20px);margin-right: 20px;margin-bottom: 20px;position: relative;margin-bottom: 5px;}@media (max-width: 1140px) {.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list .list_items {flex-basis: calc(33.33% - 15px);margin-right: 15px;margin-bottom: 15px;}}@media (max-width: 820px) {.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list .list_items {flex-basis: calc(50% - 20px);margin-right: 15px;margin-bottom: 15px;}}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list .list_items a {text-decoration: none;font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;transition: 0.3s all ease;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .main_list .list_items a:hover {color: #A63244;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .more_btn a {display: flex;align-items: center;width: fit-content;color: #a63244;font-size: 14px;text-decoration: none;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .category_name {display: flex;align-items: center;margin-bottom: 15px;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .category_name a {transition: 0.3s all ease;color: #0a1f44;text-decoration: none;font-size: 18px;font-weight: 600;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .category_name a:hover {color: #A63244;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .category_name .info {margin-left: 8px;color: #0a1f44;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .banner__link {margin-bottom: 50px;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header__Mainnav-parents:not(:last-child) {margin-bottom: 25px;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header__Mainnav-parents:not(:last-child).uk-open .mainSub-M-link {color: #A63244;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header__Mainnav-parents:not(:last-child) .header__Mainnav-sub {padding: 0;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header__Mainnav-parents:not(:last-child) .header__Mainnav-sub .mainSub-s-link:hover {color: #A63244;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item.selected {display: flex;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header-Mainnav-item-links {display: flex;flex-direction: column;gap: 10px 0;}.header__nav__items {display: flex;flex-direction: column;gap: 10px;height: 540px;overflow-y: auto;}.header__nav__items::-webkit-scrollbar {width: 5px;}.header__nav__items::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 10px;background-color: #f5f5f5;}.header__nav__items::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #a63244;}.header__nav__item {display: flex;gap: 15px;align-items: center;padding: 0 10px;}.header__nav__item:last-child {padding-bottom: 30px;}.header__nav__item:last-of-type {padding: 30px 0 10px 0;border-top: 1px solid #F1F2F4;}.header__nav__item .header__nav__item-link {text-decoration: none;display: flex;gap: 15px;align-items: center;padding-left: 0;border-left: 2px solid transparent;transition: all 0.3s ease;}.header__nav__item .header__nav__item-link:hover {padding-left: 20px;border-left: 2px solid #A63244;}.header__nav__item .header__nav__item-link:hover .header__nav__item-link-name {color: #A63244;}.header__nav__item-link .header__nav__item-link-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;}.header__nav__item-link svg path {fill: #a63244;stroke: #A63244;}.header__nav__item-link svg rect {stroke: #A63244;}.header__modal-container-body__block .header__banner-side .header-Mainnav-item .header__Mainnav-parents .header__Mainnav-sub {padding: 0 !important;}.nav__parent__icon {display: none;}.under-header {border-top: 1px solid #F1F2F4;border-bottom: 1px solid #F1F2F4;}.under-header.z-indexover {position: relative;z-index: -1;}@media (max-width: 820px) {.under-header {display: none;}}.under-header-block {padding: 10px 0 12px 0;}@media (max-width: 820px) {.under-header-block {display: flex;align-items: center;justify-content: space-between;}}.under-header-block .more-item-open-btn {display: none;}@media (max-width: 820px) {.under-header-block .more-item-open-btn {display: block;font-style: normal;font-weight: 400;font-size: 16px;line-height: 20px;color: #0A1F44;display: flex;align-items: center;gap: 10px;outline: none;text-decoration: none;text-transform: capitalize;}}.under-header-block .more-items {display: none;}.under-header-block .more-items.uk-open {display: block;padding: 15px;}.under-header-block-lists {display: flex;align-items: center;gap: 40px;}@media (max-width: 850px) {.under-header-block-lists {gap: 30px;}}@media (max-width: 700px) {.under-header-block-lists {gap: 20px;}}@media (max-width: 700px) {.under-header-block-lists {flex-wrap: wrap;}}@media (max-width: 500px) {.under-header-block-lists {gap: 10px;}}.under-header-block-link {font-style: normal;font-weight: 400;font-size: 16px;line-height: 20px;color: #53627C;text-decoration: none;outline: none;}.under-header-block-link:hover {text-decoration: none;color: #53627C;}.header__block {position: relative;}.header__block .header__block-catalog.active {z-index: 20;}.header__block .header__modal-container {display: none;}.header__block .header__modal-container.active {display: block;position: absolute;width: 100%;top: 65px;left: 0;padding: 30px 25px 40px 25px;z-index: 15;background: #FFFFFF;border-radius: 14px;}@media (max-width: 1140px) {.header__block .header__modal-container.active {padding: 30px 20px 40px 20px;}}.header__block .header__modal-container.active .header__modal-container-body__block {opacity: 1;padding: 0;width: 100%;}.no-results-messages {background-color: white;font-style: normal;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;padding: 13px;border: 1px solid #A63244;border-radius: 0px 0px 4px 4px;margin: 0;}.no-results-messages span {font-style: normal;font-weight: 400;color: #0A1F44;display: block;width: 100%;padding-top: 5px;}.nice-select::after {border-bottom: 1px solid white;border-right: 1px solid white;}.cities-select.nice-select::after {border-bottom: 1px solid black;border-right: 1px solid black;}.purchReq__B-accordion-title span svg {width: 13px;height: 19px;}footer {background-color: #f1f2f4;}footer .footer_row {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}footer .footer_row .footer_contacts {flex: 0 0 auto;width: calc(35% - 60px);}@media (max-width: 1140px) {footer .footer_row .footer_contacts {width: 100%;order: 2;}}footer .footer_row .footer_links {flex: 0 0 auto;width: calc(65% - 120px);display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}@media (max-width: 1140px) {footer .footer_row .footer_links {width: 100%;order: 1;}}@media (max-width: 576px) {footer .footer_row .footer_links {gap: 20px 0;}}@media (max-width: 1140px) {footer .footer_row {gap: 40px 0;}}footer .footer_links .footer_list ul {display: flex;flex-direction: column;list-style: none;align-items: flex-start;gap: 15px 0;}footer .footer_list {flex: 0 0 auto;}@media (max-width: 1140px) {footer .footer_list {width: calc(33.33% - 60px);}}@media (max-width: 768px) {footer .footer_list {flex: 0 0 auto;width: auto;}}@media (max-width: 576px) {footer .footer_list {width: 100%;}}footer .footer_list a {display: flex;align-items: center;justify-content: center;text-decoration: none;font-weight: 600;font-size: 16px;color: #0a1f44;transition: 0.3s all ease;line-height: 20px;}footer .footer_list a:hover {color: #a63244;}footer .footer_contacts .logo {margin-bottom: 16px;}footer .footer_contacts .logo a {display: flex;width: fit-content;}footer .footer_contacts .logo a img {max-width: 150px;width: 100%;height: auto;}footer .footer_contacts .footer_text {margin-bottom: 32px;font-weight: 400;font-size: 16px;line-height: 20px;color: #0a1f44;}footer .footer_contacts .copyright {font-weight: 400;font-size: 16px;line-height: 20px;color: #0a1f44;}main .offers .offers_inner {position: relative;}@media (max-width: 500px) {main .offers .offers_inner .know-more-info {position: absolute;bottom: -45px;left: 0;}}@media (max-width: 500px) {main .offers .offers_inner .stepBystep__block {display: none;}}main .offers .offers_inner .sBs-items {display: flex;align-items: center;justify-content: space-between;}main .offers .offers_inner .sBs-item {display: flex;flex-direction: column;align-items: center;gap: 10px;position: relative;}main .offers .offers_inner .sBs-item .sBs-item-svg {color: #000000;}main .offers .offers_inner .sBs-item.active .sBs-item-img {background: #a63244;}main .offers .offers_inner .sBs-item.active .sBs-item-img .sBs-item-svg {color: #fff;}main .offers .offers_inner .sBs-item.active .sBs-item-img .sBs-item-svg path {stroke: #fff;}main .offers .offers_inner .sBs-item.active .sBs-item-img .sBs-item-svg rect {stroke: #fff;}main .offers .offers_inner .sBs-item.selected .step_number {background-color: #A63244;}main .offers .offers_inner .sBs-item.selected .step_number span {display: none;}main .offers .offers_inner .sBs-item.selected .step_number img {display: block;}main .offers .offers_inner .sBs-item-img {position: relative;width: 100px;height: 100px;background-color: #f1f2f4;border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: 0.3s all ease;}main .offers .offers_inner .sBs-item-img .step_number {position: absolute;top: 0;left: 0;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #A63244;font-size: 12px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 0.48px;background-color: #fff;}main .offers .offers_inner .sBs-item-img .step_number img {display: none;}@media (max-width: 800px) {main .offers .offers_inner .sBs-item-img {width: 70px;height: 70px;}main .offers .offers_inner .sBs-item-img svg {width: 35px;height: 35px;}}main .offers .offers_inner .sBs-step-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.015em;color: #0a1f44;}@media (max-width: 800px) {main .offers .offers_inner .sBs-step-name {font-size: 14px;line-height: 18px;}}main .offers .offers_inner .sBs-between-span {display: block;width: 170px;height: 2px;background: #0a1f44;opacity: 0.1;border-radius: 22px;margin-bottom: 30px;}@media (max-width: 1140px) {main .offers .offers_inner .sBs-between-span {width: 120px;}}@media (max-width: 800px) {main .offers .offers_inner .sBs-between-span {width: 50px;}}main .offers .offer_title {display: flex;align-items: start;gap: 10px;font-style: normal;font-weight: 700;font-size: 28px;line-height: 34px;letter-spacing: 0.02em;color: #0a1f44;}@media (max-width: 800px) {main .offers .offer_title {font-size: 22px;line-height: 26px;justify-content: space-between;align-items: end;}}main .offers .offer_title .know-more-info svg {display: block;}@media (max-width: 800px) {main .offers .offer_title .know-more-info svg {display: none;}}main .offers .offer_title .know-more-info span {display: none;}@media (max-width: 800px) {main .offers .offer_title .know-more-info span {display: block;font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;border-bottom: 1px dashed #a63244;width: max-content;}}main .offers .offer_text {font-style: normal;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.015em;color: #0a1f44;}.request_title {padding: 40px 0 30px 0;}.request_item_form {position: relative;}.request_item_form .request__delete {position: absolute;top: 5px;right: 5px;cursor: pointer;}.request.z-indexover {position: relative;z-index: -1;}.request .request_item .purchReq__B-form {display: flex;flex-direction: column;gap: 20px;}.request .request_item .purchReq__B-form .purchreq__B-items {display: flex;flex-direction: column;gap: 20px;}.request .request_item .purchReq__B-form .addCardBtn {display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}.request .request_item .purchReq__B-form .button_add {padding: 12px;background: #a63244;width: 50px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}.request .request_item .purchReq__B-form .totalPriceBlock {display: flex;justify-content: end;align-items: end;gap: 5px;margin-bottom: 60px;}@media (max-width: 800px) {.request .request_item .purchReq__B-form .totalPriceBlock {margin-bottom: 40px;}}@media (max-width: 500px) {.request .request_item .purchReq__B-form .totalPriceBlock {margin-bottom: 30px;align-items: end;}}.request .request_item .purchReq__B-form .totalPrice-text {color: #969696;font-weight: 400;font-size: 18px;line-height: 28.64px;letter-spacing: 0.015em;}@media (max-width: 500px) {.request .request_item .purchReq__B-form .totalPrice-text {font-size: 14px;line-height: 17px;}}.request .request_item .purchReq__B-form .totalPrice-sum {color: #a63244;font-size: 24px;line-height: 28.64px;font-weight: 600;letter-spacing: 0.015em;}.request .request_item .purchReq__B-item {padding: 30px 35px 20px 35px;position: relative;}@media (max-width: 970px) {.request .request_item .purchReq__B-item {padding: 20px 10px 20px 15px;}}@media (max-width: 800px) {.request .request_item .purchReq__B-item {padding: 24px 20px 20px 20px;}}.request .request_item .purchReq__B-item .purchReq__B-item__sides {display: flex;align-items: end;gap: 35px;}@media (max-width: 1140px) {.request .request_item .purchReq__B-item .purchReq__B-item__sides {gap: 20px;}}@media (max-width: 950px) {.request .request_item .purchReq__B-item .purchReq__B-item__sides {flex-direction: column;align-items: start;}}@media (max-width: 800px) {.request .request_item .purchReq__B-item .purchReq__B-item__sides {flex-direction: column;align-items: start;}}.request .request_item .purchReq__B-item.last__purch__card {display: none;}.request .request_item .purchReq__B-item.last__purch__card.active {display: block;}.request .request_item .purchReq__B-item .delete__card {position: absolute;top: 5px;right: 5px;cursor: pointer;}.request .request_item .purchReq__B-item .purchReq__B-accordion {margin-top: 10px;}@media (max-width: 800px) {.request .request_item .purchReq__B-item .purchReq__B-accordion .purchReq__B-acc-li {width: -webkit-fill-available;}}@media (max-width: 800px) {.request .request_item .purchReq__B-item .purchReq__B-accordion .purchReq__B-acc-li.uk-open .purchReq__B-accordion-title {flex-direction: column-reverse;}}.request .request_item .purchReq__B-item .purchReq__B-accordion .purchReq__B-acc-li.uk-open .purchReq__B-accordion-title span {rotate: 180deg;}@media (max-width: 800px) {.request .request_item .purchReq__B-item .purchReq__B-accordion {margin-top: 40px;display: flex;align-items: center;justify-content: center;}}.request .request_item .purchReq__B-item .purchReq__B-accordion-title {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;display: none;gap: 7px;}.request .request_item .purchReq__B-item .purchReq__B-accordion-title.info {display: flex;}@media (max-width: 800px) {.request .request_item .purchReq__B-item .purchReq__B-accordion-title {flex-direction: column;justify-content: center;align-items: center;}}.request .request_item .purchReq__B-item .purchReq__B-accordion-title::before {display: none;}.request .request_item .purchReq__B-item .purchReq__B-accordion-content {display: flex;gap: 20px;}@media (max-width: 500px) {.request .request_item .purchReq__B-item .purchReq__B-accordion-content {gap: 10px;position: relative;flex-direction: column;align-items: start;}}.request .request_item .purchReq__B-item .purchReq__B-content_img {border: 1px solid #e4e4e4;display: flex;align-items: center;justify-content: center;height: 115px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;flex: 0 0 auto;}@media (max-width: 500px) {.request .request_item .purchReq__B-item .purchReq__B-content_img {max-width: 70px;max-width: 70px;width: 100%;height: 100%;}}.request .request_item .purchReq__B-item .purchReq__B-content_texts {display: flex;flex-direction: column;gap: 10px;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;}@media (max-width: 1140px) {.request .request_item .purchReq__B-item .purchReq__B-content_texts br {display: none;}}@media (max-width: 500px) {.request .request_item .purchReq__B-item .purchReq__B-content_texts {gap: 20px;}}.request .request_item .purchReq__B-item .purchReq__B-content_title {font-weight: 500;line-height: 21px;color: #0a1f44;}@media (max-width: 500px) {.request .request_item .purchReq__B-item .purchReq__B-content_title {position: absolute;top: 0;right: -10px;width: 80%;}}@media (max-width: 480px) {.request .request_item .purchReq__B-item .purchReq__B-content_title {right: -20px;}}.request .request_item .purchReq__B-item .purchReq__B-content_text {margin: 0px;color: #0a1f44;}.request .request_item .purchReq__B-item .purchReq__B-content_link {color: #a63244;}.request .request_item .purchReq__B-item-left__side {display: flex;gap: 10px;}@media (max-width: 800px) {.request .request_item .purchReq__B-item-left__side {flex-direction: column;width: 100%;}}.request .request_item .purchReq__B-L-L {display: flex;flex-direction: column;gap: 10px;}@media (max-width: 800px) {.request .request_item .purchReq__B-L-L {gap: 15px;}}.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select {font-style: normal;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #ffffff;background: #a63244;display: flex;align-items: center;min-width: 150px;max-width: 150px;padding-right: 25px;}@media (max-width: 800px) {.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select {max-width: 100%;width: 100%;min-width: none;height: 50px;}}.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select .current {overflow: hidden;}.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select .list {max-height: 300px;overflow-y: scroll;}.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select .option {color: #0a1f44;}.request .request_item .purchReq__B-L-L-catalog .uk-inline .product-select .option.selected {color: #0a1f44;}@media (max-width: 800px) {.request .request_item .purchReq__B-L-L-catalog .uk-inline {width: 100%;}}.request .request_item .purchReq__B-L-L-catalog .uk-button {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 1px 0;display: flex;justify-content: center;align-items: center;gap: 10px;color: white;width: 150px;text-transform: inherit;}.request .request_item .purchReq__B-L-R {display: flex;align-items: end;justify-content: end;position: relative;}.request .request_item .purchReq__B-L-R .filter_users03.noProduct {border: 1px solid #a63244;}.request .request_item .purchReq__B-L-R .users-list03 {position: absolute;top: 72px;right: 0;background: white;border-radius: 0 0 4px 4px;border: 1px solid #e4e4e4;border-top: none;z-index: 2;max-height: 300px;overflow-y: scroll;}.request .request_item .purchReq__B-L-R .no-results-messages {position: absolute;top: 70px;background: white;border-radius: 0 0 4px 4px;border: 1px solid #a63244;z-index: 2;}.request .request_item .purchReq__B-L-R-inp {width: 304px;height: 43px;border: 1px solid #e4e4e4;border-radius: 4px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;}@media (max-width: 1500px) {.request .request_item .purchReq__B-L-R-inp {width: 275px;}}@media (max-width: 1140px) {.request .request_item .purchReq__B-L-R-inp {width: 205px;}}@media (max-width: 800px) {.request .request_item .purchReq__B-L-R-inp {width: 100%;height: 50px;}}.request .request_item .purchReq__B-item-right__side {display: flex;gap: 20px;}@media (max-width: 1140px) {.request .request_item .purchReq__B-item-right__side {align-items: end;}}@media (max-width: 1140px) {.request .request_item .purchReq__B-item-right__side {gap: 10px;}}@media (max-width: 800px) {.request .request_item .purchReq__B-item-right__side {width: 100%;}}.request .request_item .purchReq__B-R-L__sides {display: flex;align-items: end;gap: 5px;}@media (max-width: 800px) {.request .request_item .purchReq__B-R-L__sides {flex-direction: column;gap: 20px;align-items: start;width: 50%;}}.request .request_item .purchReq__B-R-L-L__side {display: flex;flex-direction: column;align-items: start;width: 150px;}@media (max-width: 1140px) {.request .request_item .purchReq__B-R-L-L__side {width: 135px;}}@media (max-width: 800px) {.request .request_item .purchReq__B-R-L-L__side {width: 100%;}}.request .request_item .purchReq__B__inf {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #969696;}.request .request_item .purchReq__B__name {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;}.request .request_item .purchReq__B__price {font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;padding: 25px 0 15px 0;}@media (max-width: 800px) {.request .request_item .purchReq__B__price {padding: 13px;margin-top: 10px;border: 1px dashed #e4e4e4;border-radius: 4px;max-width: 340px;width: 100%;height: 50px;}}.request .request_item .purchReq__B-R-L-R__side {display: flex;flex-direction: column;gap: 15px;}@media (max-width: 800px) {.request .request_item .purchReq__B-R-L-R__side {gap: 10px;width: 100%;}}.request .request_item .purchReq__B-R-R__sides {display: flex;gap: 30px;}@media (max-width: 1140px) {.request .request_item .purchReq__B-R-R__sides {gap: 10px;}}@media (max-width: 800px) {.request .request_item .purchReq__B-R-R__sides {flex-direction: column;gap: 20px;width: 50%;}}.request .request_item .purchReq__B-R-R-L__side {display: flex;flex-direction: column;}.request .request_item .purchReq__B-R-R-L__inp {width: 125px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;margin-top: 15px;}@media (max-width: 800px) {.request .request_item .purchReq__B-R-R-L__inp {margin-top: 10px;margin-bottom: 2px;padding: 13px;border: 1px solid #e4e4e4;border-radius: 4px;max-width: 340px;width: 100%;height: 50px;}}.request .request_item .purchReq__B-R-R-R__side {display: flex;flex-direction: column;justify-content: end;width: 125px;}@media (max-width: 800px) {.request .request_item .purchReq__B-R-R-R__side {width: 100%;}}.request__last_item {display: none;}.request__last_item.active {display: block;}.number {display: inline-block;position: relative;width: 125px;}.number input[type=number] {display: block;line-height: 32px;width: 100%;color: black;padding: 0;margin: 0;box-sizing: border-box;text-align: center;-moz-appearance: textfield;-webkit-appearance: textfield;appearance: textfield;}@media (max-width: 800px) {.number input[type=number] {height: 50px;}}.number input[type=number]::-webkit-outer-spin-button, .number input[type=number]::-webkit-inner-spin-button {display: none;}.number input[type=number] {display: block;line-height: 32px;width: 100%;color: black;padding: 0;margin: 0;box-sizing: border-box;text-align: center;-moz-appearance: textfield;-webkit-appearance: textfield;appearance: textfield;}.number {display: inline-block;position: relative;width: 125px;}@media (max-width: 1140px) {.number {width: 115px;}}@media (max-width: 800px) {.number {max-width: 340px;width: 100%;border: 1px solid #e4e4e4;border-radius: 4px;}}.number-minus {position: absolute;top: 1px;left: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-size: 16px;font-weight: 600;background: none;}@media (max-width: 800px) {.number-minus {background: #a63244;color: white;width: 35px;top: 0;left: 0;border-radius: 4px 0 0 4px;height: 50px;}}.number-plus {position: absolute;top: 1px;right: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-size: 16px;font-weight: 600;background: none;}@media (max-width: 800px) {.number-plus {background: #a63244;color: white;width: 35px;top: 0;right: 0;border-radius: 0 4px 4px 0;height: 50px;}}.startTorgModal {border-radius: 14px;width: 60%;}@media (max-width: 850px) {.startTorgModal {width: 100%;}}.startTorgModal .startTorgModalTitle {font-size: 20px;line-height: 24px;text-align: center;color: #000000;}.startTorgModal .startTorgModalText {font-size: 16px;line-height: 24px;text-align: center;letter-spacing: 0.015em;color: #0a1f44;}.product__selected-block {width: 304px;}@media (max-width: 1140px) {.product__selected-block {width: 205px;}}@media (max-width: 850px) {.product__selected-block {width: 100%;}}.product__selected-block .uk-input {padding: 13px 0 13px 13px;}.product__selected-block .product_emthy_block {border: 1px solid #a63244;border-radius: 0px 0px 4px 4px;padding: 12px;font-size: 14px;line-height: 17px;font-style: normal;letter-spacing: 0.015em;display: flex;flex-direction: column;}.product__selected-block .product_emthy_block .product_emthy-title {font-weight: 500;color: #a63244;}.product__selected-block .product_emthy_block .product_empty-text {font-weight: 400;color: #0a1f44;}.catalog.z-indexover {position: relative;z-index: -1;}.catalog__t-side {display: flex;align-items: center;justify-content: space-between;}@media (max-width: 500px) {.catalog__t-side {align-items: end;}.catalog__t-side .catalog-t-r-side-link {margin-bottom: 6px;display: none;}}.catalog-t-l-side {display: flex;align-items: center;gap: 75px;}@media (max-width: 600px) {.catalog-t-l-side {gap: 10px;}}@media (max-width: 550px) {.catalog-t-l-side {flex-direction: column;align-items: start;}}@media (max-width: 500px) {.catalog-t-l-side {flex-direction: row;align-items: center;justify-content: space-between;width: 100%;gap: 20px;}.catalog-t-l-side .catalog-t-l-side-btns {gap: 5px;}}@media (max-width: 425px) {.catalog-t-l-side {gap: 5px;}}.catalog-t-l-side-title {font-family: "SF UI Text", sans-serif;font-style: normal;font-weight: 700;font-size: 28px;line-height: 34px;letter-spacing: 0.02em;color: #0a1f44;margin-bottom: 0;}@media (max-width: 400px) {.catalog-t-l-side-title {font-size: 24px;}}.catalog-t-l-side-btns {display: flex;align-items: center;gap: 20px;}@media (max-width: 550px) {.catalog-t-l-side-btns {gap: 10px;flex-direction: column;align-items: start;}}@media (max-width: 500px) {.catalog-t-l-side-btns {flex-direction: row;}}.catalog-t-l-side-btn {padding: 5px 17px;text-decoration: none;background: #ffffff;border: 1px solid rgba(10, 31, 68, 0.75);border-radius: 5px;font-style: normal;font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: -0.045em;color: #0a1f44;opacity: 0.75;}@media (max-width: 500px) {.catalog-t-l-side-btn {padding: 5px 10px;}}@media (max-width: 405px) {.catalog-t-l-side-btn {padding: 5px 7px;font-size: 13px;}}.catalog-t-l-side-btn:hover, .catalog-t-l-side-btn.focus {text-decoration: none;outline: none;color: #a63244;border: 1px solid #a63244;}.catalog-t-r-side-link {font-style: normal;font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: -0.045em;color: #a63244;text-decoration: none;}.catalog-t-r-side-link:hover {color: #a63244;text-decoration: none;}.catalog__b-side .catalog-swiper {height: max-content;padding: 20px 10px 40px 10px;}.catalog__b-side .catalog-swiper .swiper-button-next {top: auto;right: 10px;}.catalog__b-side .catalog-swiper .swiper-button-next::after {display: none;}.catalog__b-side .catalog-swiper .swiper-button-prev {top: auto;right: 60px;left: auto;}.catalog__b-side .catalog-swiper .swiper-button-prev::after {display: none;}.catalog__b-side .catalog-swiper .swiper-btns {background: #ffffff;border: 1px solid #a63244;border-radius: 5px;transform: matrix(-1, 0, 0, 1, 0, 0);color: #0a1f44;width: 40px;height: 30px;bottom: 2px;}@media (max-width: 500px) {.catalog__b-side .catalog-swiper .swiper-btns {display: none;}}.catalog__b-side .catalog-swiper .swiper-scrollbar {width: calc(90% - 2 * var(--swiper-scrollbar-sides-offset, 1%));bottom: 15px;}@media (max-width: 800px) {.catalog__b-side .catalog-swiper .swiper-scrollbar {width: calc(85% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}}@media (max-width: 500px) {.catalog__b-side .catalog-swiper .swiper-scrollbar {width: 100%;}}.catalog__b-side .catalog-slide {background: #ffffff;box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.03), 4px 4px 7px rgba(0, 0, 0, 0.1);border-radius: 4px;}.catalog__b-side .catalog-slide-link {display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 25px 0;text-decoration: none;}.catalog__b-side .catalog-slide-img {width: max-content;margin-bottom: 30px;}.catalog__b-side .catalog-slide-span {font-style: normal;font-weight: 500;font-size: 20px;line-height: 22px;text-align: center;color: #0a1f44;opacity: 0.75;padding-top: 30px;padding-bottom: 30px;border-top: 1px solid #f1f2f4;width: 100%;}.createCard-block {padding: 30px 20px;width: 65%;background: #ffffff;border-radius: 14px;max-width: 940px !important;}@media (max-width: 1140px) {.createCard-block {width: 100%;}}@media (max-width: 820px) {.createCard-block {width: 100%;}}.createCard-block .createCard-inps {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 10px;}.createCard-block .createCard-inps input {background-color: white;height: 50px;}.createCard-block .createCard-inps input:focus {border-color: #00121a;}.createCard-block .createCard-inps input:hover {border-color: #00121a;}.createCard-block .createCard-inps textarea:focus {border-color: #00121a;}.createCard-block .createCard-inps textarea:hover {border-color: #00121a;}@media (max-width: 500px) {.createCard-block .createCard-inps {flex-direction: column;}}.createCard-block .createCard-name {width: calc(50% - 5px);border: 1px solid #b9b9b9;background-color: white;border-radius: 4px;height: 43px;padding: 13px;}@media (max-width: 500px) {.createCard-block .createCard-name {width: 100%;}}.createCard-block .createCard-name:focus {outline: none;}.createCard-block .createCard-email {width: calc(50% - 5px);border: 1px solid #b9b9b9;border-radius: 4px;height: 43px;padding: 13px;}@media (max-width: 500px) {.createCard-block .createCard-email {width: 100%;}}.createCard-block .createCard-email:focus {outline: none;}.createCard-block .createCard-tel {width: calc(50% - 5px);border: 1px solid #b9b9b9;border-radius: 4px;height: 43px;padding: 13px;}@media (max-width: 500px) {.createCard-block .createCard-tel {width: 100%;}}.createCard-block .createCard-tel:focus {outline: none;}.createCard-block .createCard-Cities {width: calc(50% - 5px);border: 1px solid #b9b9b9;border-radius: 4px;height: 50px;display: flex;align-items: center;}.createCard-block .createCard-Cities::after {border-bottom: 1px solid black;border-right: 1px solid black;}.createCard-block .createCard-Cities:focus {border-color: #00121a;}.createCard-block .createCard-Cities:hover {border-color: #00121a;}@media (max-width: 500px) {.createCard-block .createCard-Cities {width: 100%;}}.createCard-block .createCardArea {width: 100%;height: 80px;padding: 13px;outline: none;}.createCard-block .createCardArea:focus {outline: none;}.createCard-block .createCard-B {display: flex;flex-direction: column;}.createCard-block .createCard-B-text {padding: 30px 0 20px 0;font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #b9b9b9;}.createCard-block .aboutTreaty {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;margin-bottom: 30px;border-bottom: 1px dashed #a63244;width: max-content;}.createCard-block .createCard-postAlot {width: max-content;padding: 13px;background-color: #a63244;outline: none;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;border: none;border-radius: 4px;color: #ffffff;}.createCard-item {display: flex;align-items: end;gap: 50px;position: relative;}@media (max-width: 1140px) {.createCard-item {gap: 20px;}}.createCard-item .inModalDelcard {margin-bottom: 10px;cursor: pointer;}@media (max-width: 820px) {.createCard-item .inModalDelcard {position: absolute;right: 0px;border-radius: 4px;padding: 15px 12px;background-color: #b9b9b9;margin-bottom: 0;}.createCard-item .inModalDelcard svg {color: white;}}@media (max-width: 500px) {.createCard-item .inModalDelcard {top: 30px;}}.createCard-title {font-style: normal;font-weight: 400;font-size: 20px;line-height: 24px;color: #000000;}.createCard-subtitle {font-style: normal;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.015em;color: #0a1f44;}.createCard-T-link {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;padding-top: 10px;color: #a63244;display: block;border-bottom: 1px dashed #a63244;width: max-content;text-decoration: none;}.createCard-T-link:hover {color: #a63244;}.createCard-main-side {padding: 25px 0 50px 0;}.createCard-items {display: flex;flex-direction: column;gap: 20px;padding-bottom: 30px;}.createCard-item-sides {display: flex;align-items: end;gap: 20px;}@media (max-width: 820px) {.createCard-item-sides {flex-wrap: wrap;}}.createCard-item-L__side {position: relative;}@media (max-width: 820px) {.createCard-item-L__side {width: 100%;}.createCard-item-L__side .createCard-search {max-width: 100%;width: 100%;height: 50px;}}.createCard-item-L__side .no-results-messages {position: absolute;z-index: 2;}.createCard-item-L-L__name {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;padding-bottom: 14px;display: block;}.createCard-search {max-width: 280px;border: 1px solid #b9b9b9;border-radius: 4px;height: 43px;color: #000000;}.createCard-search .noProduct {border: 1px solid #a63244;}.createCard-searching-list {position: absolute;background-color: white;z-index: 15;border-radius: 0 0 5px 5px;display: flex;flex-direction: column;max-height: 250px;overflow-y: scroll;border: 1px solid #969696;border-top: none;top: 80px;display: none;}.createCard-searching-list li {display: none;}.createCard-searching-list .createCard-list-item {padding: 5px 10px;}.createCard-searching-list .createCard-list-item a {text-decoration: none;color: #0a1f44;}.createCard-searching-list .createCard-list-item a:hover {color: #0a1f44;}.createCard-searching-list .createCard-list-item:hover {background-color: #bbbac4;}.createCard-item-R__sides {display: flex;align-items: end;gap: 20px;}@media (max-width: 500px) {.createCard-item-R__sides {width: 100%;justify-content: space-between;}}.createCard-item-R__side {display: flex;align-items: end;gap: 20px;}@media (max-width: 820px) {.createCard-item-R__side {width: 92%;}}@media (max-width: 500px) {.createCard-item-R__side {width: 100%;flex-wrap: wrap;}}.createCard-item-R-L-L__side {display: flex;flex-direction: column;max-width: 125px;width: 100%;}@media (max-width: 500px) {.createCard-item-R-L-L__side {max-width: 50%;}}.createCard-item-R__inf {font-style: normal;font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #969696;width: max-content;}.createCard-item-R__name {font-weight: 400;font-size: 14px;line-height: 16.71px;letter-spacing: 0.015em;width: max-content;padding: 10px 0 34px 0;}@media (max-width: 820px) {.createCard-item-R__name {padding: 10px 0;}}.createCard-item-R__price {font-style: normal;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;padding-bottom: 12px;}@media (max-width: 820px) {.createCard-item-R__price {padding: 13px 0 13px 13px;border: 1px dashed #e4e4e4;border-radius: 4px;height: 50px;}}.createCard-item-R-L-R__side {display: flex;flex-direction: column;}@media (max-width: 500px) {.createCard-item-R-L-R__side {width: 100%;max-width: 50%;}}.createCard-item-R-L-R__side .createCard-item-R__name {padding: 10px 0 12px 0;}.createCard-item-number .productCounts {border: 1px solid #b9b9b9;border-radius: 4px;height: 43px;}.createCard-item-R-R__sides {display: flex;align-items: end;gap: 20px;}@media (max-width: 500px) {.createCard-item-R-R__sides {width: 100%;justify-content: space-between;}}.createCard-item-R-R-R-L__side {display: flex;flex-direction: column;}@media (max-width: 500px) {.createCard-item-R-R-R-L__side {width: 100%;max-width: 50%;}}.createCard-item-R-R-R-L__side .createCard-item-R__name {padding: 10px 0 12px 0;}.createCard-item-R-R-R-L__inp {border: 1px solid #b9b9b9;border-radius: 4px;height: 43px;}@media (max-width: 820px) {.createCard-item-R-R-R-L__inp {height: 50px;}}.createCard-item-R-R-R__side {display: flex;flex-direction: column;}@media (max-width: 500px) {.createCard-item-R-R-R__side {width: 100%;max-width: 50%;}}.number-minus {cursor: pointer;}.number-plus {cursor: pointer;}.delete__card.inModalDelcard {padding-bottom: 10px;cursor: pointer;margin-bottom: 10px;}.delete__card svg {width: 19px;height: 21px;color: grey;}.addCardsBtn {display: flex;align-items: center;justify-content: center;}.addCardsBtn .addingCreateCard-btn {width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #a63244;text-align: center;}.best_offers {margin-bottom: 60px;}@media (max-width: 768px) {.best_offers {margin-bottom: 50px;}}.best_offers .section_title {margin-bottom: 55px;}@media (max-width: 1140px) {.best_offers .section_title {margin-bottom: 30px;}}.best_offers .offers_row {display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;gap: 30px 0;}.best_offers .offers_row .row_card {flex: 0 0 auto;width: calc(25% - 10px);-webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);-webkit-transition: all 0.2s ease;transition: all 0.2s ease;border: 1px solid #e1e4e8;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}.best_offers .offers_row .row_card:hover {transform: translateY(-16px);box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);}.best_offers .offers_row .row_card > div {width: 100%;}@media (max-width: 1140px) {.best_offers .offers_row .row_card {flex: 0 0 auto;width: calc(33.33% - 10px);}}@media (max-width: 875px) {.best_offers .offers_row .row_card {width: calc(50% - 10px);}}@media (max-width: 576px) {.best_offers .offers_row .row_card {width: 100%;}}.best_offers .card_main .card_image {margin-bottom: 20px;}.best_offers .card_main .card_image a {display: flex;align-items: center;justify-content: center;}.best_offers .card_main .card_image img {width: 100%;object-fit: cover;object-position: center;}.best_offers .card_main .card_title {padding: 0 24px;margin-bottom: 10px;}.best_offers .card_main .card_title a {transition: 0.3s all ease;color: #0a1f44;font-size: 20px;font-style: normal;font-weight: 500;line-height: 22px;}.best_offers .card_main .card_title a:hover {color: #a63244;text-decoration: none !important;}@media (max-width: 1140px) {.best_offers .card_main .card_title {font-size: 18px;}}.best_offers .card_content {padding: 0 24px 20px 24px;}.best_offers .card_content .price_wrapper {display: flex;align-items: center;gap: 0 10px;margin-bottom: 24px;}.best_offers .card_content .price_wrapper .price_title {color: #59606c;font-weight: bold;line-height: 20px;}.best_offers .card_content .price_wrapper .price_value {color: #0a1f44;}.best_offers .card_content .card_action a {display: flex;text-decoration: none;align-items: center;justify-content: center;border-radius: 4px;background-color: rgba(0, 0, 0, 0);-ms-touch-action: manipulation;touch-action: manipulation;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: 0.3s;transition: 0.3s;color: #fff;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 0.24px;background-color: #a63244;padding: 14px;width: 100%;}.best_offers .card_content .card_action a:hover {background-color: #8c182a;-webkit-transition: 0.3s;transition: 0.3s;text-decoration: none !important;}.section_header {display: flex;align-items: center;gap: 0 30px;margin-bottom: 50px;}@media (max-width: 1140px) {.section_header {margin-bottom: 40px;}}@media (max-width: 768px) {.section_header {flex-direction: column;align-items: flex-start;gap: 15px 0;margin-bottom: 30px;}}.section_header .tab_navs {display: flex;align-items: center;justify-content: center;gap: 0 15px;}.section_header .tab_navs button {outline: none;border: none;cursor: pointer;display: flex;align-items: center;justify-content: center;border: 1px solid #798897;color: #798897;border-radius: 5px;background: transparent;transition: all 0.3s;padding: 6px 17px;font-size: 14px;}.section_header .tab_navs button:hover, .section_header .tab_navs button.active {color: #b81e35;border-color: #b81e35;}.how_work {margin-bottom: 60px;}@media (max-width: 768px) {.how_work {margin-bottom: 50px;}}.how_work .tab_content {display: flex;flex-direction: column;gap: 32px 0;}.how_work .tab_content .tab_item {background-position: top 20px right 30px;background-repeat: no-repeat;padding: 40px 40px 60px 40px;background-color: #f1f2f4;border-radius: 3px;display: flex;align-items: center;justify-content: flex-start;}.how_work .tab_content .tab_item.reversed {background-position: top 25px left 35px;justify-content: flex-end;}@media (max-width: 1140px) {.how_work .tab_content .tab_item.reversed {background-position: 50% 80%;}}.how_work .tab_content .tab_item.item_pay {background-size: 295px 180px;}@media (max-width: 1140px) {.how_work .tab_content .tab_item.item_pay {min-height: 280px;background-position: 50% 100%;background-size: 250px 150px;}}@media (max-width: 1140px) {.how_work .tab_content .tab_item {padding: 24px 16px;align-items: flex-start;min-height: 255px;background-size: 270px 100px;background-position: 50% 80%;}}.how_work .tab_content .item_texts {flex: 0 0 auto;width: 70%;}.how_work .tab_content .item_texts .item_title {margin-bottom: 16px;font-size: 20px;font-weight: 600;line-height: 28px;color: #0a1f44;}@media (max-width: 1140px) {.how_work .tab_content .item_texts .item_title {font-size: 16px;font-weight: 600;line-height: 24px;}}.how_work .tab_content .item_texts .item_description {font-size: 14px;line-height: 20px;font-weight: 500;}@media (max-width: 1140px) {.how_work .tab_content .item_texts .item_description {font-size: 12px;font-weight: 500;line-height: 16px;}}@media (max-width: 1140px) {.how_work .tab_content .item_texts {width: 100%;}}.advantages {margin-bottom: 60px;}@media (max-width: 768px) {.advantages {margin-bottom: 50px;}}.advantages .tab_content {display: flex;align-items: stretch;justify-content: space-between;gap: 45px 0;flex-wrap: wrap;}.advantages .tab_content .advantages_card {flex: 0 0 auto;width: calc(30% - 20px);}@media (max-width: 1140px) {.advantages .tab_content .advantages_card {width: 100%;}}.advantages .advantages_card .card_description {font-size: 12px;font-weight: 500;line-height: 16px;text-align: center;}.advantages .advantages_card > div {width: 100%;}.advantages .advantages_card .card_image {display: flex;align-items: center;justify-content: center;margin-bottom: 60px;}@media (max-width: 1140px) {.advantages .advantages_card .card_image {margin-bottom: 40px;}}.advantages .advantages_card .card_image img {object-fit: cover;object-position: center;}.advantages .advantages_card .card_title {font-size: 20px;font-weight: 600;line-height: 28px;color: #0a1f44;text-align: center;margin-bottom: 10px;}@media (max-width: 768px) {.news .section_header {flex-direction: row;}}.section_header .header_action a {display: flex;align-items: center;justify-content: center;font-style: normal;font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: -0.045em;color: #a63244;text-decoration: none;}.news {margin-bottom: 60px;}@media (max-width: 768px) {.news {margin-bottom: 50px;}}.news .news_wrapper {display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;gap: 20px 0;}.news .news_wrapper .news_card {flex: 0 0 auto;width: calc(33.33% - 20px);border-radius: 4px;-webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);-webkit-transition: 0.3s;transition: 0.3s;}.news .news_wrapper .news_card:hover, .news .news_wrapper .news_card:focus {text-decoration: none;-webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);-webkit-transform: translateY(-16px);transform: translateY(-16px);}@media (max-width: 1140px) {.news .news_wrapper .news_card {width: calc(50% - 10px);}}@media (max-width: 768px) {.news .news_wrapper .news_card {width: 100%;}}.news .news_card .card_image {margin-bottom: 20px;}.news .news_card .card_image img {width: 100%;height: 200px;}@media (max-width: 1140px) {.news .news_card .card_image img {height: 100%;}}.news .news_card .card_content {padding: 0 16px;min-height: 240px;max-height: 240px;overflow: hidden;overflow: hidden;}.news .news_card .card_content .card_title {font-size: 20px;font-weight: 600;line-height: 28px;color: #0a1f44;margin-bottom: 4px;}.news .news_card .card_content .card_date {margin-bottom: 16px;color: #a6aebc;font-size: 13px;line-height: 16px;}.news .news_card .card_content .card_description {color: #59606c;font-weight: 400;font-size: 16px;line-height: 20px;font-style: normal;}.descriptions h1 {line-height: 35px;font-size: 28px;margin: 20px 0 40px 0;color: #0a1f44;}.descriptions h2 {font-size: 24px;color: #0a1f44;line-height: 32px;margin: 40px 0;}.descriptions h3 {font-size: 18px;color: #0a1f44;margin: 40px 0 20px 0;}.descriptions p {margin: 0;line-height: 1.5;font-weight: 300;font-size: 16px;color: #0a1f44;}.descriptions p:not(:last-child) {margin-bottom: 20px;}@media (max-width: 1140px) {.descriptions p:not(:last-child) {margin-bottom: 16px;}}.descriptions ul {padding-left: 40px;display: flex;flex-direction: column;gap: 15px 0;margin-bottom: 20px;}.descriptions ul li {list-style: disc !important;}.flavors__block {padding-bottom: 40px;}.flavors__block.z-indexover {position: relative;z-index: -1;}.flavors__block .main__Title {font-family: "SF UI Text", sans-serif;font-weight: 700;font-size: 28px;line-height: 33px;letter-spacing: 0.015em;color: #0a1f44;margin-bottom: 30px;}.flavors__block .flavors__sides {display: flex;gap: 20px;margin: 0;}.flavors__block .flavors__sides .flavors-L__side {padding: 0;width: calc(25% - 10px);display: flex;flex-direction: column;gap: 20px;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-L__side {display: none;}}.flavors__block .flavors__sides .flavors-L__side .start__torg-block {padding: 17px 14px 14px 14px;border: 1px solid #e4e4e4;border-radius: 14px;position: relative;color: #ffffff;letter-spacing: 0.015em;font-size: 14px;font-style: normal;}.flavors__block .flavors__sides .flavors-L__side .start__torg-block .start__torg-bg {position: absolute;top: 0;left: 0;z-index: -1;height: 100%;width: 100%;}.flavors__block .flavors__sides .flavors-L__side .start__torg-text {font-weight: 500;line-height: 20px;}.flavors__block .flavors__sides .flavors-L__side .start__torg-btn {width: 150px;padding: 10px 0;font-weight: 400;font-size: 14px;line-height: 17px;text-transform: inherit;background: #a63244;border: 1px solid #a63244;border-radius: 4px;}.flavors__block .flavors__sides .flavors-L__side .start__torg-btn:hover {color: #ffffff;}.flavors__block .flavors__sides .flavors-L__side .flavors__accordions-block {padding: 14px 0 14px 0;border: 1px solid #e4e4e4;border-radius: 14px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item.uk-open .flavors__acc-item-title span {transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-title {font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;display: flex;align-items: center;gap: 14px;margin-left: 12px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-title span {color: #bbbbbb;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-title::before {display: none;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-content {padding: 14px 10px 22px 14px;border-bottom: 1px solid #e4e4e4;margin: 0;display: flex;flex-direction: column;gap: 14px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-content.last-content {border-bottom: none;padding-bottom: 0;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-content .flavors__acc-item-contents-inps {display: flex;gap: 10px;align-items: center;margin-right: 14px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-content .flavors__acc-item-contents-inps input {border: 1px solid #e4e4e4;border-radius: 8px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-form .flavors__acc-check-see__more {display: flex;align-items: center;gap: 8px;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #a63244;margin-top: 14px;text-decoration: none;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-form .flavors__acc-check-see__more span {width: 15px;height: 15px;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-form .flavors__acc-check-see__more.active span {transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-search-block {margin-bottom: 14px;}@media (max-width: 1140px) {.flavors__block .flavors__sides .flavors-L__side .flavors__acc-search-block {max-width: 195px;width: 100%;}}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-search-icon {transform: rotate(90deg);}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-item-search-inp {background: #f9f9f9;border: 1px solid #e4e4e4;border-radius: 8px;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;padding: 14px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs {display: flex;flex-direction: column;gap: 14px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs.active {flex-wrap: nowrap;max-height: 200px;overflow-y: scroll;overflow-x: hidden;padding-top: 5px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label {font-weight: 500;font-size: 11px;line-height: 14px;letter-spacing: 0.015em;color: #0a1f44;display: flex;align-items: center;gap: 7px;position: relative;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label.active .showProduct {display: flex;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label .showProduct {display: none;position: absolute;align-items: center;justify-content: center;left: 275px;z-index: 2;color: white;text-decoration: none;background: #a63244;border: 1px solid #a63244;border-radius: 4px;width: 105px;height: 50px;font-size: 14px;}@media (max-width: 1140px) {.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label .showProduct {left: 240px;}}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label .showProduct::after {content: url(../../assets/assets/images/showtriangle.png);position: absolute;top: 12px;left: -11px;width: 100%;}@media (max-width: 1140px) {.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs label .showProduct::after {left: -12px;}}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs .more__checkbox {display: none;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkboxs .more__checkbox.active {display: flex;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkbox {width: 15px !important;height: 15px !important;display: flex;align-items: center;justify-content: center;background: #ffffff;border: 2px solid #bbbbbb;border-radius: 2px;}.flavors__block .flavors__sides .flavors-L__side .flavors__acc-checkbox:checked {background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-color: #a63244;border: 2px solid #a63244;color: #ffffff;}.flavors__block .flavors__sides .flavors-L__side .filter-block {display: flex;flex-direction: column;gap: 15px;margin: 14px 14px 0 14px;align-items: center;justify-content: center;}.flavors__block .flavors__sides .flavors-L__side .filter-find-button {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 10px 0;display: flex;align-items: center;justify-content: center;width: 100%;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;text-transform: inherit;}.flavors__block .flavors__sides .flavors-L__side .filter-reset-button {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;border: none;background: none;text-transform: inherit;width: max-content;}.flavors__block .flavors__sides .flavors-R__side {padding: 0;width: calc(75% - 10px);display: flex;flex-direction: column;gap: 20px;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-R__side {width: 100%;}}.flavors__block .flavors__sides .flavors-R__side .sortering__block {background: #ffffff;border: 1px solid #e4e4e4;border-radius: 14px;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-R__side .sortering__block {border: none;width: 104%;left: -15px;position: relative;}}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .sortering__block {width: 108%;left: -15px;}}.flavors__block .flavors__sides .flavors-R__side .sort-T-side {padding: 14px;border-bottom: 1px solid #e4e4e4;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-R__side .sort-T-side {display: none;}}.flavors__block .flavors__sides .flavors-R__side .sort__acc-item-form {display: flex;align-items: start;justify-content: space-between;margin-left: 14px;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkboxs {display: flex;gap: 12px;width: 85%;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkboxs .sort__acc-checkbox:checked + span {background-color: #a63244;color: white;}@media (max-width: 1120px) {.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkboxs {width: 80%;}}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkboxs label {padding-left: 0;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkboxs label span {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;padding: 8px 10px;background: #f4f4f4;border-radius: 100px;cursor: pointer;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checkbox {display: none;}.flavors__block .flavors__sides .flavors-R__side .sort__more {display: none;}.flavors__block .flavors__sides .flavors-R__side .sort__more.active {display: flex;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checks-more {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;display: flex;align-items: center;gap: 8px;margin-top: 7px;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checks-more span {width: 15px;height: 15px;}.flavors__block .flavors__sides .flavors-R__side .sort__acc-checks-more.active span {rotate: 180deg;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side {padding: 18px 14px 22px 14px;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-R__side .sort-B-side {background: #f4f4f4;padding: 14px 16px;}}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .round {border-radius: 34px;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .round::before {border-radius: 50%;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-form {display: flex;align-items: center;justify-content: space-between;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side {display: flex;align-items: center;margin: 0;gap: 5px;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-btn {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;border: none;text-transform: lowercase;width: max-content;text-align: start;padding: 0;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-btn span.uk-icon {width: 15px;height: 15px;}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-btn {font-size: 12px;line-height: 14px;}}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-items {display: none;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-items.uk-open {display: flex;flex-direction: column;align-items: start;gap: 10px;color: #0a1f44;padding: 10px;justify-content: start;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-item {color: #0a1f44;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-item input:checked {accent-color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-item span {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-L-side .sort-B-form-custom .sort-B-form-item span:hover {color: #0a1f44;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-span {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-span.mobile-hidden-type {display: none;}}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-span {font-size: 12px;line-height: 15px;}}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-form-s-item {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side {display: flex;align-items: center;gap: 5px;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .sort-B-R-checkbox:checked + .sort-B-R-slider {background-color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .sort-B-R-checkbox:focus + .sort-B-R-slider {box-shadow: 0 0 1px #a63244;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .sort-B-R-checkbox:checked + .sort-B-R-slider:before {-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);-moz-transform: translateX(20px);-o-transform: translateX(20px);}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .sort-B-R-checkbox:checked + .round::before {border-radius: 50%;background: white;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .round {border-radius: 34px;background: white;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-side .round::before {border-radius: 50%;background: #a63244;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-switch {position: relative;display: inline-block;width: 46px;height: 25px;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-switch input {display: none;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: 0.4s;transition: 0.4s;border: 1px solid #e4e4e4;}.flavors__block .flavors__sides .flavors-R__side .sort-B-side .sort-B-R-slider::before {position: absolute;content: "";height: 20px;width: 20px;left: 2px;bottom: 2px;background-color: white;-webkit-transition: 0.4s;transition: 0.4s;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-BLock {display: none;justify-content: end;}@media (max-width: 850px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-BLock {display: flex;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-OpenM-btn {padding: 10px 16px;background-color: #a63244;text-decoration: none;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;gap: 13px;width: max-content;border: 1px solid #a63244;border-radius: 4px;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-OpenM-btn {width: 100%;justify-content: center;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-Block {display: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-Block.opened {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: white;z-index: 25;overflow-y: scroll;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-Block .tab-Filter-M-bottom-block {padding: 14px 15px 20px 15px;box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);position: fixed;bottom: 0;width: 100%;background-color: white;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-Block .tab-Filter-M-B-btn {font-style: normal;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;justify-content: center;width: 100%;background-color: #a63244;padding: 18px 0;border-radius: 4px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-top {padding: 32px 15px;border-bottom: 1px solid #e4e4e4;display: flex;align-items: center;justify-content: space-between;position: fixed;background-color: white;width: 100%;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-T-L-side {display: flex;align-items: center;gap: 20px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-T-L-side .backimgspan {width: 20px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-title {font-style: normal;font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0a1f44;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-clear-btn {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-main-block {padding: 30px 15px 0 15px;}@media (max-width: 800px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-main-block {padding: 100px 15px 100px 15px;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-main-block .open-More-filter-block-btn {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 10px 30px;display: block;width: max-content;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;text-decoration: none;margin: 30px 0;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-main-block .open-More-filter-block-btn {width: 100%;text-align: center;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-producer-items {padding: 0 0 30px 0;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-price-items {width: 50%;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-price-items {width: 100%;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-types-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-countries-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-provider-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item .tab-Filter-weight-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-M-item-title {font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;padding-bottom: 20px;display: block;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-items {display: flex;align-items: center;flex-wrap: wrap;gap: 14px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-items :checked + span {background-color: #a63244;color: white;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-item {display: contents;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-item :checked + span {background-color: #a63244;color: white;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-item input {display: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-prod-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0a1f44;padding: 8px 10px;border-radius: 100px;background-color: #f4f4f4;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-thr-block {display: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-thr-block.opened {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: white;z-index: 25;overflow-y: scroll;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-T-block {display: flex;align-items: center;justify-content: space-between;padding: 30px 15px;border-bottom: 1px solid #e4e4e4;background-color: white;position: fixed;width: 100%;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-thr-L-side {display: flex;align-items: center;gap: 20px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-title {font-style: normal;font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0a1f44;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-title {font-size: 17px;line-height: 20px;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-M-thr-R-side .tab-Filter-clear-thr-btn {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block {padding: 100px 0;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-search {margin: 0 15px 30px 15px;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-search input {height: 51px;padding: 0 0 0 10px;width: 100%;color: #969696;outline: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thd-M-items {display: flex;flex-direction: column;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-prod-item :checked + span {background-color: #a63244;color: white;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-prod-inp {display: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-prod-name {font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;display: block;padding: 20px 0 20px 15px;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .tab-Filter-thr-prod-name {font-size: 16px;line-height: 18px;}}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-M-block .hidden {display: none;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-B-block {padding: 14px 15px 20px 15px;box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);position: fixed;bottom: 0;width: 100%;background-color: white;}.flavors__block .flavors__sides .flavors-R__side .tab-Filter-thr-B-block .tab-Filter-thr-B-btn {font-style: normal;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;justify-content: center;width: 100%;background-color: #a63244;padding: 18px 0;border-radius: 4px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R__items {display: flex;flex-direction: column;gap: 20px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R__items .see__more-items-btn {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;display: flex;align-items: center;justify-content: center;background: #ffffff;border: 1px solid #a63244;border-radius: 4px;padding: 18px 0;margin-top: 20px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item {display: flex;align-items: start;background: #ffffff;border: 1px solid #e4e4e4;border-radius: 14px;padding: 20px 24px;gap: 20px;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item {padding: 15px;flex-wrap: wrap;position: relative;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item.more-items {display: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item.more-items.active {display: flex;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-img {width: 177px;height: 177px;}@media (max-width: 1140px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-img {max-width: 160px;max-height: 160px;width: 100%;height: 100%;}}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-img {max-width: 105px;max-height: 105px;}}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-img {max-width: 85px;max-height: 85px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-scnd-part {display: flex;flex-direction: column;gap: 14px;width: 53%;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-scnd-part {width: 64%;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;width: 70%;text-decoration: none;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-name {width: 100%;}}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-name {font-size: 14px;line-height: 18px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-name:hover {color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-properties {display: flex;gap: 4px;align-items: center;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-properties {order: 1;width: 100%;position: absolute;bottom: 90px;left: 15px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-prop-link {background: #32a64c;border-radius: 100px;padding: 5px 10px;display: flex;align-items: center;justify-content: center;gap: 5px;text-decoration: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-prop-link.link-text {background: #a63244;font-weight: 500;font-size: 12px;padding: 8px 10px;line-height: 14px;letter-spacing: 0.015em;color: #ffffff;}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-prop-link.link-text {font-size: 10px;line-height: 12px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-prop-link .flavors-R-item-prop-name {display: none;font-style: normal;font-weight: 500;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #ffffff;transition: all 0.3s ease;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-prop-link:hover .flavors-R-item-prop-name {display: block;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-infs {display: flex;gap: 25px;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-infs {gap: 10px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-inf-item {display: flex;flex-direction: column;gap: 4px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-span {font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-span {font-size: 10px;line-height: 14px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-inf {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-prod-inf {font-size: 12px;line-height: 15px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;margin: 0;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text .open-More-info-points {color: #a63244;cursor: pointer;display: inline;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text .open-More-info-points.closed {display: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text .more-info {display: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text .more-info.opened {display: inline;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text .more-info.opened .close-more-info-text {color: #a63244;cursor: pointer;}@media (max-width: 500px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-prod-text {display: none;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-thr-part {display: flex;flex-direction: column;gap: 20px;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-thr-part {flex-direction: row;align-items: center;justify-content: space-between;width: 100%;padding-top: 60px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-price {font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;text-align: end;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-number {display: inline-block;position: relative;width: 94px;height: 46px;border: 1px solid #e4e4e4;border-radius: 4px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-number input[type=number] {display: block;line-height: 32px;width: 100%;height: 100%;color: black;padding: 0 0 0 10px;margin: 0;box-sizing: border-box;text-align: center;-moz-appearance: textfield;-webkit-appearance: textfield;appearance: textfield;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-number input[type=number]::-webkit-outer-spin-button, .flavors__block .flavors__sides .flavors-R__side .flavors .number input[type=number]::-webkit-inner-spin-button {display: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-number-minus {position: absolute;top: 1px;left: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;background: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-number-plus {position: absolute;top: 1px;right: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;background: none;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-count-form {display: flex;gap: 12px;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item-buyBtn {display: flex;align-items: center;justify-content: center;padding: 14px 13px;background: #a63244;border-radius: 4px;}.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-block {display: flex;align-items: center;justify-content: center;border: 1px solid #b9b9b9;border-radius: 14px;padding: 17px 0;}.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-lists {display: flex;gap: 50px;align-items: center;flex-wrap: nowrap;}@media (max-width: 520px) {.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-lists {gap: 20px;}.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-lists .mobile-hidden-pages {display: none;}}@media (max-width: 400px) {.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-lists {gap: 15px;}}.flavors__block .flavors__sides .flavors-R__side .flavors-pagination-item {font-weight: 500;font-size: 16px;line-height: 21px;letter-spacing: 0.015em;}#uk-tooltip-6 {background-color: #a63244;}#uk-tooltip-6 .uk-tooltip-inner {background-color: #a63244;}.price-input {width: 100%;display: flex;margin-bottom: 10px;}.price-input .field {display: flex;width: 100%;height: 40px;align-items: center;}.field input {width: 100%;height: 100%;outline: none;margin-left: 12px;border-radius: 5px;text-align: center;border: 1px solid #999;-moz-appearance: textfield;font-style: normal;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;}input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}.slider {height: 2px;position: relative;background: #ddd;border-radius: 5px;}.slider .progress {height: 100%;left: 25%;right: 25%;position: absolute;border-radius: 5px;background: #a63244;}.range-input {position: relative;}.range-input input[type=range]::-webkit-slider-thumb {height: 15px;width: 15px;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-webkit-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}.range-input input[type=range]::-moz-range-thumb {height: 15px;width: 15px;border: none;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-moz-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}.range-input input {position: absolute;width: 100%;height: 2px;top: -16px;background: none;pointer-events: none;-webkit-appearance: none;-moz-appearance: none;}.price-input02 {width: 100%;display: flex;margin-bottom: 20px;left: -10px;position: relative;}.price-input02 .field02 {display: flex;width: 100%;height: 40px;align-items: center;}.price-input02 .field02 input {width: 100%;height: 100%;outline: none;margin-left: 12px;border-radius: 5px;text-align: start;padding-left: 15px;border: 1px solid #e4e4e4;-moz-appearance: textfield;font-style: normal;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;}.price-input02 .field02 input[type=number]::-webkit-outer-spin-button, .price-input02 .field02 input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}.slider02 {height: 2px;position: relative;background: #ddd;border-radius: 5px;margin: 10px 0 30px 0;}.slider02 .progress02 {height: 100%;left: 25%;right: 25%;position: absolute;border-radius: 5px;background: #a63244;}.range-input02 {position: relative;}.range-input02 input[type=range]::-webkit-slider-thumb {height: 15px;width: 15px;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-webkit-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}.range-input02 input[type=range]::-moz-range-thumb {height: 15px;width: 15px;border: none;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-moz-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}.range-input02 input {position: absolute;width: 100%;height: 2px;top: -32px;background: none;pointer-events: none;-webkit-appearance: none;-moz-appearance: none;}.uk-tooltip.uk-active {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 12px 10px 12px 20px;-webkit-clip-path: polygon(0% 50%, 14% 25%, 15% 0%, 100% 0%, 100% 100%, 15% 100%, 14% 75%);clip-path: polygon(0% 50%, 14% 25%, 15% 0%, 100% 0%, 100% 100%, 15% 100%, 14% 75%);}@media (max-width: 800px) {.header {padding-bottom: 15px;}}@media (max-width: 800px) {.under-header-block {padding: 16px 0 12px 0;}}.not-valid {border-color: #e30e00;color: #e30e00;}.promotion_hero {padding-top: 30px;margin-bottom: 60px;}@media (max-width: 1024px) {.promotion_hero {padding-top: 25px;margin-bottom: 40px;}}@media (max-width: 576px) {.promotion_hero {padding-top: 20px;}}.promotion_hero .hero_row {display: flex;align-items: flex-end;justify-content: space-between;padding: 58px 40px;border-radius: 8px;margin-bottom: 75px;background-repeat: no-repeat;background-position: center center;background-size: cover;}@media (max-width: 1024px) {.promotion_hero .hero_row {margin-bottom: 56px;padding: 58px 20px 58px 40px;}}@media (max-width: 576px) {.promotion_hero .hero_row {padding: 38px 20px;font-size: 30px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.6px;}}.promotion_hero .hero_row .title {color: #FFF;font-size: 34px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.68px;}.promotion_hero .hero_row .subtitle {color: #FFF;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.24px;}@media (max-width: 576px) {.promotion_hero .hero_row .subtitle {display: none;}}.promotion_hero .hero_text {color: #0A1F44;text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.24px;position: relative;max-width: 65%;margin: 0 auto;word-break: break-all;text-overflow: ellipsis;overflow: hidden;}.promotion_hero .hero_text p {word-break: break-all;text-overflow: ellipsis;overflow: hidden;}@media (max-width: 1200px) {.promotion_hero .hero_text {max-width: 70%;margin: 0 auto;}}@media (max-width: 1024px) {.promotion_hero .hero_text {max-width: 100%;}}.promotion_hero .hero_text::before {content: "";position: absolute;top: -10px;left: 0;right: 0;margin: 0 auto;background-color: #A63244;width: 6px;height: 6px;border-radius: 50%;}.section_header.navs {justify-content: space-between;}@media (max-width: 1024px) {.section_header.navs {margin-bottom: 20px;flex-direction: row;}}@media (max-width: 820px) {.section_header.navs .section_title {font-size: 22px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 0.33px;flex: 0 0 auto;width: 75%;}}.section_header.navs .cards_actions {display: flex;align-items: center;gap: 0 10px;}.section_header.navs .cards_actions button {display: flex;align-items: center;justify-content: center;background-color: transparent;border: none;outline: none;cursor: pointer;}.section_header.navs .cards_actions button.active svg line {stroke: #A63244;}.section_header.navs .cards_actions button.active svg rect {stroke: #A63244;}.section_header.navs .cards_actions button svg line, .section_header.navs .cards_actions button svg rect {transition: 0.3s all ease;}.section_header.navs .cards_actions button:hover svg line {stroke: #A63244;}.section_header.navs .cards_actions button:hover svg rect {stroke: #A63244;}.promotion_cards {margin-bottom: 60px;}@media (max-width: 1024px) {.promotion_cards .section_title {font-size: 22px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 0.33px;}}@media (max-width: 576px) {.promotion_cards {margin-bottom: 40px;}}.promotion_cards .swiper {padding: 10px;}.promotion_cards .swiper .swiper-slide {height: auto;background: #FFF;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);}.promotion_cards .swiper .swiper-wrapper {align-items: stretch;}.promotion_cards .swiper_card {border-radius: 4px;overflow: hidden;height: 330px;text-decoration: none;display: flex;flex-direction: column;position: relative;justify-content: space-between;}@media (max-width: 1200px) {.promotion_cards .swiper_card {height: 100%;}}.promotion_cards .swiper_card .card_image img {width: 100%;height: 100%;object-fit: cover;object-position: center;}.promotion_cards .swiper_card .card_texts {padding: 0 10px;position: absolute;height: 100%;width: 100%;bottom: -125px;left: 0;opacity: 0;visibility: hidden;justify-content: flex-end;z-index: 1;transition: 0.3s all ease;}@media (max-width: 1200px) {.promotion_cards .swiper_card .card_texts {display: none;}}.promotion_cards .swiper_card .card_texts .card_title {color: #000;text-align: center;font-size: 18px;font-style: normal;font-weight: 400;line-height: 22px;margin-bottom: 15px;}.promotion_cards .swiper_card .card_texts .card_subtitle {color: #000;text-align: center;font-size: 16px;font-style: normal;font-weight: 300;line-height: 20px;height: 80px;overflow: hidden;word-break: break-all;text-overflow: ellipsis;overflow: hidden;}.promotion_cards .swiper_card .card_texts .card_subtitle .card_subtitle p {word-break: break-all;text-overflow: ellipsis;overflow: hidden;}.promotion_cards .swiper_card .card_price {width: 100%;padding: 0 10px;text-align: center;color: #A63244;text-align: center;font-size: 16px;font-style: normal;font-weight: 500;line-height: 22px;margin-bottom: 20px;}@media (max-width: 1024px) {.promotion_cards .swiper_card .card_price {position: static;}}.promotion_cards .swiper_card .card_price .price_body {margin-right: 20px;}.promotion_cards .swiper_card .card_main_title {padding: 20px 10px;color: #000;text-align: center;font-size: 18px;font-style: normal;font-weight: 400;line-height: 22px;}.promotion_cards .swiper_card:hover .card_texts {opacity: 1;visibility: visible;}.promotion_cards .swiper_card:hover .card_main_title {display: none;}@media (max-width: 1200px) {.promotion_cards .swiper_card:hover .card_main_title {display: block;}}.promotion_cards .swiper_card:hover .card_image img {height: 110px;}@media (max-width: 1200px) {.promotion_cards .swiper_card:hover .card_image img {height: auto;}}.promotion_cards .cards_item.cards {display: flex;flex-wrap: wrap;justify-content: flex-start;}.promotion_cards .cards_item.cards .swiper_card {flex: 0 0 calc(25% - 20px);overflow: hidden;margin: 10px;border-radius: 4px;background: #FFF;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);height: 330px;display: flex;align-items: center;justify-content: space-between;flex-direction: column;}@media (max-width: 1200px) {.promotion_cards .cards_item.cards .swiper_card {height: auto;}}.promotion_cards .cards_item.cards .swiper_card > div {width: 100%;}@media (max-width: 1024px) {.promotion_cards .cards_item.cards .swiper_card {flex: 0 0 calc(33.33% - 20px);}}@media (max-width: 576px) {.promotion_cards .cards_item.cards .swiper_card {flex: 0 0 calc(50% - 20px);}}.swiper_navs_container {display: flex;align-items: center;gap: 0 40px;}.swiper_navs_container .swiper-scrollbar {position: static;margin-top: 40px;height: 2px;}@media (max-width: 576px) {.swiper_navs_container .swiper-scrollbar {margin-top: 20px;}}.swiper_navs_container .swiper-scrollbar .swiper-scrollbar-drag {border-radius: 17px;height: 4px;background: #A63244;top: -1px;}.swiper_navs_container .swiper_navs {display: flex;align-items: center;gap: 0 10px;margin-top: 30px;}@media (max-width: 500px) {.swiper_navs_container .swiper_navs {display: none;}}.swiper_navs_container .swiper-button-next, .swiper_navs_container .swiper-button-prev {position: static;display: flex;align-items: center;justify-content: center;background: #ffffff;border: 1px solid #a63244;border-radius: 5px;transform: matrix(-1, 0, 0, 1, 0, 0);color: #a63244;width: 40px;height: 30px;bottom: 2px;margin: 0;}.swiper_navs_container .swiper-button-next::after, .swiper_navs_container .swiper-button-prev::after {display: none;}.promotion_texts .section_title {margin-bottom: 20px;}@media (max-width: 1140px) {.promotion_texts .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 576px) {.promotion_texts .section_title {font-size: 22px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 0.33px;}}.promotion_texts .texts {max-width: 80%;}@media (max-width: 1024px) {.promotion_texts .texts {max-width: 100%;}}.promotion_texts .texts p {margin: 0;margin-bottom: 20px;color: #0A1F44;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.24px;}.promotion_texts .texts p:last-child {margin-bottom: 0;}.promotion_categories {margin-bottom: 60px;}@media (max-width: 576px) {.promotion_categories {margin-bottom: 40px;}}.promotion_categories .swiper {padding: 10px;}.promotion_categories .swiper .swiper-wrapper {align-items: stretch;}.promotion_categories .swiper .swiper-slide {height: auto;}.promotion_categories .catalog_item {height: 100%;display: flex;align-items: center;justify-content: flex-start;flex-direction: column;border-radius: 4px;background: #FFF;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);}.promotion_categories .catalog_item a {width: 100%;text-decoration: none;}.promotion_categories .catalog_item > div {width: 100%;}.promotion_categories .catalog_item .catalog_image {box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.03) inset;padding: 40px 0;display: flex;align-items: center;justify-content: center;background-image: url("../../assets/images/catalog_bg.png");background-repeat: no-repeat;background-position: left;background-size: cover;}@media (max-width: 576px) {.promotion_categories .catalog_item .catalog_image img {height: 67px;width: 80px;}}.promotion_categories .catalog_item .catalog_name {padding: 20px 10px 25px 10px;font-size: 20px;font-style: normal;font-weight: 500;line-height: 22px;color: #343434;text-align: center;}@media (max-width: 576px) {.promotion_categories .catalog_item .catalog_name {font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;padding: 20px 10px;}}.promotion_categories .cards_item.cards {display: flex;align-items: stretch;justify-content: flex-start;flex-wrap: wrap;}.promotion_categories .cards_item.cards .catalog_item {overflow: hidden;flex: 0 0 auto;margin: 10px;width: calc(25% - 20px);border-radius: 4px;background: #FFF;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);height: auto;}@media (max-width: 1024px) {.promotion_categories .cards_item.cards .catalog_item {width: calc(33.33% - 20px);}}@media (max-width: 576px) {.promotion_categories .cards_item.cards .catalog_item {width: calc(50% - 20px);}}.main__Title {font-family: "SF UI Text", sans-serif;font-weight: 700;font-size: 28px;line-height: 33px;letter-spacing: 0.015em;color: #0A1F44;margin-bottom: 30px;}@media (max-width: 800px) {.main__Title {font-size: 22px;line-height: 26px;margin-top: 30px;margin-bottom: 20px;}}.mainTitle {font-weight: 500;font-size: 20px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;margin: 0;}.request_modal {display: none;}.ordering {padding-bottom: 75px;}@media (max-width: 800px) {.ordering {padding-bottom: 40px;}}.ordering .ordering__block.z-indexover {position: relative;z-index: -1;}.ordering .ordering__block .choiseWhom {display: flex;align-items: center;gap: 20px;margin-left: 37px;margin-bottom: 30px;}@media (max-width: 1140px) {.ordering .ordering__block .choiseWhom {margin-left: 22px;}}@media (max-width: 800px) {.ordering .ordering__block .choiseWhom {gap: 10px;margin-left: 0;margin-bottom: 40px;}}.ordering .ordering__block .choise-item {display: flex;align-items: center;justify-content: start;padding: 13px 13px;width: 277px;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;gap: 13px;color: #0A1F44;border: 1px solid #E4E4E4;border-radius: 4px;cursor: pointer;}@media (max-width: 1140px) {.ordering .ordering__block .choise-item {max-width: 320px;width: 100%;}}@media (max-width: 800px) {.ordering .ordering__block .choise-item {max-width: calc(50% - 5px);}}@media (max-width: 500px) {.ordering .ordering__block .choise-item {max-width: 100%;}}.ordering .ordering__block .choise-item.active {border: 1px solid #0A1F44;}.ordering .ordering__block .choise-item .choise-item-inp {background: #FFFFFF;border: 2px solid #E4E4E4;}.ordering .ordering__block .choise-item .choise-item-inp:checked {background: #A63244;border: 2px solid #E4E4E4;}.ordering .ordering__block .ordering__sides {gap: 20px;}.ordering .ordering__block .ordering__sides.z-indexover {position: relative;z-index: -1;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides {flex-direction: column;gap: 40px;}}.ordering .ordering__block .ordering__sides .ordering__R-side {width: calc(70% - 10px);display: flex;flex-direction: column;gap: 20px;align-items: center;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side {width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering-R-side-item01 {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering-R-side-item01.active {display: block;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering-R-side-item02 {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering-R-side-item02.active {display: block;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item {border-radius: 4px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item.payment-type01 {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item.payment-type01.active {display: block;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item.payment-type02 {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item.payment-type02.active {display: block;}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item {padding: 15px 20px;width: 100%;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item {box-shadow: none;padding: 0;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items {display: flex;gap: 10px;align-items: start;margin: 30px 0;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items {align-items: center;flex-direction: column;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items .waysToGet-item {display: flex;flex-direction: column;gap: 5px;padding: 15px 21px;border: 1px solid #B9B9B9;border-radius: 4px;width: 225px;height: 125px;cursor: pointer;}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items .waysToGet-item {max-width: 200px;width: 100%;padding: 10px 5px 10px 10px;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items .waysToGet-item {max-width: 240px;padding: 20px;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items .waysToGet-item {max-width: 100%;height: max-content;padding: 20px 0 20px 20px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-items .waysToGet-item.active {border: 1px solid #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-item-inp {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .waysToGet-item-title {font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .WaysToGet-item-text {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #878787;margin: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choisemails {display: flex;align-items: center;gap: 10px;margin: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .scnd-title {font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choise-mail {display: flex;align-items: center;gap: 16px;border: 1px solid #B9B9B9;border-radius: 4px;padding: 20px;width: 225px;cursor: pointer;color: #0A1F44;font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choise-mail {max-width: 200px;width: 100%;}}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choise-mail {padding: 10px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choise-mail.active {border: 1px solid #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .choise-mail-inp:checked {border: 2px solid #E4E4E4;background: #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .mailsprice-text {font-weight: 400;font-size: 12px;line-height: 20px;letter-spacing: 0.015em;color: #878787;width: 65%;margin-bottom: 0;}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .mailsprice-text {width: 60%;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .about-Rec-item-title .span-chevron {rotate: 180deg;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .about-Rec-item-title .span-chevron {rotate: -90deg;}}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .about-Rec-content {position: fixed;z-index: 10;background: white;display: block;top: 0;left: 0;width: 100%;height: 100%;padding: 100px 15px 20px 15px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block {gap: 20px;flex-direction: row;width: 100%;flex-wrap: wrap;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block {gap: 10px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-inp {height: 50px;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-inp {max-width: 100%;width: calc(50% - 5px);}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-inp {width: 100%;}}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .deliveryadress-saveBtn {position: fixed;width: 100%;left: 0;bottom: 0;height: 80px;padding: 20px 15px 20px 15px;background-color: white;box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-data-btn {max-width: 150px;width: 100%;display: flex;align-items: center;justify-content: center;border: none;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-data-btn {max-width: 100%;width: 96%;position: fixed;bottom: 0;left: 15px;padding: 15px;margin-bottom: 20px;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .recipient-data-btn {max-width: 100%;width: 93%;position: absolute;bottom: 20px;margin: 0 15px;left: 0;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .scnd-title {font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0A1F44;display: flex;align-items: center;gap: 20px;padding: 20px 15px 30px 15px;background-color: white;border-bottom: 1px solid #E4E4E4;width: 100%;position: fixed;top: 0;left: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item.uk-open .recipient-data-block .scnd-title img {display: block;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .about-Rec-checkbox:checked + .about-Rec-slider {background-color: #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .about-Rec-checkbox:focus + .about-Rec-slider {box-shadow: 0 0 1px #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .about-Rec-checkbox:checked + .about-Rec-slider:before {-webkit-transform: translateX(19px);-ms-transform: translateX(19px);transform: translateX(19px);-moz-transform: translateX(19px);-o-transform: translateX(19px);}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .about-Rec-checkbox:checked + .round::before {border-radius: 50%;background: white;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .round {border-radius: 34px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item .round::before {border-radius: 50%;background: #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item-title {display: flex;flex-direction: column;gap: 4px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item-title .recipient-name .span-chevron {rotate: -90deg;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-item-title::before {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content {margin-top: 0;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content.show {display: block;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-data-block {display: flex;flex-direction: column;gap: 20px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-data-block .scnd-title {margin: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-data-block .scnd-title img {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-inp {border: 1px solid #B9B9B9;border-radius: 4px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-inp:hover {border-color: #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-inp:focus {border-color: #A63244;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-content .recipient-data-btn {display: flex;align-items: center;width: max-content;padding: 13px;background: #A63244;border-radius: 4px;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;text-decoration: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-another-block {display: flex;align-items: center;justify-content: space-between;border: 1px solid #B9B9B9;border-radius: 4px;padding: 10px;margin: 20px 0 32px 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-switch {position: relative;display: inline-block;width: 46px;height: 25px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-switch input {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-switch:hover {color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #E4E4E4;border-radius: 14px;background-color: white;-webkit-transition: 0.4s;transition: 0.4s;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-Rec-slider::before {position: absolute;content: "";height: 21px;width: 21px;left: 2px;bottom: 1px;background: #A63244;-webkit-transition: 0.4s;transition: 0.4s;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .title-span {font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: 0.015em;color: #878787;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .recipient-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;display: flex;align-items: center;justify-content: space-between;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .another-Rec-name {font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;display: flex;flex-direction: column;margin: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .another-Rec-span {font-weight: 400;font-size: 12px;line-height: 20px;letter-spacing: 0.015em;color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-block {margin-top: 30px;margin-bottom: 30px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-deliveryTime {font-style: normal;font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-products-info {display: flex;flex-direction: column;align-items: center;gap: 20px;padding: 30px 0;border-top: 1px solid #B9B9B9;border-bottom: 1px solid #B9B9B9;margin-top: 20px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-products-item {display: flex;align-items: start;gap: 40px;justify-content: center;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-products-item {gap: 0;justify-content: space-between;flex-wrap: wrap;align-items: start;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-code {font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-name {font-style: normal;font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;width: 50%;}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-name {width: 45%;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-name {order: 1;width: 70% !important;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-weight {font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-weight {display: flex;justify-content: end;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-price {font-weight: 500;font-size: 16px;line-height: 28px;text-align: right;letter-spacing: 0.015em;color: #0A1F44;text-align: end;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .buy-product-price {order: 5;width: 25%;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .comments-block {display: flex;flex-direction: column;gap: 20px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .comments-form .comment-textarea {resize: none;border: 1px solid #B9B9B9;border-radius: 4px;width: 700px;height: 180px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .comments-form .comment-textarea {width: 100%;padding: 16px 13px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-form {display: flex;gap: 10px;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-form {flex-direction: column;margin-top: 20px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-form .cashless-payment {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-form .cashless-payment.show {display: flex;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-item {display: flex;border-radius: 4px;align-items: center;padding: 20px;width: max-content;gap: 16px;margin-top: 20px;border: 1px solid #B9B9B9;cursor: pointer;font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-item {width: 100%;margin-top: 0;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-item.active {border: 1px solid #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .payment-item-inp:checked {background: #A63244;border: 2px solid #E4E4E4;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-info {display: flex;padding: 20px;border: 1px solid #B9B9B9;border-radius: 4px;gap: 20px;margin-top: 20px;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-info {gap: 10px;padding: 10px;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-img {object-fit: contain;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-texts {display: flex;flex-direction: column;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-title {font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;margin: 0;margin-bottom: 8px;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-title {margin-bottom: 5px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-subtitle {font-style: normal;font-weight: 400;font-size: 12px;line-height: 20px;letter-spacing: 0.015em;color: #0A1F44;width: 98%;margin: 0;}@media (max-width: 1500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-subtitle {width: 85%;}}@media (max-width: 1140px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-subtitle {width: 94%;}}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .safe-payment-subtitle {width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-entity {margin-top: 30px;display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-entity.show {display: block;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-ent-item.uk-open .span-chevron {rotate: 180deg;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-ent-item-title {font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;display: flex;justify-content: space-between;align-items: center;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-ent-item-title:hover {color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .about-ent-item-title::before {display: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .entity-data-block {display: flex;align-items: flex-start;flex-direction: column;gap: 20px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .entity-inp {border: 1px solid #B9B9B9;border-radius: 4px;padding: 16px 13px;height: 50px;}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .entity-data-btn {background: #A63244;border-radius: 4px;padding: 13px 0;width: 150px;text-align: center;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;text-decoration: none;border: none;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .entity-data-btn {display: flex;justify-content: center;align-items: center;width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__R-side .ordering__R-side-item .copy-ent-link {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;border-bottom: 1px dashed #A63244;text-decoration: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-block {margin-bottom: 30px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open {position: fixed;background: white;width: 100%;height: 100%;top: 0;left: 0;z-index: 10;padding: 65px 15px 50px 15px;overflow-y: scroll;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .scnd-title {margin: 0;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .scnd-title.choise-transp-title {order: 2;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .scnd-title.choise-point-title {margin: 30px 0 20px 0;}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .scnd-title.choise-point-title {margin: 20px 0 10px 0;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .choisemails {order: 1;margin-top: 10px !important;}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .choisemails {flex-direction: column;flex-wrap: wrap;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .choisemails .choise-mail {max-width: 100%;width: calc(50% - 5px);}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .choisemails .choise-mail {width: 100%;padding: 10px;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .mailsprice-text {width: 100%;margin-top: 10px;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress {order: -1;}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress {flex-wrap: wrap;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .deliveryadress-cities {max-width: 100%;width: calc(50% - 5px);}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .deliveryadress-cities {width: 100%;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .deliveryadress-cities span {left: auto;right: 10px;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .deliveryadress-cities .uk-inline {width: 100%;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .deliveryadress-cities .uk-inline .delivery-select {width: 100%;min-width: auto;border: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .open__maps__btn {max-width: 100%;height: 50px;width: calc(50% - 5px);border: 1px solid #0A1F44;}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .maps-adress .open__maps__btn {width: 100%;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-btn {z-index: 10;display: flex;align-items: center;justify-content: center;margin: 0;width: 100%;border: none;}}@media (max-width: 800px) and (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-btn {position: fixed;bottom: 20px;width: 96%;}}@media (max-width: 800px) and (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-btn {width: 93%;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-saveBtn {position: fixed;width: 100%;left: 0;bottom: 0;height: 75px;padding: 20px 15px 20px 15px;background-color: white;box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-item-title {padding: 20px 15px;border-top: none;border-bottom: 1px solid #E4E4E4;position: fixed;background-color: white;top: 0;left: 0;width: 100%;z-index: 10;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-item-title .deliveryadress-chevron-icon {rotate: 180deg;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-item-title .deliveryadress-chevron-icon {display: none;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-item-content {display: flow-root !important;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item.uk-open .deliveryadress-item-content {display: none;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title {display: flex;align-items: center;justify-content: space-between;font-style: normal;font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title {font-weight: 500;padding: 40px 0;border-bottom: 1px solid #B9B9B9;border-top: 1px solid #B9B9B9;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title {padding: 20px 0;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title .deliveryadress-title-frts-span {display: flex;align-items: center;gap: 15px;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title .deliveryadress-chevron-icon {display: block;rotate: -90deg;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title .deliveryadress-title-img {display: none;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title .deliveryadress-title-img {display: block;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-title::before {display: none;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-content {margin-top: 30px;padding-bottom: 60px;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-content {padding-bottom: 40px;}}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-form {display: flex;flex-direction: column-reverse;position: relative;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-form .choise-point-title {display: none;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-item-form .choise-point-title {display: block;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities {position: relative;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block {font-style: normal;height: 50px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: black;display: flex;align-items: center;min-width: 150px;max-width: 150px;padding: 25px 25px 25px 10px;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block::after {border-bottom: 1px solid black;border-right: 1px solid black;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block {width: 100%;min-width: auto;max-width: 100%;padding: 10px 25px 10px 10px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block .current {overflow: hidden;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block .list {max-height: 300px;overflow-y: scroll;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block .option {color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-cities .uk-inline .cities-select-block .option.selected {color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__R-side .deliveryadress-btn {display: flex;align-items: center;background: #A63244;border-radius: 4px;margin: 20px 0 30px 0;padding: 13px 30px;width: max-content;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;text-decoration: none;font-style: normal;border: none;}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress {display: flex;gap: 10px;align-items: center;flex-wrap: wrap;width: 100%;}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .maps-top-side {width: 100%;display: flex;gap: 10px;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .maps-top-side {justify-content: space-between;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .maps-top-side {flex-direction: column;}}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .open__maps__btn {border: 1px solid #B9B9B9;border-radius: 4px;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;padding: 26px 0 26px 12px;width: 100%;}@media (max-width: 820px) {.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .open__maps__btn {padding: 15px 0 15px 12px;}}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .open__maps__btn::placeholder {color: #B9B9B9;}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .map-choise {width: 100%;}.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .map-choise .map {width: 100%;height: 330px;}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__R-side .maps-adress .map-choise .map {height: 460px;}}.ordering .ordering__block .ordering__sides .ordering__L-side {width: calc(30% - 10px);border-radius: 4px;height: max-content;padding: 0;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side {box-shadow: none;width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-block {padding: 20px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-block {padding: 0;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-form {display: flex;flex-direction: column;align-items: start;justify-content: center;gap: 20px;}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-form .end-order-btn {background: #A63244;border-radius: 4px;display: flex;align-items: start;justify-content: center;text-align: center;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;height: 45px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-form .end-order-btn {height: 50px;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-title {font-weight: 500;font-size: 16px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;margin: 0;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-title {font-size: 20px;order: -2;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-info {display: flex;flex-direction: column;gap: 15px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-info {width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-item {display: flex;flex-direction: column;justify-content: center;align-items: start;gap: 5px;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-item {flex-direction: row;align-items: start;justify-content: space-between;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-del-Time-quest {color: #878787;}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-del-Time-answer {color: #0A1F44;}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-promo-block {display: flex;flex-direction: column;align-items: start;gap: 10px;width: 100%;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-promo-block {order: -1;flex-direction: row;flex-wrap: wrap;align-items: center;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-promo-title {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #040404;margin: 0;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-promo-title {font-size: 16px;line-height: 19px;width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-inp {border: 1px solid #B9B9B9;border-radius: 4px;padding: 16px 13px;height: 50px;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-inp {max-width: 365px;max-height: 45px;height: 100%;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-inp {max-width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-addPromo-btn {background: #E4E4E4;border-radius: 4px;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;height: 45px;text-transform: inherit;width: 100%;}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-addPromo-btn.actived {background: #A63244;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-addPromo-btn {max-width: 180px;}}@media (max-width: 500px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-addPromo-btn {max-width: 100%;}}.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-fullPrice-block {display: flex;flex-direction: row;justify-content: space-between;align-items: start;width: 100%;font-style: normal;font-weight: 500;font-size: 20px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 800px) {.ordering .ordering__block .ordering__sides .ordering__L-side .cost-delTime-fullPrice-block {order: -1;}}.header__block-tab-search {position: relative;}@media (max-width: 820px) {.header__block-tab-search .users-list {position: absolute;background-color: white;}}@media (max-width: 800px) {.header {padding-bottom: 15px;}}@media (max-width: 800px) {.under-header-block {padding: 16px 0 12px 0;}}.not-valid {border-color: #E30E00;color: #E30E00;}.js-dropdown {display: inline-block;max-height: 300px;overflow-y: auto;width: 100%;display: flex;flex-direction: column;gap: 5px;}.js-dropdown li {padding: 5px 10px;cursor: pointer;}.js-dropdown li:hover {background-color: #cfcdcd;color: #040404;}.js-toggle {border-radius: 4px;border: 1px solid #0A1F44;background: #FFF;position: relative;}.js-toggle .x-drop-down__dropped {display: none;background-color: white;position: absolute;width: 101%;left: -1px;top: 40px;padding: 10px 0;border: 1px solid #0A1F44;border-top: none;border-radius: 0 0 4px 4px;}@media (max-width: 820px) {.js-toggle .x-drop-down__dropped {width: 100.5%;}}.js-toggle .x-drop-down__dropped.active {display: block;}.js-toggle .x-drop-down__search {padding: 0 10px 10px 10px;}.js-toggle .x-drop-down__search .x-input__field {width: 100%;height: 35px;border-radius: 4px;border: 1px solid #878787;outline: none;padding: 0 10px;}.js-toggle .x-drop-down__search .x-input__field:focus {border-color: #040404;}.x-drop-down__value {display: flex;justify-content: space-between;align-items: center;overflow: hidden;padding: 10px;width: 200px;max-width: 200px;height: 51px;max-height: 51px;color: #040404;}@media (max-width: 820px) {.x-drop-down__value {width: 100%;max-width: 100%;}}.item_hide {display: none;}.mainPage {color: #0A1F44;}.thisPage {color: #A63244;}.torgBlock {padding-bottom: 100px;}.torg__T-title {font-family: "SF UI Text", sans-serif;font-weight: 700;font-size: 28px;line-height: 33px;letter-spacing: 0.015em;color: #0A1F44;padding: 30px 0 0 0;}@media (max-width: 800px) {.torg__T-title {font-size: 22px;line-height: 26px;}}.torg__T-subtitle {font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.015em;color: #0A1F44;margin-bottom: 20px;}@media (max-width: 800px) {.torg__T-subtitle {line-height: 21px;}}.torg__T-list__block {margin-bottom: 30px;}.torg__T-scndTitle {font-family: "SF UI Text", sans-serif;font-weight: 500;font-size: 22px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 800px) {.torg__T-scndTitle {font-size: 18px;margin-bottom: 16px;}}.torg__T-list__items {display: flex;flex-direction: column;gap: 14px;}@media (max-width: 800px) {.torg__T-list__items {gap: 10px;}}.torg__T-list__item {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;}.torg__T-more__info {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;border-bottom: 1px dashed #A63244;}.torg__T-purchReq__block .purchReq__B-title {font-weight: 500;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0A1F44;margin: 40px 0 30px 0;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-title {font-size: 18px;line-height: 21px;}}.torg__T-purchReq__block .purchReq__B-items {margin-bottom: 20px;}.torg__T-purchReq__block .purchReq__B-form {display: flex;flex-direction: column;gap: 20px;}.torg__T-purchReq__block .purchReq__B-form .purchreq__B-Form-items {display: flex;flex-direction: column;gap: 20px;}.torg__T-purchReq__block .purchReq__B-form .addCardBtn {display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}.torg__T-purchReq__block .purchReq__B-form .button_add {padding: 12px;background: #A63244;width: 50px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}.torg__T-purchReq__block .purchReq__B-form .totalPriceBlock {display: flex;justify-content: end;gap: 5px;text-align: right;}.torg__T-purchReq__block .purchReq__B-form .totalPrice-text {color: #969696;font-weight: 400;font-size: 18px;line-height: 28.64px;letter-spacing: 0.015em;}@media (max-width: 500px) {.torg__T-purchReq__block .purchReq__B-form .totalPrice-text {font-size: 14px;line-height: 17px;}}.torg__T-purchReq__block .purchReq__B-form .totalPrice-sum {color: #A63244;font-size: 24px;line-height: 28.64px;font-weight: 600;letter-spacing: 0.015em;}.torg__T-purchReq__block .purchReq__B-item {padding: 30px 35px 20px 35px;position: relative;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item {padding: 24px 20px 20px 20px;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-item__sides {display: flex;align-items: end;gap: 35px;}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-item__sides {gap: 20px;}}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-item__sides {flex-direction: column;align-items: start;}}.torg__T-purchReq__block .purchReq__B-item.last__purch__card {display: none;}.torg__T-purchReq__block .purchReq__B-item.last__purch__card.active {display: block;}.torg__T-purchReq__block .purchReq__B-item .delete__card {position: absolute;top: 5px;right: 5px;cursor: pointer;}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion {margin-top: 20px;}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion .purchReq__B-accordion-title {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;display: none;gap: 7px;}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion .purchReq__B-accordion-title.info {display: flex;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion .purchReq__B-accordion-title {flex-direction: column;justify-content: center;align-items: center;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion .purchReq__B-accordion-title::before {display: none;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion {margin-top: 40px;display: flex;align-items: center;justify-content: center;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion-title {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;display: flex;gap: 7px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion-title {flex-direction: column;justify-content: center;align-items: center;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion-title::before {display: none;}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion-content {display: flex;gap: 20px;}@media (max-width: 500px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-accordion-content {gap: 10px;position: relative;flex-direction: column;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_img {border: 1px solid #E4E4E4;display: flex;align-items: center;justify-content: center;height: 115px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;flex: 0 0 auto;}@media (max-width: 500px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_img {max-width: 70px;max-width: 70px;width: 100%;height: 100%;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_texts {display: flex;flex-direction: column;gap: 10px;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_texts br {display: none;}}@media (max-width: 500px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_texts {gap: 20px;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_title {font-weight: 500;line-height: 21px;color: #0A1F44;}@media (max-width: 500px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_title {position: absolute;top: 0;right: -10px;width: 80%;}}@media (max-width: 480px) {.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_title {right: -20px;}}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_text {margin: 0px;color: #0A1F44;}.torg__T-purchReq__block .purchReq__B-item .purchReq__B-content_link {color: #A63244;}.torg__T-purchReq__block .purchReq__B-item-left__side {display: flex;gap: 10px;}.torg__T-purchReq__block .purchReq__B-item-left__side .purchReq__B-L-R {display: flex;align-items: end;justify-content: end;position: relative;}.torg__T-purchReq__block .purchReq__B-item-left__side .purchReq__B-L-R .users-list03 {position: absolute;top: 70px;background: white;border-radius: 0 0 4px 4px;border: 1px solid #E4E4E4;border-top: none;z-index: 2;max-height: 300px;overflow-y: scroll;}.torg__T-purchReq__block .purchReq__B-item-left__side .purchReq__B-L-R .no-results-messages {position: absolute;top: 70px;background: white;border-radius: 0 0 4px 4px;border: 1px solid #A63244;z-index: 2;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item-left__side {flex-direction: column;width: 100%;}}.torg__T-purchReq__block .purchReq__B-L-L {display: flex;flex-direction: column;gap: 10px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-L-L {gap: 15px;}}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select {font-style: normal;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #FFFFFF;background: #A63244;display: flex;align-items: center;min-width: 150px;max-width: 150px;padding-right: 25px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select {max-width: 100%;width: 100%;min-width: none;}}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select .current {overflow: hidden;}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select .list {max-height: 300px;overflow-y: scroll;}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select .option {color: #0A1F44;}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline .product-select .option.selected {color: #0A1F44;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-inline {width: 100%;}}.torg__T-purchReq__block .purchReq__B-L-L-catalog .uk-button {background: #A63244;border: 1px solid #A63244;border-radius: 4px;padding: 1px 0;display: flex;justify-content: center;align-items: center;gap: 10px;color: white;width: 150px;text-transform: inherit;}.torg__T-purchReq__block .purchReq__B-L-R {display: flex;align-items: end;justify-content: end;position: relative;}.torg__T-purchReq__block .purchReq__B-L-R .users-list03 {position: absolute;top: 70px;background: white;border-radius: 0 0 4px 4px;border: 1px solid #E4E4E4;border-top: none;z-index: 2;max-height: 300px;overflow-y: scroll;}.torg__T-purchReq__block .purchReq__B-L-R .no-results-messages {position: absolute;top: 70px;background: white;border-radius: 0 0 4px 4px;border: 1px solid #A63244;z-index: 2;}.torg__T-purchReq__block .purchReq__B-L-R-inp {width: 304px;height: 43px;border: 1px solid #E4E4E4;border-radius: 4px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0A1F44;}.torg__T-purchReq__block .purchReq__B-L-R-inp.noProduct {border: 1px solid #A63244;}@media (max-width: 1500px) {.torg__T-purchReq__block .purchReq__B-L-R-inp {width: 275px;}}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-L-R-inp {width: 205px;}}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-L-R-inp {width: 100%;}}.torg__T-purchReq__block .purchReq__B-item-right__side {display: flex;gap: 20px;}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-item-right__side {align-items: end;}}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-item-right__side {gap: 10px;}}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-item-right__side {width: 100%;}}.torg__T-purchReq__block .purchReq__B-R-L__sides {display: flex;align-items: end;gap: 5px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-L__sides {flex-direction: column;gap: 20px;align-items: start;width: 50%;}}.torg__T-purchReq__block .purchReq__B-R-L-L__side {display: flex;flex-direction: column;align-items: start;width: 150px;}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-R-L-L__side {width: 135px;}}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-L-L__side {width: 100%;}}.torg__T-purchReq__block .purchReq__B__inf {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #969696;}.torg__T-purchReq__block .purchReq__B__name {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0.015em;color: #0A1F44;}.torg__T-purchReq__block .purchReq__B__price {font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;padding: 25px 0 15px 0;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B__price {padding: 13px;margin-top: 10px;border: 1px dashed #E4E4E4;border-radius: 4px;max-width: 340px;width: 100%;}}.torg__T-purchReq__block .purchReq__B-R-L-R__side {display: flex;flex-direction: column;gap: 15px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-L-R__side {gap: 10px;width: 100%;}}.torg__T-purchReq__block .purchReq__B-R-R__sides {display: flex;gap: 30px;}@media (max-width: 1140px) {.torg__T-purchReq__block .purchReq__B-R-R__sides {gap: 20px;}}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-R__sides {flex-direction: column;gap: 20px;width: 50%;}}.torg__T-purchReq__block .purchReq__B-R-R-L__side {display: flex;flex-direction: column;}.torg__T-purchReq__block .purchReq__B-R-R-L__inp {width: 125px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0A1F44;margin-top: 15px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-R-L__inp {margin-top: 10px;padding: 13px;border: 1px solid #E4E4E4;border-radius: 4px;max-width: 340px;width: 100%;}}.torg__T-purchReq__block .purchReq__B-R-R-R__side {display: flex;flex-direction: column;justify-content: end;width: 125px;}@media (max-width: 800px) {.torg__T-purchReq__block .purchReq__B-R-R-R__side {width: 100%;}}.number input[type=number]::-webkit-outer-spin-button, .number input[type=number]::-webkit-inner-spin-button {display: none;}.number input[type=number] {display: block;line-height: 32px;width: 100%;color: black;padding: 0;margin: 0;box-sizing: border-box;text-align: center;-moz-appearance: textfield;-webkit-appearance: textfield;appearance: textfield;}.number {display: inline-block;position: relative;width: 125px;}@media (max-width: 1140px) {.number {width: 115px;}}@media (max-width: 800px) {.number {max-width: 340px;width: 100%;border: 1px solid #E4E4E4;border-radius: 4px;}}.number-minus {position: absolute;top: 1px;left: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-size: 16px;font-weight: 600;background: none;}@media (max-width: 800px) {.number-minus {background: #A63244;color: white;width: 35px;top: 0;left: 0;border-radius: 4px 0 0 4px;height: 40px;}}.number-plus {position: absolute;top: 1px;right: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-size: 16px;font-weight: 600;background: none;}@media (max-width: 800px) {.number-plus {background: #A63244;color: white;width: 35px;top: 0;right: 0;border-radius: 0 4px 4px 0;height: 40px;}}.contacts__block {display: flex;flex-direction: column;padding: 20px 30px 30px 30px;margin-top: 40px;}.contacts-title {font-family: "SF UI Text", sans-serif;font-style: normal;font-weight: 500;font-size: 20px;line-height: 28px;letter-spacing: 0.015em;color: #0A1F44;margin-bottom: 30px;}.contacts-form {display: flex;flex-direction: column;}.contacts-form input, .contacts-form textarea {border: 1px solid #B9B9B9;border-radius: 4px;padding: 13px;outline: none;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: black;}.contacts-form input:hover, .contacts-form textarea:hover {outline: none;}.contacts-form input::placeholder, .contacts-form textarea::placeholder {color: #B9B9B9;}.contacts-form input {height: 60px;}@media (max-width: 500px) {.contacts-form input {height: 50px;}}.contacts-form .contacts-link {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #A63244;text-underline-offset: none;text-decoration: none;border-bottom: 1px dashed #A63244;width: max-content;margin-bottom: 30px;}.contacts-form .contacts-btn {background: #A63244;border-radius: 4px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #FFFFFF;padding: 13px;width: max-content;text-transform: inherit;}@media (max-width: 500px) {.contacts-form .contacts-btn {width: 100%;}}.contacts-nameEmail {display: flex;justify-content: center;gap: 10px;margin-bottom: 10px;}@media (max-width: 500px) {.contacts-nameEmail {flex-direction: column;}}.contacts-telCity {display: flex;justify-content: center;gap: 10px;margin-bottom: 10px;}@media (max-width: 500px) {.contacts-telCity {flex-direction: column;}}.contacts-telInp {width: 97.5555555%;}@media (max-width: 500px) {.contacts-telInp {width: 100%;}}.contacts-chooseCity {width: 100%;}.contacts-chooseCity .createCard-Cities {border: 1px solid #B9B9B9;border-radius: 4px;width: 100%;height: 60px;display: flex;align-items: center;}@media (max-width: 500px) {.contacts-chooseCity .createCard-Cities {height: 50px;}}.contacts-chooseCity .createCard-Cities::after {border-bottom: 1px solid black;border-right: 1px solid black;}.contacts-textarea {height: 120px;resize: none;}@media (max-width: 500px) {.contacts-textarea {height: 80px;}}.contacts-text {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;width: 80%;color: #B9B9B9;}@media (max-width: 500px) {.contacts-text {font-size: 12px;line-height: 14px;width: 100%;}}.torg__T-MI-Modal-content {padding: 40px 30px 40px 50px;width: 65%;border-radius: 14px;}@media (max-width: 1500px) {.torg__T-MI-Modal-content {width: 75%;}}@media (max-width: 1140px) {.torg__T-MI-Modal-content {width: 100%;}}@media (max-width: 800px) {.torg__T-MI-Modal-content {padding: 20px 30px 30px 30px;}}@media (max-width: 500px) {.torg__T-MI-Modal-content {padding: 15px 20px 20px 20px;}}.torg__T-MI-modal-title {font-weight: 400;font-size: 20px;line-height: 24px;color: #000000;}@media (max-width: 800px) {.torg__T-MI-modal-title {margin-bottom: 0;}}.torg__T-MI-Modal-list {margin: 40px 0 30px 0;}@media (max-width: 800px) {.torg__T-MI-Modal-list {margin: 20px 0 30px 0;}}.torg__T-MI-Modal-list-item {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 800px) {.torg__T-MI-Modal-list-item {font-size: 14px;line-height: 21px;}}.torg__T-MI-Modal-btnblock {display: flex;align-items: center;justify-content: center;}.torg__T-MI-Modal-btn {background: #A63244;border-radius: 4px;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #FFFFFF;padding: 13px;text-transform: capitalize;text-align: center;}@media (max-width: 500px) {.torg__T-MI-Modal-btn {width: 100%;}}.torg__T-MI-Modal-btn:hover {color: #FFFFFF;}.torgBlock.z-indexover {position: relative;z-index: -1;}.startTorgModal {border-radius: 14px;width: 60%;}@media (max-width: 850px) {.startTorgModal {width: 100%;}}.startTorgModal .startTorgModalTitle {font-size: 20px;line-height: 24px;text-align: center;color: #000000;}.startTorgModal .startTorgModalText {font-size: 16px;line-height: 24px;text-align: center;letter-spacing: 0.015em;color: #0A1F44;}@media (max-width: 800px) {.header {padding-bottom: 15px;}}@media (max-width: 800px) {.under-header-block {padding: 16px 0 12px 0;}}.not-valid {border-color: #E30E00;color: #E30E00;}main.new_page {padding-bottom: 0;}.hero {padding-top: 30px;margin-bottom: 60px;}@media (max-width: 1024px) {.hero {margin-bottom: 40px;}}.hero .hero_row {padding: 121px 0 121px 60px;background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 8px;}@media (max-width: 1024px) {.hero .hero_row {width: calc(100% + 30px);margin-left: -15px;border-radius: 0;padding: 50px 70px 80px 70px;}}@media (max-width: 768px) {.hero .hero_row {padding: 50px 40px 80px 40px;}}@media (max-width: 576px) {.hero .hero_row {padding: 75px 16px;}}.hero .hero_title {color: #FFF;font-size: 40px;font-style: normal;font-weight: 700;line-height: 45px;letter-spacing: 0.8px;max-width: 60%;margin-bottom: 20px;}@media (max-width: 1024px) {.hero .hero_title {max-width: 100%;text-align: center;margin-bottom: 30px;}}@media (max-width: 576px) {.hero .hero_title {font-size: 26px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.52px;}}.hero .hero_actions {display: flex;align-items: center;gap: 15px 10px;flex-wrap: wrap;}@media (max-width: 1024px) {.hero .hero_actions {justify-content: center;}}.hero .hero_actions a {padding: 15px 30px;border-radius: 8px;font-size: 16px;height: 50px;display: flex;align-items: center;justify-content: center;font-style: normal;text-decoration: none;line-height: normal;}@media (max-width: 576px) {.hero .hero_actions a {font-size: 14px;padding: 10px 20px;height: 37px;}}.hero .hero_actions .order_btn {color: #fff;font-weight: 700;background: #AF1F38;}.hero .hero_actions .about_btn {background-color: #fff;color: #313131;font-size: 16px;font-weight: 600;}.advantages {margin-bottom: 100px;}@media (max-width: 1200px) {.advantages {margin-bottom: 80px;}}@media (max-width: 1024px) {.advantages {margin-bottom: 60px;}}.advantages .section_title {margin-bottom: 0;}@media (max-width: 1200px) {.advantages .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 1024px) {.advantages .section_title {margin-bottom: 20px;}}@media (max-width: 576px) {.advantages .section_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;margin-bottom: 10px;}}.advantages .advantages_header {margin-bottom: 30px;display: flex;justify-content: space-between;}@media (max-width: 1024px) {.advantages .advantages_header {margin-bottom: 40px;flex-direction: column;}}.advantages .advantages_header > div {flex: 0 0 auto;width: 50%;}@media (max-width: 1024px) {.advantages .advantages_header > div {width: 100%;}}.advantages .advantages_header .advantages_subtitle {color: #313131;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.27px;}.advantages .advantages_cols {display: flex;align-items: flex-start;justify-content: space-between;}@media (max-width: 1024px) {.advantages .advantages_cols {flex-direction: column;}}.advantages .advantages_cols > div {flex: 0 0 auto;width: calc(25% - 15px);}@media (max-width: 1024px) {.advantages .advantages_cols > div {width: 100%;}}.advantages .advantages_cols .col_item {padding-top: 20px;position: relative;}@media (max-width: 1024px) {.advantages .advantages_cols .col_item {text-align: center;margin-bottom: 40px;}}@media (max-width: 576px) {.advantages .advantages_cols .col_item {margin-bottom: 20px;}}.advantages .advantages_cols .col_item::before {content: "";display: block;position: absolute;width: 100%;top: 0;height: 1px;background-color: #909090;opacity: 0.5;}.advantages .advantages_cols .col_item .item_title {color: #313131;font-size: 40px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.8px;margin-bottom: 10px;}.advantages .advantages_cols .col_item .item_subtitle {color: #909090;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.24px;}.benefits {margin-bottom: 70px;}.benefits .section_title {margin-bottom: 0;}@media (max-width: 1200px) {.benefits .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 1024px) {.benefits .section_title {text-align: center;}}@media (max-width: 576px) {.benefits .section_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;}}@media (max-width: 1200px) {.benefits {margin-bottom: 50px;}}@media (max-width: 1024px) {.benefits {margin-bottom: 40px;}}.benefits .swiper {padding: 30px 5px;}@media (max-width: 576px) {.benefits .swiper {padding: 20px 0;}}.benefits .benefit_item {border-radius: 8px;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);background: #FFF;height: 126px;display: flex;align-items: center;padding: 30px;justify-content: center;position: relative;}@media (max-width: 576px) {.benefits .benefit_item {padding: 20px;}}.benefits .benefit_item .item_text {color: #313131;font-size: 20px;font-style: normal;font-weight: 400;line-height: 22px;}.benefits .benefit_item .item_text span {font-size: 20px;font-style: normal;font-weight: 700;line-height: 22px;}.benefits .benefit_item .item_image {position: absolute;bottom: 0;right: 0;}.choices {margin-bottom: 100px;}@media (max-width: 1200px) {.choices {margin-bottom: 80px;}}@media (max-width: 1024px) {.choices {margin-bottom: 60px;}}.choices .choices_row {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}.choices .choices_row > div {flex: 0 0 auto;width: calc(50% - 25px);}@media (max-width: 1024px) {.choices .choices_row > div {width: 100%;}}@media (max-width: 1024px) {.choices .choices_row {flex-direction: column-reverse;gap: 40px 0;}}.choices .choices_row .col_item .item_title {color: #313131;font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;margin-bottom: 20px;}@media (max-width: 576px) {.choices .choices_row .col_item .item_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;}}.choices .choices_row .col_item .item_text {color: #313131;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;margin-bottom: 30px;letter-spacing: 0.27px;}.choices .choices_row .col_item .item_action a {display: flex;align-items: center;justify-content: center;width: fit-content;padding: 15px 30px;text-decoration: none;color: #fff;font-size: 16px;font-style: normal;font-weight: 700;border-radius: 8px;background: #AF1F38;line-height: normal;}@media (max-width: 1024px) {.choices .choices_row .col_item .item_action a {margin: 0 auto;}}@media (max-width: 576px) {.choices .choices_row .col_item .item_action a {width: 100%;}}.choices .choices_row .col_item img {width: 100%;border-radius: 8px;max-height: 400px;object-fit: cover;object-position: center;}@media (max-width: 768px) {.choices .choices_row .col_item img {max-height: 320px;}}.popular_categories {margin-bottom: 70px;}@media (max-width: 1200px) {.popular_categories {margin-bottom: 50px;}}@media (max-width: 1024px) {.popular_categories {margin-bottom: 40px;}}.popular_categories .section_title {margin-bottom: 0;}@media (max-width: 1200px) {.popular_categories .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 1024px) {.popular_categories .section_title {text-align: center;}}@media (max-width: 576px) {.popular_categories .section_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;}}.popular_categories .swiper {padding: 30px 10px;}@media (max-width: 576px) {.popular_categories .swiper {padding: 20px 0;}}.popular_categories .category_item {overflow: hidden;border-radius: 4px;background: #FFF;display: flex;text-decoration: none;flex-direction: column;align-items: center;justify-content: center;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);transition: 0.3s all ease;}.popular_categories .category_item .item_image img {width: 100%;object-fit: cover;object-position: center;max-height: 163px;}.popular_categories .category_item .category_name {color: #313131;font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;width: 100%;text-align: center;padding: 30px 10px;text-align: center;transition: 0.3s all ease;}.popular_categories .category_item:hover {transform: scale(1.07);}.popular_categories .category_item:hover .category_name {color: #fff;background-color: #AF1F38;}.delivery {margin-bottom: 70px;}@media (max-width: 1200px) {.delivery {margin-bottom: 50px;}}@media (max-width: 1024px) {.delivery {margin-bottom: 40px;}}.delivery .section_title {margin-bottom: 0;}@media (max-width: 1200px) {.delivery .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 576px) {.delivery .section_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;}}.delivery .section_header {justify-content: space-between;margin-bottom: 0;}.delivery .section_header .header_action a {color: #A63244;text-decoration: none;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.24px;}@media (max-width: 576px) {.delivery .section_header .header_action {display: none;}}@media (max-width: 768px) {.delivery .section_header {flex-direction: row;}}.delivery .swiper {padding: 30px 10px;}@media (max-width: 576px) {.delivery .swiper {padding: 20px 0;}}.delivery .swiper .swiper-wrapper {align-items: stretch;}.delivery .swiper .swiper-slide {height: auto;}@media (max-width: 576px) {.delivery .swiper .swiper_navs {display: none;}}.delivery .review_card {height: 100%;background-color: #fff;border-radius: 4px;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);padding: 20px;}.delivery .review_card .card_header {display: flex;align-items: flex-start;gap: 0 10px;margin-bottom: 20px;}.delivery .review_card .header_right .name {color: #0A1F44;font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;margin-bottom: 5px;}.delivery .review_card .header_right .stars {display: flex;align-items: center;gap: 0 5px;}.delivery .review_card .header_right .stars span {color: #878787;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.24px;}.delivery .review_card .card_body {color: #313131;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.27px;}.faq {margin-bottom: 100px;}@media (max-width: 1200px) {.faq {margin-bottom: 80px;}}@media (max-width: 1024px) {.faq {margin-bottom: 60px;}}.faq .section_title {margin-bottom: 30px;}@media (max-width: 1200px) {.faq .section_title {font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;}}@media (max-width: 1024px) {.faq .section_title {text-align: center;}}@media (max-width: 576px) {.faq .section_title {font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: 0.36px;margin-bottom: 20px;}}.faq .accordions_wrapper {display: flex;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;gap: 20px 0;}.faq .accordions_wrapper > div {flex: 0 0 auto;width: calc(50% - 10px);display: flex;flex-direction: column;gap: 20px 0;}@media (max-width: 1024px) {.faq .accordions_wrapper > div {width: 100%;}}.faq .accordion_item {border-radius: 8px;background: #FFF;box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1), -2px -2px 20px 0px rgba(0, 0, 0, 0.03);}.faq .accordion_item .accordion_header {padding: 22px 30px;position: relative;cursor: pointer;}@media (max-width: 576px) {.faq .accordion_item .accordion_header {padding: 20px;}}.faq .accordion_item .accordion_header .close {display: none;}.faq .accordion_item .accordion_header.active .close {display: block;}.faq .accordion_item .accordion_header.active .plus {display: none;}.faq .accordion_item .accordion_header .accordion_title {color: #313131;font-size: 20px;font-style: normal;font-weight: 500;line-height: 22px;max-width: 75%;}.faq .accordion_item .accordion_header .accordion_action {display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 30px;bottom: 0;margin: 0 auto;}.faq .accordion_item .accordion_content {display: none;padding: 0 30px 22px 30px;color: #313131;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.27px;}@media (max-width: 576px) {.faq .accordion_item .accordion_content {padding: 0 20px 20px 20px;}}.order_block {background: #313131;}.order_block .order_row {padding: 100px 0 80px 0;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;position: relative;}@media (max-width: 1024px) {.order_block .order_row .order_form {margin-bottom: 60px;position: relative;}.order_block .order_row .order_form::before {content: "";height: 1px;width: 100%;position: absolute;left: 0;right: 0;bottom: -30px;background-color: #909090;}}@media (max-width: 1024px) {.order_block .order_row {flex-direction: column;}}.order_block .order_row::before {content: "";height: 100%;width: 1px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: 0 auto;background-color: #909090;}@media (max-width: 1024px) {.order_block .order_row::before {height: 1px;width: 100%;}}.order_block .order_row > div {flex: 0 0 auto;width: calc(50% - 90px);}@media (max-width: 1200px) {.order_block .order_row > div {width: calc(50% - 35px);}}@media (max-width: 1024px) {.order_block .order_row > div {width: 100%;}}@media (max-width: 1200px) {.order_block .order_row {padding: 40px 0 50px 0;}}@media (max-width: 1024px) {.order_block .order_row {padding: 60px 0 40px 0;}}.order_block .order_title {color: #FFF;font-size: 28px;font-style: normal;font-weight: 700;line-height: 34px;letter-spacing: 0.56px;margin-bottom: 30px;}@media (max-width: 576px) {.order_block .order_title {margin-bottom: 20px;font-size: 24px;line-height: 28px;letter-spacing: 0.36px;}}.order_block .order_contacts_row {display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}@media (max-width: 1024px) {.order_block .order_contacts_row {justify-content: flex-start;gap: 0 100px;}}@media (max-width: 576px) {.order_block .order_contacts_row {gap: 15px 0;justify-content: flex-start;}}.order_block .order_contacts_row > div {flex: 0 0 auto;width: calc(50% - 40px);}@media (max-width: 1200px) {.order_block .order_contacts_row > div {width: calc(50% - 20px);}}@media (max-width: 1024px) {.order_block .order_contacts_row > div {flex: 0 0 auto;width: auto;}}.order_block .col_item .item_title {color: #FFF;font-size: 20px;font-style: normal;font-weight: 500;line-height: 22px;margin-bottom: 20px;}.order_block .col_item .item_content a {display: flex;text-decoration: none;margin-bottom: 10px;color: #FFF;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.27px;}.order_block .col_item .work_time {color: #FFF;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.27px;}.order_block .col_item .social_links {display: flex;align-items: center;gap: 0 20px;}.order_block .col_item .social_links a {display: flex;text-decoration: none;position: relative;color: #FFF;font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;}.order_block .col_item .social_links a::before {content: "";display: block;position: absolute;width: 100%;bottom: -3px;height: 1px;background-color: #fff;}@media (max-width: 576px) {.order_block .col_item .social_links {gap: 13px 0;align-items: flex-start;flex-direction: column;}}@media (max-width: 576px) {.order_block .col_item:first-child {margin-right: 50px;}}@media (max-width: 1024px) {.order_block .order_form form {width: 60%;}}@media (max-width: 576px) {.order_block .order_form form {width: 100%;}}.order_block .order_form .inputs_row {display: flex;flex-direction: column;gap: 12px 0;margin-bottom: 25px;}.order_block .order_form .inputs_row > div {width: 100%;}.order_block .order_form input {border-radius: 4px;border: 1px solid #909090;height: 54px;outline: none;width: 100%;padding: 0 15px;background-color: transparent;color: #909090;font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;}.order_block .order_form input::placeholder {color: #909090;font-size: 18px;font-style: normal;font-weight: 500;line-height: 22px;}@media (max-width: 576px) {.order_block .order_form input {height: 50px;}}.order_block .order_form button {cursor: pointer;outline: none;border: none;border-radius: 8px;background: #fff;padding: 15px 30px;color: #313131;font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;}.order_block .aggrement {display: flex;align-items: center;gap: 0 10px;margin-bottom: 30px;}.order_block .aggrement .aggrement_text {color: #909090;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.24px;}.order_block .aggrement .aggrement_text a {text-decoration: none;position: relative;color: #909090;}.order_block .aggrement .aggrement_text a::before {content: "";position: absolute;width: 100%;bottom: -3px;background-color: #909090;height: 1px;}.order_block .aggrement .switch {position: relative;display: inline-block;width: 45px;height: 25px;}.order_block .aggrement .switch .slider {border-radius: 34px;position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: transparent;-webkit-transition: 0.4s;border: 1px solid #fff;transition: 0.4s;height: 100%;}.order_block .aggrement .switch .slider::before {border-radius: 50%;position: absolute;content: "";height: 18px;width: 18px;left: 2px;bottom: 0;top: 0;margin: auto;border: 1px solid #fff;background-color: transparent;-webkit-transition: 0.4s;transition: 0.4s;}.order_block .aggrement .switch input:checked + .slider:before {-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);background-color: #fff;}.order_block .aggrement input {display: none;}.request {display: none;}.promotion_texts .texts {padding-bottom: 20px;}.linksmap .noPage {color: #000;text-decoration: none;cursor: default;}.promotion_cards .swiper_card .card_texts .card_subtitle {word-break: inherit;}.header-profile .nice-select {border: 0px;}.header-profile .nice-select:after {border-color: #000;}.header-profile .nice-select .option:first-child {border-bottom: 1px solid rgba(0,0,0,0.10);background: none;cursor: default;}.header-profile span.desktop {line-height: 19px;}.header-profile span.mobile {vertical-align: middle;margin-right: 5px;}.header-profile span.mobile img {vertical-align: top;}.overlay--open {opacity: 1;pointer-events: auto;visibility: inherit;}.modal--open {opacity: 1;pointer-events: auto;visibility: inherit;}.createCard-Cities ul.list {max-height: 200px;overflow: auto;}.modalBtnDisabled option {display: none;}.modalBtnDisabled {opacity: 0.3;user-select: none;position: relative;}.flavors__block {padding-bottom: 40px;&.z-indexover {position: relative;z-index: -1;}.main__Title {font-family: "SF UI Text", sans-serif;font-weight: 700;font-size: 28px;line-height: 33px;letter-spacing: 0.015em;color: #0a1f44;margin-bottom: 30px;}.flavors__sides {display: flex;gap: 20px;margin: 0;.flavors-L__side {padding: 0;width: calc(25% - 10px);display: flex;flex-direction: column;gap: 20px;@media (max-width: 850px) {display: none;}.start {&__torg-block {padding: 17px 14px 14px 14px;border: 1px solid #e4e4e4;border-radius: 14px;position: relative;color: #ffffff;letter-spacing: 0.015em;font-size: 14px;font-style: normal;.start__torg-bg {position: absolute;top: 0;left: 0;z-index: -1;height: 100%;width: 100%;}}&__torg-text {font-weight: 500;line-height: 20px;}&__torg-btn {width: 150px;padding: 10px 0;font-weight: 400;font-size: 14px;line-height: 17px;text-transform: inherit;background: #a63244;border: 1px solid #a63244;border-radius: 4px;&:hover {color: #ffffff;}}}.flavors {&__accordions-block {padding: 14px 0 14px 0;border: 1px solid #e4e4e4;border-radius: 14px;}&__acc-item {&.uk-open {.flavors__acc-item-title {span {transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}}}}&__acc-item-title {font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;display: flex;align-items: center;gap: 14px;margin-left: 12px;span {color: #bbbbbb;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}&::before {display: none;}}&__acc-item-content {padding: 14px 10px 22px 14px;border-bottom: 1px solid #e4e4e4;margin: 0;display: flex;flex-direction: column;gap: 14px;&.last-content {border-bottom: none;padding-bottom: 0;}.flavors__acc-item-contents-inps {display: flex;gap: 10px;align-items: center;margin-right: 14px;input {border: 1px solid #e4e4e4;border-radius: 8px;}}}&__acc-item-form {.flavors__acc-check-see__more {display: flex;align-items: center;gap: 8px;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #a63244;margin-top: 14px;text-decoration: none;span {width: 15px;height: 15px;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}&.active {span {transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transition: all 0.3 ease;-webkit-transition: all 0.3 ease;-moz-transition: all 0.3 ease;-ms-transition: all 0.3 ease;-o-transition: all 0.3 ease;}}}}&__acc-search-block {margin-bottom: 14px;@media (max-width: 1140px) {max-width: 195px;width: 100%;}}&__acc-item-search-icon {transform: rotate(90deg);}&__acc-item-search-inp {background: #f9f9f9;border: 1px solid #e4e4e4;border-radius: 8px;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;padding: 14px;}&__acc-checkboxs {display: flex;flex-direction: column;gap: 14px;&.active {flex-wrap: nowrap;max-height: 200px;overflow-y: scroll;overflow-x: hidden;padding-top: 5px;}label {font-weight: 500;font-size: 11px;line-height: 14px;letter-spacing: 0.015em;color: #0a1f44;display: flex;align-items: center;gap: 7px;position: relative;&.active {.showProduct {display: flex;}}.showProduct {display: none;position: absolute;align-items: center;justify-content: center;left: 275px;z-index: 2;color: white;text-decoration: none;background: #a63244;border: 1px solid #a63244;border-radius: 4px;width: 105px;height: 50px;font-size: 14px;@media (max-width: 1140px) {left: 240px;}&::after {content: url(../../assets/images/showtriangle.png);position: absolute;top: 12px;left: -11px;width: 100%;@media (max-width: 1140px) {left: -12px;}}}}.more__checkbox {display: none;&.active {display: flex;}}}&__acc-checkbox {width: 15px !important;height: 15px !important;display: flex;align-items: center;justify-content: center;background: #ffffff;border: 2px solid #bbbbbb;border-radius: 2px;&:checked {background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-color: #a63244;border: 2px solid #a63244;color: #ffffff;}}}.filter {&-block {display: flex;flex-direction: column;gap: 15px;margin: 14px 14px 0 14px;align-items: center;justify-content: center;}&-find-button {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 10px 0;display: flex;align-items: center;justify-content: center;width: 100%;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;text-transform: inherit;}&-reset-button {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;border: none;background: none;text-transform: inherit;width: max-content;@media (max-width: 1140px) {}}}}.flavors-R__side {padding: 0;width: calc(75% - 10px);display: flex;flex-direction: column;gap: 20px;@media (max-width: 850px) {width: 100%;}.sortering {&__block {background: #ffffff;border: 1px solid #e4e4e4;border-radius: 14px;@media (max-width: 850px) {border: none;width: 104%;left: -15px;position: relative;}@media (max-width: 520px) {width: 108%;left: -15px;}}}.sort {&-T-side {padding: 14px;border-bottom: 1px solid #e4e4e4;@media (max-width: 850px) {display: none;}}&__acc-item-form {display: flex;align-items: start;justify-content: space-between;margin-left: 14px;}&__acc-checkboxs {display: flex;gap: 12px;width: 85%;.sort__acc-checkbox:checked + span {background-color: #a63244;color: white;}@media (max-width: 1120px) {width: 80%;}label {padding-left: 0;span {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;padding: 8px 10px;background: #f4f4f4;border-radius: 100px;cursor: pointer;}}}&__acc-checkbox {display: none;}&__more {display: none;&.active {display: flex;}}&__acc-checks-more {font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;display: flex;align-items: center;gap: 8px;margin-top: 7px;span {width: 15px;height: 15px;}&.active {span {rotate: 180deg;}}}&-B-side {padding: 18px 14px 22px 14px;@media (max-width: 850px) {background: #f4f4f4;padding: 14px 16px;}.round {border-radius: 34px;&::before {border-radius: 50%;}}.sort {&-B-form {display: flex;align-items: center;justify-content: space-between;}&-B-L-side {display: flex;align-items: center;margin: 0;gap: 5px;.sort-B-form-custom {.sort {&-B-form-btn {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;border: none;text-transform: lowercase;width: max-content;text-align: start;padding: 0;span {&.uk-icon {width: 15px;height: 15px;}}@media (max-width: 400px) {font-size: 12px;line-height: 14px;}}&-B-form-items {display: none;&.uk-open {display: flex;flex-direction: column;align-items: start;gap: 10px;color: #0a1f44;padding: 10px;justify-content: start;}}&-B-form-item {color: #0a1f44;input {&:checked {accent-color: #a63244;}}span {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;&:hover {color: #0a1f44;}}}}}}&-B-span {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;@media (max-width: 520px) {&.mobile-hidden-type {display: none;}}@media (max-width: 400px) {font-size: 12px;line-height: 15px;}}&-B-form-s-item {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #a63244;}&-B-R-side {display: flex;align-items: center;gap: 5px;.sort-B-R-checkbox:checked + .sort-B-R-slider {background-color: #a63244;}.sort-B-R-checkbox:focus + .sort-B-R-slider {box-shadow: 0 0 1px #a63244;}.sort-B-R-checkbox:checked + .sort-B-R-slider:before {-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);-moz-transform: translateX(20px);-o-transform: translateX(20px);}.sort-B-R-checkbox:checked + .round {&::before {border-radius: 50%;background: white;}}.round {border-radius: 34px;background: white;&::before {border-radius: 50%;background: #a63244;}}}&-B-R-switch {position: relative;display: inline-block;width: 46px;height: 25px;input {display: none;}}&-B-R-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: 0.4s;transition: 0.4s;border: 1px solid #e4e4e4;&::before {position: absolute;content: "";height: 20px;width: 20px;left: 2px;bottom: 2px;background-color: white;-webkit-transition: 0.4s;transition: 0.4s;}}}}}.tab {&-Filter-BLock {display: none;justify-content: end;@media (max-width: 850px) {display: flex;}}&-Filter-OpenM-btn {padding: 10px 16px;background-color: #a63244;text-decoration: none;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;gap: 13px;width: max-content;border: 1px solid #a63244;border-radius: 4px;@media (max-width: 520px) {width: 100%;justify-content: center;}}}.tab {&-Filter-M-Block {display: none;&.opened {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: white;z-index: 25;overflow-y: scroll;}.tab {&-Filter-M-bottom-block {padding: 14px 15px 20px 15px;box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);position: fixed;bottom: 0;width: 100%;background-color: white;}&-Filter-M-B-btn {font-style: normal;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;justify-content: center;width: 100%;background-color: #a63244;padding: 18px 0;border-radius: 4px;}}}&-Filter-M-top {padding: 32px 15px;border-bottom: 1px solid #e4e4e4;display: flex;align-items: center;justify-content: space-between;position: fixed;background-color: white;width: 100%;}&-Filter-M-T-L-side {display: flex;align-items: center;gap: 20px;.backimgspan {width: 20px;}}&-Filter-title {font-style: normal;font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0a1f44;}&-Filter-clear-btn {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;}}.tab {&-Filter-M-main-block {padding: 30px 15px 0 15px;@media (max-width: 800px) {padding: 100px 15px 100px 15px;}.open {&-More-filter-block-btn {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 10px 30px;display: block;width: max-content;font-style: normal;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;text-decoration: none;margin: 30px 0;@media (max-width: 520px) {width: 100%;text-align: center;}}}}&-Filter-M-M-item {.tab-Filter-producer-items {padding: 0 0 30px 0;}.tab-Filter-price-items {width: 50%;@media (max-width: 520px) {width: 100%;}}.tab-Filter-types-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.tab-Filter-countries-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.tab-Filter-provider-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}.tab-Filter-weight-items {padding-bottom: 30px;display: flex;align-items: center;gap: 15px;}}&-Filter-M-M-item-title {font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;padding-bottom: 20px;display: block;}&-Filter-prod-items {display: flex;align-items: center;flex-wrap: wrap;gap: 14px;:checked + span {background-color: #a63244;color: white;}}&-Filter-prod-item {display: contents;:checked + span {background-color: #a63244;color: white;}input {display: none;}}&-Filter-prod-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #0a1f44;padding: 8px 10px;border-radius: 100px;background-color: #f4f4f4;}}.tab {&-Filter-M-thr-block {display: none;&.opened {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: white;z-index: 25;overflow-y: scroll;}}&-Filter-thr-T-block {display: flex;align-items: center;justify-content: space-between;padding: 30px 15px;border-bottom: 1px solid #e4e4e4;background-color: white;position: fixed;width: 100%;}&-Filter-M-thr-L-side {display: flex;align-items: center;gap: 20px;}&-Filter-thr-title {font-style: normal;font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: 0.015em;color: #0a1f44;@media (max-width: 520px) {font-size: 17px;line-height: 20px;}}&-Filter-M-thr-R-side {.tab-Filter-clear-thr-btn {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;}}&-Filter-thr-M-block {padding: 100px 0;.tab {&-Filter-thr-search {margin: 0 15px 30px 15px;input {height: 51px;padding: 0 0 0 10px;width: 100%;color: #969696;outline: none;}}&-Filter-thd-M-items {display: flex;flex-direction: column;}&-Filter-thr-prod-item {:checked + span {background-color: #a63244;color: white;}}&-Filter-thr-prod-inp {display: none;}&-Filter-thr-prod-name {font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;display: block;padding: 20px 0 20px 15px;@media (max-width: 520px) {font-size: 16px;line-height: 18px;}}}.hidden {display: none;}}&-Filter-thr-B-block {padding: 14px 15px 20px 15px;box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);position: fixed;bottom: 0;width: 100%;background-color: white;.tab-Filter-thr-B-btn {font-style: normal;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #ffffff;display: flex;align-items: center;justify-content: center;width: 100%;background-color: #a63244;padding: 18px 0;border-radius: 4px;}}}.flavors {&-R__items {display: flex;flex-direction: column;gap: 20px;.see__more-items-btn {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.015em;color: #a63244;text-decoration: none;display: flex;align-items: center;justify-content: center;background: #ffffff;border: 1px solid #a63244;border-radius: 4px;padding: 18px 0;margin-top: 20px;}}&-R-item {display: flex;align-items: start;background: #ffffff;border: 1px solid #e4e4e4;border-radius: 14px;padding: 20px 24px;gap: 20px;@media (max-width: 520px) {padding: 15px;flex-wrap: wrap;position: relative;}&.more-items {display: none;&.active {display: flex;}}}&-R-item-img {width: 177px;height: 177px;@media (max-width: 1140px) {max-width: 160px;max-height: 160px;width: 100%;height: 100%;}@media (max-width: 520px) {max-width: 105px;max-height: 105px;}@media (max-width: 400px) {max-width: 85px;max-height: 85px;}}&-R-item-scnd-part {display: flex;flex-direction: column;gap: 14px;width: 53%;@media (max-width: 520px) {width: 64%;}}&-R-item-prod-name {font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;width: 70%;text-decoration: none;@media (max-width: 520px) {width: 100%;}@media (max-width: 400px) {font-size: 14px;line-height: 18px;}&:hover {color: #a63244;}}&-R-item-prod-properties {display: flex;gap: 4px;align-items: center;@media (max-width: 520px) {order: 1;width: 100%;position: absolute;bottom: 90px;left: 15px;}}&-R-item-prod-prop-link {background: #32a64c;border-radius: 100px;padding: 5px 10px;display: flex;align-items: center;justify-content: center;gap: 5px;text-decoration: none;&.link-text {background: #a63244;font-weight: 500;font-size: 12px;padding: 8px 10px;line-height: 14px;letter-spacing: 0.015em;color: #ffffff;@media (max-width: 400px) {font-size: 10px;line-height: 12px;}}.flavors-R-item-prop-name {display: none;font-style: normal;font-weight: 500;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #ffffff;transition: all 0.3s ease;}&:hover {.flavors-R-item-prop-name {display: block;}}}&-R-prod-infs {display: flex;gap: 25px;@media (max-width: 520px) {gap: 10px;}}&-R-prod-inf-item {display: flex;flex-direction: column;gap: 4px;}&-R-item-prod-span {font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;@media (max-width: 400px) {font-size: 10px;line-height: 14px;}}&-R-item-prod-inf {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;@media (max-width: 400px) {font-size: 12px;line-height: 15px;}}&-R-prod-text {font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;margin: 0;.open-More-info-points {color: #a63244;cursor: pointer;display: inline;&.closed {display: none;}}.more-info {display: none;&.opened {display: inline;.close-more-info-text {color: #a63244;cursor: pointer;}}}@media (max-width: 500px) {display: none;}}&-R-item-thr-part {display: flex;flex-direction: column;gap: 20px;@media (max-width: 520px) {flex-direction: row;align-items: center;justify-content: space-between;width: 100%;padding-top: 60px;}}&-R-item-price {font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.015em;color: #0a1f44;text-align: end;}&-R-number {display: inline-block;position: relative;width: 94px;height: 46px;border: 1px solid #e4e4e4;border-radius: 4px;}&-R-number input[type="number"] {display: block;line-height: 32px;width: 100%;height: 100%;color: black;padding: 0 0 0 10px;margin: 0;box-sizing: border-box;text-align: center;-moz-appearance: textfield;-webkit-appearance: textfield;appearance: textfield;}&-R-number input[type="number"]::-webkit-outer-spin-button, .number input[type="number"]::-webkit-inner-spin-button {display: none;}&-R-number-minus {position: absolute;top: 1px;left: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;background: none;}&-R-number-plus {position: absolute;top: 1px;right: 5px;bottom: 1px;width: 20px;padding: 0;display: block;text-align: center;border: none;font-weight: 400;font-size: 14px;line-height: 17px;letter-spacing: 0.015em;color: #0a1f44;background: none;}&-R-count-form {display: flex;gap: 12px;}&-R-item-buyBtn {display: flex;align-items: center;justify-content: center;padding: 14px 13px;background: #a63244;border-radius: 4px;}}.flavors {&-pagination-block {display: flex;align-items: center;justify-content: center;border: 1px solid #b9b9b9;border-radius: 14px;padding: 17px 0;}&-pagination-lists {display: flex;gap: 50px;align-items: center;flex-wrap: nowrap;@media (max-width: 520px) {gap: 20px;.mobile-hidden-pages {display: none;}}@media (max-width: 400px) {gap: 15px;}}&-pagination-item {font-weight: 500;font-size: 16px;line-height: 21px;letter-spacing: 0.015em;}}}}}#uk-tooltip-6 {background-color: #a63244;.uk-tooltip-inner {background-color: #a63244;}}.price-input {width: 100%;display: flex;margin-bottom: 10px;}.price-input .field {display: flex;width: 100%;height: 40px;align-items: center;}.field input {width: 100%;height: 100%;outline: none;margin-left: 12px;border-radius: 5px;text-align: center;border: 1px solid #999;-moz-appearance: textfield;font-style: normal;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;}input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}.slider {height: 2px;position: relative;background: #ddd;border-radius: 5px;}.slider .progress {height: 100%;left: 25%;right: 25%;position: absolute;border-radius: 5px;background: #a63244;}.range-input {position: relative;input[type="range"]::-webkit-slider-thumb {height: 15px;width: 15px;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-webkit-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}input[type="range"]::-moz-range-thumb {height: 15px;width: 15px;border: none;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-moz-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}}.range-input input {position: absolute;width: 100%;height: 2px;top: -16px;background: none;pointer-events: none;-webkit-appearance: none;-moz-appearance: none;}.price-input02 {width: 100%;display: flex;margin-bottom: 20px;left: -10px;position: relative;}.price-input02 .field02 {display: flex;width: 100%;height: 40px;align-items: center;input {width: 100%;height: 100%;outline: none;margin-left: 12px;border-radius: 5px;text-align: start;padding-left: 15px;border: 1px solid #e4e4e4;-moz-appearance: textfield;font-style: normal;font-weight: 300;font-size: 12px;line-height: 14px;letter-spacing: 0.015em;color: #969696;}input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}}.slider02 {height: 2px;position: relative;background: #ddd;border-radius: 5px;margin: 10px 0 30px 0;.progress02 {height: 100%;left: 25%;right: 25%;position: absolute;border-radius: 5px;background: #a63244;}}.range-input02 {position: relative;input[type="range"]::-webkit-slider-thumb {height: 15px;width: 15px;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-webkit-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}input[type="range"]::-moz-range-thumb {height: 15px;width: 15px;border: none;border-radius: 50%;background: white;border: 2px solid #a63244;pointer-events: auto;-moz-appearance: none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}}.range-input02 input {position: absolute;width: 100%;height: 2px;top: -32px;background: none;pointer-events: none;-webkit-appearance: none;-moz-appearance: none;}.uk-tooltip {&.uk-active {background: #a63244;border: 1px solid #a63244;border-radius: 4px;padding: 12px 10px 12px 20px;-webkit-clip-path: polygon( 0% 50%, 14% 25%, 15% 0%, 100% 0%, 100% 100%, 15% 100%, 14% 75% );clip-path: polygon( 0% 50%, 14% 25%, 15% 0%, 100% 0%, 100% 100%, 15% 100%, 14% 75% );}}.header {@media (max-width: 800px) {padding-bottom: 15px;}}.under-header-block {@media (max-width: 800px) {padding: 16px 0 12px 0;}}.not-valid {border-color: #e30e00;color: #e30e00;}.about_btn, .order_btn {outline: none !important;}@media (max-width: 500px) {.order_block .aggrement .switch .slider {min-width: 45px;}.order_block .aggrement .switch {min-width: 45px;}}.flavors-R-item-buyBtn.added {background: #32a63c !important;min-width: fit-content;color: #fff;}.flavors-R-item-buyBtn {border: none;}.js--cart-count.has-error {border-color: #a63244;}.flavors__block .flavors__sides .flavors-R__side .flavors-R-item {margin-bottom: 20px;}.slider {margin-bottom: 0px;}.uk-accordion>:nth-child(n+2) {margin-top: 20px;}.pagination.hidden {display: none;}.item_wrapper .item_title{color: #0A1F44;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.21px;margin-bottom: 5px;}.item_wrapper .item_description{color: #909090;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.21px;margin-bottom: 5px;}.item_wrapper .item_footer{display: flex;justify-content: space-between;align-items: flex-end;}.item_wrapper .item_footer .price_title{color: #313131;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.21px;margin-bottom: 2px;}.item_wrapper .item_footer .price{color: #AF1F38;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px;letter-spacing: -0.63px;}.item_wrapper .item_footer .orders{color: #313131;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.21px;}.purchReq__B-L-R-inp.focused, .request .request_item .purchReq__B-L-R-inp.focused{width: 782px;position: relative;z-index: 1;}.purchReq__B-item-right__side.focused, .request .request_item .purchReq__B-item-right__side.focused{position: relative;left: -478px;}.purchReq__B-item-left__side .purchReq__B-L-R .users-list03 li:not(:last-child) a{border-bottom: 1px solid #969696;border-top: 1px solid #969696;}.purchReq__B-item-left__side .purchReq__B-L-R .users-list03 li{padding: 0 12px;transition: .3s;}.purchReq__B-item-left__side .purchReq__B-L-R .users-list03 li:hover{background: #F6F6F6;}.purchReq__B-item-left__side .purchReq__B-L-R .users-list03 li a{padding: 12px 0;}.banner-top {display: flex;padding: 10px 40px 10px 20px;min-height: 25px;align-items: center;justify-content: center;text-align: center;box-sizing: initial;}.banner-top .close {position: absolute;top: 5px;right: 10px;background: transparent;border: 0;cursor: pointer;font-size: 25px;color: white;}.ui-product-info {min-height: 20px;}.header .header-T-R-side .city_select {white-space: nowrap;position: relative;padding-right: 15px;color: #0A1F44;font-size: 12px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 0.48px;opacity: 0.6;cursor: pointer;}.header .header-T-R-side .city_select::before {content: "";display: block;height: 5px;position: absolute;right: 0;top: -4px;bottom: 0;margin: auto;width: 5px;transform: rotate(45deg);border-bottom: 1px solid #0A1F44;border-right: 1px solid #0A1F44;}.search_modal {position: absolute;z-index: 100;top: 0;width: 100%;opacity: 0;visibility: hidden;pointer-events: none;justify-content: center;margin: auto;height: 100%;transition: .3s;&.active{opacity: 1;visibility: visible;pointer-events: all;}@media all and (max-width: 992px) {padding: 0 16px;}.modal_wrapper{position: relative;z-index: 105;padding: 30px 20px;width: 964px;margin: 0 auto;top: 40px;border-radius: 14px;background: #FFF;@media all and (max-width: 992px) {width: 100%;}@media all and (max-width: 576px) {padding: 25px 20px;}.close_modal{position: absolute;top: 7px;right: 6px;cursor: pointer;}.search_header{margin-bottom: 30px;@media all and (max-width: 576px) {margin-bottom: 20px;}.title{color: #000;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 20px;@media all and (max-width: 576px) {font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;}}form{position: relative;input{height: 50px;outline: none;border-radius: 4px;border: 1px solid #B9B9B9;backdrop-filter: blur(2px);width: 100%;padding: 0 40px 0 18px;transition: .3s;&:hover{border-color:#0A1F44;}&::placeholder{color: #828282;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px;letter-spacing: -0.63px;}}button{position: absolute;top: 0;bottom: 0;right: 15px;margin: auto;cursor: pointer;outline: none;border: none;display: flex;align-items: center;justify-content: center;background: transparent;}}}.search_content{height: 350px;overflow-y: scroll;&::-webkit-scrollbar{width: 7px;@media all and (max-width: 768px) {width: 5px;}}&::-webkit-scrollbar-track{background: #B9B9B9;border-left: 3px solid white;border-right: 3px solid white;@media all and (max-width: 768px) {border-width: 2px;}}&::-webkit-scrollbar-thumb {border-radius: 10px;border: 1px solid #909090;background: #AF1F38;}.content_list {display: flex;align-items: center;justify-content: space-between;width: 100%;padding-right: 40px;ul {display: flex;flex-wrap: wrap;gap: 10px 0;justify-content: space-between;width: 100%;a {color: #171717;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px;text-decoration: none;}}li{flex: 0 0 auto;cursor: pointer;width: 26%;}}}}.modal_overlay{width: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: 0 auto;transition: .3s;height: 100%;z-index: 100;background: rgba(0, 0, 0, 0.40);}}.search_modal .modal_wrapper .search_header form input {height: 50px;outline: none;border-radius: 4px;border: 1px solid #B9B9B9;backdrop-filter: blur(2px);width: 100%;padding: 0 40px 0 18px;transition: 0.3s;}.search_modal .modal_wrapper .search_header form button {position: absolute;top: 0;bottom: 0;right: 15px;margin: auto;cursor: pointer;outline: none;border: none;display: flex;align-items: center;justify-content: center;background: transparent;}.search_modal .modal_wrapper .search_content .content_list ul {display: flex;flex-wrap: wrap;gap: 10px 0;justify-content: space-between;width: 100%;}.search_modal .modal_wrapper .search_content .content_list li {flex: 0 0 auto;cursor: pointer;width: 26%;}.search_modal .modal_wrapper .search_header form {position: relative;}.header__block-search #users-list {display: none;}.header__block-search #users-list.shown {display: block;}.ordering .ordering__block .ordering__sides .ordering__L-side {position: sticky;top: 0;width: calc(30% - 10px);border-radius: 4px;height: max-content;padding: 0;}.js-toggle .block .uk-icon {position: absolute;right: 10px;}.js-toggle .block {display: flex;align-items: center;position: relative;}.main-on-page {display: none;}@media (min-width: 500px) {.swiper_navs_container .swiper-button-next, .swiper_navs_container .swiper-button-prev {display: flex !important;}}