/* Base */ /* Reset and base styles  */
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: 'Century Gothic Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Century Gothic Bold'),
    url('../Helvetica-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../Helvetica.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Oblique'),
    url('../Helvetica-Oblique.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Compressed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Compressed'),
    url('../helvetica-compressed-5871d14b6903a.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Rounded Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Rounded Bold'),
    url('../../helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica bold';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica bold'), url('../../Helvetica-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Bold Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Bold Oblique'),
    url('../../Helvetica-BoldOblique.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: local('Helvetica Light'),
    url('../../helvetica-light-587ebe5a59211.woff') format('woff');
}
:root {
  --container-width: 1200px;
  --container-padding: 15px;
  --font-family: 'Roboto', sans-serif;
  --second-family: 'Roboto', sans-serif;
  --third-family: 'Century Gothic Bold', sans-serif;
  --ciems-orange: #c10907;
  --ciems-yellow: #ffd75a;
  --ciems-grey: #353535;
  --ciems-orange: #f69320;
  --ciems-blue: #4298bc;
  --ciems-back: #fdf5f1;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ciems-grey);
  font-family: var(--font-family);
  overflow-x: hidden;
  text-align: left;
}

.none {
  display: none !important;
}

.mobile {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

a,
button {
  transition: all 0.2s ease;
}

.btn-svg svg path {
  fill: var(--ciems-blue);
  transition: all 0.2s ease;
}

.btn-svg svg:hover path {
  fill: var(--ciems-orange);
}

.accent {
  color: var(--ciems-orange);
}

.btn-accent-red {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-orange);
  padding: 16px 50px;
  border-radius: 100px;
}
.btn-accent-blue {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-blue);
  padding: 16px 50px;
  border-radius: 100px;
}

.btn-accent-red:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ff8900;
}

.btn-accent-yellow,
#reviews-video-2 .show-more-btn,
#reviews-video-1 .show-more-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-orange);
  padding: 16px 35px;
  border-radius: 100px;
}
.btn-accent-yellow:hover,
#reviews-video-2 .show-more-btn:hover,
#reviews-video-1 .show-more-btn:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #da7a27;
}
.btn-accent-blue:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#reviews-video-1 .show-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 30px;
}

.show-more-btn {
  transition: all 0.2s ease;
}

.btn-accent-white {
  font-family: 'Helvetica bold';
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--ciems-orange);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 25px 35px;
  border-radius: 100px;
}

.btn-accent-white:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.section-title {
  margin-bottom: 46px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 46px;
  line-height: 129%;
  text-transform: uppercase;
  color: var(--ciems-orange);
}
.section-title span {
  color: var(--ciems-orange);
}

.white {
  color: #fff;
}

.section {
  padding: 54px 0;
}

.subtitle {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: var(--ciems-blue);
}

.hidden {
  display: none;
}

.btn-wrap {
  text-align: center;
}

.section-bg {
  position: relative;
  background-color: #fff9f1;
}

.img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.reverse {
  flex-direction: row-reverse;
}

.bottom-arrow .more-wrap-btn .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7-acceptance input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  width: 0;
}

.wpcf7-acceptance input[type='checkbox']:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ciems-orange);
  border-radius: 50px;
}

.wpcf7-acceptance input[type='checkbox']:checked:before {
  background: var(--ciems-orange);
  border-color: var(--ciems-orange);
}

.wpcf7-acceptance input[type='checkbox']:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.wpcf7-acceptance input[type='checkbox']:disabled:before {
  box-shadow: none;
  background: #ddd;
}

.wpcf7-acceptance input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-submit {
  background-color: var(--ciems-orange) !important;
  transition: all 0.2s ease;
}

.modal {
  border-radius: 20px !important;
}
.modal h2 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 124%;
  text-transform: uppercase;
  color: var(--ciems-blue);
  margin-bottom: 24px;
}
.modal h2 span {
  color: var(--ciems-orange);
}
.modal h2 p {
  font-size: 22px;
}
.modal textarea.form-input {
  height: 125px;
}
.modal .form-checkbox-wrap {
  font-size: 14px;
  line-height: 120%;
  color: var(--ciems-grey);
}
.modal .form-checkbox-wrap a {
  color: var(--ciems-grey);
}
.modal .wpcf7-form {
  margin-top: 8px;
}
.modal .btn-accent-red {
  padding: 22px 90px;
}
.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew {
  display: block;
  margin-top: 12px;
}
.tape-decor {
  position: relative;
}
.tape-decor::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 1500px;
  background-image: url(../img/svg/lent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.reviews {
  padding: 40px 0 40px;
  scroll-margin-top: -100px;
}
.reviews .container {
  min-height: 595px;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 44px;
  }
  #reviews-video-1 .more-wrap-btn {
    margin-top: 5px;
  }
  #reviews-video-1 .more-wrap-btn .container {
    flex-direction: column;
    justify-content: center;
  }
  #reviews-video-1 .more-wrap-btn::after {
    background-position: right top;
    bottom: 7px;
  }
  #reviews-video-1 .btn-accent-yellow {
    margin-top: 35px;
  }
  #reviews-video-2 .more-wrap-btn {
    margin-top: 36px;
    margin-bottom: 80px;
  }
  html {
    scroll-padding-top: 70px;
  }
  .gift {
    scroll-padding-top: 0px;
    scroll-margin-top: -80px;
  }
  .reviews {
    scroll-margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .camp .camp-text p:not(:last-child) {
    margin-bottom: 8px;
  }
  #reviews-video-2 .show-more-btn {
    display: block;
    width: 70%;
  }
  .modal .wpcf7-form {
    padding: 0;
  }
  .page-template-nodoklis .main-style-2,
  .page-template .main-page,
  .single .single-main {
    padding-top: 70px;
  }
  .reviews {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .reviews .container {
    min-height: 535px;
  }
  .modal {
    margin-top: 60px !important;
  }
  .modal h2 {
    font-size: 30px;
  }
  .mobile {
    display: block;
  }
  .btn-accent-yellow {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 16px 0 !important;
  }
  .btn-accent-red {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 16px 0 !important;
  }
  .section {
    padding: 30px 0;
  }
  .tape-decor::after {
    background-image: url(../img/svg/lent-mob.svg);
    background-position: left center;
  }
  .menu .mobile {
    min-height: 320px;
  }
}
.container {
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  margin: 0 auto;
}

.container-right {
  /* overflow-x: hidden; */
  padding-left: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}
@media (max-width: var(--laptop-size)) {
  .container-right {
    padding-left: var(--container-padding);
  }
}

.container-left {
  /* overflow-x: hidden; */
  padding-right: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}
@media (max-width: var(--laptop-size)) {
  .container-left {
    padding-right: var(--container-padding);
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 350px;
  }
}
/* Blocks */
.about-wrap {
  display: flex;
  justify-content: space-between;
}

.about-wrap-bg {
  background: #fff;
  border-radius: 20px;
  padding: 40px 26px 26px 26px;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  color: var(--ciems-grey);
  border: 1px solid var(--ciems-orange);
  font-weight: 300;
}
.about-wrap-bg p {
  margin-bottom: 12px;
}
.about-wrap-bg img {
  height: 462px;
  object-fit: cover;
  border-radius: 20px;
}

