/* Основные цвета */
:root {
  --color_white: #ffffff;
  --color_gray_medium: #e4e4e4;
  --color_purple_light: #fff2f9;
  --color_bg_megacontainer: #e4e4e4;
  --color_bg_header: #ffffff;
  --color_bg_breadcrumbs: #e4e4e4;
  --color_bg_content_wrap: #ffffff;
  --color_bg_texteditor_tools: #f5f5f5;
  --color_bg_footer: #353535;
  --color_bg_dropdown: #f5f5f5;
  --color_bg_panel: #ffffff;
  --color_bg_panel_disabled: #e4e4e4;
  --color_bg_tabs_header: #f5f5f5;
  --color_text: #353535;
  --color_text_placeholder: #909090;
  --color_text_placeholder_focused: #e4e4e4;
  --color_text_important_background: #f5f5f5;
  --color_link: #af2875;
  --color_text_disabled: #e4e4e4;
  --logo_header: url("/images/logo/bestprint_logo.svg");
  --logo_header_hover: url("/images/header/logo_full_hover.png");
  --icon_edit: url("/images/icons/icon_edit.png");
  --icon_timer: url("/images/icons/courses/icon_timer.png");
  --icon_visible: url("/images/icons/admin/visibility_visible_gray_dark.svg");
  --icon_hidden: url("/images/icons/admin/visibility_hidden_gray_dark.svg");
  --icon_save: url("/images/icons/admin/save_gray_dark.svg");
}
/* Шрифты */
/* Размеры блоков */
/* Отступы */
/* Декор */
/*----- Общие свойства -----*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--color_text);
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 1.8em;
  word-break: break-word;
}
h1,
h2 {
  line-height: 1.2em;
}
a,
p {
  font-size: 16px;
  margin: 0px;
  font-weight: 400;
}
a.header_menu,
a.header_menu_admin {
  padding: 10px;
}
a.header_menu:hover,
a.header_menu_admin:hover {
  color: #ffffff;
  background-color: #af2875;
}
a.sidebar_links,
a.sidebar_links_children {
  color: #af2875;
  padding: 5px 20px;
}
a.sidebar_links_children {
  padding: 5px 20px 5px 30px;
}
a.sidebar_links:hover,
a.sidebar_links_children:hover {
  background-color: #af2875;
  color: #ffffff;
}
p.sidebar_links {
  padding: 5px 20px;
}
p.sidebar_links_children {
  padding: 5px 20px 5px 30px;
}
p.article {
  padding-top: 15px;
}
p.tag {
  display: flex;
  align-items: center;
  color: #353535;
  background-color: #f8deed;
  padding: 5px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  width: fit-content;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 10px;
}
.tag_container:focus {
  outline: none;
}
p.tag .btn_delete {
  color: #353535;
}
p.tag .btn_add {
  color: #353535;
}
p.tag:hover {
  color: #ffffff;
  background-color: #af2875;
}
p.tag:hover .btn_delete {
  color: #ffffff;
}
p.tag:hover .btn_delete:hover {
  color: #8e1010;
}
p.tag:hover .btn_add {
  color: #ffffff;
}
p.tag:hover .btn_add:hover {
  color: #353535;
}
p.price_base {
  font-size: 24px;
  font-weight: 600;
  color: #353535;
  line-height: normal;
}
p.price_del {
  font-size: 20px;
  font-weight: 400;
  color: #909090;
  padding-left: 5px;
  line-height: normal;
}
p.price_final {
  font-size: 24px;
  font-weight: 600;
  color: #af2875;
  line-height: normal;
}
p.price_discount {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #af2875;
  padding: 0px 5px;
  border-radius: 3px;
}
.price_cart_sum {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #353535;
  line-height: normal;
}
p.help_text {
  font-style: italic;
  font-weight: 300;
  color: #909090;
  margin-bottom: 10px;
  font-size: 0.9em;
  margin-top: 5px;
}
p.helper_text {
  display: none;
  justify-content: center;
  background-color: #af2875;
  color: #ffffff;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 10px;
}
p.helper_text_small {
  display: none;
  justify-content: center;
  color: #af2875;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  padding: 5px;
}
p.important {
  margin: 10px auto;
  padding: 20px;
  background-color: var(--color_text_important_background);
  border-left: 4px solid #8e1010;
  font-style: italic;
}
p.keynote {
  margin: 10px auto;
  color: #353535;
  padding: 30px;
  font-size: 2.0em;
  background-color: #f8deed;
  text-align: center;
}
p.text_as_link_red {
  color: #8e1010;
  cursor: pointer;
}
p.text_as_link_red:hover {
  color: #600b0b;
  cursor: pointer;
}
p.text_as_link_blue {
  color: #af2875;
  cursor: pointer;
}
p.text_as_link_blue:hover {
  color: #851f59;
  cursor: pointer;
}
/*----- Веса -----*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
h1.product_card {
  line-height: 1.0em;
}
.product_card_header_type {
  display: block;
  font-style: normal;
  font-weight: 300;
  color: #909090;
  margin: 0px;
  font-size: 0.6em;
}
.product_card_header_name {
  display: inline-block;
  font-style: normal;
  font-size: 1.5em;
  margin-top: 5px;
}
/*----- Размеры -----*/
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.43em;
}
h3 {
  font-size: 1.34em;
}
h4 {
  font-size: 1.26em;
}
h5 {
  font-size: 1.08em;
}
h6 {
  font-size: 0.90em;
}
ul {
  padding-inline-start: 0px;
}
li {
  list-style: none;
}
ul.article_ul {
  margin-top: 0px;
}
li.article_li {
  list-style-type: square;
  margin-left: 20px;
}
/*----- Цвета -----*/
a {
  color: #af2875;
}
a:hover {
  color: #851f59;
}
hr.circles,
hr.circles:before,
hr.circles:after {
  content: "";
  background: var(--color_text);
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  border: 0;
  overflow: visible;
}
hr.circles:before {
  left: -32px;
}
hr.circles:after {
  left: 32px;
}
hr.circles {
  position: relative;
  margin: 30px auto;
}
/*--------------------------------------------------------------------*/
/*Основные блоки------------------------------------------------------*/
/*--------------------------------------------------------------------*/
html {
  height: 100%;
  max-height: 1000000px;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*--------------------------------------------------------------------*/
/*Шапка сайта---------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#header_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--color_white);
}
#header_top {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
#header_logo,
#header_logo_inactive {
  display: flex;
  flex-shrink: 0;
  background-image: url("/images/logo/bestprint_logo.svg");
  width: 158px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
#header_logo:hover {
  background-image: url("/images/logo/bestprint_logo_hover.svg");
  transition: 0.15s;
}
#header_search {
  /*
		Тут будет стилизация поиска, когда его добавим
		*/
}
#header_profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#header_profile_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#header_profile_icon,
#header_profile_icon_active,
#header_profile_admin_icon,
#header_profile_icon_admin_active {
  display: flex;
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_profile.svg");
}
#header_profile_icon_active {
  background-image: url("/images/icons/icon_profile_active.svg");
}
#header_profile_icon:hover {
  background-image: url("/images/icons/icon_profile_hover.svg");
  transition: 0.15s;
}
#header_profile_admin_icon {
  background-image: url("/images/icons/icon_profile_admin.svg");
}
#header_profile_admin_icon:hover {
  background-image: url("/images/icons/icon_profile_admin_hover.svg");
  transition: 0.15s;
}
#header_profile_icon_admin_active {
  background-image: url("/images/icons/icon_profile_admin_active.svg");
}
#header_favourites_icon,
#header_favourites_icon_active {
  display: flex;
  position: relative;
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_favourites.svg");
}
#header_favourites_icon_active {
  background-image: url("/images/icons/icon_favourites_active.svg");
}
#header_favourites_icon:hover {
  background-image: url("/images/icons/icon_favourites_hover.svg");
  transition: 0.15s;
}
#header_favourites_count_div,
#header_cart_count_div {
  position: absolute;
  right: 0px;
  bottom: -5px;
  height: 25px;
  background-color: #af2875;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 0px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
