/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a:link {
    color: inherit;
}

a:hover {
    color: #00A0AA;
}

@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/IRANSansWeb(FaNum).woff") format("woff");
}
@font-face {
  font-family: "IRANSansX-Bold";
  src: url("../fonts/Pinar-FD-Bold.woff2") format("woff");
}
@font-face {
  font-family: "number";
  src: url("../fonts/Pinar-FD-Bold.woff2") format("woff");
}
.dir-ltr {
  direction: ltr;
}

.btn-default {
  background-color: #00A0AA;
  color: #fff;
}
.btn-default:hover {
  background-color: #a5253c;
  color: #fff;
}

.sticky-filter {
  position: sticky;
  top: 100px;
}

.sticky-menu{
  position: sticky;
  top: 90px;
}
.mt-10{
  margin-top: 7rem !important;
}
.top-ad{
  top: 149px;
}
.alert-cu {
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  padding: 20px 15px;
  animation: notifFadeIn 0.4s;
}
.alert-cu h4 {
  display: none;
  color: #fff;
}
.alert-cu p {
  color: #fff;
  font-size: 16px;
}
.alert-cu svg {
  display: none;
}
.alert-cu.success {
  background-color: #00cd95;
}
.alert-cu.danger {
  background-color: #00A0AA;
}
.alert-cu.warning {
  background-color: #ffac41;
}
.alert-cu.info {
  background-color: #8689b0;
}

.fade-in-out {
  animation: fadeInOut 0.4s !important;
}

.btn-scape {
  background-color: #686c9c;
  color: #fff;
  font-size: 19px;
  font-family: "number";
  padding: 20px 35px;
  border-radius: 20px;
  margin-top: 40px;
}
.btn-scape span {
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}
.btn-scape:hover {
  background-color: #5b5f8b;
  color: #fff;
}

.lazyload {
  background-color: #131927;
  padding: 10px !important;
  height: auto !important;
  border-radius: 20px !important;
  margin: 10px;
}
.lazyload + .product-c {
  display: none;
}

.page-cat-container .product-c {
  height: 100%;
}
.page-cat-container .lazyload {
  margin: 0 !important;
}
.page-cat-container .lazyload .skeleton.skeleton-rect {
  --rect-h: 240px !important;
}

.banner-mt .sticky {
  top: 160px !important;
}

@keyframes fadeInNew {
  0% {
    opacity: 0;
    overflow: hidden;
    height: 20px;
  }
  100% {
    opacity: 1;
    height: 180px;
    overflow: hidden;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
    height: 180px;
    overflow: hidden;
  }
  100% {
    opacity: 0;
    overflow: hidden;
    height: 20px;
  }
}
@keyframes notifFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes notifFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.notif-fade-out {
  animation: notifFadeOut 0.4s !important;
}

.add-comment-modal .modal-content {
  padding: 0 !important;
}
.add-comment-modal .modal-content .modal-body {
  padding: 0 !important;
  overflow-x: hidden;
}
.add-comment-modal .modal-content .modal-body .row {
  padding: 20px;
}
.add-comment-modal .flex {
  background-color: #53567f;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.add-comment-modal .flex .child {
  width: 50%;
  text-align: center;
}
    .add-comment-modal .flex .btn-red {
        display: block;
        background-color: #54C5CC;
        color: #ffffff;
        width: 90%;
        border-radius: 8px;
        margin: 0 auto;
        padding: 8px 0;
    }
.add-comment-modal .flex p {
  color: #fff;
  text-align: center;
}
.add-comment-modal .flex p a {
  color: #FF6C00;
}

.contact-us-modal .modal-content {
  background-color: #53567f;
  border-radius: 4px;
}
.contact-us-modal .modal-content ul {
  text-align: center;
}
.contact-us-modal .modal-content ul li {
  padding: 20px 0;
  color: #fff;
  list-style: none;
}
.contact-us-modal .modal-content ul li h3 {
  font-size: 1.1rem;
}
.contact-us-modal .modal-content ul li img {
  vertical-align: middle;
  margin-left: 5px;
}
.contact-us-modal .modal-content ul li span {
  display: block;
  margin-top: 12px;
}
.contact-us-modal .modal-content p {
  background: #34364e;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
}

.bottom-fixed {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 22px;
  background: #1e1f2f;
  border-radius: 8px 8px 0 0;
  flex-wrap: wrap;
  align-items: center;
  z-index: 999;
}
.bottom-fixed .child {
  width: 50%;
}
.bottom-fixed .child img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}
.bottom-fixed .child h1 {
  display: inline-block;
  font-size: 1rem !important;
  color: #fff;
  vertical-align: middle;
}
    .bottom-fixed .child .btn-red {
        display: block;
        background: #54C5CC;
        color: #fff;
        width: 100%;
        margin-top: 14px;
    }
.bottom-fixed .child span {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.bottom-fixed .child span .gary {
  color: #777a9f;
}
.bottom-fixed .child span .red {
  font-family: "IRANSansX-Bold";
  color: #FF6C00;
}

.skeleton::before {
  background: rgba(66, 68, 93, 0.8274509804);
}

/* .number-font {
  font-family: "number";
} */

p {
  text-align: justify;
}

.modal-content {
  border-radius: 16px;
}

.lazyload {
  background: #131927;
  height: calc(100% - 12px);
  border-radius: 8px;
  padding-bottom: 9px;
}
.lazyload .skeleton {
  width: 100%;
  --rect-h: 390px;
  --lines: 5;
  --l-h: 25px;
  --l-gap: 15px;
  --g-gap: 30px;
}

.calendar {
  background: #3f4260;
  color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
}
.calendar .title {
  text-align: center;
  font-size: 18px;
}
.calendar .title button {
  margin: 0 10px;
}
.calendar .cal-grid,
.calendar .cal-num-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  list-style: none;
  gap: 20px;
  font-size: 16px;
  margin-top: 20px;
}
.calendar .cal-grid .yellow,
.calendar .cal-num-grid .yellow {
  background-color: #ffac41;
}
.calendar .cal-grid .cal-disable,
.calendar .cal-num-grid .cal-disable {
  color: #53567f;
}
.calendar .cal-grid li,
.calendar .cal-num-grid li {
  display: block;
  padding: 20px 0;
  line-height: 25px;
}
.calendar .cal-grid .cal-red,
.calendar .cal-num-grid .cal-red {
  background: #00A0AA;
  border-radius: 4px;
}
.calendar .cal-grid .cal-gray,
.calendar .cal-num-grid .cal-gray {
  background: #676c9c;
}

.cal-num-grid li {
  display: block;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

.carousel-control-prev-icon {
  background-image: none;
  transform: scaleX(-1);
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev svg,
.carousel-control-next svg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 4px;
}
.carousel-control-prev:hover svg,
.carousel-control-next:hover svg {
  background: rgba(0, 0, 0, 0.4549019608);
}

.carousel-control-prev {
  right: 0;
  left: auto;
}

.carousel-control-next {
  left: 0;
  right: auto;
}

.carousel {
  border-radius: 8px;
  overflow: hidden;
}

.carousel-indicators {
  right: 0;
  left: auto;
  margin-right: 5%;
  background: rgba(43, 45, 66, 0.7);
  border-radius: 20px;
  padding: 2px 10px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #00A0AA !important;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: #8689b0;
  border-radius: 50%;
  opacity: 1;
}

.select-cu {
  position: relative;
}
/* new codes */
.select-cu[disabled="true"] {
  opacity: 0.5;
}
.select-cu ul li.disabled {
  opacity: 0.5;
}
/* end */
.select-cu .s-box {
  position: relative;
  background-color: transparent;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  border: 3px solid #53567f;
  cursor: pointer;
}
.select-cu .s-box svg {
  position: absolute;
  width: 20px;
  height: auto;
  left: 10px;
  top: 12px;
}
.select-cu ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #53567f;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 10;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #bbbcc1 #53567f;
  scrollbar-width: thin;
}
.select-cu ul::-webkit-scrollbar {
  width: 0.5625rem;
  height: 0.625rem;
}
.select-cu ul::-webkit-scrollbar-track {
  background: #fff;
  border: 0.0625rem solid #d6d6d6;
}
.select-cu ul::-webkit-scrollbar-thumb {
  background: #53567f;
  border-radius: 0;
  border: 0.0625rem solid #d7e6dc;
}
.select-cu ul::-webkit-scrollbar-thumb:hover {
  background: #929398;
}
.select-cu ul li {
  padding: 15px;
  list-style: none;
  color: #fff;
  cursor: pointer;
}
.select-cu ul li.active {
  background-color: #131927;
}
.select-cu ul li:hover {
  background-color: #3f4260;
}
.select-cu.active-select .s-box {
  border-radius: 8px 8px 0 0;
}
.select-cu.active-select .s-box svg {
  transform: scale(-1);
}
.select-cu.active-select ul {
  display: block;
  border-radius: 0 0 8px 8px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent !important;
  background-color: none !important;
}

strong {
  font-family: "IRANSansX-Bold";
  font-weight: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  line-height: 27px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  max-width: 100%;
  border-color: #c0c0c0;
  border-width: 1px;
  margin: 30px auto;
  display: block;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IRANSansX-Bold";
}

.festival-slider {
  border-radius: 16px;
  overflow: hidden;
}
.festival-slider .carousel-indicators {
  visibility: hidden !important;
}

:focus {
  outline: 0;
}

a {
  transition: all 0.3s ease-in-out;
}

.show-times-holder .product-c {
  display: none;
}
.show-times-holder .product-c.active {
  display: block;
}

.banner-mt {
  margin-top: 170px;
}

.banner {
  background-color: #00A0AA;
  padding: 10px;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner p {
  font-family: "IRANSansX-Bold";
  color: #fff;
  font-size: 16px;
}
.banner button {
  color: #fff;
  background-color: #131927;
}
.banner button:hover {
  color: #fff;
  background-color: #202131;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .banner {
  margin-bottom: -4px;
}
header .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 98%;
  padding-top: 20px;
}
header .sub-menu ul {
  width: 200px;
  padding: 10px;
  background-color: #131927;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.0901960784);
}
header .sub-menu ul li a {
  display: block;
  color: #fff;
  padding: 10px;
}
header .sub-menu ul li a:hover {
  color: #00A0AA;
}
header .nav-item {
  position: relative;
  cursor: pointer;
}
header .nav-item svg {
  width: 10px;
}
header .nav-item:hover svg {
  transform: rotate(180deg);
}
header .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
    header .navbar {
        position: relative;
        background: #2D3548;
        box-shadow: inset 0px 4px 22px #131927;
        padding: 25px 0 0;
        background-blend-mode: overlay, normal;
    }
header .navbar .container {
  align-items: unset !important;
  position: relative;
}
header .navbar .btn-default-light {
  color: #ffffff;
  padding: 10px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  z-index: 2;
}
header .navbar .city {
  position: absolute;
  left: 32px;
  top: 12px;
}
header .navbar .header-phone {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.9375rem;
  text-align: left;
}
header .navbar .header-phone svg {
  width: 1.875rem;
  margin-right: 0.75rem;
}
header .navbar .header-phone div span:nth-child(1) {
  color: #ffac41;
  font-size: 17px;
}
header .navbar .header-phone div span:nth-child(2) {
  color: #a4a7c4;
  font-size: 14px;
  margin-top: 0.625rem;
}
header .navbar .main-nav-content {
  position: relative;
  background-color: #131927;
  height: 66px;
  min-width: 650px;
  margin-right: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .navbar .main-nav-content .shape-3 {
  display: inline-block;
  position: absolute;
  right: -60px;
  transform: scaleX(-1);
  top: -1px;
  bottom: 0;
  height: 102%;
}
header .navbar .main-nav-content .nav-link {
  color: #fff;
  padding: 0 17px;
}
header .navbar .main-nav-content .nav-link.active {
  position: relative;
  color: #00A0AA;
}
header .navbar .main-nav-content .nav-link.active::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 34px;
  top: -18px;
  right: 0;
  left: 0;
  background: #00A0AA;
  filter: blur(30px);
  margin: 0 auto;
}
header .navbar .main-nav-content .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -26px;
  right: 0;
  left: 0;
  background: #00A0AA;
  border-radius: 5px;
}
header .navbar .search-box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  height: 66px;
  background-color: #53567f;
  width: 90px;
  top: 0;
  left: -60px;
  transition: all 0.3s;
  z-index: 2;
}
header .navbar .search-box #search-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  left: -10px;
  margin-right: 53px;
  transition: all 0s;
}
header .navbar .search-box .input-box {
  display: none;
  animation: fadeIn 0.5s;
}
header .navbar .search-box .input-box button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  right: 52px;
}
header .navbar .search-box input {
  width: 170px;
  position: relative;
  left: -52px;
  background: no-repeat;
  border: none;
  color: #fff;
  font-size: 15px;
}
header .navbar .search-box .shape-1 {
  position: absolute;
  height: 103%;
  left: -62px;
  top: -2px;
  bottom: 0;
}
header .navbar .search-box .shape-2 {
  position: absolute;
  height: 102%;
  right: 0;
  top: -1px;
  bottom: 0;
}
header .navbar .search-box .btn-search {
  display: none;
}
header .navbar .search-box.active {
  width: 280px;
}
header .navbar .search-box.active .input-box {
  display: flex;
}
header .navbar .search-box.active .btn-search {
  display: block;
  left: 3px;
}
header .navbar .search-box.active #search-btn {
  display: none;
}

body {
  font-family: "IRANSansX";
  font-size: 14px;
  direction: rtl;
  background-color: #131927;
}
body .product-festival {
  background-color: #131927;
  margin: 15px;
  overflow: hidden;
  border-radius: 12px;
}
    body .product-festival h1 {
        font-size: 1.1rem;
        padding: 0 8px;
        margin-top: 15px;
        color: #96A6CC;
        margin-bottom: 15px;
    }