.about-nums {
  max-width: 535px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-nums-item {
  font-size: 16px;
  line-height: 150%;
}
.about-nums-item p:not(:last-child) {
  margin-bottom: 16px;
}
.about-nums-item div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 22px;
  color: var(--ciems-orange);
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .about-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .about-nums {
    max-width: 100%;
  }
  .about-wrap-bg {
    max-width: 100%;
    margin-top: 40px;
    padding-top: 20px;
  }
  .about-wrap-bg img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .about-wrap-bg {
    font-size: 16px;
  }
  .about-wrap-bg p:not(:last-child) {
    margin-bottom: 15px;
  }
  .about-wrap-bg img {
    margin-top: 0;
    height: 221px;
    object-fit: cover;
    border-radius: 20px;
  }
  .about-nums {
    gap: 40px;
  }
  h3 {
    font-size: 18px;
  }
  img {
    border-radius: 20px;
  }
  .about-wrap-bg {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
.bag-row {
  display: flex;
  justify-content: space-between;
}

.bag-text {
  max-width: 570px;
  line-height: 150%;
}
.bag-text span {
  color: var(--ciems-orange);
  font-weight: 700;
}

.bag-img {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  width: 100%;
}
.bag-img img {
  flex-shrink: 0;
  border-radius: 10px;
}
.bag-img img:first-child {
  width: 194px;
  height: 203px;
}
.bag-img img:last-child {
  width: 366px;
  height: 203px;
}

.btn-download {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  margin-top: 50px;
}

.bag .more-wrap-btn {
  margin-top: 58px;
}

.bag .more-wrap-btn::after {
  bottom: -54px;
}

.btn-download {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .bag-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .more-wrap-btn .container {
    flex-wrap: wrap;
  }
  .bag-text {
    max-width: 100%;
  }
  .bag .more-wrap-btn::after {
    background-position: top;
    bottom: auto;
    top: -45px;
  }
  .btn-download {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .bag-img img:last-child {
    width: 60%;
    object-fit: cover;
  }
  .btn-accent-yellow.btn-download {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .bag-img img:first-child {
    width: 112px;
    height: 150px;
    object-fit: cover;
  }
  .bag-img img:last-child {
    width: 192px;
    height: 150px;
  }
  .btn-accent-yellow.btn-download {
    text-align: center;
    padding: 16px 20px !important;
    gap: 0;
  }
  .bag .more-wrap-btn::after {
    top: -42px;
    background-position: top right;
  }
  .bag .more-wrap-btn {
    margin-top: 36px;
  }
}
.page-template-blog main.blog {
  text-align: left;
}

.page-template-blog .blog {
  text-align: center;
}

.blog .btn-accent-red {
  text-align: center;
  padding: 22px 60px;
  margin: 40px auto 0 auto;
}
.blog .section-title {
  text-align: left;
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  text-align: left;
}

.blog-item {
  width: 370px;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.blog-item h3 a {
  font-size: 18px;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  font-weight: 600;
}
.blog-item img {
  height: 222px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.blog-item p {
  flex-grow: 1;
}

.blog-item-info {
  padding: 20px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.blog-item-date {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-item-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
  color: var(--ciems-orange);
}

.camp-wrap {
  display: flex;
  justify-content: space-between;
}

.camp-text {
  max-width: 570px;
  font-size: 22px;
}
.camp-text p:not(:last-child) {
  margin-bottom: 24px;
}

.camp-img {
  position: relative;
}
.camp-img .posa {
  position: absolute;
  left: -150px;
  bottom: 20px;
}

@media (max-width: 1200px) {
  .camp-wrap {
    flex-wrap: wrap;
  }
  .camp-text {
    max-width: 100%;
  }
  .camp-img {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .camp-img .posa {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .camp-img .posa {
    display: none;
  }
  .camp-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .camp .subtitle {
    font-size: 30px;
    margin-top: 30px;
  }
  .cards-item div h4 {
    font-size: 18px;
  }
  .num-decor {
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px !important;
    height: 43px !important;
    font-size: 18px !important;
  }
}
.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 24px;
}

.cards-item {
  border: 1px solid var(--ciems-orange);
  border-radius: 20px;
  padding: 25px;
  max-width: 570px;
  width: 100%;
  background: #fff;
  position: relative;
}
.cards-item div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.cards-item h4 {
  font-size: 22px;
  color: var(--ciems-orange);
}
.cards-item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
}
.cards-item img {
  border-radius: 20px;
}
.camp .cards-item img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.num-decor {
  width: 62px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--ciems-orange);
  background-image: url(../img/svg/num-decor.svg);
  flex-shrink: 0;
}

.show-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.more-wrap-btn {
  margin-top: 60px;
  padding-bottom: 40px;
}

.more-btn {
  border: 2px solid var(--ciems-orange);
  border-radius: 20px;
  padding: 22px 25px;
  width: 415px;
  height: 106px;
  font-size: 28px;
  color: var(--ciems-grey);
  padding: 14px 70px 14px 25px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-weight: 300;
}
.more-btn::after {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  background-image: url(../img/svg/m-ar.svg);
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
}
#reviews-video-1 .more-btn::after {
  background-image: url(../img/youtube.png);
  background-repeat: no-repeat;
}
.more-wrap-btn {
  position: relative;
  background: rgba(246, 147, 32, 0.2);
  padding: 24px 0;
}
.more-wrap-btn .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-card-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.text-card {
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  padding: 25px 37px;
  max-width: 570px;
  min-height: 199px;
  display: flex;
  flex-direction: column;
}
.text-card h3 {
  font-size: 28px;
  color: var(--ciems-orange);
  margin-bottom: 24px;
}
.text-card p {
  font-size: 22px;
  color: var(--ciems-grey);
}
.text-card a {
  text-decoration: underline;
  font-weight: bold;
  color: var(--ciems-grey);
}
.text-card a:hover {
  color: var(--ciems-orange);
}

.faq {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.faq .btn-wrap {
  margin: 80px 0 0;
}
.faq .btn-accent-yellow {
  padding: 20px 60px;
}

.inc-cards {
  padding-top: 100px;
}

.inc-cards-desc {
  font-weight: 500;
  font-size: 22px;
}

.inc-cards-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.inc-cards-item {
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  max-width: 270px;
  padding: 12px;
}
.inc-cards-item h3 {
  margin-top: 18px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: var(--ciems-orange);
}

.parents-cards-wrap {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.parents-card {
  width: 216px;
  border-radius: 20px;
  background-color: var(--ciems-orange);
  font-family: var(--font3);
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.parents-card img {
  border-radius: 20px 20px 0 0;
}
.parents-card p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 5px 15px;
}

.communication-wrap {
  padding: 26px 26px 26px 50px;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.communication-wrap div {
  max-width: 466px;
  font-size: 16px;
  line-height: 150%;
}

.inc-cards.tape-decor::after {
  display: none;
}
.adds .swiper-pag {
  margin-top: 20px;
}
.adds-slider .adds-slider-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  padding: 5px 0;
}
.adds-slider .swiper-slide {
  max-width: 570px;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.adds-slider .swiper-slide.adds-img-last {
  border: none;
  padding: 0;
}
.adds-slider .swiper-slide h3 {
  font-size: 22px;
  line-height: 109%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 24px;
  font-weight: 700;
}
.adds-slider .btn-accent-red {
  font-size: 20px;
  padding: 17px 35px;
}
.adds-slide-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.adds-slide-desc {
  flex-grow: 1;
}
.adds-slide-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.adds-slider .swiper-slide p {
  font-size: 16px;
  line-height: 150%;
  color: var(--ciems-grey);
  margin-bottom: 24px;
  flex-grow: 1;
}
.adds-slider .swiper-slide span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

@media (max-width: 1200px) {
  .communication-wrap {
    padding: 25px;
  }
  .communication-wrap div {
    padding-right: 15px;
  }
  .cards {
    justify-content: center;
  }
  .more-wrap-btn::after {
    max-width: 800px;
  }
  .faq .text-card {
    max-width: 100%;
    width: 100%;
    min-height: auto;
  }
  .faq .text-card h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .communication-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .communication-wrap div {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .more-wrap-btn::after {
    background-size: cover;
    height: 187px;
    bottom: 0;
    background-position: center left;
  }
  .adds-slider .adds-slider-wrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
  }
  .adds-slider .swiper-slide {
    max-width: 100%;
  }
  .adds-img-last {
    display: none !important;
  }
  .adds-soc {
    top: 190px !important;
  }
}
@media (max-width: 576px) {
  .adds-slide-wrap {
    padding: 25px;
  }
  .adds-slide-wrap .btn-accent-red {
    text-align: center;
  }
  .adds-slide-price {
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 0;
  }
  .camp .cards-item img {
    height: 164px;
  }
  .adds-slider {
    margin-bottom: 24px;
  }
  .adds-slider .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
    border-radius: 20px;
  }
  .adds-slider .swiper-slide img {
    width: 100%;
    height: 166px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
  }
  .adds-slider .swiper-slide span {
    margin-bottom: 0;
  }
  .adds-slider .swiper-slide h3 {
    font-size: 18px;
  }
  .inc-cards.tape-decor::after {
    display: block;
    height: 580px;
    top: 100px;
  }
  .communication-wrap img {
    height: 175px;
    border-radius: 20px;
    object-fit: cover;
  }
  .more-wrap-btn::after {
    max-width: 100%;
    background-position: right center;
  }
  .more-btn {
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-right: 100px;
  }
  .more-btn::after {
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
  }
  #reviews-video-1 .btn-accent-yellow {
    text-align: center;
  }
  #reviews-video-1 .more-btn::after {
    transform: translateY(-50%);
  }
  #reviews-video-2 .show-more-btn {
    bottom: -230px;
    display: inline-block;
    padding: 16px 0;
    width: 100%;
    font-size: 18px;
  }
  #reviews-video-1 .more-wrap-btn::after {
    bottom: 90px;
  }
  #reviews-video-1 .show-more-btn {
    font-size: 18px;
  }
  #reviews-video-1 .show-more-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .faq .text-card h3 {
    font-size: 18px;
  }
  .faq .text-card p {
    font-size: 16px;
  }
  .faq .btn-accent-yellow {
    padding: 16px 0;
  }
  .faq .btn-wrap {
    margin: 40px 0 0;
  }
  .inc-cards {
    padding-top: 60px;
  }
  .inc-cards-desc {
    font-size: 18px;
  }
  .parents-card {
    width: 100%;
    min-height: 221px;
  }
  .parents-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }
  .parents-card p {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 515px) {
  .more-wrap-btn::after {
    background-image: url(../img/bg-arrow-mob.png);
  }
}
.check-in .more-wrap-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
}
.check-in .more-wrap-btn .container {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.check-in .more-wrap-btn::after {
  max-width: 1480px;
  width: 105%;
  background-size: cover;
}

.check-in-wrap {
  display: flex;
  justify-content: space-between;
}

.check-in-item {
  max-width: 570px;
  padding: 25px;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.check-in-item h3 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 16px;
}
.check-in-item p {
  font-size: 16px;
  line-height: 150%;
  color: var(--ciems-grey);
  margin-bottom: 15px;
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .check-in-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .check-in {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .check-in .more-wrap-btn::after {
    display: none;
  }
  .check-in .more-wrap-btn {
    margin-top: 36px;
  }
  .check-in .more-wrap-btn .container {
    gap: 12px;
    width: 100%;
  }
  .check-in .more-wrap-btn a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 17px 35px;
  }
}
@media (max-width: 576px) {
  .check-in-item h3 {
    font-size: 24px;
  }
  .check-in-item img {
    border-radius: 20px;
    height: 175px;
    object-fit: cover;
  }
}
.counselor-steps-wrap {
  display: flex;
  justify-content: space-between;
}

.counselor-steps-item {
  width: 270px;
  height: 270px;
  border-radius: 20px;
  background: #fff;
  padding: 32px 20px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.counselor-steps-item span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 22px;
  color: var(--ciems-grey);
  font-style: italic;
}
.counselor-steps-item p {
  font-weight: 400;
  font-size: 22px;
  color: var(--ciems-grey);
}
.counselor-steps-item:nth-child(1) {
  border: 1px solid var(--ciems-orange);
}
.counselor-steps-item:nth-child(3) {
  border: 1px solid var(--ciems-orange);
}
.counselor-steps-item:nth-child(2) {
  background-image: url(../img/counselor-card.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.counselor-steps-item:nth-child(2) p {
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.counselor-steps-item:nth-child(2) span {
  color: #fff;
}
.counselor-steps-item:nth-child(4) {
  background: var(--ciems-blue);
}
.counselor-steps-item:nth-child(4) span {
  color: #fff;
}
.counselor-steps-item:nth-child(4) p {
  color: #fff;
  font-weight: 300;
}

.counselor-steps .btn-wrap {
  margin-top: 70px;
}

.counselor-main .main-title {
  font-size: 50px;
  margin-top: 30px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .counselor-main .main-desc {
    margin-top: 70px;
  }
  .counselor-steps-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .counselor-main .main-title {
    font-size: 30px;
  }
  .counselor-main .main-title div {
    height: 39px;
  }
}
@media (max-width: 992px) {
  .counselor-steps-wrap {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .counselor-main .main-desc {
    margin-top: 65px;
  }
  .counselor-steps-item {
    height: 198px;
  }
  .counselor-main .main-img img {
    margin-bottom: 12px;
  }
  .counselor-steps .btn-wrap {
    margin-top: 36px;
  }
}
.cta {
  padding: 100px 0;
  text-align: center;
  position: relative;
  background: rgba(246, 147, 32, 0.2);
}
.cta::before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 25px;
  width: 344px;
  height: 500px;
  background-image: url(../img/svg/decor-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  #z-index: 1;
}
.cta.section-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 10px;
  width: 245px;
  height: 355px;
  background-image: url(../img/svg/decor-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transform: scale(-1, 1);
}
.cta img {
  width: 179px;
  height: 179px;
  border-radius: 100%;
  position: absolute;
  bottom: 120px;
  z-index: 2;
}
.cta .img-left {
  left: 10%;
}
.cta .img-right {
  right: 10%;
}
.cta .btn-accent-yellow {
  padding: 20px 80px;
}
.cta-desc {
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #1a1817;
  max-width: 750px;
  margin: 0 auto 50px;
}

@media (max-width: 1200px) {
  .cta img {
    display: none;
  }
}
@media (max-width: 576px) {
  .counselor-main .main-desc {
    margin-top: 36px;
  }
  .rent .main-info {
    align-items: stretch;
  }
  .rent .main-img img {
    margin-bottom: 12px;
  }
  .single-main .single-title {
    font-size: 30px;
  }
  .page-template-rules .main::after,
  .page-template-blog .main::after {
    bottom: -75px;
  }
  .cta {
    padding: 100px 0;
  }
  .cta::after {
    display: none;
  }
  .cta-desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.desc-num-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.desc-num-row {
  display: flex;
  justify-content: space-between;
}
.desc-num-row img {
  border-radius: 20px;
  object-fit: cover;
  max-width: 570px;
  width: 100%;
  height: 180px;
}
.desc-num-row .desc-num-text {
  display: flex;
  gap: 40px;
  max-width: 570px;
}
.desc-num-row .desc-num-text span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 190%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  line-height: 1;
}
.desc-num-row .desc-num-text p {
  font-size: 16px;
  line-height: 150%;
}
.desc-num-row .desc-num-text p:not(:last-child) {
  margin-bottom: 14px;
}

.desc-num-accent {
  position: relative;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  padding: 70px 50px;
  margin-top: 120px;
}
.desc-num-accent div {
  max-width: 570px;
}
.desc-num-accent img {
  position: absolute;
  max-width: 534px;
  top: -50px;
  right: -15px;
}
.desc-num-accent .section-title {
  margin-bottom: 20px;
}
.desc-num-accent h4 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 150%;
}
.desc-num-accent p {
  line-height: 150%;
}

.rent-desc-num h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 20px;
}

.rent-desc-num .desc-num-row img {
  height: auto;
}

@media (max-width: 1200px) {
  .nums {
    position: relative;
    z-index: 1;
  }
  .desc-num-row img {
    max-width: 40%;
    object-fit: cover;
  }
  .desc-num-row .desc-num-text {
    max-width: 57%;
    gap: 20px;
  }
  .desc-num-accent img {
    max-width: 30%;
    top: 20%;
    right: 50px;
  }
}
@media (max-width: 992px) {
  .desc-num-accent img {
    display: none;
  }
}
@media (max-width: 768px) {
  .desc-num-accent img {
    display: block;
    position: relative;
    max-width: 80%;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
  .desc-num-row {
    flex-wrap: wrap;
  }
  .desc-num-row .desc-num-text {
    width: 100%;
    max-width: 100%;
  }
  .desc-num-row img {
    max-width: 320px;
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .desc-num-accent {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .desc-num-row .desc-num-text {
    flex-direction: column;
    gap: 10px;
  }
  .desc-num-row .desc-num-text span {
    font-size: 25px;
  }
  .desc-num-accent {
    padding: 40px 24px;
  }
  .desc-num-accent img {
    max-width: 100%;
    width: 100%;
  }
}
.entertainments {
  background-repeat: no-repeat;
  background-position: top -200px right 0;
  position: relative;
}
.section-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -260px;
  right: 0;
  z-index: -1;
}
.entertainments img {
  border-radius: 20px;
}

.entertainments-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.entertainments-item {
  border-radius: 20px;
  padding: 28px 24px;
  max-width: 370px;
  min-height: 265px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ciems-orange);
}
.entertainments-item span {
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
}
.entertainments-item h3 {
  font-size: 22px;
  max-width: 280px;
  flex-grow: 1;
  margin-top: 15px;
}
.entertainments-item img {
  border-radius: 10px;
}

.entertainments-tow-col {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.entertainments-tow-col .entertainments-wrap {
  max-width: 770px;
}

@media (max-width: 1200px) {
  .entertainments-last-img {
    margin: 24px auto 0 auto;
    height: 410px;
    width: 50%;
    object-fit: cover;
  }
  .entertainments-wrap {
    justify-content: center;
    gap: 30px;
  }
  .entertainments-tow-col {
    flex-wrap: wrap;
  }
  .entertainments-tow-col .entertainments-wrap {
    max-width: 100%;
  }
  .entertainments-tow-col .img {
    height: 300px;
    margin: 30px auto 0 auto;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .entertainments-item:nth-child(2),
  .entertainments-item:nth-child(3),
  .entertainments-item:nth-child(4) {
    order: -1;
  }
}
@media (max-width: 576px) {
  .entertainments-item {
    position: relative;
    min-height: 140px;
    width: 100%;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
  }
  .entertainments-item span {
    display: none;
  }
  .entertainments-item h3 {
    max-width: 185px;
    font-size: 16px;
    margin-top: 0;
  }
  .entertainments-item img {
    position: absolute;
    top: 19%;
    right: 15px;
    width: 87px;
    height: 87px;
    object-fit: cover;
    border-radius: 50%;
  }
  .entertainments-tow-col .img {
    width: 100%;
  }
  .entertainments-last-img {
    margin: 24px auto 0 auto;
    height: 310px;
    width: 100%;
  }
}
.error-page {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-page h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 220px;
  line-height: 27%;
  text-transform: uppercase;
  text-align: center;
  color: var(--ciems-orange);
  margin-bottom: 100px;
}
.error-page p {
  font-weight: 700;
  font-size: 26px;
  line-height: 131%;
  text-transform: uppercase;
  text-align: center;
  color: var(--ciems-orange);
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .error-page {
    padding-top: 80px;
    min-height: 50vh;
  }
  .error-page h1 {
    font-weight: 400;
    font-size: 100px;
    line-height: 10%;
    margin-bottom: 60px;
  }
  .error-page p {
    font-size: 18px;
    line-height: 189%;
    margin-bottom: 36px;
  }
}
.footer {
  backdrop-filter: blur(4px);
  background: var(--ciems-orange);
  color: #fff;
  padding: 32px 0;
  font-weight: 300;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: var(--ciems-yellow);
}
.footer .tel,
.footer .email {
  font-size: 18px;
}
.footer .tel {
  border: 5px solid #fff;
  padding: 9px 20px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-col {
  max-width: 28%;
}
.footer-col:first-child {
  line-height: 150%;
}
.footer-col:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.footer-col:last-child div {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.footer-col:first-child p:not(:last-child) {
  margin-bottom: 40px;
}

.svg-white path {
  transition: all 0.2s ease;
}

.tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.tel:hover .svg-white path {
  fill: var(--ciems-yellow);
}

.svg-white:hover path {
  fill: var(--ciems-yellow);
}

.footer-menu {
  margin-bottom: 18px;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.email {
  text-decoration: underline !important;
}

@media (max-width: 1200px) {
  .footer-row {
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer-col {
    max-width: 100%;
    width: 47%;
  }
}
@media (max-width: 576px) {
  .footer-col {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .footer-col:last-child {
    text-align: left;
  }
  .tel {
    justify-content: start;
  }
  .footer-col:last-child div {
    justify-content: start;
  }
  .footer-col:first-child p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form form,
.modal form {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form .container {
  display: flex;
  align-items: center;
  background-image: url(../img/form-bg.jpg);
  background-size: cover;
  min-height: 760px;
  padding: 50px;
  border-radius: 20px;
}

.form label,
.modal label {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--text-color);
  margin-bottom: 8px;
  display: inline-block;
}

.form .section-title {
  max-width: 600px;
  margin-bottom: 24px;
  font-size: 42px;
}

.form .btn-accent {
  padding: 20px 100px;
  font-weight: 600;
  font-size: 25px;
  line-height: 200%;
  text-align: center;
  color: #fff;
}

.form-bg {
  display: flex;
  background: #fff;
  align-items: start;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  padding: 48px 40px 44px;
  border-radius: 20px;
}

.form-input {
  width: 100%;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 11px 26px 17px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  position: relative;
  color: #404040;
}

.form-input:focus {
  outline: solid 2px var(--accent);
}

.form-input::placeholder {
  font-size: 14px;
  line-height: 130%;
  color: #404040;
  opacity: 0.6;
  font-weight: 300;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.form-row .form-input {
  max-width: 398px;
}

.form-input-wrap {
  text-align: left;
}

.form-row .form-input-wrap {
  flex-basis: 48%;
}

.input-icon {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.input-icon::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 1;
  background-color: #f8f8f8;
}

.input-phone::before {
  background-image: url(../img/svg/phone-1.svg);
}

.input-email::before {
  background-image: url(../img/svg/email-1.svg);
}

textarea.form-input {
  resize: none;
  height: 170px;
}

.round {
  position: relative;
  margin-top: 3px;
}

.round label {
  border: 2px solid var(--ciems-orange);
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  width: 12px;
  height: 6px;
  top: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
}

.round input[type='checkbox'] {
  visibility: hidden;
}

.round input[type='checkbox']:checked + label {
  background-color: var(--ciems-orange);
  border-color: var(--ciems-orange);
}

.round input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.form-checkbox-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.form-checkbox-wrap a {
  text-decoration: none;
  color: var(--ciems-orange);
  font-weight: 500;
}

.form .btn-accent-red {
  padding: 20px 80px;
}

.form-desc {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  form {
    padding: 54px 15px;
  }
  .form .container {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .form .container {
    padding: 0;
    min-height: auto;
  }
  .form-bg {
    padding: 30px 20px 30px;
    height: 100%;
  }
  .form-wrap {
    width: 100%;
  }
  .form form {
    padding: 0;
  }
  .form .section-title {
    font-size: 30px;
  }
  .form-desc {
    font-size: 16px;
  }
  .form-checkbox-wrap {
    font-size: 14px;
  }
  .form .btn-accent-red {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
  }
}
.gift {
  background: rgba(246, 147, 32, 0.2);
  padding: 80px 0 80px;
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 54px;
  position: relative;
  z-index: 1;
}
.gift::before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 344px;
  height: 500px;
  background-image: url(../img/svg/decor-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.gift::after {
  content: '';
  display: block;
  position: absolute;
  top: 47px;
  right: 150px;
  width: 245px;
  height: 355px;
  background-image: url(../img/svg/decor-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scale(-1, 1);
}
.gift .container {
  z-index: 9;
}
.gift p:not(:last-child) {
  margin-bottom: 15px;
}
.gift .btn-accent-yellow {
  margin-top: 50px;
  margin-bottom: 20px;
}

.gift-wrap {
  display: flex;
  justify-content: space-between;
  z-index: 11;
}

.gift-offer {
  max-width: 512px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.gift-img {
  border-radius: 20px;
}

.gift-img-wrap {
  max-width: 606px;
  width: 100%;
  position: relative;
}
.gift-btn-wrap a {
  padding: 25px 0;
  font-weight: 700;
}
.gift-img-icon {
  position: absolute;
  bottom: 50px;
  left: -60px;
}

.gift-btn-wrap {
  width: 460px;
}
.gift-btn-wrap a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

@media (max-width: 1200px) {
  .gift .mobile {
    display: none;
  }
  .gift-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .gift-img-icon {
    right: 12px;
    bottom: -20px;
    left: auto;
  }
  .gift .btn-accent-white {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .gift {
    margin-bottom: 0;
  }
  .gift-img-icon {
    width: 65px;
    height: 72px;
  }
}
@media (max-width: 576px) {
  .gift-offer {
    max-width: 100%;
  }
  .gift-btn-wrap {
    width: 100%;
  }
  .gift-btn-wrap a {
    font-size: 18px;
    padding: 16px 0;
  }
  .gift .btn-accent-white {
    margin-bottom: 12px;
  }
  .gift-img {
    height: 200px;
    object-fit: cover;
  }
  .gift {
    padding-top: 100px;
  }
  .gift-offer p {
    font-size: 16px;
    line-height: 150%;
  }
}
.header {
  padding: 20px 0;
  background: rgba(242, 248, 248, 0.6);
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.header-menu {
  flex-grow: 1;
}

.header-menu ul {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}
.header-menu-wrap {
  justify-content: space-between;
  margin-right: 36px;
  gap: 32px;
}
.header-menu a {
  font-size: 16px;
  color: #4298bc;
}

.header-menu-wrap:not(:has(> li:nth-child(4))) {
  justify-content: flex-start;
}

.header-menu-wrap:not(:has(> li:nth-child(4))) > li:last-child {
  margin-left: auto;
  margin-right: 0;
}

.header-menu li {
  position: relative;
}
.header-menu li:nth-child(3) {
  margin-right: 160px;
}

.header-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.header-buttons {
  display: flex;
  align-items: center;
}
.header-menu a:hover {
  color: var(--ciems-orange);
}
.sub-menu li:nth-child(3) {
  margin-right: 0;
}
.sub-menu {
  position: absolute;
  left: -10px;
  top: 30px;
  width: 240px;
  padding: 20px 0;
  background: rgba(229, 241, 244, 1);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  border-radius: 30px;
}

.sub-menu li a::after {
  display: none;
}

.sub-menu a {
  color: var(--text-color);
  font-size: 14px;
  padding: 5px 20px;
  display: block;
}

.menu-item-has-children {
  margin-right: 5px;
}

.menu-item-has-children::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: -16px;
  background-image: url(../img/svg/menu-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 6px;
  height: 8px;
  cursor: pointer;
}

.header-site-ru {
  margin-left: 4px;
  margin-right: 14px;
  color: var(--ciems-blue);
  font-size: 16px;
  text-transform: uppercase;
}
.header-site-ru:hover {
  color: var(--ciems-orange);
}
.btn-svg .basket path {
  fill: var(--ciems-blue);
}

.btn-svg .basket:hover path {
  fill: var(--ciems-orange);
}

.svg-soc-btn:not(:last-child) {
  margin-right: 10px;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger {
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}

.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: var(--ciems-orange);
}

.burger::before {
  top: 0;
  box-shadow: 0 11px 0 var(--ciems-orange);
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger-checkbox:checked + .burger::after {
  bottom: 12px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

.mobile-menu {
  display: none;
}

.header-mobule-row-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 992px) {
  section.cart {
    padding-top: 70px;
  }
  .header-menu {
    margin-bottom: 30px;
  }
  .header-site-ru {
    margin: 0;
    font-weight: 700;
    color: var(--ciems-orange);
  }
  .menu-item-has-children::after {
    top: 4px;
    width: 9px;
    height: 11px;
  }
  .header-row {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header-logo a {
    display: flex;
    align-items: center;
  }
  .header-logo img {
    width: 75px;
  }
  .header-logo span {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    max-width: 100px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: 64px;
    background: #f2f8f8;
  }
  .mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;
  }
  .mobile-menu__icon {
    display: block;
    position: relative;
    background: var(--ciems-blue);
    width: 90%;
    height: 2px;
    transition: 0.2s;
  }
  .mobile-menu__icon::after,
  .mobile-menu__icon::before {
    content: '';
    display: block;
    position: absolute;
    background: var(--ciems-blue);
    width: 100%;
    height: 2px;
    transition: 0.2s;
  }
  .mobile-menu__icon::after {
    top: 8px;
  }
  .mobile-menu__icon::before {
    top: -8px;
  }
  .mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 99;
    height: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    overflow: hidden;
    background-color: #fff;
  }
  .mobile-menu__list {
    transition: 0.5s;
    transition-delay: 0.5s;
    list-style: none;
    padding-left: 0;
    margin-top: -50px;
  }
  .mobile-menu__item {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .mobile-menu__link {
    text-decoration: none;
    color: #fff;
  }
  .mobile-menu__checkbox {
    display: none;
  }
  .header-menu li:nth-child(3) {
    margin-right: 0;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 100vh;
    transition-delay: 0s;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
  }
  .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-menu__checkbox:checked
    ~ .mobile-menu__btn
    .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mobile-menu__container .header-wrap {
    display: block;
    width: 320px;
  }
  .mobile-menu .container {
    display: flex;
    justify-content: start;
    height: 100%;
    width: 100%;
  }
  .header-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .header-menu .sub-menu a::after {
    display: none;
  }
  .sub-menu {
    left: 50%;
    transform: translateX(-50%) !important;
    background-color: #f8f8f8;
  }
  .header-menu a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #1e1e1e;
  }
  .header-menu {
    margin-right: 0;
  }
  .header-lang {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .header-lang a {
    color: #000;
  }
  .header-lang a:hover {
    color: var(--accent-light);
  }
  .header .btn-accent::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--accent-light);
    background-image: url(../img/svg/btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    right: -42px;
    top: 0px;
    z-index: -1;
  }
  .header-lc {
    font-weight: 300;
    font-size: 16px;
    color: var(--ciems-orange);
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
  }
  .header-menu-lang {
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    margin-bottom: 24px;
    text-transform: uppercase;
  }
  .header-menu-lang a {
    color: var(--ciems-grey);
  }
  .mobile-menu .header-phone {
    display: block;
  }
  .header-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .header-contacts a{
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ciems-grey);
  }
  .header-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
  }
  .header-icons .svg-white path {
    fill: var(--ciems-orange);
  }
  .mobile-menu .header-wrap-col {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 180px;
    margin: 50px auto 0 auto;
    font-size: 16px;
    gap: 32px;
  }
  .header-time {
    text-align: left;
  }
  .header-phone {
    display: flex !important;
    align-items: center;
  }
  .header-wrap-col img {
    width: 16px;
  }
  .header-time {
    display: flex;
    align-items: center;
  }
  .header-time img {
    margin-top: 0;
  }
  .mobile-menu .contacts-row-soc {
    justify-content: center;
    margin-top: 20px;
  }
  .header-buttons {
    display: flex;
    align-items: center;
  }
  .header-buttons .tel {
    margin-right: 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ciems-orange);
  }
}
@media (max-width: 576px) {
  .basket {
    margin-left: 0;
  }
  .svg-soc-btn:not(:last-child) {
    margin-right: 6px;
  }
  .btn-svg svg {
    width: 20px;
    height: 20px;
  }
  .btn-svg svg path {
    fill: var(--ciems-orange);
  }
  .header-buttons {
    display: flex;
    align-items: center;
  }
  .header-buttons .tel {
    margin-right: 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ciems-blue);
  }
  .header-buttons .svg-soc-btn {
    display: none;
  }
  .header-buttons {
    width: 280px;
    justify-content: space-between;
  }
}
.included-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}

.included-item {
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 20px;
  padding: 22px 32px;
  max-width: 560px;
  min-height: 140px;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--ciems-orange);
}
.included-item a {
  text-decoration: underline;
  color: var(--ciems-orange);
}
.included-item h3 {
  font-size: 25px;
  color: var(--ciems-orange);
  font-weight: 700;
  margin-bottom: 10px;
}
.included-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .inc-cards-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .inc-cards-item {
    max-width: 48%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .inc-cards-item img {
    max-width: 200px;
  }
  .included-wrap::after {
    display: none;
  }
  .included-item {
    max-width: 48%;
  }
}
@media (max-width: 992px) {
  .inc-cards-item {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .included-item {
    width: 100%;
    max-width: 100%;
  }
  .inc-cards-item {
    max-width: 100%;
    text-align: left;
	gap: 20px;
  }
  .inc-cards-item h3 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .included-item p {
    font-size: 16px;
  }
  .included-item h3 {
    font-size: 18px;
  }
  .inc-cards-item img {
    max-width: 120px;
  }
  .inc-cards-item h3 {
    font-size: 18px;
    margin-top: 0;
  }
}
.main {
  padding: 110px 0 70px;
  position: relative;
}

.main::before, .thankyou::before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 280px;
  height: 410px;
  background-image: url(../img/svg/decor-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main::after, .thankyou::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 424px;
  height: 614px;
  background-image: url(../img/svg/decor-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.thankyou::after {
  bottom: -120px;
}

.main-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 20px;
}

.main-img img {
  max-width: 684px;
  border-radius: 20px;
}

.main-title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-top: 40px;
  position: relative;
}
.main-title span {
  color: var(--ciems-orange);
}
.main-title a {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-top: -35px;
  margin-left: 15px;
}

.main-desc {
  margin-top: 24px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 156%;
  max-width: 400px;
}

.main-cashback {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 460px;
  padding: 14px 17px;
  background-color: #fff;
  font-weight: 400;
  margin-top: 50px;
  border: 1px solid var(--ciems-orange);
  border-radius: 20px;
  font-size: 18px;
  color: #1a1817;
}
.main-cashback span {
  font-weight: 700;
  font-size: 18px;
  color: var(--ciems-orange);
}

.main-play svg rect {
  transition: all 0.2s ease;
}

.main-play:hover svg rect {
  fill: var(--ciems-orange);
}

.marquee {
  background-color: var(--ciems-orange);
  font-weight: 500;
  font-size: 25px;
  line-height: 152%;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 0;
}

.timer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.main-page .main-title-wrap {
  position: relative;
}
.main-page .main-title {
  line-height: 1.1;
}
.main-page .main-desc {
  margin-top: 80px;
}

.main-style-2 .main-title {
  font-size: 50px;
}
.page-template-rules .main-title {
  color: var(--ciems-orange);
}
@media (max-width: 1200px) {
  .main-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-img {
    margin-top: 30px;
  }
  .main-title-wrap {
    position: relative;
  }
  .main-desc {
    margin-top: 80px;
  }
  .main-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 684px;
  }
  .main-title {
    line-height: 100%;
    font-size: 65px;
  }
  .main-title div {
    display: inline;
    height: auto;
  }
}
@media (max-width: 768px) {
  .page-template-parents .main-info {
    padding-right: 0 !important;
    display: block;
  }
  .main::after {
    width: 450px;
    height: 550px;
    background-size: contain;
    background-position: bottom right;
  }
  .main-title {
    font-size: 44px;
    line-height: 133%;
  }
  .main-desc {
    font-size: 16px;
  }
  .main-img {
    width: 100%;
  }
  .main-img img {
    width: 100%;
    object-fit: cover;
    height: 350px;
  }
}
@media (max-width: 576px) {
  .main-style-2 .main-cashback {
    position: relative;
    bottom: auto;
  }
  .main-style-2 .main-title {
    font-size: 30px;
  }
  .main-title div {
    padding-top: 0;
  }
  .main-title {
    position: relative;
    font-size: 30px;
    margin-top: 30px;
  }
  .main-title::after {
    width: 97px;
    height: 14px;
    bottom: -20px;
  }
  .main .btn-accent-red {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
  }
  .main-desc {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .main-img img {
    height: 225px;
    margin-bottom: 132px;
  }
  .main-title div {
    height: auto;
  }
  .main-cashback {
    font-size: 16px;
    padding: 14px 15px;
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
  .main-cashback img {
    width: 29px;
    object-fit: cover;
  }
  .main-cashback span {
    font-size: 16px;
  }
  .marquee {
    font-size: 16px;
    padding: 7px 0;
  }
  .main-title .main-play {
    width: 37px;
    height: 37px;
    margin: 0;
  }
  .main-play svg {
    margin-bottom: -8px;
  }
  .main-title div {
    padding: 0;
  }
  .main-page .main-desc {
    margin-top: 50px;
  }
  .main-page .main-img img {
    margin-bottom: 0;
  }
  .main::after {
    width: 260px;
  }
  .main-page .main-img {
    margin-top: 10px;
  }
  .main {
    padding-bottom: 24px;
  }
}
.map {
  padding: 100px 0 100px;
  position: relative;
}
.map::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50px;
  width: 280px;
  height: 410px;
  background-image: url(../img/svg/decor-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.map::after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 5px;
  width: 404px;
  height: 585px;
  background-image: url(../img/svg/decor-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.map iframe {
  max-width: 845px;
  width: 100%;
  border-radius: 20px;
}

.map-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.map-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  padding: 0 30px;
  width: 428px;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.map-info h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ciems-orange);
  margin-bottom: 15px;
}
.map-info h3:not(:first-child) {
  margin-top: 30px;
}
.map-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #333;
  margin-bottom: 20px;
}
.map-info a:nth-child(3) svg {
  margin-right: 12px;
}
.map-info a:hover {
  color: var(--ciems-orange);
}

.page-template-contacts .map .section-title {
  color: var(--ciems-orange);
}
.page-template-contacts .map {
  background: none;
  padding: 60px 0;
}
.page-template-parents .main-title {
  margin-top: 0;
  font-weight: 700;
}
.page-template-parents .main-info {
  padding-right: 20px;
}
.page-template-parents .shifts {
  margin-top: 40px !important;
}
.page-template-reviews .main-title {
  padding-right: 20px;
}
.page-template-reviews .main-desc {
  margin: 20px 0 0;
}
.page-template-reviews .cards-item img {
  height: 247px;
  width: 100%;
  object-fit: cover;
}
.page-template-reviews .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 8px;
}
.page-template-reviews .pagination button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 1px;
  font-weight: 300;
  background-color: #fff;
  color: #251f26;
}
.page-template-reviews .pagination .active button {
  border: 1px solid var(--ciems-orange);
}
.page-template-blog .main-desc {
  margin: 24px 0 0;
}
.more-wrap-btn {
  display: none;
}
.link-accent a {
  font-weight: 700;
  text-transform: uppercase;
}
.adds-soc {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.bag .more-wrap-btn {
  display: block;
}
.page-template-product-list .main-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-template-product-list .form {
  background: none;
}
.page-template-product-list .form::after {
  display: none;
}
.product-list-wrap .shifts-info {
  max-width: 100%;
}
.page-template-rent .section-bg {
  background: none;
}
.page-template-rent .section-bg::after {
  display: none;
}
.page-template-rent .map {
  background: rgba(246, 147, 32, 0.2);
}
.page-template-rent .map::before {
  background-image: url(../img/svg/decor-white.svg);
  z-index: 0;
  width: 344px;
  height: 500px;
}
.page-template-rent .map-row {
  z-index: 1;
}
.page-template-rent .map::after {
  background-image: url(../img/svg/decor-white.svg);
  z-index: 0;
  transform: scale(-1, 1);
  width: 245px;
  height: 355px;
}
.page-template-nodoklis .main-wrap {
  align-items: center;
}
.page-template-nodoklis .main-page .main-desc {
  margin: 24px 0 40px 0;
}
@media (max-width: 1200px) {
  .page-template-parents .main-desc {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .map-info a {
    font-size: 16px;
  }
  .map-info a svg {
    flex-shrink: 0;
    width: 21px;
  }
  .map-info a:nth-child(3) svg {
    margin-right: 0;
  }
  .map-row {
    display: flex;
    gap: 20px;
  }
  .map-info {
    position: relative;
    top: auto;
    transform: none;
  }
}
@media (max-width: 768px) {
  .map-row {
    flex-wrap: wrap;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 20px;
    padding: 25px;
  }
  .map-info {
    width: 100%;
    padding: 0;
    height: auto;
    box-shadow: none;
  }
  .map-info h3:not(:first-child) {
    margin-top: 5px;
  }
  .page-template-reviews .cards-item img {
    height: 150px;
  }
  .page-template-reviews #reviews-video-1 {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .page-template-parents .main-desc {
    margin-top: 40px;
  }
  .map iframe {
    height: 250px;
  }
}
.menu {
  position: relative;
  margin-top: 100px;
  padding-bottom: 150px;
}
.menu .desktop {
  position: absolute;
  top: -20px;
  right: 5%;
  min-height: 845px;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-list h3 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 190%;
  text-transform: uppercase;
  color: var(--ciems-orange);
}
.menu-desc {
  max-width: 550px;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .menu .desktop {
    height: 100%;
    right: -180px;
  }
}
@media (max-width: 1400px) {
  .menu .desktop {
    right: -190px;
  }
}
@media (max-width: 1200px) {
  .menu {
    overflow: hidden;
  }
  .menu .desktop {
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    object-fit: contain;
    width: 48%;
  }
  .menu {
    padding-bottom: 54px;
  }
}
@media (max-width: 992px) {
  .menu .desktop {
    display: none;
  }
  .menu .mobile {
    display: block;
    margin-top: 40px;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .menu .mobile {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .menu {
    padding-bottom: 30px;
  }
  .menu-list {
    gap: 24px;
  }
  .menu-list h3 {
    font-size: 24px;
  }
  .menu .mobile {
    margin-top: 12px;
  }
}
.nums {
  padding: 60px 0 80px 0;
  margin-bottom: 50px;
}
.nums-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: -70px;
  width: 73px;
  height: 107px;
  background-image: url(../img/svg/decor-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scale(-1, 1);
  opacity: 0.5;
}
.nums-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  right: -170px;
  width: 180px;
  height: 261px;
  background-image: url(../img/svg/decor-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: scale(-1, 1);
  opacity: 0.5;
}

.nums-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.nums-item {
  text-align: center;
  max-width: 270px;
  width: 100%;
  background-color: #fff;
  outline: 1px solid var(--ciems-orange);
  outline-offset: -6px;
  border-radius: 20px;
  padding: 15px 0;
}
.nums-item span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  text-transform: uppercase;
  text-align: center;
  color: var(--ciems-orange);
}
.nums-item p {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: var(--ciems-grey);
}

@media (max-width: 992px) {
  .nums-wrap {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .nums-wrap {
    column-gap: 0;
    row-gap: 15px;
  }
  .nums-item {
    max-width: 45%;
  }
  .nums-item span {
    font-size: 30px;
  }
  .nums-item p {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .nums {
    padding: 30px 0;
  }
}
.rent .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 425px;
  gap: 20px;
}
.rent .btn-wrap a {
  min-width: 320px;
}

.schedule .tab {
  display: flex;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  justify-content: space-between;
}
.schedule-info-wrap {
  margin-top: 54px;
}
.schedule-info-wrap h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 18px;
}
.tab-pane:not(.tab-pane-show) {
  display: none;
}

.tab-content {
  width: 456px !important;
}

.tab-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  max-width: 484px;
  width: 100%;
  position: relative;
}
.tab-nav::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -70px;
  background-image: url(../img/svg/orange-line.svg);
}
.tab-nav button {
  width: 100%;
  height: 93px;
  border: 1px solid var(--ciems-orange);
  color: var(--ciems-orange);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.tab-btn-active {
  background: var(--ciems-orange);
  color: #fff !important;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.schedule-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  cursor: pointer;
}
.schedule-list li:hover img {
  visibility: visible;
  opacity: 1;
}
.schedule-list li:hover p {
  color: var(--ciems-orange);
}
.schedule-list img {
  position: absolute;
  top: -55px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.9s ease;
  z-index: 9;
}
.schedule-list p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  max-width: 300px;
  transition: all 0.2s ease;
}

.schedule-list-time {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 75%;
  color: var(--ciems-orange);
  width: 100px;
}

.schedule-day {
  display: none;
  max-width: 320px;
  width: 100%;
  text-align: center;
  height: 54px;
  background: var(--ciems-orange);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .tab-nav {
    max-width: 200px;
    font-size: 24px;
    gap: 10px;
  }
  .tab-nav button {
    font-size: 18px;
    height: 78px;
  }
  .schedule-list img {
    right: -20px;
  }
}
@media (max-width: 992px) {
  .tab-nav::after {
    display: none;
  }
  .schedule .tab {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .tab-nav {
    display: none;
  }
  .tab-pane:not(.tab-pane-show) {
    display: block;
  }
  .schedule .tab {
    flex-direction: column;
  }
  .tab-content {
    width: 100% !important;
    max-width: 100%;
  }
  .schedule-slider {
    overflow: hidden;
    z-index: 1;
  }
  .schedule-list img {
    display: none;
  }
  .schedule-list li:hover img {
    visibility: hidden;
    opacity: 0;
  }
  .schedule-day {
    display: flex;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .schedule-list {
    gap: 24px;
  }
  .schedule .swiper-pag {
    margin-top: 30px;
  }
  .section .swiper-pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .schedule .swiper-pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: rgba(234, 135, 50, 0.5);
  }
  .adds .swiper-pag .swiper-pagination-bullet {
    background-color: rgba(234, 135, 50, 0.5);
  }
  .schedule .swiper-pag .swiper-pagination-bullet-active {
    background: var(--ciems-orange);
  }
  .adds .swiper-pag .swiper-pagination-bullet-active {
    background: var(--ciems-orange);
  }
  .schedule-list-time {
    flex-shrink: 0;
    font-size: 24px;
    width: 80px;
  }
  .schedule-list li {
    gap: 8px;
  }
  .schedule-list p {
    font-size: 16px;
    line-height: 150%;
  }
}
.shifts {
  padding: 50px 0 100px;
  margin-bottom: 54px;
}

.shifts-info {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 24px 30px 24px;
  max-width: 635px;
  width: 100%;
  position: relative;
  border: 1px solid var(--ciems-orange);
}
.shifts-info div {
  width: 100%;
}
.shifts-info .btn-accent-red,
.shifts-info .btn-accent-blue {
  font-size: 16px;
  display: block;
  padding: 16px 0;
  text-align: center;
  max-width: 305px;
  width: 100%;
  font-weight: 400;
}
.shifts-info .btn-accent-red {
  margin-top: 20px;
}
.shifts-info .btn-accent-blue {
  margin-top: 10px;
}
.shifts-info img {
  position: absolute;
  right: 20px;
  bottom: 45px;
  width: 208px;
  height: 348px;
  object-fit: cover;
  display: none;
}
.shifts-info .shifts-info-price {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.shifts-info .shifts-info-price ins {
  text-decoration: none !important;
}
.shifts-info-price .shifts-info-nums {
  font-size: 22px;
  font-weight: 300;
}
.shifts-info .price-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.shifts-tab-img {
  max-width: 512px;
  height: auto;
  object-fit: cover;
}
.shifts-btn-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.shifts-info select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/svg/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-size: 36px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #f69320;
  padding: 5px 36px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  outline: none;
  text-align: center;
}
.shifts-info-price-title {
  font-weight: 400;
  font-size: 18px;
  color: var(--ciems-grey);
}
.select-season {
  font-size: 22px;
}

.shifts-info-nums {
  font-weight: 400;
  font-size: 22px;
  font-family: var(--font-family);
  text-transform: none;
  color: var(--ciems-orange);
}
.shifts-info-nums:not(:last-child) {
  margin-bottom: 15px;
}
.shifts-info-nums span {
  font-weight: 600;
  font-size: 25px;
}
.shifts-info-price {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 52px;
  text-transform: uppercase;
  color: var(--ciems-orange);
  display: flex;
  align-items: center;
  gap: 24px;
}
.shifts-info-price del {
  font-size: 30px;
  opacity: 0.7;
}
.shifts-info-date {
  margin-top: 20px;
  font-size: 14px;
}
.shifts-info .credit-btn {
  display: block;
  max-width: 100%;
  width: 100%;
}
.credit-btn span {
  font-weight: 300;
  text-transform: none;
}
.product-info-wrap .product-info {
  display: none;
}

.product-info.selected {
  display: block;
}
.product-info.product-info-soon {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.product-info-soon h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #f69320;
  margin-bottom: 12px;
}
.product-info.product-info-soon img {
  max-height: 412px;
  height: 328px;
}
.product-info-soon p {
  font-size: 22px;
  line-height: 136%;
  color: var(--ciems-grey);
  margin-bottom: 30px;
}
.product-info-soon .accent {
  font-weight: 700;
  font-size: 22px;
  color: var(--ciems-orange);
  margin-bottom: 0;
}
.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 20px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}
.tab:nth-of-type(1) + label {
  border-right: none;
  position: relative;
}
.tab:nth-of-type(2) + label {
  position: relative;
  border-right: none;
  border-left: none;
}
.tab:nth-of-type(3) + label {
  position: relative;
  border-right: none;
  border-left: none;
}
.tab:nth-of-type(4) + label {
  border-left: none;
}
.tab:nth-of-type(1) + label::after,
.tab:nth-of-type(2) + label::after,
.tab:nth-of-type(3) + label::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 70%;
  background: var(--ciems-orange);
}
.tab:checked + label {
  background: var(--ciems-orange);
  color: #fff;
  cursor: default;
}
.tab:checked + label:hover {
  background-color: #e8791b;
  color: #fff;
}
.tab + label {
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  flex-grow: 3;
  background-color: #fff;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 93px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 700;
  font-size: 22px;
  color: var(--ciems-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ciems-orange);
  text-transform: uppercase;
}
.tab + label:hover {
  background-color: #f9f9f9;
}
.tab__content {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
}
.tab__content img {
  border-radius: 12px;
}

.shifts.section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 54px 0 54px;
}

.shifts.tape-decor::after {
  background-image: url(../img/svg/shifts-line.svg);
}

@media (max-width: 1200px) {
  .shifts-tab-img {
    display: none;
  }
  .tab__content {
    left: 18%;
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .tab__content {
    left: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-info.product-info-soon img {
    height: 174px;
  }
  .product-info-soon p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .product-info-soon .accent {
    font-size: 18px;
  }
  .shifts-info-nums {
    margin-top: 8px;
  }
  .shifts {
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  .tab__content {
    margin-top: 30px;
  }
  .shifts-info .btn-accent-red,
  .shifts-info .btn-accent-yellow {
    font-size: 14px;
  }
  .shifts-info img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 174px;
    margin-top: 30px;
  }
  .shifts-info {
    width: auto;
  }
  .shifts-info .btn-accent-red,
  .shifts-info .btn-accent-yellow {
    padding: 16px 0;
  }
  .shifts-info-nums,
  .shifts-info-price-title {
    font-size: 18px;
  }
  .select-season {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .shifts-info .price-wrap {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .shifts-info img {
    display: block;
  }
  .shifts-info-price .shifts-info-nums {
    position: relative;
    bottom: auto;
    right: auto;
    order: 0;
    display: block;
    width: 100%;
  }
  .shifts-info-price {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shifts-info .btn-accent-red,
  .shifts-info .btn-accent-blue {
    max-width: 100%;
    font-size: 16px;
    padding: 19px 0;
  }
  .shifts-info img {
    margin-top: 20px;
  }
  .shifts {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .timer-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    font-size: 20px;
    padding: 10px 0;
  }
  .timer-wrap img {
    order: -1;
    margin-right: 8px;
  }
  .timer {
    width: 100%;
    text-align: center;
  }
	.shifts-info .price-wrap {
		gap:16px;
	}
}
@media (max-width: 576px) {
  .shifts.tape-decor::after {
    background-image: url(../img/svg/lent-mob.svg);
    height: 1000px;
  }
  .tab:first-of-type:not(:last-of-type) + label,
  .tab:last-of-type:not(:first-of-type) + label,
  .tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 10px;
  }
  .tab + label {
    border-radius: 10px;
    padding: 12px 0px;
    width: 140px;
    height: 54px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid var(--ciems-orange) !important;
  }
  .tab + label::after {
    display: none;
  }
  .tab + label:nth-child(4),
  .tab + label:nth-child(8) {
    margin-left: 10px;
  }
  .shifts-info select {
    width: 280px;
    font-size: 16px;
    border: 0.5px solid var(--ciems-orange);
  }
  .shifts-info .btn-accent-red,
  .shifts-info .btn-accent-yellow {
    padding: 19px 0 !important;
  }
  .shifts-info-price {
    flex-direction: column;
    align-items: start;
  }
}
.single-main img {
  border-radius: 20px;
  width: 470px;
  height: 388px;
  object-fit: cover;
}
.single-main .main-info {
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.single-main::after {
  display: none;
}
.single-main h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--ciems-orange);
}
.single-main h1 span {
  color: var(--ciems-orange);
}

.single-main-line {
  border-left: 4px solid var(--ciems-blue);
  padding: 10px 0 10px 26px;
  margin-top: 15px;
}
.single-main-line p {
  font-weight: 400;
  font-size: 21px;
  line-height: 114%;
  color: var(--ciems-blue);
}
.single-main-line p:not(:last-child) {
  margin-bottom: 15px;
}

.single-main-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.single-main-date p {
  font-weight: 400;
  font-size: 21px;
  line-height: 124%;
  color: var(--ciems-orange);
}
.single-main-date div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-single p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--ciems-grey);
}
.article-single img {
  border-radius: 20px;
  margin-top: 34px;
}

article h2,
.info h2 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 14px;
}
article h2 span,
.info h2 span {
  color: var(--ciems-orange);
}
article h3,
.info h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  color: var(--ciems-blue);
  margin-bottom: 24px;
}
article h4,
.info h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 114%;
  color: var(--ciems-blue);
  margin-bottom: 24px;
}
article p,
.info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
article p:not(:last-child),
.info p:not(:last-child) {
  margin-bottom: 18px;
}
article ul li,
.info ul li {
  font-size: 16px;
  line-height: 150%;
}

.info .info-bg {
  background: #fff;
  border-radius: 20px;
  padding: 50px 45px 64px;
  border: 1px solid var(--ciems-orange);
}

.single .cta-desc {
  max-width: 840px;
}

.single .cta {
  padding-top: 140px;
}
.text-page {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 150%;
}
.text-page ul {
  padding-left: 18px;
}
.text-page ul li {
  list-style: disc;
}
.text-page-wrap {
  border: 1px solid var(--ciems-orange);
  background: #fff;
  padding: 52px 45px;
  border-radius: 20px;
}
.text-page-wrap .section-title {
  font-size: 42px;
}

.text-page-wrap h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 131%;
  color: var(--ciems-orange);
  margin-top: 40px;
  margin-bottom: 20px;
}
.text-page-wrap p {
  font-size: 16px;
  line-height: 131%;
}
ol ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}
ol ul li {
  list-style-type: disc;
}
ol.wp-block-list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.info-bg ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.info-bg ul li {
  list-style-type: disc;
}

@media (max-width: 1200px) {
  .single-main img {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .text-page {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .info .info-bg {
    padding: 25px;
  }
  article h2,
  .info h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
  article h3,
  .info h3 {
    font-size: 24px;
  }
  article h4,
  .info h4 {
    font-size: 18px;
  }
  article p,
  .info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  article ul li,
  .info ul li {
    font-size: 16px;
    line-height: 150%;
  }
  .text-page-wrap {
    padding: 25px;
  }
  .text-page-wrap .section-title {
    font-size: 28px;
  }
  .text-page-wrap h2 {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  ol.wp-block-list {
    gap: 7px;
  }
  .info-bg ul {
    gap: 7px;
  }
  .single-main-line p {
    font-size: 16px;
    line-height: 125%;
  }
  .single-main-line {
    border-left: 2px solid var(--ciems-orange);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .single-main-date {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 125%;
    margin-top: 0;
  }
  .single-main-line p:not(:last-child) {
    margin-bottom: 0;
  }
  .single-main-line .mobile {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 125%;
  }
  .single-main-line .mobile p {
    color: var(--ciems-orange);
  }
  .single-main-line .desktop {
    display: none;
  }
  .single-main img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .main-img {
    order: 1;
  }
  .single-main {
    margin-top: 24px;
  }
  .main-img {
    margin-top: 24px;
  }
  .single .cta {
    padding-top: 64px;
  }
}
.slider {
  padding: 100px 0 100px;
}

.slider-img {
  max-width: 1920px;
}
.slider-img img {
  border-radius: 20px;
  width: 100%;
  height: 372px;
  opacity: 50%;
  transition: all 0.2s ease;
}
.slider-img .swiper-slide {
  width: 646px;
}
.slider-img .swiper-slide-active img {
  opacity: 1;
}

.swiper-wrapper {
  position: relative;
}

.swiper-pag {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.swiper-pag .swiper-pagination-bullet {
  background-color: rgba(246, 147, 32, 0.5);
  opacity: 1;
  width: 14px;
  height: 14px;
}
.swiper-pag .swiper-pagination-bullet-active {
  background-color: var(--ciems-orange);
}

.swiper-btn-prev,
.swiper-btn-next {
  position: absolute;
  top: 40%;
  width: 62px;
  height: 62px;
  background-image: url(../img/svg/slider-arrow.svg);
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.swiper-btn-prev {
  transform: rotate(-180deg) translateX(430px);
  left: 50%;
}

.swiper-btn-next {
  transform: translateX(430px);
  right: 50%;
}

@media (max-width: 992px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    top: 32%;
  }
  .slider {
    padding: 150px 0;
  }
  .slider-img .swiper-slide {
    width: 450px;
    height: 260px;
  }
  .slider-img .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .swiper-btn-next {
    right: 60%;
  }
  .swiper-btn-prev {
    left: 60%;
  }
}
@media (max-width: 768px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    transform: none;
  }
  .swiper-btn-next {
    right: 3%;
  }
  .swiper-btn-prev {
    left: 3%;
    transform: rotate(-180deg);
  }
}
@media (max-width: 576px) {
  .slider {
    padding: 100px 0 70px;
  }
  .slider {
    background-position: bottom;
  }
  .slider .section-title {
    position: relative;
  }
  .slider .section-title::before {
    content: '';
    position: absolute;
    display: block;
    top: -4px;
    right: 0px;
    width: 52px;
    height: 52px;
    background-image: url(../img/swipe-helper.png);
    background-size: contain;
    z-index: 9;
  }
  .slider::after {
    display: none;
  }
  .swiper-btn-prev,
  .swiper-btn-next {
    display: none;
  }
  .slider-img .swiper-slide {
    width: 195px;
    height: 132px;
  }
  .slider-img .swiper-slide img {
    border-radius: 20px;
  }
  .swiper-pag {
    margin-top: 0px;
  }
}
.video-bg {
  border-radius: 20px;
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play path {
  fill: var(--ciems-orange);
  transition: all 0.2s ease;
}

.play:hover path {
  fill: var(--ciems-orange);
}

@media (max-width: 992px) {
  .video-bg {
    background-position: center;
    background-size: cover;
  }
  .included img {
    max-width: 100px;
  }
  .included-item {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .video-bg {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .video-bg {
    height: 200px;
  }
}
button[name='update_cart'] {
  display: none !important;
}

.woocommerce {
  position: relative;
}

.cart .section-title {
  margin-top: 72px;
  font-size: 40px;
}

.cart_item {
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-end;
  margin-top: 28px;
  position: relative;
}
.cart_item .product-name {
  font-size: 20px;
  line-height: 180%;
  text-transform: uppercase;
  color: var(--ciems-grey);
  max-width: 550px;
  width: 100%;
}
.cart_item .product-remove {
  position: absolute;
  top: -40px;
  right: 0;
  order: 1;
}
.cart_item .product-remove a {
  padding: 0px 7px 4px 7px;
  border-radius: 50%;
  border: 2px solid #808080;
  width: 19px;
  line-height: 0;
  color: #808080;
}

.cart .woocommerce {
  border: 1px solid var(--ciems-orange);
  background: #fff;
  padding: 20px 40px 40px;
  border-radius: 20px;
  margin-bottom: 44px;
}
.cart::before {
  content: '';
  display: block;
  position: absolute;
  top: 320px;
  left: 50px;
  width: 280px;
  height: 410px;
  background-image: url(../img/svg/decor-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.cart::after {
  content: '';
  display: block;
  position: absolute;
  top: 220px;
  right: 5px;
  width: 424px;
  height: 614px;
  background-image: url(../img/svg/decor-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.product-price-wrap {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-top: 50px;
}

.product-subtotal {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity button {
  border: 1px solid var(--ciems-orange);
  border-radius: 2px;
  padding: 5px;
  line-height: 0;
  width: 30px;
  padding: 12px 0 15px;
  color: var(--ciems-orange);
}

.woocommerce .quantity .qty {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--ciems-grey);
  width: 25px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
}

.cart_totals {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-total {
  display: flex;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

.product-adds .woocommerce {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.adds .section-title {
  position: relative;
}
.wc-proceed-to-checkout .checkout-button {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-orange);
  padding: 20px 46px;
  border-radius: 100px;
}

.wc-proceed-to-checkout .checkout-button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.shop_table {
  position: relative;
}

.cart_item .product-thumbnail {
  position: absolute;
  left: 0;
  top: -24px;
}

.product-info {
  max-width: 770px;
  width: 100%;
}

.product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-quantity .quantity {
  width: 100px;
  margin-top: 2px;
}

.woocommerce-cart-form {
  padding-top: 24px;
}

.product-gift {
  margin-top: 24px;
}
.product-gift span {
  font-weight: 700;
  font-size: 22px;
  line-height: 109%;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

.product-gift-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--ciems-grey);
  margin-top: 11px;
}
.product-gift-row a {
  text-decoration: underline;
}

.cart-items-wrap {
  min-height: 300px;
  border-bottom: 1px solid rgba(234, 135, 50, 0.5);
}

.product-adds-item {
  display: flex;
  justify-content: space-between;
}
.product-adds-item h4 {
  max-width: 375px;
  width: 100%;
  font-size: 20px;
  line-height: 180%;
  color: var(--ciems-grey);
}

.product-adds {
  margin-top: 24px;
  margin-bottom: 48px;
}
.product-adds h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

.product-adds-wrap {
  max-width: 680px;
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.product-adds .add_to_cart_button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-orange);
  border-radius: 100px;
  padding: 10px 28px;
  width: 181px;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 7px 14px;
}
.product-adds .add_to_cart_button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product-adds .button-inside-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--ciems-blue);
  gap: 8px;
}
.product-adds .woocommerce-Price-amount {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

.woocommerce-remove-coupon {
  display: none;
}

.coupon .input-text {
  border: 1px solid var(--ciems-blue);
  border-radius: 30px;
  padding: 18px 90px 18px 70px;
  text-align: center;
  color: var(--ciems-blue);
  font-size: 18px;
  line-height: 133%;
  font-weight: 300;
}
.coupon .input-text::placeholder {
  color: var(--ciems-blue);
  font-size: 18px;
  line-height: 133%;
  font-weight: 300;
}

.coupon button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-blue);
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-left: -54px;
  padding: 19px 65px;
  border-radius: 100px;
  transition: all 0.2s ease;
}

.coupon button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cart-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  gap: 40px;
}

.cart-discount div:nth-child(2) {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}

.discount_code {
  color: var(--ciems-orange);
  text-transform: uppercase;
  font-weight: 700;
}

.order-total {
  align-items: center;
}
.order-total h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  color: var(--ciems-grey);
  margin-right: 36px;
}
.order-total .woocommerce-Price-amount {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 52px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}
.woocommerce-checkout-payment {
  margin-bottom: 90px;
}
.wc-stripe-upe-element {
  margin-top: 24px;
}
.woocommerce-notices-wrapper {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #f3f3f3;
}
.woocommerce-notices-wrapper a {
  text-decoration: underline;
  color: var(--ciems-grey);
}

.woocommerce-notices-wrapper {
  display: none;
}

.wc-empty-cart-message {
  display: none;
}

.cart_is_empty {
  text-align: center;
}
.cart_is_empty h2 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--ciems-orange);
  margin-bottom: 50px;
}
.cart_is_empty .btn-accent-red {
  font-size: 18px;
}

.woocommerce-billing-fields .form-row {
  gap: 8px;
}

.form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-row input {
  background: #f8f8f8;
  border-radius: 8px;
  width: 100%;
  padding: 24px;
}
.form-row abbr {
  color: var(--ciems-orange);
  text-decoration: none;
}
.form-row textarea {
  background: #f8f8f8;
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  height: 105px;
  resize: none;
}

.woocommerce-billing-fields {
  max-width: 626px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.woocommerce-input-wrapper .input-checkbox label {
  display: flex;
  align-items: start;
}
.woocommerce-input-wrapper .input-checkbox {
  width: auto;
}

.woocommerce-input-wrapper .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.woocommerce-input-wrapper .checkbox abbr {
  display: none;
}
.woocommerce-input-wrapper .checkbox a {
  text-decoration: underline;
  color: var(--ciems-grey);
}

.input-checkbox input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 7px;
  width: 0;
}

.input-checkbox input[type='checkbox']:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ciems-orange);
  border-radius: 50px;
}

.input-checkbox input[type='checkbox']:checked:before {
  background: var(--ciems-orange);
  border-color: var(--ciems-orange);
}

.input-checkbox input[type='checkbox']:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.input-checkbox input[type='checkbox']:disabled:before {
  box-shadow: none;
  background: #ddd;
}

.input-checkbox input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.form-row-col {
  max-width: 300px;
}

.form-row.input-checkbox {
  max-width: 500px;
}

.woocommerce-error {
  color: var(--ciems-orange);
  margin-bottom: 15px;
}
.woocommerce-error a {
  color: var(--ciems-orange);
}

.checkout-inline-error-message {
  color: var(--ciems-orange);
}

.col2-set {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(234, 135, 50, 0.5);
}

.woocommerce-checkout-review-order-table {
  margin-top: 46px;
}
.woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 24px 0;
}
.woocommerce-checkout-review-order-table .product-name {
  font-weight: 400;
  font-size: 32px;
  line-height: 112%;
  color: var(--ciems-orange);
  text-transform: none;
}
.woocommerce-checkout-review-order-table .product-total {
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  color: var(--ciems-orange);
}
.woocommerce-checkout-review-order-table .cart-discount td:nth-child(2) {
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  color: var(--ciems-orange);
}
.woocommerce-checkout-review-order-table .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout-review-order-table .order-total th:first-child {
  font-weight: 400;
  font-size: 32px;
  line-height: 75%;
  color: var(--ciems-grey);
}

.place-order .button {
  position: absolute;
  right: 27px;
  bottom: 44px;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--ciems-orange);
  padding: 20px 90px;
  border-radius: 100px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 24px;
  max-width: 620px;
}

.checkout-img {
  position: absolute;
  top: 70px;
  right: 44px;
}

.page-template-page-checkout .woocommerce {
  padding-top: 44px;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
  color: var(--ciems-grey);
}

.woocommerce-order-received .woocommerce-order {
  display: none;
}
.woocommerce-order-received .cart .section-title {
  display: none;
}

.thankyou {
  position: relative;
  margin-top: 50px;
}

.thankyou .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.thankyou .section-title {
  margin-top: 0;
  font-size: 42px;
}
.thankyou p {
  margin-bottom: 50px;
}
.thankyou .thankyou-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.thankyou a {
  text-align: center;
}

.thankyou-wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--ciems-orange);
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}

.success h1 {
  display: block !important;
  color: var(--ciems-orange);
}

.success {
  margin-top: 50px;
}
.success .section-title {
  margin-top: 0;
}
.success .container {
  padding: 0;
}
.success-wrap {
  display: flex;
}

.woocommerce-order-received .woocommerce {
  padding: 0;
  box-shadow: none;
  border: none;
  margin-top: 80px;
  margin-bottom: 80px;
  background: none;
}

.success-wrap .section-title {
  font-size: 50px;
  position: relative;
  margin-bottom: 0;
}
.success-wrap .section-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 264px;
  height: 34px;
  background-image: url(../img/svg/success-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.success-desc {
  max-width: 342px;
  font-size: 21px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.success-desc p:not(:last-child) {
  margin-bottom: 24px;
}

.woocommerce .blockUI.blockOverlay:before {
  height: 64px;
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: '';
  background-image: url('../img/icons8-wait-64.png') !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  animation: spin 1.5s linear infinite;
}

.cart-collaterals .blockUI.blockOverlay:before {
  display: none !important;
}
.ti-footer .ti-name,
.ti-footer .ti-rating-text strong {
  color: #fff !important;
}
.ti-inner .ti-name {
  color: #000 !important;
}
@media (max-width: 1200px) {
  .success-wrap .section-title {
    font-size: 48px;
  }
  .success-wrap img {
    width: 279px;
    height: 279px;
    object-fit: cover;
  }
  .thankyou .desktop {
    display: none;
  }
  .cart_item .product-thumbnail {
    display: none;
  }
  .page-template-page-cart .cart_item {
    justify-content: flex-start;
  }
  .page-template-page-cart .cart-items-wrap {
    min-height: auto;
  }
  .page-template-page-cart form {
    padding-bottom: 0;
  }
  .page-template-page-cart .product-adds-item h4 {
    font-size: 16px;
  }
  .checkout-img {
    display: none;
  }
  .place-order .button {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .page-template-page-checkout .woocommerce {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .success-wrap {
    flex-wrap: wrap;
  }
  .success-text {
    margin-bottom: 40px;
  }
  .header {
    backdrop-filter: none;
    background: none;
  }
}
@media (max-width: 768px) {
  .adds .section-title::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 10px;
    right: 0px;
    width: 38px;
    height: 38px;
    background-image: url(../img/swipe-helper-black.png);
    background-size: contain;
    z-index: 9;
  }
  .slider .section-title::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 30px;
    right: 0px;
    width: 38px;
    height: 38px;
    background-image: url(../img/swipe-helper-black.png);
    background-size: contain;
    z-index: 9;
  }
  .schedule .section-title {
    position: relative;
  }
  .schedule .section-title::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 10px;
    right: 0px;
    width: 38px;
    height: 38px;
    background-image: url(../img/swipe-helper-black.png);
    background-size: contain;
    z-index: 9;
  }
  .success-wrap-bg {
    padding: 15px;
  }
  .page-template-page-cart .cart .woocommerce {
    padding: 24px 15px;
  }
  .page-template-page-cart .coupon button {
    margin-left: 0;
    margin-top: 14px;
  }
  .page-template-page-cart .product-adds .add_to_cart_button {
    margin-left: 14px;
  }
  .page-template-page-cart .cart_totals {
    flex-wrap: wrap;
  }
  .page-template-page-cart .wc-proceed-to-checkout {
    margin: 40px 0;
  }
  .woocommerce-checkout-review-order-table .order-total th:first-child {
    text-align: left;
  }
  .woocommerce-checkout-review-order-table .product-name {
    font-size: 16px;
  }
  .form-row-col {
    max-width: 100%;
  }
  .thankyou .mobile {
    display: block;
    margin-top: 12px;
  }
  .thankyou-wrap {
    flex-wrap: wrap;
  }
  .menu,
  .faq {
    margin-top: 40px;
  }
  .map-info {
    border: none;
  }
  .map-row {
    border: 1px solid var(--ciems-orange);
    box-shadow: none;
  }
  .shifts-info .shifts-info-price {
    align-items: center;
  }
  .schedule-info-wrap img {
    display: none;
  }
  .header-buttons {
    align-items: center;
  }
  .map {
      scroll-margin-top: -60px;
  }
}
@media (max-width: 576px) {
  .woocommerce-order-received .woocommerce {
    margin-top: 0;
  }
  .woocommerce-order-received .cart {
    margin-top: 0 !important;
  }
  .form-bg {
    border: 1px solid var(--ciems-orange);
  }
  .page-template-page-cart .product-adds-item h4 {
    margin-bottom: 12px;
  }
  .product-adds h3 {
    font-size: 18px;
  }
  .place-order .button {
    font-size: 18px;
  }
  .success-text {
    margin-bottom: 24px;
  }
  .success-desc {
    margin-top: 36px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .success-wrap .section-title::after {
    width: 96px;
    background-size: contain;
  }
  .success {
    margin-top: 0;
  }
  .success .section-title {
    font-size: 30px;
  }
  .success a {
    text-align: center;
  }
  .success-wrap-bg {
    padding: 0;
  }
  .woocommerce-order-received .cart {
    margin-top: 50px;
  }
  .woocommerce-order-received .cart .woocommerce {
    padding: 0;
  }
  .success-wrap {
    padding: 20px;
  }
  .thankyou-wrap {
    padding: 25px;
  }
  .thankyou {
    margin-bottom: 50px;
  }
  .thankyou .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .thankyou .section-title {
    font-size: 30px;
    margin-top: 0;
  }
  .thankyou p {
    margin-bottom: 36px;
  }
  .thankyou .mobile {
    margin-top: 24px;
  }
  .cart .section-title {
    margin-top: 36px;
  }
  .page-template-page-checkout .section-title {
    font-size: 30px;
  }
  .page-template-page-cart .cart_item .product-thumbnail {
    display: block;
    flex-shrink: 0;
  }
  .page-template-page-cart .cart_item .product-thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 20px;
  }
  .page-template-page-cart .product-row {
    flex-wrap: wrap;
  }
  .page-template-page-cart .product-quantity {
    order: 1;
  }
  .page-template-page-cart .product-subtotal {
    order: 2;
  }
  .page-template-page-cart form {
    padding: 0;
  }
  .page-template-page-cart .product-name {
    font-size: 16px;
    line-height: 156%;
  }
  .page-template-page-cart .product-gift-row svg {
    flex-shrink: 0;
  }
  .page-template-page-cart .first-cart-item .product-name {
    margin-left: 84px;
    margin-top: -15px;
    min-height: 50px;
  }
  .page-template-page-cart .first-cart-item .product-quantity,
  .page-template-page-cart .first-cart-item .product-subtotal {
    margin-top: 20px;
  }
  .page-template-page-cart .cart_item {
    margin-bottom: 30px;
  }
  .page-template-page-cart .product-adds-item {
    flex-wrap: wrap;
  }
  .page-template-page-cart .coupon .input-text {
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
  .page-template-page-cart .coupon button {
    width: 100%;
    padding: 19px 0;
  }
  .page-template-page-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 18px;
  }
  .page-template-page-cart .order-total h3,
  .page-template-page-cart .cart-discount div:nth-child(2) {
    font-size: 18px;
  }
  .page-template-page-cart .cart_totals {
    margin-top: 24px;
  }
  .page-template-page-cart .page-template-page-cart .product-adds-item h4 {
    margin-bottom: 8px;
  }
  .page-template-page-checkout .woocommerce {
    padding: 20px 15px;
  }
  .page-template-page-checkout form {
    padding: 0;
  }
  .woocommerce-checkout-review-order-table .cart_item {
    justify-content: flex-start;
    gap: 16px;
  }
  .woocommerce-checkout-review-order-table .product-name {
    max-width: 200px;
  }
  .woocommerce-checkout-review-order-table .product-total {
    font-size: 24px;
  }
  .woocommerce-checkout-review-order-table .order-total th:first-child {
    font-size: 16px;
  }
  .woocommerce-checkout-review-order-table .cart-discount td:nth-child(2) {
    font-size: 24px;
  }
  .order-total .woocommerce-Price-amount {
    font-size: 24px;
  }
  .place-order .button {
    margin-top: 14px;
  }
  .woocommerce-terms-and-conditions-wrapper {
    margin-top: 0;
  }
  .checkout-img-mob {
    margin-top: 24px;
  }
  .woocommerce-checkout-review-order-table {
    margin-top: 28px;
  }
  .woocommerce-checkout-payment {
    margin-bottom: 0;
  }
  .cart_item .product-remove {
    top: -30px;
  }
  .cart-collaterals .order-total .woocommerce-Price-amount {
    font-size: 28px;
  }
  .wpcf7 .wpcf7-submit {
    height: 54px;
  }
  .slider {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .main::before,
  .main::after,
  .nums-wrap::before,
  .nums-wrap::after 
  .thankyou::before,
  .thankyou::after {
    display: none;
  }
}
.product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  border-bottom: 2px dashed var(--ciems-orange);
}
.product-item:first-child {
  border-top: 2px dashed var(--ciems-orange);
}
.product-item .btn-accent-red,
.product-item .btn-accent-blue {
  margin-top: 0;
  padding: 16px 38px;
}
.product-list {
  width: 100%;
  padding: 50px 0;
  border: 1px solid var(--ciems-orange);
  border-radius: 20px;
}
.product-item-col {
  flex-grow: 1;
}
.product-item-date {
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  margin-bottom: 8px;
}
.product-item-btns {
  display: flex;
  gap: 12px;
  margin-left: 34px;
}
.product-item-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.product-item-price ins {
  text-decoration: none;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--ciems-orange);
}
.product-item-price del {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: rgba(246, 147, 32, 0.5);
}
.product-list-wrap .product-info-soon {
  padding: 30px;
}
@media (max-width: 1350px) {
  .main::after,
  .main::before,
  .nums-wrap::before,
  .nums-wrap::after,
  .cta::before,
  .cta.section-bg::after,
  .cta .img-left,
  .cta .img-right,
  .gift::before,
  .gift::after,
  .map::before,
  .map::after,
  .cart::before,
  .cart::after {
    display: none;
  }
}
.svg-soc-btn-wa svg {
  width: 26px;
  height: 26px;
  margin-top: 4px;
}
.svg-soc-btn-wa svg path {
  fill: var(--ciems-blue);
}
@media (max-width: 1200px) {
  .product-list-wrap .tab__content {
    max-width: 100%;
    left: 0;
  }
  .product-item .btn-accent-red,
  .product-item .btn-accent-blue {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .product-item {
    flex-wrap: wrap;
  }
  .product-item-btns {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .product-item .btn-accent-red,
  .product-item .btn-accent-blue {
    font-size: 14px;
    padding: 10px 15px;
  }
  .product-list {
    padding: 20px 0;
  }
  .footer .tel {
    border: 3px solid #fff;
  }
}
@media (max-width: 576px) {
  .product-item {
    padding: 15px;
  }
  .product-item-btns {
    flex-wrap: wrap;
    text-align: center;
  }
  .product-item .btn-accent-red,
  .product-item .btn-accent-blue {
    width: 100%;
    padding: 16px !important;
  }
  .product-item-price {
    margin-top: 20px;
  }
  .btn-accent-yellow {
    text-align: center;
  }
  .footer .tel {
    max-width: 240px;
  }
}
.footer-witget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 101;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(53, 53, 53, 0.2);
  background-color: #fff;
  width: 118px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-witget span {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: #fff;
  background-color: var(--ciems-blue);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc path {
  fill: var(--ciems-orange) !important;
}
.lc:hover path {
  fill: var(--ciems-blue) !important;
}

.bonus-about-row {
  display: flex;
  gap: 80px;
}
.bonus-about-row ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bonus-about-row ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}
.bonus-about-row div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.bonus-about div p {
  max-width: 430px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1a1817;
  width: 100%;
}
.bonus-about-row .num-decor, .bonus-work .num-decor {
  color: var(--ciems-blue);
  font-weight: 400;
}
.bonus-about-row a {
  min-width: 350px;
}
.bonus-about-row .btn-wrap {
  gap: 10px;
}
.bonus-work ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 300;
}
.bonus-work ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 870px;
}
.bonus-work-accent {
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--ciems-orange);
  border-radius: 20px;
  padding: 26px;
  margin-top: 56px;
  font-size: 18px;
}
.bonus-work-accent h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--ciems-orange);
}
.bonus-work-accent div {
  padding-left: 20px;
  padding-bottom: 22px;
}
.bonus-work-accent ol {
  padding: 0 16px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  line-height: 140%;
  font-weight: 300;
  color: #1a1817;
}

@media (max-width:1200px) {
  .bonus-work-accent div {
    padding-left: 0;
  }
  .bonus-work-accent img {
    width: 100%;
    max-width: 520px;
  }
}
@media (max-width:1200px) { 
  .bonus-about-row {
    flex-wrap: wrap-reverse;
    gap: 24px
  }
}
@media (max-width:968px) { 
  .bonus-work-accent {
    margin-bottom: 80px;
  }
  .bonus-work-accent div {
    padding-bottom: 0;
  }
  .bonus-work-accent {
    flex-wrap: wrap;
    gap: 24px;
  }
  .bonus-work-accent .btn-accent-red {
    display: none;
  }
  .bonus-work-accent ol {
    margin-bottom: 0;
  }
  .bonus-about-row a {
    min-width: auto;
  }
  .bonus-about-row .btn-wrap {
    width: 100%;
  }
  .bonus-about-row a {
    padding: 16px 0;
    width: 100%;
    display: block;
  }
  .bonus-work-accent ol {
    width: 100%;
  }
  .bonus-work-accent div {
    width: 100%;
  }
  .footer-witget {
    transform: scale(0.7);
    right: 5px;
    bottom: 5px;
  }
}
@media (max-width: 576px) {
  .bonus-work-accent .desktop {
    display: none;
  }
  .bonus-about-row img {
    height: 210px;
    width: 100%;
    object-fit: cover;
  }
  .page-template-bonus .main img {
    margin-bottom: 20px;
  }
  .shifts-btn-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .shifts-info .btn-accent-red, .shifts-info .btn-accent-blue {
    margin-top: 0;
  }
  .credit-btn {
    margin-top: 12px !important;
  }
  .credit-btn span {
    font-size: 12px ;
  }
  .footer-witget {
    bottom: 0;
    right: 0;
    transform: scale(0.4);
  }
  .wp-theme-varonu-ciems #wcu-register-button, .wcusage-login-form-col .woocommerce-button {
    min-width: auto;
    width: 100% !important;
  }
  .wcu-form-section form {
    padding: 0;
  }
  .wcu_form_affiliate_register {
    display: flex;
    flex-direction: column;
  }
  .wcu_form_style_columns .wcu-register-field-col-1, .wcu_form_style_columns .wcu-register-field-col-2 {
    width: 100%;
  }
}
.wcusage-login-form-col {
  padding-left: 0;
}
.wcusage-login-form-cols label{
  font-weight: 300;
}
.wcusage-login-form-cols .form-row {
  gap: 0;
}
.lost_password a{
  color: var(--ciems-blue);
}
#wcu-register-button, .wcusage-login-form-col .woocommerce-button {
  text-shadow: none !important;
  max-width: 320px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  padding: 10px 28px !important;
  font-size: 18px;
  width: 320px;
}
.password-reset-form {
  max-width: 400px;
}
.password-reset-form-desc {
  margin-bottom: 20px;
}
.page-id-6089 input.btn-accent-red {
  margin-top: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    background: var(--ciems-orange) !important;
}
.shop_table::after, .shop_table::before {
  display: none;
}
#modal-rent a{
  text-align: center;
  margin-bottom: 20px;
}