#header_cart_icon,
#header_cart_icon_active {
  display: flex;
  position: relative;
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_cart.svg");
}
#header_cart_icon_active {
  background-image: url("/images/icons/icon_cart_active.svg");
  transition: 0.15s;
}
#header_cart_icon:hover {
  background-image: url("/images/icons/icon_cart_hover.svg");
  transition: 0.15s;
}
#header_menu {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-top: 1px solid var(--color_gray_medium);
  padding: 0px 30px;
  gap: 30px;
}
#header_menu_admin_wrap {
  width: 100%;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #8b3164;
}
#header_menu_admin {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 30px;
  gap: 30px;
}
#header_menu_admin a {
  color: #ffffff;
}
#header_menu_admin a:hover {
  color: #af2875;
  background-color: #ebdfce;
}
#header_breadcrumbs_wrap {
  width: 100%;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ebdfce;
}
#header_breadcrumbs_wrap_admin {
  width: 100%;
}
#header_breadcrumbs {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 10px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#banner_top_wrap {
  width: 100%;
}
#banner_top_main {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 30px;
}
/*--------------------------------------------------------------------*/
/*Основная часть------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#content_wrap {
  width: 100%;
  padding: 20px 0px 30px 0px;
  display: flex;
  flex: 1;
}
#content_container_flex {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
#content_container,
#content_container_reverse {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 30px;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-gap: 30px;
}
#content_container_reverse {
  grid-template-columns: 1fr 220px;
}
/*--------------------------------------------------------------------*/
/*Сайдбар-------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#content_sidebar {
  display: flex;
  flex-direction: column;
  align-self: start;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}
#content_sidebar h4 {
  padding-left: 20px;
}
.content_sidebar_element {
  display: flex;
  flex-direction: column;
  padding: 15px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.content_sidebar_element:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.content_sidebar_element_filter {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
}
/*--------------------------------------------------------------------*/
/*Основная часть - контейнер------------------------------------------*/
/*--------------------------------------------------------------------*/
.content_main {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
/*
			.content_main_element {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				padding: 0px;
				padding-bottom: 20px;
				border-radius: 10px;
				margin-bottom: 30px;
				//padding-top: 15px;
				height: auto; 
				background-color: var(--color_bg_content_wrap);
				//border: 1px solid @color_gray_medium; 
				box-shadow: @shadow;
				border-bottom: none;
			}
			*/
.content_main div.content_main_element + div.content_main_element {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0px;
}
/*--------------------------------------------------------------------*/
/*Основная часть - хэдер----------------------------------------------*/
/*--------------------------------------------------------------------*/
#content_main_header {
  padding: 0px 0px 20px 0px;
  height: auto;
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------------*/
/*Основная часть - карточки товара------------------------------------*/
/*--------------------------------------------------------------------*/
#content_main_card_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: clamp(1rem, 2vw, 24px);
}
#product_card_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#gallery_preview_container {
  display: flex;
  flex-direction: column;
  width: 75px;
  margin-right: 20px;
}
#gallery_preview_wrapper {
  flex-shrink: 0;
  height: 613px;
  overflow: hidden;
}
#slide_right,
#slide_left {
  position: absolute;
  width: 80px;
  height: 100%;
  color: #af2875;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#slide_right {
  right: 0px;
}
#slide_right:hover,
#slide_left:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#img_container {
  display: flex;
  width: 550px;
  flex-shrink: 0;
  position: relative;
}
#img_wrapper {
  display: flex;
  flex-direction: column;
  width: 550px;
}
/*--------------------------------------------------------------------*/
/*Всплывающее окно для просмотра изображений в полном размере---------*/
/*--------------------------------------------------------------------*/
.popup-fade {
  display: none;
}
.popup-fade:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup {
  position: fixed;
  top: 5vh;
  border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}