body .product-festival h1 svg {
  vertical-align: middle;
  margin-left: 4px;
}
body .product-festival .pey {
  margin-top: 10px;
  display: flex;
  padding: 0 8px;
  justify-content: space-between;
}
body .product-festival .pey .right span.person {
  display: inline-block;
  color: #6a6d90;
  font-size: 10px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
}
body .product-festival .pey span {
  color: #ffffff;
  font-size: 17px;
}
body .product-festival .pey .left span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body .product-festival .view {
  position: relative;
  top: 0;
  margin-top: 8px;
  z-index: 15;
  transition: all 0.3s;
}
body .product-festival .view .btn-view {
  display: block;
  background-color: #00A0AA;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
body .product-festival .view .btn-view:hover {
  background-color: #00A0AA;
}
body .product-festival .looks {
  position: relative;
  top: 0;
  background-color: #2D3548;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body .product-festival .looks img {
  vertical-align: middle;
}
body .product-festival .looks .number-font {
  vertical-align: middle;
}
body .product-festival .looks span {
  color: #9e9ead;
  font-size: 10px;
}
body .product-festival .img-box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
body .product-festival .img-box .option {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body .product-festival .img-box .option img {
  display: block;
  width: 50px;
  margin-right: 5px;
}
body .product-festival .img-box .option span {
  display: inline-block;
  position: absolute;
  right: -4px;
  top: -35px;
  background-color: #131927;
  color: #fff;
  padding: 8px;
  width: 70px;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
}
body .product-festival .img-box .option span svg {
  position: absolute;
  left: 0;
  right: 0;
  width: 11px;
  bottom: -6px;
  height: auto;
  margin: 0 auto;
}
body .product-festival .img-box .main-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
body main {
  margin-top: 100px;
}
body main section .page-cat .product-c .image-container,
body main section .page-cat .product-c .looks-responsive {
  height: 220px;
}
body main section .page-cat .product-c .this-session h1.name span {
  color: #e1e2eb;
  font-size: 9px;
  border: 1px solid #ffac41;
  border-radius: 25px;
  padding: 2px 8px;
}
body main section .page-cat .product-c .this-session .pey .right span.person {
  display: block;
}
body main section .page-cat .product-c .this-session .pey {
  align-items: center;
}
/*body main section .page-cat .product-c:hover .image-container {
  height: 225px;
}*/
body main section .page-cat .col-xl-3 {
  padding: 4px !important;
}
body main section .page-cat .product-c .this-session .pey .left span.sum {
  font-size: 19px;
}
body main section .page-cat .product-c .this-session .pey span {
  font-size: 15px;
}
body main section .festival-slider {
  margin: -30px 0px 50px;
}
body main section .festival-slider .splide__arrows {
  visibility: hidden;
}
body main section .festival-slider .box-yellow {
  position: relative;
  background: radial-gradient(
      88.32% 1403.88% at 11.68% 50.16%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    )
    #ffac41;
  border-radius: 16px;
}
body main section .festival-slider .box-yellow .shape-img {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 200;
  width: 190px;
}
body main section .festival-slider .box-green {
  position: relative;
  background: radial-gradient(
      88.32% 1403.88% at 11.68% 50.16%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    )
    #5cff41;
  border-radius: 16px;
}
body main section .festival-slider .box-green .shape-img {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 200;
  width: 190px;
}
body main section .festival-slider .splide-festival {
  transition: all 0s !important;
}
body main section .festival-slider .splide-festival .splide__track--draggable,
body main section .festival-slider .splide-festival .splide__pagination,
body main section .festival-slider .splide-festival .splide__list {
  transition: all 0s !important;
}
body main section .festival-slider .splide-festival .first-box {
  margin: 35px 15px 15px 15px;
  border-radius: 12px;
  text-align: center;
}
body main section .festival-slider .splide-festival .first-box button {
  color: #00A0AA;
}
body main section .festival-slider .splide-festival .first-box img {
  margin: 8px 0;
}
body main section .festival-banner-1 {
  margin-top: -18px;
  margin-bottom: 50px;
}
body main section .festival-banner-1 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
}
body main section .festival-banner-1 .box img {
  border-radius: 20px;
  width: 100%;
}
body main section .festival-banner-2 {
  margin-top: -25px;
  margin-bottom: -10px;
}
body main section .festival-banner-2 img {
  width: 100%;
  border-radius: 20px;
}
body main section .festival-banner-3 {
  margin-bottom: -30px;
}
body main section .festival-banner-3 img {
  width: 100%;
  margin: 25px 0;
}
body main section .part-one {
  padding: 15px 0;
}
body main section .part-one .choice {
  width: 100%;
  padding: 12px;
}
body main section .part-one .choice ul {
  position: relative;
  top: 6px;
}
body main section .part-one .choice button {
  margin: 0 5px;
  color: #fff;
  font-size: 1.1rem;
}
body main section .part-one .thesans {
  margin: 10px 0;
}
body main section .part-one .thesans h1 {
  color: #ffffff;
  font-size: 16px;
}
body main section .part-one .suggested-genres {
  margin: -60px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
body main section .part-one .suggested-genres .the-genres {
  position: relative;
  width: calc(33.3333333333% - 20px);
  overflow: hidden;
  border-radius: 8px;
}
body main section .part-one .suggested-genres .the-genres img {
  width: 100%;
}
body main section .part-one .suggested-genres .the-genres .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
body main section .part-one .suggested-genres .the-genres .overlay span {
  position: absolute;
  color: #ffffff;
  right: 15px;
  font-size: 1.4rem;
  font-family: "IRANSansX-Bold";
  text-shadow: 0 2px 2px #000;
  bottom: 15px;
}
body main section .part-one .product-d {
  background-color: #131927;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 10px;
}
body main section .part-one .product-d .looks-responsive .looks {
  display: none;
}
body main section .part-one .product-d .main-img {
  border-radius: 8px;
  width: 100%;
}
.classification .btn-genres body main section .part-one .product-d.btn-offer {
  display: contents;
}
body main section .part-one .product-d .classification {
  position: relative;
  top: -30px;
  z-index: 1;
  margin-bottom: -34px;
}
body main section .part-one .product-d .classification .btn-offer title {
  color: #ffffff;
  background-color: #000;
  position: relative;
  display: block;
}
body main section .part-one .product-d .this-session {
  padding: 0 8px;
  line-height: 20px;
}
body main section .part-one .product-d .this-session span.brnd {
  color: #777a9f;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
body main section .part-one .product-d .this-session span.brnd::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
body main section .part-one .product-d .this-session h1.name {
  color: #FF6C00;
  font-size: 20px;
  padding-bottom: 8px;
}
body main section .part-one .product-d .this-session h1.name span {
  color: #e1e2eb;
  font-size: 12px;
  border: 1px solid #ffac41;
  border-radius: 25px;
  padding: 0 5px;
}
body main section .part-one .product-d .this-session span.location {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}
body main section .part-one .product-d .this-session span.location::before {
  content: url("../images/location.png");
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  margin-top: 5px;
}
body main section .part-one .product-d .this-session ul {
  list-style: none;
  margin-top: -3px;
}
body main section .part-one .product-d .this-session ul li {
  display: inline-block;
}
body main section .part-one .product-d .this-session ul li a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 15px;
  line-height: 40px;
}
body main section .part-one .product-d .this-session ul li a:hover {
  background-color: #282a3a;
}
body main section .part-one .product-d .this-session .pey {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
body main section .part-one .product-d .this-session .pey .right span.person {
  color: #6a6d90;
  font-size: 10px;
  position: relative;
}
body main section .part-one .product-d .this-session .pey span {
  color: #ffffff;
  font-size: 17px;
}
body main section .part-one .product-d .this-session .pey .left span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body main section .part-one .product-d .this-session .view .btn-view {
  display: block;
  background-color: #FF6C00;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
body main section .part-one .product-d .this-session .view .btn-view:hover {
  background-color: #00A0AA;
}
body main section .part-one .product-d .this-session .looks {
  background-color: #2D3548;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body main section .part-one .product-d .this-session .looks span {
  color: #9e9ead;
  font-size: 10px;
}
body main section .pic-shows .down-pic a {
  height: auto !important;
}
body main section .pic-shows .darkness a {
  display: block;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
body main section .pic-shows .darkness span.this-name {
  color: #ffffff;
  position: relative;
  top: 50px;
  right: 12px;
  z-index: 100;
  font-size: 18px;
}
body main section .pic-shows .darkness span.this-sans {
  position: relative;
  top: 190px;
  z-index: 100;
  color: #fff;
  font-size: 60px;
  margin-right: -25px;
  opacity: 0.9;
}
body main section .pic-shows .darkness img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body main section .particular {
  background-color: #1e1f2f;
  background-image: url("../images/Frame.svg");
}
body main section .particular .splide .splide__arrow {
  border-radius: 50%;
  background: #53567f;
}
body main section .particular .splide__arrow--next {
  left: -2rem !important;
}
body main section .particular .splide__arrow--prev {
  right: -2rem !important;
}
body main section .particular .above {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 25px 0;
  margin-bottom: -29px;
}
body main section .particular .above .option {
  margin-top: 11px;
}
body main section .particular .above .left {
  margin-left: 150px;
}
body main section .particular .above h1 {
  color: #ffac41;
  font-size: 20px;
  font-weight: normal;
  font-family: "IRANSansX-Bold";
  padding-bottom: 10px;
}
body main section .particular .above span {
  color: #ffe0b8;
}
body main section .particular .particular-sans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}
body main section .particular .particular-sans .box-session .special-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .discount {
  position: absolute;
  background-color: #ffac41;
  border-radius: 4px;
  display: inline-block;
  height: 35px;
  right: -9px;
  overflow: hidden;
  top: -12px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .discount
  span {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  text-shadow: -4px 17px 0px rgba(0, 0, 0, 0.1294117647);
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession {
  padding: 17px 20px;
  background-color: #131927;
  border: 1px solid #53567f;
  border-radius: 16px;
  width: 200px;
  text-align: center;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  img {
  border-radius: 8px;
  width: 100%;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show {
  position: relative;
  top: -31px;
  z-index: 10;
  text-align: right;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #131927;
  border-radius: 4px;
  padding: 8px;
  right: 44px;
  top: -38px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span::after,
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span::before {
  display: none;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  img {
  width: 50px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  h1 {
  color: #FF6C00;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  margin-top: -28px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  span {
  color: #777a9f;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: -5px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  span::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: sub;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time {
  background-color: #131927;
  border: 1px solid #53567f;
  border-radius: 16px;
  flex-grow: 1;
  max-width: 100%;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .sans {
  padding: 21px 10px 10px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .sans
  strong {
  color: #ffac41;
  font-size: 22px;
  border-bottom: 2px solid #ffac41;
  padding-bottom: 6px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  hr {
  margin: 8px auto;
  color: #53567f;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession {
  padding: 5px 15px;
  line-height: 30px;
  white-space: nowrap;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  span.location {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  span.location::before {
  content: url("../images/location.png");
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  margin-top: 5px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul {
  list-style: none;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul
  li {
  display: inline-block;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul
  li
  a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 15px;
  line-height: 55px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price {
  padding: 7px 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .right
  span {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .right
  span.person {
  color: #777a9f;
  font-size: 12px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span.no {
  position: relative;
  color: #777a9f;
  font-size: 15px;
  margin-right: 10px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span.no::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #53567f;
  transform: rotate(-10deg);
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span {
  color: #ffffff;
  font-size: 16px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .view
  .btn-view {
  display: block;
  margin: 10px auto;
  background-color: #FF6C00;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
body
  main
  section
  .particular
  .particular-sans
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .view
  .btn-view:hover {
  background-color: #c8334b;
}
body main section .class ul {
  margin-top: -8px;
}
body main section .class ul li {
  display: inline-block;
  margin: 0 -4px 0 3px;
  color: #9e9ead;
  font-size: 12px;
}
body main section .class ul li a {
  color: #9e9ead;
}
body main section .class ul li a:hover {
  color: #7d7d8a;
}
body main section .back-dark {
  background-color: #1e1f2f;
  padding: 40px 0;
  margin-top: 50px;
}
body main section .back-dark .template-slider {
  margin-top: 0;
}
body main .option {
  display: flex;
  flex-direction: row;
}
body main .option .btn-showall {
  color: #e1e2eb;
  padding: 8px 14px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  font-size: 14px;
  margin-left: 50px;
}
body main .option .btn-showall:hover {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
body main .option .choice {
  background-color: #3f4260;
  border-radius: 6px;
  padding: 0 19px;
  margin-left: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .option .choice ul {
  text-align: center;
  position: relative;
  top: 4px;
}
body main .option .choice ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 8px;
  width: 7px;
  height: 7px;
  background-color: #8689b0;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}
body main .option .choice ul li.active {
  background-color: #00A0AA;
}
body main .option h5 {
  color: #ffffff;
  display: inline-block;
  margin-left: 35px;
}
body main .option h5::before {
  content: url("../images/skull-and-bones 1 (Traced).png");
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
body main .option span {
  color: #e1e2eb;
  font-size: 15px;
  padding-top: 9px;
}
body main .show-times-items {
  display: none !important;
  animation: fadeIn 0.7s;
}
body main .show-times-items.active {
  display: block !important;
}
body main .showsans .sans strong {
  padding-bottom: 9.5px !important;
  font-size: 22px !important;
}
body main .showtime {
  position: relative;
  background-color: #3f4260;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 15px 15px 0px 15px;
}
body main .showtime hr {
  margin: 15px auto;
}
body main .showtime .the-genres,
body main .showtime .the-show {
  width: 50%;
}
body main .showtime .discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  overflow: hidden;
  background-color: #ffac41;
  border-radius: 4px;
}
body main .showtime .discount span {
  text-shadow: -4px 17px 0px rgba(0, 0, 0, 0.1294117647);
}
body main .showtime .theshow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px !important;
}
body main .showtime .theshow img {
  width: 100%;
  border-radius: 8px;
}
body main .showtime .theshow .classification {
  position: relative;
  top: -35px;
  z-index: 10;
}
body main .showtime .theshow .classification img {
  width: 40px;
}
body main .showtime .theshow .the-genres {
  margin-right: 10px;
}
body main .showtime .theshow .genres {
  line-height: 30px;
}
body main .showtime .theshow .genres h1.name {
  color: #FF6C00;
  margin-bottom: 15px;
  font-size: 18px;
}
body main .showtime .theshow .genres span {
  display: block;
}
body main .showtime .theshow .genres span.brnd {
  color: #777a9f;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
body main .showtime .theshow .genres span.brnd::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
body main .showtime .theshow .genres span.location {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}
body main .showtime .theshow .genres span.location::before {
  content: url("../images/location.png");
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  margin-top: 5px;
}
body main .showtime .theshow .genres ul {
  list-style: none;
}
body main .showtime .theshow .genres ul li {
  display: inline-block;
}
body main .showtime .theshow .genres ul li a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 15px;
  line-height: 40px;
}
body main .showtime .theshow .genres ul li a:hover {
  background-color: #282a3a;
}
body main .showsans {
  position: relative;
  margin-top: -25px;
  background-color: #3f4260;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body main .showsans hr {
  margin: 22px auto !important;
}
body main .showsans .sans {
  padding-right: 20px;
  padding-top: 10px;
}
body main .showsans .sans strong {
  color: #ffac41;
  font-size: 20px;
  padding-bottom: 24.5px;
  border-bottom: 2px solid #ffac41;
}
body main .showsans .amount .price {
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
}
body main .showsans .amount .price span {
  color: #ffffff;
  font-size: 18px;
}
body main .showsans .amount .price span.person {
  color: #777a9f;
  font-size: 12px;
}
body main .showsans .amount .price span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body main .showsans .view {
  padding-bottom: 10px;
}
body main .showsans .view .btn-view {
  display: block;
  margin: 15px auto;
  background-color: #FF6C00;
  color: #ffffff;
  width: 80%;
  border-radius: 8px;
  padding: 8px 0;
}
body main .showsans .view .btn-view:hover {
  background-color: #00A0AA;
}
body main .filter {
  padding: 10px 5px;
  background-color: #3f4260;
  border-radius: 8px;
}
body main .filter hr {
  margin: 0 !important;
}
body main .filter .cheng {
  margin: 18px 0 !important;
}
body main .filter .btn-filter {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
body main .filter .btn-filter::before {
  content: url("../images/filter-square.png");
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
body main .filter .filters {
  padding: 5px 15px;
  font-size: 16px;
}
body main .filter .filters #slider-r {
  width: 92%;
  margin: 20px auto;
}
body main .filter .filters .view {
  margin-top: 10px;
}
    body main .filter .filters .view .btn-view {
        display: block;
        background-color: #00A0AA;
        color: #ffffff;
        width: 100%;
        border-radius: 8px;
        padding: 8px 0;
    }
body main .filter .filters .view .btn-view:hover {
  background-color: #00A0AA;
}
body main .filter .filters .slide-text {
  display: flex;
  justify-content: space-between;
  color: #c2c4d7;
  font-size: 12px;
  margin-bottom: 20px;
}
body main .filter .filters .noUi-origin {
  transition: all 0s !important;
}
body main .filter .filters .noUi-target {
  background: #ccc;
  height: 8px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
body main .filter .filters .noUi-handle {
  border: 5px solid #00A0AA;
  border-radius: 50%;
  background: #00A0AA;
  cursor: pointer;
  transition: all 0s !important;
  box-shadow: unset;
}
body main .filter .filters .noUi-handle::after {
  content: "";
  display: none;
}
body main .filter .filters .noUi-handle::before {
  content: "";
  display: none;
}
body main .filter .filters .noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  top: -6.8px;
}
body main .filter .filters .noUi-horizontal .noUi-handle {
  right: -11px;
}
body main .filter .filters .noUi-connect {
  background: #00A0AA;
  height: 8px;
  transition: all 0s !important;
}
body main .filter .filters ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #fff;
  padding: 10px 0;
}
body main .filter .filters ul li:first-child {
  border-bottom: 1px solid #53567f;
}
body main .filter .filters hr {
  margin: 15px auto;
  color: #53567f;
}
body main .filter .filters .form-check :focus {
  background-color: #00A0AA;
}
body main .filter .filters .form-check .form-check-input {
  box-shadow: none;
}
body main .filter .filters .form-check span {
  color: #c2c4d7;
  padding-top: 5px;
}
body main .filter .filters .form-switch {
  padding: 15px 0 15px 2.5em;
}
body main .filter .filters .cheng {
  display: flex;
  justify-content: space-between;
}
body main .filter .filters .cheng .check-box {
  transform: scale(2);
  display: contents;
}
body main .filter .filters .cheng .check-box input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 15px;
  background: #ccc;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
  top: 5px;
}
body main .filter .filters .cheng .check-box input:checked[type="checkbox"] {
  background: #7dffbe;
}
body main .filter .filters .cheng .check-box input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: -1px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s;
}
body
  main
  .filter
  .filters
  .cheng
  .check-box
  input:checked[type="checkbox"]::after {
  left: 50%;
}
body main .filter .filters .cheng .check-box span {
  color: #c2c4d7;
  padding-top: 5px;
}
body main .filter .filters .mood .btn-filters {
  display: block;
  width: 100%;
  position: relative;
  color: #c2c4d7;
  text-align: right;
  margin-top: 10px;
  padding-right: 0;
}
body main .filter .filters .mood .btn-filters::after {
  content: url("../images/arrow-square-down.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
body main .filter .filters .mood .btn-filters.active {
  color: #00A0AA;
}
body main .filter .filters .mood .btn-filters.active::after {
  content: url("../images/arrow-square-up.svg");
}
body main .filter .filters .mood .show-type {
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}
body main .filter .filters .mood .show-type .form-check {
  margin-bottom: 1.125rem;
}
body main .filter .filters .mood .show-type .form-check .form-check-input {
  margin-left: -21px;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d6;
}
body
  main
  .filter
  .filters
  .mood
  .show-type
  .form-check
  .form-check-input:checked {
  background-color: #1dc9a0;
  border: none;
}
body main .filter .filters .mood .show-type .form-check label {
  color: #c2c4d7;
  padding-top: 6px;
}
body main .filter .filters .mood .show-type .form-check label :hover {
  color: #00A0AA;
}
body main .filter .filters .mood .show-type span {
  color: #a4a7c4;
  font-size: 16px;
}
body main .filter .filters .mood .show-type span span {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 95px 10px 15px;
}
body main .filter .filters .mood .show-type hr {
  margin: 15px 15px;
}
body main .species {
  background-color: #131927;
  z-index: 2;
  padding-top: 2%;
  width: 110%;
  margin-top: 0%;
}
body main .species ul {
  list-style: none;
}
body main .species ul li {
  display: inline-block;
  padding: 0 8px;
}
body main .species ul li a {
  font-size: 15px;
  color: #c2c4d7;
  padding-bottom: 25px;
}
body main .species ul li a.active {
  color: #00A0AA;
  border-bottom: 2px solid #00A0AA;
}
body main .responsive-species {
  margin-top: 25px;
  display: none;
}
body main .responsive-species ul {
  list-style: none;
}
body main .responsive-species ul li {
  display: inline-block;
  padding: 0 8px;
}
body main .responsive-species ul li a {
  font-size: 14px;
  color: #c2c4d7;
  padding-bottom: 9px;
}
body main .responsive-species ul li a.active {
  color: #00A0AA;
  border-bottom: 2px solid #00A0AA;
}
body main .responsive-species ul li a img {
  margin-top: 3px;
  vertical-align: middle;
}
body main .responsive-species hr {
  margin: 12px auto;
}
body main .special-session {
  background-color: #1e1f2f;
  background-image: url("../images/Frame.png");
  padding: 10px 30px;
  margin-bottom: 10px;
}
body main .special-session .option {
  justify-content: center;
}
body main .special-session .discounts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .special-session .discounts .text-end h1 {
  font-size: 24px;
  color: #ffac41;
}
body main .special-session .discounts .text-end h1::before {
  content: url("../images/ticket-star.png");
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
body main .special-session .discounts .text-end span {
  font-size: 16px;
  color: #ffe0b8;
}
body main .special-session .box-session .special-box {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
}
body main .special-session .box-session .special-box .discount {
  background-color: #ffac41;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 35px;
  bottom: 15px;
  right: 15px;
}
body main .special-session .box-session .special-box .discount span {
  text-align: center;
  display: inline-block;
  padding: 10px 3px 0px 5px;
  margin-bottom: 5px;
}
body main .special-session .box-session .special-box .the-specialsession {
  padding: 15px 15px;
  background-color: #131927;
  border: 1px solid #131927;
  border-radius: 16px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  img {
  border-radius: 8px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show {
  position: relative;
  top: -35px;
  z-index: 10;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #131927;
  border-radius: 4px;
  padding: 8px;
  right: 44px;
  top: -38px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span::after,
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  .this-show
  span::before {
  display: none;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  h1 {
  color: #FF6C00;
  margin-bottom: 15px;
  font-size: 18px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  span {
  color: #777a9f;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
body
  main
  .special-session
  .box-session
  .special-box
  .the-specialsession
  .boxone-theshow
  span::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
body main .special-session .box-session .special-box .specialsession-time {
  background-color: #131927;
  border: 1px solid #131927;
  border-radius: 16px;
  width: 250px;
  max-width: 100%;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .sans {
  padding: 10px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .sans
  strong {
  color: #ffac41;
  font-size: 20px;
  border-bottom: 2px solid #ffac41;
  padding-bottom: 19px;
}
body main .special-session .box-session .special-box .specialsession-time hr {
  margin: 15px auto;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession {
  padding: 5px 15px;
  line-height: 30px;
  white-space: nowrap;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  span.location {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  span.location::before {
  content: url("../images/location.png");
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  margin-top: 5px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul {
  list-style: none;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul
  li {
  display: inline-block;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  ul
  li
  a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 15px;
  line-height: 55px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price {
  padding: 7px 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .right
  span {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .right
  span.person {
  color: #777a9f;
  font-size: 12px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span.no {
  color: #777a9f;
  font-size: 15px;
  margin-right: 10px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span {
  color: #ffffff;
  font-size: 16px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .amount
  .price
  .left
  span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body
  main
  .special-session
  .box-session
  .special-box
  .specialsession-time
  .about-specialsession
  .view
  .btn-view {
  display: block;
  margin: 10px auto;
  background-color: #FF6C00;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
body main .species ul li a:hover {
  color: #00A0AA;
}
body main .product-c {
  background-color: #131927;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 10px;
}
body main .product-c .looks-responsive {
  height: 210px;
}
body main .product-c .looks-responsive .image-container {
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
body main .product-c .looks-responsive .looks {
  display: none;
}
body main .product-c .looks-responsive .main-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
body main .product-c .looks-responsive .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  background: rgba(34, 36, 53, 0.904);
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}
body main .product-c .looks-responsive .overlay:-webkit-scrollbar {
  width: 0.5625rem;
  height: 0.625rem;
}
body main .product-c .looks-responsive .overlay:-webkit-scrollbar-track {
  background: #fff;
  border: 0.0625rem solid #d6d6d6;
}
body main .product-c .looks-responsive .overlay:-webkit-scrollbar-thumb {
  background: rgba(63, 63, 63, 0.3529411765);
  border-radius: 0;
  border: 0.0625rem solid #d7e6dc;
}
body main .product-c .looks-responsive .overlay:-webkit-scrollbar-thumb:hover {
  background: #929398;
}
body main .product-c .looks-responsive .overlay .text {
  color: white;
  font-size: 13px;
  position: absolute;
  padding: 10px;
  width: 100%;
  line-height: 26px;
  padding-top: 15px;
}
.classification .btn-genres body main .product-c.btn-offer {
  display: contents;
}
body main .product-c .classification {
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 1;
}
body main .product-c .classification span {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #131927;
  border-radius: 4px;
  padding: 8px;
  left: -15px;
  top: -38px;
}
body main .product-c .classification .btn-offer title {
  color: #ffffff;
  background-color: #000;
  position: relative;
  display: block;
}
body main .product-c .this-session {
  padding: 12px 15px 8px;
  line-height: 30px;
}
body main .product-c .this-session span.brnd {
  position: relative;
  color: #777a9f;
  font-size: 13px;
  display: inline-block;
  top: 0px;
  vertical-align: middle;
}
body main .product-c .this-session span.brnd::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
/* new codes */
    body main .product-c .this-session h1.name {
        position: relative;
        top: 0px;
        color: #96A6CC;
        font-size: 20px;
        line-height: 35px;
        width: 100%;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
/* end*/
body main .product-c .this-session h1.name span {
  color: #e1e2eb;
  font-size: 12px;
  border: 1px solid #ffac41;
  border-radius: 25px;
  padding: 0 5px;
}
body main .product-c .this-session span.location {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}
body main .product-c .this-session span.location::before {
  content: url("../images/location.png");
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
  margin-top: 5px;
}
body main .product-c .this-session ul {
  margin-top: -2px;
  list-style: none;
  margin-bottom: -11px;
}
body main .product-c .this-session ul li {
  display: inline-block;
}
body main .product-c .this-session ul li a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 15px;
  line-height: 40px;
}
body main .product-c .this-session ul li a:hover {
  background-color: #282a3a;
}
body main .product-c .this-session .pey {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
body main .product-c .this-session .pey .right span.person {
  display: inline-block;
  color: #6a6d90;
  font-size: 10px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
}
body main .product-c .this-session .pey span {
  color: #ffffff;
  font-size: 17px;
}
body main .product-c .this-session .pey .left span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body main .product-c .this-session .view {
  position: relative;
  top: 0;
  margin-top: 8px;
  z-index: 0;
  transition: all 0.3s;
}
    body main .product-c .this-session .view .btn-view {
        display: block;
        background-color: #54C5CC;
        color: #ffffff;
        width: 100%;
        border-radius: 8px;
        padding: 8px 0;
    }
body main .product-c .this-session .view .btn-view:hover {
  background-color: #00A0AA;
}
body main .product-c .this-session .looks {
  position: relative;
  top: 0;
  background-color: #2D3548;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body main .product-c .this-session .looks img {
  vertical-align: middle;
}
body main .product-c .this-session .looks .number-font {
  vertical-align: middle;
}
body main .product-c .this-session .looks span {
  color: #9e9ead;
  font-size: 10px;
}
body main .product-c:hover .image-container {
  height: 360px;
}
body main .product-c:hover .this-session ul {
  opacity: 0;
}
body main .product-c:hover span.brnd {
  top: 60px;
}
body main .product-c:hover h1.name {
  top: 60px;
}
body main .product-c:hover span.location {
  opacity: 0;
}
body main .product-c:hover .looks {
  top: 15px;
}
body main .product-c:hover .view {
  top: 8px;
}
body main .product-c:hover .overlay {
  bottom: 0;
  height: 100%;
}
body main .darkness img {
  width: 100%;
  border-radius: 12px;
}
body main .pages {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
body main .pages a {
  color: #ffffff;
  background-color: #3f4260;
  padding: 10px 12px;
  border-radius: 8px;
  margin: 0 4px;
  font-size: 14px;
}
body main .pages a:hover {
  background-color: #00A0AA;
}
body main .pages a.active {
  background-color: #00A0AA;
}
body main .pages span {
  color: #3f4260;
  margin-top: 8px;
}
body main .questions {
  margin-top: 90px;
  text-align: center;
}
body main .questions h5 {
  color: #ffffff;
  margin-bottom: 8px;
}
body main .questions p {
  color: #ffffff;
  font-size: 13px;
}
body main .accordion {
  width: 85%;
  margin: 0 auto;
}
body main .study img {
  max-width: 100%;
  position: absolute;
  left: 0;
  opacity: 0.2;
  margin-top: -45px;
}
body main .study .accordion-flush {
  background-color: transparent;
  border-radius: 10px;
}
body main .study .accordion-flush .accordion-button::after {
  display: none;
}
body main .study .accordion-flush .accordion-item {
  border-radius: 10px;
  background-color: rgba(57, 60, 85, 0.1529411765);
  color: #e1e2eb;
  margin-bottom: 10px;
  border: none;
}
body
  main
  .study
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button {
  line-height: 0px;
  border-radius: 10px;
  background-color: rgba(57, 60, 85, 0.1529411765);
  box-shadow: none;
  color: #e1e2eb;
}
body
  main
  .study
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::before {
  width: 6px;
  position: relative;
  right: -2px;
  transform: scale(0.9);
  content: url("../images/add.png");
  margin-left: 20px;
  margin-top: 2px;
}
body
  main
  .study
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button::before {
  content: url("../images/min.svg");
  position: relative;
  right: 2px;
  width: 6px;
  transform: scale(0.9);
  margin-left: 20px;
  margin-top: 2px;
}
body
  main
  .study
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button
  p {
  font-size: 15px;
}
body
  main
  .study
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button
  span {
  color: #777a9e;
  font-size: 12px;
  margin-right: 5px;
}
body main .study .accordion-flush .accordion-item .accordion-body p {
  font-size: 14px;
}
body main .on-this {
  height: 100%;
}
body main .on-this img {
  height: 98%;
  border-radius: 8px;
  margin-left: 10px;
  max-width: 100%;
}
body main .information-show {
  position: relative;
  padding: 15px;
  background-color: #3f4260;
  z-index: 2;
  border-radius: 8px;
}
body main .information-show .paragraph {
  border-bottom: 2px dotted #53567f;
}
body main .information-show .paragraph p {
  line-height: 22px;
  font-size: 12px;
  color: #a4a7c4;
  margin-bottom: 10px;
  background-color: #34364e;
  border-radius: 4px;
  padding: 8px 9px;
}
body main .prerequisite-information {
  line-height: 45px;
}
body main .prerequisite-information .prerequisite {
  display: flex;
  flex-direction: column;
}
body main .prerequisite-information .prerequisite span {
  vertical-align: middle;
}
body main .prerequisite-information .prerequisite .text {
  color: #c2c4d7;
  display: inline-block;
  font-size: 12px;
}
body main .prerequisite-information .prerequisite .text span {
  color: #ffffff;
  background-color: #34364e;
  padding: 4px 8px;
  border-radius: 56px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  body main .prerequisite-information .prerequisite .text span {
    white-space: unset;
  }
}
body main .prerequisite-information .prerequisite .text:nth-child(1)::before {
  content: url("../images/category-2.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(2)::before {
  content: url("../images/lock.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(3)::before {
  content: url("../images/clock.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(4)::before {
  content: url("../images/user.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(5)::before {
  content: url("../images/buliding.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(6)::before {
  content: url("../images/call.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .prerequisite-information .prerequisite .text:nth-child(7)::before {
  content: url("../images/gps.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .direction {
  margin-top: 15px;
  padding: 15px 8px;
  background-color: #34364e;
  border-radius: 8px;
}
body main .direction p {
  color: #c2c4d7;
  font-size: 10px;
  line-height: 22px;
}
body main .direction .btn-routing {
  background-color: transparent;
  color: #e1e2eb;
  font-size: 14px;
  border: 1px solid #676c9c;
  width: 100%;
}
body main .direction .btn-routing::before {
  content: url("../images/arrow.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
}
body main .direction .btn-routing:hover {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
body main .our-services {
  position: relative;
  top: -10px;
  background-color: #2D3548;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px 15px 15px;
}
body main .our-services .servic img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
body main .our-services .servic span {
  color: #e1e2eb;
  font-size: 14px;
}
body main .direction-responsive {
  display: none;
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #34364e;
  border-radius: 8px;
  margin-bottom: 15px;
}
body main .direction-responsive p {
  color: #c2c4d7;
  font-size: 10px;
  line-height: 22px;
}
body main .direction-responsive .btn-routing {
  background-color: transparent;
  color: #e1e2eb;
  font-size: 14px;
  border: 1px solid #676c9c;
  width: 100%;
}
body main .direction-responsive .btn-routing::before {
  content: url("../images/arrow.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
}
body main .direction-responsive .btn-routing:hover {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
body main .product-species {
  position: sticky;
  top: 91px;
  background: #131927;
  padding-top: 19px;
  z-index: 5;
  margin-top: 25px;
}
body main .product-species hr {
  margin: 15px auto;
}
body main .product-species ul {
  list-style: none;
  margin-bottom: -16px;
}
body main .product-species ul li {
  display: inline-block;
  padding: 0 8px;
  padding-bottom: 18px;
}
body main .product-species ul li svg {
  width: 25px;
  display: inline-block;
  vertical-align: top;
  padding-left: 7px;
}
body main .product-species ul li span {
  font-size: 15px;
  color: #c2c4d7;
  vertical-align: sub;
  cursor: pointer;
}
body main .product-species ul li span:hover {
  color: #00A0AA;
}
body main .product-species ul li.active {
  border-bottom: 2px solid #00A0AA;
}
body main .product-species ul li.active span {
  color: #00A0AA;
}
body main .product-species ul li.active svg path {
  fill: #FF6C00;
}
body main .about-game {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
}
body main .about-game h1 {
  font-size: 20px;
  color: #ffffff;
}
body main .about-game h1::before {
  content: url("../images/Vector10.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .about-game p {
  color: #c2c4d7;
  padding-bottom: 20px;
}
body main .the-story-of-game {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
}
body main .the-story-of-game h1 {
  font-size: 20px;
  color: #ffffff;
}
body main .the-story-of-game h1::before {
  content: url("../images/Vector12.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .the-story-of-game p {
  color: #c2c4d7;
  padding-bottom: 20px;
  height: 83px;
  overflow: hidden;
}
body main .the-story-of-game .btn-continuation {
  color: #8689b0;
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
}
body main .ken .btn-continuation {
  color: #8689b0;
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
}
body main .the-story-of-game .btn-continuation::after {
  content: url("../images/Vector11.png");
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
body main .ken .btn-continuation::after {
  content: url("../images/Vector11.png");
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
body main .game-teaser {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
}
body main .game-teaser h1 {
  font-size: 20px;
  color: #ffffff;
}
body main .game-teaser h1::before {
  content: url("../images/video-square.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .game-teaser video {
  padding: 15px 5px;
}
body main .escape-room-review {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
}
body main .escape-room-review h1 {
  font-size: 20px;
  color: #ffffff;
}
body main .escape-room-review h1::before {
  content: url("../images/message-edit.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .escape-room-review p {
  color: #c2c4d7;
  height: 83px;
  overflow: hidden;
}
body main .escape-room-review .btn-continuation {
  color: #8689b0;
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
}
body main .escape-room-review .btn-continuation::after {
  content: url("../images/Vector11.png");
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
body main .payment-page .pay-reservation {
  width: 500px;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}
body main .payment-page .pay-reservation .shape1 {
  position: absolute;
  top: 0;
  right: -138px;
  width: 150px !important;
}
body main .payment-page .pay-reservation .shape2 {
  width: 100px;
  position: absolute;
  top: -11px;
  right: -32px;
}
body main .payment-page .pay-reservation .shape3 {
  width: 100% !important;
  position: absolute;
  bottom: -30px;
  left: 0;
  filter: drop-shadow(10.2px 0px 0px #e3e3e3);
  right: 0;
}
body main .payment-page .pay-reservation .capabilities {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 40px;
  padding: 50px 40px 38px;
  border-radius: 30px 0 0 0;
  box-shadow: 10px 0px 0px 0 #e3e3e3;
}
body main .payment-page .pay-reservation .capabilities img {
  width: 100px;
}
body main .payment-page .pay-reservation .capabilities strong {
  color: #131927;
  font-size: 25px;
  display: block;
  text-align: center;
  display: block;
  position: relative;
}
body main .payment-page .pay-reservation .capabilities span.peyfor {
  text-align: center;
  position: relative;
  color: #676c9c;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  span.peyfor
  span.serayat {
  color: #00A0AA;
  right: 0px;
}
body main .payment-page .pay-reservation .capabilities .reservation-date {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin: 13px auto 0;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .reservation-date
  .reservation {
  width: 100%;
  display: block;
}
body main .payment-page .pay-reservation .capabilities .reservation-date span {
  background-color: #c2c4d7;
  border-radius: 8px;
  margin-bottom: 10px;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .reservation-date
  span
  span.reservation {
  color: #131927;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .reservation-date
  span
  span.reservationtime {
  color: #00A0AA;
}
body main .payment-page .pay-reservation .capabilities .mt-uc {
  margin-top: 150px;
}
body main .payment-page .pay-reservation .capabilities .text-gray {
  color: #c2c4d7;
  margin-top: 12px;
}
body main .payment-page .pay-reservation .capabilities .follow-up {
  display: block;
  margin: 10px auto;
  position: relative;
}
body main .payment-page .pay-reservation .capabilities .follow-up.red span {
  background-color: #f48095 !important;
}
body main .payment-page .pay-reservation .capabilities .follow-up span {
  background-color: #00cd95;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px;
}
body main .payment-page .pay-reservation .capabilities .follow-up span.cod {
  color: #131927;
}
body main .payment-page .pay-reservation .capabilities .needed-information {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .needed-information
  .social
  li {
  display: block;
  list-style: none;
  margin-bottom: 20px;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape {
  width: 100%;
  padding: 12px;
  border: 1px solid #00A0AA;
  border-radius: 8px;
  color: #f48095;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:hover {
  color: #00A0AA;
  border: 1px solid #00A0AA;
}
body
  main
  .payment-page
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape
  img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body main .option-pey {
  position: relative;
  line-height: 20px;
  margin: 0 auto;
}
body main .option-pey p {
  text-align: center;
  color: #c2c4d7;
  margin-bottom: 10px;
}
body main .option-pey .btn-back {
  color: #ffffff;
  background-color: #53567f;
  border-radius: 8px;
  margin-bottom: 10px;
}
body main .option-pey .btn-back::before {
  content: url("../images/logout.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 5px;
}
body main .option-pey .btn-back:hover {
  background-color: #35364e;
}
body main .facilities-and-features {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
  padding-bottom: 20px;
}
body main .facilities-and-features h1 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
}
body main .facilities-and-features h1::before {
  content: url("../images/crown-red.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .facilities-and-features ul {
  display: grid;
  grid-template-columns: repeat(3, 0.25fr);
}
body main .facilities-and-features ul li {
  list-style: none;
}
body main .facilities-and-features .facilities {
  min-width: 170px;
  display: inline-block;
  border: 1px solid #3f4260;
  border-radius: 8px;
  padding: 5px 15px;
  text-align: center;
  margin-left: 15px;
}
body main .facilities-and-features .facilities span {
  font-size: 14px;
  color: #676c9c;
  vertical-align: middle;
}
body main .facilities-and-features .facilities svg path {
  fill: #3f4260 !important;
}
body main .facilities-and-features .facilities.active {
  border: 1px solid #8689b0;
}
body main .facilities-and-features .facilities.active span {
  color: #ffffff;
}
body main .facilities-and-features .facilities.active svg path {
  fill: #00A0AA !important;
}
body main .opinion {
  border-bottom: 1px dashed #676c9c;
  margin-top: 25px;
  padding-bottom: 20px;
}
body main .opinion .opinion-header .btn-register-comment-responsive {
  display: none;
  color: #f48095;
  border: 1px solid #f48095;
  padding: 8px 20px;
}
body main .opinion .opinion-header h1 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
}
body main .opinion .opinion-header h1::before {
  content: url("../images/message-2.png");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .opinion .register-a-comment {
  background-color: rgba(30, 31, 47, 0.5019607843);
  border-radius: 8px;
  padding: 15px;
}
body main .opinion .register-a-comment p {
  color: #cbcbcb;
}
body main .opinion .register-a-comment .btn-register-comment {
  width: 100%;
  color: #f48095;
  border: 1px solid #f48095;
  padding: 8px 20px;
}
body main .total-comments {
  position: relative;
  margin-top: 20px;
  background-color: rgba(30, 31, 47, 0.5019607843);
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
}
body main .total-comments svg {
  transform: scale(4.3);
  position: absolute;
  right: -70px;
  width: 300px;
  bottom: -60px;
  opacity: 0.2;
}
body main .total-comments .total {
  padding-top: 40px;
}
body main .total-comments .total .right-total {
  display: inline-block;
}
body main .total-comments .total .right-total b {
  color: #777a9f;
  font-size: 40px;
  display: block;
}
body main .total-comments .total .right-total b span {
  font-size: 14px;
  position: relative;
  bottom: -15px;
}
body main .total-comments .total .right-total img {
  padding: 0 1px;
}
body main .total-comments .total .left-total {
  display: inline-block;
  display: ruby-text;
  padding-right: 10px;
}
body main .total-comments .total .left-total span {
  color: #c2c4d7;
}
body main .total-comments .service-points {
  border-right: 1px solid #3f4260;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
  padding: 25px 0px;
}
body main .total-comments .service-points .escape-room-services {
  position: relative;
  padding-right: 15px;
}
body main .total-comments .service-points .escape-room-services .service-box {
  display: block;
}
body
  main
  .total-comments
  .service-points
  .escape-room-services
  .service-box
  .spans
  span {
  color: #e1e2eb;
  margin-bottom: 18px;
  display: inline-block;
}
body
  main
  .total-comments
  .service-points
  .escape-room-services
  .service-box
  .spans
  span.number {
  color: #8689b0;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  left: -15px;
  bottom: -14px;
}
body
  main
  .total-comments
  .service-points
  .escape-room-services
  .service-box
  .box-mother {
  width: 90%;
  height: 3px;
  background-color: #3f4260;
  position: relative;
  border-radius: 3px;
}
body
  main
  .total-comments
  .service-points
  .escape-room-services
  .service-box
  .box-mother
  .box-escape {
  position: absolute;
  background-color: #c2c4d7;
  height: 3px;
  border-radius: 3px;
}
body main .comments-of-the-participants {
  border-bottom: 1px dashed #676c9c;
  margin-top: 14px;
  padding-bottom: 20px;
}
body main .comments-of-the-participants .coments-participants {
  border-bottom: 1px solid #3f4260;
  padding-bottom: 25px;
}
body main .comments-of-the-participants .coments-participants .participants {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.verdict-good {
  color: #131927;
  background-color: #00cd95;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  margin-left: 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.good {
  color: #00cd95;
  font-size: 20px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.verdict-notbad {
  color: #131927;
  background-color: #f08700;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
  margin-left: 8px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.notbad {
  color: #a4a7c4;
  font-size: 20px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.verdict-bad {
  color: #131927;
  background-color: #a4a7c4;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
  margin-left: 8px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .opinions
  strong.bad {
  color: #a4a7c4;
  font-size: 20px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes {
  position: relative;
  top: 4px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-like {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-like::after {
  content: url("../images/dislike.png");
  display: inline-block;
  vertical-align: inherit;
  margin-right: 5px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-like.active::after {
  filter: invert(34%) sepia(42%) saturate(6396%) hue-rotate(331deg)
    brightness(93%) contrast(92%);
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-dislike {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-dislike::after {
  content: url("../images/like.png");
  display: inline-block;
  vertical-align: inherit;
  margin-right: 5px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants
  .votes
  .btn-dislike.active::after {
  filter: invert(34%) sepia(42%) saturate(6396%) hue-rotate(331deg)
    brightness(93%) contrast(92%);
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion {
  padding: 5px 8px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  span {
  font-size: 12px;
  color: #8689b0;
  padding: 0 8px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  span:nth-child(3) {
  color: #ffac41;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  .commets-text {
  position: relative;
  padding: 10px 0;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  .commets-text.commets-blur
  p {
  filter: blur(4px);
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  .commets-text
  .comments-btn {
  position: absolute;
  left: 0;
  top: 30%;
  bottom: 0;
  right: 0;
  text-align: center;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  .commets-text
  .comments-btn
  .btn {
  color: #e1e2eb;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2588235294) !important;
  margin-top: 20px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .participants-opinion
  p {
  color: #cbcbcb;
  margin-top: 15px;
  line-height: 25px;
}
body main .comments-of-the-participants .coments-participants .points span {
  display: block;
  color: #cbcbcb;
  line-height: 30px;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .points
  span
  span.Positive {
  display: inline-block;
  color: #00cd95;
}
body
  main
  .comments-of-the-participants
  .coments-participants
  .points
  span
  span.negative {
  display: inline-block;
  color: #00A0AA;
}
body main .comments-of-the-participants .response {
  background-color: #252638;
  border-radius: 8px;
  border-right: 4px solid #3f4260;
  margin-top: 10px;
  padding: 15px 25px;
}
body main .comments-of-the-participants .response span {
  color: #676c9c;
  line-height: 30px;
}
body main .comments-of-the-participants .response p {
  color: #cbcbcb;
  line-height: 22px;
}
body main .your-pictures {
  margin-top: 25px;
  padding-bottom: 20px;
}
body main .your-pictures .pic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .your-pictures .pic h1 {
  font-size: 20px;
  color: #ffffff;
}
body main .your-pictures .pic h1::before {
  content: url("../images/gallery.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body main .your-pictures .pic .btn-showall {
  margin-top: -10px;
  color: #e1e2eb;
  margin-left: 100px;
  padding: 8px 14px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  font-size: 14px;
}
body main .your-pictures .pic .btn-showall:hover {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
body main .about-this-sanse {
  display: flex;
  flex-direction: column;
  padding: 12px 17px;
  border-radius: 8px;
  background-color: #1e1f2f;
  margin-bottom: 50px;
}
body main .about-this-sanse .escape-sanse {
  display: flex;
  flex-direction: row;
  line-height: 20px;
}
body main .about-this-sanse .escape-sanse .right img {
  width: 50px;
  border-radius: 7px;
}
body main .about-this-sanse .escape-sanse .left {
  padding-right: 15px;
}
body main .about-this-sanse .escape-sanse .left h1 {
  color: #FF6C00;
  font-size: 18px;
}
body main .about-this-sanse .escape-sanse .left span.brnd {
  color: #777a9f;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
body main .about-this-sanse .escape-sanse .left span.brnd::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
body main .about-this-sanse ul {
  list-style: none;
}
body main .about-this-sanse ul li {
  display: inline-block;
}
body main .about-this-sanse ul li a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 15px;
  line-height: 40px;
}
body main .about-this-sanse ul li a:hover {
  background-color: #1d1e2b;
}
body main .about-this-sanse .amount .price {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 7px 5px;
}
body main .about-this-sanse .amount .price span {
  color: #ffffff;
  font-size: 18px;
}
body main .about-this-sanse .amount .price span.person {
  color: #777a9f;
  font-size: 12px;
}
body main .about-this-sanse .amount .price span.sum {
  color: #00A0AA;
  font-size: 20px;
}
body main .about-this-sanse .view {
  position: relative;
  z-index: 1;
}
body main .about-this-sanse .view .btn-view {
  display: block;
  margin: 15px auto;
  background-color: #FF6C00;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
body main .about-this-sanse .view .btn-view:hover {
  background-color: #00A0AA;
}
body main .about-this-sanse .looks {
  background-color: #2e3047;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 18px 10px 8px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -26px;
}
body main .about-this-sanse .looks span {
  color: #9e9ead;
  font-size: 10px;
}
body main section .about-us .know-us {
  background-image: url("../images/Frame 1030.svg");
  display: flex;
  flex-direction: row;
  padding: 100px 45px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 300px;
  margin-top: 100px;
}
body main section .about-us .know-us strong {
  color: #ffffff;
  text-shadow: 1px 2px 15px rgb(128, 0, 0);
  font-size: 60px;
  padding: 20px;
  display: block ruby;
}
body main section .about-us .know-us p {
  margin-top: 8px;
  margin-right: 60px;
  color: #e1e2eb;
  font-size: 16px;
}
body main .contact-us .tangency-us {
  background-image: url("../images/Frame 1030.svg");
  display: flex;
  flex-direction: row;
  padding: 50px 45px;
  border-radius: 16px;
}
body main .contact-us .tangency-us.contact-us-bg {
  background-image: url("../images/111.png");
  flex-direction: row;
  padding: 100px 45px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 120px;
}
body main .contact-us .tangency-us strong {
  color: #ffffff;
  text-shadow: 1px 2px 15px rgb(128, 0, 0);
  font-size: 50px;
  padding: 20px;
  display: block ruby;
}
body main .contact-us .tangency-us p {
  margin-top: 8px;
  margin-right: 60px;
  color: #e1e2eb;
  font-size: 16px;
}
body main .ways-of-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}
body main .ways-of-contact .ways-child {
  width: calc(33.3333333333% - 60px);
  background-color: #8689b0;
  border-radius: 8px;
  padding: 0px 5px;
  display: inline-block;
}
body main .ways-of-contact .ways-child:nth-child(1) .top-of {
  background-image: url("../images/call.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body main .ways-of-contact .ways-child:nth-child(2) .top-of {
  background-image: url("../images/location.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body main .ways-of-contact .ways-child:nth-child(3) .top-of {
  background-image: url("../images/sms.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body main .ways-of-contact .ways-child .top-of {
  text-align: center;
  padding: 26px 65px;
}
body main .ways-of-contact .ways-child .top-of strong {
  color: #ffffff;
  font-size: 20px;
}
body main .ways-of-contact .ways-child .body-part {
  min-height: 185px;
  background-color: #131927;
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 5px;
}
body main .ways-of-contact .ways-child .body-part p {
  color: #ffffff;
}
body main .ways-of-contact .ways-child .body-part .phone-num {
  font-size: 40px;
  top: 19px;
}
body main .ways-of-contact .ways-child .body-part span {
  color: #ffffff;
  text-align: center;
  margin-top: 25px;
  position: relative;
  bottom: -30px;
  font-size: 18px;
}
body main .successful-payment .pay-reservation {
  background-image: url("../images/OBJECTS.svg");
  width: 49%;
  display: block;
  margin: 0 auto;
  position: relative;
}
body main .successful-payment .pay-reservation .capabilities {
  display: flex;
  flex-direction: column;
  line-height: 40px;
  padding-bottom: 38px;
}
body main .successful-payment .pay-reservation .capabilities img {
  position: relative;
  top: -12px;
  top: -12px;
  left: -113px;
  width: -moz-fit-content;
  width: fit-content;
}
body main .successful-payment .pay-reservation .capabilities strong {
  color: #131927;
  font-size: 25px;
  display: block;
  text-align: center;
  display: block;
  position: relative;
  left: -70px;
}
body main .successful-payment .pay-reservation .capabilities span.peyfor {
  text-align: center;
  left: -70px;
  position: relative;
  color: #676c9c;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  span.peyfor
  span.serayat {
  color: #00A0AA;
  right: 0px;
}
body main .successful-payment .pay-reservation .capabilities .reservation-date {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 54%;
  left: -195px;
  margin-top: 13px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .reservation-date
  span {
  background-color: #c2c4d7;
  border-radius: 8px;
  margin-bottom: 10px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .reservation-date
  span
  span.reservation {
  color: #131927;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .reservation-date
  span
  span.reservationtime {
  color: #00A0AA;
}
body main .successful-payment .pay-reservation .capabilities .follow-up {
  display: block;
  margin: 10px auto;
  left: -70px;
  position: relative;
}
body main .successful-payment .pay-reservation .capabilities .follow-up span {
  background-color: #00cd95;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .follow-up
  span.cod {
  color: #131927;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -55px;
  margin-top: 20px;
  padding: 0 95px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape {
  border: 1px solid #00A0AA;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  left: -15px;
  color: #f48095;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:hover {
  color: #00A0AA;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:nth-child(1)::before {
  content: url("../images/location2.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:nth-child(2)::before {
  content: url("../images/map.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:nth-child(3)::before {
  content: url("../images/call2.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body
  main
  .successful-payment
  .pay-reservation
  .capabilities
  .needed-information
  .btn-suportscape:nth-child(4)::before {
  content: url("../images/call2.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body main .log-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
body main .log-in .sing-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .log-in .sing-up img.top-one {
  width: 120px;
  margin: 20px 0;
}
body main .log-in .sing-up img.top-two {
  display: none;
}
body main .log-in .sing-up .for-login {
  background-color: #131927;
  border-radius: 8px;
  line-height: 30px;
  padding: 8px 10px;
  margin-bottom: 7px;
}
body main .log-in .sing-up .for-login strong {
  display: block;
  color: #c2c4d7;
  font-size: 18px;
  padding-bottom: 10px;
}
body main .log-in .sing-up .for-login span.for-input {
  color: #e1e2eb;
  margin-right: 10px;
}
body main .log-in .sing-up .for-login span.for-input::before {
  content: url("../images/call3.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: 12px;
}
body main .log-in .sing-up .for-login span.for-input.login::before {
  content: url("../images/sms-tracking.svg");
}
body main .log-in .sing-up .for-login span.for-input.user::before {
  content: url("../images/user-tag.svg");
}
body main .log-in .sing-up .for-login span.wait {
  color: #f9f9f9;
  margin-right: 90px;
}
body main .log-in .sing-up .for-login .input-group {
  padding: 0 30px;
  border-radius: 8px;
  border: none;
  margin: 0 0px 5px 50px;
}
body main .log-in .sing-up .for-login .input-group .form-control {
  background-color: #53567f;
  border: none;
  color:#fff;
  padding: 10px 8px;
  box-shadow: none;
}
body
  main
  .log-in
  .sing-up
  .for-login
  .input-group
  .form-control::-moz-placeholder {
  color: #8689b0;
  font-size: 12px;
}
body main .log-in .sing-up .for-login .input-group .form-control::placeholder {
  color: #8689b0;
  font-size: 12px;
}
body main .log-in .sing-up .for-login .input-group-special {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  border: none;
}
body main .log-in .sing-up .for-login .input-group-special .form-control {
  background-color: #53567f;
  color: #fff;
  border: none;
  width: 58px;
  text-align: center;
  border-radius: 8px;
  padding: 14px 20px;
  box-shadow: none;
  margin: 0 10px;
}
body main .log-in .sing-up .for-login .btn-singup {
  display: block;
  margin: 20px auto;
  color: #ffffff;
  background-color: #00A0AA;
  width: -moz-available;
  padding: 10px;
}
body main .log-in .sing-up .for-login .btn-singup:hover {
  background-color: #00A0AA;
}
body main .log-in .sing-up .for-login .rools-p {
  text-align: center;
  padding: 0 20px;
}
body main .log-in .sing-up .for-login .rools-p p {
  color: #ffffff;
}
body main .log-in .sing-up .for-login .rools-p p span.rools,
body main .log-in .sing-up .for-login .rools-p p a {
  color: #00A0AA;
}
body main .log-in .btn-goback {
  color: #f48095;
  border: 1px solid #f48095;
  border-radius: 8px;
  padding: 2px 35px;
  margin-top: 20px;
  margin-bottom: 8px;
}
body main .log-in .btn-goback::before {
  content: url("../images/forward-square.svg");
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 5px;
}
body main .log-in .btn-goback:hover {
  color: #00A0AA;
  border-color: #00A0AA;
}
body main .panel .personal-panel {
  display: flex;
  flex-direction: column;
  background-color: #3f4260;
  border-radius: 8px;
  padding: 5px 10px;
}
body main .panel .personal-panel .top-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .panel .personal-panel .top-panel .person-img img {
  height: 55px;
  border-radius: 50px;
}
body main .panel .personal-panel .top-panel h1 {
  color: #e1e2eb;
  font-size: 16px;
  display: block;
  padding: 8px 0px;
}
body main .panel .personal-panel .top-panel h1 span.phonenumber {
  color: #c2c4d7;
  padding-top: 15px;
  font-size: 12px;
  display: block;
}
body main .panel .personal-panel .top-panel .btn-edit img {
  position: relative;
  margin-bottom: 20px;
}
body main .panel .personal-panel .score {
  padding-top: 25px;
}
body main .panel .personal-panel .score .mony-bag {
  color: #c2c4d7;
  display: flex;
  justify-content: space-between;
}
body main .panel .personal-panel .score .mony-bag .mony::before {
  content: url("../images/wallet.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body main .panel .personal-panel .score .score-bag {
  color: #c2c4d7;
  display: flex;
  justify-content: space-between;
}
body main .panel .personal-panel .score .score-bag .point-bag::before {
  content: url("../images/ticket-expired.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body main .panel .personal-panel .score ul {
  display: inline-block;
}
body main .panel .personal-panel .score ul li {
  list-style: none;
}
body main .panel .personal-panel .score ul li a {
  color: #8689b0;
  font-size: 12px;
  padding-right: 19px;
  margin-top: 8px;
  display: inline-block;
}
body main .panel .personal-panel .score ul li a::after {
  content: url("../images/arrow-square-left.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 14px;
}
body main .panel .panel-options {
  background-color: #3f4260;
  border-radius: 8px;
  overflow: hidden;
}
body main .panel .panel-options .favor ul {
  display: block;
  width: 100%;
}
body main .panel .panel-options .favor ul li {
  display: block;
  width: 100%;
  list-style: none;
  padding: 8px 10px;
}
body main .panel .panel-options .favor ul li.active {
  background-color: #53567f;
}
body main .panel .panel-options .favor ul li.active a {
  color: #00A0AA;
}
body main .panel .panel-options .favor ul li.active a::before {
  filter: invert(45%) sepia(91%) saturate(5148%) hue-rotate(330deg)
    brightness(95%) contrast(96%);
}
body main .panel .panel-options .favor ul li a {
  width: 100%;
  display: block;
  color: #c2c4d7;
}
body main .panel .panel-options .favor ul li a:hover {
  color: #00A0AA;
}
body main .panel .panel-options .favor ul li:nth-child(1) a::before {
  content: url("../images/home-2.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(2) a::before {
  content: url("../images/ticket-2.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(3) a::before {
  content: url("../images/messages-3.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(4) a::before {
  content: url("../images/medal.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(5) a::before {
  content: url("../images/ticket-discount.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(6) a::before {
  content: url("../images/notification.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(7) a::before {
  content: url("../images/user1.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .panel-options .favor ul li:nth-child(8) a::before {
  content: url("../images/logout2.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
}
body main .panel .joined .my-sanss {
  background-color: #3f4260;
  border-radius: 8px;
  padding: 15px 20px;
}
body main .panel .joined .my-sanss .headone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .panel .joined .my-sanss .headone h1 {
  color: #e1e2eb;
  font-size: 14px;
}
body main .panel .joined .my-sanss .headone h1::before {
  content: url("../images/ticket-2.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
body main .panel .joined .my-sanss .headone .btn-showall {
  color: #e1e2eb;
  padding: 8px 14px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  font-size: 14px;
}
body main .panel .joined .my-sanss .headone .btn-showall:hover {
  color: #00A0AA;
}
body main .panel .joined .my-sanss .snas-mood {
  padding: 15px;
}
body main .panel .joined .my-sanss .snas-mood ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body main .panel .joined .my-sanss .snas-mood ul li {
  list-style: none;
}
body main .panel .joined .my-sanss .snas-mood ul li .the-sans-mood {
  display: inline-block;
}
body main .panel .joined .my-sanss .snas-mood ul li .how-sans {
  display: inline-block;
  position: relative;
  top: -20px;
  display: inline-block;
  position: relative;
  top: -13px;
}
body main .panel .joined .my-sanss .snas-mood ul li .how-sans .big {
  color: #ffffff;
  font-size: 17px;
  display: block;
  margin-bottom: 30px;
}
body main .panel .joined .my-sanss .snas-mood ul li .how-sans .small {
  color: #ffffff;
  display: block;
  font-size: 12px;
}
body main .panel .joined .my-lastsanse {
  background-color: #3f4260;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 10px;
}
body main .panel .joined .my-lastsanse .headone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .panel .joined .my-lastsanse .headone h1 {
  color: #e1e2eb;
  font-size: 14px;
}
body main .panel .joined .my-lastsanse .headone h1::before {
  content: url("../images/ticket-2.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
body main .panel .joined .my-lastsanse .headone .btn-showall {
  color: #e1e2eb;
  padding: 8px 14px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  font-size: 14px;
}
body main .panel .joined .my-lastsanse .headone .btn-showall:hover {
  color: #00A0AA;
}
body main .panel .joined .my-lastsanse .last-sans-body {
  padding: 10px 25px;
}
body main .panel .joined .my-lastsanse .last-sans-body .my-sans-box {
  overflow-x: scroll;
  max-width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body main .panel .joined .my-lastsanse .last-sans-body .my-sans-box .product-c {
  margin: 0 10px;
}
body main .panel .my-coments {
  background-color: #3f4260;
  border-radius: 8px;
  padding: 15px 20px;
}
body main .panel .my-coments .headone h1 {
  color: #e1e2eb;
  font-size: 16px;
}
body main .panel .my-coments .headone h1::before {
  content: url("../images/messages-3.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
body main .panel .my-coments .coments-species {
  margin-top: 25px;
}
body main .panel .my-coments .coments-species hr {
  margin: -1px auto;
}
body main .panel .my-coments .coments-species ul {
  list-style: none;
}
body main .panel .my-coments .coments-species ul li {
  display: inline-block;
  padding: 0 8px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
}
body main .panel .my-coments .coments-species ul li.active {
  border-bottom: 2px solid #00A0AA;
}
body main .panel .my-coments .coments-species ul li.active span {
  color: #00A0AA;
}
body main .panel .my-coments .coments-species ul li.active svg path {
  fill: #00A0AA;
}
body main .panel .my-coments .coments-species ul li span {
  font-size: 15px;
  color: #c2c4d7;
  vertical-align: sub;
}
body main .panel .my-coments .coments-species ul li span:hover {
  color: #00A0AA;
}
body main .panel .my-coments .attended {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding-top: 15px;
  padding-bottom: 40px;
}
body main .panel .my-coments .attended .my-sans-attended {
  background-color: #53567f;
  padding: 8px 12px;
  border-radius: 8px;
}
body main .panel .my-coments .attended .my-sans-attended .what-sans {
  display: inline-block;
}
body main .panel .my-coments .attended .my-sans-attended .sans-detalis {
  display: inline-block;
  line-height: 25px;
  position: relative;
  top: -8px;
  margin-right: 10px;
}
body main .panel .my-coments .attended .my-sans-attended .sans-detalis span {
  display: block;
  color: #ffffff;
  font-size: 12px;
}
body
  main
  .panel
  .my-coments
  .attended
  .my-sans-attended
  .sans-detalis
  span:nth-child(2)::before {
  content: url("../images/Frame 1315.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body
  main
  .panel
  .my-coments
  .attended
  .my-sans-attended
  .sans-detalis
  span:nth-child(3)::before {
  content: url("../images/Frame 1316.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body
  main
  .panel
  .my-coments
  .attended
  .my-sans-attended
  .sans-detalis
  span:nth-child(4)::before {
  content: url("../images/Frame 1317.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
body
  main
  .panel
  .my-coments
  .attended
  .my-sans-attended
  .sans-detalis
  span.big {
  font-size: 15px;
}
body main .panel .my-coments .attended .my-sans-attended .btn-register {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #00A0AA;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  --bs-btn-padding-y: 3px;
  width: 100%;
}
body main .panel .my-coments .attended .my-sans-attended .btn-register::before {
  content: url("../images/messages-6.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body main .panel .my-coments .attended .my-sans-attended .btn-register:hover {
  background-color: #00A0AA;
}
body main .panel .discretion-box {
  background-color: #53567f;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body main .panel .discretion-box .discretion {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body main .panel .discretion-box .discretion .ken {
  width: 37%;
}
body main .panel .discretion-box .discretion .my-discretion {
  display: flex;
  flex-direction: row;
  padding: 0px 6px;
}
body main .panel .discretion-box .discretion .my-discretion .advice {
  line-height: 20px;
  font-size: 11px;
}
body main .panel .discretion-box .discretion .my-discretion .advice span {
  display: block;
  color: #e1e2eb;
  font-size: 11px;
  padding: 12px 0;
}
body main .panel .discretion-box .discretion .my-discretion .verdict {
  line-height: 15px;
  padding: 0px 10px;
}
body main .panel .discretion-box .discretion .my-discretion .verdict .sight {
  border: 3px solid #8689b0;
  border-radius: 8px;
  padding: 6px 12px;
  margin: 5px auto;
}
body
  main
  .panel
  .discretion-box
  .discretion
  .my-discretion
  .verdict
  .sight
  span {
  display: inline-block;
  font-size: 11px;
  color: #8689b0;
}
body
  main
  .panel
  .discretion-box
  .discretion
  .my-discretion
  .verdict
  .sight
  img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
body main .panel .discretion-box .discretion .ken span.big {
  color: #c2c4d7;
}
body main .panel .discretion-box .discretion .ken p {
  color: #c2c4d7;
  font-size: 12px;
}
body main .panel .discretion-box .discretion .release {
  padding: 0 5px;
}
body main .panel .discretion-box .discretion .release span {
  color: #ffffff;
  border-radius: 8px;
  padding: 5px;
}
body main .panel .discretion-box .discretion .release span.green {
  background-color: #00cd95;
}
body main .panel .discretion-box .discretion .release span.red {
  background-color: #00A0AA;
}
body main .panel .reason-error {
  background-color: #3f4260;
  border-radius: 8px;
  margin: 10px 30px;
}
body main .panel .reason-error p {
  display: flex;
  color: #cbcbcb;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 22px;
}
body main .panel .reason-error p::before {
  content: url("../images/information.svg");
  display: inline-block;
  margin-top: 18px;
  margin-left: 10px;
}
body main .panel .reservation-sessions {
  background-color: #3f4260;
  padding: 10px 15px;
  border-radius: 8px;
}
body main .panel .reservation-sessions span {
  color: #e1e2eb;
  font-size: 16px;
}
body main .panel .reservation-sessions span svg {
  margin-left: 5px;
}
body main .panel .reservation-sessions .sans-to-use .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
body main .panel .reservation-sessions .sans-to-use .table thead th {
  background: #53567f;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: "IRANSansX-Bold";
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  thead
  th:nth-child(1) {
  border-radius: 0 6px 6px 0;
}
body main .panel .reservation-sessions .sans-to-use .table thead th:last-child {
  border-radius: 6px 0 0 6px;
}
body main .panel .reservation-sessions .sans-to-use .table tbody tr td {
  background: #8689b0;
  vertical-align: middle;
  padding: 0 2px;
}
body main .panel .reservation-sessions .sans-to-use .table tbody tr td img {
  position: relative;
  right: -10px;
}
body main .panel .reservation-sessions .sans-to-use .table tbody tr td .cancel {
  display: block;
  background-color: #797da5;
  color: #e1e2eb;
  font-size: 12px;
  padding: 4px 6px;
  text-align: center;
  border-radius: 8px;
  line-height: 26px;
}
body main .panel .reservation-sessions .sans-to-use .table tbody tr td .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #53567f;
  width: 55px;
  border-radius: 0 6px 6px 0;
  text-align: center;
  padding-left: 5px;
  line-height: 26px;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr
  td
  .title.red {
  background: #00A0AA;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr
  td
  .title.yellow {
  background: #ffac41;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr
  td
  .subtitle {
  display: block;
  background-color: #3f4260;
  color: #e1e2eb;
  font-size: 12px;
  padding: 4px 6px;
  text-align: center;
  border-radius: 8px;
  line-height: 26px;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr
  td:nth-child(1) {
  border-radius: 0 6px 6px 0;
  display: flex;
  padding: 0 0 0 5px;
  align-items: stretch;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr
  td:last-child {
  border-radius: 6px 0 0 6px;
  padding-left: 4px;
}
body
  main
  .panel
  .reservation-sessions
  .sans-to-use
  .table
  tbody
  tr:nth-child(even)
  td {
  background: #676c9c;
}
body main .reservation .page-for {
  margin: 15px 0;
}
body main .reservation .page-for h1 {
  color: #ffffff;
  font-size: 25px;
  margin-top: 140px;
  margin-bottom: 50px;
}
body main .reservation .about-reserv {
  border-radius: 8px;
  padding: 12px 18px;
  background-color: #34364e;
}
body main .reservation .about-reserv p {
  color: #a4a7c4;
  font-size: 14px;
  line-height: 25px;
}
body main .reservation .sans-reservation {
  margin: 15px 0;
  padding: 8px 15px 25px 15px;
  border-radius: 8px;
  background-color: #3f4260;
}
body main .reservation .sans-reservation label.for-select {
  color: #f3f3f5;
  padding: 5px 5px;
  margin: 10px 0;
}
body main .reservation .sans-reservation label.for-select svg {
  margin-left: 5px;
}
body main .reservation .sans-reservation .form-select {
  font-size: 12px;
  background-image: none;
  background-color: #53567f;
  height: 35px;
  padding: 0px 5px;
  color: #c2c4d7;
  box-shadow: none;
  border: 1px solid #53567f;
}
body main .reservation .sans-reservation .form-select .option {
  background-color: transparent;
}
body main .reservation .entourage {
  margin: 15px 0;
  padding: 15px 10px;
  border-radius: 8px;
  background-color: #3f4260;
  line-height: 35px;
}
body main .reservation .entourage p {
  color: #ffffff;
  font-size: 15px;
}
body main .reservation .entourage span {
  color: #676c9c;
  text-align: center;
  display: block;
}
body main .reservation .entourage .your-friends {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 30px;
  padding: 10px 40px;
}
body main .reservation .entourage .your-friends .input-group {
  align-items: center;
  bottom: -12.5px;
}
body main .reservation .entourage .your-friends .input-group label.for-select {
  color: #f3f3f5;
  position: absolute;
  margin-top: -85px;
  font-size: 14px;
}
body
  main
  .reservation
  .entourage
  .your-friends
  .input-group
  label.for-select
  svg {
  margin-left: 5px;
}
body main .reservation .entourage .your-friends .input-group .form-control {
  background-color: #53567f;
  border: none;
  padding: 10px 8px;
  box-shadow: none;
}
body
  main
  .reservation
  .entourage
  .your-friends
  .input-group
  .form-control::-moz-placeholder {
  color: #8689b0;
  font-size: 12px;
}
body
  main
  .reservation
  .entourage
  .your-friends
  .input-group
  .form-control::placeholder {
  color: #8689b0;
  font-size: 12px;
}
body
  main
  .reservation
  .entourage
  .your-friends
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-radius: 8px;
}
body main .reservation .entourage .your-friends fieldset .form-label {
  color: #53567f;
}
body main .reservation .entourage .your-friends fieldset .form-label svg {
  margin-left: 5px;
}
body main .reservation .entourage .your-friends fieldset .form-control {
  background-color: #53567f;
  border: none;
  padding: 10px 8px;
  box-shadow: none;
}
body
  main
  .reservation
  .entourage
  .your-friends
  fieldset
  .form-control::-moz-placeholder {
  color: #8689b0;
  font-size: 12px;
}
body
  main
  .reservation
  .entourage
  .your-friends
  fieldset
  .form-control::placeholder {
  color: #8689b0;
  font-size: 12px;
}
body main .reservation .ticket-show {
  position: relative;
  background-color: #3f4260;
  border-radius: 8px;
  padding: 13px 13px;
  margin-bottom: 15px;
}
body main .reservation .ticket-show .shape {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
body main .reservation .ticket-show .escape-sanse {
  display: flex;
  flex-direction: row;
  line-height: 20px;
}
body main .reservation .ticket-show .escape-sanse .right img {
  width: 50px;
  border-radius: 7px;
}
body main .reservation .ticket-show .escape-sanse .left {
  padding-right: 15px;
}
body main .reservation .ticket-show .escape-sanse .left h1 {
  color: #FF6C00;
  font-size: 18px;
}
body main .reservation .ticket-show .escape-sanse .left span.brnd {
  color: #777a9f;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
body main .reservation .ticket-show .escape-sanse .left span.brnd::before {
  content: url("../images/buliding.png");
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
body main .reservation .ticket-show ul {
  list-style: none;
  border-bottom: 1px solid #676c9c;
  padding-bottom: 6px;
}
body main .reservation .ticket-show ul li {
  display: inline-block;
}
body main .reservation .ticket-show ul li a {
  background-color: #34364e;
  color: #ebebeb;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 15px;
  line-height: 40px;
}
body main .reservation .ticket-show ul li a:hover {
  background-color: #1d1e2b;
}
body main .reservation .ticket-show .amount {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  line-height: 22px;
  white-space: nowrap;
}
body main .reservation .ticket-show .amount .price {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 7px 0px;
}
body main .reservation .ticket-show .amount .price span {
  color: #e1e2eb;
  font-size: 14px;
}
body main .reservation .ticket-show .amount .price span.person {
  color: #a4a7c4;
  font-size: 14px;
}
body main .reservation .ticket-show .amount .price span.sum {
  color: #00A0AA;
  font-size: 15px;
}
body main .reservation .ticket-show .amount .price span.currency {
  color: #a4a7c4;
  font-size: 11px;
}
body main .reservation .ticket-show .amount .price span.for-pey {
  color: #c2c4d7;
}
body main .reservation .ticket-show .form-check {
  text-align: center;
  padding-left: 0px;
  margin-top: 44px;
}
body main .reservation .ticket-show .form-check .form-check-input {
  float: none;
  margin-left: 0px;
  vertical-align: sub;
  background-color: transparent;
  border: 1px solid #a4a7c4;
  box-shadow: none;
}
body main .reservation .ticket-show .form-check .form-check-label {
  color: #ffffff;
  font-size: 10px;
}
body main .reservation .ticket-show .btn-total-payment {
  margin-top: 10px;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px;
  background-color: #00A0AA;
  width: 100%;
}
body main .reservation .ticket-show .btn-total-payment:hover {
  background-color: #00A0AA;
}
body main .reservation .rools-p {
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}
body main .reservation .rools-p p {
  color: #c2c4d7;
  font-size: 12px;
  text-align: center;
}
body main .reservation .rools-p span {
  color: #00A0AA;
}
body main .reservation .to-shop {
  margin-top: 40px;
}
body main .reservation .to-shop .box {
  position: relative;
  background-color: #3f4260;
  border-radius: 8px;
  padding: 14px;
  animation: fadeInNew 0.4s;
}
body main .reservation .to-shop .box h5 {
  color: #fff;
  font-family: "IRANSansX";
  font-size: 17px;
  margin-bottom: 18px;
}
body main .reservation .to-shop .box .close-discount-box {
  position: absolute;
  left: 12px;
  top: 18px;
}
body main .reservation .to-shop .box .close-discount-box svg {
  width: 20px;
}
body main .reservation .to-shop .box .input-group .form-control {
  background-color: #53567f;
  border: none;
  padding: 10px 8px;
  box-shadow: none;
}
body
  main
  .reservation
  .to-shop
  .box
  .input-group
  .form-control::-moz-placeholder {
  color: #8689b0;
  font-size: 12px;
}
body main .reservation .to-shop .box .input-group .form-control::placeholder {
  color: #8689b0;
  font-size: 12px;
}
body main .reservation .to-shop .box .btn-register-the-code {
  display: block;
  margin: 15px auto;
  color: #ffffff;
  background-color: #00A0AA;
  border-radius: 8px;
  width: 100%;
}
body main .reservation .to-shop .box .btn-register-the-code:hover {
  background-color: #d4173a;
}
body main .reservation .to-shop .btn-code {
  color: #a4a7c4;
  border: 1px solid #53567f;
  border-radius: 8px;
  width: 100%;
  text-align: start;
}
body footer {
  margin-top: 100px;
}
body footer .footer-part {
  margin-top: 50px;
  background-color: #3f4260;
}
body footer .footer-part .collection .incollection {
  background-color: #1e1f2f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 25px;
  border-radius: 8px;
  width: 95%;
  position: relative;
  margin: 180px auto -55px;
  top: -50px;
}
body footer .footer-part .collection .incollection .shape-2 {
  position: absolute;
  left: -18px;
  transform: scaleX(-1);
}
body footer .footer-part .collection .incollection .shape-1 {
  position: absolute;
  right: -18px;
}
body footer .footer-part .collection .incollection p {
  color: #c2c4d7;
  padding: 0 25px;
}
body footer .footer-part .ways-of-communication {
  display: flex;
  flex-direction: column;
  line-height: 35px;
}
body footer .footer-part .ways-of-communication .fast-communication {
  border-bottom: 2px dotted #676c9c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body footer .footer-part .ways-of-communication .fast-communication span {
  font-size: 17px;
  color: #ffac41;
  padding-bottom: 14px;
  border-bottom: 2px solid #ffac41;
}
body footer .footer-part .ways-of-communication ul {
  list-style: none;
}
body footer .footer-part .ways-of-communication ul li a {
  color: #e1e2eb;
}
body footer .footer-part .ways-of-communication ul li a:hover {
  color: #ffac41;
}
body footer .footer-part .ways-of-communication span {
  color: #ffe0b8;
}
body footer .footer-part .ways-of-communication span.phone {
  color: #e1e2eb;
}
body footer .footer-part .hours-work span:first-child {
  color: #e1e2eb;
  line-height: 45px;
}
body footer .footer-part .hours-work span.work {
  font-size: 13px;
  line-height: 25px;
  color: #ffe0b8;
}
body footer .footer-part .hours-work span.work span {
  color: #ffe0b8 !important;
}
body footer .footer-part .designing {
  background-color: #1e1f2f;
  padding: 25px;
}
body footer .footer-part .designing p {
  color: #ffffff;
}
body footer .footer-part .designing p img {
  padding: 0 8px;
  vertical-align: middle;
}
body .template-slider {
  margin-top: 50px;
}
body .template-slider .escape-rooms {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
body .template-slider .escape-rooms h1 {
  padding-top: 16px;
  font-size: 20px;
  color: #ffffff;
}
body .template-slider .escape-rooms h1::before {
  content: url("../images/category.svg");
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-left: 18px;
}
body .template-slider .escape-rooms h1.skull::before {
  content: url("../images/skull-and-bones 1 (Traced).png");
}
body .template-slider .escape-rooms .btn-showall {
  color: #e1e2eb;
  padding: 8px 14px;
  border: 1px solid #676c9c;
  border-radius: 8px;
  font-size: 14px;
  margin-left: 135px;
  line-height: 4px;
  height: 36px;
  margin-top: 17px;
}
body .template-slider .escape-rooms .btn-showall:hover {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
body .template-slider .splide__pagination {
  top: -53px;
}
body .splide .product-c {
  margin: 10px;
}
body .splide.splide-gallery .box {
  padding: 20px;
}
body .splide.splide-gallery .box img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
body .splide.splide-your-gallery .box {
  text-align: center !important;
}
body .splide.splide-your-gallery .box a {
  display: block;
  width: 100%;
  text-align: center;
}
body .splide.splide-your-gallery .box a img {
  width: 100%;
  border-radius: 8px;
  text-align: center;
}
body .splide .splide__arrow {
  background: #3f4260;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1 !important;
  border-radius: 8px;
}
body .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(-1);
}
body .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(1);
}
body .splide__pagination__page.is-active {
  background: #00A0AA;
  transform: scale(1);
}
body .splide__pagination__page {
  background-color: #8689b0;
  opacity: 1;
}
body .splide__pagination {
  background-color: #3f4260;
  right: auto;
  left: 12px;
  top: -40px;
  bottom: auto;
  border-radius: 6px;
  padding: 10px;
}

.modal {
  --bs-modal-bg: #3f4260;
}
.modal .flex-slid {
  display: flex;
  align-items: center;
}
.modal .flex-slid .child:nth-child(1) {
  position: relative;
  width: 70%;
}
.modal .flex-slid .child:nth-child(1) img {
  width: 100%;
}
.modal .flex-slid .child:nth-child(1) .btn-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #53567f;
  line-height: 30px;
  text-align: center;
  left: -2px;
  top: 50%;
  border-radius: 50%;
}
.modal .flex-slid .child:nth-child(1) .btn-next {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #53567f;
  line-height: 30px;
  text-align: center;
  right: -2px;
  top: 50%;
  transform: scaleX(-1);
  border-radius: 50%;
}
.modal .flex-slid .child:nth-child(2) {
  width: 30%;
}
.modal .flex-slid .child:nth-child(2) ul li {
  padding: 10px;
  list-style: none;
}
.modal .flex-slid .child:nth-child(2) ul li img {
  width: 100%;
}
.modal .commets-text {
  position: relative;
  padding: 10px 0;
}
.modal .commets-text.commets-blur p,
.modal .commets-text.commets-blur .points {
  filter: blur(4px);
}
.modal .commets-text .comments-btn {
  position: absolute;
  left: 0;
  top: 30%;
  bottom: 0;
  right: 0;
  text-align: center;
}
.modal .commets-text .comments-btn .btn {
  color: #e1e2eb;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2588235294) !important;
  margin-top: 20px;
}
.modal .modal-dialog .modal-content {
  padding: 5px 15px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #53567f;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #e1e2eb;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title
  .your-pictures
  .pic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title
  .your-pictures
  .pic
  h1 {
  font-size: 20px;
  color: #ffffff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title
  .your-pictures
  .pic
  h1::before {
  content: url("../images/gallery.svg");
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title span.about {
  font-size: 12px;
  color: #a4a7c4;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  display: contents;
  background: none;
  margin: 0px;
  border: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .location-search
  .input-group {
  width: 400px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .location-search
  .input-group
  .form-control {
  border: none;
  border-radius: 8px;
  background-color: #676c9c;
  box-shadow: none;
  color: #ffffff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .location-search
  .input-group
  .form-control::-moz-placeholder {
  color: #ffffff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .location-search
  .input-group
  .form-control::placeholder {
  color: #ffffff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-header
  .location-search
  .input-group::after {
  content: url("../images/search-normal.svg");
  position: relative;
  margin-right: -40px;
  padding-top: 5px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  input[type="radio"]:checked
  + label {
  background-color: #8689b0;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  input[type="radio"]:checked
  + label
  span {
  color: #fff !important;
}
.modal .modal-dialog .modal-content .modal-body .register-your-comment input {
  color: #fff !important;
  padding: 8px 5px !important;
  border: 3px solid #53567f !important;
  height: 2.5rem !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .pos-box {
  margin-top: 10px;
  color: #fff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .pos-box
  li {
  list-style: none;
  padding: 10px 2px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .pos-box
  li
  span {
  color: #00cd95;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .nag-box {
  margin-top: 10px;
  color: #fff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .nag-box
  li {
  list-style: none;
  padding: 10px 2px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .nag-box
  li
  span {
  color: #00A0AA;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating {
  position: relative;
  margin-top: 60px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .choose {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .choose
  li {
  width: calc(33.3333333333% - 10px);
  border-radius: 10px;
  text-align: center;
  color: #53567f;
  border: 1px solid #53567f;
  padding: 20px 12px;
  line-height: 25px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .choose
  li
  svg {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto 6px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating:first-child {
  margin-top: 40px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .files-uploaded {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .files-uploaded
  li {
  width: calc(50% - 10px);
  position: relative;
  display: block;
  height: 100px;
  border-radius: 10px;
  list-style: none;
  margin-bottom: 7px;
  overflow: hidden;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .files-uploaded
  li
  button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .files-uploaded
  li
  button
  svg {
  width: 15px !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .files-uploaded
  li
  img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .upload-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  width: 100%;
  height: 100px;
  max-width: 100%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #53567f;
  position: static;
  cursor: pointer;
  overflow: auto;
  pointer-events: unset;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .upload-btn
  svg {
  display: block;
  margin: 0 auto;
  width: 25px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .upload-btn
  span {
  display: block;
  color: #53567f;
  margin-top: 4px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .add-btn {
  position: absolute;
  left: 12px;
  top: 11px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .form-select {
  font-size: 14px;
  background-image: none;
  background-color: transparent;
  height: 35px;
  padding: 8px 5px;
  margin-top: 20px;
  color: #e1e2eb;
  box-shadow: none;
  border: 1px solid #53567f;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  .form-select
  .option {
  background-color: transparent;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  textarea {
  color: #fff;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  p {
  color: #a4a7c4;
  font-size: 12px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  label.for-select {
  color: #f3f3f5;
  position: absolute;
  margin-top: -43px;
  right: -11px;
  font-size: 14px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  label.for-select
  span {
  font-size: 11px;
  color: #a4a7c4;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  input {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #53567f;
  height: calc(2rem + 2px);
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  textarea {
  background-color: transparent;
  box-shadow: none;
  height: auto;
  border: 3px solid #53567f !important;
  padding: 10px !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  textarea::-moz-placeholder {
  color: #53567f;
  font-size: 12px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .register-your-comment
  .form-floating
  textarea::placeholder {
  color: #53567f;
  font-size: 12px;
}
.modal .modal-dialog .modal-content .modal-body .work-space {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-body .work-space .points-to-work {
  display: flex;
  flex-direction: row;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .work-space
  .points-to-work
  label.for-points {
  position: absolute;
  color: #e1e2eb;
  margin-top: -15px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .work-space
  .points-to-work
  .points-model {
  display: flex;
  margin-top: 8px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .work-space
  .points-to-work
  .points-model
  .btn-points-model {
  margin: 0 8px;
  border: 1px solid #53567f;
  --bs-btn-padding-x: 10px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .work-space
  .points-to-work
  .points-model
  .btn-points-model
  img {
  display: block;
  margin: 0 auto;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .work-space
  .points-to-work
  .points-model
  .btn-points-model
  span {
  color: #8689b0;
  font-size: 12px;
}
.modal .modal-dialog .modal-content .modal-body .coments-participants {
  border-bottom: 1px solid #3f4260;
  padding-bottom: 25px;
}
.modal .modal-dialog .modal-content .modal-body .coments-participants .votes {
  text-align: end;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-like {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-like::after {
  content: url("../images/dislike.png");
  display: inline-block;
  vertical-align: inherit;
  margin-right: 5px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-like.active::after {
  filter: invert(34%) sepia(42%) saturate(6396%) hue-rotate(331deg)
    brightness(93%) contrast(92%);
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-dislike {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-dislike::after {
  content: url("../images/like.png");
  display: inline-block;
  vertical-align: inherit;
  margin-right: 5px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .votes
  .btn-dislike.active::after {
  filter: invert(34%) sepia(42%) saturate(6396%) hue-rotate(331deg)
    brightness(93%) contrast(92%);
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.verdict-good {
  color: #131927;
  background-color: #00cd95;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  margin-left: 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.good {
  color: #00cd95;
  font-size: 20px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.verdict-notbad {
  color: #131927;
  background-color: #f08700;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  margin-left: 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.notbad {
  color: #a4a7c4;
  font-size: 20px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.verdict-bad {
  color: #131927;
  background-color: #a4a7c4;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 8px;
  margin-left: 8px;
  width: 29px;
  height: 38px;
  display: inline-block;
  line-height: 34px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants
  .opinions
  strong.bad {
  color: #a4a7c4;
  font-size: 20px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants-opinion {
  padding: 5px 8px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants-opinion
  span {
  font-size: 12px;
  color: #8689b0;
  padding: 0 3px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants-opinion
  span:nth-child(3) {
  color: #ffac41;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .participants-opinion
  p {
  color: #cbcbcb;
  margin-top: 15px;
  line-height: 25px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .points
  span {
  display: block;
  color: #cbcbcb !important;
  line-height: 30px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .points
  span
  span.Positive {
  display: inline-block;
  color: #00cd95 !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .points
  span
  span.negative {
  display: inline-block;
  color: #00A0AA !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .response {
  background-color: #252638;
  border-radius: 8px;
  border-right: 4px solid #53567f;
  margin-top: 10px;
  padding: 15px 25px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .response
  span {
  color: #676c9c;
  line-height: 30px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .coments-participants
  .response
  p {
  color: #cbcbcb;
  line-height: 22px;
}
.modal .modal-dialog .modal-content .modal-body .input-group .form-control {
  background-color: #53567f;
  border: none;
  padding: 10px 8px;
  box-shadow: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .form-control::-moz-placeholder {
  color: #8689b0;
  font-size: 12px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .input-group
  .form-control::placeholder {
  color: #8689b0;
  font-size: 12px;
}
.modal .modal-dialog .modal-content .modal-body .btn-register-the-code {
  display: block;
  margin: 15px auto;
  color: #ffffff;
  background-color: #00A0AA;
  border-radius: 8px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .btn-register-the-code:hover {
  background-color: #d4173a;
}
.modal .modal-dialog .modal-content .modal-body .your-place ul li {
  list-style: none;
  padding: 15px 0;
}
.modal .modal-dialog .modal-content .modal-body .your-place ul li a {
  color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .your-place ul li a.active {
  background-color: #00A0AA;
  border-radius: 8px;
  padding: 8px;
}
.modal .modal-dialog .modal-content .modal-body .your-place ul li a:hover {
  color: #00A0AA;
}
.modal .modal-dialog .modal-content .modal-body .grouping ul li {
  list-style: none;
  padding: 15px 0;
}
.modal .modal-dialog .modal-content .modal-body .grouping ul li a {
  color: #c2c4d7;
}
.modal .modal-dialog .modal-content .modal-body .grouping ul li a:hover {
  color: #00A0AA;
}
.modal .modal-dialog .modal-content .modal-body .grouping ul li a.active {
  color: #00A0AA;
  border-radius: 8px;
  padding: 8px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .grouping
  ul
  li
  a.active::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 0px;
  right: 0px;
  background: #00A0AA;
  box-shadow: 0 0 9px 2px #00A0AA;
  display: block;
  width: 14px;
  height: 7px;
  border-radius: 5px 0 0 5px;
}
.modal .modal-dialog .modal-content .modal-body .filters {
  padding: 5px 15px;
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body .filters #slider-r-m {
  width: 92%;
  margin: 20px auto;
}
.modal .modal-dialog .modal-content .modal-body .filters .view {
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .modal-body .filters .view .btn-view {
  display: block;
  background-color: #FF6C00;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
}
.modal .modal-dialog .modal-content .modal-body .filters .view .btn-view:hover {
  background-color: #00A0AA;
}
.modal .modal-dialog .modal-content .modal-body .filters .slide-text {
  display: flex;
  justify-content: space-between;
  color: #c2c4d7;
  font-size: 12px;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-origin {
  transition: all 0s !important;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-target {
  background: #ccc;
  height: 8px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-handle {
  border: 5px solid #00A0AA;
  border-radius: 50%;
  background: #00A0AA;
  cursor: pointer;
  transition: all 0s !important;
  box-shadow: unset;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-handle::after {
  content: "";
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-handle::before {
  content: "";
  display: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .noUi-horizontal
  .noUi-handle {
  height: 20px;
  width: 20px;
  top: -6.8px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .noUi-horizontal
  .noUi-handle {
  right: -11px;
}
.modal .modal-dialog .modal-content .modal-body .filters .noUi-connect {
  background: #00A0AA;
  height: 8px;
  transition: all 0s !important;
}
.modal .modal-dialog .modal-content .modal-body .filters ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #fff;
  padding: 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .filters ul li:first-child {
  border-bottom: 1px solid #53567f;
}
.modal .modal-dialog .modal-content .modal-body .filters hr {
  margin: 15px auto;
  color: #53567f;
}
.modal .modal-dialog .modal-content .modal-body .filters .form-check :focus {
  background-color: #00A0AA;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .form-check
  .form-check-input {
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body .filters .form-check span {
  color: #c2c4d7;
  padding-top: 5px;
}
.modal .modal-dialog .modal-content .modal-body .filters .form-switch {
  padding: 15px 0 15px 2.5em;
}
.modal .modal-dialog .modal-content .modal-body .filters .cheng {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.modal .modal-dialog .modal-content .modal-body .filters .cheng .check-box {
  transform: scale(2);
  display: contents;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .cheng
  .check-box
  input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 15px;
  background: #ccc;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
  top: 5px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .cheng
  .check-box
  input:checked[type="checkbox"] {
  background: #7dffbe;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .cheng
  .check-box
  input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: -1px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .cheng
  .check-box
  input:checked[type="checkbox"]::after {
  left: 50%;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .cheng
  .check-box
  span {
  color: #c2c4d7;
  padding-top: 5px;
}
.modal .modal-dialog .modal-content .modal-body .filters .mood .btn-filters {
  display: block;
  width: 100%;
  position: relative;
  color: #c2c4d7;
  text-align: right;
  margin-top: 10px;
  padding-right: 0;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .btn-filters::after {
  content: url("../images/arrow-square-down.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .btn-filters.active {
  color: #00A0AA;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .btn-filters.active::after {
  content: url("../images/arrow-square-up.svg");
}
.modal .modal-dialog .modal-content .modal-body .filters .mood .show-type {
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  .form-check {
  margin-bottom: 1.125rem;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  .form-check
  .form-check-input {
  margin-left: -21px;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d6;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  .form-check
  .form-check-input:checked {
  background-color: #1dc9a0;
  border: none;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  .form-check
  label {
  color: #c2c4d7;
  padding-top: 6px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  .form-check
  label
  :hover {
  color: #00A0AA;
}
.modal .modal-dialog .modal-content .modal-body .filters .mood .show-type span {
  color: #a4a7c4;
  font-size: 16px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .filters
  .mood
  .show-type
  span
  span {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 95px 10px 15px;
}
.modal .modal-dialog .modal-content .modal-body .filters .mood .show-type hr {
  margin: 15px 15px;
}

.class {
  margin-top: 115px !important;
}
.class ul li {
  list-style: none;
  display: inline-block;
}
.class ul li a {
  color: #9e9ead;
  font-size: 12px;
}
.class ul li a:hover {
  color: #76767a;
}
.class span {
  color: #9e9ead;
  font-size: 12px;
}

body main .panel .panel-options .favor ul li a {
  margin-top: 5px;
}

body main .panel .panel-options .favor ul li:nth-child(1) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(2) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(3) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(4) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(5) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(6) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(7) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

body main .panel .panel-options .favor ul li:nth-child(8) a::before {
  vertical-align: middle;
  padding-top: 0px;
  margin-top: 0px;
}

.last-sans-body .my-sans-box .product-c {
  margin: 0 10px;
  padding: 0px;
}

body main .product-c .this-session {
  padding: 8px 13px 3px;
  line-height: 30px;
}

body main .log-in .sing-up .for-login span.for-input::before {
  margin-left: 5px;
}

body main .log-in .sing-up img.top-one {
  width: 150px;
}

body main .log-in .sing-up .for-login strong {
  font-size: 20px;
}

body main .log-in .sing-up .for-login {
  padding: 8px 20px;
  padding-top: 8px;
  padding-top: 20px;
}

body main .log-in .sing-up .for-login span.for-input {
  margin-right: 25px;
}

body main .log-in .sing-up .for-login .input-group {
  width: 350px;
  margin: 0px auto;
}

body main .panel .personal-panel {
  padding: 5px 10px;
}

body main .panel .personal-panel .top-panel span {
  color: #e1e2eb;
  font-size: 16px;
  display: block;
  padding: 8px 0px;
  margin-left: auto;
  margin-right: 5px;
}

body main .panel .personal-panel .score .mony-bag {
  font-size: 12px;
}

body main .panel .personal-panel .score .score-bag {
  font-size: 12px;
}

body main .panel .personal-panel .score ul li a {
  font-size: 8px;
}

body main .log-in .sing-up .for-login .account-p p {
  color: #8689b0;
}

body main .log-in .sing-up .for-login .account-p p a.rools {
  color: #00A0AA;
}

body main .panel .reservation-sessions {
  padding: 20px 15px;
}

body main .panel .reservation-sessions .sans-to-use .table span.number-font {
  font-size: 12px;
}

body main .panel .reservation-sessions .sans-to-use .table thead th {
  font-family: "IRANSansX";
}

body main .panel .personal-panel .score ul li a {
  margin-top: 4px;
  font-size: 9px;
}

body main .panel .personal-panel {
  padding: 15px 13px;
}

.panel .personal-panel .top-panel .btn-edit {
  --bs-btn-padding-y: -1px;
}

body main .panel .personal-panel .top-panel span {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
}

body main .panel .personal-panel .top-panel span.phonenumber {
  font-size: 11px;
  padding-top: 16px;
}

body main .panel .personal-panel .top-panel span {
  font-size: 15px;
}

body main .log-in .sing-up .for-login .input-group-special .form-control {
  width: 52px !important;
}

body main .log-in .sing-up .for-login .account-p p {
  display: none;
}

body main .log-in .sing-up .for-login span.wait {
  color: #f9f9f9;
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 6px auto;
}

body main .log-in .sing-up .for-login {
  padding: 8px 30px;
}

body main .log-in .sing-up .for-login .rools-p {
  padding: 0 10px;
  font-size: 13px;
  padding-bottom: 8px;
}

body main .log-in .sing-up .for-login strong {
  font-size: 22px;
  padding-top: 10px;
}

body main .log-in .sing-up .for-login .rools-p p {
  line-height: 22px;
}

body main .log-in .sing-up .for-login {
  margin-bottom: 20px;
}

.loader {
 position: fixed;
 z-index: 99;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #3F4260;
 display: flex;
 justify-content: center;
 align-items: center;
}
  
.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
      opacity: 0;
      visibility: hidden;
    }

}

@media only screen and (max-width: 992px) {
  body main .log-in .sing-up .for-login .account-p p {
    display: block;
  }
  body main .log-in .sing-up .for-login .rools-p p {
    display: none;
  }
  body main .log-in {
    height: auto !important;
    padding-top: 30px;
  }
  body main .log-in .sing-up img.top-two {
    display: block;
    margin-bottom: 25px;
  }
  body main .log-in .btn-goback {
    display: block;
    margin: 20px auto;
  }
  body main .log-in .btn-goback {
    padding: 4px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media only screen and (max-width: 440px) {
  body main .log-in .sing-up .for-login {
    padding: 8px 15px;
  }
  body main .log-in .sing-up .for-login {
    width: 100%;
  }
  body main .log-in .sing-up .for-login strong {
    font-size: 20px;
    padding-top: 10px;
  }
  body main .log-in .sing-up .for-login .rools-p {
    padding: 0 15px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 400px) {
  body main .log-in .sing-up .for-login {
    width: 100% !important;
  }
  body main .log-in .sing-up .for-login span.for-input {
    margin-right: 25px !important;
  }
  body main .log-in .sing-up .for-login span.for-input {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 374px) {
  body main .log-in .sing-up .for-login .rools-p {
    padding: 0 4px;
    font-size: 11px;
    margin-right: 7px;
  }
} /*# sourceMappingURL=style.css.map */
