@keyframes last_slide_animation {
  0% {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
@keyframes slider_backround_animation {
  0% {
    background-position: top left -200px;
  }
  100% {
    background-position: top center;
  }
}
.page-bottom-toolbar {
  display: block;
  position: relative;
  width: 100%;
  margin: 24px 0;
}

.page-gallery-album {
  display: block;
  position: relative;
  width: 100%;
}

.module-edit-box {
  z-index: 98;
}

.module-edit-box .inner {
  z-index: 99;
}

.module-edit-mode .modules-box a.admin-empty-module-link {
  z-index: 100;
}

.module-edit-mode .modules-box {
  position: relative;
  z-index: 100;
}

cms_module, cms_module2 {
  border-color: #2487fc !important;
  background: #2487fc !important;
  background: -moz-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: -webkit-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: linear-gradient(135deg, #2487fc 0%, #8e15f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2487fc", endColorstr="#8e15f6",GradientType=1 ) !important;
  color: #FFF !important;
  padding: 5px 10px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

.content-editor-block-item {
  border-color: #2487fc !important;
  background: #2487fc !important;
  background: -moz-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: -webkit-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: linear-gradient(135deg, #2487fc 0%, #8e15f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2487fc", endColorstr="#8e15f6",GradientType=1 ) !important;
  color: #FFF !important;
  padding: 5px 10px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

::selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(62, 73, 243, 0.15);
}

::-moz-selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(62, 73, 243, 0.15);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/site/assets/img/close.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: block;
  background-size: 22px;
  cursor: pointer;
  z-index: 999999;
  opacity: 1;
}

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal .modal-body {
  padding: 15px 0;
}

.modal .modal-body .add-review-body h1 {
  font-size: 30px;
  color: #EE9821;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0 30px 0;
}

.modal .modal-body .add-review-body h1 span {
  color: #000000;
}

.modal-backdrop {
  background: rgba(0, 161, 226, 0.5);
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 748px;
  }
}
iframe.fancybox-login-iframe {
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 434px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.invisible {
  visibility: hidden !important;
  display: none !important;
}

/*HTML CONTENT*/
body.cke_editable {
  background: #FFF;
}

.cke_editable .ckeditor-grid-system-kp {
  display: block;
  position: relative;
  width: 100%;
}

.main-html-content,
.html-content,
.cke_editable {
  font-family: Manrope;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.main-html-content p,
.html-content p,
.cke_editable p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: Manrope;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.main-html-content strong,
.html-content strong,
.cke_editable strong {
  font-weight: 700;
}
.main-html-content a,
.html-content a,
.cke_editable a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.main-html-content a:hover,
.html-content a:hover,
.cke_editable a:hover {
  color: #3E49F3;
}
.main-html-content blockquote,
.html-content blockquote,
.cke_editable blockquote {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #F2F5FA;
  padding: 64px 86px 45px 86px;
  margin: 61px 0 45px 0;
}
.main-html-content blockquote:before,
.html-content blockquote:before,
.cke_editable blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  left: 86px;
  top: -16px;
  width: 50px;
  height: 50px;
  background: transparent url(/site/assets/images/blockquote-top.svg) no-repeat center;
  background-size: 50px;
}
.main-html-content blockquote:after,
.html-content blockquote:after,
.cke_editable blockquote:after {
  content: " ";
  position: absolute;
  display: block;
  left: 86px;
  bottom: 0;
  width: 244px;
  height: 5px;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  background: #3e49f3;
}
.main-html-content blockquote p,
.html-content blockquote p,
.cke_editable blockquote p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.main-html-content blockquote p:last-of-type,
.html-content blockquote p:last-of-type,
.cke_editable blockquote p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-html-content h1, .main-html-content h2, .main-html-content h3, .main-html-content h4, .main-html-content h5, .main-html-content h6,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-weight: 700;
  text-align: left;
  color: #000;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
}
.main-html-content img,
.html-content img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
}
.main-html-content p:last-child,
.html-content p:last-child,
.cke_editable p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-html-content hr,
.html-content hr,
.cke_editable hr {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 2px solid #9d9d9d;
  background: transparent;
}
.main-html-content img[style*=right],
.html-content img[style*=right],
.cke_editable img[style*=right] {
  margin-left: 24px !important;
  margin-bottom: 24px !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main-html-content img[style*=left],
.html-content img[style*=left],
.cke_editable img[style*=left] {
  margin-right: 24px !important;
  margin-bottom: 24px !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main-html-content .clearfix,
.html-content .clearfix,
.cke_editable .clearfix {
  display: block;
  width: 100%;
  clear: both;
}
.main-html-content iframe,
.main-html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.html-content iframe,
.html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.cke_editable iframe,
.cke_editable div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"] {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
}
.main-html-content ul,
.html-content ul,
.cke_editable ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 20px;
  list-style: none;
}
.main-html-content ul li,
.html-content ul li,
.cke_editable ul li {
  display: block;
  width: 100%;
  padding: 0 0 13px 18px;
  position: relative;
}
.main-html-content ul li:before,
.html-content ul li:before,
.cke_editable ul li:before {
  content: "- ";
  font-weight: 700;
  color: #3E49F3;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
}
.main-html-content .content_block_module,
.html-content .content_block_module,
.cke_editable .content_block_module {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.main-html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.cke_editable .content_block_module .gallery-content-block h4.content-blocks-title {
  padding: 0 0 12px 0;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block {
  margin-left: -2px;
  margin-right: -2px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox {
  display: block;
  position: relative;
  width: 100%;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img {
  min-width: 100%;
  max-width: 100%;
}
.main-html-content .card-kp,
.html-content .card-kp,
.cke_editable .card-kp {
  background: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-html-content .card-kp .card-body,
.html-content .card-kp .card-body,
.cke_editable .card-kp .card-body {
  padding: 33px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6D6E70;
}
.main-html-content .card-kp .card-body h4,
.html-content .card-kp .card-body h4,
.cke_editable .card-kp .card-body h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #474849;
  padding: 14px 0 33px 0;
  margin: 0;
}
.main-html-content .btn.btn-primary,
.html-content .btn.btn-primary,
.cke_editable .btn.btn-primary {
  background: #3E49F3;
  border-color: #3E49F3;
  color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding: 7px 20px;
}
.main-html-content .btn.btn-primary:hover,
.html-content .btn.btn-primary:hover,
.cke_editable .btn.btn-primary:hover {
  background: #242c8f;
  border-color: #242c8f;
}
.main-html-content .btn.btn-link,
.html-content .btn.btn-link,
.cke_editable .btn.btn-link {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000;
  padding: 0;
  margin: 0 0 20px 0;
}
.main-html-content .btn.btn-link:hover,
.html-content .btn.btn-link:hover,
.cke_editable .btn.btn-link:hover {
  color: #242c8f;
}
.main-html-content .btn.btn-outline,
.html-content .btn.btn-outline,
.cke_editable .btn.btn-outline {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #000;
  border: 1px solid #e5ecf5;
  padding: 12px 18px;
}
.main-html-content .btn.btn-outline:hover,
.html-content .btn.btn-outline:hover,
.cke_editable .btn.btn-outline:hover {
  background: #e5ecf5;
}
.main-html-content table.table-price thead tr th,
.html-content table.table-price thead tr th,
.cke_editable table.table-price thead tr th {
  background: #d7fc16;
  border-color: #d7fc16;
  font-size: 18px;
  font-width: 700;
  padding: 15px 10px;
}
.main-html-content table.table-price tbody tr td,
.html-content table.table-price tbody tr td,
.cke_editable table.table-price tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main-html-content table.table-price > tbody > tr:nth-of-type(odd) > *,
.html-content table.table-price > tbody > tr:nth-of-type(odd) > *,
.cke_editable table.table-price > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(215 252 22 / 16%);
}
.main-html-content table.table,
.html-content table.table,
.cke_editable table.table {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main-html-content table.table thead tr th,
.html-content table.table thead tr th,
.cke_editable table.table thead tr th {
  background: #3E49F3;
  border-color: #3E49F3;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 15px 30px;
}
.main-html-content table.table thead tr th:first-child,
.html-content table.table thead tr th:first-child,
.cke_editable table.table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.main-html-content table.table thead tr th:last-child,
.html-content table.table thead tr th:last-child,
.cke_editable table.table thead tr th:last-child {
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
.main-html-content table.table tbody tr td,
.html-content table.table tbody tr td,
.cke_editable table.table tbody tr td {
  border-color: #f2f5fa;
  font-family: "Basier Square";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 15px 30px;
}
.main-html-content table.table-bordered thead tr th,
.html-content table.table-bordered thead tr th,
.cke_editable table.table-bordered thead tr th {
  background: #3E49F3;
  border-color: #3E49F3;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 15px 30px;
}
.main-html-content table.table-bordered thead tr th:first-child,
.html-content table.table-bordered thead tr th:first-child,
.cke_editable table.table-bordered thead tr th:first-child {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border: none;
}
.main-html-content table.table-bordered thead tr th:last-child,
.html-content table.table-bordered thead tr th:last-child,
.cke_editable table.table-bordered thead tr th:last-child {
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border: none;
}
.main-html-content table.table-bordered tbody tr td,
.html-content table.table-bordered tbody tr td,
.cke_editable table.table-bordered tbody tr td {
  border-color: #e3e6eb;
  font-family: "Basier Square";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 15px 30px;
}
.main-html-content .table-striped > tbody > tr:nth-of-type(odd) > *,
.html-content .table-striped > tbody > tr:nth-of-type(odd) > *,
.cke_editable .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #f2f5fa;
  --bs-table-bg-type: #f2f5fa;
}

/*# sourceMappingURL=style.css.map */