.popup img {
  height: 90vh;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#img_popup_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#img_popup_container img {
  height: auto;
  width: auto;
  max-height: 90vh;
}
#scroll_prev,
#scroll_next {
  width: 75px;
  height: 50px;
  color: #af2875;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.gallery_preview_item {
  padding: 0px;
  margin-bottom: 12px;
}
.gallery_preview_item:first-child {
  padding-top: 0px;
}
.child_img {
  box-sizing: border-box;
  width: 75px;
  height: 113px;
  border-radius: 15px;
}
#product_card_info {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 20px;
  width: 400px;
  box-sizing: border-box;
}
#product_card_parameters {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.product_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.product_card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.product_card_price {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 7px;
  align-items: flex-start;
  justify-content: space-between;
}
.product_card_title {
  padding: 7px;
  min-width: 140px;
  max-width: 210px;
}
.product_card_img {
  position: relative;
}
.product_card_countandprice_container {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
}
/*--------------------------------------------------------------------*/
/*Добавление в избранное----------------------------------------------*/
/*--------------------------------------------------------------------*/
input.product_card_add_to_faourite {
  display: none;
}
label.product_card_add_to_faourite {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 15px 15px 0px 0px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_favourites.svg");
}
.product_card_add_to_faourite input[type=checkbox] {
  display: none;
}
input.product_card_add_to_faourite:checked ~ label.product_card_add_to_faourite {
  background-image: url("/images/icons/icon_favourites_active.svg");
}
label.product_card_add_to_faourite:hover,
input.product_card_add_to_faourite:checked ~ label.product_card_add_to_faourite:hover {
  background-image: url("/images/icons/icon_favourites_active.svg");
}
/*--------------------------------------------------------------------*/
/*Добавление в корзину------------------------------------------------*/
/*--------------------------------------------------------------------*/
.product_card_add_to_cart {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
}
input.product_card_add_to_cart {
  display: none;
}
label.product_card_add_to_cart {
  -webkit-appearance: none;
  height: auto;
  padding: 15px;
  border-radius: 3px;
  color: #af2875;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  border: 1px solid #af2875;
  margin: 15px 0px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
label.product_card_add_to_cart:before {
  content: "В корзину";
}
.product_card_add_to_cart input[type=checkbox] {
  display: none;
}
input.product_card_add_to_cart:checked ~ label.product_card_add_to_cart:before,
input.product_card_add_to_cart:checked ~ label.product_card_add_to_cart {
  content: "В корзине";
  background-color: #af2875;
  color: #ffffff;
}
label.product_card_add_to_cart:hover,
input.product_card_add_to_cart:checked ~ label.product_card_add_to_cart:hover {
  background-color: #af2875;
  color: #ffffff;
}
/*--------------------------------------------------------------------*/
/*Основная часть - карточки в заказах (админка и клиентская часть-----*/
/*--------------------------------------------------------------------*/
#content_main_cart_container {
  display: flex;
  flex-direction: column;
}
.order_product_card,
.order_product_card_detail {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.order_product_card_detail {
  flex-direction: row;
}
.order_product_card_header {
  background-color: #ebdfce;
  padding: 10px;
}
.order_product_card_content {
  display: flex;
  flex-direction: row;
}
.order_product_card_img_container {
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.order_product_card_detail:not(:first-child) {
  margin-top: 15px;
}
.order_product_card_detail_element {
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order_product_card:not(:first-child) {
  margin-top: 30px;
}
.order_product_card img {
  width: auto;
}
/*--------------------------------------------------------------------*/
/*Основная часть - корзина--------------------------------------------*/
/*--------------------------------------------------------------------*/
.cart_card {
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.cart_card_img {
  position: relative;
}
.cart_card_img img {
  width: 200px;
}
.cart_sizes_container {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
}
.cart_sizes_container > .form_radio_btn {
  margin-right: 0px;
}
.cart_sizes {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  box-sizing: border-box;
  max-width: 300px;
  min-width: 140px;
  column-gap: 5px;
  row-gap: 5px;
  justify-content: center;
}
.cart_sizes ~ label {
  justify-content: center;
}
.cart_summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid #af2875;
  border-radius: 5px;
  padding: 15px;
}
/*--------------------------------------------------------------------*/
/*Основная часть - кнопки в корзине-----------------------------------*/
/*--------------------------------------------------------------------*/
.btn_increase_product_count,
.btn_decrease_product_count {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #e4e4e4;
  font-size: 0.8em;
  color: var(--color_text);
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.btn_decrease_product_count:before {
  content: "\2013";
}
.btn_increase_product_count:before {
  content: "\271A";
}
.btn_decrease_product_count:hover,
.btn_increase_product_count:hover {
  background-color: #af2875;
  color: #ffffff;
}
/*--------------------------------------------------------------------*/
/*Основная часть - пагинация------------------------------------------*/
/*--------------------------------------------------------------------*/
#content_main_pagination {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 15px 0px;
}
#pagination_previous_page,
#pagination_next_page,
#pagination_any_page,
#pagination_current_page {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: 400;
}
#pagination_previous_page:hover,
#pagination_next_page:hover,
#pagination_any_page:hover {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  background-color: #af2875;
}
#pagination_current_page {
  color: #fff;
  background-color: #af2875;
}
/*--------------------------------------------------------------------*/
/*Основная часть - регистрация и авторизация--------------------------*/
/*--------------------------------------------------------------------*/
#reg_form {
  display: flex;
  flex-direction: column;
  width: 400px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 30px;
  margin: auto auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------------*/
