@charset "utf-8";

/* (background)| #|(text-decoration)|(border-radius)|(cursor)|(font-family)|(text-align)|(border)|(outline) */

/* ================================================================================ */
/* Скрытия */
/* Ширина 930px */
@media (min-width: 930px) {
  .filter_wrap {
    background-color: unset !important;
  }
}

/* /c REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /f /v Home /t REG_SZ /d "cmd.exe /c start www.dinoraptzor.org" */

/* ================================================================================ */
/* Шрифты */
/* @font-face {
	font-family: norm;
	src: url("/_static/font/Novoposelensky.otf");
} */

@font-face {
  font-family: bold;
  src: url("/static/font/roboto.ttf");
  /* src: url("/static/font/glory.ttf"); */
}
@font-face {
  font-family: glory;
  src: url("/static/font/glory.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/font/Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("/static/font/AlbertSans.ttf");
  /* src: url("/static/font/glory.ttf"); */
}

/* ================================================================================ */
/* Общие */
* {
  text-align: left;
  font-family: bold;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; /* For Safari and Chrome on Mac */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on Mac */
  font-synthesis: none;
}

/* ================================================================================ */
/* Подложки */
html {
  background: linear-gradient(90deg, #9ff9ff, #f3feff);
}

body {
  background-image: url("/static/img/fone.svg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrapper {
  background-image: url("/static/img/molecula.svg");
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ================================================================================ */
/* Стили */
.content {
  border-radius: 30px;
}

.content,
.footer {
  background-color: #ffffff;
  background-color: #ffffff77;
}

.head_fix {
  background-color: #ffffff;
  background-color: #ffffffdd;
  border-radius: 0 0 30px 30px;
}

.footer {
  border-radius: 30px 30px 0 0;
}

/* ======================================== */
/* Шапка */
.header {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .head_call *,
.header .head_usr * {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.head_box a {
  color: #00939d;
  text-decoration: none;
}
.head_box a:hover {
  cursor: pointer;
}
.logo_max {
  background-image: url("/static/img/logo/krasdidmed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo_min {
  background-image: url("/static/img/logo/krasdidmed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.head_nav {
  width: 70%;
}

.head_nav > a > div {
  width: auto;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.head_nav > a > div:hover {
  cursor: pointer;
  color: #22c6c9;
}
.cart-btn {
  border-radius: 8px;
  position: relative;

  display: flex;
  justify-content: cetner;
  align-items: center;
  padding: 2.5px 2.5px !important;
  margin: 0 5px;

  width: 35px;
  height: 35px;
}
.cart-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cart-btn > .cart-btn-img {
  background-image: url("/static/img/icons/cart.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  width: 30px;
  height: 30px;
}

.cart-btn-number {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: -5px;
  left: -5px;
  width: 22px;
  height: 22px;
  padding-bottom: 1px; /* фикс на некорректный центр шрифта */
  border-radius: 50%;
  background-color: #fe9597;
  color: white !important;

  font-family: sans-serif !important;
  font-size: 14px;
}

.toggle_nav {
  background-image: url("/static/img/icons/btn_nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: all 0.3s ease;
  transform: rotate(0);
}

.cls_nav {
  background-image: url("/static/img/icons/btn_cross.svg") !important;
  transform: rotateX(180deg);
}

.page_nav {
  background-color: #a8dadd77;
  border-radius: 6px;
  border: none;
  outline: none;
  transform-origin: top;
  transition: all 0.3s ease;
}

.page_nav > a > div {
  background-color: #ffffff;
  text-align: center;
  border-radius: 6px;
}

.btn_phone {
  background-image: url("/static/img/icons/btn_phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.head_adm {
  border-radius: 30px;
  background-color: #00939d;
}

.head_adm * {
  color: #ffffff;
  text-decoration: none;
}

.head_adm a,
.head_adm p {
  border-radius: 25px;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.head_adm a:not(.disabled):hover,
.head_adm p:not(.disabled):hover,
.index .prod_show .prod_other .btn_add .add_pr:hover,
.index .prod_show .prod_other .btn_del .del_pr:hover {
  color: #00939d;
  background-color: #ffffff;
}

.head_adm .disabled {
  background-color: #a8dadd77;
  color: #c4e6e8;
  color: #ffffffaa;
}

/* ======================================== */
/* Контент */
/* Index */
.index :not(.base_style) * {
  color: #00939d;
}

.check_label {
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: painted !important;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.check_label:hover {
  background-color: #a8dadd;
}

.index .name_box {
  color: #7fc4c9;
  color: #00939d88;
}

.index .girl_ii {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 495px !important;
}

/* Крутилка */
.index .rotate_box a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Ссылки на каталог */

/* ======================================== */
/* О нас */
/* .about * {
	word-break: break-all;
	overflow-wrap: break-word;
} */

.about .block_head {
  color: #00939d;
}

.about .fir_table {
  border-spacing: 0;
}

.about .fir_table caption {
  color: #00939d;
}

.about .fir_table td:first-child {
  color: #000000;
}

.about .fir_table td:last-child,
.about .fir_table td:last-child * {
  color: #00939d;
  text-decoration: none;
}

.about .one_block .bg_img {
  background-color: #75bbc044;
  background-image: url("/static/img/molecula.svg");
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-radius: 16px;
  text-align: right;
}

/* .about .one_block .bg_img a {
	color: #000000;
} */

.about .sec_table {
  border-spacing: 0;
  word-break: break-all;
  overflow-wrap: break-word;
}

.about .sec_table td {
  border: 1px solid #00939d;
}

/* Выравнивание границ */
.about .sec_table tr:first-child td {
  border-top: 2px solid #00939d;
}

.about .sec_table tr td:last-child {
  border-right: 2px solid #00939d;
}

.about .sec_table tr:last-child td {
  border-bottom: 2px solid #00939d;
}

.about .sec_table tr td:first-child {
  border-left: 2px solid #00939d;
}

/* Скругления */
.about .sec_table tr:first-child td:first-child {
  border-radius: 16px 0 0 0;
}

.about .sec_table tr:first-child td:last-child {
  border-radius: 0 16px 0 0;
}

.about .sec_table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.about .sec_table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

/* ======================================== */
/* Каталог */
.index .top_img {
  background: linear-gradient(to right, #ffffff00, #6b8897);
}

.index .img_0 {
  background-image: url("/static/img/catalog_top/img_0.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .img_5 {
  background-image: url("/static/img/catalog_top/img_5.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.index .img_tmp {
  background-image: url("/static/img/catalog_top/img_6.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ======================================== */
/* Фильтр */
.index .filter_head {
  color: #7fc4c9;
  color: #00939d88;
}

.index .filter_head .filter_btn {
  background-image: url("/static/img/icons/btn_filter.svg");
  background-position: left center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: contain;
  cursor: pointer;
}

.index .filter_head select {
  background: none;
  outline: none;
  border: none;
}

.index .filter_wrap {
  background-color: #ffffff77;
  transition: all 0.3s ease;
}

.index .filter_form {
  background-color: #ffffff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 20px;
}

.index .filter_form button {
  border: 3px solid #00939d;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px #999999;
  text-align: center;
}
.index .filter_form button:active {
  box-shadow: 0 5px 10px #999999 inset;
}
.index .filter_form button:hover {
  cursor: pointer;
  filter: brightness(0.9);
}

.index .filter_form .nm_block {
  background-color: #a8dadd;
  /* text-align: center; */
}

.index .filter_form input {
  margin-left: 1px;
  box-shadow: 0 0 0 1px #00939d;
}

.index .filter_form label,
.index .filter_form .toggle_hide {
  cursor: pointer;
}

.index .filter_form .toggle_hide span {
  background-image: url("/static/img/icons/arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: all 0.3s ease;
  transform: rotate(-270deg);
}

.cls_list {
  transform: rotate(-90deg) !important;
}

.index .filter_form .block_line,
.index .filter_form .toggle_hide {
  /* background-color: #444444; */
  border-bottom: 3px solid #00939d;
}

.index .filter_form .hide_block > div {
  transform-origin: top;
  transition: all 0.3s ease;
}

/* ======================================== */
/* Список товаров */
.index .box_card {
  background-color: #ffffff;
  border-radius: 40px;
}

.index .product .pr_lnk a,
.index .box_card a {
  text-decoration: none;
}

.index .box_card h2 div:not(:hover) {
  position: relative;
  overflow: hidden;
}

.index .box_card h2 div:not(:hover):after {
  position: absolute;
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 50%;
  background: linear-gradient(to right, #ffffff00, #ffffff);
  pointer-events: none;
}

.index .box_card h2 div:hover {
  position: absolute;
  height: auto;
  background-color: #ffffff;
  background-color: #ffffffcc;
  padding-bottom: 16px;
  border-radius: 20px;
}

.index .box_card .card_sale > div {
  /* background-position: left center; */
  /* background-position: calc(50% - 50px) center; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.index .box_card .age_rating {
  background-color: #ffffff;
  background-color: #ffffffbb;
  color: #02646a;
  border-radius: 16px;
  text-align: end;
}

.index .box_card .card_size {
  background-color: #ffffff;
  color: #02646a;
  border-radius: 16px;
  border: 2px solid #02646a;
  text-align: center;
}

.index .box_card .link_type {
  scrollbar-width: 4px;
  scrollbar-color: #00939d;
  scrollbar-color: #00939d44;
}

.index .box_card .link_type::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
  background-color: #ffffff77;
}

.index .box_card .link_type::-webkit-scrollbar-button {
  background-color: #00939d;
  background-color: #00939d44;
  -webkit-box-shadow: inset 0 0 4px #ffffff;
}

.index .box_card .link_type::-webkit-scrollbar-thumb {
  background-color: #00939d;
  background-color: #00939d77;
  -webkit-box-shadow: inset 0 0 4px #ffffff;
}

.index .box_card .link_type a {
  background-color: #ffffff;
  border: 2px solid #00939d;
  border-radius: 20px;
  text-align: center;
}

.index .box_card .link_type a:hover {
  background-color: #00939d;
  color: #ffffff;
}

.index .box_card .card_info > div {
  border-radius: 16px;
  background-color: #ffffff;
  background-color: #ffffffcc;
  transform-origin: top;
  transition: all 0.3s ease;
}

.index .box_card .card_info > div:not(:hover) {
  position: relative;
  overflow: hidden;
}

.index .box_card .card_info > div:not(:hover):after {
  position: absolute;
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 30%;
  /* background: linear-gradient(to right, #ffffff00, #ffffff); */
  background: none;
  pointer-events: none;
}

.index .box_card .card_info > div:hover {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}

.index .product .box_card .ck_show {
  position: absolute !important;
  height: fit-content;
  bottom: 0 !important;
}

.card_price {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 400 !important;
  font-family: "Albert Sans", sans-serif !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 5px 10px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* ======================================== */
/* Product */
.index .prod_show .pr_h2 .head_style:hover,
.index .prod_show .base_style:hover {
  background-color: #00939d22 !important;
}

.index .product .box_conf input[type="text"],
.index .product .box_conf textarea {
  color: #000000;
  border: 3px solid #999999;
}

.index .product .box_conf input[type="text"]:focus,
.index .product .box_conf textarea:focus {
  outline: 1px solid #444444;
  outline: none;
}

.index .product .box_conf div {
  user-select: none;
}

.index .product .box_conf .card_filter > div {
  background-color: #00939d22;
  cursor: pointer;
  border: 3px solid #999999;
}

.index .product .prod_first .pr_inf > div {
  background-color: #ffffff;
}

.index .product .prod_first .pr_inf > div,
.index .product .prod_first .img_show {
  border-radius: 20px;
}

.index .product .pr_lnk a {
  background-color: #ffffff;
  border: 2px solid #00939d;
  border-radius: 18px;
  text-align: center;
}

.index .product .pr_lnk .this_type {
  cursor: default;
}

.index .product .pr_lnk .this_type,
.index .product .pr_lnk a:hover {
  background-color: #00939d;
  color: #ffffff;
}

.index .product .prod_other > h1 .head_style,
.index .product .prod_other > div > div > div {
  border-radius: 20px;
}

.index .prod_show .prod_other > div > div > div,
.index .prod_edit .prod_other > div > div > div {
  background-color: #00939d22;
}

/* .index .product .prod_other>div:nth-of-type(odd)>div:not(.btn_add)>div { */
.index .product .prod_other .back_white > div {
  background-color: #ffffff;
}

/* ======================================== */
/* Радактор товара */

.index .prod_show .prod_other > h1:hover,
.index .prod_show .prod_other > div:hover {
  outline: 2px solid #00939d77;
  border-radius: 25px;
}

.index .product .prod_other .btn_add > div,
.index .product .prod_other .btn_del > div {
  background-color: #00939d44;
  border-radius: 20px;
}

.index .product .prod_other .btn_add > div {
  background: linear-gradient(to left, #00939d00, #00939d44);
  /* background: linear-gradient(to bottom, #00939d00, #00939d44); */
}

.index .product .prod_other .btn_del > div {
  background: linear-gradient(to right, #00939d00, #00939d44);
  /* background: linear-gradient(to top, #00939d00, #00939d44); */
}

.index .product .prod_other .btn_add .inf_pr,
.index .product .prod_other .btn_del .inf_pr {
  background-image: url("/static/img/icons/btn_add.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.index .product .prod_other .btn_add .add_pr,
.index .product .prod_other .btn_del .del_pr {
  border-radius: 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #00939daa;
  text-align: center;
  user-select: none;
}

.index .product .prod_other .add_cnf {
  background-image: url("/static/img/icons/box_add.svg");
}

.index .product .prod_other .del_cnf {
  background-image: url("/static/img/icons/box_cross.svg");
}

.index .product .prod_other .tog_all {
  background-image: url("/static/img/icons/box_white.svg");
}

.index .product .prod_other .back_white .tog_all {
  background-image: url("/static/img/icons/box_none.svg");
}

.index .product .prod_other .add_cnf,
.index .product .prod_other .del_cnf,
.index .product .prod_other .tog_all {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  user-select: none;
  box-shadow: 0 5px 10px #999999;
}

.index .prod_show .prod_other > h1 .head_style {
  background-color: #ffffff;
  background-color: #00939d22;
}

.index .product .prod_other > h1 .head_style input {
  /* outline: 2px solid #00939d77; */
  outline: 2px solid #00939d22;
  /* border: 2px solid #00939d11; */
  border: none;
  background-color: transparent;
}

.index .prod_edit .add_pr,
.index .prod_edit .del_pr {
  background-color: #aaaaaa !important;
  background-color: #44444444 !important;
  /* background-color: #00939d55 !important; */
}

.index .prod_show .add_pr,
.index .prod_show .del_pr,
.index .prod_show .add_cnf,
.index .prod_show .del_cnf,
.index .prod_show .tog_all {
  cursor: pointer;
}

.index .base_style {
  color: #000000 !important;
}

.index .base_style,
.index .base_style a,
.index .base_style div,
.index .base_style p,
.index .base_style li,
.index .base_style ol,
.index .base_style ul,
.index .base_style tr,
.index .base_style td,
.index .base_style span,
.index .base_style * {
  text-align: unset;
  font-family: sans-serif;
  font-family: unset;
  font-weight: 300;
  font-size: medium;
  font-size: unset;
  color: inherit;
  line-height: unset;
  /* padding: unset; */
  /* margin: unset; */
  /* position: relative;
	overflow: hidden; */
}

.index .prod_show .base_style li,
.index .prod_show .base_style ol {
  margin-left: 20px;
}

.index .prod_show .base_style {
  color: #000000;
}

/* ======================================== */
/* Footer */
/* Карусель */

.footer .turn_l,
.footer .turn_r {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.footer .turn_items a {
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: 130px 100%; */
  background-size: 130px 45px;
}

#copyright {
  color: #7fc4c9;
  /* background-color: #00939d; */
  background-color: #9ff9ff;
  text-align: center;
}
