/*-========================================-global-style-for-ol-browsers-========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.max-width {
  margin: auto;
  max-width: 1290px;
}

.select2-dropdown {
  margin-top: 5px; /* Сдвигаем выпадающий список вниз на 10px */
}

.select2-selection__rendered {
  color: transparent; /* Сдвигаем выпадающий список вниз на 10px */
}

.modal-footer {
  position: relative;
  height: 60px; /* Высота под футер */
  border-top: 0px solid #e53f51;
}

.hidden-button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
input {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
button,
a {
  cursor: pointer;
  text-decoration: none !important;
  border: 0;
  display: inline-block;
}
img {
  max-width: 100%;
}
body {
  margin: 0;
  padding: 0;
  margin-top: 95px;
}

/*-========================================-fonts-style-========================================*/
@font-face {
  font-family: "calibri";
  src: url(../fonts/calibri.ttf);
}
@font-face {
  font-family: "Lobster";
  src: url(../fonts/Lobster.ttf);
}
@font-face {
  font-family: "AnimeAceV3";
  src: url(../fonts/AnimeAceV3.ttf);
}

p,
li,
.order-count_sum-info,
.order_box,
.all-together-page-content:before,
.comics-page-dialog input,
.comics-page-dialog label,
.delivery-dialog .delivery-option-list,
.login-1-dialog .login-2-dialog,
.section_landing_contacts-text,
.section_landing_occasion-box_content p,
.sections-content_text-info,
.section_landing_banner-text_info p,
.section_wizard_recipient-box_content a,
.section_wizard_pages .for-layer p,
.scene-category-filter a,
.cover-category-filter a,
.page-count-filter a,
.footer-content,
.accessory_library-box_bot-content a p,
.sections_titles p,
.box-item ul li,
.navbar-nav li a,
.btn-f_bg button,
.delivery-dialog .delivery-tab-filter a {
  font-family: "calibri", sans-serif !important;
}
.main-modal_title h5,
.main-modal_title h6,
.section_landing_contacts-phone,
.sections_titles_g,
.section__title,
.sections_titles_kids_g,
.section_landing_banner-text_title,
.sections_titles h2,
.color_section_titles h2,
.waiting-dialog .modal-header h2 {
  font-family: "Lobster", sans-serif !important;
}

/*-========================================-global-flex-size-color...hover-style-========================================*/
.order_box,
.order-content .form_input-text,
.footer-content,
.accessory_library-box_top-content,
.section_persons-flex,
.navbar-nav {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -webkit-flex-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
}

.btn-f_bg button {
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  padding: 2px 30px;
  position: relative;
  overflow: hidden;
}
.btn-f_bg button:before {
  content: "";
  position: absolute;
  width: 3em;
  height: 100%;
  top: 0;
  left: -35%;
  transform: skewX(-45deg) translateX(0);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}
.btn-f_bg button:hover:before {
  left: 130%;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.bg-btn_brw {
  background-color: #e53f51;
}

.zero-margin {
  margin-top: 0px;
}
.bg-btn_red {
  background-color: #e53f51;
  color: #ffffff !important; /* red.button-font-color */
}
.sections_titles {
  margin: 20px 0;
  text-align: center;
  padding: 0 20px;
}
.sections_titles h2 {
  font-size: 36px;
  color: #383838;
  margin-bottom: 10px;
}

.color_section_titles {
  margin: 20px 0;
  text-align: center;
  padding: 0 20px;
}

.color_section_titles h2 {
  font-size: 36px;
  color: #383838;
  margin-bottom: 10px;
}
.color_section_titles p,
.sections_titles p,
.section_wizard_pages .for-layer p {
  font-size: 18px;
  color: #858585;
}
.sections_titles_kids_g {
  text-align: center;
}
.sections_titles_kids_g h2 {
  font-size: 55px;
}

.section-kids__subtitle {
  padding: 18px 0 30px 0;
  font-size: 24px;
  text-align: center;
  color: #7d7d7d;
}
.sections_titles_g {
  margin-bottom: 45px;
  text-align: center;
}
.sections_titles_g h2 {
  font-size: 55px;
}
.theme-color {
  color: #e53f51;
}
.titles_c-black {
  color: #383838;
}
.titles {
  color: #383838;
}
.titles_b-polygon {
  padding: 0 0 20px;
}

.for-layer {
  padding: 10px 0 10px;
  border-top: 4px solid #e53f51;
  background: rgb(255, 255, 255);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.for-layer button {
  font-size: 27px;
  height: 49px;
}
.modal-main_btn .bg-btn_red,
.for-layer .bg-btn_red {
  margin-left: 45px;
}
.order-content .form_input-text label .select_element:after,
.section_landing_team-arrow-r svg,
.section_landing_occasion-box_content a img,
.section_landing_video-box button:before,
.section_landing_video-box button,
.section_wizard_recipient-box_content a span,
.page-count-filter a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*-========================================-container_fluid-style-========================================*/
.container-fluid {
  padding: 0;
  max-width: 1290px;
}

/*-========================================-header_nav-menu-style-========================================-*/
header {
  background-color: #e53f51;
  min-height: 75px;
  z-index: 9999;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.main-nav {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 37%;
  position: relative;
}
.logo a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo img {
  transition: 0.5s;
}
nav {
  background-color: transparent;
}
.navbar-collapse.collapse {
  padding: 0 !important;
}
.navbar-toggle .icon-bar {
  background-color: rgb(255, 255, 255) !important;
  width: 36px !important;
  height: 6px !important;
}
.navbar-nav,
.navbar-nav > li {
  float: none !important;
}
.navbar-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.navbar-nav li a {
  color: #ffffff; /* red.button-font-color */
  padding: 39px 15px;
  display: block;
  font-size: 16px;
  text-transform: uppercase !important;
  font-weight: 700;
  transition: 0.5s;
}
.navbar-nav li a.disabled {
  color: #383838;
  pointer-events: none;
}
.navbar-nav li:last-child a {
  padding-right: 0 !important;
}
.nav li a:focus {
  background-color: white;
  background: transparent !important;
  color: black;
}
.nav li a:hover {
  background-color: white;
  background: transparent !important;
  color: black;
}
.navbar-collapse.in {
  border: 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.navbar-header {
  float: none !important;
}
.navbar-collapse {
  box-shadow: 0 0 0 !important;
}
.navbar-toggle {
  float: none !important;
  padding: 9px 0px !important;
}

/*-========================================-section_landing_banner-style-========================================-*/
.section__banner {
  overflow: hidden;
  background: #383838;
}

.banner__content {
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.banner__text {
  max-width: 389px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}

.section_landing_banner {
  position: relative;
  margin: 100px auto 0;
  padding: 0 50px;
  max-width: 1920px;
}

.slider__img {
  object-fit: cover;
  height: 500px;
  width: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  filter: blur(0);
}

.section_landing_banner-slider {
  max-width: 707px;
}

.section_landing_banner-slider_fading-right,
.section_landing_banner-slider_fading-left {
  pointer-events: none;
  position: absolute;
  z-index: 98;
  top: 0;
  height: 100%;
  width: 35%;
}
.section_landing_banner-slider_fading-left {
  left: -1px;
  background: linear-gradient(to right, #383838 0%, rgba(0, 0, 0, 0) 100%);
}
.section_landing_banner-slider_fading-right {
  right: -1px;
  background: linear-gradient(to left, #383838 0%, rgba(0, 0, 0, 0) 100%);
}

.section_landing_banner-text {
  position: absolute;
  width: 100%;
  min-height: 500px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #383838;
}
.container-sec_1 {
  margin-top: 94px;
  padding-left: 50px;
}
.section_landing_banner-text_title {
  margin-bottom: 36px;
  line-height: 1.035;
  font-family: "Lobster", sans-serif !important;
  font-size: 60px;
  color: rgb(255, 255, 255);
}
.section_landing_banner-text_title span {
  color: #e53f51;
}
.section_landing_banner-text_info p {
  width: 350px;
  font-size: 25px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}

.section_landing_banner-text_info p i {
  visibility: hidden;
  opacity: 0;
}
.section_landing_banner-text_btn button {
  padding: 0 60px;
  height: 71px;
  font-size: 27px;
  font-weight: 700;
  border-radius: 20px;
}
.slick-dots {
  bottom: 10px !important;
  text-align: left !important;
  z-index: 99;
}
.slick-dots li button:before {
  font-size: 16px !important;
  color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #e53f51 !important;
}

/*-========================================-section_landing_presentation-style-========================================-*/
.section_landing_presentation {
  padding: 60px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
}
.section_landing_1,
.section_landing_2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
}
.section_landing_3 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
  background-position: center;
  background-size: 100% 42%;
  background-repeat: no-repeat;
}

.section_landing_presentation .sections_titles_g {
  margin-bottom: 30px;
}
.section_landing_presentation .text-info p {
  font-size: 26px;
  padding-bottom: 40px;
  color: #383838;
  text-align: center;
}

.section_landing_presentation-item-box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
}
.section_landing_presentation-item-box_content {
  width: 33%;
  padding: 20px;
}
.section_landing_presentation-item-box_content p {
  text-align: center;
}
.section_landing_presentation-item-box_content p:nth-child(1) {
  font-size: 55px;
  color: #e53f51;
  font-family: "Lobster", sans-serif !important;
}
.section_landing_presentation-item-box_content p:nth-child(2) {
  font-size: 30px;
  color: #383838;
}
.section_landing_presentation-item-box_content p:nth-child(3) {
  font-size: 24px;
  color: #858585;
}

/*-========================================-section_landing_presentation-style-========================================-*/

/*-========================================-section_landing_1-2-3-4-style-========================================-*/
.section_landing_3,
.section_landing_2,
.section_landing_4 {
  margin-bottom: 60px;
}
.section_landing_1 {
  margin-bottom: 90px;
  margin-top: 60px;
}
.sections-content_text {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 60px;
}
.sections-content_text_margin {
  margin-bottom: 0;
}
.sections-content_text-info {
  max-width: 840px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}
.sections-content_text-info__title {
  font-size: 36px;
  font-weight: 700;
  color: #383838;
}
.sections-content_text-info__subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 30px;
}

.img-box_w--33 {
  width: 33%;
}
.img-box_w--100 {
  width: 100%;
}
.sections-content_img {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  gap: 10px;
}

.sections-content_img-book {
  padding-bottom: 60px;
}
.sections-content_img-scene {
  padding-bottom: -100px;
}
.sections-content_img-box {
  text-align: center;
  position: relative;
}

.content_img-b img {
  vertical-align: middle;
}
.section_landing_kids_4-btn {
  padding-bottom: 60px;
  text-align: center;
}
.section_landing_kids_4-btn button {
  padding: 0 40px;
  height: 71px;
  font-size: 27px;
  font-weight: 700;
  border-radius: 20px;
}
.section_landing_4-btn {
  margin-top: 60px;
  text-align: center;
}
.section_landing_4-btn button {
  font-size: 27px;
  font-weight: 700;
  height: 71px;
  padding: 0 40px;
  border-radius: 20px;
}
.btn-margin {
  margin: 0;
}

/*-========================================-section_landing_reviews-style-========================================-*/
.section__reviews {
  padding: 54px 0;
  background: #383838;
}

.reviews__content {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews__text {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.section__title {
  font-size: 55px;
  font-weight: 400;
  color: white;
}

.section__subtitle {
  max-width: 430px;
  color: white;
  font-size: 25px;
}

.reviews__btn {
  padding: 0 35px;
  max-width: 235px;
  height: 71px;
  font-size: 27px;
  color: white;
  font-weight: 700;
  font-family: "calibri", sans-serif;
  border-radius: 20px;
  border: 2px solid white;
  background: #383838;
}
/*-========================================-section_landing_video-style-========================================-*/
.section_landing_video {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section_landing_video-box {
  position: relative;
  text-align: center;
}
.section_landing_video-box video {
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
}
.section_landing_video-box button {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  background: transparent;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  z-index: 99;
}
.section_landing_video-box.play button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.section_landing_video-box button:hover {
  border: 2px solid #e53f51;
}
.section_landing_video-box button:hover:before {
  background-color: #e53f51;
}
.section_landing_video-box button:before {
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(255, 255, 255);
  -webkit-clip-path: polygon(80% 50%, 0 0, 0 100%);
  clip-path: polygon(80% 50%, 0 0, 0 100%);
  width: 55px;
  height: 55px;
  margin-left: 35px;
  transition: 0.3s;
}

/*-========================================-section_landing_occasion-style-========================================-*/
.section_landing_occasion {
  padding: 60px 0;
  background: linear-gradient(90deg, #fec3ff, #58e5ff);
  height: 100%;
}

.section_landing_occasion-box {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.section_landing_occasion-box_content a {
  width: 174px;
  height: 174px;
  margin: auto;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: 0.3s;
  cursor: default;
}
.section_landing_occasion-box_content a img {
  left: 0;
  right: 0;
  margin: auto;
}
.section_landing_occasion-box_content p {
  font-size: 24px;
  color: #383838;
  margin-top: 17px;
  text-align: center;
}

/*-========================================-section_landing_contacts-style-========================================-*/
.section_landing_contacts {
  margin-top: 59px;
}
.section_landing_contacts-content {
  text-align: center;
}
.section_landing_contacts-text {
  font-size: 24px;
  color: #383838;
  line-height: 1.25;
}
.section_landing_contacts-social,
.section_landing_contacts-phone {
  margin: 30px 0 30px;
}
.section_landing_contacts-phone a {
  font-size: 36px;
  color: #383838;
  line-height: 1.2;
  transition: 0.3s;
}
.section_landing_contacts-phone a:hover {
  color: #e53f51;
}
.section_landing_contacts-phone div {
  margin-bottom: 20px;
}
.section_landing_contacts-social img {
  margin: 0 15px;
  transition: 0.3s;
}
.section_landing_contacts-social img:hover {
  transform: scale(1.1);
}

.section_wizard_persons,
.section_wizard_cover,
.section_wizard_pages,
.section_wizard_all_together,
.section_wizard_color,
.section_wizard_order {
  padding-bottom: 120px;
}

/*-========================================-section_characters-style-========================================-*/
.accessory_library-box {
  width: 425px;
  border: 1px solid #e53f51;
  border-radius: 6px;
  overflow: hidden;
}
.accessory_library-box_top {
  border-bottom: 1px solid #e53f51;
  margin-bottom: 20px;
}
.accessory_library-box_top-content {
  padding: 13px 15px;
}
.accessory_library-box_top-content a,
.accessory_library-box_bot-content a {
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(147, 147, 147);
  padding: 5px;
  overflow: hidden;
}
.accessory_library-box_top-content a {
  margin: 0 1px;
}
.accessory_library-box_top-content a img {
  vertical-align: middle;
}
.accessory_library-box_top-content a:hover,
.accessory_library-box_bot-content a:hover {
  border: 2px solid #e53f51;
}
.accessory_library-box .active-main {
  border: 2px solid #e53f51;
}
.accessory_library-box a svg {
  width: 100%;
  height: 100%;
}
.accessory_library-box_bot {
  position: relative;
}
.accessory_library-box_bot-content a {
  width: 87px;
  height: 87px;
  line-height: 67px;
  text-align: center;
  margin: 0 2px 15px;
  display: inline-block;
}
.accessory_library-box_bot-content a p {
  font-size: 18px;
  color: #858585;
}
.accessory_library-box_bot-content {
  padding: 0 15px;
  height: 430px;
  overflow-y: auto;
}
.accessory_library-box_bot-content::-webkit-scrollbar {
  width: 7px;
}
.accessory_library-box_bot-content::-webkit-scrollbar-track {
  background-color: #383838;
  border-radius: 50px;
}
.accessory_library-box_bot-content::-webkit-scrollbar-thumb {
  background-color: #e53f51;
  border-radius: 50px;
}
.accessory_library-move_up {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  display: none;
}
.accessory_library-move_up a svg {
  transform: rotateX(180deg);
}
.accessory_library-box_bot-content_down {
  margin-top: -15px;
  background-color: rgb(255, 255, 255);
}
.accessory_library-move_down {
  position: relative;
  z-index: 99;
}
.accessory_library-box_bot-content_down a {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
}
.accessory_library-box_bot-content_down a svg {
  fill: #e53f51;
}
.accessory_library-box_bot-content_down a svg:hover {
  fill: rgb(0, 0, 0);
}
.section_persons-persons {
  width: 480px;
  padding-top: 30px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
}
.section_persons-person {
  position: relative;
}
.section_persons-persons .polygon {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #e53f51;
  display: none;
  width: 57px;
  height: 18px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
/*-========================================-section_characters-end-style-========================================-*/

/*-========================================-section_wizard_recipient-style-========================================-*/
.section_wizard_recipient {
  margin-bottom: 75px;
}
.section_wizard_color-box,
.section_wizard_recipient-box,
.scene-category-filter,
.cover-category-filter,
.page-count-filter,
.delivery-dialog .delivery-tab-filter {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.section_wizard_recipient-box_content {
  width: 20%;
}
.section_wizard_recipient-box_content a {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 2px solid #e53f51;
  font-size: 24px;
  color: #e53f51;
  text-align: center;
  position: relative;
  transition: 0.3s;
  display: block;
  margin: auto;
}

.opt-container {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.opt-container img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.opt-container .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #e53f51;
  color: white;
  font-family: "Lobster", sans-serif !important;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}

.opt-container .btn:hover {
  background-color: #e53f51;
}

.section_wizard_color-box_content {
  max-width: 344px;
  max-height: 500px;
  margin-left: 20px;
}

.section_wizard_color-box_content a {
  border-radius: 3%;
  border: 2px solid white;
  position: relative;
  display: block;
  margin: auto;
}

.section_wizard_color-box_content a:hover {
  border: 2px solid #e53f51;
  background-color: #fcf5f6;
}

.section_wizard_color-box_content a.selected {
  border: 2px solid #e53f51;
  background-color: #fcf5f6;
}

.section_wizard_color-box_content a img {
  display: block;
  max-width: 173px;
  max-height: 257px;
  margin: 14px 87px 22px;
  border-radius: 3%;
  border: 1px solid #383838;
}

.section_wizard_color-box_content a div ul {
  list-style: unset;
  color: #383838;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section_wizard_color-box_content a div ul li {
  /*margin: 10px 0 10px 30px;*/
  margin: 1px 0 4px 30px;
}

.s-w-color-title {
  text-align: center;
  font-size: 24px;
  color: #383838;
  font-family: "Lobster", sans-serif !important;
}

.scene-category-filter,
.cover-category-filter {
  padding: 10px 0;
}
.scene-category-filter a,
.cover-category-filter a {
  border-radius: 20px;
  border: 2px solid #e53f51;
  font-size: 14px;
  color: #e53f51;
  text-align: center;
  padding: 5px 15px;
  margin: 5px 5px;
  position: relative;
  transition: 0.3s;
  display: block;
}
.page-count-filter .page-count:not(:last-child) {
  margin-right: 10px;
}
.page-count-filter a {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  border: 2px solid #e53f51;
  font-size: 16px;
  color: #e53f51;
  text-align: center;
  position: relative;
  transition: 0.3s;
  display: block;
  margin: auto;
}
.page-count-filter a span {
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}

.delivery-dialog .delivery-tab-filter {
  padding-top: 20px;
}
.delivery-dialog .delivery-tab-filter a {
  border-radius: 20px;
  border: 2px solid #e53f51;
  font-size: 18px;
  color: #e53f51;
  text-align: center;
  padding: 5px 15px;
  margin: 5px 5px;
  position: relative;
  transition: 0.3s;
  display: block;
}

.section_wizard_recipient-box_content a:hover,
.section_wizard_recipient-box_content a.selected,
.scene-category-filter a:hover,
.scene-category-filter a.selected,
.cover-category-filter a:hover,
.cover-category-filter a.selected,
.page-count-filter a:hover,
.page-count-filter a.selected,
.delivery-dialog .delivery-tab-filter a:hover,
.delivery-dialog .delivery-tab-filter a.selected {
  background-color: #e53f51;
  color: rgb(255, 255, 255);
}
.section_wizard_recipient-box_content a span {
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}
/*-========================================-section_wizard_recipient-end-style-========================================-*/

/*-========================================-section_cover-style-========================================-*/
.section_pages-box .sections-content_img,
.section_cover-box .sections-content_img {
  flex-wrap: wrap;
}
.img_cover-box,
.img_pages-box {
  margin: 0 5px 15px;
}

.img_cover-box {
  width: 15%;
}
/*-========================================-section_cover-end-style-========================================-*/

/*-========================================-section_pages-style-========================================-*/
.section_wizard_pages .for-layer p {
  margin-bottom: 10px;
}
.section_pages-box .sections-content_img-box .pages-img_check {
  cursor: pointer;
}
.section_pages-box .comics-page-content .comics-page-text {
  padding: 5px 5px 0 5px;
}
.section_pages-box .sections-content_img-box .pages-img_check:hover img,
.check_yes .pages-img_check,
.check_yes .cover-img_check img {
  opacity: 0.5;
}

.pages-checked,
.cover-checked {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: none;
}

.check_yes .pages-checked,
.check_yes .cover-checked {
  display: block;
}

.comics-page-content {
  border: 1px solid #333;
  display: inline-block;
}
.comics-page-canvas-container {
  position: relative;
}
.comics-page-canvas-container .comics-page-bubble {
  position: absolute;
  display: table;
  text-align: center;
}

.comics-page-canvas-container .comics-page-bubble .bubble-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comics-page-dialog label,
.comics-page-dialog input {
  display: block;
  width: 100%;
  color: #383838;
}
.comics-page-dialog label {
  font-size: 18px;
  margin-bottom: 5px;
}
.comics-page-dialog input {
  border: 1px solid #383838;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
}
.comics-page-dialog .comics-page-text {
  padding: 10px 10px 0 10px;
}
.comics-text,
input.comics-text {
  font-family: AnimeAceV3, sans-serif !important;
  line-height: 1.2;
}
.comics-text.unicode-text,
input.comics-text.unicode-text {
  font-family: Arial, sans-serif !important;
}

/*-========================================-section_pages-end-style-========================================-*/

/*-========================================-section_myBook-style-========================================-*/
.pages-box_check,
.all-together-page-content {
  border: 1px solid #333;
}

.all-together-page-content {
  position: relative;
}

.pages-box_check .comics-page-content,
.all-together-page-content .comics-page-content {
  border: none;
}

.all-together-page-content:before {
  content: attr(data-page-number);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 35px;
  height: 20px;
  background-color: #e53f51;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 20px;
  z-index: 1;
}

.pages-box_check:hover,
.all-together-page-box-active .all-together-page-content,
.all-together-page-box:hover .all-together-page-content {
  border: 1px solid #e53f51;
}

.pages-box_check:hover .edit,
.all-together-page-box-active .edit,
.all-together-page-box:hover .edit {
  display: block;
}

.pages-box_check .edit,
.all-together-page-box .edit {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 26px;
  display: none;
}

.pages-box_check .edit a,
.all-together-page-box .edit a {
  display: block;
  transition: 0.3s;
}

.pages-box_check .edit a:hover,
.all-together-page-box .edit a:hover {
  transform: scale(1.2);
}

.all-together-page-content.drag-page {
  border: 2px solid #e53f51 !important;
  background-color: white;
}

.all-together-page-content.drag-over {
  border: 2px dashed #e53f51 !important;
}
/*-========================================-section_myBook-end-style-========================================-*/

/*-========================================-section_order-style-========================================-*/
.order-content {
  max-width: 587px;
  width: 100%;
  color: #383838;
}
.order-content input[type="text"],
.order-content textarea,
.order-content select {
  display: block;
  width: 100%;
  border: 1px solid #383838;
  border-radius: 3px;
  padding-left: 15px;
  font-size: 20px;
}
.order-content .error input[type="text"],
.order-content .error textarea,
.order-content .error select,
.order-content .error.checkbox .cr {
  border: 2px solid #e53f51;
}
.order-content .form_input-text.error,
.order-content .form_input-text .error,
.order-content .delivery-new-year-alert,
.order-content .delivery-area-urgent-alert {
  color: #e53f51;
}
.order-content .form_input-text input,
.order-content select {
  height: 50px;
}
.order-content textarea {
  padding-top: 10px;
  height: 90px;
}
.order-content .delivery-new-year-alert,
.order-content .delivery-area-urgent-alert {
  font-size: 20px;
}

.order-content .form_input-text,
.order-content .delivery-new-year-alert,
.order-content .delivery-area-urgent-alert {
  margin-bottom: 40px;
}
.order-content .form_input-text.delivery-address-box,
.order-content .form_input-text.delivery-date-time-box,
.order-content .form_input-text.show-delivery-duration-dialog-box {
  margin-bottom: 0;
}
.order-content .form_input-text.delivery-date-time-box,
.order-content .form_input-text.payment-way-box,
.order-content .personal-data-agreement {
  margin-top: 40px;
}
.order-content .show-delivery-duration-dialog-box {
  margin-top: 10px;
}

.order-content label {
  width: 100%;
  position: relative;
  display: block;
}
.order-content .checkbox {
  font-size: 20px;
  margin-bottom: 40px;
}
.order-content .promocode-apply-box label {
  margin-top: 10px;
}
.order-content .promocode-apply-box .promocode-apply {
  margin-right: 10px;
}
.order-content .form_input-text label p {
  font-size: 20px;
  margin-bottom: 10px;
}
.order-content .form_input-text label span:not(.promocode-status) {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 22px;
  transition: 0.3s;
  opacity: 0.5;
  cursor: auto;
}
.order-content .form_input-text input:focus + span,
.order-content .form_input-text input:not(:placeholder-shown) + span,
.order-content .form_input-text textarea:focus + span,
.order-content .form_input-text textarea:not(:placeholder-shown) + span {
  top: -30px;
  opacity: 1;
  left: 0;
  transition: 0.3s;
  font-size: 20px;
}
.order-content .form_input-text_dubel {
  width: 48%;
}
.order-content .form_input-text label select {
  position: relative;
  z-index: 9;
  cursor: pointer;
  background-color: transparent;
}
.order-content .form_input-text label .select_element {
  position: relative;
}
.order-content .form_input-text label .select_element:after {
  content: "";
  right: 15px;
  z-index: 3;
  width: 22px;
  height: 13px;
  background-color: #383838;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.order-count_sum {
  max-width: 320px;
  width: 100%;
  margin-left: 10px;
}
.order-count_sum-info {
  color: #383838;
  text-align: right;
}
.order-count_sum-info {
  font-size: 24px;
}
.order-count_sum-info .order-price-box {
  font-size: 30px;
  margin-top: 15px;
  font-weight: bold;
}
.order-content .promocode-box .promocode-status:not(.error),
.order-count_sum .discount-percent {
  color: #039300;
}
.order-content .promocode-box .promocode-status.error {
  color: #383838;
}
/*-========================================-section_order-end-style-========================================-*/

/*-========================================-section_order_created-style-========================================-*/
.section_order_created {
  margin-top: 150px;
}
.section_order_created-box_img {
  margin: 40px 0;
}
/*-========================================-section_order_created-end-style-========================================-*/

/*-========================================-footer-style-========================================-*/
footer {
  padding: 25px 25px 45px;
  background-color: #383838;
}

.footer__content {
  margin: auto;
  max-width: 1290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__block-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__block-2,
.footer__block-3 {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer__text {
  font-size: 16px;
  color: white;
  font-weight: 400;
  font-family: "calibri", sans-serif;
}
.footer__text_hidden {
  display: none;
}

.footer__mail {
  margin-left: 10px;
}

.footer__mail-text {
  font-size: 18px;
  font-weight: 700;
  font-family: "calibri", sans-serif;
  color: white;
  cursor: pointer;

  &:hover {
    text-decoration: underline;
  }
}

/*-========================================-header_Pie-chart-style-========================================-*/
.box-pie-chart {
  max-width: 1024px;
  margin: 170px auto 0;
}
.box-item {
  position: relative;
}
.box-item ul:before,
.box-item:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 5px;
}
.box-item:before {
  content: "";
  background-color: rgb(193, 193, 193);
}
.box-item ul {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-box-align: space-around;
  -webkit-flex-align: space-around;
  -ms-flex-align: space-around;
  -webkit-align-items: space-around;
}
.box-item ul:before {
  content: "";
  background-color: #e53f51;
}
.box-item .box-item_bg--1:before {
  content: "";
  width: 9%;
}
.box-item .box-item_bg--2:before {
  content: "";
  width: 25%;
}
.box-item .box-item_bg--3:before {
  content: "";
  width: 42%;
}
.box-item .box-item_bg--4:before {
  content: "";
  width: 58%;
}
.box-item .box-item_bg--5:before {
  content: "";
  width: 75%;
}
.box-item .box-item_bg--6:before {
  content: "";
  width: 100%;
}
.box-item ul li {
  display: block;
  position: relative;
  width: 17%;
  text-align: center;
  font-size: 16px;
  color: rgb(150, 150, 150);
}
.box-item ul .box-item_list {
  color: #383838;
}
.box-item ul li:before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.box-item ul li:before {
  content: "";
  background-color: rgb(193, 193, 193);
}
.box-item ul .box-item_list:before {
  content: "";
  background-color: #e53f51;
}
/*-=======================================-header_Pie-chart-end-style-========================================-*/

/*-========================================-modal_delivery-style-========================================-*/
.delivery-dialog .modal-dialog,
.delivery-dialog .modal-content,
.delivery-duration-dialog .modal-dialog,
.delivery-duration-dialog .modal-content {
  max-width: 600px !important;
}
.delivery-dialog .delivery-option {
  font-size: 20px;
  border-bottom: 1px solid #e53f51;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.delivery-dialog .delivery-option:first-child {
  padding-top: 10px;
  border-top: 1px solid #e53f51;
}
.delivery-dialog .delivery-remote-areas {
  font-size: 16px;
  color: #383838;
  text-align: center;
}

/*-========================================-modal_delivery-end-style-========================================-*/

/*-========================================-modal_answer-style-========================================-*/
.dashed-underline {
  color: #e53f51;
  line-height: 1;
}
a.dashed-underline:hover {
  color: #e53f51;
}
a.footer__text:hover,
a.link-hover:hover {
  transition: all 0.3s;
  color: #e53f51;
}

.section_landing_4 a.show-delivery-dialog {
  font-size: 24px;
  font-weight: 400;
}

.faq-dialog .faq-question,
.service-rules-dialog .rule-title,
.payment-dialog .payment-title,
.delivery-dialog .delivery-details-text,
.delivery-duration-dialog .delivery-details-text {
  margin: 20px 0;
}

.faq-dialog .faq-question p,
.service-rules-dialog .rule-title p,
.payment-dialog .payment-title p,
.delivery-dialog .delivery-details-text p,
.comics-content-confirm-dialog .modal-body_content p,
.orders-dialog .modal-body_content p {
  margin-bottom: 20px;
  font-size: 20px;
}

.faq-dialog .faq-answer,
.service-rules-dialog .rule-text,
.payment-dialog .payment-text,
.policy-text {
  font-size: 18px;
  color: #383838;
}

.policy-text {
  margin: 30px 0;
}

.policy-text p {
  margin: 10px 0;
}

.comics-content-confirm-dialog .main-modal_title {
  margin: 20px 0;
}
/*-========================================-modal_answer-end-style-========================================-*/

.personal-data-agreement-dialog .modal-body_content p,
.personal-data-agreement-dialog .modal-body_content ul {
  margin-top: 10px;
}

.personal-data-agreement-dialog .modal-body_content ul {
  list-style: disc;
  margin-left: 10%;
}

.personal-data-agreement-dialog .modal-body_content li {
  margin-bottom: 5px;
}

/*-========================================-modal_global-style-========================================-*/
.main-modal_title,
.modal-body_content {
  padding: 0 20px;
}
.main-modal_title h5,
.main-modal_title h6 {
  color: #383838;
  text-align: center;
  line-height: 1;
}
.main-modal_title h5 {
  font-size: 55px;
}
.main-modal_title h6 {
  font-size: 40px;
}

.modal-main_btn {
  padding: 10px 0 50px;
  text-align: center;
}
.modal-main_btn button {
  font-size: 30px;
}
.modal {
  z-index: 99999 !important;
}
.modal-backdrop {
  z-index: 9999 !important;
}
.modal-dialog {
  max-width: 767px !important;
  width: 100% !important;
  margin: 100px auto !important;
}
.modal-content {
  margin: 0 15px;
}
.modal-header {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.close {
  font-size: 35px !important;
  opacity: 1 !important;
  color: #e53f51;
}
.modal-header span {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50px;
  border: 2px solid #e53f51;
  text-align: center;
  display: block;
}
.modal-body_content center {
  margin: 20px 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
/*-========================================-modal_global-end-style-========================================-*/

.dNone {
  display: none !important;
}

.nowrap-text {
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}

/* Workaround for Safari */
[draggable="true"] {
  -khtml-user-drag: element;
}

.waiting-dialog .modal-header h2 {
  font-size: 30px;
  text-align: center;
}

.waiting-dialog .modal-dialog,
.waiting-dialog .modal-content {
  max-width: 500px !important;
}

.pages-count-dialog p,
.pages-count-limit-not-reached-dialog p {
  color: #383838;
  font-family: "calibri", sans-serif !important;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.pages-count-dialog .page-count-filter {
  margin-bottom: 20px;
}
.pages-count-dialog .modal-main_btn .bg-btn_red {
  margin: 0;
}

.error-view {
  color: yellow;
  font-size: 20px;
}

/* --- Checkbox ---*/
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox label {
  padding: 0 !important;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox .text {
  padding-left: 35px;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}
/* --- Checkbox ---*/

.user-assistant {
  height: 226px;
  width: 340px;
  position: fixed;
  right: -340px;
  z-index: 998;
}

.orders-dialog .acquiring-provider-error {
  text-align: center;
  color: #e53f51;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.orders-dialog .acquiring-provider-error a {
  color: #e53f51;
}

.orders-dialog .order-box {
  margin: 20px;
  border-bottom: 1px solid #e53f51;
}

.orders-dialog .order-box img {
  max-height: 100%;
}

.orders-dialog .order-box .cover-box,
.orders-dialog .order-box .info-box {
  display: inline-block;
  height: 400px;
  width: 45%;
  vertical-align: top;
  margin-bottom: 20px;
}

.orders-dialog .order-box .info-box span {
  font-weight: bold;
  font-size: 25px;
}

.orders-dialog .order-box .info-box span[data-payment-status="PENDING"],
.orders-dialog .order-box .info-box span[data-payment-status="CANCELED"] {
  color: #e53f51;
}

.orders-dialog .order-box .modal-main_btn {
  padding: 0;
  margin-bottom: 20px;
}

.container .section_landing_kids_4-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.container .txt {
  width: fit-content;
  position: absolute;
  top: 10%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* color: white; */
  font-size: 16px;
  /* padding: 12px 24px; */
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.login-form {
  max-width: 568px !important;
}

#btn-order {
  padding: 8px 20px;
  color: #383838;
  background-color: white;
  border-radius: 10px;
}

#btn-order:hover {
  background-color: white !important;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.5);
}

/* CDEK Widget Styles */
.cdek-widget-button-container {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}


/* Стили для информации о выбранном ПВЗ */
.delivery-point-info {
  margin-top: 8px;
  padding: 8px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}

.delivery-point-info.selected {
  background: #e8f5e8;
  border: 1px solid #4caf50;
}

/* Красивый выпадающий список городов */
.city-suggestions-dropdown {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  width: 100%;
  margin-top: 2px;
  max-height: 220px;
  overflow-y: auto;
  font-size: 16px;
  padding: 0;
}
.city-suggestion-item {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #f0f0f0;
}
.city-suggestion-item:last-child {
  border-bottom: none;
}
.city-suggestion-item:hover, .city-suggestion-item.active {
  background: #f5f7fa;
  color: #222;
}

/* Inline city loader spinner */
#cityLoader {
  display: none;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.city-loader-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #4caf50;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: city-spin 0.7s linear infinite;
  margin-left: 4px;
}
@keyframes city-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Inline loader spinner (универсальный) */
.inline-loader-spinner {
  display: inline-block;
  width: 22px;
  height: 22px;
  right: 16px;
  border: 3px solid #222;
  border-radius: 50%;
  border-top: 3px solid transparent;
  animation: spin 0.8s linear infinite;
  margin: 0;
  vertical-align: middle;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.input-loader-flex {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.input-loader-flex input,
.input-loader-flex textarea,
.input-loader-flex select {
  flex: 1 1 0%;
  width: 100%;
  box-sizing: border-box;
  padding-right: 32px;
}
.input-loader-flex .inline-loader-spinner,
.input-loader-flex #cityLoader,
.input-loader-flex #tariffLoader {
  margin-left: -32px;
  margin-right: 8px;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.order-field-city {
  display: block !important;
}
.order-field-city .order-label {
  display: block;
  margin-bottom: 6px;
}
.order-field-city .input-loader-flex input {
  height: 48px;
  line-height: 48px;
}
.order-field-city .input-loader-flex .inline-loader-spinner,
.order-field-city .input-loader-flex #cityLoader {
  top: 50%;
  transform: translateY(-50%);
}

.select-loader-flex {
  position: relative;
  height: 48px;
}
.select-loader-flex select {
  height: 100%;
  padding-right: 0;
}
.select-loader-flex .inline-loader-spinner,
.select-loader-flex #tariffLoader {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.for-layer-btn {
  font-size: 27px;
  height: 49px;
  min-width: 200px;
  border-radius: 4px;
  color: #fff;
  background-color: #e53f51;
  padding: 0 40px;
  font-weight: 700;
  margin: 10px auto;
  display: inline-block;
  border: none;
  transition: all 0.3s;
}

.cookie-dialog__text {
  max-width: 70%;
  font-size: 16px;
}


@media (max-width: 1300px) {
  body {
    margin-top: 85px;
  }
  .main-nav {
    padding-top: 7px;
  }
  .banner__slider {
    width: 50%;
  }
  .banner__content {
    padding: 0 16px;
  }
  .section__title {
    font-size: 44px;
  }
  .section__subtitle {
    font-size: 20px;
  }
  .max-width {
    max-width: 1024px;
  }
  .navbar-nav {
    gap: 30px;
  }
  .navbar-nav li a {
    padding: 25px 0;
  }
  .footer__text {
    max-width: 260px;
  }

  .reviews__content {
    justify-content: center;
  }

  .reviews_img {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .slider__img {
    width: 100%;
  }

  .section_landing_occasion-box {
    gap: 25px;
  }

  .sections-content_text-info__title {
    font-size: 25px;
  }
  .sections-content_text-info__subtitle {
    font-size: 20px;
  }

  .number-img {
    max-width: 65px;
  }

  .sections_titles_g h2 {
    font-size: 45px;
  }

  .box-book-img {
    max-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .slick-dots {
    text-align: center !important;
  }
  .section_landing_banner-slider-img {
    background-position: left;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav li a {
    font-size: 16px;
  }
  .navbar-nav {
    gap: 15px;
  }
  header.sticky .navbar-nav li a {
    padding: 20px 10px !important;
  }
  .section_wizard_recipient-box_content {
    width: 25%;
    margin: 0px auto 29px;
  }
  .s-w-color-title {
    font-size: 18px;
  }
  .section_wizard_color-box_content {
    max-width: 100% !important;
    margin-left: 0;
  }

  .section_wizard_color-box_content a {
    display: inline-flex !important;
  }

  .section_wizard_color-box_content a img {
    display: block;
    margin: 6px 0px 16px 6px;
    border-radius: 3%;
    border: 1px solid #383838;
  }
  .xsa {
    margin-bottom: 21px;
  }
  .opt-container {
    max-width: 113px;
    max-height: 168px;
    margin-bottom: 25px;
  }
  .opt-container .btn {
    font-size: 14px !important;
    left: 55% !important;
  }

  .slick-dots {
    text-align: center !important;
  }
  .section_landing_banner-text {
    max-width: 450px;
    padding-left: 60px;
  }
  .section_landing_banner-text_title {
    font-size: 44px;
  }
  .section_landing_banner-text_btn button {
    font-size: 27px;
    padding: 0 50px;
  }
  .sections-content_img-box {
    margin: 0 10px;
  }
  .img_cover-box,
  .img_pages-box {
    margin: 0 5px 15px;
  }
  .section_landing_occasion-box {
    gap: 15px;
  }
  .accessory_library-box_bot-content {
    text-align: center;
  }
  .reviews__content {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .reviews_img {
    max-width: 335px;
  }
  .reviews__text {
    gap: 18px;
    justify-content: center;
  }
  .section__subtitle {
    max-width: 290px;
  }
  .reviews__btn {
    font-size: 24px;
    padding: 0 75px;
    max-width: 295px;
  }
  .footer__content {
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
  }
  .footer__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner__slider {
    width: 100%;
  }
  .section_landing_banner-slider_fading-left,
  .section_landing_banner-slider_fading-right {
    display: none;
  }

  .banner__text {
    padding: 20px;
    gap: 15px;
  }
  .section_landing_banner-text_btn button {
    font-size: 21px;
    padding: 0 75px;
  }
  .section__title {
    font-size: 36px;
  }
  .section_landing_occasion-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sections_titles_g h2 {
    font-size: 36px;
  }
  .section__subtitle {
    font-size: 18px;
  }
  .banner__content {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .logo {
    width: 70%;
    position: absolute;
    top: 40px;
    left: 75px;
    right: 0;
    margin: auto;
  }
  .section_landing_banner {
    margin-top: 85px;
  }
  .navbar-nav {
    display: block;
  }
  header.sticky .navbar-nav li a,
  .navbar-nav li a {
    padding: 15px 0 !important;
    text-align: center;
  }
  nav {
    width: 100%;
  }
  .navbar-collapse.collapse {
    padding: 0 15px 15px !important;
  }
  .section_landing_3 {
    background-size: 100% 50%;
  }
  .container-fluid {
    padding: 0 17px;
  }
  .sections_titles h2 {
    font-size: 30px;
  }
  .section_landing_presentation-item-box_content p:nth-child(1) {
    font-size: 36px;
  }
  .section_landing_4 a.show-delivery-dialog {
    font-size: 18px;
  }
  .color_section_titles h2 {
    font-size: 30px;
  }
  .color_section_titles p {
    font-size: 14px;
  }
  .box-item ul li {
    font-size: 14px;
  }
  .box-pie-chart {
    padding: 0 7px;
    margin: 140px auto 0;
  }
  .accessory_library-box_top-content {
    padding: 13px 0;
  }
  .accessory_library-box_bot {
    overflow-x: auto;
  }
  .accessory_library-box_bot-content {
    padding: 0;
    display: inline-flex;
    height: auto;
  }
  .accessory_library-box_bot-content_down {
    display: none;
  }
  .accessory_library-box_bot-content a {
    margin: 0 5px 15px;
  }
  .section_persons-flex {
    display: block;
  }
  .accessory_library-box {
    margin: auto;
  }
  .section_persons-persons {
    margin: 30px auto 0;
    padding-top: 0;
  }
  .accessory_library-box {
    max-width: 410px;
    width: 100%;
  }
  .section_persons-persons {
    max-width: 480px;
    width: 100%;
  }
  .section_persons-persons {
    border-top: 1px solid #e53f51;
  }
  .section_persons-persons .polygon {
    display: block;
  }
  .section_persons-persons a {
    margin-top: 50px;
  }
  .for-layer button {
    padding: 0px 15px;
  }
  .for-layer .bg-btn_red {
    margin-left: 23px;
  }
  .section_landing_presentation .text-info p {
    font-size: 18px;
  }

  .section_wizard_color-box {
    margin-left: -12px;
    margin-right: -13px;
  }

  .section_wizard_recipient-box_content {
    width: 33%;
  }
  .section_wizard_recipient-box_content a {
    width: 136px;
    height: 136px;
    font-size: 22px;
  }
  .scene-category-filter a,
  .cover-category-filter a {
    margin: 3px 5px;
  }
  .section_wizard_recipient {
    margin-bottom: 20px;
  }
  .section_landing_banner-text_title {
    font-size: 34px;
    margin-bottom: 180px;
  }
  .section_landing_banner-text_title h1 {
    visibility: hidden;
  }
  .section_landing_banner-text_info p span {
    display: none;
  }
  .section_landing_banner-text_info p i {
    visibility: visible;
    opacity: 1;
  }
  .section_landing_banner-text_info p {
    font-size: 19px;
    line-height: 1;
  }
  .reviews__btn,
  .section_landing_banner-text_btn button {
    font-size: 21px;
    height: 60px;
  }
  .section_landing_banner-slider-img {
    background-position: 120px 0px;
  }
  .section_landing_banner-slider-img,
  .section_landing_banner-text {
    min-height: 400px;
    height: 400px;
  }
  .section_landing_reviews-slider,
  .section_landing_reviews-slider-img {
    width: 320px;
    height: 225px;
  }
  .sections_titles_g h2 {
    font-size: 36px;
  }
  .sections_titles_kids_g h2 {
    font-size: 36px;
  }

  .sections_titles_g h2 {
    font-size: 36px;
  }
  .titles_b-polygon:before {
    content: "";
    width: 57px;
    height: 18px;
  }
  .img-box_m-none {
    display: none;
  }
  .sections-content_text-info p {
    font-size: 18px;
  }
  .sections-content_text-info span {
    font-size: 21px;
  }
  .img-box_w--20 {
    width: 33%;
  }
  .section_landing_3,
  .sections-content_text,
  .section_landing_2,
  .sections_titles_g,
  .section_landing_1,
  .section_landing_4 {
    margin-bottom: 35px;
  }
  .section_landing_presentation-item-box_content p:nth-child(2) {
    font-size: 20px;
  }
  .section_landing_presentation-item-box_content p:nth-child(3) {
    font-size: 16px;
  }
  .section_landing_4-btn button {
    font-size: 27px;
  }

  .section_landing_presentation .text-info p {
    padding: 0 15px 40px;
  }
  .section_landing_kids_4-btn button {
    margin-top: 20px;
    font-size: 27px;
  }
  .img_cover-box {
    width: 28%;
  }
  .box-book-img {
    max-width: 300px;
  }
  .img_cover-box,
  .img_pages-box {
    margin: 0 7px 15px;
  }
  .modal-main_btn button {
    font-size: 21px;
    padding: 5px 20px;
  }
  .order-count_sum-info {
    font-size: 20px;
  }
  .order-count_sum-info .order-price-box {
    font-size: 24px;
  }
  .order-count_sum {
    max-width: 225px;
  }
  .section_order_created {
    margin-top: 100px;
  }
  .user-assistant {
    height: 170px;
    width: 255px;
    right: -255px;
  }
  .footer__block-1,
  .footer__block-2,
  .footer__block-3 {
    gap: 30px;
  }

  .cookie-dialog {
    flex-direction: column;
  }

  .cookie-dialog__text {
    max-width: unset;
  }
}
@media screen and (max-width: 650px) {
  .section_landing_banner-text {
    max-width: 285px;
    padding: 0 17px;
  }
  .sections-content_img-box {
    margin: 0 5px;
  }
  .img_cover-box,
  .img_pages-box {
    margin: 0 7px 15px;
  }
  .section_landing_4-btn {
    margin-top: 15px;
  }
  .section_landing_4-btn button {
    font-size: 21px;
    padding: 0 75px;
    height: 60px;
  }

  .section_landing_kids_4-btn button {
    font-size: 21px;
    padding: 0 75px;
    height: 60px;
  }
  .section_landing_occasion-box_content a {
    width: 120px;
    height: 120px;
  }

  .section_landing_occasion-box_content p {
    font-size: 18px;
    margin-top: 15px;
  }
  .section_landing_contacts {
    margin-top: 20px;
  }
  .section_landing_contacts-social img {
    margin: 0 5px;
    height: 55px;
  }
  .section_landing_contacts-text {
    font-size: 21px;
  }
  .section_landing_contacts-social,
  .section_landing_contacts-phone {
    margin: 14px 0 30px;
  }
  .main-modal_title,
  .modal-body_content {
    padding: 0 10px;
  }
  .delivery-dialog .delivery-option {
    font-size: 18px;
  }
  .delivery-dialog .delivery-remote-areas {
    font-size: 14px;
  }
  .faq-dialog .faq-question,
  .service-rules-dialog .rule-title,
  .payment-dialog .payment-title,
  .delivery-dialog .delivery-details-text,
  .delivery-duration-dialog .delivery-details-text {
    margin: 10px 0;
  }
  .faq-dialog .faq-question p,
  .service-rules-dialog .rule-title p,
  .payment-dialog .payment-title p,
  .delivery-dialog .delivery-details-text p,
  .comics-content-confirm-dialog .modal-body_content p,
  .orders-dialog .modal-body_content p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .main-modal_title h5 {
    font-size: 44px;
  }
  .main-modal_title h6 {
    font-size: 30px;
  }
  .modal-main_btn button {
    font-size: 21px;
  }
  .modal-main_btn .bg-btn_red {
    margin-left: 20px;
  }
  .modal-dialog {
    margin: 15px auto !important;
  }
  .order-count_sum-img {
    display: none;
  }
  .order-content {
    max-width: 100%;
  }
  .order-count_sum {
    max-width: 100%;
    margin-left: 0;
  }
  .order-content .checkbox {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .order-content .form_input-text {
    margin-bottom: 25px;
    display: block;
  }
  .order-content .form_input-text.delivery-address-box,
  .order-content .form_input-text.delivery-date-time-box,
  .order-content .form_input-text.show-delivery-duration-dialog-box,
  .order-content .delivery-date-time-box .form_input-text_dubel {
    margin-bottom: 0;
  }
  .order-content .form_input-text.delivery-date-time-box,
  .order-content .form_input-text.payment-way-box,
  .order-content .personal-data-agreement {
    margin-top: 25px;
  }
  .order-content .show-delivery-duration-dialog-box {
    margin-top: 5px;
  }
  .order_box {
    display: block;
  }
  .order-content .form_input-text_dubel {
    width: 100%;
    margin-bottom: 25px;
  }
  .order-content .promocode-box .form_input-text_dubel.order-field-box {
    margin-bottom: 0;
  }
  .order-content input,
  .order-content select {
    height: 40px;
  }
  .order-content textarea {
    height: 60px;
  }
  .order-content .promocode-apply-box label {
    margin-top: 0;
  }
  .order-content .form_input-text input:focus + span,
  .order-content .form_input-text input:not(:placeholder-shown) + span,
  .order-content .form_input-text textarea:focus + span,
  .order-content .form_input-text textarea:not(:placeholder-shown) + span {
    top: -20px;
    font-size: 16px;
  }
  .order-content .form_input-text label p {
    font-size: 18px;
  }
  .order-content .form_input-text label select {
    font-size: 16px;
  }
  .order-content .form_input-text label .select_element:after {
    content: "";
    width: 15px;
    height: 10px;
  }
  .for-layer-btn {
    font-size: 18px;
    height: 40px;
    padding: 0 10px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .order-content textarea {
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .order-content .form_input-text label span:not(.promocode-status) {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    word-break: break-word;
  }
}
@media screen and (max-width: 450px) {
  #btn-order {
    border-radius: 20px;
  }
  .section_wizard_recipient-box_content {
    width: 50%;
    margin: 0px auto 15px;
  }
  .section_wizard_recipient-box_content a {
    width: 115px;
    height: 115px;
    font-size: 18px;
  }
  .section_landing_banner-text {
    max-width: 100%;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0) 50%
    );
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .section_landing_banner-text_content {
    text-align: center;
  }
  .slick-dots {
    text-align: center !important;
    bottom: 0 !important;
  }
  .section_landing_banner-slider-img,
  .section_landing_reviews-slider-img {
    background-position: center;
  }
  .sections-content_text {
    margin-bottom: 20px;
  }
  .sections-content_text img {
    left: 0;
    height: 60px;
    top: 10px;
    transform: translateY(0);
  }
  .sections-content_text-info p {
    font-size: 18px;
  }
  .sections-content_text-info__subtitle {
    line-height: 24px;
  }
  .sections-content_text {
    gap: 15px;
  }
  .sections-content_text-info span {
    font-size: 18px;
  }
  .section-kids__subtitle {
    font-size: 18px;
  }
  .section_landing_presentation {
    margin-bottom: 20px;
  }
  .section_landing_presentation .sections_titles_g {
    margin-bottom: 15px;
  }
  .section_landing_presentation .text-info p {
    font-size: 18px;
  }
  .section_landing_presentation-item-box_content {
    width: 50%;
    padding: 10px;
  }
  .section_landing_video {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section_landing_video-box button {
    width: 75px;
    height: 75px;
  }
  .section_landing_video-box.play button {
    width: 100%;
    height: 100%;
  }
  .section_landing_video-box button:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: 27px;
  }
  .modal-main_btn .bg-btn_red,
  .pages-count-dialog .modal-main_btn .bg-btn_red,
  .modal-main_btn button {
    display: block;
    margin: 10px auto 0;
  }
  .img_cover-box {
    width: 45%;
  }
  .section_landing_contacts-phone a {
    font-size: 30px;
  }
  .section_pages-box .comics-page-content .comics-page-text {
    padding: 2px 2px 0 2px;
  }
  .comics-page-dialog .comics-page-text {
    padding: 5px 5px 0 5px;
  }

  .orders-dialog .order-box {
    margin: 10px;
  }
  .section_landing_3 {
    background-size: 100% 70%;
  }
  .orders-dialog .order-box > div {
    margin-bottom: 5px;
  }
  .orders-dialog .order-box > div:not(:first-child) {
    text-align: center;
  }
  .orders-dialog .order-box img {
    height: 200px;
  }
  .orders-dialog .order-box .info-box {
    display: block;
    height: auto;
    width: auto;
    vertical-align: auto;
    margin-bottom: auto;
  }
  .orders-dialog .order-box .info-box span {
    font-size: inherit;
  }
  .orders-dialog .order-box .modal-main_btn {
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .box-item ul li {
    font-size: 10px;
  }
  .section_landing_occasion-box_content a img {
    max-width: 50%;
  }
  .for-layer button {
    font-size: 18px;
  }
  .for-layer .bg-btn_red {
    margin-left: 0;
  }
  .footer-content_contact a,
  .footer-content_copright p {
    font-size: 16px;
  }
  .for-layer-btn {
    font-size: 16px;
    height: 36px;
    padding: 0 5px;
  }
}