/*Преимущества--------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#benefits_wrap {
  width: 100%;
  background-color: #ebdfce;
}
#benefits_container {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.benefits {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#benefits_icon_warranty {
  display: flex;
  flex-shrink: 0;
  height: 50px;
  width: 47px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_benefit_warranty.svg");
}
#benefits_icon_delivery {
  display: flex;
  flex-shrink: 0;
  height: 50px;
  width: 57px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_benefit_delivery.svg");
}
#benefits_icon_support {
  display: flex;
  flex-shrink: 0;
  height: 50px;
  width: 36px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon_benefit_support.svg");
}
.benefits_description {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
/*--------------------------------------------------------------------*/
/*Футер---------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
#footer_wrap {
  width: 100%;
  background-color: #46323c;
}
#footer_container {
  width: 1440px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer_container p {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
/*--------------------------------------------------------------------*/
/*Уведомление про cookies---------------------------------------------*/
/*--------------------------------------------------------------------*/
#cookies_messages_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ebdfce;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  z-index: 9999;
  border: 10px solid #af2875;
  margin: 20px;
  width: auto;
}
#cookies_messages_container {
  position: relative;
  width: 1440px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
/*--------------------------------------------------------------------*/
/*Открытие блока по клику---------------------------------------------*/
/*--------------------------------------------------------------------*/
details summary {
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--color_text);
  cursor: pointer;
  list-style: none;
}
details summary:hover {
  color: #af2875;
}
details summary:after {
  display: flex;
  align-items: center;
  content: "\25B8";
  color: var(--color_text);
  margin-right: 5px;
}
details[open] summary:after {
  content: "\25BE";
  color: var(--color_text);
}
.details_content {
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------------*/
/*значок скидки-------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sale_lable {
  width: 60px;
  height: 30px;
  background: #ffd540;
  clip-path: polygon(0 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*--------------------------------------------------------------------*/
/*Иконки с цветами----------------------------------------------------*/
/*--------------------------------------------------------------------*/
.color_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  margin-left: 10px;
}
.color_circle:first-child {
  margin-left: 0px;
}
/*--------------------------------------------------------------------*/
/*Кнопка Submit и submit_red------------------------------------------*/
/*--------------------------------------------------------------------*/
.submit,
.submit_red,
.submit_cart,
input[type=submit],
.submit_inverted {
  -webkit-appearance: none;
  height: auto;
  padding: 15px;
  background-color: #af2875;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  border: none;
  margin-top: 15px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.submit_inverted {
  border: 1px solid #af2875;
  background-color: #ffffff;
  color: #af2875;
}
.submit_red {
  background-color: #8e1010;
}
.submit:hover,
.submit_cart:hover {
  background-color: #720d46;
}
.submit_red:hover {
  background-color: #600b0b;
}
.submit_inverted:hover {
  background-color: #af2875;
  color: #ffffff;
}
.submit:disabled,
.submit_cart:disabled,
.submit_red:disabled {
  background-color: #e4e4e4;
  color: #353535;
}
/*--------------------------------------------------------------------*/
/*Кнопка удаления (крестик)-------------------------------------------*/
/*--------------------------------------------------------------------*/
.btn_delete_cart,
.btn_delete_cart_inactive {
  font-size: 0.8em;
  padding: 15px;
  flex: 0;
  color: var(--color_text);
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  background-color: #f5f5f5;
}
.btn_delete_cart_inactive {
  background-color: #909090;
}
.btn_delete_cart:before,
.btn_delete_cart_inactive:before {
  content: "\2716";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.btn_delete_cart:hover {
  color: #ffffff;
  background-color: #af2875;
}
/*--------------------------------------------------------------------*/
/*стилизация радио кнопок---------------------------------------------*/
/*--------------------------------------------------------------------*/
/*  */
.form_radio_btn,
.form_radio_btn_gray {
  display: flex;
  margin-right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
}
.form_radio_btn input[type=radio],
.form_radio_btn_gray input[type=radio] {
  display: none;
}
.form_radio_btn label,
.form_radio_btn_gray label {
  display: flex;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  align-items: center;
  user-select: none;
}
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
  background-color: #af2875;
  color: #ffffff;
}
.form_radio_btn_gray input[type=radio]:checked + label {
  background-color: #e4e4e4;
  color: #353535;
}
/* Hover */
.form_radio_btn label:hover,
.form_radio_btn_gray label:hover {
  color: #af2875;
}
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label,
.form_radio_btn_gray input[type=radio]:disabled + label {
  background: #efefef;
  color: #666;
}
/*--------------------------------------------------------------------*/
/*Inputs--------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
input,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--color_text);
  background-color: var(--color_bg_content_item_page);
  font-weight: 300;
  text-decoration: none;
  /* Убираем подчеркивание у ссылок */
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  height: 2em;
  border: 1px solid #e4e4e4;
  padding-left: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
input[readonly],
input[readonly]:hover {
  background-color: var(--color_bg_megacontainer);
  color: var(--color_text);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
select {
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--color_text);
  background-color: var(--color_bg_content_wrap);
  font-weight: 300;
  text-decoration: none;
  font-size: 1.0em;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------------*/
/*стилизация checkbox-------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* для элемента input c type="checkbox" */
input[type=checkbox].custom_checkbox {
  display: none;
}
/* для элемента label, связанного с .custom_checkbox */
input[type=checkbox].custom_checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  height: fit-content;
}
/* создание в label псевдоэлемента before со следующими стилями */
input[type=checkbox].custom_checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-left: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* стили при наведении курсора на checkbox */
input[type=checkbox].custom_checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #fff2f9;
}
/* стили для активного чекбокса (при нажатии на него) */
input[type=checkbox].custom_checkbox:not(:disabled):active + label::before {
  background-color: #fff2f9;
  border-color: #fff2f9;
}
/* стили для чекбокса, находящегося в фокусе */
input[type=checkbox].custom_checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type=checkbox].custom_checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type=checkbox].custom_checkbox:disabled + label::before {
  border-color: #e4e4e4;
  background-color: #f5f5f5;
}
/* стили для чекбокса, находящегося в состоянии checked */
input[type=checkbox].custom_checkbox:checked + label::before {
  border-color: #af2875;
  background-color: #af2875;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/*-----------------конец стилизация checkbox-----------------------*/
/*--------------------------------------------------------------------*/
/*Color selector (фильтр по цветам)-----------------------------------*/
/*--------------------------------------------------------------------*/
.color_selector {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  /* 3 строки */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* 3 столбца */
  grid-gap: 10px;
}
.color_selector_1 {
  background-color: #ffffff;
}
.color_selector_2 {
  background-color: #808080;
}
.color_selector_3 {
  background-color: #000000;
}
.color_selector_4 {
  background-color: #783c00;
}
.color_selector_5 {
  background-color: #c00000;
}
.color_selector_6 {
  background-color: #ff9000;
}
.color_selector_7 {
  background-color: #ffd401;
}
.color_selector_8 {
  background-color: #ead6bd;
}
.color_selector_9 {
  background-color: #ffcada;
}
.color_selector_10 {
  background-color: #c400aa;
}
.color_selector_11 {
  background-color: #5a009d;
}
.color_selector_12 {
  background-color: #2650da;
}
.color_selector_13 {
  background-color: #61c3ff;
}
.color_selector_14 {
  background-color: #30d5c7;
}
.color_selector_15 {
  background-color: #77e705;
}
.color_selector_16 {
  background-color: #336601;
}
.color_selector_17 {
  background-color: linear-gradient(-45deg, #0000ff -30%, transparent 80%), linear-gradient(45deg, #8b0000 20%, #dc143c, #ff8c00 60%, #ffd700, #ffe4c4);
}
.color_selector > input {
  display: none;
}
.color_selector > input[type=checkbox]:checked + label {
  border: 4px solid #af2875;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.color_selector > input[type=checkbox]:disabled + label {
  background: repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, #f5f5f5 5px, #f5f5f5 10px);
}
.color_selector > label {
  display: flex;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------------------*/
/*меню-гамбургер------------------------------------------------------*/
/*--------------------------------------------------------------------*/
ul {
  list-style: none;
}
/* Nav menu */
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--black);
  overflow: hidden;
}
.menu a {
  display: block;
  padding: 30px;
  color: var(--white);
}
.menu a:hover {
  background-color: var(--grey);
}
.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}
.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}
.hamb-line::before,
.hamb-line::after {
  background: var(--white);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamb-line::before {
  top: 5px;
}
.hamb-line::after {
  top: -5px;
}
.side-menu {
  display: none;
}
/* Toggle menu icon */
.side-menu:checked ~ nav {
  max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}
/* Responsiveness */
@media (min-width: 768px) {
  .nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;
  }
  .menu li {
    float: left;
  }
  .menu a:hover {
    background-color: transparent;
    color: var(--grey);
  }
  .hamb {
    display: none;
  }
}
/*--------------------------------------------------------------------*/
/*Конструктор футболок-----------------------------------------------*/
/*--------------------------------------------------------------------*/
#constructor_container {
  display: flex;
  flex-direction: row;
}
#constructor_parameters_container {
  width: 300px;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  justify-content: space-between;
}
.constructor_parameters_container_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.constructor_parameters_container_block:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}
.constructor_parameters_selector {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
}
p.constructor_parameters_stage_number_active {
  font-size: 4em;
  color: #af2875;
}
p.constructor_parameters_stage_number_selected {
  font-size: 4em;
  color: #5ca715;
}
p.constructor_parameters_stage_number_inactive {
  font-size: 4em;
  color: #f5f5f5;
}
#constructor_product_container {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
#product_background_img {
  max-height: 825px;
  aspect-ratio: 6 / 9;
}
.drawing-area {
  position: absolute;
  top: 237px;
  left: 151px;
  z-index: 10;
  width: 250px;
  height: 430px;
}
.canvas-container {
  position: relative;
  user-select: none;
}
/*#tshirt-div{
    width: 452px;
    height: 548px;
    position: relative;
    background-color: #fff;
}
*/
#canvas {
  position: absolute;
  width: 220px;
  height: 430px;
  left: 0px;
  top: 0px;
  user-select: none;
  cursor: default;
}
/*--------------------------------------------------------------------*/
/*Кнопка загрузки файлов----------------------------------------------*/
/*--------------------------------------------------------------------*/
.file_upload_button,
.file_upload_button_disabled {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #af2875;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
}
.file_upload_button ~ input,
.file_upload_button_disabled ~ input {
  display: none;
}
.file_upload_button:hover {
  background-color: #851f59;
}
.file_upload_button_disabled,
.file_upload_button:disabled {
  background-color: #e4e4e4;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Т-БАНК--------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.payform-tbank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
}
.payform-tbank-row {
  margin: 2px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #DFE3F3;
  padding: 15px;
  outline: none;
  background-color: #DFE3F3;
  font-size: 15px;
}
.payform-tbank-row:focus {
  background-color: #FFFFFF;
  border: 1px solid #616871;
  border-radius: 4px;
}
.payform-tbank-btn {
  background-color: #FBC520;
  border: 1px solid #FBC520;
  color: #3C2C0B;
}
.payform-tbank-btn:hover {
  background-color: #FAB619;
  border: 1px solid #FAB619;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Админка-------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Админка - Уведомления о выполнении скрипта--------------------------*/
/*--------------------------------------------------------------------*/
#notification,
.notification {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #af2875;
  background-color: #ebdfce;
  box-sizing: border-box;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------------*/
/*Админка - checkbox-переключатели в стиле яндекса--------------------*/
/*--------------------------------------------------------------------*/
.checkbox-ya {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  user-select: none;
}
.checkbox-ya .checkbox-ya-switch {
  display: inline-block;
  box-sizing: border-box;
  width: 76px;
  height: 28px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(90deg, #ffeb9d 0%, #ffeb9d 50%, #e8e9e9 50%, #e8e9e9 200%);
  background-position: -72px 0;
  background-size: 200% 100%;
  border: 1px solid #bababb;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-switch:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -1px;
  text-indent: -100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature {
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.checkbox-ya .checkbox-ya-feature:before,
.checkbox-ya .checkbox-ya-feature:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature:before {
  content: attr(data-label-on);
  left: -60%;
}
.checkbox-ya .checkbox-ya-feature:after {
  content: attr(data-label-off);
  right: 8px;
}
.checkbox-ya input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch {
  background-position: 0 0;
  border-color: rgba(153, 122, 0, 0.5);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch:before {
  left: calc(100% - 27px);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:before {
  left: 13px;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:after {
  right: -60%;
}
/* Hover */
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover {
  cursor: pointer;
}
/* Disabled */
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch {
  border-color: rgba(0, 0, 0, 0.1);
  filter: grayscale(70%);
}
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch .checkbox-ya-feature {
  color: #999;
}
/* Focus */
.checkbox-ya.focused .checkbox-ya-switch:before {
  border-width: 2px;
  border-color: #ffdb4d;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Админка-конец-------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Large desktops and laptops */
/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1439px) {
  #header_top,
  #header_menu,
  #header_menu_admin,
  #header_breadcrumbs,
  #content_container,
  #content_container_flex,
  #content_container_reverse,
  .content_main,
  #banner_top_main,
  #benefits_container,
  #footer_container,
  #cookies_messages_container {
    width: 100%;
  }
}
/*@media screen and (max-height: 1080px) {#product_background_img{	width: 350px; height: 525px;}}
/*@media screen and (min-height: 1081px) {#product_background_img{	min-width: 550px; width: 550px; height: 825px;}}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #header_top,
  #header_menu,
  #header_menu_admin,
  #header_breadcrumbs,
  #content_container,
  #content_container_flex,
  #content_container_reverse,
  .content_main,
  #banner_top_main,
  #benefits_container,
  #footer_container,
  #cookies_messages_container {
    width: 100%;
  }
  .product_card_countandprice_container {
    flex-direction: column;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #header_top,
  #header_menu,
  #header_menu_admin,
  #header_breadcrumbs,
  #content_container,
  #content_container_flex,
  #content_container_reverse,
  .content_main,
  #banner_top_main,
  #benefits_container,
  #footer_container,
  #cookies_messages_container {
    width: 100%;
  }
  .product_card_countandprice_container {
    flex-direction: column;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #header_top,
  #header_menu,
  #header_menu_admin,
  #header_breadcrumbs,
  #content_container,
  #content_container_flex,
  #content_container_reverse,
  .content_main,
  #banner_top_main,
  #benefits_container,
  #footer_container,
  #cookies_messages_container {
    width: 100%;
  }
  #header_breadcrumbs {
    padding: 10px;
  }
  #header_menu {
    padding: 0px 10px;
  }
  .content_main {
    padding: 0px 10px;
  }
  #benefits_container {
    flex-direction: column;
  }
  #header_top {
    flex-wrap: wrap;
  }
  #benefits_container {
    flex-direction: column;
    align-items: center;
  }
  .benefits {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .benefits_description {
    align-items: center;
    padding-top: 15px;
  }
  .benefits_description p {
    text-align: center;
  }
  #footer_container p {
    text-align: center;
  }
  #content_sidebar_container {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  #content_sidebar {
    width: 100%;
  }
  #content_container,
  #content_container_reverse {
    display: flex;
    flex-direction: column;
  }
  #product_card_container {
    flex-direction: column;
  }
  #img_wrapper,
  #img_container {
    width: 100%;
  }
  #product_card_info {
    width: 100%;
    padding: 0px;
  }
  #product_background_img {
    width: 100%;
  }
  #gallery_preview_container {
    display: none;
  }
  .order_product_card {
    flex-direction: column;
  }
  #constructor_container {
    flex-direction: column;
  }
  #constructor_parameters_container {
    width: 100%;
  }
  #reg_form {
    width: auto;
  }
  .order_product_card_content {
    flex-direction: column;
  }
  .cart_card {
    flex-direction: column;
    height: auto;
  }
  .product_card_countandprice_container {
    flex-direction: column;
  }
  .product_card_title {
    max-width: none;
  }
  .cart_summary {
    flex-direction: column;
  }
  .order_product_card_detail_element {
    border-top: 1px solid #e4e4e4;
    padding: 7px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  #benefits_container {
    flex-direction: column;
  }
  #header_menu {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  #header_menu_admin {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  a.header_menu,
  a.header_menu_admin {
    width: 100%;
    text-align: center;
  }
  #header_top {
    flex-direction: column;
  }
  #header_profile {
    margin-top: 20px;
    flex-direction: column;
  }
  #content_container,
  #content_container_reverse {
    padding: 0px;
  }
  #content_main_card_container {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    gap: clamp(10px, 2vw, 24px);
  }
  .product_card {
    border-bottom: 1px solid #e4e4e4;
  }
  #header_profile_icons {
    position: fixed;
    z-index: 500;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    justify-content: space-around;
  }
  #cookies_messages_container {
    max-height: 250px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cookies_messages_button_container {
    position: fixed;
    bottom: 0px;
    width: 50%;
    padding: 0px 30px 15px 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .order_product_card_detail {
    flex-direction: column;
  }
  .order_product_card_img_container {
    width: 100%;
    box-sizing: border-box;
  }
  .product_card_countandprice_container {
    flex-direction: column;
  }
}
